-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Describe the bug
This project has two tags stamped as beta1. One of the tags has improper syntax and should be deleted. Also, it looks like the bad tag was set as the actual release. See screenshot of tags for this project.
Good: 4.0.0-beta1
Bad: 4.0.0beta1

To reproduce
Steps to reproduce the behavior:
- View tags page in github for this project.
- Confirm dupe tags.
- Delete tag for 4.0.0beta and make new release for 4.0.0-beta1.
Expected behavior
Expect releases and tags to conform to syntax standards for composer and not cause errors.
Additional context
Causes the project to not be indexed properly, which causes composer to fail when checking dependency tree.
Please confirm
- I have searched the issue list and am not opening a duplicate issue.
- I have read the Contribution Guidelines and this is not a support question.
- I confirm that this bug is a bug in PHP_CodeSniffer and not in one of the external standards.
- I have verified the issue still exists in the
master
branch of PHP_CodeSniffer.