adds composer.json

This commit is contained in:
Johannes M. Schmitt 2012-01-05 10:46:10 +01:00
parent adfa67cdcf
commit 71822866aa

18
composer.json Executable file
View File

@ -0,0 +1,18 @@
{
"name": "nikic/php-parser",
"description": "A PHP parser written in PHP",
"keywords": ["php", "parser"],
"type": "library",
"license": "BSD",
"authors": [
{
"name": "Nikita Popov"
}
],
"require": {
"php": ">=5.2"
},
"autoload": {
"psr-0": { "PHPParser": "lib/" }
}
}