From 6e7c09dc22d9185190648e0d106e7a5c99032b5b Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Wed, 22 Apr 2026 18:53:39 +0200 Subject: [PATCH] [PHP 8.4] force react/promise v3 to avoid implicit-nullable deprecation --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7942aa980c..7d526fa663 100644 --- a/composer.json +++ b/composer.json @@ -124,7 +124,8 @@ "pimcore/opensearch-client": "Allows to use OpenSearch as your index engine." }, "conflict": { - "ezimuel/ringphp": "<1.4" + "ezimuel/ringphp": "<1.4", + "react/promise": "<3" }, "require-dev": { "behat/behat": "^3.27",