From 4e0ce958cd6ba0f3385b62cd2b1b5a617c7efd7b Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Fri, 25 Feb 2022 06:17:48 -0500 Subject: [PATCH 1/3] Laravel 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b05f0a..9710e45 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "mockery/mockery": "^1.0" From 13f1024dc5b837e07dbab2b137b364a6b7ef9eb7 Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Tue, 7 Mar 2023 15:00:16 -0500 Subject: [PATCH 2/3] Laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9710e45..7472c84 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "mockery/mockery": "^1.0" From dd2fb1d1115aeb12786e25a25ce6da4f6394eca6 Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Tue, 8 Oct 2024 10:26:42 -0400 Subject: [PATCH 3/3] Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7472c84..f79a369 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.0"