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

Commit 5cbfaea

Browse files
committed
Set new minimum PHPUnit 5.7 version
5.7.0 had a bug with how it matched data providers to the methods utilizing them, particularly when traits were involved. Bumping the miniumum version fixes the issue.
1 parent a582e12 commit 5cbfaea

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
@@ -19,7 +19,7 @@
1919
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^5.7||^6.0",
22+
"phpunit/phpunit": "^5.7.15 || ^6.0.8",
2323
"zendframework/zend-authentication": "^2.5",
2424
"zendframework/zend-cache": "^2.6.1",
2525
"zendframework/zend-coding-standard": "~1.0.0",

0 commit comments

Comments
 (0)