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.
John Whitley 4479b8a690 Squashed commit of the following:
commit 3994b556dcffcde7b1801c8bc712f3127e8f8e7c
Author: John Whitley <john.whitley@berea.eu>
Date:   Tue Aug 16 09:02:53 2016 +0100

    https://github.com/composer/composer/issues/5600

    This alters the default flag for loadOptions in
    \Composer\Package\Loader\ArrayLoader to true; and alters the assumption
    of the test to reflect this change.

    **Rationale**

    The `\Composer\Package\Loader\ArrayLoader` test (defined in
    tests/Composer/Test/Package/Loader/ArrayLoaderTest.php) assumed that a
    new `\Composer\Package\Loader\ArrayLoader` instance would be always
    created with the optional flag loadOptions set to true.

    ```php
    $this->loader = new \Composer\Package\Loader\ArrayLoader(null, true);
    ```

    This change alters the general case to reflect the default assumption as
    defined in the test.

commit b75fc4ad7238bc50f724bd29446ccbc33e82c34c
Author: John Whitley <john.whitley@berea.eu>
Date:   Mon Aug 15 16:55:27 2016 +0100

    Altered the test for ArrayLoader to use the default loadConfig flag, and to test the true and false states for the loadConfig flag
8 years ago
..
Autoload Add ClassLoader::$missingClasses to not trigger a COW 8 years ago
Command Capture output 8 years ago
Config Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 8 years ago
Console Modify the message for memory errors 8 years ago
DependencyResolver clear code 8 years ago
Downloader Make it clear that a package is cloned from source, fixes #5489 8 years ago
EventDispatcher Add ScriptExecutionException for CLI scripts and avoid showing the full exception to users, fixes #5281 8 years ago
Exception Fix plugin bootstrapping to ignore SSL Exceptions, fixes #5388 8 years ago
IO Use extracted ca-bundle package 8 years ago
Installer Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago
Json Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 8 years ago
Package Squashed commit of the following: 8 years ago
Plugin Simplify evaluation of PHP code 8 years ago
Repository Changed error suppression to Silencer 8 years ago
Script Fix CS 9 years ago
SelfUpdate Add update channels support to self-update and diagnose, fixes #4960 8 years ago
Util check for additional possible output strings, fixes #5543 8 years ago
Cache.php Avoid warnings in case cache dir is explicitly directed to /dev/null, fixes #5468 8 years ago
Compiler.php Merge remote-tracking branch 'nicolas-grekas/php7-static' 8 years ago
Composer.php Added branch-alias for dev-master to --version|-V output when current version is actually a revision (a non release/git tag). 10 years ago
Config.php GitDownloaderTest uses temp dir as composer home config 8 years ago
Factory.php Merge remote-tracking branch 'j0k3r/re-install-binaries' 8 years ago
Installer.php Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago