From 088cc5fe47d873dffaaf390a31796d58cd9cdb71 Mon Sep 17 00:00:00 2001 From: Aranya Sen Date: Sun, 13 Oct 2019 16:32:48 +0530 Subject: [PATCH] Upgrade Laravel support to v6.x --- composer.json | 3 ++- tests/.gitignore | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/.gitignore diff --git a/composer.json b/composer.json index 1010f1b..08ef337 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,9 @@ "description": "Chatwork SDK for Laravel", "type": "library", "require": { + "php": ">=7.2", "sun-asterisk/chatwork-php": "^0.1.1", - "illuminate/support": "^5.0" + "illuminate/support": "^6.0" }, "require-dev": { "phpunit/phpunit": "^8.3" diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..e69de29