Skip to content

Commit 09c1e07

Browse files
authored
Merge pull request #58 from icanhazstring/patch-1
Allow phpunit 11
2 parents f19c34e + 380edba commit 09c1e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.4 || ^8.0",
1818
"ext-dom": "*",
19-
"phpunit/phpunit": "^9.6.11 || ^10.0"
19+
"phpunit/phpunit": "^9.6.11 || ^10.0 || ^11.0"
2020
},
2121
"autoload": {
2222
"files": [

0 commit comments

Comments
 (0)