Skip to content

Commit 0f2eda7

Browse files
authored
Merge pull request #29 from jakzal/phpunit-9-on-1.4
Allow PHPUnit 9 on 1.4 branch
2 parents 4160c0e + d4587db commit 0f2eda7

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": "^7.2,<8.0",
7-
"phpunit/phpunit": "^8.0",
7+
"phpunit/phpunit": "^8.0 || ^9.0",
88
"psr/container": "^1.0",
99
"zalas/injector": "^1.3"
1010
},

0 commit comments

Comments
 (0)