Skip to content

Commit fc7f291

Browse files
committed
Update composer.json
Update for guzzle 7
1 parent 81030ca commit fc7f291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"require": {
1818
"php": "^7.2.5",
1919
"nesbot/carbon": "^1.26.3 || ^2.0",
20-
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
20+
"guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0",
2121
"firebase/php-jwt": "^5.0",
2222
"illuminate/support": "^7.0",
2323
"macsidigital/laravel-oauth2-client": "^1.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^5.0",
2727
"phpunit/phpunit": "^8.5"
28-
},
28+
},
2929
"autoload": {
3030
"psr-4": {
3131
"MacsiDigital\\API\\": "src"
@@ -50,7 +50,7 @@
5050
"MacsiDigital\\API\\Providers\\APIServiceProvider"
5151
],
5252
"aliases": {
53-
53+
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)