Skip to content

chore(deps): bump the symfony group with 34 updates - #7090

Merged
dotani1111 merged 1 commit into
4.4from
dependabot/composer/symfony-2d1fa5c87f
Sep 2, 2026
Merged

chore(deps): bump the symfony group with 34 updates#7090
dotani1111 merged 1 commit into
4.4from
dependabot/composer/symfony-2d1fa5c87f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the symfony group with 34 updates:

Package From To
symfony/cache 7.4.16 7.4.17
symfony/config 7.4.16 7.4.17
symfony/console 7.4.17 7.4.18
symfony/css-selector 7.4.9 7.4.18
symfony/dependency-injection 7.4.16 7.4.17
symfony/dom-crawler 7.4.12 7.4.17
symfony/dotenv 7.4.15 7.4.18
symfony/filesystem 7.4.17 7.4.18
symfony/form 7.4.16 7.4.17
symfony/http-client 7.4.16 7.4.17
symfony/http-foundation 7.4.16 7.4.17
symfony/http-kernel 7.4.16 7.4.17
symfony/intl 7.4.16 7.4.17
symfony/mailer 7.4.15 7.4.17
symfony/monolog-bridge 7.4.15 7.4.17
symfony/process 7.4.17 7.4.18
symfony/rate-limiter 7.4.16 7.4.18
symfony/routing 7.4.17 7.4.18
symfony/serializer 7.4.16 7.4.17
symfony/twig-bridge 7.4.16 7.4.17
symfony/validator 7.4.16 7.4.17
symfony/var-dumper 7.4.15 7.4.18
symfony/web-profiler-bundle 7.4.16 7.4.17
symfony/yaml 7.4.15 7.4.17
symfony/error-handler 7.4.15 7.4.17
symfony/http-client-contracts 3.7.1 3.7.3
symfony/mime 7.4.16 7.4.18
symfony/polyfill-intl-idn 1.38.1 1.42.0
symfony/polyfill-intl-normalizer 1.38.0 1.42.0
symfony/property-info 7.4.17 7.4.18
symfony/security-core 7.4.15 7.4.18
symfony/security-http 7.4.14 7.4.18
symfony/service-contracts 3.7.1 3.7.3
symfony/var-exporter 7.4.16 7.4.18

Updates symfony/cache from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/cache's releases.

v7.4.17

Changelog (symfony/cache@v7.4.16...v7.4.17)

Commits
  • f602844 Merge branch '6.4' into 7.4
  • 66c07f6 bug #65430 [Cache] Validate every key before deleting any in ArrayAdapter::de...
  • 8023acb bug #65429 [Cache] Fix numeric string keys being cast to integers (nicolas-gr...
  • 93a24c8 [Cache] Fix numeric string keys being cast to integers
  • e656f2f [Cache] Require cache/integration-tests ^0.18 instead of a pinned commit
  • d2e1e95 [Cache] Require cache/integration-tests ^1.0.3 instead of a pinned commit
  • 1663f9f [Cache] Validate every key before deleting any in ArrayAdapter::deleteItems()
  • 797d051 Merge branch '6.4' into 7.4
  • a71be11 [Cache] Pin cache/integration-tests to the last release compatible with our t...
  • 74b9bd9 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/config from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/config's releases.

v7.4.17

Changelog (symfony/config@v7.4.16...v7.4.17)

Commits
  • 696e12d Merge branch '6.4' into 7.4
  • 6a5abf6 [Config] Fix dumping keyless prototyped arrays of arrays in XmlReferenceDumper
  • 99951f2 Merge branch '6.4' into 7.4
  • 626f19a Check arrays and bools directly instead of comparing them to count()/true/fal...
  • See full diff in compare view

Updates symfony/console from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/console's releases.

v7.4.18

Changelog (symfony/console@v7.4.17...v7.4.18)

Commits
  • 23d6f88 Merge branch '6.4' into 7.4
  • 3b8473e [Console][FrameworkBundle] Fix profiling a command stopped at ConsoleEvents::...
  • See full diff in compare view

Updates symfony/css-selector from 7.4.9 to 7.4.18

Release notes

Sourced from symfony/css-selector's releases.

v7.4.18

Changelog (symfony/css-selector@v7.4.17...v7.4.18)

v7.4.17

Changelog (symfony/css-selector@v7.4.9...v7.4.17)

