Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from laravel/chore/avoids-upgrade-of-guzzle-p…
…romises [2.x] Avoids non-tested update of guzzle promises 2.x
- Loading branch information
61adb35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I keep getting the following error when I try to deploy:
{ "exception": { "class": "Error", "message": "Call to undefined function GuzzleHttp\Promise\settle()", "code": 0, "file": "/var/task/vendor/laravel/vapor-core/src/Runtime/Handlers/WarmerHandler.php:25" } }
Would you be able to help?
61adb35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matt-travis Well, this pull request fixes exactly that issue. Anyways, can you try to run
composer update laravel/vapor-core --with-all-dependencies
?