1
0
Fork 0
composer/src/Composer/Command
Jordi Boggiano 685ff8699b Capture output 2016-07-12 17:19:15 +01:00
..
AboutCommand.php Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 2016-02-19 23:56:46 +01:00
ArchiveCommand.php Fix method name for php5 2016-02-29 17:51:34 +00:00
BaseCommand.php Disable plugins across the board when --no-plugins is specified, fixes #5509 2016-07-12 16:14:26 +01:00
BaseDependencyCommand.php Fix why-not command to dig deeper when it is given a specific version it checks installed packages against that version's requirements 2016-04-21 22:16:05 +01:00
ClearCacheCommand.php Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 2016-02-19 23:56:46 +01:00
ConfigCommand.php Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 2016-04-27 14:04:01 +01:00
CreateProjectCommand.php Add Fossil support to Composer 2016-06-23 08:41:00 +12:00
DependsCommand.php php-cs-fixer 2016-02-25 11:04:44 +01:00
DiagnoseCommand.php Add update channels support to self-update and diagnose, fixes #4960 2016-03-15 14:13:08 +00:00
DumpAutoloadCommand.php Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 2016-02-19 23:56:46 +01:00
ExecCommand.php Undefined or default return points fixed. 2016-04-07 00:52:50 +02:00
GlobalCommand.php add isProxyCommand() to BaseCommand 2016-05-05 13:56:44 +01:00
HomeCommand.php Capture output 2016-07-12 17:19:15 +01:00
InitCommand.php Add docs about package type to prompt, fixes #5378 2016-05-29 17:08:40 +01:00
InstallCommand.php Adds flag to allow suggestions to be skipped 2016-05-31 17:48:43 -05:00
LicensesCommand.php Run cs fixer and update config to latest master 2016-04-11 15:06:57 +01:00
OutdatedCommand.php add isProxyCommand() to BaseCommand 2016-05-05 13:56:44 +01:00
ProhibitsCommand.php php-cs-fixer 2016-02-25 11:04:44 +01:00
RemoveCommand.php Added --no-scripts InputOption for RemoveCommand 2016-06-01 12:30:42 +02:00
RequireCommand.php Added --no-scripts InputOption for RequireCommand 2016-06-01 12:28:00 +02:00
RunScriptCommand.php Undefined or default return points fixed. 2016-04-07 00:52:50 +02:00
ScriptAliasCommand.php Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 2016-02-19 23:56:46 +01:00
SearchCommand.php Added --type option to search 2016-06-21 16:38:52 +02:00
SelfUpdateCommand.php Show channel even if there is no new version on the current channel 2016-04-16 19:15:12 +02:00
ShowCommand.php Always show abandoned packages in --outdated as they are outdated in a way 2016-04-29 17:17:55 +01:00
StatusCommand.php Make use of pretty version for new references, refs #5328 2016-07-02 16:03:04 +01:00
SuggestsCommand.php Fix CS 2016-02-29 15:05:11 +00:00
UpdateCommand.php Adds --no-suggest to UpdateCommand 2016-05-31 17:52:00 -05:00
ValidateCommand.php php-cs-fixer 2016-02-25 11:04:44 +01:00