Skip to content

Commit af30aaa

Browse files
author
Rodrigo García
committed
fixes
1 parent af2459a commit af30aaa

File tree

2 files changed

+979
-259
lines changed

2 files changed

+979
-259
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "hrodic/phpqa-phpstan-analyzer",
33
"description": "PHPStan 0.11+ analyzer for PHPQA",
44
"type": "library",
5-
"require-dev": {
5+
"require": {
66
"edgedesign/phpqa": "^1.23",
77
"nette/neon": "^3.1",
8-
"phpstan/phpstan": "^0.12.31"
8+
"phpstan/phpstan": "^0.11"
99
},
1010
"license": "MIT",
11-
"minimum-stability": "stable",
11+
"minimum-stability": "dev",
1212
"autoload": {
1313
"psr-4": {
1414
"Hrodic\\PHPQAPHPStanAnalyzer\\": "src"

0 commit comments

Comments
 (0)