version
version copied to clipboard
Library for handling version information and constraints
Hello @theseer Following our recent discussion, I would like here to remember the use case I found about version string not yet supported. **Context** When we want to create a...
While it is arguable whether or not the string `7.0.28-1` is semver compliant, we obviously have to face reality and deal with it.
I'm trying to parse the version string symfony/monolog-bundle: >=3.6 on https://packagist.org/packages/antonchernik/logging-bundle, ``` 3^ PharIo\Version\UnsupportedVersionConstraintException^ {#4853 #message: "Version constraint >=3.6 is not supported." #code: 0 #file: "./vendor/phar-io/version/src/VersionConstraintParser.php" #line: 22 trace: {...
While this indeed isn't correct, there are many cases in composer where this exists. It is possible to validate this but trigger a warning instead? Or have a "strict" mode?...
PHP 8.5 needs possible to wait for psalm 6