You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support larger MAJOR version numbers
- We prefer to use CalVer + SemVer (YYYYMMDD as MAJOR) for versioning.
- Other software, like `npm`, supports this: https://github.com/npm/node-semver/blob/bdda212f4f6126a1b8821dc0731a17fdc2fc533f/classes/semver.js#L48
- Composer breaks with an invalid version string:
root@0c6964ad69d6:/var/project# COMPOSER_ROOT_VERSION=20230131.0.0 composer install
[UnexpectedValueException]
Invalid version string "20230131.0.0"
* Reduce repetition count to a saner level to retry CI
* Add new formats without breaking any existing ones
---------
Co-authored-by: Jordi Boggiano <[email protected]>
0 commit comments