From e1747da3ff6192626f0361ac8932dc02f5fc7d43 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 30 May 2026 21:23:40 -0500 Subject: [PATCH] fix: add minimum-stability alpha for joomla/coding-standards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit joomla/coding-standards has no stable release — only 3.0.0-alpha. Add minimum-stability: alpha with prefer-stable: true. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 652d195..c21717f 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ "phpstan/phpstan": "^1.10", "joomla/coding-standards": "^3.0" }, + "minimum-stability": "alpha", + "prefer-stable": true, "config": { "sort-packages": true }