File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6 - 2025-07-26
4
+
5
+ - Remove ray from composer.json
6
+ - Added Laravel 11 compatibility and updated README
7
+
3
8
## v0.4 - 2025-06-09
4
9
5
10
- Fixed ` unsubscribe ` controller logic by adding missing ` Controller ` import
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ The package makes use of Laravel's built-in event listeners `NotificationSending
9
9
10
10
Categorization of emails and model specific subscriptions are possible.
11
11
12
+ ## Requirements
13
+
14
+ - Laravel 11 or 12
15
+
12
16
## Installation
13
17
14
18
``` bash
Original file line number Diff line number Diff line change 6
6
"authors" : [
7
7
{
8
8
"name" : " Eugene van der Merwe" ,
9
- "email" : " eugene@vander.host "
9
+ "email" : " hello@eugenefvdm.com "
10
10
}
11
11
],
12
12
"require" : {
13
- "laravel/framework" : " ^12.0" ,
14
- "spatie/laravel-ray" : " ^1.40"
13
+ "laravel/framework" : " ^11.0|^12.0"
15
14
},
16
15
"require-dev" : {
17
- "orchestra/testbench" : " ^10.3 " ,
16
+ "orchestra/testbench" : " ^9.0|^ 10.0 " ,
18
17
"pestphp/pest" : " ^3.8" ,
19
18
"pestphp/pest-plugin-laravel" : " ^3.2"
20
19
},
You can’t perform that action at this time.
0 commit comments