mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
8a34eb9bd8
aae9a4049a
Bump Symplify dependencies, bump phpdoc-parser to 1.2 (#990)
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "phpstan\/phpdoc-parser",
|
|
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint\/php-parallel-lint": "^1.2",
|
|
"phpstan\/extension-installer": "^1.0",
|
|
"phpstan\/phpstan": "^1.0",
|
|
"phpstan\/phpstan-strict-rules": "^1.0",
|
|
"phpunit\/phpunit": "^9.5",
|
|
"symfony\/process": "^5.2"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4.6"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\PhpDocParser\\": [
|
|
"src\/"
|
|
]
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"PHPStan\\PhpDocParser\\": [
|
|
"tests\/PHPStan"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |