File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.2
5
5
- 7.3
6
+ - 7.4
6
7
7
8
env :
8
9
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` webhook ` will be documented in this file
4
4
5
+ ## 2.1.0 - 2020-08-21
6
+
7
+ * Added Laravel 8 support.
8
+ * Dropped Laravel 6 support.
9
+ * Added PHP7.4 version testing in Travis CI.
10
+
5
11
## 1.0.0 - 201X-XX-XX
6
12
7
- - initial release
13
+ * initial release
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " >= 7.2.5" ,
15
- "guzzlehttp/guzzle" : " ~6 .0" ,
16
- "illuminate/notifications" : " ~5.5 || ~6.0 || ~7 .0" ,
17
- "illuminate/support" : " ~5.5 || ~6.0 || ~7 .0"
14
+ "php" : " ^ 7.2.5" ,
15
+ "guzzlehttp/guzzle" : " ^7 .0" ,
16
+ "illuminate/notifications" : " ^7.0||^8 .0" ,
17
+ "illuminate/support" : " ^7.0||^8 .0"
18
18
},
19
19
"require-dev" : {
20
20
"mockery/mockery" : " ^1.3" ,
21
- "phpunit/phpunit" : " ^8 .0" ,
22
- "orchestra/testbench" : " ^3.8.0 || ^4.0 || ^5 .0" ,
23
- "orchestra/database" : " ^3.8.0 || ^4.0 | ^5 .0"
21
+ "phpunit/phpunit" : " ^9 .0" ,
22
+ "orchestra/testbench" : " ^5.0||^6 .0" ,
23
+ "orchestra/database" : " ^5.0||^6 .0"
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments