ColorJizz-PHP
ColorJizz-PHP copied to clipboard
Add version tags for composer
Please add a version tag to the repository. That would allow us to require that specific version in composer. Right now we are forced to use dev-master.
:+1:
That would be nice to have a 1.0.0. released so we don't need to pin on specific commits. Any news on that ?
would be nice for me too.
Not having a version makes it very difficult to use this module in composer. It's stability level is "dev", which means you have to change your "minimum stability".
To create a version you would just need to create a tag and push it to github. Then it will show up on packagist.
@mikeemoo could you create a tag with the current version? e.g.:
git tag 0.1.0 361b8a8727d13b67cb593a936a715ad2204ececb
git push --tags
Awesome that the 1.0.0 tag was released, but the packagist repository hasn't been updated with the tag, so composer still can't resolve the minimum stability as stable
Packagist is supposed to periodically crawl the repos for updates, but it apparently hasn't done so it almost a year. Probably best to setup a Github service hook.