11539 Commits (65f4dde32a9535a935f3e7df5d4ea138d641b340)
 

Author SHA1 Message Date
Jordi Boggiano 65f4dde32a
Update changelog 2 years ago
Jordi Boggiano 615530f0a1
Merge branch '2.2' into main, update baseline (2085, 104) 2 years ago
Jordi Boggiano 2ba8758b30
Update changelog 2 years ago
Stephan 2c40c53637
Merge pull request from GHSA-x7cr-6qr6-2hh6
* GitDriver: filter branch names starting with a - character

* GitDriver: getFileContent prevent identifiers starting with a -

* HgDriver: prevent invalid identifiers and prevent file from running commands

* HgDriver: filter branches starting with a - character
2 years ago
Jordi Boggiano 915b97fc39
Fix docs 2 years ago
Jordi Boggiano d64e32c991
Merge remote-tracking branch 'ktomk/patch-validate-no-check-lock' into 2.2 2 years ago
Jordi Boggiano 0a8dfe6ef7
Clarify that autoloader-suffix should be a non-empty-string, fixes #10720 (#10725) 2 years ago
Jordi Boggiano bb0edce095
Fixed lock file being used when lock:false is in config, refs #10715 (#10726) 2 years ago
Stephan a5e35f911b
GitDriver: fix test for remote identifier on windows (#10727) 2 years ago
Stephan 6c3958ec86
Add warning if host is accessed via verify_peer or verify_peer_name disabled (#10722) 2 years ago
Jordi Boggiano d916ac1af3
Fix docs for path repo reference option, closes #10718 2 years ago
Stephan 866d2a49b2
GitDriver: try to fetch default branch form remote using auth (#10701) 2 years ago
Tom Klingenberg 939c998baf validate lock-file if configured (#10715, --check-lock)
if no lock-file is configured, turn lock file validation errors into
warnings (implicit --no-check-lock) unless those are explicitly promoted
via the new --check-lock option.

- `{"config": {"lock": false}}` is an implicit `--no-check-lock` for
  composer validate.
- `--check-lock` overrides an (implicit or explicit) `--no-check-lock`,
  always.

issue: #10715
2 years ago
Jordi Boggiano 54063964a7
Reverting release version changes 2 years ago
Jordi Boggiano b7a0413199
Release 2.3.4 2 years ago
Jordi Boggiano 49867f0875
Update phpstan 2 years ago
Jordi Boggiano 63df77b136
Update changelog 2 years ago
Jordi Boggiano 499fc29e79
Update baseline (2086, 104) 2 years ago
Jordi Boggiano 35995c2d87
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 9bfd059420
Fix curl downloader to retry in case of DNS resolution failure, fixes #10716 2 years ago
Jordi Boggiano 849bc51ce7
Fix ProcessExecutor bootstrapping, fixes #10703 2 years ago
Jordi Boggiano 0efb557afc
Fix type errors in interactive package selection, fixes #10712 2 years ago
Michael Babker 58e135181d
Restore the ability to list the scripts in the 'run-script' command without providing a script (#10710) 2 years ago
Jordi Boggiano eb36025d37
Fix type error in ArchiverInterface::supports(), fixes #10702 2 years ago
Jordi Boggiano e0cce2bfb0
Allow autoload to run on 5.6 still, add early exits when running composer or autoload.php with outdated PHP versions, fixes #10714, refs #10709 2 years ago
Jordi Boggiano 2ef9e14c2f
Update baseline (2086, 104) 2 years ago
Pavel Djundik c2598790f4
Fix run-script not setting Path correctly on Windows (#10700) 2 years ago
Jordi Boggiano 106149d102
Fix a bunch of type errors in SelfUpdateCommand, fixes #10696, closes #10704 2 years ago
Jordi Boggiano b03e9e414e
Merge branch '2.2' into main 2 years ago
Jordi Boggiano d7f0733959
Detect exec failures in compile script, refs #10693 2 years ago
Jordi Boggiano 1cc23e1a8b
🤦‍♂️ 2 years ago
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