bootstrap.php 219B

123456789
  1. <?php
  2. if (!@include __DIR__ . '/../vendor/autoload.php') {
  3. die("You must set up the project dependencies, run the following commands:
  4. wget http://getcomposer.org/composer.phar
  5. php composer.phar install --dev
  6. ");
  7. }