From c386cedb8aa7ad2ccfc6ab5a734933f300cb3e7f Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:59:25 +0100 Subject: [PATCH] Allowing dev in composer (Laravel 9 is still beta) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 91491ca..7fc6ade 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Enum attribute casting for Eloquent models", "type": "library", "license": "MIT", + "minimum-stability": "dev", "keywords": ["enum", "konekt", "artkonekt", "laravel", "eloquent"], "support": { "source": "https://github.com/artkonekt/enum-eloquent"