From 9c13aa5f437633499e764391b8e5dab4224bed3d Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Wed, 30 May 2018 21:33:01 -0700 Subject: [PATCH] mark project as closed-source temporarily before we choose an open license to use --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2467533..faa6617 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "To continue processing PHP after having HTTP response sent back to the client under PHP-FPM.", "homepage": "https://www.glu.com", "type": "project", - "license": "Commercial", + "license": "proprietary", "require": { "php": ">=7.0" },