the whole shebang

This commit is contained in:
2014-11-25 16:42:40 +01:00
parent 7f74c0613e
commit ab1334c0cf
3686 changed files with 496409 additions and 1 deletions

23
vendor/nikic/php-parser/composer.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "nikic/php-parser",
"description": "A PHP parser written in PHP",
"keywords": ["php", "parser"],
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nikita Popov"
}
],
"require": {
"php": ">=5.2"
},
"autoload": {
"psr-0": { "PHPParser": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "0.9-dev"
}
}
}