Browse Source

Add type 'project' to composer.json

That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
Barry vd. Heuvel 9 years ago
parent
commit
c4bb1b8e59
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

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