Move PHPUnit to require-dev and fixes directory references to tests.
Signed-off-by: crynobone <crynobone@gmail.com>
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