From a8e9a50e98b73ad582938a58567a2162aa35b5a9 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 11:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b8a7703..4886a83 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "json rpc server/client.", "require": { "guzzlehttp/guzzle": "^6.3", - "illuminate/support": "^5.7", - "illuminate/http": "^5.7" + "illuminate/support": "^5.5", + "illuminate/http": "^5.5" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index c31b4e5..aa5ad2c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "c325cbaa60dfc15ea728de62f1685f85", + "content-hash": "ad3e85f933bdd3e62ea7495f2a57ecb7", "packages": [ { "name": "doctrine/inflector",