Jordi Boggiano
|
53a1f32061
|
Add --sort-by-age to show/outdated commands, and also release date for latest package in --latest mode (#11762)
|
2023-12-20 15:37:27 +01:00 |
Jordi Boggiano
|
131da999ac
|
Fix CS (#11003)
|
2022-08-17 14:20:07 +02:00 |
Jordi Boggiano
|
7377d1f003
|
Uniformize command description format, fixes #10971
|
2022-08-16 10:41:07 +02:00 |
Jordi Boggiano
|
6cb5576a32
|
Fix root package being part of package name suggestions where it should not be
|
2022-07-21 16:30:01 +02:00 |
Jordi Boggiano
|
0fd845eeaf
|
Add --major-only flag to outdated/show commands to restrict the list to packages with major updates available, fixes #10439 (#10827)
|
2022-06-09 11:45:32 +02:00 |
Jordi Boggiano
|
779f3ab923
|
Add a couple missing --format completions
|
2022-05-13 14:10:59 +02:00 |
Jérôme Tamarelle
|
ed7d8219ad
|
Backport bash completion suggestion definition from symfony/console 6.1
|
2022-05-12 15:00:38 +02:00 |
Jérôme TAMARELLE
|
fe6be142b1
|
Add completion on commands
|
2022-05-12 15:00:37 +02:00 |
Svyatoslav Tregubov
|
f863855647
|
`--patch-only` option for `show` and `outdated` commands (#10589)
Fixes #10503
Co-authored-by: Svyatoslav <tregubov.s@asteq.ru>
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2022-03-15 15:52:04 +01:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Jordi Boggiano
|
eda9014bef
|
Add return types to all code which is not being extended by open source packages
|
2022-02-18 14:32:38 +01:00 |
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 |
Rafael Dohms
|
78583ab678
|
Support ignore-platform-reqs in `composer outdated` (#10293)
This allows users to also find libraries that require major platform
changes to unlock updates.
It addresses #10291.
|
2021-11-23 17:16:58 +01:00 |
Jordi Boggiano
|
c65d09dff7
|
Fix @inheritDoc annotations
|
2021-10-27 16:18:53 +02:00 |
Samuel Felipe
|
3ccb54832b
|
PHPStan level 6 in src/Composer/Command (#10214)
|
2021-10-27 14:18:16 +02:00 |
Jordi Boggiano
|
5d4bcde454
|
Allow using --locked with the outdated command directly, fixes #8025
|
2020-10-26 14:47:52 +01:00 |
Thomas Lamy
|
caa5545478
|
#8945 Add "--no-dev" to outdated/show commands
|
2020-06-05 16:48:10 +02:00 |
Cédric Anne
|
9c9ca87537
|
Fix composer outdated command on PHP 7.4; fixes #8346
|
2019-10-21 13:04:31 +02:00 |
Markus Staab
|
c876613d5c
|
Added "Read more at" links to all commands (#8019)
|
2019-03-04 12:55:38 +01:00 |
Grzegorz Korba
|
0ee0138bed
|
Support for ignoring packages in `outdated` command (#7682)
* Support for ignoring packages in `outdated` command. Fixes #7656
|
2018-10-31 17:18:54 +01:00 |
Jordi Boggiano
|
ff59bbdab0
|
CS fixer
|
2018-07-24 14:32:52 +02:00 |
Jordi Boggiano
|
a286c39f20
|
Add docs about new --format, refs #6228
|
2017-03-07 14:19:51 +01:00 |
Jordi Boggiano
|
d6ffe1fd1d
|
Add support for outdated command info without ANSI colors, fixes #6070
|
2017-01-22 20:01:12 +01:00 |
Jordi Boggiano
|
5ecd9ace59
|
Forward --minor-only flag to show command
|
2016-12-28 18:44:32 +01:00 |
Pierre Rudloff
|
7d52bd6ed5
|
Non-zero status code when there are outdated packages (fixes #5901)
|
2016-11-28 13:06:53 +01:00 |
Bilal Amarni
|
92207da83a
|
add isProxyCommand() to BaseCommand
|
2016-05-05 13:56:44 +01:00 |
Jordi Boggiano
|
fd5f90989f
|
Add --all to oudated command and switch it to show only outdated by default, fixes #5253
|
2016-04-28 19:48:56 +01:00 |
Jordi Boggiano
|
7def8cf6e5
|
Refactor to use ArrayInput instead of StringInput
|
2016-04-26 20:10:56 +01:00 |
Jordi Boggiano
|
aabe21d84d
|
Add --direct and --outdated flags to ShowCommand & OutdatedCommand, fixes #5240
|
2016-04-24 15:17:08 +01:00 |
Jordi Boggiano
|
6c94cb89d1
|
Fix outdated command on linux
|
2016-04-22 23:31:02 +01:00 |
Jordi Boggiano
|
313dd14f1e
|
Add coloring to the colors
|
2016-04-22 23:12:29 +01:00 |
Jordi Boggiano
|
e7069dd5e8
|
Tweak colors in the output, make sure we load the proper version according to stability flags and add outdated command, refs #5028
|
2016-04-22 21:54:04 +01:00 |