Bumped minimum guzzle version to match that of the framework suggest list (#5766)

This commit is contained in:
Graham Campbell 2022-01-14 13:04:13 +00:00 committed by GitHub
parent 9b4e424d98
commit 929571decd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"require": {
"php": "^8.0",
"fruitcake/laravel-cors": "^2.0.5",
"guzzlehttp/guzzle": "^7.0.1",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.0",
"laravel/sanctum": "^2.14",
"laravel/tinker": "^2.7"