Rápli András
Rápli András

Reputation: 3923

Laravel 5.1 LTS laravel/installer guzzlehttp error

The latest laravel/installer cannot install the guzzlehttp dependency, which seems to be a PHP incompatibility error. Is there a workaround for installation without manually fixing guzzlehttp code?

guzzlehttp

Upvotes: 0

Views: 60

Answers (1)

mark.sagikazar
mark.sagikazar

Reputation: 1042

Unfortunately this is a known issue for Guzzle 4 on PHP 7.x. There is already a fix PR, but the tests are failing:

https://github.com/guzzle/guzzle/pull/1595

I suggest you updating your Guzzle version as 4.x is already EOL.

Upvotes: 1

Related Questions