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.
Nils Adermann f5e18250e6 Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed
* github-composer/2.0: (48 commits)
  Fix missing use/undefined var
  Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903
  Fix use statement
  Deduplicate findHeaderValue code
  Add install-path to the installed.json for every package, fixes #2174, closes #2424
  Remove unnecessary config from phpstan
  Make sure the directory exists and will not block installation later when downloading
  Avoid wiping the whole target package if download of the new one fails, refs #7929
  Only empty dir before actually installing packages, fixes #7929
  Improve output when installing packages
  Show best possible version in diagnose command
  Remove extra arg
  Allow path repos to point to their own source dir as install target, resulting in noop, fixes #8254
  Fix use of decodeJson
  Fix update mirrors to also update transport-options, fixes #7672
  Fix updating or URLs to include dist type and shasum, fixes #8216
  Fix origin computation
  Improve handling of non-standard ports for GitLab and GitHub installs, fixes #8173
  Load packages from the lock file for check-platform-reqs if no dependencies have been installed yet, fixes #8058
  Fix error_handler return type declaration
  ...
5 years ago
..
Autoload Handle absolute phar:// paths in autoload_static.php 5 years ago
Command Fixes from PHPStan (#7687) 6 years ago
Config Fixes from PHPStan (#7687) 6 years ago
Console Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 7 years ago
DependencyResolver Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 5 years ago
Downloader Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
EventDispatcher Add EventDispatcher::removeListener to allow deregistration of listeners 5 years ago
Fixtures Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 5 years ago
IO feat(buffer-io): add the possibility to set user inputs for interactive questions 6 years ago
Installer Merge branch 'master' into 2.0 5 years ago
Json Fix remove command not working with escaped slashes (e.g. foo\/bar), fixes #8249 5 years ago
Mock Add install-path to the installed.json for every package, fixes #2174, closes #2424 5 years ago
Package Add install-path to the installed.json for every package, fixes #2174, closes #2424 5 years ago
Plugin Add plugin callbacks for deactivation and uninstall, fixes #3000 5 years ago
Question Fixes from PHPStan (#7687) 6 years ago
Repository Add install-path to the installed.json for every package, fixes #2174, closes #2424 5 years ago
Script Fix indenting 5 years ago
Util Merge branch 'master' into 2.0 5 years ago
AllFunctionalTest.php Make usage of foreach to improve readability 5 years ago
ApplicationTest.php Fix test warnings 5 years ago
CacheTest.php Fix cache tests 5 years ago
ComposerTest.php Add parallel download capability to FileDownloader and derivatives 6 years ago
ConfigTest.php Fixes from PHPStan (#7687) 6 years ago
DefaultConfigTest.php Fixes from PHPStan (#7687) 6 years ago
FactoryTest.php Fix factory test 6 years ago
InstallerTest.php Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 5 years ago
TestCase.php Fixes from PHPStan (#7687) 6 years ago