Skip to content

Commit 5934765

Browse files
committed
added support for phpunit 10 and 11
1 parent 7007cc1 commit 5934765

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
7-
"phpunit/phpunit": "^9.0",
7+
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
88
"psr/container": "^1.0 || ^2.0",
99
"zalas/injector": "^2.0"
1010
},

0 commit comments

Comments
 (0)