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.
Sven Münnich d51ef83a43 Fix case insensitivity of ‘require’ command
When currently executing the `require` command for a package that is already listed in `require(-dev)`, one must use the exact same, case matching package name as written in `composer.json`. That is, if one changes the case of a character in the package name, the `require` command will add a new entry to `require(-dev)`, instead of updating the existing one.

This commit fixes the described behaviour to make it consistent with other commands like `update` that are already case insensitive.
7 years ago
..
Fixtures Use https where possible 9 years ago
ComposerSchemaTest.php fix test for json-schema 5.2 7 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 case insensitivity of ‘require’ command 7 years ago
JsonValidationExceptionTest.php Fix CS 9 years ago