Skip to content

PHP version requirement in composer.json #3122

Description

@maks-rafalko

composer.json says >=7.1 and being on this PHP version I get:

Problem 1
    - doctrine/mongodb-odm 2.0.0-RC2 requires php ^7.2 -> your PHP version (7.1.22) does not satisfy that requirement.
    - doctrine/mongodb-odm 2.0.0-RC1 requires php ^7.2 -> your PHP version (7.1.22) does not satisfy that requirement.
    - Installation request for doctrine/mongodb-odm ^2.0@rc -> satisfiable by doctrine/mongodb-odm[2.0.0-RC1, 2.0.0-RC2].

Thought this is a require-dev package, should PHP version be increased to ^7.2?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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