1
0
Fork 0

Rewrap docs

pull/898/merge
Jordi Boggiano 2012-07-17 16:13:13 +03:00
parent 2138c6afa7
commit 7b31abade1
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ Composer will register a
autoloader for the `Acme` namespace.
You define a mapping from namespaces to directories. The `src` directory would
be in your project root, on the same level as `vendor` directory is. An example filename would be `src/Acme/Foo.php`
containing an `Acme\Foo` class.
be in your project root, on the same level as `vendor` directory is. An example
filename would be `src/Acme/Foo.php` containing an `Acme\Foo` class.
After adding the `autoload` field, you have to re-run `install` to re-generate
the `vendor/autoload.php` file.