Skip to content

Commit

Permalink
chore(deps): bump composer/composer from 2.7.7 to 2.7.9 in /packages/…
Browse files Browse the repository at this point in the history
…php in the minor-production-deps group across 1 directory (#1076)

Bumps the minor-production-deps group with 1 update in the /packages/php
directory: [composer/composer](https://github.com/composer/composer).

Updates `composer/composer` from 2.7.7 to 2.7.9
<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.9</h2>
<ul>
<li>Fixed Docker detection breaking on constrained environments (<a
href="https://redirect.github.com/composer/composer/issues/12095">#12095</a>)</li>
<li>Fixed upstream issue in bash completion script, it is recommended to
update it using the completion command (<a
href="https://redirect.github.com/composer/composer/issues/12015">#12015</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/composer/composer/compare/2.7.8...2.7.9">https://github.com/composer/composer/compare/2.7.8...2.7.9</a></p>
<h2>2.7.8</h2>
<ul>
<li>Added <code>release-age</code>, <code>release-date</code> and
<code>latest-release-date</code> in the JSON output of
<code>outdated</code> (<a
href="https://redirect.github.com/composer/composer/issues/12053">#12053</a>)</li>
<li>Fixed PHP 8.4 deprecation warnings</li>
<li>Fixed addressability of branches containing <code>#</code> signs (<a
href="https://redirect.github.com/composer/composer/issues/12042">#12042</a>)</li>
<li>Fixed <code>bump</code> command not handling some <code>~</code>
constraints correctly (<a
href="https://redirect.github.com/composer/composer/issues/12038">#12038</a>)</li>
<li>Fixed COMPOSER_AUTH not taking precedence over ./auth.json (<a
href="https://redirect.github.com/composer/composer/issues/12084">#12084</a>)</li>
<li>Fixed <code>relative: true</code> sometimes not being respected in
path repo symlinks (<a
href="https://redirect.github.com/composer/composer/issues/12092">#12092</a>)</li>
<li>Fixed copy from cache sometimes failing on VirtualBox shared folders
(<a
href="https://redirect.github.com/composer/composer/issues/12057">#12057</a>)</li>
<li>Fixed PSR-4 autoloading order regression in some edge case (<a
href="https://redirect.github.com/composer/composer/issues/12063">#12063</a>)</li>
<li>Fixed duplicate lib-* packages causing issues when having pecl +
core versions of the same PHP extension (<a
href="https://redirect.github.com/composer/composer/issues/12093">#12093</a>)</li>
<li>Fixed transport-options.ssl for local cert authorization being
stored in lock file making them less portable (<a
href="https://redirect.github.com/composer/composer/issues/12019">#12019</a>)</li>
<li>Fixed memory issues when installing large binaries (<a
href="https://redirect.github.com/composer/composer/issues/12032">#12032</a>)</li>
<li>Fixed <code>archive</code> command crashing when a path cannot be
realpath'd on windows (<a
href="https://redirect.github.com/composer/composer/issues/11544">#11544</a>)</li>
<li>API: Deprecated BasePackage::$stabilities in favor of
BasePackage::STABILITIES (685add70ec)</li>
<li>Improved Docker detection (<a
href="https://redirect.github.com/composer/composer/issues/12062">#12062</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/composer/composer/compare/2.7.7...2.7.8">https://github.com/composer/composer/compare/2.7.7...2.7.8</a></p>
</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.9] 2024-09-04</h3>
<ul>
<li>Fixed Docker detection breaking on constrained environments (<a
href="https://redirect.github.com/composer/composer/issues/12095">#12095</a>)</li>
<li>Fixed upstream issue in bash completion script, it is recommended to
update it using the <code>completion</code> command (<a
href="https://redirect.github.com/composer/composer/issues/12015">#12015</a>)</li>
</ul>
<h3>[2.7.8] 2024-08-22</h3>
<ul>
<li>Added <code>release-age</code>, <code>release-date</code> and
<code>latest-release-date</code> in the JSON output of
<code>outdated</code> (<a
href="https://redirect.github.com/composer/composer/issues/12053">#12053</a>)</li>
<li>Fixed PHP 8.4 deprecation warnings</li>
<li>Fixed addressability of branches containing <code>#</code> signs (<a
href="https://redirect.github.com/composer/composer/issues/12042">#12042</a>)</li>
<li>Fixed <code>bump</code> command not handling some <code>~</code>
constraints correctly (<a
href="https://redirect.github.com/composer/composer/issues/12038">#12038</a>)</li>
<li>Fixed COMPOSER_AUTH not taking precedence over ./auth.json (<a
href="https://redirect.github.com/composer/composer/issues/12084">#12084</a>)</li>
<li>Fixed <code>relative: true</code> sometimes not being respected in
path repo symlinks (<a
href="https://redirect.github.com/composer/composer/issues/12092">#12092</a>)</li>
<li>Fixed copy from cache sometimes failing on VirtualBox shared folders
(<a
href="https://redirect.github.com/composer/composer/issues/12057">#12057</a>)</li>
<li>Fixed PSR-4 autoloading order regression in some edge case (<a
href="https://redirect.github.com/composer/composer/issues/12063">#12063</a>)</li>
<li>Fixed duplicate lib-* packages causing issues when having pecl +
core versions of the same PHP extension (<a
href="https://redirect.github.com/composer/composer/issues/12093">#12093</a>)</li>
<li>Fixed transport-options.ssl for local cert authorization being
stored in lock file making them less portable (<a
href="https://redirect.github.com/composer/composer/issues/12019">#12019</a>)</li>
<li>Fixed memory issues when installing large binaries (<a
href="https://redirect.github.com/composer/composer/issues/12032">#12032</a>)</li>
<li>Fixed <code>archive</code> command crashing when a path cannot be
realpath'd on windows (<a
href="https://redirect.github.com/composer/composer/issues/11544">#11544</a>)</li>
<li>API: Deprecated BasePackage::$stabilities in favor of
BasePackage::STABILITIES (685add70ec)</li>
<li>Improved Docker detection (<a
href="https://redirect.github.com/composer/composer/issues/12062">#12062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/composer/composer/commit/e30ccdd665828ae66eb1be78f056e39e1d5f55ab"><code>e30ccdd</code></a>
Release 2.7.9</li>
<li><a
href="https://github.com/composer/composer/commit/260a25490585974823a82ffcc81d1d40d95b58e1"><code>260a254</code></a>
Update changelog</li>
<li><a
href="https://github.com/composer/composer/commit/1980f562caa558e7422f37ca448691e30ea4f99c"><code>1980f56</code></a>
Update deps</li>
<li><a
href="https://github.com/composer/composer/commit/1fcb6a5d530b0abe2a2a74131296cb7d0412cbf5"><code>1fcb6a5</code></a>
Fix docker detection breaking on constrained environments, fixes <a
href="https://redirect.github.com/composer/composer/issues/12095">#12095</a></li>
<li><a
href="https://github.com/composer/composer/commit/4a34725682040d501bff40fa8e4d95967f17110f"><code>4a34725</code></a>
Bump dependencies, fixes <a
href="https://redirect.github.com/composer/composer/issues/12015">#12015</a></li>
<li><a
href="https://github.com/composer/composer/commit/d832d8c6c5a15e1c267d7288eddbcaa634427e0a"><code>d832d8c</code></a>
Simplify lint CI</li>
<li><a
href="https://github.com/composer/composer/commit/aca19582b56576ec64108656bd890e872ea97a4c"><code>aca1958</code></a>
Reverting release version changes</li>
<li><a
href="https://github.com/composer/composer/commit/a2edd4e4414c17008ab585e0c62574fdb644ebfc"><code>a2edd4e</code></a>
Release 2.7.8</li>
<li><a
href="https://github.com/composer/composer/commit/ca98528555afb69f11d925328abf0b5348beb406"><code>ca98528</code></a>
Update changelog</li>
<li><a
href="https://github.com/composer/composer/commit/b96821c7276804bd63b6dbe7ae7994ea43e8ee47"><code>b96821c</code></a>
Fix build</li>
<li>Additional commits viewable in <a
href="https://github.com/composer/composer/compare/2.7.7...2.7.9">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.7.7&new-version=2.7.9)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 8826528 commit 69bc17f
Showing 1 changed file with 95 additions and 95 deletions.
Loading

0 comments on commit 69bc17f

Please sign in to comment.