RobThree / TwoFactorAuth

PHP library for Two Factor Authentication (TFA / 2FA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version mismatch

AlexanderSchaller opened this issue · comments

The composer file says version 1.8.1 while your release on GitHub says version 1.8.2. I'm not actually able to update the dependency in my composer to fix some issues with php 8.1 (which I see 1.8.2 fixes)

thanks for letting us know, I'll fix it as soon as github isn't completely broken

Thank you so much!

@RobThree I've moved the tag but I'm not sure how packagist is set up, are you able to see any issues? It reckons its set up for auto updating

Should be fixed now. Please let me/us know if there's still an issue. (Also, @willpower232 : I've taken the liberty to add you as a maintainer on packagist - thank you so much for your help and support!)

Thanks for resolving, it turns out that we shouldn't be referencing the version in composer.json because the github tags/releases should take priority https://getcomposer.org/doc/02-libraries.md#library-versioning

Am I okay to remove the version reference from composer.json?

Sure, go ahead 👍