bvdputte/kirby-fingerprint

Composer install not working

HashandSalt opened this issue ยท 6 comments

You need to release and tag ๐Ÿ‘

Can you help me out a bit how I do this? I'm not an experienced composer user ๐Ÿ˜…

Is this why I need packagist?

Sure.... it confused me too. Yes, you need a packagist account first. Then tag a commit with a semver number like v1.0.1, push it, then in Github create release using that version number. Then go back to packagist and submit the url to the repo. It will pick up the version tag of the release. It does it this way so it knows the difference between stable releases and dev releases.

Then going forward you just tag new version numbers, and make a release from it in Github - packagist will pick it up automatically.

Thanks! I added it: https://packagist.org/packages/bvdputte/kirby-fingerprint

Could you test if it works now?

Sure.. just tried it and its all good now ๐Ÿ‘

Thx for your help, James ๐Ÿ™Œ