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?
composer.jsonsays>=7.1and being on this PHP version I get:Thought this is a require-dev package, should PHP version be increased to
^7.2?