Skip to content

Commit

Permalink
PHPUnit can not be version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Nov 18, 2024
1 parent ba75dd5 commit 2209ec3
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 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11"
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2209ec3

Please sign in to comment.