11608 Commits (main)
 

Author SHA1 Message Date
Jordi Boggiano 6b330b7456
Fix tests 2 years ago
Jordi Boggiano 34fa266114
Fix windows build 2 years ago
Jordi Boggiano 96f087a273
Remove unnecessary realpath which can fail, closes #10694 2 years ago
Jordi Boggiano 0985501602
Fix windows build 2 years ago
Jordi Boggiano 237eba7ff7
Reverting release version changes 2 years ago
Jordi Boggiano b0024890b8
Release 2.3.3 2 years ago
Jordi Boggiano 92a9de4f10
Update changelog 2 years ago
Jordi Boggiano dce63fdf4f
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 95e09d3a81
Reverting release version changes 2 years ago
Jordi Boggiano 2f5bcf0480
Release 2.2.11 2 years ago
Jordi Boggiano 864446e1b9
Update changelog 2 years ago
Jordi Boggiano 38efb57ba2
Fix type issues 2 years ago
Jordi Boggiano 956d44c339
Add --2.2 flag to self-update for 2.2 LTS as well as EOL marker support 2 years ago
Jordi Boggiano b7d9beaa43
Update deps 2 years ago
Jordi Boggiano ecec0d00fc
Fix generation of autoload rules in a dir that is missing to ensure it does not break (#10688) 2 years ago
Stephan ef12e42bdb
GitDriver: try to fetch default branch from remote (#10687)
The initial clone determined what the default branch of the cache git repository was. Changing it on the remote didn't have any impact on the local data. However, cloning it on a different machine would then store a different default branch on that machine. This could lead to different results for the same command on different machines.
2 years ago
Jordi Boggiano be4b70ce79
Fix phpstan issues 2 years ago
Jordi Boggiano 27a449eaf7
Move duplicate key parsing from bootstrap to validate/diagnose to reduce bootstrap time a bit 2 years ago
Jordi Boggiano 9a42f69a99
Make test more resilient on slow windows CI 2 years ago
Jordi Boggiano 17de5f78a3
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 8e93566c18
Validate config schema before loading it, fixes #10685 2 years ago
Jordi Boggiano cbda47634e
Add missing bitbucket-oauth from composer schema 2 years ago
Jordi Boggiano 10287fcea3
Fix type error 2 years ago
David Zülke 03b7882ac2
restore --version output to pre-2.3 (#10684)
Symfony Console 2.8 used to print 'version ' in between name and version, and Composer 2.3 still does for -dev snapshots, so we're going back to the old formatting for consistency (and anyone out there who parses the version output of Composer)

Fixes #10683
2 years ago
Jordi Boggiano 29513c15da
Tweak cache behavior for SvnDriver & co to ensure null returns, refs #10681 2 years ago
nargil07 986a260d1c
Correction the function getComposerInformation in SvnDriver.php. (#10681)
Sometimes the getBaseComposerInformation had an exception so we write in the cache a string value but the funtion want to return null or Array value.
Now we write a empty string value if it happened
2 years ago
Jordi Boggiano 40425795f7
Update phpstan 2 years ago
Jordi Boggiano df0f9ad3fc
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 2b99d069b2
Remove dev-master=>dev-main alias from #10372 as it does not work/is missing when reloading from lock file and extracting dev deps, refs #10651 2 years ago
Jordi Boggiano 90571a8c9d
Update seld/jsonlint 2 years ago
Stephan 147c6a2f7e
Bitbucket: when OAuth consumer authentication fails mention that the `This is a private consumer` needs to be enabled (#10678) 2 years ago
Jordi Boggiano 12b2c2c3a4
Reverting release version changes 2 years ago
Jordi Boggiano c3777ea50f
Release 2.3.2 2 years ago
Jordi Boggiano 3d04c5638d
Update changelog 2 years ago
Jordi Boggiano f1e3ba74ab
Allow passing null to $prettyVersion to handle gracefully cases where a version could not be parsed upstream, refs #10631 2 years ago
Jordi Boggiano 146e036b58
Fix parsing of openssl versions with odd suffixes, refs #10631 2 years ago
Jordi Boggiano bf01905663
Update changelog 2 years ago
Jordi Boggiano f1ff4553d3
Fix handling of true return value for loadRootServerFile, fixes #10675 2 years ago
Jordi Boggiano c3484ea882
Avoid endless loop when input looks interactive but isnt, fixes #10648 2 years ago
Jordi Boggiano a71985ce01
Update baseline (2150, 103) 2 years ago
Jordi Boggiano b46dba29ce
Allow addListener to work with strings, fixes #10672 2 years ago
Jordi Boggiano dca5e45989
Reverting release version changes 2 years ago
Jordi Boggiano d6c572e5f5
Release 2.3.1 2 years ago
Jordi Boggiano b22545c3a4
Update changelog 2 years ago
Jordi Boggiano 2bd524fa9b
Fix handling of missing HOME env, fixes #10670 2 years ago
Markus Staab ccfbc16ac6
fix phpdoc type (#10669) 2 years ago
Jordi Boggiano 02931cd531
Reverting release version changes 2 years ago
Jordi Boggiano 934ee6eed3
Release 2.3.0 2 years ago
Jordi Boggiano d535340929
Update changelog 2 years ago
Jordi Boggiano af3e67e745
Always show a stack trace for \Error & LogicException throwables even if output is not verbose 2 years ago