Skip to content

Commit

Permalink
Bump the dependencies group with 8 updates (#45)
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.47.0` | `1.47.1` |
|
[google/cloud-pubsub](https://github.com/googleapis/google-cloud-php-pubsub)
| `2.8.0` | `2.8.1` |
| [symfony/console](https://github.com/symfony/console) | `7.1.6` |
`7.2.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.6` |
`7.2.0` |
|
[symfony/framework-bundle](https://github.com/symfony/framework-bundle)
| `7.1.5` | `7.2.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.7` |
`7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) |
`11.4.3` | `11.4.4` |

Updates `google/cloud-firestore` from 1.47.0 to 1.47.1
<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.47.1</h2>
<h3>Miscellaneous Chores</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-php-firestore/commit/787b975acdb66b05a9862ee99cfb6e2e521478bf"><code>787b975</code></a>
chore(main): release 0.267.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-php-firestore/issues/7795">#7795</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-firestore/commit/17ae59d3e1ae550ba5bd7d7c6b6d0bba9306f6f8"><code>17ae59d</code></a>
chore: add types for async methods (<a
href="https://redirect.github.com/googleapis/google-cloud-php-firestore/issues/7800">#7800</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-php-firestore/compare/v1.47.0...v1.47.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `google/cloud-pubsub` from 2.8.0 to 2.8.1
<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.8.1</h2>
<h3>Miscellaneous Chores</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/3a41894e5483fd7849dda4e54d2645dd1f16a233"><code>3a41894</code></a>
chore(main): release 0.267.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7795">#7795</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-php-pubsub/commit/e979f8b6bc2386b7ba53cb6b3be269901d41561d"><code>e979f8b</code></a>
chore: add types for async methods (<a
href="https://redirect.github.com/googleapis/google-cloud-php-pubsub/issues/7802">#7802</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-php-pubsub/compare/v2.8.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/console` from 7.1.6 to 7.2.0
<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.2.0</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.2.0-RC1...v7.2.0">https://github.com/symfony/console/compare/v7.2.0-RC1...v7.2.0</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-RC1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.2.0-BETA2...v7.2.0-RC1">https://github.com/symfony/console/compare/v7.2.0-BETA2...v7.2.0-RC1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-BETA2</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.2.0-BETA1...v7.2.0-BETA2">https://github.com/symfony/console/compare/v7.2.0-BETA1...v7.2.0-BETA2</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58765">symfony/symfony#58765</a>
[VarDumper] fix detecting anonymous exception classes on Windows and PHP
7 (<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
<h2>v7.2.0-BETA1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.1.6...v7.2.0-BETA1">https://github.com/symfony/console/compare/v7.1.6...v7.2.0-BETA1</a>)</p>
<ul>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58552">symfony/symfony#58552</a>
[Console][Messenger] Add <code>$seconds</code> to
<code>keepalive()</code> methods (<a
href="https://github.com/valtzu"><code>@​valtzu</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/53533">symfony/symfony#53533</a>
[Console] Add ability to schedule alarm signals and a
<code>ConsoleAlarmEvent</code> (<a
href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57576">symfony/symfony#57576</a>
[Console] Add finished indicator to <code>ProgressIndicator</code> (<a
href="https://github.com/LauLaman"><code>@​LauLaman</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/53632">symfony/symfony#53632</a>
[Console] Add silent verbosity suppressing all output, including errors
(<a href="https://github.com/wouterj"><code>@​wouterj</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58074">symfony/symfony#58074</a>
[Console][Process] Add <code>$verbosity</code> argument to
<code>mustRun</code> helper method (<a
href="https://github.com/willrowe"><code>@​willrowe</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57777">symfony/symfony#57777</a>
[VarDumper] Add support for <code>FORCE_COLOR</code> environment
variable (<a
href="https://github.com/artshade"><code>@​artshade</code></a>)</li>
</ul>
<h2>v7.1.8</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.1.7...v7.1.8">https://github.com/symfony/console/compare/v7.1.7...v7.1.8</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.1.7</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/console/compare/v7.1.6...v7.1.7">https://github.com/symfony/console/compare/v7.1.6...v7.1.7</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58765">symfony/symfony#58765</a>
[VarDumper] fix detecting anonymous exception classes on Windows and PHP
7 (<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/console/blob/7.2/CHANGELOG.md">symfony/console's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h2>7.2</h2>
<ul>
<li>Add support for <code>FORCE_COLOR</code> environment variable</li>
<li>Add <code>verbosity</code> argument to <code>mustRun</code> process
helper method</li>
<li>[BC BREAK] Add silent verbosity
(<code>--silent</code>/<code>SHELL_VERBOSITY=-2</code>) to suppress all
output, including errors</li>
<li>Add <code>OutputInterface::isSilent()</code>,
<code>Output::isSilent()</code>, <code>OutputStyle::isSilent()</code>
methods</li>
<li>Add a configurable finished indicator to the progress indicator to
show that the progress is finished</li>
<li>Add ability to schedule alarm signals and a
<code>ConsoleAlarmEvent</code></li>
</ul>
<h2>7.1</h2>
<ul>
<li>Add <code>ArgvInput::getRawTokens()</code></li>
</ul>
<h2>7.0</h2>
<ul>
<li>Add method <code>__toString()</code> to
<code>InputInterface</code></li>
<li>Remove <code>Command::$defaultName</code> and
<code>Command::$defaultDescription</code>, use the
<code>AsCommand</code> attribute instead</li>
<li>Require explicit argument when calling
<code>*Command::setApplication()</code>,
<code>*FormatterStyle::setForeground/setBackground()</code>,
<code>Helper::setHelpSet()</code>, <code>Input*::setDefault()</code> and
<code>Question::setAutocompleterCallback/setValidator()</code></li>
<li>Remove <code>StringInput::REGEX_STRING</code></li>
</ul>
<h2>6.4</h2>
<ul>
<li>Add <code>SignalMap</code> to map signal value to its name</li>
<li>Multi-line text in vertical tables is aligned properly</li>
<li>The application can also catch errors with
<code>Application::setCatchErrors(true)</code></li>
<li>Add <code>RunCommandMessage</code> and
<code>RunCommandMessageHandler</code></li>
<li>Dispatch <code>ConsoleTerminateEvent</code> after an exit on signal
handling and add
<code>ConsoleTerminateEvent::getInterruptingSignal()</code></li>
</ul>
<h2>6.3</h2>
<ul>
<li>Add support for choosing exit code while handling signal, or to not
exit at all</li>
<li>Add <code>ProgressBar::setPlaceholderFormatter</code> to set a
placeholder attached to a instance, instead of being global.</li>
<li>Add <code>ReStructuredTextDescriptor</code></li>
</ul>
<h2>6.2</h2>
<ul>
<li>Improve truecolor terminal detection in some cases</li>
<li>Add support for 256 color terminals (conversion from Ansi24 to Ansi8
if terminal is capable of it)</li>
<li>Deprecate calling <code>*Command::setApplication()</code>,
<code>*FormatterStyle::setForeground/setBackground()</code>,
<code>Helper::setHelpSet()</code>, <code>Input*::setDefault()</code>,
<code>Question::setAutocompleterCallback/setValidator()</code>without
any arguments</li>
<li>Change the signature of
<code>OutputFormatterStyleInterface::setForeground/setBackground()</code>
to <code>setForeground/setBackground(?string)</code></li>
<li>Change the signature of <code>HelperInterface::setHelperSet()</code>
to <code>setHelperSet(?HelperSet)</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/console/commit/23c8aae6d764e2bae02d2a99f7532a7f6ed619cf"><code>23c8aae</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/console/commit/ff04e5b5ba043d2badfb308197b9e6b42883fcd5"><code>ff04e5b</code></a>
Merge branch '6.4' into 7.1</li>
<li><a
href="https://github.com/symfony/console/commit/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"><code>f1fc6f4</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/console/commit/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"><code>c4ba980</code></a>
skip autocomplete test when stty is not available</li>
<li><a
href="https://github.com/symfony/console/commit/3fda7e592a83a6f487cdce3146f6b3408e6f01de"><code>3fda7e5</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/console/commit/3284aafcac338b6e86fd955ee4d794cbe434151a"><code>3284aaf</code></a>
Merge branch '6.4' into 7.1</li>
<li><a
href="https://github.com/symfony/console/commit/897c2441ed4eec8a8a2c37b943427d24dba3f26b"><code>897c244</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/console/commit/fb0d4760e7147d81ab4d9e2d57d56268261b4e4e"><code>fb0d476</code></a>
fix detecting anonymous exception classes on Windows and PHP 7</li>
<li><a
href="https://github.com/symfony/console/commit/c32691c80952990ee151c054f62d09aceeece23b"><code>c32691c</code></a>
Don't use <code>die()</code> in PHPT <code>--SKIPIF--</code></li>
<li><a
href="https://github.com/symfony/console/commit/de74db6d7c9f4ecabf7b4a1a20655e021b034001"><code>de74db6</code></a>
Remove always true/false occurrences</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/console/compare/v7.1.6...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/dotenv` from 7.1.6 to 7.2.0
<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.2.0</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/dotenv/compare/v7.2.0-RC1...v7.2.0">https://github.com/symfony/dotenv/compare/v7.2.0-RC1...v7.2.0</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/59007">symfony/symfony#59007</a>
[Dotenv] read runtime config from composer.json in debug dotenv command
(<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
<h2>v7.2.0-RC1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/dotenv/compare/v7.2.0-BETA2...v7.2.0-RC1">https://github.com/symfony/dotenv/compare/v7.2.0-BETA2...v7.2.0-RC1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-BETA1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/dotenv/compare/v7.1.6...v7.2.0-BETA1">https://github.com/symfony/dotenv/compare/v7.1.6...v7.2.0-BETA1</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.1.9</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/dotenv/compare/v7.1.8...v7.1.9">https://github.com/symfony/dotenv/compare/v7.1.8...v7.1.9</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/59007">symfony/symfony#59007</a>
[Dotenv] read runtime config from composer.json in debug dotenv command
(<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/dotenv/commit/28347a897771d0c28e99b75166dd2689099f3045"><code>28347a8</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/dotenv/commit/245d1afe223664d2276afb75177d8988c328fb78"><code>245d1af</code></a>
Merge branch '6.4' into 7.1</li>
<li><a
href="https://github.com/symfony/dotenv/commit/1ac5e7e7e862d4d574258daf08bd569ba926e4a5"><code>1ac5e7e</code></a>
Merge branch '5.4' into 6.4</li>
<li><a
href="https://github.com/symfony/dotenv/commit/08013403089c8a126c968179179b817a552841ab"><code>0801340</code></a>
read runtime config from composer.json in debug dotenv command</li>
<li><a
href="https://github.com/symfony/dotenv/commit/07b2c58767aadc8ed96b26fadc513a0d00ccd084"><code>07b2c58</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/dotenv/commit/84749447b407e4633f92061d64cb940c41753a63"><code>8474944</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/dotenv/commit/b453abe5ea9b994dbfd85f38287db17d68cd764c"><code>b453abe</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/dotenv/commit/966f1900ef07b99e360f3bf6874f16adab39a8f0"><code>966f190</code></a>
Remove unused code and unnecessary <code>else</code> branches</li>
<li><a
href="https://github.com/symfony/dotenv/commit/ccc9d8459d1da9dd951968de910c60714272665b"><code>ccc9d84</code></a>
Use CPP where possible</li>
<li><a
href="https://github.com/symfony/dotenv/commit/5d005c9cfedb749cada56d9735892bca255a8eaf"><code>5d005c9</code></a>
Merge branch '7.1' into 7.2</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/dotenv/compare/v7.1.6...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/framework-bundle` from 7.1.5 to 7.2.0
<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.2.0</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.2.0-RC1...v7.2.0">https://github.com/symfony/framework-bundle/compare/v7.2.0-RC1...v7.2.0</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58950">symfony/symfony#58950</a>
[FrameworkBundle] Revert &quot; Deprecate making <code>cache.app</code>
adapter taggable&quot; (<a
href="https://github.com/keulinho"><code>@​keulinho</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58943">symfony/symfony#58943</a>
[FrameworkBundle] Revert &quot; Don't auto-register form/csrf when the
corresponding components are not installed&quot; (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58937">symfony/symfony#58937</a>
[FrameworkBundle] Don't auto-register form/csrf when the corresponding
components are not installed (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58885">symfony/symfony#58885</a>
[PropertyInfo][Serializer][TypeInfo][Validator] TypeInfo 7.1
compatibility (<a
href="https://github.com/mtarld"><code>@​mtarld</code></a>)</li>
<li>bug <a
href="https://redirect.github.com/symfony/symfony/issues/58834">symfony/symfony#58834</a>
[FrameworkBundle] ensure <code>validator.translation_domain</code>
parameter is always set (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
<h2>v7.2.0-RC1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA2...v7.2.0-RC1">https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA2...v7.2.0-RC1</a>)</p>
<ul>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57630">symfony/symfony#57630</a>
[TypeInfo] Redesign Type methods and nullability (<a
href="https://github.com/mtarld"><code>@​mtarld</code></a>)</li>
</ul>
<h2>v7.2.0-BETA2</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA1...v7.2.0-BETA2">https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA1...v7.2.0-BETA2</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-BETA1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/framework-bundle/compare/v7.1.6...v7.2.0-BETA1">https://github.com/symfony/framework-bundle/compare/v7.1.6...v7.2.0-BETA1</a>)</p>
<ul>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58506">symfony/symfony#58506</a>
[FrameworkBundle] Add <code>--no-fill</code> option to
<code>translation:extract</code> command (<a
href="https://github.com/jawira"><code>@​jawira</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58322">symfony/symfony#58322</a>
[Notifier] Add Sweego bridge (<a
href="https://github.com/welcoMattic"><code>@​welcoMattic</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58527">symfony/symfony#58527</a>
[Notifier] Add LINE Bot bridge (<a
href="https://github.com/pan93412"><code>@​pan93412</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58095">symfony/symfony#58095</a>
[Security] Implement stateless headers/cookies-based CSRF protection (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57829">symfony/symfony#57829</a>
[FrameworkBundle] Finetune <code>AboutCommand</code> (<a
href="https://github.com/JoppeDC"><code>@​JoppeDC</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/50324">symfony/symfony#50324</a>
[Webhook] Add Mailchimp webhook (<a
href="https://github.com/johanadivare"><code>@​johanadivare</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58408">symfony/symfony#58408</a>
[Translation] Allow sort when extracting translation files (<a
href="https://github.com/danut007ro"><code>@​danut007ro</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58403">symfony/symfony#58403</a>
[Mailer][Webhook] Mailtrap webhook support (<a
href="https://github.com/kbond"><code>@​kbond</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58161">symfony/symfony#58161</a>
[FrameworkBundle][HttpKernel] Add support for
<code>SYMFONY_TRUSTED_PROXIES</code>,
<code>SYMFONY_TRUSTED_HEADERS</code>,
<code>SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER</code> and
<code>SYMFONY_TRUSTED_HOSTS</code> env vars (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/56823">symfony/symfony#56823</a>
[Serializer] Introduce named serializers (<a
href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57611">symfony/symfony#57611</a>
[DependencyInjection][FrameworkBundle] Introducing container non-empty
parameters (<a
href="https://github.com/yceruto"><code>@​yceruto</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58249">symfony/symfony#58249</a>
[FrameworkBundle] Add ability to use existing service as lock/semaphore
resource (<a
href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58252">symfony/symfony#58252</a>
[Mailer] add Mailtrap bridge (<a
href="https://github.com/kbond"><code>@​kbond</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57805">symfony/symfony#57805</a>
[FrameworkBundle] Deprecate <code>session.sid_length</code> and
<code>session.sid_bits_per_character</code> config options (<a
href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58199">symfony/symfony#58199</a>
[FrameworkBundle] Add <code>--resolve-env-vars</code> option to
<code>lint:container</code> command (<a
href="https://github.com/ostrolucky"><code>@​ostrolucky</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58165">symfony/symfony#58165</a>
[FrameworkBundle] Remove default value for <code>gc_probability</code>
config option (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58154">symfony/symfony#58154</a>
[HttpFoundation] Add <code>PRIVATE_SUBNETS</code> as a shortcut for
private IP address ranges to <code>Request::setTrustedProxies()</code>
(<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58145">symfony/symfony#58145</a>
allow Twig 4 (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57683">symfony/symfony#57683</a>
[Notifier] Support for desktop notifications via
<code>jolicode/JoliNotif</code> (<a
href="https://github.com/ahmedghanem00"><code>@​ahmedghanem00</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/58060">symfony/symfony#58060</a>
[Serializer] Add SnakeCaseToCamelCaseNameConverter (<a
href="https://github.com/dunglas"><code>@​dunglas</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57577">symfony/symfony#57577</a>
[FrameworkBundle][HttpKernel] Let
<code>RequestPayloadValueResolver</code> consider mapped argument type
(<a
href="https://github.com/unixslayer"><code>@​unixslayer</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57431">symfony/symfony#57431</a>
[Mailer] Add Sweego bridge (<a
href="https://github.com/welcoMattic"><code>@​welcoMattic</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57881">symfony/symfony#57881</a>
[Webhook] decouple the Webhook component from the Serializer component
(<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57804">symfony/symfony#57804</a>
[FrameworkBundle] enable detailed error messages by default when debug
enabled (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57927">symfony/symfony#57927</a>
[FrameworkBundle] Deprecate making <code>cache.app</code> adapter
taggable (<a
href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57903">symfony/symfony#57903</a>
[Mailer] Implement Postal mailer (<a
href="https://github.com/jonasclaes"><code>@​jonasclaes</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57618">symfony/symfony#57618</a>
[TypeInfo] Add <code>PhpDocAwareReflectionTypeResolver</code> (<a
href="https://github.com/mtarld"><code>@​mtarld</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57797">symfony/symfony#57797</a>
[FrameworkBundle]  terminate with non-zero exit code when a secret could
not be read (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md">symfony/framework-bundle's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h2>7.2</h2>
<ul>
<li>Add support for <code>--sort</code> option when extracting
translations with <code>translation:extract</code> command and
<code>--force</code> option</li>
<li>Add support for setting <code>headers</code> with
<code>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</code></li>
<li>Add <code>--resolve-env-vars</code> option to
<code>lint:container</code> command</li>
<li>Derivate <code>kernel.secret</code> from the decryption secret when
its env var is not defined</li>
<li>Make the <code>config/</code> directory optional in
<code>MicroKernelTrait</code>, add support for service arguments in the
invokable Kernel class, and register <code>FrameworkBundle</code> by
default when the <code>bundles.php</code> file is missing</li>
<li>[BC BREAK] The <code>secrets:decrypt-to-local</code> command
terminates with a non-zero exit code when a secret could not be
read</li>
<li>Deprecate making <code>cache.app</code> adapter taggable, use the
<code>cache.app.taggable</code> adapter instead</li>
<li>Enable <code>json_decode_detailed_errors</code> in the default
serializer context in debug mode by default when
<code>seld/jsonlint</code> is installed</li>
<li>Register
<code>Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter</code>
as a service named
<code>serializer.name_converter.snake_case_to_camel_case</code> if
available</li>
<li>Add <code>framework.csrf_protection.stateless_token_ids</code>,
<code>.cookie_name</code>, and <code>.check_header</code> options to use
stateless headers/cookies-based CSRF protection</li>
<li>Add <code>framework.form.csrf_protection.field_attr</code>
option</li>
<li>Deprecate <code>session.sid_length</code> and
<code>session.sid_bits_per_character</code> config options</li>
<li>Add the ability to use an existing service as a lock/semaphore
resource</li>
<li>Add support for configuring multiple serializer instances via the
configuration</li>
<li>Add support for <code>SYMFONY_TRUSTED_PROXIES</code>,
<code>SYMFONY_TRUSTED_HEADERS</code>,
<code>SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER</code> and
<code>SYMFONY_TRUSTED_HOSTS</code> env vars</li>
<li>Add <code>--no-fill</code> option to
<code>translation:extract</code> command</li>
</ul>
<h2>7.1</h2>
<ul>
<li>Add <code>CheckAliasValidityPass</code> to
<code>lint:container</code> command</li>
<li>Add <code>private_ranges</code> as a shortcut for private IP address
ranges to the <code>trusted_proxies</code> option</li>
<li>Mark classes <code>ConfigBuilderCacheWarmer</code>,
<code>Router</code>, <code>SerializerCacheWarmer</code>,
<code>TranslationsCacheWarmer</code>, <code>Translator</code> and
<code>ValidatorCacheWarmer</code> as <code>final</code></li>
<li>Move the Router <code>cache_dir</code> to
<code>kernel.build_dir</code></li>
<li>Deprecate the <code>router.cache_dir</code> config option</li>
<li>Add <code>rate_limiter</code> tags to rate limiter services</li>
<li>Add <code>secrets:reveal</code> command</li>
<li>Add <code>rate_limiter</code> option to
<code>http_client.default_options</code> and
<code>http_client.scoped_clients</code></li>
<li>Attach the workflow's configuration to the <code>workflow</code>
tag</li>
<li>Add the <code>allowed_recipients</code> option for mailer to allow
some users to receive
emails even if <code>recipients</code> is defined.</li>
<li>Reset env vars when resetting the container</li>
</ul>
<h2>7.0</h2>
<ul>
<li>Remove command <code>translation:update</code>, use
<code>translation:extract</code> instead</li>
<li>Make the <code>http_method_override</code> config option default to
<code>false</code></li>
<li>Remove <code>AbstractController::renderForm()</code>, use
<code>render()</code> instead</li>
<li>Remove the
<code>Symfony\Component\Serializer\Normalizer\ObjectNormalizer</code>
and
<code>Symfony\Component\Serializer\Normalizer\PropertyNormalizer</code>
autowiring aliases, type-hint against

<code>Symfony\Component\Serializer\Normalizer\NormalizerInterface</code>
or implement <code>NormalizerAwareInterface</code> instead</li>
<li>Remove the <code>Http\Client\HttpClient</code> service, use
<code>Psr\Http\Client\ClientInterface</code> instead</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/framework-bundle/commit/a8d0da4110fe643ab3cde7c938a03e222fe787c6"><code>a8d0da4</code></a>
bug <a
href="https://redirect.github.com/symfony/framework-bundle/issues/58950">#58950</a>
[FrameworkBundle] Revert &quot; Deprecate making <code>cache.app</code>
adapter ta...</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/98aa6623769eab93feca7d976442980f158fd4a8"><code>98aa662</code></a>
Revert &quot;[FrameworkBundle] Deprecate making <code>cache.app</code>
adapter taggable&quot;</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/eca6e49826b24c3f1f62d3ede8638aeb8fb41d81"><code>eca6e49</code></a>
Revert &quot;bug <a
href="https://redirect.github.com/symfony/framework-bundle/issues/58937">#58937</a>
[FrameworkBundle] Don't auto-register form/csrf when the c...</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/15df69b03ab9d2d06663f08c2dd6ecc0f4aad76e"><code>15df69b</code></a>
[FrameworkBundle] Don't auto-register form/csrf when the corresponding
compon...</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/f95434900e37e035585c57dfadd2315c898027c4"><code>f954349</code></a>
[TypeInfo][Serializer][PropertyInfo][Validator] TypeInfo 7.1
compatibility</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/e1fe0394f1db2b4a2306ed9dab43a3cfe601a0ba"><code>e1fe039</code></a>
bug <a
href="https://redirect.github.com/symfony/framework-bundle/issues/58834">#58834</a>
[FrameworkBundle] ensure <code>validator.translation_domain</code>
parameter ...</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/2b2f30eecc548d1fc74d72f05e5a63b00e72c461"><code>2b2f30e</code></a>
feature <a
href="https://redirect.github.com/symfony/framework-bundle/issues/57630">#57630</a>
[TypeInfo] Redesign Type methods and nullability (mtarld)</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/3bf00830d8737115dcc47143e31e36e49729dd52"><code>3bf0083</code></a>
ensure that the validator.translation_domain parameter is always
set</li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/7a46f7de39c92cdc29fd86beeb6f16ad1a3e5dd8"><code>7a46f7d</code></a>
[Routing] Rename annotations to attribute in
<code>AttributeClassLoader</code></li>
<li><a
href="https://github.com/symfony/framework-bundle/commit/8a7df876a98d15c8b9f01b10397a76d5de548324"><code>8a7df87</code></a>
Merge branch '7.1' into 7.2</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/framework-bundle/compare/v7.1.5...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/runtime` from 7.1.7 to 7.2.0
<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.2.0</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/runtime/compare/v7.2.0-RC1...v7.2.0">https://github.com/symfony/runtime/compare/v7.2.0-RC1...v7.2.0</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-BETA2</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/runtime/compare/v7.2.0-BETA1...v7.2.0-BETA2">https://github.com/symfony/runtime/compare/v7.2.0-BETA1...v7.2.0-BETA2</a>)</p>
<ul>
<li>security symfony/symfony#cve-2024-50340 [Runtime] Do not read from
argv on non-CLI SAPIs (<a
href="https://github.com/wouterj"><code>@​wouterj</code></a>)</li>
</ul>
<h2>v7.2.0-BETA1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/runtime/compare/v7.1.6...v7.2.0-BETA1">https://github.com/symfony/runtime/compare/v7.1.6...v7.2.0-BETA1</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/2c350568f3eaccb25fbbbf962bd67cde273121a7"><code>2c35056</code></a>
[Runtime] Negate register_argc_argv when its On</li>
<li><a
href="https://github.com/symfony/runtime/commit/46fd79dded7f7a6358dbf9e055ae545fc4bbb8ff"><code>46fd79d</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/runtime/commit/718e3b516da41499fe2298ce4f77c84c77ed9ae2"><code>718e3b5</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/runtime/commit/06fa5c812ce91fad1789571f0239906823996cc2"><code>06fa5c8</code></a>
Don't use <code>die()</code> in PHPT <code>--SKIPIF--</code></li>
<li><a
href="https://github.com/symfony/runtime/commit/049a9f3bebe7d4d9572e3d4a86f0fb7fe24fb077"><code>049a9f3</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/runtime/commit/57b6765fa55f7c408bc0d2bdfcce967b0b1eb3dc"><code>57b6765</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/runtime/commit/b09e81869cab6046382e701f32b3d24a20ba5994"><code>b09e818</code></a>
[Console] Add silent verbosity mode suppressing all output, including
errors</li>
<li><a
href="https://github.com/symfony/runtime/commit/41696a16731a3af780ffe8ffe2ec35b72b960987"><code>41696a1</code></a>
[Runtime] fix ComposerPlugin</li>
<li><a
href="https://github.com/symfony/runtime/commit/289c26cce7b180a91443dddf03825e7fff04946a"><code>289c26c</code></a>
Fix multiple CS errors</li>
<li><a
href="https://github.com/symfony/runtime/commit/356c3772b10e6d7fe79cad4001eec4b9e0113da4"><code>356c377</code></a>
Update .gitattributes</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/runtime/compare/v7.1.7...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `symfony/yaml` from 7.1.6 to 7.2.0
<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.2.0</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/yaml/compare/v7.2.0-RC1...v7.2.0">https://github.com/symfony/yaml/compare/v7.2.0-RC1...v7.2.0</a>)</p>
<ul>
<li>no significant changes</li>
</ul>
<h2>v7.2.0-BETA1</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/yaml/compare/v7.1.6...v7.2.0-BETA1">https://github.com/symfony/yaml/compare/v7.1.6...v7.2.0-BETA1</a>)</p>
<ul>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/54593">symfony/symfony#54593</a>
[PhpUnitBridge] Add <code>ExpectUserDeprecationMessageTrait</code> (<a
href="https://github.com/derrabus"><code>@​derrabus</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57595">symfony/symfony#57595</a>
[Yaml] Deprecate duplicate mapping keys containing null (<a
href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li>
<li>feature <a
href="https://redirect.github.com/symfony/symfony/issues/57518">symfony/symfony#57518</a>
Unify how --format is handled by commands (<a
href="https://github.com/fabpot"><code>@​fabpot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md">symfony/yaml's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h2>7.2</h2>
<ul>
<li>Deprecate parsing duplicate mapping keys whose value is
<code>null</code></li>
</ul>
<h2>7.1</h2>
<ul>
<li>Add support for getting all the enum cases with <code>!php/enum
Foo</code></li>
</ul>
<h2>7.0</h2>
<ul>
<li>Remove the <code>!php/const:</code> tag, use <code>!php/const</code>
instead (without the colon)</li>
</ul>
<h2>6.3</h2>
<ul>
<li>Add support to dump int keys as strings by using the
<code>Yaml::DUMP_NUMERIC_KEY_AS_STRING</code> flag</li>
</ul>
<h2>6.2</h2>
<ul>
<li>Add support for <code>!php/enum</code> and <code>!php/enum
*-&gt;value</code></li>
<li>Deprecate the <code>!php/const:</code> tag in key which will be
replaced by the <code>!php/const</code> tag (without the colon) since
3.4</li>
</ul>
<h2>6.1</h2>
<ul>
<li>In cases where it will likely improve readability, strings
containing single quotes will be double-quoted</li>
</ul>
<h2>5.4</h2>
<ul>
<li>Add new <code>lint:yaml dirname --exclude=/dirname/foo.yaml
--exclude=/dirname/bar.yaml</code>
option to exclude one or more specific files from multiple file
list</li>
<li>Allow negatable for the parse tags option with
<code>--no-parse-tags</code></li>
</ul>
<h2>5.3</h2>
<ul>
<li>Added <code>github</code> format support &amp; autodetection to
render errors as annotations
when running the YAML linter command in a Github Action
environment.</li>
</ul>
<h2>5.1.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/yaml/commit/099581e99f557e9f16b43c5916c26380b54abb22"><code>099581e</code></a>
Remove always true/false occurrences</li>
<li><a
href="https://github.com/symfony/yaml/commit/888f0ea2507fcc332a51fe9d2dcba7c6891e0417"><code>888f0ea</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/yaml/commit/8e82cc9f9b00ae936fef6968b8c666d7aa811a05"><code>8e82cc9</code></a>
[Yaml] Use CPP in <code>Dumper</code></li>
<li><a
href="https://github.com/symfony/yaml/commit/96baa902364319459742cd7bebad7367b73446e9"><code>96baa90</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/yaml/commit/4bc6a9f0f62bc549a9a58080f02d1a165a7c2999"><code>4bc6a9f</code></a>
Merge branch '7.1' into 7.2</li>
<li><a
href="https://github.com/symfony/yaml/commit/9900d69d84a275ec13753477b63544585fed4644"><code>9900d69</code></a>
Remove useless code</li>
<li><a
href="https://github.com/symfony/yaml/commit/564ae854c0a958fe27caf4f864f1a25e226e496f"><code>564ae85</code></a>
Fix multiple CS errors</li>
<li><a
href="https://github.com/symfony/yaml/commit/9a80908ffb6ac2b988927f990450490c68e43594"><code>9a80908</code></a>
[PhpUnitBridge] Add ExpectUserDeprecationMessageTrait</li>
<li><a
href="https://github.com/symfony/yaml/commit/aaf847b839ab2cbe99186af15b04fed391c12c1b"><code>aaf847b</code></a>
Update .gitattributes</li>
<li><a
href="https://github.com/symfony/yaml/commit/9175fd2fa7c06edaca319cc9fec16518bb4bffc9"><code>9175fd2</code></a>
Deprecate duplicate mapping keys containing null</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/yaml/compare/v7.1.6...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `phpunit/phpunit` from 11.4.3 to 11.4.4
<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.4.4</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6028">#6028</a>:
<code>ignoreIndirectDeprecations=true</code> suppresses deprecations
triggered in test code</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.4/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/11.4.4/ChangeLog-11.4.md">phpunit/phpunit's
changelog</a>.</em></p>
<blockquote>
<h2>[11.4.4] - 2024-11-27</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6028">#6028</a>:
<code>ignoreIndirectDeprecations=true</code> suppresses deprecations
triggered in test code</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4"><code>f9ba7bd</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/e3d0f435e49da7f7bbf8b16620e8143bc3768d26"><code>e3d0f43</code></a>
Merge branch '10.5' into 11.4</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/c4ccbf6978839f4113e9ecf6c9ad645429cb4301"><code>c4ccbf6</code></a>
Add test</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/ba52e579a8aece03bd4bbdd60d9b16b927818e28"><code>ba52e57</code></a>
Add test for setConstructorArgs()</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/d3706a96109d8e22b7a3dbdca4690bd93161e103"><code>d3706a9</code></a>
Do not install tools that we do not use</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/dc484902ea81080dd8e37bd184c799f6dc11d0a9"><code>dc48490</code></a>
Use PHP 8.4 for static-analysis job</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/0e67fa72aa66c94e4f4bc06581420b25c763d759"><code>0e67fa7</code></a>
Use PHP 8.4 for dependency-validation job</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/f3d9714f414005f8ea7b90a54006b8bb6a0dfda1"><code>f3d9714</code></a>
Do not print &quot;Triggered by&quot; section for issues triggered in
test code</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/05c168775eeef070203236e57280514d88d767a2"><code>05c1687</code></a>
Do not emit issues in test code for baseline-related end-to-end
tests</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/6629680d0654bd64f59c7d303678207fe31845e7"><code>6629680</code></a>
Delete unused test fixture</li>
<li>Additional commits viewable in <a
href="https://github.com/sebastianbergmann/phpunit/compare/11.4.3...11.4.4">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>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9c6f214 commit e8e004d
Showing 1 changed file with 231 additions and 221 deletions.
Loading

0 comments on commit e8e004d

Please sign in to comment.