Skip to content

Allow guzzlehttp/psr7 version 2.x as composer dependency #4

@maecompany

Description

@maecompany

Currently "guzzlehttp/psr7" is locked to the ^1.4 version range in composer.json.

This is blocking us from upgrading our stack, because several other dependencies (for example codeception/module-rest) now require guzzlehttp/psr7 versions 2.x and up.

Would it be possible to add support for the 2.x range by changing "guzzlehttp/psr7": "^1.4" to "guzzlehttp/psr7": "^1.4 || ^2.0"?

The only change needed is updating this line to:
$queryParams = \GuzzleHttp\Psr7\Query::parse($request->getUri()->getQuery());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions