From c7b0a31e2bdabafde70207135e9268bf98b928e9 Mon Sep 17 00:00:00 2001 From: Peter Elmered Date: Fri, 23 Feb 2024 16:39:34 +0100 Subject: [PATCH] Add prefer-stable to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 21a11b9..5c61152 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ } ], "minimum-stability": "dev", + "prefer-stable": true, "require": { "php": "^8.2", "ext-intl": "*", @@ -60,4 +61,4 @@ "@php vendor/bin/phpunit" ] } -} \ No newline at end of file +}