Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump composer/composer from 2.6.5 to 2.7.0 (#35)
Bumps [composer/composer](https://github.com/composer/composer) from 2.6.5 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/composer/composer/releases">composer/composer's releases</a>.</em></p> <blockquote> <h2>2.7.0</h2> <ul> <li>Security: Fixed code execution and possible privilege escalation via compromised vendor dir contents (GHSA-7c6p-848j-wh5h / CVE-2024-24821)</li> <li>Changed the default of the <code>audit.abandoned</code> config setting to <code>fail</code>, set it to <code>report</code> or <code>ignore</code> if you do not want this, or set it via <code>COMPOSER_AUDIT_ABANDONED</code> env var (<a href="https://redirect.github.com/composer/composer/issues/11643">#11643</a>)</li> <li>Added --minimal-changes (-m) flag to <code>update</code>/<code>require</code>/<code>remove</code> commands to perform partial update with --with-dependencies while changing only what is absolutely necessary in transitive dependencies (<a href="https://redirect.github.com/composer/composer/issues/11665">#11665</a>)</li> <li>Added --sort-by-age (-A) flag to <code>outdated</code>/<code>show</code> commands to allow sorting by and displaying the release date (most outdated first) (<a href="https://redirect.github.com/composer/composer/issues/11762">#11762</a>)</li> <li>Added support for <code>--self</code> combined with <code>--installed</code> or <code>--locked</code> in <code>show</code> command, to add the root package to the package list being output (<a href="https://redirect.github.com/composer/composer/issues/11785">#11785</a>)</li> <li>Added severity information to <code>audit</code> command output (<a href="https://redirect.github.com/composer/composer/issues/11702">#11702</a>)</li> <li>Added <code>scripts-aliases</code> top level key in composer.json to define aliases for custom scripts you defined (<a href="https://redirect.github.com/composer/composer/issues/11666">#11666</a>)</li> <li>Added IPv4 fallback on connection timeout, as well as a <code>COMPOSER_IPRESOLVE</code> env var to force IPv4 or IPv6, set it to <code>4</code> or <code>6</code> (<a href="https://redirect.github.com/composer/composer/issues/11791">#11791</a>)</li> <li>Added support for wildcards in <code>outdated</code>'s --ignore arg (<a href="https://redirect.github.com/composer/composer/issues/11831">#11831</a>)</li> <li>Added support for <code>bump</code> command bumping <code>*</code> to <code>>=current version</code> (<a href="https://redirect.github.com/composer/composer/issues/11694">#11694</a>)</li> <li>Added detection of constraints that cannot possibly match anything to <code>validate</code> command (<a href="https://redirect.github.com/composer/composer/issues/11829">#11829</a>)</li> <li>Added package source information to the output of <code>install</code> when running in very verbose (-vv) mode (<a href="https://redirect.github.com/composer/composer/issues/11763">#11763</a>)</li> <li>Added audit of Composer's own bundled dependencies in <code>diagnose</code> command (<a href="https://redirect.github.com/composer/composer/issues/11761">#11761</a>)</li> <li>Added GitHub token expiration date to <code>diagnose</code> command output (<a href="https://redirect.github.com/composer/composer/issues/11688">#11688</a>)</li> <li>Added non-zero status code to why/why-not commands (<a href="https://redirect.github.com/composer/composer/issues/11796">#11796</a>)</li> <li>Added error when calling <code>show --direct <package></code> with an indirect/transitive dependency (<a href="https://redirect.github.com/composer/composer/issues/11728">#11728</a>)</li> <li>Added <code>COMPOSER_FUND=0</code> env var to hide calls for funding (<a href="https://redirect.github.com/composer/composer/issues/11779">#11779</a>)</li> <li>Fixed <code>bump</code> command not bumping packages required with a <code>v</code> prefix (<a href="https://redirect.github.com/composer/composer/issues/11764">#11764</a>)</li> <li>Fixed automatic disabling of plugins when running non-interactive as root</li> <li>Fixed <code>update --lock</code> not keeping the dist reference/url/checksum pinned (<a href="https://redirect.github.com/composer/composer/issues/11787">#11787</a>)</li> <li>Fixed <code>require</code> command crashing at the end if no lock file is present (<a href="https://redirect.github.com/composer/composer/issues/11814">#11814</a>)</li> <li>Fixed root aliases causing problems when auditing locked dependencies (<a href="https://redirect.github.com/composer/composer/issues/11771">#11771</a>)</li> <li>Fixed handling of versions with 4 components in <code>require</code> command (<a href="https://redirect.github.com/composer/composer/issues/11716">#11716</a>)</li> <li>Fixed compatibility issues with Symfony 7</li> <li>Fixed composer.json remaining behind after a --dry-run of the <code>require</code> command (<a href="https://redirect.github.com/composer/composer/issues/11747">#11747</a>)</li> <li>Fixed warnings being shown incorrectly under some circumstances (<a href="https://redirect.github.com/composer/composer/issues/11786">#11786</a>, <a href="https://redirect.github.com/composer/composer/issues/11760">#11760</a>, <a href="https://redirect.github.com/composer/composer/issues/11803">#11803</a>)</li> </ul> <h2>2.6.6</h2> <ul> <li>Fixed symfony/console requirement to exclude 7.x as Composer 2.6 is not compatible, 2.7 will be (<a href="https://redirect.github.com/composer/composer/issues/11741">#11741</a>)</li> <li>Fixed libpq parsing to use the global constant if available (<a href="https://redirect.github.com/composer/composer/issues/11684">#11684</a>)</li> <li>Fixed error output when updating with a temporary constraint fails (<a href="https://redirect.github.com/composer/composer/issues/11692">#11692</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/composer/composer/blob/main/CHANGELOG.md">composer/composer's changelog</a>.</em></p> <blockquote> <h3>[2.7.0] 2024-02-08</h3> <ul> <li>Security: Fixed code execution and possible privilege escalation via compromised vendor dir contents (GHSA-7c6p-848j-wh5h / CVE-2024-24821)</li> <li>Changed the default of the <code>audit.abandoned</code> config setting to <code>fail</code>, set it to <code>report</code> or <code>ignore</code> if you do not want this, or set it via <code>COMPOSER_AUDIT_ABANDONED</code> env var (<a href="https://redirect.github.com/composer/composer/issues/11643">#11643</a>)</li> <li>Added --minimal-changes (-m) flag to <code>update</code>/<code>require</code>/<code>remove</code> commands to perform partial update with --with-dependencies while changing only what is absolutely necessary in transitive dependencies (<a href="https://redirect.github.com/composer/composer/issues/11665">#11665</a>)</li> <li>Added --sort-by-age (-A) flag to <code>outdated</code>/<code>show</code> commands to allow sorting by and displaying the release date (most outdated first) (<a href="https://redirect.github.com/composer/composer/issues/11762">#11762</a>)</li> <li>Added support for <code>--self</code> combined with <code>--installed</code> or <code>--locked</code> in <code>show</code> command, to add the root package to the package list being output (<a href="https://redirect.github.com/composer/composer/issues/11785">#11785</a>)</li> <li>Added severity information to <code>audit</code> command output (<a href="https://redirect.github.com/composer/composer/issues/11702">#11702</a>)</li> <li>Added <code>scripts-aliases</code> top level key in composer.json to define aliases for custom scripts you defined (<a href="https://redirect.github.com/composer/composer/issues/11666">#11666</a>)</li> <li>Added IPv4 fallback on connection timeout, as well as a <code>COMPOSER_IPRESOLVE</code> env var to force IPv4 or IPv6, set it to <code>4</code> or <code>6</code> (<a href="https://redirect.github.com/composer/composer/issues/11791">#11791</a>)</li> <li>Added support for wildcards in <code>outdated</code>'s --ignore arg (<a href="https://redirect.github.com/composer/composer/issues/11831">#11831</a>)</li> <li>Added support for <code>bump</code> command bumping <code>*</code> to <code>>=current version</code> (<a href="https://redirect.github.com/composer/composer/issues/11694">#11694</a>)</li> <li>Added detection of constraints that cannot possibly match anything to <code>validate</code> command (<a href="https://redirect.github.com/composer/composer/issues/11829">#11829</a>)</li> <li>Added package source information to the output of <code>install</code> when running in very verbose (-vv) mode (<a href="https://redirect.github.com/composer/composer/issues/11763">#11763</a>)</li> <li>Added audit of Composer's own bundled dependencies in <code>diagnose</code> command (<a href="https://redirect.github.com/composer/composer/issues/11761">#11761</a>)</li> <li>Added GitHub token expiration date to <code>diagnose</code> command output (<a href="https://redirect.github.com/composer/composer/issues/11688">#11688</a>)</li> <li>Added non-zero status code to why/why-not commands (<a href="https://redirect.github.com/composer/composer/issues/11796">#11796</a>)</li> <li>Added error when calling <code>show --direct <package></code> with an indirect/transitive dependency (<a href="https://redirect.github.com/composer/composer/issues/11728">#11728</a>)</li> <li>Added <code>COMPOSER_FUND=0</code> env var to hide calls for funding (<a href="https://redirect.github.com/composer/composer/issues/11779">#11779</a>)</li> <li>Fixed <code>bump</code> command not bumping packages required with a <code>v</code> prefix (<a href="https://redirect.github.com/composer/composer/issues/11764">#11764</a>)</li> <li>Fixed automatic disabling of plugins when running non-interactive as root</li> <li>Fixed <code>update --lock</code> not keeping the dist reference/url/checksum pinned (<a href="https://redirect.github.com/composer/composer/issues/11787">#11787</a>)</li> <li>Fixed <code>require</code> command crashing at the end if no lock file is present (<a href="https://redirect.github.com/composer/composer/issues/11814">#11814</a>)</li> <li>Fixed root aliases causing problems when auditing locked dependencies (<a href="https://redirect.github.com/composer/composer/issues/11771">#11771</a>)</li> <li>Fixed handling of versions with 4 components in <code>require</code> command (<a href="https://redirect.github.com/composer/composer/issues/11716">#11716</a>)</li> <li>Fixed compatibility issues with Symfony 7</li> <li>Fixed composer.json remaining behind after a --dry-run of the <code>require</code> command (<a href="https://redirect.github.com/composer/composer/issues/11747">#11747</a>)</li> <li>Fixed warnings being shown incorrectly under some circumstances (<a href="https://redirect.github.com/composer/composer/issues/11786">#11786</a>, <a href="https://redirect.github.com/composer/composer/issues/11760">#11760</a>, <a href="https://redirect.github.com/composer/composer/issues/11803">#11803</a>)</li> </ul> <h3>[2.6.6] 2023-12-08</h3> <ul> <li>Fixed symfony/console requirement to exclude 7.x as Composer 2.6 is not compatible, 2.7 will be (<a href="https://redirect.github.com/composer/composer/issues/11741">#11741</a>)</li> <li>Fixed libpq parsing to use the global constant if available (<a href="https://redirect.github.com/composer/composer/issues/11684">#11684</a>)</li> <li>Fixed error output when updating with a temporary constraint fails (<a href="https://redirect.github.com/composer/composer/issues/11692">#11692</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/composer/composer/commit/96d107e2bfe61bb9eafe55a9d45bd7faed1dd461"><code>96d107e</code></a> Release 2.7.0</li> <li><a href="https://github.com/composer/composer/commit/eea73daeacfaac96877bc8df354913fc8958be02"><code>eea73da</code></a> Update changelog</li> <li><a href="https://github.com/composer/composer/commit/64e4eb356b159a30c766cd1ea83450a38dc23bf5"><code>64e4eb3</code></a> Merge pull request from GHSA-7c6p-848j-wh5h</li> <li><a href="https://github.com/composer/composer/commit/7442981364656d7aa406f6cf10db7cc3d12e79c1"><code>7442981</code></a> Add flag alias to docs</li> <li><a href="https://github.com/composer/composer/commit/7a6bb18e21b97330cbd69666afa9ac136a0373e9"><code>7a6bb18</code></a> Adds a test for no dev (<a href="https://redirect.github.com/composer/composer/issues/11833">#11833</a>)</li> <li><a href="https://github.com/composer/composer/commit/67d80e1c9d3e418e42b90e1c69b2dedf9b742d95"><code>67d80e1</code></a> Fix php7.2</li> <li><a href="https://github.com/composer/composer/commit/df8f9f05a310b3670fbd9d14eac4f57d2e9115b4"><code>df8f9f0</code></a> Update tests</li> <li><a href="https://github.com/composer/composer/commit/754f2868fbfa8dac2a7542d9132523c9396c87a2"><code>754f286</code></a> Add non-zero return codes when why-not finds a reason a package is not instal...</li> <li><a href="https://github.com/composer/composer/commit/7cb92a90c8ce1fc8816078bb82f9caa180d082fa"><code>7cb92a9</code></a> Introduce COMPOSER_AUDIT_ABANDONED env var (<a href="https://redirect.github.com/composer/composer/issues/11794">#11794</a>)</li> <li><a href="https://github.com/composer/composer/commit/e0807d381ebc90f1d1570e7751700374d3dcbfc7"><code>e0807d3</code></a> Diagnose command: Add GitHub OAuth token expiration date information (<a href="https://redirect.github.com/composer/composer/issues/11688">#11688</a>)</li> <li>Additional commits viewable in <a href="https://github.com/composer/composer/compare/2.6.5...2.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=composer/composer&package-manager=composer&previous-version=2.6.5&new-version=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/michael-rubel/laravel-formatters/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information