From 23142b02d8351e280464e2a283ded7e01dcad618 Mon Sep 17 00:00:00 2001 From: croxton Date: Thu, 6 Feb 2020 14:08:01 +0000 Subject: [PATCH 1/2] Require a specific version of Buzz HTTP request library. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17b8f9f..87683ce 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.3.2", - "kriswallsmith/buzz": "*" + "kriswallsmith/buzz": "^0.10" }, "autoload": { "psr-0": { From 3dd247628fb26f8fd41b74f24d050729532ef68b Mon Sep 17 00:00:00 2001 From: croxton Date: Thu, 6 Feb 2020 14:26:24 +0000 Subject: [PATCH 2/2] Bump Buzz version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87683ce..821380b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.3.2", - "kriswallsmith/buzz": "^0.10" + "kriswallsmith/buzz": "^0.16.1" }, "autoload": { "psr-0": {