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
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78env :
89 matrix :
Original file line number Diff line number Diff line change 22
33All notable changes to ` webhook ` will be documented in this file
44
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+
511## 1.0.0 - 201X-XX-XX
612
7- - initial release
13+ * initial release
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "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"
1818 },
1919 "require-dev" : {
2020 "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"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments