File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : [8.0,8. 1,8.2]
14
- laravel : [9.*, 10 .*]
13
+ php : [8.1,8.2]
14
+ laravel : [11 .*]
15
15
include :
16
- - laravel : 9.*
17
- testbench : 7.*
18
- - laravel : 10.*
19
- testbench : 9.*
16
+ - laravel : 11.*
17
+ testbench : 10.*
20
18
21
19
name : P${{ matrix.php }} - L${{ matrix.laravel }}
22
20
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-paystack-webhooks ` will be documented in this file
4
4
5
+ ## 3.0 2024-10-25
6
+ - Support for Laravel 11
7
+
8
+ ## 2.1.1 2024-04-27
9
+ - Updated Paystack webhook header signature
10
+ -
5
11
## 2.1.0 2023-03-04
6
12
- Support for Laravel 10
7
13
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^8.0|^8.1|^8.2 " ,
23
+ "php" : " ^8.1 " ,
24
24
"guzzlehttp/guzzle" : " ^7.3" ,
25
- "laravel/framework" : " ^9.0|^10 .0"
25
+ "laravel/framework" : " ^11 .0"
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^7 .0" ,
29
- "phpunit/phpunit" : " ^9 .0" ,
30
- "vimeo/psalm" : " ^4.20 "
28
+ "orchestra/testbench" : " ^9 .0" ,
29
+ "phpunit/phpunit" : " ^11 .0" ,
30
+ "vimeo/psalm" : " ^6.0@dev "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments