Commit 93cc7385 by Tobias Munk

added link to composer docs about autoloading

parent ce5c3695
...@@ -36,6 +36,8 @@ using the following syntax: e.g. `[[name()]]`, `[[name\space\MyClass::name()]]`. ...@@ -36,6 +36,8 @@ using the following syntax: e.g. `[[name()]]`, `[[name\space\MyClass::name()]]`.
"psr-0": { "vendor\\package\\": "./src" } "psr-0": { "vendor\\package\\": "./src" }
}, },
``` ```
Details about autoloading configuration can be found in the [composer documentation](http://getcomposer.org/doc/04-schema.md#autoload).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment