symfony / flex

Composer plugin for Symfony
MIT License
4.17k stars 183 forks source link

Missing tag for version v1.21.5 ? #1008

Closed hostep closed 10 months ago

hostep commented 10 months ago

Hi

I just noticed by accident that version v1.21.5 is known on packagist: https://packagist.org/packages/symfony/flex#v1.21.5 But is not available here on github in the tags: https://github.com/symfony/flex/releases/tag/v1.21.5

Which is kind of confusing. Any idea what's going on?

Thanks!

xabbuh commented 10 months ago

My guess is that 1.21.5 was created by mistake. It should have been 2.4.3 which created later. Both tags according to Packagist reference the same commit on the 2.x branch.

fabpot commented 10 months ago

My mistake indeed. Fixed now.

hostep commented 10 months ago

Thanks and no worries. I can confirm that v1.21.5 can no longer be found by composer update now.