From 1b0dd78e4d6937f9e006fb12201af0165fdfe6c6 Mon Sep 17 00:00:00 2001
From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr>
Date: Mon, 2 Jan 2023 12:48:51 +0100
Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20passer=20=C3=A0=20guzzl?=
 =?UTF-8?q?ehttp/guzzle=207.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGELOG.md  | 8 ++++++++
 composer.json | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5701a3..06bd0da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+6.0.1
+-----
+- Possibilité de passer à guzzlehttp/guzzle 7.
+
+6.0.0
+-----
+- PHP 8.0 minimum.
+
 5.2.2
 -----
 - [FIX] Synchro : la colonne 'source_id' peut être présente dans la table/vue source.
diff --git a/composer.json b/composer.json
index fcbe0e1..24402a9 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
         "ext-pdo": "*",
         "beberlei/assert": "^3.3",
         "doctrine/dbal": "^3.4",
-        "guzzlehttp/guzzle": "^6.3",
+        "guzzlehttp/guzzle": "^6.3 || ^7.0",
         "laminas/laminas-dependency-plugin": "^2.2",
         "monolog/monolog": "^2.8",
         "ramsey/uuid": "^3.0",
-- 
GitLab