Commit dd723d01 authored by catch's avatar catch
Browse files

Issue #3225966 by claudiu.cristea, xjm, Mixologic, neclimdul, alexpott,...

Issue #3225966 by claudiu.cristea, xjm, Mixologic, neclimdul, alexpott, longwave, Berdir, effulgentsia: Consider loosening our constraint to allow sites to install Guzzle 6 or 7, or otherwise handle PHP 8.1 deprecations for Guzzle 6
parent 4a392a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "twig/twig": "^2.14.11",
        "doctrine/reflection": "^1.1",
        "doctrine/annotations": "^1.12",
        "guzzlehttp/guzzle": "^6.5.2",
        "guzzlehttp/guzzle": "^6.5.2 || ^7.4.1",
        "symfony-cmf/routing": "^2.1",
        "laminas/laminas-feed": "^2.12",
        "stack/builder": "^1.0",