From 1c95383d20db61e3bbd671448f354438560b05f1 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 18 Jul 2024 23:04:05 +0300 Subject: [PATCH] prepare for next release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92c34bd3a..888f14f46 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "irc": "ircs://irc.libera.chat:6697/yii", "source": "https://github.com/yiisoft/yii2" }, - "minimum-stability": "stable", + "minimum-stability": "dev", "require": { "php": ">=7.4.0", "yiisoft/yii2": "~2.0.45",