From 8c70741e94291bd2f218dc79aba3f3556a9b717a Mon Sep 17 00:00:00 2001 From: Nolan <824015+ncphillips@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:05:10 -0300 Subject: [PATCH 1/2] laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fb4ca3e..cef3971 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "laravel-doctrine/orm": "^1|^2.0", "doctrine/annotations": "^1.10|^2.0" }, From 2c8270e4a8239d59bfa1b27fcbbdae54f10c89b8 Mon Sep 17 00:00:00 2001 From: Nolan <824015+ncphillips@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:07:18 -0300 Subject: [PATCH 2/2] laravel 11 on ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3708651..b34a0c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: php: ['8.0', '8.1', '8.2'] - laravel: ['8', '9', '10'] + laravel: ['8', '9', '10', '11'] exclude: - php: '8.2' laravel: '8'