Commits
  • fecf400 Merge branch '6.4' into 7.4
  • ed3a100 [CssSelector] Cap the nesting depth of :is() and :where()
  • 5484e31 [CssSelector] Fix quadratic token probing in Reader::findPattern()
  • e3822e1 Merge branch '6.4' into 7.4
  • e2f0d36 [CssSelector] Fix :disabled and :enabled inside nested fieldsets
  • a9e8386 Merge branch '6.4' into 7.4
  • a585adb Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

Updates symfony/dependency-injection from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/dependency-injection's releases.

v7.4.17

Changelog (symfony/dependency-injection@v7.4.16...v7.4.17)

Commits
  • f318ac9 Merge branch '6.4' into 7.4
  • 675b2df bug #65532 [DependencyInjection] Keep % escaping when resolving values agains...
  • c049539 bug #65474 [DependencyInjection] Fix compiling nested service locators (nicol...
  • 83d5d4b bug #65473 [DependencyInjection] Fix sorting tagged services when autoconfigu...
  • 02fc34c Merge branch '6.4' into 7.4
  • 1fc3346 [DependencyInjection] Detect circular references through a shared factory bui...
  • ec19ce6 [DependencyInjection] Keep % escaping when resolving values against a resolve...
  • 4bf35cb [DependencyInjection] Fix compiling nested service locators
  • 8bc57f0 [DependencyInjection] Fix sorting tagged services when autoconfiguration dupl...
  • e156273 [DependencyInjection] Skip abstract classes and interfaces in findTaggedResou...
  • Additional commits viewable in compare view

Updates symfony/dom-crawler from 7.4.12 to 7.4.17

Release notes

Sourced from symfony/dom-crawler's releases.

v7.4.17

Changelog (symfony/dom-crawler@v7.4.12...v7.4.17)

Commits
  • 6b037d6 Merge branch '6.4' into 7.4
  • 998855f [DomCrawler] Detect the charset from meta tags only
  • 3c5805c [DomCrawler] Fix merge conflict resolution
  • 0a15deb Merge branch '6.4' into 7.4
  • 0eab37f bug #65392 [DomCrawler] Fix FormField::getLabel() when the field id contains ...
  • 6b61b71 bug #65391 [DomCrawler] Read the whole content of a textarea (nicolas-grekas)
  • 3bd8606 [DomCrawler] Fix FormField::getLabel() when the field id contains a quote
  • ae2825b [DomCrawler] Read the whole content of a textarea
  • b2a7f3e [DomCrawler] Fix matches(), closest() and children() for selectors with a com...
  • 4af361f Check arrays and bools directly instead of comparing them to count()/true/fal...
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.4.15 to 7.4.18

Release notes

Sourced from symfony/dotenv's releases.

v7.4.18

Changelog (symfony/dotenv@v7.4.15...v7.4.18)

Commits

Updates symfony/filesystem from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/filesystem's releases.

v7.4.18

Changelog (symfony/filesystem@v7.4.17...v7.4.18)

Commits
  • 90d412a Merge branch '6.4' into 7.4
  • 6dabf41 bug #65598 [Filesystem] Fix makeRelative() stripping leading dots when the ba...
  • 9d95cf0 [Filesystem] Fix makeRelative() stripping leading dots of dotfile names
  • 14aa49d [Filesystem] Keep tempnam() files private when a suffix is given
  • See full diff in compare view

Updates symfony/form from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/form's releases.

v7.4.17

Changelog (symfony/form@v7.4.16...v7.4.17)

Commits
  • 457eab8 Merge branch '6.4' into 7.4
  • 8e28c46 [Form] Map violations to child forms named after the snake cased property
  • 29870e8 bug #65538 [Form] Fix rendering and parsing dates before the Gregorian cutove...
  • 28136c7 bug #65530 [Form] Apply the configured rounding mode when no scale is set (ni...
  • 1a4a03d bug #65522 [Form] Do not inherit translation parameters for translatable labe...
  • 6ab7fe3 bug #65479 [Form] Fix generating the CSRF token when the form attributes are ...
  • 6fa51f7 [Form] Apply the guessed "pattern" and "maxlength" attributes to the types re...
  • b47191f bug #65505 [Form] Apply the guessed "pattern" and "maxlength" attributes to t...
  • f7d0bdf Merge branch '6.4' into 7.4
  • d76284e [Form] Fix rendering and parsing dates before the Gregorian cutover
  • Additional commits viewable in compare view

Updates symfony/http-client from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/http-client's releases.

v7.4.17

Changelog (symfony/http-client@v7.4.16...v7.4.17)

