File tree Expand file tree Collapse file tree 3 files changed +12
-21
lines changed Expand file tree Collapse file tree 3 files changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,17 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : [7.4 ]
14
- laravel : [8.*, 7.*, 6 .*]
13
+ php : [8.0,8.1 ]
14
+ laravel : [9 .*]
15
15
include :
16
- - laravel : 8.*
17
- testbench : 6.*
18
- - laravel : 7.*
19
- testbench : 5.*
20
- - laravel : 6.*
21
- testbench : 4.*
16
+ - laravel : 9.*
17
+ testbench : 7.*
22
18
23
19
name : P${{ matrix.php }} - L${{ matrix.laravel }}
24
20
25
21
steps :
26
22
- name : Checkout code
27
- uses : actions/checkout@v1
23
+ uses : actions/checkout@v2.4.0
28
24
29
25
- name : Cache dependencies
30
26
uses : actions/cache@v1
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
+ ## 2.0.0 2022-02-10
6
+ - Support for Laravel 9
7
+
5
8
## 1.2.0 2021-07-16
6
9
- Support for Guzzle 7.3
7
10
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.4" ,
24
- "ext-json" : " ^7.4" ,
23
+ "php" : " ^8.0|^8.1" ,
25
24
"guzzlehttp/guzzle" : " ^7.3" ,
26
- "illuminate/contracts" : " ^7.15|^8.0" ,
27
- "illuminate/http" : " ^7.15|^8.0" ,
28
- "illuminate/notifications" : " ^7.15|^8.0" ,
29
- "illuminate/routing" : " ^7.15|^8.0" ,
30
- "illuminate/support" : " ^7.15|^8.0" ,
31
- "symfony/http-kernel" : " ^5.1"
25
+ "laravel/framework" : " ^9.0"
32
26
},
33
27
"require-dev" : {
34
- "friendsofphp/php-cs-fixer" : " ^2.16" ,
35
- "orchestra/testbench" : " ^5.0" ,
28
+ "orchestra/testbench" : " ^7.0" ,
36
29
"phpunit/phpunit" : " ^9.0" ,
37
- "psalm/plugin-laravel" : " ^1.2" ,
38
- "vimeo/psalm" : " ^3.11"
30
+ "vimeo/psalm" : " ^4.20"
39
31
},
40
32
"autoload" : {
41
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments