Update composer.json
Showing
... | @@ -17,9 +17,10 @@ | ... | @@ -17,9 +17,10 @@ |
"illuminate/events": "^5.1" | "illuminate/events": "^5.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"orchestra/testbench": "~3.1.0", | "phpunit/phpunit": "^4.0|^5.0", | ||
"mockery/mockery": "*", | "orchestra/testbench": "^3.1", | ||
"satooshi/php-coveralls": "*" | "mockery/mockery": "^0.9", | ||
"satooshi/php-coveralls": "^0.6" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-0": { | "psr-0": { | ||
... | ... |
Please
register
or
sign in
to comment