mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
45 lines
915 B
JSON
45 lines
915 B
JSON
{
|
|
"name": "phpstan/phpdoc-parser",
|
|
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "~7.1"
|
|
},
|
|
"require-dev": {
|
|
"consistence/coding-standard": "^3.5",
|
|
"ergebnis/composer-normalize": "^2.0.2",
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
"phing/phing": "^2.16.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|
"phpunit/phpunit": "^6.3",
|
|
"slevomat/coding-standard": "^4.7.2",
|
|
"symfony/process": "^4.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\PhpDocParser\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"PHPStan\\PhpDocParser\\": [
|
|
"tests/PHPStan"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|