Allow phpunit 4.8

This commit is contained in:
ErickSkrauch 2016-11-25 14:46:30 +03:00
parent fe78486625
commit 9873400c62

View File

@ -19,7 +19,7 @@
"league/oauth2-client": "^1.0" "league/oauth2-client": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.0", "phpunit/phpunit": "^4.8 || ^5.0",
"mockery/mockery": "~0.9" "mockery/mockery": "~0.9"
}, },
"autoload": { "autoload": {