We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2459a commit af30aaaCopy full SHA for af30aaa
composer.json
@@ -2,13 +2,13 @@
2
"name": "hrodic/phpqa-phpstan-analyzer",
3
"description": "PHPStan 0.11+ analyzer for PHPQA",
4
"type": "library",
5
- "require-dev": {
+ "require": {
6
"edgedesign/phpqa": "^1.23",
7
"nette/neon": "^3.1",
8
- "phpstan/phpstan": "^0.12.31"
+ "phpstan/phpstan": "^0.11"
9
},
10
"license": "MIT",
11
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
12
"autoload": {
13
"psr-4": {
14
"Hrodic\\PHPQAPHPStanAnalyzer\\": "src"
0 commit comments