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

Commit e3b4e79

Browse files
committed
Merge pull request #144 from webimpress/phpunit-7
Allow PHPUnit 7
2 parents 8a84661 + f78c61d commit e3b4e79

File tree

3 files changed

+366
-225
lines changed

3 files changed

+366
-225
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"zendframework/zend-validator": "^2.10.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^6.4.1 || ^5.7.15",
32+
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
3333
"zendframework/zend-coding-standard": "~1.0.0",
3434
"zendframework/zend-config": "^3.1 || ^2.6"
3535
},

0 commit comments

Comments
 (0)