From c4dd2c3eccf12b1e4e5582f902f562b15a501c4b Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 30 Apr 2026 15:36:50 +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 fd4bdcaa..2c6ce02a 100644 --- a/composer.json +++ b/composer.json @@ -72,6 +72,6 @@ "stan-setup": "phive install", "test": "phpunit" }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }