Add type 'project' to composer.json
That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
Showing
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| "description": "The Laravel Framework.", | "description": "The Laravel Framework.", | ||
| "keywords": ["framework", "laravel"], | "keywords": ["framework", "laravel"], | ||
| "license": "MIT", | "license": "MIT", | ||
| "type": "project", | |||
| "require": { | "require": { | ||
| "laravel/framework": "4.2.*" | "laravel/framework": "4.2.*" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment