Skip to content

Commit d7ee166

Browse files
u01jmg3shaffe-fr
authored andcommitted
feat: add Laravel 12 support
1 parent 8f48dd2 commit d7ee166

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 2.5.0 - 2025-02-24
6+
7+
- Add support for Laravel 12
8+
59
## 2.4.0 - 2024-03-12
610

711
- Add support for Laravel 11

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ composer require shaffe/laravel-mail-log-channel
2525

2626
### Laravel version compatibility
2727

28-
Laravel | Package |
29-
:--------------------|:--------|
30-
6, 7, 8, 9, 10, 11 | ^2.0 |
31-
5.6.x | ^1.0 |
28+
| Laravel | Package |
29+
|:-----------------------|:--------|
30+
| 6, 7, 8, 9, 10, 11, 12 | ^2.0 |
31+
| 5.6.x | ^1.0 |
3232

3333
The package will automatically register itself if you use Laravel.
3434

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"shaffe"
1414
],
1515
"require": {
16-
"illuminate/bus": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17-
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/log": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/mail": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20-
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21-
"illuminate/support": "^5.6|^6.0|^7.|^8.00|^9.0|^10.|^11.00"
16+
"illuminate/bus": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
17+
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/log": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/mail": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
20+
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/support": "^5.6|^6.0|^7.|^8.00|^9.0|^10.|^11.0|^12.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)