Skip to content

Commit

Permalink
BUMP support for PHPStan v2. Also drop composer.lock as this is reall…
Browse files Browse the repository at this point in the history
…y a library
  • Loading branch information
DaveLiddament committed Dec 16, 2024
1 parent 137e895 commit 2b59f0b
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 @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^1.6"
"phpstan/phpstan": "^1.6|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 2b59f0b

Please sign in to comment.