From a34d38922751d7870a7de8d63ac61e7f991aa347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E6=B6=A6?= Date: Wed, 19 Dec 2018 14:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 3ecd0c4..41c3150 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,7 @@ { "name": "yurunsoft/swoole-shared-memory", + "type": "library", + "license": "MIT", "require": { },