This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
composer
mirror of
https://github.com/composer/composer
Watch
1
Star
0
Fork
You've already forked composer
0
Code
f92f2f45a9
composer
/
tests
History
Sandy Pleyte
f92f2f45a9
Fix for
#2613
, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash.
2014-02-18 09:01:12 +01:00
..
Composer
Fix for
#2613
, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash.
2014-02-18 09:01:12 +01:00
bootstrap.php
Add parallel build to travis script
2013-09-25 10:23:48 +02:00
complete.phpunit.xml
Rename tests/phpunit.xml.dist for clarity
2012-06-25 18:59:41 +02:00