From e634bf0298e203c1ca1c2a049a37c8bce3f0a49a Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:43:59 +0200 Subject: [PATCH] Allowing dev-versions of dependencies --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index d094619..f8f400e 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,8 @@ "description": "Concord is a Laravel Extension for building modular Laravel Applications", "type": "library", "license": "MIT", + "minimum-stability": "dev", + "prefer-stable": true, "authors": [ { "name": "Attila Fulop",