From 3ccfdb6ce7a8166cf778771886b4bea2f24664ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Tue, 7 May 2024 10:22:40 +0200 Subject: [PATCH] Put indirect dependencies in require-dev --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 21f5e1c..0a536f3 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,6 @@ "replace": { "ezsystems/ezplatform-query-fieldtype": "*" }, - "minimum-stability": "dev", - "prefer-stable": true, "require": { "php": ">=8.3", "ext-json": "*", @@ -45,6 +43,7 @@ "ibexa/doctrine-schema": "~5.0.x-dev", "ibexa/fieldtype-richtext": "~5.0.x-dev", "ibexa/http-cache": "~5.0.x-dev", + "ibexa/notifications": "~5.0.x-dev", "ibexa/search": "~5.0.x-dev", "ibexa/user": "~5.0.x-dev", "phpspec/phpspec": "^7.1"