Skip to content

Composer dependency missing? #107

Closed
@sydekumf

Description

@sydekumf
Q A
Bug? no
New Feature? no
Version master

Just a quick question: In Http\Discovery\Strategy\CommonClassesStrategy you use classes i.e. Nyholm\Psr7\Request and this dependency is not defined in the composer.json. How does it work? This package composer.json states:

"require": {
        "php": "^5.5 || ^7.0"
    }

The Nyholm composer.json (https://github.com/Nyholm/psr7/blob/master/composer.json) states:

"require": {
        "php": "^7.1",

How can I use this package without conflicts and how is it supposed to be used when the dependencies are not explicitly declared? Thanks a lot guys.

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