1
0
Fork 0
composer/tests/Composer/Test
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
2015-02-11 17:54:35 +01:00
..
Autoload Merge branches 'add_exclude' and 'master' of https://github.com/trivago/composer into add_exclude 2015-02-11 17:54:35 +01:00
Command Add parallel build to travis script 2013-09-25 10:23:48 +02:00
Config CS fixes 2014-10-17 18:57:27 +01:00
DependencyResolver add --prefer-lowest-stable to update command 2014-12-13 11:51:30 +01:00
Downloader Fix tests and run it before the push url updater 2014-10-20 20:16:14 +01:00
EventDispatcher fixes composer/composer#3546 2014-12-12 22:33:04 +01:00
Fixtures Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable 2014-12-14 13:02:06 +00:00
IO fix test implementation for php 5.3 2015-01-28 11:46:38 +01:00
Installer Add installer events 2014-07-29 15:25:16 +02:00
Json strict check, testcase(s) 2015-02-10 12:55:49 +01:00
Mock Fix activation of global plugins, fixes #3557 2014-12-16 11:12:13 +00:00
Package Tweaks to also support 1.0-dev style aliases, refs #3480 2015-01-20 10:26:10 +00:00
Plugin PluginManager refactoring, fixes #3550 2014-12-13 18:54:42 +00:00
Repository github deprecation changes 2015-02-11 10:18:47 +01:00
Util github deprecation changes 2015-02-11 10:18:47 +01:00
AllFunctionalTest.php CS fixes 2014-12-07 13:54:29 +00:00
ApplicationTest.php Added some tests for the dev version warning 2014-11-20 18:27:58 +00:00
CacheTest.php Fix tests again.. 2014-12-14 13:46:37 +00:00
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 2014-02-24 18:40:33 +01:00
ConfigTest.php Fix error handling for incorrect "repositories" array 2015-01-20 13:03:55 +03:00
InstallerTest.php Don't use a regex to parse installer tests to allow for longer tests 2015-01-27 17:02:37 +01:00