Jordi Boggiano 13 лет назад
Родитель
Сommit
c28bdd58e0
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/Packagist/WebBundle/Resources/views/Web/index.html.twig

+ 1 - 2
src/Packagist/WebBundle/Resources/views/Web/index.html.twig

@@ -29,9 +29,8 @@ php composer.phar install
             <h2>Autoload Dependencies</h2>
             <p>If all your packages follow the <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md">PSR-0</a> standard, you can autoload all the dependencies by adding this to your code:</p>
             <pre>
-require '.composer/autoload.php';
+require 'vendor/.composer/autoload.php';
 </pre>
-            <p>The .composer directory will be created besides the composer.json file, so adjust the path if needed</p>
 
             <p><a href="{{ path('browse') }}">Browse</a> the packages we have to find more great libraries you can use in your project.</p>
         </div>