r3c / custom_from

Plugin for Roundcube webmail, enable virtual email sender input.
https://plugins.roundcube.net/#/packages/r3c/custom-from
Other
20 stars 16 forks source link

wrong tag for composer #20

Closed MarcusWolschon closed 4 years ago

MarcusWolschon commented 4 years ago

Error: `"composer require r3c/custom-from"

Could not find a matching version of package r3c/custom-from. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable). `

Cause: The version is tagged "1.3" while according to https://getcomposer.org/doc/articles/versions.md#tags it should be tagged "v1.3" for composer to accept this as a stable version.

r3c commented 4 years ago

I'm not sure this is caused by missing "v" in tag name, however Packagist doesn't seem to trigger its Git hook when a tag is added on an old commit. I just pushed tag 1.6.2 and it appear properly now and seems to be working fine with composer.

Would you mind having another try with this version?

r3c commented 4 years ago

@MarcusWolschon can I safely close this issue?

MarcusWolschon commented 4 years ago

I can give it a try later this week.

YiffyToys commented 4 years ago

` >composer require r3c/custom-from Using version ^1.6 for r3c/custom-from ./composer.json has been updated Loading composer repositories with package information

Updating dependencies (including require-dev) Package operations: 0 installs, 1 update, 0 removals

This time it worked. No idea why