From c4bb1b8e593bd65ff7fdce453c8bee4046c6f10c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 21 Aug 2014 09:43:18 +0200 Subject: [PATCH] Add type 'project' to composer.json That is what is suggested by https://getcomposer.org/doc/04-schema.md#type --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4f007693..e53e4010 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", + "type": "project", "require": { "laravel/framework": "4.2.*" },