Skip to content

Commit

Permalink
Allow phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
icanhazstring authored Mar 27, 2024
1 parent f19c34e commit 380edba
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 @@ -16,7 +16,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"phpunit/phpunit": "^9.6.11 || ^10.0"
"phpunit/phpunit": "^9.6.11 || ^10.0 || ^11.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 380edba

Please sign in to comment.