From e92a8f57b744cd2ff1d038d9e9cb9857d1e7603b Mon Sep 17 00:00:00 2001 From: apiaget Date: Wed, 17 Apr 2024 14:05:56 +0200 Subject: [PATCH 1/2] Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 056f631..0ee6bc6 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": ">=7.2.5", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/database": "^4.0|^5.0|^6.0", From b09e7399494cb58fb82466d6a2a75ea6206e5980 Mon Sep 17 00:00:00 2001 From: apiaget Date: Wed, 17 Apr 2024 14:06:28 +0200 Subject: [PATCH 2/2] Laravel 11 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 51c2daa..94e756f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 8.0 - 8.1 - 8.2 + - 8.3 env: - LARAVEL_VERSION=^6.0 @@ -11,6 +12,7 @@ env: - LARAVEL_VERSION=^8.0 - LARAVEL_VERSION=^9.0 - LARAVEL_VERSION=^10.0 + - LARAVEL_VERSION=^11.0 before_script: - travis_retry composer self-update