Closed
Description
Today after using composer.phar self-update, composer was updated to 2.5.0
When running composer.phar install after that I get:
In Preg.php line 392:
Pattern "#./(trunk|(branches|tags)/(.))#" had an unexpected unmatched group "2", make sure the pattern always matches or u
se match() instead.
Rolled back to 2.4.4 and everything works fine with no issues.
Looked at composer.phar code and exception might be thrown after svn info --xml is called. I have a svn repository with just a main trunk, no branches or tags.