From bc56497bc7fa9a985711fc52e900de5d7419a1e6 Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 30 Apr 2026 15:35:39 +0200 Subject: [PATCH] Set minimum-stability to stable All required and require-dev dependencies are tagged stable releases. Setting minimum-stability explicitly to stable is cleaner than relying on dev with prefer-stable, and matches the convention used in other cakephp plugins (bake, chronos, authentication, queue, etc.). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e4cea556..5a2877d4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "cakephp/bake": "If you want to generate migrations.", "dereuromark/cakephp-ide-helper": "If you want to have IDE suggest/autocomplete when creating migrations." }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "autoload": { "psr-4": {