Reputation: 3923
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?
Upvotes: 0
Views: 60
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