Skip to content

Commit

Permalink
Bump to PHPStan 1.11 (#5883)
Browse files Browse the repository at this point in the history
* bump to PHPStan 11

* fixup! bump to PHPStan 11
  • Loading branch information
TomasVotruba committed May 18, 2024
1 parent 4f301f2 commit 8e4e882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.57"
"phpstan/phpstan": "^1.11"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nikic/php-parser": "^4.19.1",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.25",
"phpstan/phpstan": "^1.10.57",
"phpstan/phpstan": "^1.11",
"react/event-loop": "^1.5",
"react/promise": "^2.10",
"react/socket": "^1.12",
Expand Down

0 comments on commit 8e4e882

Please sign in to comment.