mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 12:33:52 +01:00
dda18414a1
5e6a01145f
[README] fix ecs.php link
49 lines
1.0 KiB
JSON
49 lines
1.0 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": "^0.12.86"
|
|
},
|
|
"conflict": {
|
|
"phpunit\/phpunit": "<7.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint\/php-parallel-lint": "^1.2",
|
|
"phpstan\/phpstan-strict-rules": "^0.12.6",
|
|
"phpunit\/phpunit": "^9.5"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4.6"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12-dev"
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon",
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests\/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |