Problem/Motivation
During composer install update I get message
In VersionParser.php line 521:
Could not parse version constraint ^: Invalid version string "^"
Steps to reproduce
make composer require drupal/flood_control
Proposed resolution
Remove space between "^" and "10" in composer.json
Remaining tasks
No tasks
User interface changes
No changes
API changes
No changes
Data model changes
No changes
Issue fork flood_control-3344660
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
imyaro commentedMarked as "major" because it's completely breaks version 2.3
Comment #5
batigolixComment #8
fabianderijkAhhh, that's a bad mistake we made. I've merged the MR immediately and created a 2.3.2 release. Sorry about that!