1
0
Fork 0
composer/tests/Composer
Daniel Iancu 3bdb0ee5fd Fix addMainKey method of JsonManipulator with content having $n
This will store correctly passwords having a dolloar sign followed by a digit in the auth.json file.
If the content variable has "$n" (where n consists of digits) it will match as a replacement reference for preg_replace and thus it will get stripped because there's no such parenthesized pattern.
2016-04-20 22:34:39 +03:00
..
Test Fix addMainKey method of JsonManipulator with content having $n 2016-04-20 22:34:39 +03:00
TestCase.php Use unique cache dir for integration tests as well 2016-04-01 12:07:42 +01:00