Lock phpunit to ^7.0

This commit is contained in:
Daniel Mason 2018-05-25 19:38:47 +12:00
parent 548bc3fb85
commit fd35e9c563

View File

@ -21,7 +21,7 @@
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available." "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7" "phpunit/phpunit": "^7.0"
}, },
"bin": [ "bin": [
"bin/resque" "bin/resque"