From 955b655751e5d82742f1a2e1a632e41f406cfecc Mon Sep 17 00:00:00 2001 From: Scott Mankowitz Date: Mon, 9 Dec 2024 16:52:34 -0500 Subject: [PATCH 1/2] added illuminate 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 336f6c3..5021dee 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "minimum-stability": "dev", "require": { "php": "^7.1.3|^8.0", - "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "aws/aws-sdk-php": "^3.110" }, "require-dev": { From 51480d3a8cb4d359257b491a6eb30043c81ab60f Mon Sep 17 00:00:00 2001 From: Scott Mankowitz Date: Mon, 9 Dec 2024 16:55:42 -0500 Subject: [PATCH 2/2] Automatic Commit - HOTFIX --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dd6c669..afa8929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: - LARAVEL=^8.0 - LARAVEL=^9.0 - LARAVEL=^10.0 + - LARAVEL=^11.0 matrix: fast_finish: true