ramsey / uuid

:snowflake: A PHP library for generating universally unique identifiers (UUIDs).

Home Page:https://uuid.ramsey.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the deleted tag in packagist.org

BadJacky opened this issue · comments

Hi @ramsey

I use this package in my prod environment, it is a great package.

Recently I found there is a dev version in packagist but not in the github tags and releases.

I think you may forget to remove the dev version in packagist.

Could you remove the 4.x-dev in packagist.org?

I have attached the screenshot files and hope they can help you.

Thanks!
Screenshot 2023-02-23 at 09 31 49@2x

Screenshot 2023-02-23 at 09 31 41@2x

Screenshot 2023-02-23 at 09 31 25@2x

4.x-dev is how Composer references the 4.x branch.

See this article for more information: https://getcomposer.org/doc/articles/versions.md#branches

Thanks for your reply!

I have locked this package's version in the root composer.json under my project.

Were you seeing errors about 4.x-dev missing? Why did you need to lock the package version in composer.json?