Skip to content

Commit 1e3e166

Browse files
authored
Merge pull request #47 from TomasLudvik/tl-add-support-for-symfony-and-phpunit
add support for PHPUnit 10 and 11
2 parents 7007cc1 + 5934765 commit 1e3e166

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)