From e618152878a6e7c4113bdb8b0197094201da2fd6 Mon Sep 17 00:00:00 2001 From: Marcelo Date: Wed, 13 Oct 2021 14:56:23 -0300 Subject: [PATCH] Update composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I tried to use but don“t work Problem 1 - Installation request for avency/gitea ^1.0 -> satisfiable by avency/gitea[1.0]. - avency/gitea 1.0 requires guzzlehttp/guzzle ~6.0 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e602d6c..8a406a7 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": ["MIT"], "require": { "php": "^7.2", - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "^7.3" }, "autoload": { "psr-4": {