Merge pull request #3011 from tyloo/patch-1
Fix dependency
Showing
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "license": "MIT", | "license": "MIT", | ||
| "type": "project", | "type": "project", | ||
| "require": { | "require": { | ||
| "laravel/framework": "4.3.*" | "laravel/framework": "~5.0" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "~4.0" | "phpunit/phpunit": "~4.0" | ||
| ... | ... |
Please
register
or
sign in
to comment