1
0
Fork 0
Commit Graph

11511 Commits (b03e9e414ed85865ad596de5accb0debd08aeaf7)

Author SHA1 Message Date
Jordi Boggiano b03e9e414e
Merge branch '2.2' into main 2022-04-02 13:04:37 +02:00
Jordi Boggiano d7f0733959
Detect exec failures in compile script, refs #10693 2022-04-02 13:04:27 +02:00
Jordi Boggiano 1cc23e1a8b
🤦‍♂️ 2022-04-02 13:04:03 +02:00
Jordi Boggiano 6b330b7456
Fix tests 2022-04-02 12:58:29 +02:00
Jordi Boggiano 34fa266114
Fix windows build 2022-04-02 12:48:02 +02:00
Jordi Boggiano 96f087a273
Remove unnecessary realpath which can fail, closes #10694 2022-04-02 12:45:27 +02:00
Jordi Boggiano 0985501602
Fix windows build 2022-04-02 12:38:23 +02:00
Jordi Boggiano 237eba7ff7
Reverting release version changes 2022-04-01 22:15:36 +02:00
Jordi Boggiano b0024890b8
Release 2.3.3 2022-04-01 22:15:35 +02:00
Jordi Boggiano 92a9de4f10
Update changelog 2022-04-01 22:14:36 +02:00
Jordi Boggiano dce63fdf4f
Merge branch '2.2' into main 2022-04-01 22:10:24 +02:00
Jordi Boggiano 95e09d3a81
Reverting release version changes 2022-04-01 22:00:53 +02:00
Jordi Boggiano 2f5bcf0480
Release 2.2.11 2022-04-01 22:00:52 +02:00
Jordi Boggiano 864446e1b9
Update changelog 2022-04-01 22:00:45 +02:00
Jordi Boggiano 38efb57ba2
Fix type issues 2022-04-01 21:56:52 +02:00
Jordi Boggiano 956d44c339
Add --2.2 flag to self-update for 2.2 LTS as well as EOL marker support 2022-04-01 21:53:41 +02:00
Jordi Boggiano b7d9beaa43
Update deps 2022-04-01 21:52:46 +02:00
Jordi Boggiano ecec0d00fc
Fix generation of autoload rules in a dir that is missing to ensure it does not break (#10688) 2022-04-01 21:20:21 +02:00
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.
2022-04-01 17:13:22 +02:00
Jordi Boggiano be4b70ce79
Fix phpstan issues 2022-04-01 16:42:23 +02:00
Jordi Boggiano 27a449eaf7
Move duplicate key parsing from bootstrap to validate/diagnose to reduce bootstrap time a bit 2022-04-01 11:34:03 +02:00
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