Skip to content

Commit 31125ac

Browse files
committed
Fix phpunit min ver.
Follow cakephp/cakephp's one
1 parent 56e17e3 commit 31125ac

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
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"cakephp/cakephp": "^3.5",
33-
"phpunit/phpunit": "^5.7"
33+
"phpunit/phpunit": "^5.7.14|^6.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)