Skip to content

Commit

Permalink
Merge pull request #58 from icanhazstring/patch-1
Browse files Browse the repository at this point in the history
Allow phpunit 11
  • Loading branch information
Naktibalda committed Mar 28, 2024
2 parents f19c34e + 380edba commit 09c1e07
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 09c1e07

Please sign in to comment.