From 7c1d8956d6fecc6aeebea928db41bcb7a6064a3a Mon Sep 17 00:00:00 2001 From: Seven Du Date: Fri, 16 Mar 2018 21:24:00 +0800 Subject: [PATCH] chore: Correct setting composer package type Changed `type` is `project` to `library`. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b27a85e..a19da2a1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "license": "MIT", - "type": "project", + "type": "library", "require": { "php": ">=5.5.9", "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",