1
0
Fork 0
composer/src/Composer
Jordi Boggiano d929a0813a Prepend the ClassLoader autoloader to avoid calling other previously registered autoloaders, fixes #1699 2013-03-16 16:14:55 +01:00
..
Autoload Prepend the ClassLoader autoloader to avoid calling other previously registered autoloaders, fixes #1699 2013-03-16 16:14:55 +01:00
Command Always install dev requirements when using the require command, fixes #1676 2013-03-10 13:44:54 +01:00
Config Added addLink and removeLink to Configuration Source Interface 2012-11-14 09:03:11 -08:00
Console Do not chdir unless necessary 2013-03-15 15:21:22 +01:00
DependencyResolver CS fixes 2013-01-05 20:01:58 +01:00
Downloader Fix authorization/authentication merge, fixes #1684 2013-03-11 10:04:45 +01:00
IO Add more output to the profiled runs, refs #1659 2013-03-05 15:21:54 +01:00
Installer Make sure the directory is empty even if weird inputs are given, fixes #1683 2013-03-11 14:02:49 +01:00
Json Fix minor issues in json code 2013-02-21 17:58:23 +01:00
Package Fixed CS 2013-03-07 11:42:47 +01:00
Repository Check that a repo has no providers when getPackages is called to catch any mis-use 2013-03-10 13:40:54 +01:00
Script Remove all occurrences of getLocalDevRepository and getLocalRepositories calls 2013-03-03 01:54:14 +01:00
Util [GH-1591] More fixing of Installation on Windows Azure. Renaming between different partitions + xcopy fail, so we need to copyAndRemove() manually. 2013-03-10 20:17:00 +01:00
Cache.php CS fixes 2013-01-05 20:01:58 +01:00
Compiler.php Add the include_paths.php autoload file to the phar when it is present 2013-02-21 18:53:39 +01:00
Composer.php Added post-autoload-dump script event. 2013-01-10 15:04:20 +01:00
Config.php Scratch 'prefer-source'; 'preferred-install' is the bee's knees 2013-03-05 12:56:09 +01:00
Factory.php Refactor require-dev handling to use one single repository and a one pass solving, fixes #719, fixes #1185, fixes #1330, fixes #789, fixes #640 2013-03-03 00:41:12 +01:00
Installer.php Handle stability changes correctly, fixes #877 2013-03-10 19:55:26 +01:00