Skip to content

Commit 7f3c48b

Browse files
authored
Merge pull request #12 from php-soap/dependabot/composer/phpunit/phpunit-tw-10.0or-tw-11.0
Update phpunit/phpunit requirement from ^10.0 to ^10.0 || ^11.0
2 parents 7aa20a3 + b07e645 commit 7f3c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"veewee/xml": "^3.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^10.0"
28+
"phpunit/phpunit": "^10.0 || ^11.0"
2929
}
3030
}

0 commit comments

Comments
 (0)