Skip to content

Cannot install on PHP 7.1 #246

Closed
Closed
@waltertamboer

Description

@waltertamboer

The composer.json file in version 3.1 specifies that PHP version 7.1 or higher is required. At the same time it requires guzzlehttp/guzzle:^7.0. Version 7 of guzzlehttp/guzzle requires at least PHP version 7.2 so this results in a conflict making it impossible to install the library.

"php": ">=7.1",

"guzzlehttp/guzzle": "^7.0",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions