File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ matrix:
23
23
env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
24
24
- php : 7.3
25
25
env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
26
+ - php : 7.3
27
+ env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
26
28
27
29
before_install :
28
30
- travis_retry composer self-update
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-mailgun-webhooks ` will be documented in this file
4
4
5
+ ## 1.1.0 - 2020-03-04
6
+
7
+ - add support for Laravel 7
8
+
5
9
## 1.0.0 - 2019-12-10
6
10
7
11
- initial release
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.2" ,
22
- "illuminate/support" : " ~5.8.0|^6.0" ,
22
+ "illuminate/support" : " ~5.8.0|^6.0|^7.0 " ,
23
23
"spatie/laravel-webhook-client" : " ^2.0"
24
24
},
25
25
"require-dev" : {
26
- "orchestra/testbench" : " ~3.8.0|^4.0" ,
27
- "phpunit/phpunit" : " ^8.2"
26
+ "orchestra/testbench" : " ~3.8.0|^4.0|^5.0 " ,
27
+ "phpunit/phpunit" : " ^8.2|^9.0 "
28
28
},
29
29
"autoload" : {
30
30
"psr-4" : {
You can’t perform that action at this time.
0 commit comments