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

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

tests: fix behat tests

parent 2a271980
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": "^5.4 || ^6",
        "symfony/http-client": "^6.2",
        "symfony/monolog-bundle": "^3.7",
        "symfony/security-bundle": "^5.4 || ^6"
    },
+3 −0
Original line number Diff line number Diff line
services:
    Psr\Http\Client\ClientInterface:
        class: Symfony\Component\HttpClient\Psr18Client

    EcPhp\EuLoginApiAuthenticationBundle\Service\LocalEuLoginApiCredentials:
        decorates: "eu_login_api_authentication.service"
        arguments: ["@.inner"]