From 960b551ea1e2befdd94f762d14ef0886bf98de21 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 11 Sep 2024 10:42:36 +0200 Subject: [PATCH] Allow nategood/httpful 1.0 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a62d86f..9ee6fa4 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "nategood/httpful": "~0.2", + "nategood/httpful": "~0.2 || ^1", "adoy/oauth2": "^1.2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 3cc646e..16718a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7b1af075a643f2ad0f3a149ec65865e9", + "content-hash": "cee8bfc523188b41319d4bd31a76cd1d", "packages": [ { "name": "adoy/oauth2", @@ -1919,5 +1919,5 @@ "php": ">=5.4.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }