17 Commits (6a466a120a404d1c5d492e5ca715841c491517fc)

Author SHA1 Message Date
Jordi Boggiano 6a466a120a
Enable strict types on all files 2 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 2 years ago
Jordi Boggiano 5c98a2cf8e
Add phpstan-symfony to get type info about console InputInterface, fix many errors (#10476)
Extract common init/require commands functionality into PackageDiscoveryTrait
Extract some helper methods into BaseCommand for better types
2 years ago
Samuel Felipe 3ccb54832b
PHPStan level 6 in src/Composer/Command (#10214) 3 years ago
noniagriconomie 65259ac8e0 Add Composer version in about command 3 years ago
Alexander M. Turek 146aa4938f Command::execute() should always return an integer. 5 years ago
Nguyen Xuan Quynh 1191bbc5f4 Unify Composer concept 6 years ago
Jordi Boggiano ff59bbdab0 CS fixer 6 years ago
Issei.M 0856dfa084 Aligns the verb form of commands' description 7 years ago
Sven Luijten b4a77e1c0e Add full stop to all command descriptions 7 years ago
Niels Keurentjes 692a3ed300 Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 8 years ago
Possum 2e99b9fdf5 Use https where possible 9 years ago
Rob Bast cb336a5416 Implement writeError throughout Composer 9 years ago
Jordi Boggiano 94926218e8 CS fixes 10 years ago
Igor Wiedler e7c7e2f70d Consistently describe composer as dep mgr as opposed to package mgr
Closes #1207.
12 years ago
Igor Wiedler 0fe90c5d87 update some links to point to getcomposer.org 12 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