Merge pull request #2970 from crynobone/patch/phpunit
[Fixes] Move PHPUnit to require-dev and fixes directory references to tests.
Showing
| ... | ... | @@ -4,7 +4,9 @@ |
| "keywords": ["framework", "laravel"], | ||
| "license": "MIT", | ||
| "require": { | ||
| "laravel/framework": "4.3.*", | ||
| "laravel/framework": "4.3.*" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~4.0" | ||
| }, | ||
| "autoload": { | ||
| ... | ... |
Please
register
or
sign in
to comment