From 3731f120ce6856f4c71fff7cb2a27e263fe69f84 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 7 Oct 2021 14:01:35 +0100 Subject: [PATCH] Revert "Bumped minimum versions for PHP 8.1 support" This reverts commit 5ae89733a1ca4668dc2082c104fe2c09e88cc563. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 75c906a6..f1217416 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ "require": { "php": "^7.2.5 || ^8.0", "guzzlehttp/guzzle": "^7.3", - "guzzlehttp/command": "^1.2.1", - "guzzlehttp/psr7": "^1.8.3 || ^2.1", - "guzzlehttp/uri-template": "^1.0.1" + "guzzlehttp/command": "^1.2", + "guzzlehttp/psr7": "^1.7 || ^2.0", + "guzzlehttp/uri-template": "^0.2 || ^1.0" }, "require-dev": { "phpunit/phpunit": "^8.5.19 || ^9.5.8"