Tomas Votruba 6a0e872ef0 Updated Rector to commit 557c3c6071166462274dc9d44c4785e5bbab741b
cb028ac9c7 remove NodeNameResolver config, breaks much more rules 557c3c6071 fix cs
2021-10-27 19:25:02 +00:00

50 lines
1.1 KiB
JSON

{
"name": "phpstan\/phpstan-phpunit",
"type": "phpstan-extension",
"description": "PHPUnit extensions and rules for PHPStan",
"license": [
"MIT"
],
"require": {
"php": "^7.1 || ^8.0",
"phpstan\/phpstan": "^1.0"
},
"conflict": {
"phpunit\/phpunit": "<7.0"
},
"require-dev": {
"nikic\/php-parser": "^4.13.0",
"php-parallel-lint\/php-parallel-lint": "^1.2",
"phpstan\/phpstan-strict-rules": "^1.0",
"phpunit\/phpunit": "^9.5"
},
"config": {
"platform": {
"php": "7.4.6"
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src\/"
}
},
"autoload-dev": {
"classmap": [
"tests\/"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}