1
0
Fork 0
composer/tests/Composer/Test/Json
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.
2017-07-03 12:11:24 +02:00
..
Fixtures Use https where possible 2015-05-04 19:37:57 +02:00
ComposerSchemaTest.php fix test for json-schema 5.2 2017-05-22 08:01:51 +02:00
JsonFileTest.php skip no more needed with jsonc 1.3.9 2015-11-04 09:11:01 +01:00
JsonFormatterTest.php CS fixes 2014-10-17 18:57:27 +01:00
JsonManipulatorTest.php Fix case insensitivity of ‘require’ command 2017-07-03 12:11:24 +02:00
JsonValidationExceptionTest.php Fix CS 2015-09-28 10:53:24 +01:00