scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
87 office 1 <?php
2  
3 if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
4 die('You must set up the project dependencies, run the following commands:'.PHP_EOL.
5 'curl -s http://getcomposer.org/installer | php'.PHP_EOL.
6 'php composer.phar install'.PHP_EOL);
7 }
8  
9 $loader->add('Fusonic\Linq\Test', __DIR__);