Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 60bc683

Browse files
committed
Downgrade phpunit to version 5 in order to keep supporting php 5.6
1 parent ec741a5 commit 60bc683

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
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "~1.0",
29-
"phpunit/phpunit": "~6.0"
29+
"phpunit/phpunit": "5.*"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)