Closed
Description
this package has no direct dependency to ocramius/package-versions
, but tries to access a class constant not present in the minimum version set by jean85/pretty-package-versions
simply running composer update
does not help.
An easy fix for this issue is to actually require ocramius/package-versions
in composer.json
instead of depending on another dependency to do that.
version 1.3.0 is required for ROOT_PACKAGE_NAME but jean85/pretty-package-versions brings 1.2
composer why ocramius/package-versions
jean85/pretty-package-versions 1.2 requires ocramius/package-versions (^1.2.0)