mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-30 04:29:20 +01:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "phpstan/phpdoc-parser",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "~7.0"
|
|
},
|
|
"require-dev": {
|
|
"consistence/coding-standard": "^2.0.0",
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
"phing/phing": "^2.16.0",
|
|
"phpunit/phpunit": "^6.3",
|
|
"slevomat/coding-standard": "^3.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"PHPStan\\PhpDocParser\\": ["src/"]}
|
|
}
|
|
}
|