Skip to content

Commit

Permalink
feat: add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shaffe-fr committed Mar 12, 2024
1 parent 2d40a3c commit 8f48dd2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-mail-log-channel` will be documented in this file.

## 2.4.0 - 2024-03-12

- Add support for Laravel 11

## 2.3.0 - 2023-01-17

- Add support for Laravel 10
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ composer require shaffe/laravel-mail-log-channel

### Laravel version compatibility

Laravel | Package |
:----------------|:--------|
6, 7, 8, 9, 10 | ^2.0 |
5.6.x | ^1.0 |
Laravel | Package |
:--------------------|:--------|
6, 7, 8, 9, 10, 11 | ^2.0 |
5.6.x | ^1.0 |

The package will automatically register itself if you use Laravel.

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"shaffe"
],
"require": {
"illuminate/bus": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/log": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/mail": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.6|^6.0|^7.|^8.00|^9.0|^10.0"
"illuminate/bus": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/log": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/mail": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.6|^6.0|^7.|^8.00|^9.0|^10.|^11.00"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8f48dd2

Please sign in to comment.