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 @@ | ... | @@ -4,7 +4,9 @@ |
"keywords": ["framework", "laravel"], | "keywords": ["framework", "laravel"], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"laravel/framework": "4.3.*", | "laravel/framework": "4.3.*" | ||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "~4.0" | "phpunit/phpunit": "~4.0" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please register or sign in to comment