Skip to content

Commit 9116ea6

Browse files
Merge pull request rjvandoesburg#25 from analytical42/add-laravel8-support
Laravel 8 support
2 parents 2befa22 + e5a5515 commit 9116ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=5.6.4",
1313
"laravel/framework": "*",
14-
"guzzlehttp/guzzle": "^6.0",
14+
"guzzlehttp/guzzle": "^6.0|^7",
1515
"ext-json": "*"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)