laravel-9-simple-cms
laravel-9-simple-cms copied to clipboard
Bump composer/composer from 2.2.4 to 2.3.5
Bumps composer/composer from 2.2.4 to 2.3.5.
Release notes
Sourced from composer/composer's releases.
2.3.5
- Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828)
- Added warning when downloading a file with
verify_peer[_name]disabled (#10722)- Fixed curl downloader not retrying when a DNS resolution failure occurs (#10716)
- Fixed composer.lock file still being used/read when the
lockconfig option is disabled (#10726)- Fixed
validatecommand checking the lock file even if thelockoption is disabled (#10723)- Fixed detection of default branch name when it changed since a git repo was mirrored in cache dir (#10701)
2.3.4
- Fixed the generated autoload.php to support running on PHP 5.6+ (down from 7.0+) and warn clearly on older PHP versions (#10714)
- Fixed run-script --list flag regression (#10710)
- Fixed curl downloader handling of DNS resolution failures to do an automatic retry (#10716)
- Fixed script handling of external commands not setting the Path env correctly on windows (#10700)
- Fixed various type errors (#10694, #10696, #10702, #10712, #10703)
2.3.3
- Added --2.2 flag to
self-updateto pin the Composer version to the 2.2 LTS range (#10682)- Added missing config.bitbucket-oauth in composer-schema.json
- Fixed type errors in SvnDriver (#10681)
- Fixed --version output to match the pre-2.3 one (#10684)
- Fixed config/auth.json files not being validated against the composer-schema.json (#10685)
- Fixed generation of autoload crashing if a package has a broken path (#10688)
- Fixed GitDriver state issue when reusing old cache dirs and the default branch was renamed (#10687)
- Updated semver, jsonlint deps for minor fixes
- Removed dev-master=>dev-main alias from #10372 as it does not work when reloading from lock file and extracting dev deps (#10651)
2.3.2
- Fixed type error when running
execcommand (#10672)- Fixed endless loop in plugin activation prompt when input is not fully interactive yet appears to be (#10648)
- Fixed type error in ComposerRepository (#10675)
- Fixed issues loading platform packages where the version of a library cannot be established (#10631)
2.3.1
- Fixed type error when HOME env var is not set (#10670)
2.3.0
Read the Composer 2.3 Release Announcement for more details on the release highlights.
Complete Changelog
- BC Break: the minimum PHP version is now 7.2.5+, use the Composer 2.2 LTS if you are stuck with an older PHP (#10343)
- BC Break: added native parameter & return types to many internal APIs, we explicitly left the most extended/implemented symbols untouched but if this causes problems nonetheless please report it ASAP (#10547, #10561)
- BC Break: added visibility to all constants, a few internal ones have been made private/protected, if this causes problems please report it ASAP (#10550)
- BC Break: the minimum supported Symfony components version is now 5.4, this only affects you if you are requiring composer/composer directly however, which is generally frowned upon
- Bumped
composer-plugin-apito2.3.0- Bumped bundled Symfony components from 2.8 to 5.4 🥳
- Added
declare(strict_types=1)to all the classes, which for sure could cause regressions in edge cases, please report with stack traces (#10567)- Added
--patch-onlyto theoutdatedcommand to only show updates to patch versions and ignore new major/minor versions (#10589)- Added clickable links to various commands for terminals which support it (#10430)
- Added ProcessExecutor ability to receive commands as arrays by (internals/plugin change only) (#10435)
... (truncated)
Changelog
Sourced from composer/composer's changelog.
[2.3.5] 2022-04-13
- Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828)
- Added warning when downloading a file with
verify_peer[_name]disabled (#10722)- Fixed curl downloader not retrying when a DNS resolution failure occurs (#10716)
- Fixed composer.lock file still being used/read when the
lockconfig option is disabled (#10726)- Fixed
validatecommand checking the lock file even if thelockoption is disabled (#10723)- Fixed detection of default branch name when it changed since a git repo was mirrored in cache dir (#10701)
[2.3.4] 2022-04-07
- Fixed the generated autoload.php to support running on PHP 5.6+ (down from 7.0+) and warn clearly on older PHP versions (#10714)
- Fixed run-script --list flag regression (#10710)
- Fixed curl downloader handling of DNS resolution failures to do an automatic retry (#10716)
- Fixed script handling of external commands not setting the Path env correctly on windows (#10700)
- Fixed various type errors (#10694, #10696, #10702, #10712, #10703)
[2.3.3] 2022-04-01
- Added --2.2 flag to
self-updateto pin the Composer version to the 2.2 LTS range (#10682)- Added missing config.bitbucket-oauth in composer-schema.json
- Fixed type errors in SvnDriver (#10681)
- Fixed --version output to match the pre-2.3 one (#10684)
- Fixed config/auth.json files not being validated against the composer-schema.json (#10685)
- Fixed generation of autoload crashing if a package has a broken path (#10688)
- Fixed GitDriver state issue when reusing old cache dirs and the default branch was renamed (#10687)
- Updated semver, jsonlint deps for minor fixes
- Removed dev-master=>dev-main alias from #10372 as it does not work when reloading from lock file and extracting dev deps (#10651)
[2.3.2] 2022-03-30
- Fixed type error when running
execcommand (#10672)- Fixed endless loop in plugin activation prompt when input is not fully interactive yet appears to be (#10648)
- Fixed type error in ComposerRepository (#10675)
- Fixed issues loading platform packages where the version of a library cannot be established (#10631)
[2.3.1] 2022-03-30
- Fixed type error when HOME env var is not set (#10670)
[2.3.0] 2022-03-30
- Fixed many strict types errors (#10646, #10642, #10647, #10658, #10656, #10665, #10660, #10663, #10662)
[2.3.0-RC2] 2022-03-20
- Fixed invalid return value in ComposerRepository::findPackage (#10622)
- Fixed many
showcommand issues due to a flipped condition (#10623)- Fixed
phpversion()handling when it returns false due to an extension defining no version (#10631)- Fixed
removecommand failing when noallow-pluginis defined in config (#10629)
... (truncated)
Commits
50c47b1Release 2.3.561b07f9Reverting release version changes45e5fd1Release 2.3.565f4ddeUpdate changelog615530fMerge branch '2.2' into main, update baseline (2085, 104)2ba8758Update changelog2c40c53Merge pull request from GHSA-x7cr-6qr6-2hh6915b97fFix docsd64e32cMerge remote-tracking branch 'ktomk/patch-validate-no-check-lock' into 2.20a8dfe6Clarify that autoloader-suffix should be a non-empty-string, fixes #10720 (#1...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.