Jordi Boggiano 9 роки тому
батько
коміт
3ba5d93e1b
1 змінених файлів з 1 додано та 5 видалено
  1. 1 5
      app/autoload.php

+ 1 - 5
app/autoload.php

@@ -5,11 +5,7 @@ use Doctrine\Common\Annotations\AnnotationRegistry;
 if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
 
     $message = <<< EOF
-<p>You must set up the project dependencies by running the following commands:</p>
-<pre>
-    curl -s http://getcomposer.org/installer | php
-    php composer.phar install
-</pre>
+<p>You must set up the project dependencies by running composer install</p>
 
 EOF;