Closed MarcusWolschon closed 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?
@MarcusWolschon can I safely close this issue?
I can give it a try later this week.
` >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
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.