Commit 1b0dd78e authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Possibilité de passer à guzzlehttp/guzzle 7.

parent 9b6b3bdf
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
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.
+1 −1
Original line number Diff line number Diff line
@@ -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",