From d203d603b9481378b7c2771277615c0cc64b8e86 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Oct 2023 20:40:17 +0200 Subject: [PATCH] Adjust composer.json config --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebbc7f8f..3be74c0a 100755 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ } }, "prefer-stable": true, - "minimum-stability": "dev", + "minimum-stability": "stable", "scripts": { "stan": "phpstan analyse", "stan-tests": "phpstan analyse -c tests/phpstan.neon",