From 3725e2cbcafc730c78742ee8f0c2ede152317aeb Mon Sep 17 00:00:00 2001 From: Mateusz Gbiorczyk <mateusz@gbiorczyk.pl> Date: Tue, 3 Nov 2020 11:41:21 +0100 Subject: [PATCH] feature(composer_2): Updated minimum-stability to beta --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4317a93..190154c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "keywords": ["wordpress", "code sniffer", "admin"], "homepage": "https://gitlab.com/wpdesk/wp-code-sniffer", "type": "phpcodesniffer-standard", - "minimum-stability": "stable", + "minimum-stability": "beta", + "prefer-stable": true, "authors": [ { "name": "grola", -- GitLab