From 7527b788dec9b9003e75004ed65c0dcb3753c70e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 3 Feb 2024 21:24:40 +0100 Subject: [PATCH] Switch back to stable dependencies (#11210) --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index c7ee4f9ec9f..6aefbec39e4 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,6 @@ "symfony/cache": "^5.4 || ^6.2 || ^7.0", "vimeo/psalm": "5.16.0" }, - "minimum-stability": "RC", "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"