Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer: support non-semver (four part) versions #28297

Open
rarkins opened this issue Apr 10, 2024 · 1 comment
Open

Composer: support non-semver (four part) versions #28297

rarkins opened this issue Apr 10, 2024 · 1 comment
Labels
priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality) versioning:composer Composer's semver versioning

Comments

@rarkins
Copy link
Collaborator

rarkins commented Apr 10, 2024

Describe the proposed change(s).

Ref: #28294

Here is an example package: https://semver.madewithlove.com/?package=shopware%2Fadministration

This could be quite complex to support because currently composer versioning relies on the npm semver package, which itself does not support non-semver versions.

Supporting non-semver versions plus range syntax is therefore quite challenging.

In theory any non-semver version could be supported, but I think we should narrow it to four-part versions.

@rarkins rarkins added type:feature Feature (new functionality) priority-4-low Low priority, unlikely to be done unless it becomes important to more people versioning:composer Composer's semver versioning labels Apr 10, 2024
@HonkingGoose
Copy link
Collaborator

This old issue seems related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality) versioning:composer Composer's semver versioning
Projects
None yet
Development

No branches or pull requests

2 participants