Commits
  • d0aca33 Merge branch '6.4' into 7.4
  • ba6237f [HttpClient] Fix CachingHttpClient when trusted hosts are configured
  • e09a5ee Merge branch '6.4' into 7.4
  • de29918 [BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
  • 5e9f205 Merge branch '6.4' into 7.4
  • 820b9fc Merge branch '6.4' into 7.4
  • 0df832a [HttpClient] Fix abandoned wrapped response throwing on destruct
  • 80e4859 bug #65311 [HttpClient] Fix mis-armed consumption guard in AsyncResponse::str...
  • c7995ee [HttpClient] Remove dead code in AsyncResponse::__destruct()
  • 9d7e2d2 [HttpClient] Fix mis-armed consumption guard in AsyncResponse::stream()
  • See full diff in compare view

Updates symfony/http-foundation from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/http-foundation's releases.

v7.4.17

Changelog (symfony/http-foundation@v7.4.16...v7.4.17)

Commits
  • 2ebe78c Merge branch '6.4' into 7.4
  • 1d5fa99 PHP CS Fixer: fix minor detected issues
  • b059e48 Convert the merged-up session id test to a DataProvider attribute
  • 5eebc62 Merge branch '6.4' into 7.4
  • b0f3fec [HttpFoundation] Declare create_sid() on session handlers
  • 36ee5e3 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • 5a416bd Merge branch '6.4' into 7.4
  • 457f003 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • 5669257 Merge branch '6.4' into 7.4
  • 21de276 [HttpFoundation] Combine trusted host patterns into a single regexp
  • See full diff in compare view

Updates symfony/http-kernel from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/http-kernel's releases.

v7.4.17

Changelog (symfony/http-kernel@v7.4.16...v7.4.17)

Commits
  • aa16038 Update VERSION for 7.4.17
  • 577382e [HttpKernel] Silence a PHPUnit notice in LocaleAwareListenerTest
  • 5f5c9d9 Merge branch '6.4' into 7.4
  • 20b13cd bug #65540 [HttpKernel] Fix caching responses that cannot provide their conte...
  • 5bb69a6 bug #65526 [HttpKernel] Restore the locale that was in use before a sub-reque...
  • 3aad638 bug #65516 [HttpKernel] Forward the request headers to inline rendered fragme...
  • c7fef5d bug #65512 [HttpKernel] Ignore the session id that PHP kept from a previous r...
  • 29fa23d bug #65496 [HttpKernel] Send the response content before terminating the kern...
  • afbaa96 Merge branch '6.4' into 7.4
  • 60ed3cf [HttpKernel] Do not cache responses that cannot provide their content
  • Additional commits viewable in compare view

Updates symfony/intl from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/intl's releases.

v7.4.17

Changelog (symfony/intl@v7.4.16...v7.4.17)

Commits
  • ebd1e30 Merge branch '6.4' into 7.4
  • d79905d [Intl] Follow the ICU parent locale when falling back
  • fed6719 Merge branch '6.4' into 7.4
  • cbe6378 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • 65e85c6 Unsafe unserialize phpstan rule
  • See full diff in compare view

Updates symfony/mailer from 7.4.15 to 7.4.17

Release notes

Sourced from symfony/mailer's releases.

v7.4.17

Changelog (symfony/mailer@v7.4.15...v7.4.17)

Commits
  • b17c9bf Merge branch '6.4' into 7.4
  • cea6ee2 bug #65527 [Mailer] Fix emails reported twice when they are queued and sent i...
  • e41bf16 Merge branch '6.4' into 7.4
  • 0032e81 [Mailer] Fix the SMTP scheme check in the transport factory test case
  • cb508fa [Mailer] Fix emails reported twice when they are queued and sent in the same ...
  • 2f294d3 Merge branch '6.4' into 7.4
  • 492f364 [Mailer] Reconnect after a timeout to avoid SMTP response desync
  • 6e400a6 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • ea035d9 Merge branch '6.4' into 7.4
  • a95d9bd Check arrays and bools directly instead of comparing them to count()/true/fal...
  • Additional commits viewable in compare view

Updates symfony/monolog-bridge from 7.4.15 to 7.4.17

Release notes

Sourced from symfony/monolog-bridge's releases.

v7.4.17

Changelog (symfony/monolog-bridge@v7.4.15...v7.4.17)

Commits
  • 0a23c88 Merge branch '6.4' into 7.4
  • df7efc5 [MonologBridge] Fix NotifierHandler calling a method that NotifierInterface d...
  • ba092bd Merge branch '6.4' into 7.4
  • caff38f [MonologBridge] Release command data in ConsoleCommandProcessor when the comm...
  • 28578a4 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • 947999a Merge branch '6.4' into 7.4
  • 98b4f8b Check arrays and bools directly instead of comparing them to count()/true/fal...
  • See full diff in compare view

Updates symfony/process from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/process's releases.

v7.4.18

Changelog (symfony/process@v7.4.17...v7.4.18)

Commits

Updates symfony/rate-limiter from 7.4.16 to 7.4.18

Release notes

Sourced from symfony/rate-limiter's releases.

v7.4.18

Changelog (symfony/rate-limiter@v7.4.16...v7.4.18)

Commits

Updates symfony/routing from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/routing's releases.

v7.4.18

Changelog (symfony/routing@v7.4.17...v7.4.18)

Commits

Updates symfony/serializer from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/serializer's releases.

v7.4.17

Changelog (symfony/serializer@v7.4.16...v7.4.17)

Commits
  • e62e47f Merge branch '6.4' into 7.4
  • 3372b3c [Serializer] Fix denormalizing a raw message from non-array data
  • f9cc638 bug #65541 [Serializer] Fix denormalizing mime messages typed as RawMessage (...
  • 553fa05 Merge branch '6.4' into 7.4
  • aed8f06 [Serializer] Fix denormalizing mime messages typed as RawMessage
  • 22e0f75 bug #65511 [Serializer] Fix SerializedName being ignored on denormalization w...
  • a8cbdb0 bug #65499 [Serializer] Fix XmlEncoder dropping the extra attributes of item ...
  • 9403bad [Serializer] Fix a TypeError when a discriminator map points at a class that ...
  • e845b4b [Serializer] Allow the attributes of nested discriminator maps when denormali...
  • 48cb9b7 bug #65493 [Serializer] Fix XmlEncoder skipping normalizers for nested Traver...
  • Additional commits viewable in compare view

Updates symfony/twig-bridge from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/twig-bridge's releases.

v7.4.17

Changelog (symfony/twig-bridge@v7.4.16...v7.4.17)

Commits
  • 413485e Merge branch '6.4' into 7.4
  • 3036bcb bug #65541 [Serializer] Fix denormalizing mime messages typed as RawMessage (...
  • 31a7047 Merge branch '6.4' into 7.4
  • 8e436c7 [Serializer] Fix denormalizing mime messages typed as RawMessage
  • 3b84455 bug #65495 [TwigBridge] Fix the broken error box around Bootstrap 4 date and ...
  • 0018023 Merge branch '6.4' into 7.4
  • e0604b6 [TwigBridge] Remove form-control from invalid date and time widget containers...
  • eab632f [TwigBridge] Pass a valid XML version to DOMDocument in the form layout test ...
  • e1f02df Merge branch '6.4' into 7.4
  • 28dd957 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • See full diff in compare view

Updates symfony/validator from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/validator's releases.

v7.4.17

Changelog (symfony/validator@v7.4.16...v7.4.17)

Commits
  • b1cbb75 Merge branch '6.4' into 7.4
  • 6e29aaa [Validator] Review the German translations for the EntityExists and Ulid mess...
  • 919e230 Merge branch '6.4' into 7.4
  • 3d89078 minor #65583 [Validator] Review Croatian translations (HypeMC)
  • 8e018c7 bug #65506 [Validator] Fix auto-mapping strategies being ignored on inherited...
  • 1d9c7d1 [Validator] Review Croatian translations
  • 84dca5e [Validator] Fix auto-mapping strategies being ignored on inherited properties
  • 0f2480c minor #65574 [Validator] Update Albanian translations (llupa)
  • ea23441 Merge branch '6.4' into 7.4
  • f8c6894 minor #65571 [Validator] Review Brazilian Portuguese translations (henriquejsza)
  • Additional commits viewable in compare view

Updates symfony/var-dumper from 7.4.15 to 7.4.18

Release notes

Sourced from symfony/var-dumper's releases.

v7.4.18

Changelog (symfony/var-dumper@v7.4.17...v7.4.18)

  • bug #65718 Escape UTF-8 encoded C1 control characters (

Bumps the symfony group with 34 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/cache](https://github.com/symfony/cache) | `7.4.16` | `7.4.17` |
| [symfony/config](https://github.com/symfony/config) | `7.4.16` | `7.4.17` |
| [symfony/console](https://github.com/symfony/console) | `7.4.17` | `7.4.18` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.4.9` | `7.4.18` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `7.4.16` | `7.4.17` |
| [symfony/dom-crawler](https://github.com/symfony/dom-crawler) | `7.4.12` | `7.4.17` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.4.15` | `7.4.18` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.4.17` | `7.4.18` |
| [symfony/form](https://github.com/symfony/form) | `7.4.16` | `7.4.17` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.4.16` | `7.4.17` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.4.16` | `7.4.17` |
| [symfony/http-kernel](https://github.com/symfony/http-kernel) | `7.4.16` | `7.4.17` |
| [symfony/intl](https://github.com/symfony/intl) | `7.4.16` | `7.4.17` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.4.15` | `7.4.17` |
| [symfony/monolog-bridge](https://github.com/symfony/monolog-bridge) | `7.4.15` | `7.4.17` |
| [symfony/process](https://github.com/symfony/process) | `7.4.17` | `7.4.18` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.4.16` | `7.4.18` |
| [symfony/routing](https://github.com/symfony/routing) | `7.4.17` | `7.4.18` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.4.16` | `7.4.17` |
| [symfony/twig-bridge](https://github.com/symfony/twig-bridge) | `7.4.16` | `7.4.17` |
| [symfony/validator](https://github.com/symfony/validator) | `7.4.16` | `7.4.17` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.4.15` | `7.4.18` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.4.16` | `7.4.17` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.4.15` | `7.4.17` |
| [symfony/error-handler](https://github.com/symfony/error-handler) | `7.4.15` | `7.4.17` |
| [symfony/http-client-contracts](https://github.com/symfony/http-client-contracts) | `3.7.1` | `3.7.3` |
| [symfony/mime](https://github.com/symfony/mime) | `7.4.16` | `7.4.18` |
| [symfony/polyfill-intl-idn](https://github.com/symfony/polyfill-intl-idn) | `1.38.1` | `1.42.0` |
| [symfony/polyfill-intl-normalizer](https://github.com/symfony/polyfill-intl-normalizer) | `1.38.0` | `1.42.0` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.4.17` | `7.4.18` |
| [symfony/security-core](https://github.com/symfony/security-core) | `7.4.15` | `7.4.18` |
| [symfony/security-http](https://github.com/symfony/security-http) | `7.4.14` | `7.4.18` |
| [symfony/service-contracts](https://github.com/symfony/service-contracts) | `3.7.1` | `3.7.3` |
| [symfony/var-exporter](https://github.com/symfony/var-exporter) | `7.4.16` | `7.4.18` |


Updates `symfony/cache` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.2/CHANGELOG.md)
- [Commits](symfony/cache@v7.4.16...v7.4.17)

Updates `symfony/config` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/8.2/CHANGELOG.md)
- [Commits](symfony/config@v7.4.16...v7.4.17)

Updates `symfony/console` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v7.4.17...v7.4.18)

Updates `symfony/css-selector` from 7.4.9 to 7.4.18
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/8.2/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.4.9...v7.4.18)

Updates `symfony/dependency-injection` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v7.4.16...v7.4.17)

Updates `symfony/dom-crawler` from 7.4.12 to 7.4.17
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dom-crawler@v7.4.12...v7.4.17)

Updates `symfony/dotenv` from 7.4.15 to 7.4.18
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.4.15...v7.4.18)

Updates `symfony/filesystem` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/8.2/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.4.17...v7.4.18)

Updates `symfony/form` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/8.2/CHANGELOG.md)
- [Commits](symfony/form@v7.4.16...v7.4.17)

Updates `symfony/http-client` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-client@v7.4.16...v7.4.17)

Updates `symfony/http-foundation` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v7.4.16...v7.4.17)

Updates `symfony/http-kernel` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v7.4.16...v7.4.17)

Updates `symfony/intl` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/8.2/CHANGELOG.md)
- [Commits](symfony/intl@v7.4.16...v7.4.17)

Updates `symfony/mailer` from 7.4.15 to 7.4.17
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mailer@v7.4.15...v7.4.17)

Updates `symfony/monolog-bridge` from 7.4.15 to 7.4.17
- [Release notes](https://github.com/symfony/monolog-bridge/releases)
- [Changelog](https://github.com/symfony/monolog-bridge/blob/8.2/CHANGELOG.md)
- [Commits](symfony/monolog-bridge@v7.4.15...v7.4.17)

Updates `symfony/process` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.2/CHANGELOG.md)
- [Commits](symfony/process@v7.4.17...v7.4.18)

Updates `symfony/rate-limiter` from 7.4.16 to 7.4.18
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/8.2/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v7.4.16...v7.4.18)

Updates `symfony/routing` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md)
- [Commits](symfony/routing@v7.4.17...v7.4.18)

Updates `symfony/serializer` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.4.16...v7.4.17)

Updates `symfony/twig-bridge` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/twig-bridge/releases)
- [Changelog](https://github.com/symfony/twig-bridge/blob/8.2/CHANGELOG.md)
- [Commits](symfony/twig-bridge@v7.4.16...v7.4.17)

Updates `symfony/validator` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.2/CHANGELOG.md)
- [Commits](symfony/validator@v7.4.16...v7.4.17)

Updates `symfony/var-dumper` from 7.4.15 to 7.4.18
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/8.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.4.15...v7.4.18)

Updates `symfony/web-profiler-bundle` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/8.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.4.16...v7.4.17)

Updates `symfony/yaml` from 7.4.15 to 7.4.17
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.4.15...v7.4.17)

Updates `symfony/error-handler` from 7.4.15 to 7.4.17
- [Release notes](https://github.com/symfony/error-handler/releases)
- [Changelog](https://github.com/symfony/error-handler/blob/8.2/CHANGELOG.md)
- [Commits](symfony/error-handler@v7.4.15...v7.4.17)

Updates `symfony/http-client-contracts` from 3.7.1 to 3.7.3
- [Release notes](https://github.com/symfony/http-client-contracts/releases)
- [Changelog](https://github.com/symfony/http-client-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/http-client-contracts@v3.7.1...v3.7.3)

Updates `symfony/mime` from 7.4.16 to 7.4.18
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mime@v7.4.16...v7.4.18)

Updates `symfony/polyfill-intl-idn` from 1.38.1 to 1.42.0
- [Release notes](https://github.com/symfony/polyfill-intl-idn/releases)
- [Commits](symfony/polyfill-intl-idn@v1.38.1...v1.42.0)

Updates `symfony/polyfill-intl-normalizer` from 1.38.0 to 1.42.0
- [Release notes](https://github.com/symfony/polyfill-intl-normalizer/releases)
- [Commits](symfony/polyfill-intl-normalizer@v1.38.0...v1.42.0)

Updates `symfony/property-info` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/8.2/CHANGELOG.md)
- [Commits](symfony/property-info@v7.4.17...v7.4.18)

Updates `symfony/security-core` from 7.4.15 to 7.4.18
- [Release notes](https://github.com/symfony/security-core/releases)
- [Changelog](https://github.com/symfony/security-core/blob/8.2/CHANGELOG.md)
- [Commits](symfony/security-core@v7.4.15...v7.4.18)

Updates `symfony/security-http` from 7.4.14 to 7.4.18
- [Release notes](https://github.com/symfony/security-http/releases)
- [Changelog](https://github.com/symfony/security-http/blob/8.2/CHANGELOG.md)
- [Commits](symfony/security-http@v7.4.14...v7.4.18)

Updates `symfony/service-contracts` from 3.7.1 to 3.7.3
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v3.7.1...v3.7.3)

Updates `symfony/var-exporter` from 7.4.16 to 7.4.18
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/8.2/CHANGELOG.md)
- [Commits](symfony/var-exporter@v7.4.16...v7.4.18)

---
updated-dependencies:
- dependency-name: symfony/cache
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/config
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/console
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/css-selector
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/dependency-injection
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/dom-crawler
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/filesystem
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-foundation
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-kernel
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/intl
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/monolog-bridge
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/rate-limiter
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/twig-bridge
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/var-dumper
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/yaml
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/error-handler
  dependency-version: 7.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-client-contracts
  dependency-version: 3.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-version: 7.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/polyfill-intl-idn
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/polyfill-intl-normalizer
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-version: 7.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/security-core
  dependency-version: 7.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/security-http
  dependency-version: 7.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/service-contracts
  dependency-version: 3.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/var-exporter
  dependency-version: 7.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 30, 2026
@dotani1111
dotani1111 enabled auto-merge September 2, 2026 07:17
@dotani1111 dotani1111 added this to the 4.4.0 milestone Sep 2, 2026
@dotani1111
dotani1111 merged commit fdbea08 into 4.4 Sep 2, 2026
130 checks passed
@dotani1111
dotani1111 deleted the dependabot/composer/symfony-2d1fa5c87f branch September 2, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants