1
0
Fork 0
composer/src/Composer
Nils Adermann 97ec2d7b61 Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed
* github-composer/2.0: (63 commits)
  Fix PSR warnings for optimized autoloader, refs #8397, refs #8403
  Prepare 1.9.1 changelog
  Output a hint that maybe you are not in the right directory, fixes #8404
  Fix PSR warnings for optimized autoloader, refs #8397, refs #8403
  Fix tests for PSR-fix in optimized autoloader, refs #8397
  Fix tests for PSR-fix in optimized autoloader, refs #8397
  Change PSR-fix for optimized autoloader to only warn for now, refs #8397
  Fix output of dump-autoload command to avoid interfering with warnings, refs #8397
  Remove credentials from git remotes in cache and vendor dirs
  Avoid overwriting credentials with existing ones from git repos, refs #8293
  Fix github auth to try https with pwd also, fixes #8356
  Fix gitlab support for basic-auth fallback from ssh URLs
  Avoid clearing the error output during removeDirectory execution, losing git error output, fixes #8351
  Move test file parsing into try/catch block to avoid phpunit swallowing errors
  make optimized autoloader respect PSR standards
  Validate composer show with --tree and --path options set (#8390)
  Don't show root warning for docker containers
  Added phpdoc for ComposerAutoloaderInit$SHA1::getLoader() (#8393)
  Validate schema name, type and version
  Fix require command to allow working on network mounts, fixes #8231
  ...
2019-11-08 12:27:13 +01:00
..
Autoload Fix PSR warnings for optimized autoloader, refs #8397, refs #8403 2019-11-01 17:13:02 +01:00
Command Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-11-08 12:27:13 +01:00
Config Fix type issues (#7996) 2019-02-19 15:35:48 +01:00
Console Merge branch 'master' into 2.0 2019-10-30 08:54:44 +01:00
DependencyResolver Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-11-08 12:27:13 +01:00
Downloader Merge branch 'master' into 2.0 2019-10-30 15:40:26 +01:00
EventDispatcher Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-09-07 02:55:21 +02:00
Exception Fix plugin bootstrapping to ignore SSL Exceptions, fixes #5388 2016-05-31 19:19:14 +01:00
IO Merge branch 'master' into 2.0 2019-07-31 17:50:01 +02:00
Installer Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-09-07 02:55:21 +02:00
Json Merge branch 'master' into 2.0 2019-07-31 17:50:01 +02:00
Package Correctly load branch aliases from lock file 2019-11-07 20:40:28 +01:00
Plugin Clean up the Solver tests, no more installed repo input and new sorting 2019-11-07 21:51:53 +01:00
Question Fix for https://github.com/composer/composer/issues/5989 2017-04-10 21:33:30 +01:00
Repository Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-11-08 12:27:13 +01:00
Script Merge branch 'master' into 2.0 2019-07-31 17:50:01 +02:00
SelfUpdate More RemoteFilesystem usage removals and some repository/vcs driver refactorings 2019-01-14 17:29:23 +01:00
Util Merge branch 'master' into 2.0 2019-10-30 15:40:26 +01:00
Cache.php using emptyDirectory instead of remove for clearing the cache 2019-03-11 10:24:39 +01:00
Compiler.php Merge branch 'master' into 2.0 2019-02-21 14:08:56 +01:00
Composer.php Update target version for master branch 2019-10-06 21:39:10 +02:00
Config.php Add option to disable the lock file 2019-10-19 21:46:29 +02:00
Factory.php Merge branch '2.0' into fix/unused 2019-08-02 16:38:53 +02:00
Installer.php Merge remote-tracking branch 'github-composer/2.0' into solve-without-installed 2019-11-08 12:27:13 +01:00