55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "phpstan/phpstan-nette",
|
|
"type": "phpstan-extension",
|
|
"description": "Nette Framework class reflection extension for PHPStan",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"phpstan/phpstan": "^2.1.12"
|
|
},
|
|
"conflict": {
|
|
"nette/application": "<2.3.0",
|
|
"nette/component-model": "<2.3.0",
|
|
"nette/di": "<2.3.0",
|
|
"nette/forms": "<2.3.0",
|
|
"nette/http": "<2.3.0",
|
|
"nette/utils": "<2.3.0"
|
|
},
|
|
"require-dev": {
|
|
"nette/application": "^3.0",
|
|
"nette/di": "^3.0",
|
|
"nette/forms": "^3.0",
|
|
"nette/utils": "^2.3.0 || ^3.0.0 || ^4.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
|
"phpstan/phpstan-phpunit": "^2.0.8",
|
|
"phpstan/phpstan-strict-rules": "^2.0",
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon",
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|