Skip to content

Commit 5e55177

Browse files
authored
Laravel 8 support (#8)
1 parent 04b91e8 commit 5e55177

File tree

2 files changed

+394
-490
lines changed

2 files changed

+394
-490
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"type": "library",
1313
"require": {
1414
"php": ">=7.2",
15-
"guzzlehttp/guzzle": "^6.2",
16-
"illuminate/support": "6.*|7.*",
17-
"symfony/psr-http-message-bridge": "^1.0.0"
15+
"guzzlehttp/guzzle": "^6.2|^7.0.1",
16+
"illuminate/support": "^6.0|^7.0|^8.0",
17+
"symfony/psr-http-message-bridge": "^1.0|^2.0"
1818
},
1919
"require-dev": {
2020
"vlucas/phpdotenv": "^2.2"

0 commit comments

Comments
 (0)