-
The dependency guzzle/guzzle is abandonded; the new version is guzzlehttp/guzzle.
-
Hello,
According to the composer.json, this package specifically requires "guzzlehttp/guzzle": "~6.0"
However, this is a massively outdated version, with the current one being 7.8.1
Unfortunate…
-
Any interest in switching this to use guzzle? Should make it more future proof for php7+
This may also help getting the share/file working.
-
`Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.`
Composer spits out this warning in every single composer command I use... Perhaps consider an update …
ghost updated
5 years ago
-
Hi Kasp3r,
Can you upgrade Guzzle to 7x?
This is why it won't work on Laravel as it depends on a later version, Laravel 8x requires Guzzle ^7.0.1.
"guzzlehttp/guzzle": "^7.0.1"
Thanks
D…
-
To upgrade a few projects with this package, Guzzle 7 is needed.
There are multiple Pull Requests to address this issue.
**Action required:**
* Choose one or more solutions to fix the problem
…
-
➜ me git:(master) ✗ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package oper…
-
hi, im trying running in localhost always give response cURL error 60: SSL certificate problem: unable to get local issuer certifica.... , any solution ? thanks
-
```
Error: Call to undefined method GuzzleHttp\Exception\ConnectException::getResponse()
/Users/erin/Development/akismet/vendor/nickurt/laravel-akismet/src/Akismet.php:131
/Users/erin/Development…
-
Instantiating Flysystem/Rackspace fails with PHP8. I've had this working with PHP7.4 for at least a year or so.
On PHP8, we get:
```
Deprecated: Required parameter $archive follows optional p…