1
0
Fork 0
composer/src/Composer
Jordi Boggiano d25b52a4d3 Merge branch '1.1' 2016-05-11 11:37:44 +01:00
..
Autoload Make sure we only replace complete paths to the base-dir/vendor-dir, not partial dir matches, fixes #5289 2016-05-05 14:57:07 +01:00
Command add isProxyCommand() to BaseCommand 2016-05-05 13:56:44 +01:00
Config Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 2016-04-27 14:04:01 +01:00
Console Merge branch '1.1' 2016-05-05 23:21:27 +01:00
DependencyResolver Typo fix ;-) 2016-05-10 21:45:39 +02:00
Downloader Fix more git URL escaping 2016-05-08 18:23:14 +01:00
EventDispatcher Add ScriptExecutionException for CLI scripts and avoid showing the full exception to users, fixes #5281 2016-05-05 13:26:26 +01:00
IO Use extracted ca-bundle package 2016-04-11 16:33:29 +01:00
Installer BinaryInstaller::generateWindowsProxyCode() now trims both single and double quotes from $binPath when creating windows .bat file. 2016-04-18 09:35:11 +01:00
Json Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 2016-04-27 14:04:01 +01:00
Package Fix archiving paths on windows 2016-05-10 14:40:46 +01:00
Plugin Avoid duplicate commands, and pass plugin to ctor args for capabilities, refs #3377 2016-04-28 21:12:26 +01:00
Repository Cache VCS driver after creation to avoid initializing it several times 2016-05-09 21:45:46 +01:00
Script Fix CS 2015-09-28 10:53:24 +01:00
SelfUpdate Add update channels support to self-update and diagnose, fixes #4960 2016-03-15 14:13:08 +00:00
Util Fix ProcessExecutor url escaping 2016-05-09 10:31:03 +01:00
Cache.php Wrap final attempt to touch a cache file in Silencer. 2016-02-16 14:01:21 +01:00
Compiler.php Merge remote-tracking branch 'nicolas-grekas/php7-static' 2016-04-11 19:18:22 +01:00
Composer.php Added branch-alias for dev-master to --version|-V output when current version is actually a revision (a non release/git tag). 2014-10-16 22:13:17 -03:00
Config.php Merge remote-tracking branch 'curry684/home-expansion' 2016-04-22 20:37:05 +01:00
Factory.php Merge remote-tracking branch 'jderusse/plugin-with-commands' 2016-04-28 20:11:33 +01:00
Installer.php Fix platform dev reqs being required even in --no-dev installs 2016-05-11 11:35:30 +01:00