Jordi Boggiano
9a42f69a99
Make test more resilient on slow windows CI
2022-04-01 11:27:13 +02:00
Jordi Boggiano
17de5f78a3
Merge branch '2.2' into main
2022-04-01 11:24:11 +02:00
Jordi Boggiano
8e93566c18
Validate config schema before loading it, fixes #10685
2022-04-01 11:23:59 +02:00
Jordi Boggiano
cbda47634e
Add missing bitbucket-oauth from composer schema
2022-04-01 11:15:57 +02:00
Jordi Boggiano
10287fcea3
Fix type error
2022-04-01 10:02:19 +02:00
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
2022-04-01 09:46:12 +02:00
Jordi Boggiano
29513c15da
Tweak cache behavior for SvnDriver & co to ensure null returns, refs #10681
2022-03-31 17:26:35 +02:00
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
2022-03-31 17:12:31 +02:00
Jordi Boggiano
40425795f7
Update phpstan
2022-03-31 16:53:39 +02:00
Jordi Boggiano
df0f9ad3fc
Merge branch '2.2' into main
2022-03-31 16:53:12 +02:00
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
2022-03-31 14:42:08 +02:00
Jordi Boggiano
90571a8c9d
Update seld/jsonlint
2022-03-31 14:41:11 +02:00
Stephan
147c6a2f7e
Bitbucket: when OAuth consumer authentication fails mention that the `This is a private consumer` needs to be enabled ( #10678 )
2022-03-31 13:29:19 +02:00
Jordi Boggiano
12b2c2c3a4
Reverting release version changes
2022-03-30 20:45:25 +02:00
Jordi Boggiano
c3777ea50f
Release 2.3.2
2022-03-30 20:45:25 +02:00
Jordi Boggiano
3d04c5638d
Update changelog
2022-03-30 20:44:56 +02:00
Jordi Boggiano
f1e3ba74ab
Allow passing null to $prettyVersion to handle gracefully cases where a version could not be parsed upstream, refs #10631
2022-03-30 18:10:07 +02:00
Jordi Boggiano
146e036b58
Fix parsing of openssl versions with odd suffixes, refs #10631
2022-03-30 18:09:40 +02:00
Jordi Boggiano
bf01905663
Update changelog
2022-03-30 17:57:02 +02:00
Jordi Boggiano
f1ff4553d3
Fix handling of true return value for loadRootServerFile, fixes #10675
2022-03-30 17:55:47 +02:00
Jordi Boggiano
c3484ea882
Avoid endless loop when input looks interactive but isnt, fixes #10648
2022-03-30 16:34:59 +02:00
Jordi Boggiano
a71985ce01
Update baseline (2150, 103)
2022-03-30 16:25:38 +02:00
Jordi Boggiano
b46dba29ce
Allow addListener to work with strings, fixes #10672
2022-03-30 16:16:38 +02:00
Jordi Boggiano
dca5e45989
Reverting release version changes
2022-03-30 15:41:29 +02:00
Jordi Boggiano
d6c572e5f5
Release 2.3.1
2022-03-30 15:41:28 +02:00
Jordi Boggiano
b22545c3a4
Update changelog
2022-03-30 15:40:14 +02:00
Jordi Boggiano
2bd524fa9b
Fix handling of missing HOME env, fixes #10670
2022-03-30 15:40:13 +02:00
Markus Staab
ccfbc16ac6
fix phpdoc type ( #10669 )
2022-03-30 11:58:30 +02:00
Jordi Boggiano
02931cd531
Reverting release version changes
2022-03-30 11:15:37 +02:00
Jordi Boggiano
934ee6eed3
Release 2.3.0
2022-03-30 11:15:36 +02:00
Jordi Boggiano
d535340929
Update changelog
2022-03-30 11:15:16 +02:00
Jordi Boggiano
af3e67e745
Always show a stack trace for \Error & LogicException throwables even if output is not verbose
2022-03-30 10:34:38 +02:00
Jordi Boggiano
d1fa5d1ede
Make eventName required if no $event is passed in
2022-03-29 22:16:19 +02:00
Jordi Boggiano
cfb34416ec
Merge branch '2.2' into main
2022-03-29 22:00:45 +02:00
Jordi Boggiano
906692cd04
Allow null eventName in EventDispatcher::dispatch
2022-03-29 21:58:53 +02:00
Jordi Boggiano
9c2793382b
Reverting release version changes
2022-03-29 21:55:36 +02:00
Jordi Boggiano
18f748df69
Release 2.2.10
2022-03-29 21:55:36 +02:00
Jordi Boggiano
1240bdadcf
Update changelog
2022-03-29 21:38:32 +02:00
Jordi Boggiano
7eb8f92a93
Fix test
2022-03-29 21:37:41 +02:00
Jordi Boggiano
60616f9bd1
Fix tests
2022-03-29 21:27:43 +02:00
Jordi Boggiano
30671fb904
Add warning when using 7z <21.01 on linux/osx, fixes #10535
2022-03-29 20:37:38 +02:00
Jordi Boggiano
039701656f
Merge branch '2.2' into main
2022-03-29 18:58:23 +02:00
Jordi Boggiano
2dbe66ad20
Fix deletion of corrupt 0-bytes zip archives from the cache, fixes #10580 ( #10666 )
2022-03-29 18:57:30 +02:00
Jordi Boggiano
dca0a65597
Add source/dist keys to root schema, fixes #10655
2022-03-29 15:57:04 +02:00
Jordi Boggiano
0708eb45e5
Fix type error when PATH env is not set, fixes #10662
2022-03-29 14:07:04 +02:00
Jordi Boggiano
6bd75d5738
Update phpstan & baseline (2158, 104)
2022-03-29 14:03:05 +02:00
Stephan
854aab5f03
ArrayLoader: handle links where target is invalid numeric package name ( #10663 )
2022-03-29 12:46:51 +02:00
Stephan
eb0aaa7472
Bitbucket: handle missing authentication response from API returning 404 status code ( #10657 )
2022-03-29 12:44:25 +02:00
Stephan
9f8ee0e40a
ArrayLoader: fix integer index of branch alias ( #10660 )
2022-03-29 12:37:07 +02:00
Stephan
1fff47bfc7
SplFileInfo: getRealPath can return false in ArchivableFilesFinder ( #10665 )
2022-03-29 12:28:33 +02:00