mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
dc95f3b425
This allows "0.9.*" or "~0.9" to install the dev version, if the consumer allows for dev versions to be installed.
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|