1
0
Fork 0
composer/src/Composer
Beau Simensen 8a7d31706d Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00
..
Autoload Fixed syntax error in example code in header comment 2012-03-04 16:38:11 +11:00
Command Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00
Console Renamed install-project to create-project to differentiate from just "install". 2012-02-27 20:25:36 +01:00
DependencyResolver Prevent a package from having duplicate names 2012-02-26 22:20:10 +01:00
Downloader Update Git/Hg downloaders tests, making sure they never use a live filesystem instance 2012-03-08 00:11:52 +01:00
IO Added a NullIO 2012-02-18 00:00:38 +01:00
Installer Add command to install a package as a new project into a non-existant directory. This fetches the given package from packagist or a different packagist-source and installs it into a given path. 2012-02-27 20:25:36 +01:00
Json Suppress relaxed schema and build it on the fly in php, refs #151 2012-03-08 00:44:09 +01:00
Package Added isDev method to the VersionParser class 2012-03-03 19:49:24 +01:00
Repository Merge pull request #377 from till/svn-auth 2012-03-08 01:59:51 -08:00
Script Register all packages via the autoload generator before dispatching events 2012-02-07 11:13:29 +01:00
Util Fixes to Filesystem class, avoid removing non-existing dirs and clear stat cache for safety 2012-03-08 00:12:38 +01:00
Compiler.php Suppress relaxed schema and build it on the fly in php, refs #151 2012-03-08 00:44:09 +01:00
Composer.php implement a self-update command (closes #83) 2011-11-12 19:44:28 +01:00
Factory.php Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer 2012-03-08 16:22:37 +01:00
Installer.php Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00