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

Commit bb93a75

Browse files
committed
Updated PHPUnit - allow 5, 6 and 7 series
1 parent dcb6b35 commit bb93a75

16 files changed

+634
-283
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"zendframework/zend-code": "^2.5 || ^3.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpUnit": "^4.8",
22+
"phpunit/phpUnit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2323
"zendframework/zend-coding-standard": "~1.0.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)