Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 63c9940

Browse files
committed
Allow PHPUnit 5 versions
1 parent 47ee079 commit 63c9940

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
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"zendframework/zend-mail": "^2.6",
21-
"phpunit/PHPUnit": "~4.0",
21+
"phpunit/PHPUnit": "^4.7 || ^5.7",
2222
"zendframework/zend-coding-standard": "~1.0.0"
2323
},
2424
"suggest": {

0 commit comments

Comments
 (0)