Skip to content

Commit

Permalink
increase minimum PHPStan version to fix tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schlndh committed Jun 21, 2024
1 parent ddcf1cd commit ca4c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"phpstan/phpstan": "^1.10.15"
"phpstan/phpstan": "^1.10.36"
},
"require-dev": {
"ext-mysqli": "*",
Expand Down

0 comments on commit ca4c06d

Please sign in to comment.