arkhi-digital / silverstripe-cloudflare

This module aims to relieve the stress of using CloudFlare caching with any SilverStripe project. Adds extension hooks that clears CloudFlares cache for a specific page when that page is published or unpublished
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

Remove explicit version from composer.json #42

Open sminnee opened 4 years ago

sminnee commented 4 years ago

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

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