1
0
Fork 0
composer/src/Composer/Command
Grégoire Pineau bfb4abfb56
Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones
I tested it, and even with "dist" packages, the status command is able to find modified vendor 
(And that's amazing, thanks)
2020-10-02 10:11:47 +02:00
..
AboutCommand.php Command::execute() should always return an integer. 2019-10-07 18:50:18 +02:00
ArchiveCommand.php Uses config data from Composer object whenever possible on ArchiveCommand 2020-02-10 13:15:58 -02:00
BaseCommand.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
BaseDependencyCommand.php compatible with symfony/console 5.0.0 getVerticalBorderChars() method 2020-04-09 09:50:19 +02:00
CheckPlatformReqsCommand.php compatible with symfony/console 5.0.0 getVerticalBorderChars() method 2020-04-09 09:50:19 +02:00
ClearCacheCommand.php fixed help URL for ClearCacheCommand 2020-03-24 22:47:11 +01:00
ConfigCommand.php Add bearer support in config command and add to docs/schema, refs #8671 2020-03-10 13:39:26 +01:00
CreateProjectCommand.php Reuse repository manager and others directly from the Composer instance, refs #9057 2020-07-17 12:05:07 +02:00
DependsCommand.php Command::execute() should always return an integer. 2019-10-07 18:50:18 +02:00
DiagnoseCommand.php Fix syntax error & improve handling 2020-09-24 11:35:38 +02:00
DumpAutoloadCommand.php Avoid scanning files twice when generating optimized autoloaders, fixes #8683 2020-03-13 18:28:27 +01:00
ExecCommand.php Use "getInitialWorkingDirectory" instead of "getWorkingDirectory" 2020-05-19 15:47:51 +02:00
FundCommand.php Avoid failing on malformed funding info, fixes #8731 2020-04-07 16:04:58 +02:00
GlobalCommand.php Added "Read more at" links to all commands (#8019) 2019-03-04 12:55:38 +01:00
HomeCommand.php Added "Read more at" links to all commands (#8019) 2019-03-04 12:55:38 +01:00
InitCommand.php Replace whitelist with allow list 2020-06-07 22:15:09 +01:00
InstallCommand.php Added "Read more at" links to all commands (#8019) 2019-03-04 12:55:38 +01:00
LicensesCommand.php fix typo 2020-04-09 09:50:38 +02:00
OutdatedCommand.php Fix composer outdated command on PHP 7.4; fixes #8346 2019-10-21 13:04:31 +02:00
ProhibitsCommand.php Command::execute() should always return an integer. 2019-10-07 18:50:18 +02:00
RemoveCommand.php Replace whitelist with allow list 2020-06-07 22:15:09 +01:00
RequireCommand.php Fixed typo 2020-06-08 09:33:40 +01:00
RunScriptCommand.php compatible with symfony/console 5.0.0 getVerticalBorderChars() method 2020-04-09 09:50:19 +02:00
ScriptAliasCommand.php Added "Read more at" links to all commands (#8019) 2019-03-04 12:55:38 +01:00
SearchCommand.php Command::execute() should always return an integer. 2019-10-07 18:50:18 +02:00
SelfUpdateCommand.php Fix openssl_free_key deprecation notice in PHP 8 2020-08-14 17:45:41 +01:00
ShowCommand.php Fix support for --self --name-only, fixes #8844 2020-05-01 18:03:22 +02:00
StatusCommand.php Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones 2020-10-02 10:11:47 +02:00
SuggestsCommand.php Merge branch '1.9' 2019-10-24 15:05:45 +02:00
UpdateCommand.php Replace whitelist with allow list 2020-06-07 22:15:09 +01:00
ValidateCommand.php ValidateCommand: fix array syntax for PHP 5.3 2020-02-14 10:57:19 +01:00