1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
composer/src/Composer
2016-04-24 13:51:01 +01:00
..
Autoload Fix regression in 0b44662087, fixes #5199 2016-04-15 15:37:00 +01:00
Command Write abandoned warning on stderr to avoid breaking the flow of the list 2016-04-24 13:51:01 +01:00
Config fix config add/remove/unset/merge for bitbucket 2016-04-10 23:21:50 +02:00
Console Tweak colors in the output, make sure we load the proper version according to stability flags and add outdated command, refs #5028 2016-04-22 21:54:04 +01:00
DependencyResolver Improve error reporting some more, fixes #4310 2016-04-18 23:03:00 +01:00
Downloader Warn users with secure-http disabled once per hostname they access insecurely to avoid bad URLs going by undetected, fixes #5008 2016-04-19 22:29:04 +01:00
EventDispatcher Add ability to call composer from scripts using @composer XXX, fixes #5153 2016-04-11 19:03:32 +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
IO Use extracted ca-bundle package 2016-04-11 16:33:29 +01:00
Json Fix all other instances of addcslashes that might have issues with $ signs in strings, refs #5221 2016-04-21 12:16:46 +01:00
Package Merge branch '1.0' 2016-04-22 23:00:13 +01:00
Plugin Add INIT event and bump plugin-api to 1.1.0, fixes #5232 2016-04-22 20:30:24 +01:00
Repository Avoid caching nulls, refs #5234 2016-04-22 20:55:07 +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 Less regex escaping and removed $..$ match, refs #5184 2016-04-22 20:48:56 +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 Add INIT event and bump plugin-api to 1.1.0, fixes #5232 2016-04-22 20:30:24 +01:00
Installer.php Make sure the abandoned state is copied over even if the packages are installed already 2016-04-22 23:41:15 +01:00