1
0
Fork 0
Commit Graph

12037 Commits (2f2d6c9de7962e56f89fa2a86e6e5fe1312cf467)

Author SHA1 Message Date
Jordi Boggiano 41a13fa0a1
Merge branch '2.2' 2022-08-16 11:50:56 +02:00
Jordi Boggiano e34c31dd8b
Merge branch '2.2' 2022-08-16 11:50:01 +02:00
Christopher Charbonneau Wells 2152b20a94
Correct prohibits/why-not example command (#10994)
Running the example command `composer prohibits php:8` returns an error, "Not enough arguments (missing: "version")."
2022-08-16 11:45:35 +02:00
Jordi Boggiano 104bf0d75d
Handle 404s gracefully when loading providers in ComposerRepo, fixes #10974 2022-08-16 11:44:21 +02:00
Jordi Boggiano 07c3a63fa3
Fix phpstan error 2022-08-16 11:40:14 +02:00
chx 2fd4275e62
Update 03-cli.md (#10995)
Crosslink COMPOSER_NO_DEV
2022-08-16 11:28:46 +02:00
Jordi Boggiano f1877afc0b
Merge branch '2.3' 2022-08-16 11:27:40 +02:00
Jordi Boggiano 550fc3d321
Merge branch '2.2' into 2.3 2022-08-16 11:27:34 +02:00
Jordi Boggiano f2141dd3ea
Fix tests from #10985 2022-08-16 11:25:15 +02:00
Jordi Boggiano 598c1c7573
Fix phpstan error 2022-08-16 11:19:20 +02:00
Jordi Boggiano 6457a88aa1
Fix COMPOSER_NO_DEV to work with --update-no-dev for require/remove commands as well, refs #10995 2022-08-16 11:15:52 +02:00
Stephan 1f0bd51f55
GitHubDriver: stricter URL validation to avoid issues with undefined index owner (#10985) 2022-08-16 11:08:03 +02:00
Ion Bazan 74a045783b
Add SearchCommand tests (#10982)
Signed-off-by: Ion Bazan <ion.bazan@gmail.com>
2022-08-16 10:52:01 +02:00
Jordi Boggiano 135ca98eb0
Remove workaround for upstream bug 2022-08-16 10:46:07 +02:00
Jordi Boggiano a6d872191c
Disable packagist.org loading by default in initTempComposer test cases if other repos are provided 2022-08-16 10:41:58 +02:00
Jordi Boggiano 7377d1f003
Uniformize command description format, fixes #10971 2022-08-16 10:41:07 +02:00
Jordi Boggiano d1f36f43c1
Update symfony deps 2022-07-30 22:14:03 +03:00
Jordi Boggiano 81ea5409e0
Set close status to not planned for auto closed support issues 2022-07-30 14:19:06 +02:00
Barry vd. Heuvel a3f7c31ea7
Add json format to Audit command (#10965) 2022-07-25 13:13:32 +02:00
Jordi Boggiano 01a7bb8e5f
Use dev version of symfony/console until 5.4.11 is out 2022-07-22 12:45:48 +02:00
Jordi Boggiano f0ab518c46
Ensure signalHandler is kept around and unregistered 2022-07-22 10:37:48 +02:00
Michael Telgmann 4aa3258d19
Improve documentation about the new bash completion feature (#10962) 2022-07-22 10:16:22 +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 f8ac872c9f
Reverting release version changes 2022-07-21 15:46:32 +02:00
Jordi Boggiano c08cac5f67
Release 2.4.0-RC1 2022-07-21 15:46:32 +02:00
Jordi Boggiano b7331470a5
Update changelog 2022-07-21 15:38:30 +02:00
Jordi Boggiano e59812c439
Add prompt suggesting using --dev when require command is used with dev packages (#10960)
* Add prompt suggesting using --dev when require command is used with packages which appear to be dev, fixes #10939
2022-07-21 14:40:21 +02:00
Jordi Boggiano 595c47f7c9
Merge branch '2.3' 2022-07-21 11:15:38 +02:00
Jordi Boggiano ff55d459d8
Merge branch '2.2' into 2.3 2022-07-21 11:15:15 +02:00
Jordi Boggiano b0674c421a
Update ca-bundle 2022-07-21 11:14:47 +02:00
Jordi Boggiano d0b60f115b
Merge pull request #10958 from Seldaek/signal_fixes
Signal handling improvements
2022-07-21 11:09:30 +02:00
Jordi Boggiano 8352ab8eb7
Expand test to avoid regressions 2022-07-21 11:08:41 +02:00
Jordi Boggiano 9fbc386a7b
Fix package selector warnings to only show for versions that were actually skipped, #10942 2022-07-21 11:06:13 +02:00
Jordi Boggiano 9d90bc649d
Fix tests 2022-07-20 22:53:57 +02:00
Jordi Boggiano 03e4d19266
Merge branch '2.3' 2022-07-20 22:47:44 +02:00
Jordi Boggiano e815e0113a
Merge branch '2.2' into 2.3 2022-07-20 22:47:36 +02:00
Jordi Boggiano 623f903d62
Add support for +meta in hg version number, fixes #10955 2022-07-20 22:47:27 +02:00
Jordi Boggiano 734cbeb610
Fix type declarations 2022-07-20 22:42:57 +02:00
Jordi Boggiano 07645b9895
Capture signals and wait until child process exits to also exit, fixes #6059 2022-07-20 22:32:09 +02:00
Jordi Boggiano 1a4f2174e4
Add seld/signal-handler dependency 2022-07-20 22:32:09 +02:00
Jordi Boggiano 26e01abfae
Fix handling of .mdown files in phar compiler 2022-07-20 22:31:59 +02:00
Jordi Boggiano e43cae6231
Add COMPOSER_PREFER_STABLE and COMPOSER_PREFER_LOWEST env vars, fixes #10919 2022-07-20 22:29:27 +02:00
Joel Pittet 4182223762
Remove -p from --patch-only, --platform took it (#10956) 2022-07-20 21:06:14 +02:00
Alexander Dmitryuk 8c488b9b08
Add "r" alias for require (#10953)
Co-authored-by: a.dmitryuk <a.dmitryuk@movavi.com>
2022-07-18 13:04:49 +02:00
Jordi Boggiano 31c7474cde
Clarify that install path is absolute but not realpath'd, fixes #10945 2022-07-17 21:59:18 +02:00
Jordi Boggiano 3595666e6e
Merge branch '2.3' 2022-07-17 13:07:44 +02:00
Jordi Boggiano 3c68b579ed
Merge branch '2.2' into 2.3 2022-07-17 13:06:43 +02:00
Sam Litowitz 8d5bdaf443
Fixes #10938: Do not display duplicate ignore extension hints 2022-07-17 13:02:12 +02:00
Jordi Boggiano 740af2bdb1
Add warning if constraint appears too narrow, refs #10943 2022-07-17 10:29:56 +02:00
Jordi Boggiano 93eb19e756
For custom composer.json paths the default cwd should be that files directory, fixes ergebnis/composer-normalize#865, refs #10935 2022-07-17 10:22:07 +02:00