1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Jordi Boggiano
abdc6893a6
Add void types where no return statement is present 2022-02-18 10:38:54 +01:00
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
2022-02-16 13:24:57 +01:00
Samuel Felipe
3ccb54832b
PHPStan level 6 in src/Composer/Command (#10214) 2021-10-27 14:18:16 +02:00
Jordi Boggiano
0761474599
Add type info to many properties/methods 2021-08-30 14:46:49 +02:00
Markus Staab
c876613d5c Added "Read more at" links to all commands (#8019) 2019-03-04 12:55:38 +01:00
Jordi Boggiano
ff59bbdab0 CS fixer 2018-07-24 14:32:52 +02:00
Thom Toogood
bf880ad5e0 Allow custom script descriptions. 2017-09-12 13:17:08 +10:00
Issei.M
0856dfa084 Aligns the verb form of commands' description 2017-04-06 13:50:24 +09:00
Niels Keurentjes
692a3ed300 Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes. 2016-02-19 23:56:46 +01:00
Jordi Boggiano
2609cfdd1d Always set bin-dir into PATH before calling scripts, fixes #4852, closes #4898 2016-02-10 14:11:05 +00:00
Jordi Boggiano
b80038804f Fix env override regression, fixes #3820 2015-03-06 16:21:40 +00:00
Jordi Boggiano
cec1627acf Add top level aliases for nonstandard scripts and allow parameter passing, refs #2516 2014-07-20 21:55:24 +02:00