Requires Guzzle on laravel/framework (#6324)

This commit is contained in:
Nuno Maduro 2024-01-22 18:39:23 +00:00 committed by GitHub
parent 2954247047
commit 1f7e88072e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
"license": "MIT",
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.9"
},