Skip to content

Commit df99012

Browse files
authored
Merge pull request #30 from SudoGetBeer/master
Laravel 8 support and also allow to use Guzzle 7
2 parents ba01be5 + 4de9ac2 commit df99012

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
env:
89
matrix:

composer.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
16-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
17-
"illuminate/queue": "^5.5 || ^6.0 || ^7.0",
18-
"guzzlehttp/guzzle": "^6.2",
15+
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
16+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
17+
"illuminate/queue": "^5.5 || ^6.0 || ^7.0 || ^8.0",
18+
"guzzlehttp/guzzle": "^6.2 || ^7.0",
1919
"ext-json": "*"
2020
},
2121
"require-dev": {
@@ -36,10 +36,7 @@
3636
"test": "vendor/bin/phpunit"
3737
},
3838
"config": {
39-
"sort-packages": true,
40-
"platform": {
41-
"php": "7.2.0"
42-
}
39+
"sort-packages": true
4340
},
4441
"minimum-stability": "dev",
4542
"extra": {

0 commit comments

Comments
 (0)