-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
production
What did you expect to happen?
Some tags should not be taken into account because they cause Composer's version parser to malfunction.
Example: wp-plugin/elementor
https://wp-composer.com/packages/wp-plugin/elementor
What actually happens?
Unable to install or update
In VersionParser.php line 191:
Invalid version string "3.1.0-dev1"
Steps to reproduce
composer.json example :
{
"name": "rvola/test",
"repositories": [{
"name": "wp-composer",
"type": "composer",
"url": "https://repo.wp-composer.com"
}],
"require": {
"wp-plugin/elementor"
}
}
System info
No response
Log output
Please confirm this isn't a support request.
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working