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.
msiebeneicher f28785a49d Merge branches 'add_exclude' and 'master' of https://github.com/trivago/composer into add_exclude
* 'add_exclude' of https://github.com/trivago/composer:

# By Jordi Boggiano (239) and others
# Via Jordi Boggiano (184) and others
* 'master' of https://github.com/trivago/composer: (638 commits)
  Simplified syntax
  github deprecation changes
  fix bug in GitDriver::supports for remote repo
  strict check, testcase(s)
  Fix regex matching and add more tests for addSubNode, refs #3721, fixes #3716
  solve edge case for `composer remove vendor/pkg`
  chmod 644 src/Composer/Command/RemoveCommand.php
  Avoid failing on composer show of lazy providers
  Show more info when a download fails
  Add notion of autoloader skipping autoload-dev rules
  Satis grammar fix.
  remove unused statements
  removed needless output param
  + limit git ls-remote to heads + escape repo url
  add check for remote Repository in GitDriver::supports
  suppress the prefix
  Improve notice about /usr/local/bin
  Reuse current file permissions
  Add the P character to the regex pattern
  Added deprecated warning for the dev option
  ...

Conflicts:
	src/Composer/Autoload/AutoloadGenerator.php
	src/Composer/Autoload/ClassMapGenerator.php
10 years ago
..
Autoload Merge branches 'add_exclude' and 'master' of https://github.com/trivago/composer into add_exclude 10 years ago
Command Add parallel build to travis script 11 years ago
Config CS fixes 10 years ago
DependencyResolver add --prefer-lowest-stable to update command 10 years ago
Downloader Fix tests and run it before the push url updater 10 years ago
EventDispatcher fixes composer/composer#3546 10 years ago
Fixtures Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable 10 years ago
IO fix test implementation for php 5.3 10 years ago
Installer Add installer events 10 years ago
Json strict check, testcase(s) 10 years ago
Mock Fix activation of global plugins, fixes #3557 10 years ago
Package Tweaks to also support 1.0-dev style aliases, refs #3480 10 years ago
Plugin PluginManager refactoring, fixes #3550 10 years ago
Repository github deprecation changes 10 years ago
Util github deprecation changes 10 years ago
AllFunctionalTest.php CS fixes 10 years ago
ApplicationTest.php Added some tests for the dev version warning 10 years ago
CacheTest.php Fix tests again.. 10 years ago
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 10 years ago
ConfigTest.php Fix error handling for incorrect "repositories" array 10 years ago
InstallerTest.php Don't use a regex to parse installer tests to allow for longer tests 10 years ago