Merge pull request #2971 from barryvdh/patch-3
Add type 'project' to composer.json
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