silverstripe-cloudflare icon indicating copy to clipboard operation
silverstripe-cloudflare copied to clipboard

Remove explicit version from composer.json

Open sminnee opened this issue 4 years ago • 0 comments

It's unnecessary and if it's not correctly maintained it breaks things.

For example here: https://github.com/steadlane/silverstripe-cloudflare/blob/1.3.0/composer.json

  • tag is 1.3.0
  • version is set to 1.2

This makes it very difficult to install the version.

Best fix is to remove this from composer.json and let composer infer the version based on tags and branches

sminnee avatar Sep 11 '20 01:09 sminnee