Skip to content

Commit

Permalink
composer(deps-dev): Update phpunit/phpunit requirement from 9.6.21 to…
Browse files Browse the repository at this point in the history
… 9.6.22 (#203)

Updates the requirements on
[phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sebastianbergmann/phpunit/releases">phpunit/phpunit's
releases</a>.</em></p>
<blockquote>
<h2>PHPUnit 9.6.22</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6071">#6071</a>:
PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated
versions of Prophecy</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/9.6/installation.html">How to
install or update PHPUnit</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sebastianbergmann/phpunit/blob/9.6.22/ChangeLog-9.6.md">phpunit/phpunit's
changelog</a>.</em></p>
<blockquote>
<h2>[9.6.22] - 2024-12-05</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6071">#6071</a>:
PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated
versions of Prophecy</li>
</ul>
<h2>[9.6.21] - 2024-09-19</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5956">#5956</a>:
Deprecation of the <code>E_STRICT</code> constant in PHP 8.4</li>
<li>Removed <code>.phpstorm.meta.php</code> file as methods such as
<code>TestCase::createStub()</code> use generics / template types for
their return types and PhpStorm, for example, uses that information</li>
</ul>
<h2>[9.6.20] - 2024-07-10</h2>
<h3>Changed</h3>
<ul>
<li>Updated dependencies (so that users that install using Composer's
<code>--prefer-lowest</code> CLI option also get recent versions)</li>
</ul>
<h2>[9.6.19] - 2024-04-05</h2>
<h3>Changed</h3>
<ul>
<li>The namespaces of dependencies are now prefixed with
<code>PHPUnitPHAR</code> instead of just <code>PHPUnit</code> for the
PHAR distribution of PHPUnit</li>
</ul>
<h2>[9.6.18] - 2024-03-21</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5763">#5763</a>:
Release nullable type changes for PHPUnit 9.6</li>
</ul>
<h2>[9.6.17] - 2024-02-23</h2>
<h3>Changed</h3>
<ul>
<li>Improve output of <code>--check-version</code> CLI option</li>
<li>Improve description of <code>--check-version</code> CLI option</li>
<li>Show help for <code>--manifest</code>, <code>--sbom</code>, and
<code>--composer-lock</code> when the PHAR is used</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5712">#5712</a>:
Update dependencies for PHAR distribution of PHPUnit 9.6</li>
</ul>
<h2>[9.6.16] - 2024-01-19</h2>
<h3>Changed</h3>
<ul>
<li>Make PHAR build reproducible (the only remaining differences were in
the timestamps for the files in the PHAR)</li>
</ul>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/f80235cb4d3caa59ae09be3adf1ded27521d1a9c"><code>f80235c</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/40e7f1700ed10cf80654d5d3a0ad007f1a148918"><code>40e7f17</code></a>
Merge branch '8.5' into 9.6</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa"><code>d843cb5</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/5e58fee65c32a3eb5df82b1f5bc3a711cf7fa96f"><code>5e58fee</code></a>
Fix CS/WS issues</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/ad262152e9c77715a509e6673ec64509fb34edb0"><code>ad26215</code></a>
Merge branch '8.5' into 9.6</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/ea476db46c24d0cec208c8226c8c5648921e005e"><code>ea476db</code></a>
Fix CS/WS issue</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/93fbffffb789aa0ad3772d7e3f4ae93a14e829ae"><code>93fbfff</code></a>
Update tools</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/aa6e85808145e6357a07fcad937e736cf4022e75"><code>aa6e858</code></a>
Merge branch '8.5' into 9.6</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/2e3d093fe5d05b060e8f29d4b4b998085a8fac63"><code>2e3d093</code></a>
Update tools</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/f178048203ed4945aa64aa2831a632baf58813f6"><code>f178048</code></a>
Merge branch '8.5' into 9.6</li>
<li>Additional commits viewable in <a
href="https://github.com/sebastianbergmann/phpunit/compare/9.6.21...9.6.22">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| phpunit/phpunit | [>= 11.a, < 12] |
| phpunit/phpunit | [>= 10.a, < 11] |
</details>


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)


</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 Dec 7, 2024
1 parent d81b934 commit 4ab58ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "9.6.21",
"phpunit/phpunit": "9.6.22",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit 4ab58ba

Please sign in to comment.