You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabien Potencier 91a2aa22fb Add a run-script command 12 years ago
..
Helper php-cs-fixer magic 13 years ago
AboutCommand.php Consistently describe composer as dep mgr as opposed to package mgr 12 years ago
ArchiveCommand.php Do not hardcode vendor dir exclusion on archive. 12 years ago
Command.php CS fixes 12 years ago
ConfigCommand.php Scratch 'prefer-source'; 'preferred-install' is the bee's knees 12 years ago
CreateProjectCommand.php Add handling of preferred-install config in create-project, fixes #1780 12 years ago
DependsCommand.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 12 years ago
DiagnoseCommand.php Fix diagnose command output 12 years ago
DumpAutoloadCommand.php Remove all occurrences of getLocalDevRepository and getLocalRepositories calls 12 years ago
InitCommand.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 12 years ago
InstallCommand.php Scratch 'prefer-source'; 'preferred-install' is the bee's knees 12 years ago
RequireCommand.php Always install dev requirements when using the require command, fixes #1676 12 years ago
RunScriptCommand.php Add a run-script command 12 years ago
SearchCommand.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 12 years ago
SelfUpdateCommand.php resolve symbolic link in self-update command 12 years ago
ShowCommand.php Allow show <package> <constraint> as well as a version 12 years ago
StatusCommand.php CS fixes 12 years ago
UpdateCommand.php Scratch 'prefer-source'; 'preferred-install' is the bee's knees 12 years ago
ValidateCommand.php CS fixes 12 years ago