Skip to content

Commit

Permalink
Add compatibility with PHPStan 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed Oct 8, 2024
1 parent 8bc7c4f commit 08d2039
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 @@ -26,7 +26,7 @@
"php": ">=8.0",
"php-static-analysis/attributes": "^0.3.1 || dev-main",
"php-static-analysis/node-visitor": "^0.3.1 || dev-main",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan": "^1.8 | ^2.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down

0 comments on commit 08d2039

Please sign in to comment.