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;