Code development platform for open source projects from the European Union institutions

Commit a20d6f33 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

fix: relax `symfony/http-client` dependency

parent c1acc94b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "psalm/plugin-symfony": "^5.0",
        "soyuka/contexts": "^3.3",
        "symfony/config": "^5.4 || ^6",
        "symfony/http-client": "^6.2",
        "symfony/http-client": "^5.4 || ^6",
        "symfony/monolog-bundle": "^3.7",
        "symfony/security-bundle": "^5.4 || ^6"
    },