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

Verified Commit 61fd0b4c authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

chore: Make sure it is compatible with PHP 7.4.

parent f54bb7de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
        "symfony/dependency-injection": "^5.4 || ^6",
        "symfony/framework-bundle": "^5.4 || ^6",
        "symfony/psr-http-message-bridge": "^2.1",
        "web-token/jwt-signature-algorithm-ecdsa": "^3.0",
        "web-token/jwt-signature-algorithm-hmac": "^3.0"
        "web-token/jwt-signature-algorithm-ecdsa": "^2 || ^3.0",
        "web-token/jwt-signature-algorithm-hmac": "^2 || ^3.0"
    },
    "require-dev": {
        "behat/behat": "^3.10",