Add type 'project' to composer.json
That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
This commit is contained in:
parent
8e468bcbf7
commit
c4bb1b8e59
|
@ -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.*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue