11490 Commits (9a42f69a9973b7a8123f53b317fd0d9e28bed927)
 

Author SHA1 Message Date
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
Jordi Boggiano d1fa5d1ede
Make eventName required if no $event is passed in 2 years ago
Jordi Boggiano cfb34416ec
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 906692cd04
Allow null eventName in EventDispatcher::dispatch 2 years ago
Jordi Boggiano 9c2793382b
Reverting release version changes 2 years ago
Jordi Boggiano 18f748df69
Release 2.2.10 2 years ago
Jordi Boggiano 1240bdadcf
Update changelog 2 years ago
Jordi Boggiano 7eb8f92a93
Fix test 2 years ago
Jordi Boggiano 60616f9bd1
Fix tests 2 years ago
Jordi Boggiano 30671fb904
Add warning when using 7z <21.01 on linux/osx, fixes #10535 2 years ago
Jordi Boggiano 039701656f
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 2dbe66ad20
Fix deletion of corrupt 0-bytes zip archives from the cache, fixes #10580 (#10666) 2 years ago
Jordi Boggiano dca0a65597
Add source/dist keys to root schema, fixes #10655 2 years ago
Jordi Boggiano 0708eb45e5
Fix type error when PATH env is not set, fixes #10662 2 years ago
Jordi Boggiano 6bd75d5738
Update phpstan & baseline (2158, 104) 2 years ago
Stephan 854aab5f03
ArrayLoader: handle links where target is invalid numeric package name (#10663) 2 years ago
Stephan eb0aaa7472
Bitbucket: handle missing authentication response from API returning 404 status code (#10657) 2 years ago
Stephan 9f8ee0e40a
ArrayLoader: fix integer index of branch alias (#10660) 2 years ago
Stephan 1fff47bfc7
SplFileInfo: getRealPath can return false in ArchivableFilesFinder (#10665) 2 years ago