Skip to content

Commit 751ef72

Browse files
committed
lower required phpstan version
1 parent d9fb9bf commit 751ef72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
"php": "^7.2 | ^8.0",
1919
"ext-mbstring": "*",
2020
"nikic/php-parser": "^4.2.3",
21-
"phpstan/phpstan": "^0.12.0"
21+
"phpstan/phpstan": ">=0.11"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^2.16.4",
25-
"phpunit/phpunit": "^8.0 || ^9.0"
25+
"phpunit/phpunit": "^8.0 || ^9.0",
26+
"phpstan/phpstan": "^0.12"
2627
},
2728
"config": {
2829
"preferred-install": "dist",

0 commit comments

Comments
 (0)