1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Specify autoloader in composer.json

This commit is contained in:
nikic 2014-02-06 21:39:57 +01:00
parent 843aad4382
commit 5cab2a7844
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ programming errors or security issues).
Additionally, you can convert a syntax tree back to PHP code. This allows you to do code preprocessing
(like automatedly porting code to older PHP versions).
So, that's it, in a nutshell. You can find everything else in the [docs][1].
So, that's it, in a nutshell. You can find everything else in the [docs][doc_master].
[doc_0_9]: https://github.com/nikic/PHP-Parser/tree/0.9/doc
[doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc

View File

@ -14,7 +14,7 @@
"ext-tokenizer": "*"
},
"autoload": {
"psr-0": { "PHPParser": "lib/" }
"files": ["lib/bootstrap.php"]
},
"extra": {
"branch-alias": {