You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: