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

Commit 2a189f9

Browse files
committed
Updated PHPUnit - allow to use 5, 6 and 7 series
1 parent 718c391 commit 2a189f9

File tree

4 files changed

+716
-237
lines changed

4 files changed

+716
-237
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zendframework/zend-stdlib": "^2.7 || ^3.0"
3333
},
3434
"require-dev": {
35-
"phpunit/PHPUnit": "^4.5",
35+
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
3636
"zendframework/zend-coding-standard": "~1.0.0"
3737
},
3838
"conflict": {

0 commit comments

Comments
 (0)