From 3f31a90b78d142c188c52c659324df4be9384a4b Mon Sep 17 00:00:00 2001 From: Ben Davies Date: Mon, 11 Sep 2023 16:34:20 +0100 Subject: [PATCH 1/2] chore: remove conflict with of symfony/service-contracts:<3 allows psr/container:v1 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 4d50110e210..a594e176679 100644 --- a/composer.json +++ b/composer.json @@ -94,7 +94,6 @@ "doctrine/orm": "<2.14.0", "doctrine/mongodb-odm": "<2.4", "doctrine/persistence": "<1.3", - "symfony/service-contracts": "<3", "symfony/var-exporter" : "<6.1.1", "phpunit/phpunit": "<9.5", "phpspec/prophecy": "<1.15", From ec4f380779aad5c0890223e67bd220bc716653ff Mon Sep 17 00:00:00 2001 From: Ben Davies Date: Mon, 11 Sep 2023 16:51:12 +0100 Subject: [PATCH 2/2] chore: require behat/behat:^3.11 to include https://github.com/Behat/Behat/pull/1368 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a594e176679..ea9ef64a1d1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "willdurand/negotiation": "^3.0" }, "require-dev": { - "behat/behat": "^3.1", + "behat/behat": "^3.11", "behat/mink": "^1.9", "doctrine/cache": "^1.11 || ^2.1", "doctrine/common": "^3.2.2",