mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
![]() 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. |
||
---|---|---|
.. | ||
Fixtures | ||
ComposerSchemaTest.php | ||
JsonFileTest.php | ||
JsonFormatterTest.php | ||
JsonManipulatorTest.php | ||
JsonValidationExceptionTest.php |