From 2a70f969cbb2f7ad1be279d0a35715d41e4ba64c Mon Sep 17 00:00:00 2001 From: Fabian Tief Date: Mon, 12 Sep 2022 11:29:05 +0200 Subject: [PATCH] Adjust constraints for better Typo3 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2629a00..bf8946a 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ } }, "require": { - "php": "^7.4.1", - "guzzlehttp/guzzle": "^6.5.0 || ^7.0.0", + "php": "^7.4.1 || ^8.0", + "guzzlehttp/guzzle": "^6.5.8 || ^7.0.0", "league/oauth2-client": "^2.4" }, "require-dev": {