Skip to content

Commit

Permalink
Bump the dependencies group with 8 updates (#33)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
|
[google/cloud-firestore](https://github.com/googleapis/google-cloud-php-firestore)
| `1.43.3` | `1.44.0` |
|
[google/cloud-pubsub](https://github.com/googleapis/google-cloud-php-pubsub)
| `2.2.0` | `2.3.0` |
| [symfony/console](https://github.com/symfony/console) | `7.1.0` |
`7.1.2` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.0` |
`7.1.1` |
|
[symfony/framework-bundle](https://github.com/symfony/framework-bundle)
| `7.1.0` | `7.1.2` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.0` |
`7.1.1` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.0` | `7.1.1` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) |
`11.1.3` | `11.2.5` |

Updates `google/cloud-firestore` from 1.43.3 to 1.44.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-php-firestore/releases">google/cloud-firestore's
releases</a>.</em></p>
<blockquote>
<h2>google/cloud-firestore v1.44.0</h2>
<h3>Features</h3>
<ul>
<li>Add bulk delete api (<a
href="https://redirect.github.com/googleapis/google-cloud-php/issues/7409">#7409</a>)
(<a
href="https://github.com/googleapis/google-cloud-php/commit/9e68cd28a1c5cd5b85ac72313af70b751413dbcd">9e68cd2</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update field api description (<a
href="https://github.com/googleapis/google-cloud-php/commit/9e68cd28a1c5cd5b85ac72313af70b751413dbcd">9e68cd2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-php-firestore/commit/1f4785b6c702111862fe85073d495542cf9a34d9"><code>1f4785b</code></a>
chore(main): release 0.249.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-php-firestore/issues/7388">#7388</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-firestore/commit/2b5a7aa9717f6fb4f79dc78d4e6e6f75b1f9ff51"><code>2b5a7aa</code></a>
feat: add bulk delete api (<a
href="https://redirect.github.com/googleapis/google-cloud-php-firestore/issues/7409">#7409</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-php-firestore/compare/v1.43.3...v1.44.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google/cloud-pubsub` from 2.2.0 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-php-pubsub/releases">google/cloud-pubsub's
releases</a>.</em></p>
<blockquote>
<h2>google/cloud-pubsub v2.3.0</h2>
<h3>Features</h3>
<ul>
<li>Add use_topic_schema for Cloud Storage Subscriptions (<a
href="https://redirect.github.com/googleapis/google-cloud-php/issues/7448">#7448</a>)
(<a
href="https://github.com/googleapis/google-cloud-php/commit/634b673487d437f1043b41af90c89d9e9619fa51">634b673</a>)</li>
</ul>
<h2>google/cloud-pubsub v2.2.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Pubsub version constant (<a
href="https://redirect.github.com/googleapis/google-cloud-php/issues/7362">#7362</a>)
(<a
href="https://github.com/googleapis/google-cloud-php/commit/ffcadde3f3d88b3ef2b41f48d385dbed89679591">ffcadde</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/28c0040aaaa7dccb5c7d2c9a9cb6785f6fc54d25"><code>28c0040</code></a>
chore(main): release 0.249.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7388">#7388</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/2d7bbdddc0250acf8f37e4b635b19f118a0c4af1"><code>2d7bbdd</code></a>
feat: add use_topic_schema for Cloud Storage Subscriptions (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7448">#7448</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/671b37be15359204570a4ae61a565c691c4c4c02"><code>671b37b</code></a>
chore(main): release 0.248.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7361">#7361</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/e2c8d5c5a12117585f73f915eeb4ad474571527e"><code>e2c8d5c</code></a>
fix: pubsub version constant (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7362">#7362</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-php-pubsub/compare/v2.2.0...v2.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/console` from 7.1.0 to 7.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/console/releases">symfony/console's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.2</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.1.1...v7.1.2">https://github.com/symfony/console/compare/v7.1.1...v7.1.2</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.1.1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.1.0...v7.1.1">https://github.com/symfony/console/compare/v7.1.0...v7.1.1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/console/commit/0aa29ca177f432ab68533432db0de059f39c92ae"><code>0aa29ca</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/console/commit/6de397ca4006cac6d78f717afffa43fdab1343a5"><code>6de397c</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/console/commit/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9"><code>6edb536</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/console/commit/6473d441a913cb997123b59ff2dbe3d1cf9e11ba"><code>6473d44</code></a>
Test convert CompletionInput into string</li>
<li><a
href="https://github.com/symfony/console/commit/9b008f2d7b21c74ef4d0c3de6077a642bc55ece3"><code>9b008f2</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/console/commit/725da159ff1e502183b9bf412535a63ebc75fd75"><code>725da15</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/console/commit/be5854cee0e8c7b110f00d695d11debdfa1a2a91"><code>be5854c</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/console/commit/aa73115c0c24220b523625bfcfa655d7d73662dd"><code>aa73115</code></a>
Revert &quot;minor <a
href="https://redirect.github.com/symfony/console/issues/54653">#54653</a>
Auto-close PRs on subtree-splits (nicolas-grekas)&quot;</li>
<li>See full diff in <a
href="https://github.com/symfony/console/compare/v7.1.0...v7.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/dotenv` from 7.1.0 to 7.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/dotenv/releases">symfony/dotenv's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1">https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/dotenv/commit/efa715ec40c098f2fba62444f4fd75d0d4248ede"><code>efa715e</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/dotenv/commit/73ba4287d5b6cd5d67fe5a08987981842a599313"><code>73ba428</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/dotenv/commit/55aefa0029adff89ecffdb560820e945c7983f06"><code>55aefa0</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/dotenv/commit/3052dbf22f71e47f6ef7a5efa6aaedfe871ba35d"><code>3052dbf</code></a>
Revert &quot;minor <a
href="https://redirect.github.com/symfony/dotenv/issues/54653">#54653</a>
Auto-close PRs on subtree-splits (nicolas-grekas)&quot;</li>
<li>See full diff in <a
href="https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/framework-bundle` from 7.1.0 to 7.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/framework-bundle/releases">symfony/framework-bundle's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.2</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2">https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57533">symfony/symfony#57533</a>
[FrameworkBundle] Throw runtime exception when trying to use
asset-mapper while http-client is disabled (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57554">symfony/symfony#57554</a>
[FrameworkBundle] Fix warming up routes (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57434">symfony/symfony#57434</a>
[FrameworkBundle] inject the missing logger service (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57273">symfony/symfony#57273</a>
[FrameworkBundle] Fix setting default context for certain normalizers
(<a href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57348">symfony/symfony#57348</a>
[Notifier][Brevo] change type from chatter to texter (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
<h2>v7.1.1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1">https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/57297">symfony/symfony#57297</a>
[FrameworkBundle] not registered definitions must not be modified (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/framework-bundle/commit/54a84f49658e2e87167396b2259a55e55e11f4a2"><code>54a84f4</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/122109f3dc6c928de7f176ee9d22db2bc11eb260"><code>122109f</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/35d085dc18b494d20b75728ecb222543e760c515"><code>35d085d</code></a>
[FrameworkBundle] Fix warming up routes</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/c1d1cb0e508e11639283e1e6f8918eef0fa524bd"><code>c1d1cb0</code></a>
[FrameworkBundle] Throw runtime exception when trying to use
asset-mapper whi...</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/285285648f0deeb485d0f40bfe8dbf75ab89f48b"><code>2852856</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/f44feb28da5bb101c81c21d5b1f3fe5eafeaf316"><code>f44feb2</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/b3a0478da350dacaade8c3249682a57685045aac"><code>b3a0478</code></a>
fix tests</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/e1f9a1fe5b5bd5930c177afa46bce5789b7fe9e8"><code>e1f9a1f</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/a2c2e3c06f37bc7db3f08e9d91d5b9d5fb0c5022"><code>a2c2e3c</code></a>
inject the missing logger service</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/18b84194424511fe541fc7962553ae423e4553c7"><code>18b8419</code></a>
[FrameworkBundle] Fix setting default context for certain
normalizers</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/runtime` from 7.1.0 to 7.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/runtime/releases">symfony/runtime's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/runtime/compare/v7.1.0...v7.1.1">https://github.com/symfony/runtime/compare/v7.1.0...v7.1.1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/runtime/commit/ea34522c447dd91a2b31cb330ee4540a56ba53f6"><code>ea34522</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/runtime/commit/b4bfa2fd4cad1fee62f80b3dfe4eb674cc3302a0"><code>b4bfa2f</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/runtime/commit/50096d4ebebb4f9c41b87695868a6e34bdbf7cde"><code>50096d4</code></a>
Revert &quot;minor <a
href="https://redirect.github.com/symfony/runtime/issues/54653">#54653</a>
Auto-close PRs on subtree-splits (nicolas-grekas)&quot;</li>
<li>See full diff in <a
href="https://github.com/symfony/runtime/compare/v7.1.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/yaml` from 7.1.0 to 7.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/yaml/releases">symfony/yaml's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1">https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/yaml/commit/fa34c77015aa6720469db7003567b9f772492bf2"><code>fa34c77</code></a>
Merge branch '7.0' into 7.1</li>
<li><a
href="https://github.com/symfony/yaml/commit/89bdddd79e918448ce978be664768ef27b9e5798"><code>89bdddd</code></a>
Merge branch '6.4' into 7.0</li>
<li><a
href="https://github.com/symfony/yaml/commit/52903de178d542850f6f341ba92995d3d63e60c9"><code>52903de</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/yaml/commit/81cad0ceab3d61fe14fe941ff18a230ac9c80f83"><code>81cad0c</code></a>
Revert &quot;minor <a
href="https://redirect.github.com/symfony/yaml/issues/54653">#54653</a>
Auto-close PRs on subtree-splits (nicolas-grekas)&quot;</li>
<li>See full diff in <a
href="https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `phpunit/phpunit` from 11.1.3 to 11.2.5
<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 11.2.5</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>:
Use <code>array_pop()</code> instead of <code>array_shift()</code> for
processing <code>Test</code> objects in <code>TestSuite::run()</code>
and optimize <code>TestSuite::isEmpty()</code></li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to
install or update PHPUnit</a></p>
<h2>PHPUnit 11.2.4</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5875">#5875</a>:
Also destruct <code>TestCase</code> objects early that use a data
provider</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to
install or update PHPUnit</a></p>
<h2>PHPUnit 11.2.3</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5870">#5870</a>:
Do not collect unnecessary information using
<code>debug_backtrace()</code></li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to
install or update PHPUnit</a></p>
<h2>PHPUnit 11.2.2</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5861">#5861</a>:
Destroy <code>TestCase</code> object after its test was run</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5822">#5822</a>:
PHP deprecations triggered within a closure are not handled
correctly</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to
install or update PHPUnit</a></p>
<h2>PHPUnit 11.2.1</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5857">#5857</a>:
Mocked methods cannot be called from the original constructor of a
partially mocked class</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5859">#5859</a>:
XML Configuration File Migrator does not remove
<code>cacheDirectory</code> attribute from <code>&lt;coverage&gt;</code>
element when migrating from PHPUnit 11.1 to PHPUnit 11.2</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to
install or update PHPUnit</a></p>
<h2>PHPUnit 11.2.0</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5799">#5799</a>:
<code>#[CoversTrait]</code> and <code>#[UsesTrait]</code>
attributes</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5804">#5804</a>:
Support doubling <code>readonly</code> classes</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5811">#5811</a>:
<code>assertObjectNotEquals()</code></li>
</ul>
<h3>Deprecated</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5800">#5800</a>:
Support for targeting traits with <code>#[CoversClass]</code> and
<code>#[UsesClass]</code> attributes</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sebastianbergmann/phpunit/blob/11.2.5/ChangeLog-11.2.md">phpunit/phpunit's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/sebastianbergmann/phpunit/compare/11.2.4...11.2.5">11.2.5</a>
- 2024-06-20</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>:
Use <code>array_pop()</code> instead of <code>array_shift()</code> for
processing <code>Test</code> objects in <code>TestSuite::run()</code>
and optimize <code>TestSuite::isEmpty()</code></li>
</ul>
<h2><a
href="https://github.com/sebastianbergmann/phpunit/compare/11.2.3...11.2.4">11.2.4</a>
- 2024-06-20</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5875">#5875</a>:
Also destruct <code>TestCase</code> objects early that use a data
provider</li>
</ul>
<h2><a
href="https://github.com/sebastianbergmann/phpunit/compare/11.2.2...11.2.3">11.2.3</a>
- 2024-06-19</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5870">#5870</a>:
Do not collect unnecessary information using
<code>debug_backtrace()</code></li>
</ul>
<h2>[11.2.2] - 2024-06-15</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5861">#5861</a>:
Destroy <code>TestCase</code> object after its test was run</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5822">#5822</a>:
PHP deprecations triggered within a closure are not handled
correctly</li>
</ul>
<h2>[11.2.1] - 2024-06-11</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5857">#5857</a>:
Mocked methods cannot be called from the original constructor of a
partially mocked class</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5859">#5859</a>:
XML Configuration File Migrator does not remove
<code>cacheDirectory</code> attribute from <code>&lt;coverage&gt;</code>
element when migrating from PHPUnit 11.1 to PHPUnit 11.2</li>
</ul>
<h2>[11.2.0] - 2024-06-07</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5799">#5799</a>:
<code>#[CoversTrait]</code> and <code>#[UsesTrait]</code>
attributes</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5804">#5804</a>:
Support doubling <code>readonly</code> classes</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5811">#5811</a>:
<code>assertObjectNotEquals()</code></li>
</ul>
<h3>Deprecated</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5800">#5800</a>:
Support for targeting traits with <code>#[CoversClass]</code> and
<code>#[UsesClass]</code> attributes</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/be9e3ed32a1287a9bfda15936cc86fef4e4cf591"><code>be9e3ed</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/a77d8a48ccadf4f3903642612653c22a6887b2f9"><code>a77d8a4</code></a>
Merge branch '10.5' into 11.2</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/5f124e3e3e561006047b532fd0431bf5bb6b9015"><code>5f124e3</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/eb1c305c462edce2f00f2e1d4a2d362b68812f08"><code>eb1c305</code></a>
Update ChangeLog</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/a663ff749922bb5014a2664a596c186c4ce7339a"><code>a663ff7</code></a>
Merge branch '10.5' into 11.2</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/46e02a39ec06775bee6fe53f9220168facc26fd3"><code>46e02a3</code></a>
Update ChangeLog</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/3a664cab4643937b5080abcae4e58101363376ed"><code>3a664ca</code></a>
optimize empty checks in TestSuite</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/933af567cd3f9e1cfdcbcdf13f999938a64c0dbf"><code>933af56</code></a>
Use array_pop instead of slow array_shift</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/0991687efe8a29945cce2e85c475e5f3cb0aab6d"><code>0991687</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/c5da79f840d4f4d4c6c7726c00c1112e9d40138d"><code>c5da79f</code></a>
Merge branch '10.5' into 11.2</li>
<li>Additional commits viewable in <a
href="https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.5">compare
view</a></li>
</ul>
</details>
<br />


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>
Co-authored-by: Peter Kruithof <[email protected]>
  • Loading branch information
dependabot[bot] and pkruithof authored Jul 2, 2024
1 parent e930f7c commit 894e2ff
Showing 1 changed file with 188 additions and 268 deletions.
Loading

0 comments on commit 894e2ff

Please sign in to comment.