1
0
Fork 0
composer/tests
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
..
Composer Fix case insensitivity of ‘require’ command 2017-07-03 12:11:24 +02:00
bootstrap.php Make sure a good timezone is set, fixes #2899 2014-04-14 13:55:17 +02:00
complete.phpunit.xml Stop running PEAR Repo test suite as it fails and is kinda irrelevant at this point 2016-02-25 13:10:46 +00:00