Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
3ba5d93e1b
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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;