1
0
Fork 0
composer/src/Composer
Beau Simensen 57ffc9d59b Changed some variable names, continue 2, locked install changed
Changed some some instances of the $package variable name to be
able to be consistent in all branches of the "add to request"
section of code.

Updated an instance of "break" to "continue 2" as it was resulting
in the same package getting both update() and install() called
on request. Seems like this is probably not needed, should be
just one or the other? (could be way wrong on this)

Gave "locked" branch of the update/locked/install code some
logic to handle internally installed packages.
2012-02-05 18:22:56 -08:00
..
Autoload Fix autoload generator with vendor-dir = working-dir 2012-02-02 16:38:48 +01:00
Command Changed some variable names, continue 2, locked install changed 2012-02-05 18:22:56 -08:00
Console Cleanups of IOInterface 2012-01-17 23:08:12 +01:00
DependencyResolver Increasing version number to include 5.3.3 which also has an issue with SplFixedArray 2012-02-01 09:31:27 -07:00
Downloader Fixed copy-paste bug 2012-01-24 13:18:54 +01:00
IO Remove package trigger 2012-01-25 00:22:12 +01:00
Installer Stylistic fixes to the previous merge 2012-02-05 21:08:43 +01:00
Json Changed method to static - JsonFile::encode 2012-01-24 15:57:23 +01:00
Package Merge remote-tracking branch 'digitalkaoz/issue_209' 2012-02-05 20:59:30 +01:00
Repository Fix bug on authorization of file download for the private repositories 2012-02-05 20:21:06 +01:00
Script Refactor scripts 2012-02-05 16:14:25 +01:00
Util Fix usage of the ProcessExecutor 2012-01-22 20:08:57 +01:00
Compiler.php Fix phar compilation 2012-01-23 10:02:28 +01:00
Composer.php implement a self-update command (closes #83) 2011-11-12 19:44:28 +01:00
Factory.php Enable tar/phar downloaders 2012-01-22 20:43:37 +01:00