Skip to content

Commit 2b0679d

Browse files
committed
Fix PHPStan version for PHP 7.1
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 8eff8dc commit 2b0679d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"require-dev": {
3939
"phpmyadmin/coding-standard": "^3.0.0",
40-
"phpstan/phpstan": "^1.10",
41-
"phpstan/phpstan-phpunit": "^1.3",
40+
"phpstan/phpstan": "^1.4.10",
41+
"phpstan/phpstan-phpunit": "^1.0",
4242
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.3"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)