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
The version field in composer.json is not really required and can be omitted. Composer will infer version information from the tag name or branch name.
The
version
field incomposer.json
is not really required and can be omitted. Composer will infer version information from the tag name or branch name.See https://getcomposer.org/doc/04-schema.md#version
At the same time it might be worth adding a branch alias for the current development version.
See https://getcomposer.org/doc/articles/aliases.md#aliases
The text was updated successfully, but these errors were encountered: