From ab296b302295bf54582c2603603a2f0d605e3a41 Mon Sep 17 00:00:00 2001 From: Palaniappan Date: Sun, 18 Oct 2020 22:17:15 +0530 Subject: [PATCH 1/3] Support Laravel 8.x and Guzzle 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a37e45e..fc704e9 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ }, "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~5.0|~6.0", - "illuminate/support": "~5.0" + "guzzlehttp/guzzle": "~5.0|~6.0|^7.0", + "illuminate/support": "~5.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpspec/phpspec": "~2.2" From 59ce3be67943081837092b02226ae36918bc0d92 Mon Sep 17 00:00:00 2001 From: Palaniappan Date: Fri, 18 Mar 2022 09:26:02 +0530 Subject: [PATCH 2/3] Support laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc704e9..3c39265 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=5.5.0", "guzzlehttp/guzzle": "~5.0|~6.0|^7.0", - "illuminate/support": "~5.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpspec/phpspec": "~2.2" From 597931f55e63e2f3c31bc930c14560961fc36b3e Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Fri, 24 Feb 2023 16:24:38 +0530 Subject: [PATCH 3/3] Update composer.json --- composer.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3c39265..7a791ba 100644 --- a/composer.json +++ b/composer.json @@ -5,14 +5,17 @@ "keywords": [ "mailchimp", "api", - "php", - "v3" + "php" ], "license": "MIT", "authors": [ { "name": "Chris Magnussen", "email": "chris@hirvi.no" + }, + { + "name": "Palaniappan P", + "email": "palani.p@gmail.com" } ], "autoload": { @@ -22,8 +25,8 @@ }, "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~5.0|~6.0|^7.0", - "illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0" + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "phpspec/phpspec": "~2.2"