You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
Fixtures Use https where possible 9 years ago
ComposerSchemaTest.php Update deps and bump json-schema requirement, fixes #4756 9 years ago
JsonFileTest.php skip no more needed with jsonc 1.3.9 9 years ago
JsonFormatterTest.php CS fixes 10 years ago
JsonManipulatorTest.php Fix addMainKey method of JsonManipulator with content having $n 8 years ago
JsonValidationExceptionTest.php Fix CS 9 years ago