From ff68778d4b9c42b751620e4ed7248da41aa70578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Sat, 5 Jan 2019 10:53:06 +0800 Subject: [PATCH] composer fix --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4ebf3db..8725a7a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "paidian/json-rpc", + "type": "library", "description": "json rpc server/client.", "require": { "guzzlehttp/guzzle": "^6.3" @@ -9,5 +10,4 @@ "JsonRpc\\": "src/" } } -} -w \ No newline at end of file +} \ No newline at end of file