From af13d93373dbea820a4d4f3bab7bbc213386cdaf Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:08:08 +0100 Subject: [PATCH] Update composer for release Laravel 9.0 --- .github/workflows/tests.yml | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d24f78..fc3ee5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.0', '8.1'] - laravel: ['8.22', '8.81', '9.0'] + laravel: ['8.22', '8.83', '9.0'] enum: ['2', '3'] exclude: - php: '8.1' diff --git a/composer.json b/composer.json index 7fc6ade..91491ca 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "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"