Jordi Boggiano
|
e1ab520d64
|
Merge branch '2.2' into 2.3
|
2022-06-01 21:39:31 +02:00 |
Jordi Boggiano
|
3ead6c0119
|
Backport schema fixes for gitlab-token, fixes #10800
|
2022-06-01 21:32:29 +02:00 |
Nicolas Hedger
|
70a7b592e9
|
Fix JSON schema regex pattern (#10811)
|
2022-06-01 21:23:07 +02:00 |
Matronator
|
313142c6cd
|
Escape forward slash in `properties.name`
|
2022-06-01 21:06:22 +02:00 |
Jan Tojnar
|
955194f896
|
docs: Fix inconsist semver operator suggestion (#10810)
Using caret over tilde is better since it behaves the same as in npm:
https://jubianchi.github.io/semver-check/#/constraint/~3.0
But when this change was introduced in https://github.com/composer/composer/pull/5396,
it was not complete.
|
2022-05-31 13:24:38 +02:00 |
Jordi Boggiano
|
556450b15b
|
Allow using temporary update constraints on all packages (incl non-root), fixes #10436 (#10773)
|
2022-05-27 14:51:46 +02:00 |
Jordi Boggiano
|
d971f2e37e
|
Merge branch '2.3' into main
|
2022-05-25 22:05:15 +02:00 |
Jordi Boggiano
|
5b067a1b29
|
Update phpstan to latest
|
2022-05-25 22:02:22 +02:00 |
Jordi Boggiano
|
202ef9031c
|
Merge branch '2.2' into 2.3
|
2022-05-25 21:44:40 +02:00 |
Jordi Boggiano
|
5d353716d3
|
Reverting release version changes
|
2022-05-25 21:37:26 +02:00 |
Jordi Boggiano
|
de11c9819a
|
Release 2.2.13
|
2022-05-25 21:37:25 +02:00 |
Jordi Boggiano
|
86dcc7ac23
|
Update changelog
|
2022-05-25 21:36:44 +02:00 |
Jordi Boggiano
|
10d3895f18
|
Ensure that dotfiles can be excluded, fixes #8866
|
2022-05-24 22:14:17 +02:00 |
Jordi Boggiano
|
88e1f0f9b5
|
Make sure repos are always initialized with a repo manager if possible, and make sure async is always enabled on the process executor, fixes #10783 (#10799)
|
2022-05-24 21:32:36 +02:00 |
Jordi Boggiano
|
25542aca70
|
Update baseline
|
2022-05-24 21:26:37 +02:00 |
Jordi Boggiano
|
654ecc759a
|
Check that symlink function exists before using it in path repo, fixes #10786
|
2022-05-24 21:21:47 +02:00 |
Subhan Shamsoddini
|
b2006fbe9c
|
replace 'for' loop with 'str_repeat' function (#10788)
|
2022-05-24 21:12:10 +02:00 |
Jordi Boggiano
|
865886e5c5
|
Always show deprecation notices even if silenced
|
2022-05-24 17:35:50 +02:00 |
Jordi Boggiano
|
d131be009d
|
Update deps
|
2022-05-24 14:46:47 +02:00 |
Jordi Boggiano
|
d70b580899
|
Merge branch '2.2' into 2.3
|
2022-05-24 14:41:41 +02:00 |
Jordi Boggiano
|
44a52e4157
|
Fix backtracking in name validation regex
|
2022-05-24 14:32:18 +02:00 |
Stephan
|
e496b1362f
|
GitHub: add support for files >1MB to getFileContent (#10785)
|
2022-05-20 13:15:59 +02:00 |
Stephan
|
76813a9cd0
|
CurlDownloader: detect max file size for gziped responses with missing content-length header (#10771)
|
2022-05-13 15:58:25 +02:00 |
Jordi Boggiano
|
176d25851d
|
Fix docs quoting, fixes #10778
|
2022-05-13 15:55:51 +02:00 |
James Watts
|
1c6ba6af47
|
Minor rewording from autoloader to bin directory (#10776)
|
2022-05-13 14:37:32 +02:00 |
Jordi Boggiano
|
779f3ab923
|
Add a couple missing --format completions
|
2022-05-13 14:10:59 +02:00 |
Jordi Boggiano
|
72f4e9ba63
|
Remove package name completion from install command as it is not a recommended use case
|
2022-05-13 13:58:37 +02:00 |
Jordi Boggiano
|
d99e059aa3
|
Add bash completions to docs
|
2022-05-13 13:58:02 +02:00 |
Jordi Boggiano
|
eac83aad5c
|
Avoid running cache GC within completion processes
|
2022-05-13 10:48:28 +02:00 |
Jordi Boggiano
|
b52053893c
|
Fix type errors and tests
|
2022-05-13 10:48:27 +02:00 |
Jordi Boggiano
|
55dc80862e
|
Improve sorting of vendor results for available packages
|
2022-05-13 09:25:01 +02:00 |
Jordi Boggiano
|
6aa7e15373
|
Fixes to global completion, working in some cases now
|
2022-05-12 23:11:22 +02:00 |
Jordi Boggiano
|
0089a69c57
|
Avoid outputting network errors or others while loading suggestions
|
2022-05-12 22:52:26 +02:00 |
Jordi Boggiano
|
3b2745a00d
|
Improve package suggestions, show only vendors by default when showing all available packages, add support for -p/-a in show command
|
2022-05-12 22:52:26 +02:00 |
Jordi Boggiano
|
1162629a17
|
Try and add completion for global subcommands
|
2022-05-12 22:52:25 +02:00 |
Jordi Boggiano
|
ce45d15bb5
|
Skip schema validation when running completion for increased bootstrap performance
|
2022-05-12 22:52:25 +02:00 |
John Stevenson
|
2837585e47
|
Fix cmd splitting paths on commas (#10775)
|
2022-05-12 21:13:55 +02:00 |
Jordi Boggiano
|
3f848cdb9a
|
Add TODOs
|
2022-05-12 16:05:27 +02:00 |
Jérôme Tamarelle
|
68fd80b630
|
PHPStan annotations
|
2022-05-12 15:00:39 +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 |
Jordi Boggiano
|
766943c767
|
Update lock file
|
2022-05-12 15:00:00 +02:00 |
Jordi Boggiano
|
96314b483c
|
Update target version to 2.4
|
2022-05-12 14:39:49 +02:00 |
Jordi Boggiano
|
8c7ab194c6
|
Fix coverage config for complete test suite
|
2022-05-12 10:34:28 +02:00 |
Jordi Boggiano
|
3366271d73
|
Fix outdated list when no new version can be matched, refs #10770
|
2022-05-12 10:34:27 +02:00 |
Carlos Buenosvinos
|
bc1fd3c8b7
|
Move navigation arrows to the bottom (#10769)
Probably by merging other PR the arrows were not at the bottom.
|
2022-05-12 10:24:53 +02:00 |
Zan Baldwin
|
b171d5531d
|
CurlDownloader: Always cast Content-Type header value to string when passing to strtolower() (#10768)
|
2022-05-11 19:17:58 +02:00 |
Jordi Boggiano
|
df9721d21b
|
Skip broken test on windows
|
2022-05-11 16:52:58 +02:00 |
Jordi Boggiano
|
fb486b43e4
|
Update phpstan
|
2022-05-11 16:51:17 +02:00 |
Jordi Boggiano
|
6ac4de19d7
|
Fix ApplicationTest interacting with other tests
|
2022-05-11 16:44:43 +02:00 |