Skip to content

composer versioning #1059

Closed
Closed
@davidverholen

Description

@davidverholen

Is there a reason, why you are using the version field in the composer.json?

It's recommended, to leave it out and just use tagging.
https://getcomposer.org/doc/04-schema.md#version

You should also use a more loose version constraint in the modules, so you don't have to change them on every version update. Something like "~0" or ">=0.40".
https://getcomposer.org/doc/01-basic-usage.md#package-versions

Then you can control the installed version stability with the minimum-stability field in the root composer.json. Would be beta for now and should be stable per default after the first release.
https://getcomposer.org/doc/04-schema.md#minimum-stability

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions