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:
Barry vd. Heuvel 2014-08-21 09:43:18 +02:00
parent 8e468bcbf7
commit c4bb1b8e59
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "4.2.*"
},