From 6e09ebee755f9c5f0a48a33f7cedd8ddea3e0a7a Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Sat, 1 Apr 2023 14:11:25 +0600 Subject: [PATCH] added laravel 9 and 10 support --- CHANGELOG.md | 5 ++++- composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031538b..9ba316a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,7 @@ All notable changes to this project will be documented in this file. ## [1.1.1] - 2022-04-22 - Merge pull request by [viicslen](https://github.com/viicslen) which set schema builder connection to the same connection as the model so that it can work properly with `Multi Tenant` application poplery. -- Readme Update \ No newline at end of file +- Readme Update + +## [1.1.2] - 2023-04-01 +- Added Laravel 9 and 10 support \ No newline at end of file diff --git a/composer.json b/composer.json index 4c1a4af..cda2716 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "require-dev": { "phpunit/phpunit": "^9.5", "orchestra/testbench": "^6.20", - "illuminate/support": "^8.54", - "illuminate/container": "^8.54", - "illuminate/database": "^8.54", - "illuminate/events": "^8.54" + "illuminate/support": "^8.54||^9.0||^10.0", + "illuminate/container": "^8.54||^9.0||^10.0", + "illuminate/database": "^8.54||^9.0||^10.0", + "illuminate/events": "^8.54||^9.0||^10.0" }, "extra": { "laravel": {