32 Commits (7888ec5313514c755b5d3bf3dbc2eeccebaa620d)

Author SHA1 Message Date
François Pluchino 7888ec5313 Add Authentification in FileDownloader 13 years ago
François Pluchino a10f92aafe Convert Wrapper class to ConsoleIO class 13 years ago
François Pluchino 9af46ad800 Add Helper Wrapper 13 years ago
François Pluchino 2f0162053d Add OutputConsole and format the download output 13 years ago
François Pluchino 013d145bcd Add InputInterface and OutputInterface 13 years ago
Jordi Boggiano 81d80b2a04 Merge remote-tracking branch 'justinrainbow/depends_command' 13 years ago
Jordi Boggiano 462ebdf752 Detect lock file changes and warn users on install, fixes #75 13 years ago
Justin Rainbow 981477dd17 New 'depends' command added
Basic command to display where a given package is referenced.
This helps in figuring out where a package is used, and even
can help in troubleshooting dependency issues.
13 years ago
Jordi Boggiano f6b9488bf0 Move root package handling to a dedicated loader and make ArrayLoader more strict 13 years ago
Jordi Boggiano 666ac623f4 Merge remote-tracking branch 'digitalkaoz/show_command'
Conflicts:
	src/Composer/Console/Application.php
13 years ago
Jordi Boggiano a193ec9942 Merge remote-tracking branch 'digitalkaoz/validate_command' 13 years ago
Jordi Boggiano f27926e7b4 Add ENV var support for COMPOSER_VENDOR_DIR and COMPOSER_BIN_DIR, fixes #152 13 years ago
digitalkaoz 9a50fd6492 added validate task, closes #81 13 years ago
digitalkaoz 6451087039 added a show command for packages 13 years ago
Jordi Boggiano c7deaa8a1f Add highlight style 13 years ago
digitalkaoz 6c870e23e0 added search command, colorized ouput, tiny fixes 13 years ago
Jordi Boggiano 9028546c5a Move bin dir to a subdir of vendor 13 years ago
Jordi Boggiano aa94918d50 Add binaries support in composer 13 years ago
Jordi Boggiano 456d442f6e Fix bootstrap 13 years ago
Jordi Boggiano 7fa74f8f8e Add COMPOSER env var to override the composer.json file name 13 years ago
Jordi Boggiano 94e277698e Delay bootstrap until it's really necessary, fixes #121 13 years ago
Jordi Boggiano 761ad6d171 Only allow self-updates when called from within a phar 13 years ago
Igor Wiedler b15ec17a06 implement a self-update command (closes #83) 13 years ago
Henrik Bjørnskov 25fa4ec60c Rename HelpCommand to AboutCommand
Because of the native Symfony\Component\Console\Command\HelpCommand it
is not possible to have a custom HelpCommand unless a lot of code is
duplicated. Therefor change the HelpCommand to AboutCommand.
13 years ago
Henrik Bjørnskov 247f237f93 HelpCommand
Simple HelpCommand that displays the same information about Composer
that is availible in the README.md file.
13 years ago
Jordi Boggiano 1feebcafe2 Add update command, fixes #28 13 years ago
Jordi Boggiano d16b928baf Add DebugPackagesCommand 13 years ago
Jordi Boggiano b9114e16be Fix typos, short var names etc 13 years ago
everzet 05ddfde868 Reflect latest refactoring changes in commands 13 years ago
everzet 9deb10361f second batch of refactoring 13 years ago
Ryan Weaver b1fcbe9dde Simplifying how composer initializes its commands 13 years ago
Ryan Weaver f5b054985a Integrating the command system with Symfony's command system
Parts are still a WIP, as there are some embedded echo statements that should eventually be run through some sort of output interface.
13 years ago