Skip to content

Commit ca4c06d

Browse files
committed
increase minimum PHPStan version to fix tests
Support for ENV variables in PHPStan config was added in version 1.10.33, but it seems that it only works starting from 1.10.36.
1 parent ddcf1cd commit ca4c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.1",
2323
"ext-mbstring": "*",
24-
"phpstan/phpstan": "^1.10.15"
24+
"phpstan/phpstan": "^1.10.36"
2525
},
2626
"require-dev": {
2727
"ext-mysqli": "*",

0 commit comments

Comments
 (0)