Skip to content

Commit

Permalink
added laravel 9 and 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Apr 1, 2023
1 parent d46a827 commit 6e09ebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Readme Update

## [1.1.2] - 2023-04-01
- Added Laravel 9 and 10 support
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6e09ebe

Please sign in to comment.