From 307db72e72246284a2945b13b5b8ec138e5e6331 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 29 Aug 2020 11:14:30 +0100 Subject: [PATCH] Composer: Change minimum stability to stable We don't require or require-dev any packages that are not stable, so no need to continue allowing RC at this time. Fixes #562. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index dd892443..9c52020c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will manage the PHPCS 'installed_paths' automatically." }, - "minimum-stability": "RC", "scripts": { "install-codestandards": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run", "ruleset": "bin/ruleset-tests",