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