1
0
Fork 0

Update example to use psr-4 namespace adding, fixes #6145

pull/5803/head
Jordi Boggiano 2017-02-17 22:17:27 +01:00 committed by GitHub
parent 24f330eef4
commit b3fe9fa1a5
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ This can be useful for autoloading classes in a test suite, for example.
```php
$loader = require __DIR__ . '/vendor/autoload.php';
$loader->add('Acme\\Test\\', __DIR__);
$loader->addPsr4('Acme\\Test\\', __DIR__);
```
In addition to PSR-4 autoloading, Composer also supports PSR-0, classmap and