Skip to content

Commit

Permalink
fix required phpunit version to match with the minimum php required v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
blancks committed Aug 22, 2024
1 parent d19dff9 commit 8dd6d0b
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 @@ -23,7 +23,7 @@
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^11",
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^1.11"
},
"scripts": {
Expand Down

0 comments on commit 8dd6d0b

Please sign in to comment.