Skip to content

Commit 39520c3

Browse files
committed
Add L11 compatibility
1 parent 17ba23a commit 39520c3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6 - 2025-07-26
4+
5+
- Remove ray from composer.json
6+
- Added Laravel 11 compatibility and updated README
7+
38
## v0.4 - 2025-06-09
49

510
- Fixed `unsubscribe` controller logic by adding missing `Controller` import

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The package makes use of Laravel's built-in event listeners `NotificationSending
99

1010
Categorization of emails and model specific subscriptions are possible.
1111

12+
## Requirements
13+
14+
- Laravel 11 or 12
15+
1216
## Installation
1317

1418
```bash

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
"authors": [
77
{
88
"name": "Eugene van der Merwe",
9-
"email": "eugene@vander.host"
9+
"email": "hello@eugenefvdm.com"
1010
}
1111
],
1212
"require": {
13-
"laravel/framework": "^12.0",
14-
"spatie/laravel-ray": "^1.40"
13+
"laravel/framework": "^11.0|^12.0"
1514
},
1615
"require-dev": {
17-
"orchestra/testbench": "^10.3",
16+
"orchestra/testbench": "^9.0|^10.0",
1817
"pestphp/pest": "^3.8",
1918
"pestphp/pest-plugin-laravel": "^3.2"
2019
},

0 commit comments

Comments
 (0)