From 01619855bf84c397fb856b0a022707a56b0bbaaf Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Wed, 15 Mar 2023 16:47:16 +0530 Subject: [PATCH 1/3] Add laravel 9 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5d575fb..92d0041 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0", - "illuminate/database": "^8.0", + "illuminate/support": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0", "tectonic/localisation": "^3.0" }, "require-dev": { From 407dedb0308ce54b3a5d224c3c3f24283589be6c Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Fri, 24 Mar 2023 16:49:09 +0530 Subject: [PATCH 2/3] Add laravel 10 support as well --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 92d0041..aaa152f 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/database": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/database": "^8.0|^9.0|^10.0", "tectonic/localisation": "^3.0" }, "require-dev": { From 7df21ee3a97cbd4ff0cc2a0a4dc8d3948d033a69 Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Mon, 3 Apr 2023 18:44:26 +0530 Subject: [PATCH 3/3] Remove L10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aaa152f..92d0041 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0", "tectonic/localisation": "^3.0" }, "require-dev": {