Skip to content

Bump the composer-non-major group across 1 directory with 30 updates - #1615

Open
dependabot[bot] wants to merge 1 commit into
1.8from
dependabot/composer/composer-non-major-12acf114eb
Open

Bump the composer-non-major group across 1 directory with 30 updates#1615
dependabot[bot] wants to merge 1 commit into
1.8from
dependabot/composer/composer-non-major-12acf114eb

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the composer-non-major group with 30 updates in the / directory:

Package From To
symfony/browser-kit 8.1.1 8.1.5
symfony/cache 8.1.4 8.1.5
symfony/console 8.1.4 8.1.5
symfony/css-selector 8.1.0 8.1.5
symfony/dependency-injection 8.1.4 8.1.5
symfony/error-handler 8.1.2 8.1.5
symfony/event-dispatcher 8.1.2 8.1.5
symfony/finder 8.1.1 8.1.5
symfony/form 8.1.4 8.1.5
symfony/http-client 8.1.4 8.1.5
symfony/http-foundation 8.1.4 8.1.5
symfony/intl 8.1.4 8.1.5
symfony/mime 8.1.4 8.1.5
symfony/process 8.1.0 8.1.5
symfony/property-info 8.1.4 8.1.5
symfony/routing 8.1.2 8.1.5
symfony/security-core 8.1.2 8.1.5
symfony/serializer 8.1.4 8.1.5
symfony/translation 8.1.4 8.1.5
symfony/twig-bridge 8.1.4 8.1.5
symfony/uid 8.1.4 8.1.5
symfony/validator 8.1.4 8.1.5
symfony/yaml 8.1.2 8.1.5
friendsofphp/php-cs-fixer 3.95.18 3.95.21
igor-php/igor-php 0.9.4 0.9.5
justinrainbow/json-schema 6.10.0 6.11.0
phpunit/php-code-coverage 14.3.0 14.3.1
phpunit/phpunit 13.3.0 13.3.1
rector/rector 2.6.1 2.6.3
zenstruck/foundry 2.11.0 2.12.0

Updates symfony/browser-kit from 8.1.1 to 8.1.5

Release notes

Sourced from symfony/browser-kit's releases.

v8.1.5

Changelog (symfony/browser-kit@v8.1.1...v8.1.5)

Commits
  • f6766c9 Merge branch '7.4' into 8.1
  • 7aff5c4 Merge branch '6.4' into 7.4
  • 4f63147 bug #65507 [BrowserKit] Fix decoding raw cookie values that contain a plus si...
  • 7f33927 [BrowserKit] Return the most specific cookie when several ones match
  • a38b682 [BrowserKit] Fix decoding raw cookie values that contain a plus sign
  • 7f5800e Merge branch '7.4' into 8.1
  • be14bb6 Merge branch '6.4' into 7.4
  • d3dfdbd [BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
  • d0bb077 Merge branch '7.4' into 8.1
  • 162cbee Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/cache from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/cache's releases.

v8.1.5

Changelog (symfony/cache@v8.1.4...v8.1.5)

Commits
  • c12be58 Merge branch '7.4' into 8.1
  • 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()
  • 3530962 Merge branch '7.4' into 8.1
  • 797d051 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/console from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/console's releases.

v8.1.5

Changelog (symfony/console@v8.1.4...v8.1.5)

Commits
  • d07c068 [Console] Do not resolve core utility parameters as command input
  • 7a17461 Merge branch '7.4' into 8.1
  • 962e18f Merge branch '6.4' into 7.4
  • 60e3944 bug #65500 [Console] Keep backslashes preceding < and > when escaping text (n...
  • 29967b3 [Console] Fix clearing more lines than a section holds
  • f7b6aea [Console] Keep backslashes preceding < and > when escaping text
  • 341ee64 Merge branch '7.4' into 8.1
  • d7adc77 Merge branch '6.4' into 7.4
  • 42b9966 PHP CS Fixer: fix minor detected issues
  • ef3daa5 Merge branch '7.4' into 8.1
  • Additional commits viewable in compare view

Updates symfony/css-selector from 8.1.0 to 8.1.5

Release notes

Sourced from symfony/css-selector's releases.

v8.1.5

Changelog (symfony/css-selector@v8.1.0...v8.1.5)

Commits
  • a291fb5 Merge branch '7.4' into 8.1
  • e3822e1 Merge branch '6.4' into 7.4
  • e2f0d36 [CssSelector] Fix :disabled and :enabled inside nested fieldsets
  • afac14e Merge branch '8.0' into 8.1
  • c277355 Merge branch '7.4' into 8.0
  • 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 8.1.4 to 8.1.5

Release notes

Sourced from symfony/dependency-injection's releases.

v8.1.5

Changelog (symfony/dependency-injection@v8.1.4...v8.1.5)

Commits
  • e79d512 Merge branch '7.4' into 8.1
  • 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...
  • 145a958 Merge branch '7.4' into 8.1
  • 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
  • Additional commits viewable in compare view

Updates symfony/error-handler from 8.1.2 to 8.1.5

Release notes

Sourced from symfony/error-handler's releases.

v8.1.5

Changelog (symfony/error-handler@v8.1.2...v8.1.5)

Commits
  • 8b2a428 Merge branch '7.4' into 8.1
  • 8373921 Merge branch '6.4' into 7.4
  • 7151e7b Merge branch '7.4' into 8.1
  • 8fa59eb [ErrorHandler] Fix leaking an exception handler when not replacing the error ...
  • 6f19713 [ErrorHandler] Don't autoload when resolving "@​return" class constants
  • See full diff in compare view

Updates symfony/event-dispatcher from 8.1.2 to 8.1.5

Release notes

Sourced from symfony/event-dispatcher's releases.

v8.1.5

Changelog (symfony/event-dispatcher@v8.1.2...v8.1.5)

Commits
  • 7458da6 Merge branch '7.4' into 8.1
  • d269974 Merge branch '6.4' into 7.4
  • d7110a8 [DoctrineBridge][EventDispatcher] Fix losing listeners when a lazy listener a...
  • d8f913e Merge branch '7.4' into 8.1
  • 2d45bdc Merge branch '6.4' into 7.4
  • 9677b41 Use spl_object_id() instead of spl_object_hash()
  • See full diff in compare view

Updates symfony/finder from 8.1.1 to 8.1.5

Release notes

Sourced from symfony/finder's releases.

v8.1.5

Changelog (symfony/finder@v8.1.1...v8.1.5)

Commits
  • 8d7aced Merge branch '7.4' into 8.1
  • 5ce2882 Merge branch '6.4' into 7.4
  • 211b28d bug #65529 [Finder] Fix gitignore matching of negated patterns and excluded d...
  • 36bf1f4 [Finder] Do not report dangling symlinks as both files and directories
  • ba8a509 [Finder] Fix gitignore matching of negated patterns and excluded directories
  • See full diff in compare view

Updates symfony/form from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/form's releases.

v8.1.5

Changelog (symfony/form@v8.1.4...v8.1.5)

Commits
  • 0e51e9e Merge branch '7.4' into 8.1
  • 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...
  • acbf960 Merge branch '7.4' into 8.1
  • Additional commits viewable in compare view

Updates symfony/http-client from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/http-client's releases.

v8.1.5

Changelog (symfony/http-client@v8.1.4...v8.1.5)

Commits
  • 9f941ed Merge branch '7.4' into 8.1
  • d0aca33 Merge branch '6.4' into 7.4
  • ba6237f [HttpClient] Fix CachingHttpClient when trusted hosts are configured
  • 47b7209 Merge branch '7.4' into 8.1
  • e09a5ee Merge branch '6.4' into 7.4
  • de29918 [BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
  • e93217b Merge branch '7.4' into 8.1
  • 5e9f205 Merge branch '6.4' into 7.4
  • da6c00c Merge branch '7.4' into 8.1
  • 820b9fc Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/http-foundation's releases.

v8.1.5

Changelog (symfony/http-foundation@v8.1.4...v8.1.5)

Commits
  • ee16f97 Merge branch '7.4' into 8.1
  • 2ebe78c Merge branch '6.4' into 7.4
  • 1d5fa99 PHP CS Fixer: fix minor detected issues
  • 6334d8e [HttpFoundation] Add missing return type on create_sid()
  • 8284a86 Merge branch '7.4' into 8.1
  • 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
  • 53d79d7 Merge branch '7.4' into 8.1
  • 36ee5e3 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • Additional commits viewable in compare view

Updates symfony/intl from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/intl's releases.

v8.1.5

Changelog (symfony/intl@v8.1.4...v8.1.5)

Commits
  • 9a8ba3a Merge branch '7.4' into 8.1
  • ebd1e30 Merge branch '6.4' into 7.4
  • d79905d [Intl] Follow the ICU parent locale when falling back
  • bf6bbde Merge branch '7.4' into 8.1
  • 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/mime from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/mime's releases.

v8.1.5

Changelog (symfony/mime@v8.1.4...v8.1.5)

Commits
  • 1b36ccf Merge branch '7.4' into 8.1
  • bf328d8 Merge branch '6.4' into 7.4
  • 3f85017 bug #65541 [Serializer] Fix denormalizing mime messages typed as RawMessage (...
  • a3d21e8 Merge branch '7.4' into 8.1
  • fda2c0f Merge branch '6.4' into 7.4
  • 261dfdf [Serializer] Fix denormalizing mime messages typed as RawMessage
  • 972a55c [Mime] Reject an unquoted "@" in the local part of an email address
  • 34685e2 Merge branch '7.4' into 8.1
  • 5cdc9f9 Merge branch '6.4' into 7.4
  • 20c2cec Check arrays and bools directly instead of comparing them to count()/true/fal...
  • Additional commits viewable in compare view

Updates symfony/process from 8.1.0 to 8.1.5

Release notes

Sourced from symfony/process's releases.

v8.1.5

Changelog (symfony/process@v8.1.0...v8.1.5)

Commits
  • d863f5e Merge branch '7.4' into 8.1
  • 058d17f Merge branch '6.4' into 7.4
  • 0b0c5b7 [Process] Do not wait for output when the input iterator has more data
  • c00564b Merge branch '7.4' into 8.1
  • ec27298 Merge branch '6.4' into 7.4
  • c9dee6f [Process] Remove outdated LogicException PHPDoc
  • 9375f27 Merge branch '8.0' into 8.1
  • 6872bb0 Merge branch '7.4' into 8.0
  • d49eeae Merge branch '6.4' into 7.4
  • a2482d7 Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

Updates symfony/property-info from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/property-info's releases.

v8.1.5

Changelog (symfony/property-info@v8.1.4...v8.1.5)

Commits
  • b335f8e Merge branch '7.4' into 8.1
  • a37837b Merge branch '6.4' into 7.4
  • 7847669 bug #65501 [PropertyInfo] Fix the priority of the accessor named after the pr...
  • 5e687e7 [PropertyInfo] Use the same mutator method for types and write info
  • 9ba3279 [PropertyInfo] Fix the priority of the accessor named after the property
  • 4366a50 Merge branch '7.4' into 8.1
  • 75c3ade Merge branch '6.4' into 7.4
  • 93c6ec6 PHP CS Fixer: fix minor detected issues
  • f14e955 Merge branch '7.4' into 8.1
  • 0084a38 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/routing from 8.1.2 to 8.1.5

Release notes

Sourced from symfony/routing's releases.

v8.1.5

Changelog (symfony/routing@v8.1.2...v8.1.5)

Commits
  • 3c18809 Merge branch '7.4' into 8.1
  • ddd5589 Merge branch '6.4' into 7.4
  • 6fe2ed5 [BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
  • 69b07eb Merge branch '7.4' into 8.1
  • 435dbb3 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • a025894 Merge branch '7.4' into 8.1
  • a782eb5 Merge branch '6.4' into 7.4
  • 70d01e5 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • See full diff in compare view

Updates symfony/security-core from 8.1.2 to 8.1.5

Release notes

Sourced from symfony/security-core's releases.

v8.1.5

Changelog (symfony/security-core@v8.1.2...v8.1.5)

Commits
  • 5fdd9ad Merge branch '7.4' into 8.1
  • 6310abf Merge branch '6.4' into 7.4
  • 9795959 [Security] Track session usage when a lazy firewall reads the token
  • See full diff in compare view

Updates symfony/serializer from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/serializer's releases.

v8.1.5

Changelog (symfony/serializer@v8.1.4...v8.1.5)

Commits
  • 9c064d5 Merge branch '7.4' into 8.1
  • 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 (...
  • 8176109 Merge branch '7.4' into 8.1
  • 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 ...
  • Additional commits viewable in compare view

Updates symfony/translation from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/translation's releases.

v8.1.5

Changelog (symfony/translation@v8.1.4...v8.1.5)

Commits
  • d9e1cab Merge branch '7.4' into 8.1
  • 2ee1e4a Merge branch '6.4' into 7.4
  • fa22355 [Translation] Stop leaking a copy of the xml.xsd schema per validated file in...
  • 672ebaf Merge branch '7.4' into 8.1
  • c85687f Merge branch '6.4' into 7.4
  • 6cce7cb [Translation] Fix extracting TranslatableMessage with nikic/php-parser 4
  • 38b091b Merge branch '7.4' into 8.1
  • f621e40 Merge branch '6.4' into 7.4
  • acc8658 [Translation] Read CSV translations without SplFileObject
  • b114c1c Check arrays and bools directly instead of comparing them to count()/true/fal...
  • Additional commits viewable in compare view

Updates symfony/twig-bridge from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/twig-bridge's releases.

v8.1.5

Changelog (symfony/twig-bridge@v8.1.4...v8.1.5)

Commits
  • c721b1c Merge branch '7.4' into 8.1
  • 413485e Merge branch '6.4' into 7.4
  • 3036bcb bug #65541 [Serializer] Fix denormalizing mime messages typed as RawMessage (...
  • 9857ce9 Merge branch '7.4' into 8.1
  • 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 ...
  • eecebef Merge branch '7.4' into 8.1
  • 0018023 Merge branch '6.4' into 7.4
  • e0604b6 [TwigBridge] Remove form-control from invalid date and time widget containers...
  • Additional commits viewable in compare view

Updates symfony/uid from 8.1.4 to 8.1.5

Release notes

Sourced from symfony/uid's releases.

v8.1.5

<...

Description has been truncated

Bumps the composer-non-major group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `8.1.1` | `8.1.5` |
| [symfony/cache](https://github.com/symfony/cache) | `8.1.4` | `8.1.5` |
| [symfony/console](https://github.com/symfony/console) | `8.1.4` | `8.1.5` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `8.1.0` | `8.1.5` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `8.1.4` | `8.1.5` |
| [symfony/error-handler](https://github.com/symfony/error-handler) | `8.1.2` | `8.1.5` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `8.1.2` | `8.1.5` |
| [symfony/finder](https://github.com/symfony/finder) | `8.1.1` | `8.1.5` |
| [symfony/form](https://github.com/symfony/form) | `8.1.4` | `8.1.5` |
| [symfony/http-client](https://github.com/symfony/http-client) | `8.1.4` | `8.1.5` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `8.1.4` | `8.1.5` |
| [symfony/intl](https://github.com/symfony/intl) | `8.1.4` | `8.1.5` |
| [symfony/mime](https://github.com/symfony/mime) | `8.1.4` | `8.1.5` |
| [symfony/process](https://github.com/symfony/process) | `8.1.0` | `8.1.5` |
| [symfony/property-info](https://github.com/symfony/property-info) | `8.1.4` | `8.1.5` |
| [symfony/routing](https://github.com/symfony/routing) | `8.1.2` | `8.1.5` |
| [symfony/security-core](https://github.com/symfony/security-core) | `8.1.2` | `8.1.5` |
| [symfony/serializer](https://github.com/symfony/serializer) | `8.1.4` | `8.1.5` |
| [symfony/translation](https://github.com/symfony/translation) | `8.1.4` | `8.1.5` |
| [symfony/twig-bridge](https://github.com/symfony/twig-bridge) | `8.1.4` | `8.1.5` |
| [symfony/uid](https://github.com/symfony/uid) | `8.1.4` | `8.1.5` |
| [symfony/validator](https://github.com/symfony/validator) | `8.1.4` | `8.1.5` |
| [symfony/yaml](https://github.com/symfony/yaml) | `8.1.2` | `8.1.5` |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.95.18` | `3.95.21` |
| [igor-php/igor-php](https://github.com/igor-php/igor-php) | `0.9.4` | `0.9.5` |
| [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) | `6.10.0` | `6.11.0` |
| [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) | `14.3.0` | `14.3.1` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `13.3.0` | `13.3.1` |
| [rector/rector](https://github.com/rectorphp/rector) | `2.6.1` | `2.6.3` |
| [zenstruck/foundry](https://github.com/zenstruck/foundry) | `2.11.0` | `2.12.0` |



Updates `symfony/browser-kit` from 8.1.1 to 8.1.5
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/8.2/CHANGELOG.md)
- [Commits](symfony/browser-kit@v8.1.1...v8.1.5)

Updates `symfony/cache` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.2/CHANGELOG.md)
- [Commits](symfony/cache@v8.1.4...v8.1.5)

Updates `symfony/console` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v8.1.4...v8.1.5)

Updates `symfony/css-selector` from 8.1.0 to 8.1.5
- [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@v8.1.0...v8.1.5)

Updates `symfony/dependency-injection` from 8.1.4 to 8.1.5
- [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@v8.1.4...v8.1.5)

Updates `symfony/error-handler` from 8.1.2 to 8.1.5
- [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@v8.1.2...v8.1.5)

Updates `symfony/event-dispatcher` from 8.1.2 to 8.1.5
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/8.2/CHANGELOG.md)
- [Commits](symfony/event-dispatcher@v8.1.2...v8.1.5)

Updates `symfony/finder` from 8.1.1 to 8.1.5
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/8.2/CHANGELOG.md)
- [Commits](symfony/finder@v8.1.1...v8.1.5)

Updates `symfony/form` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/8.2/CHANGELOG.md)
- [Commits](symfony/form@v8.1.4...v8.1.5)

Updates `symfony/http-client` from 8.1.4 to 8.1.5
- [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@v8.1.4...v8.1.5)

Updates `symfony/http-foundation` from 8.1.4 to 8.1.5
- [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@v8.1.4...v8.1.5)

Updates `symfony/intl` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/8.2/CHANGELOG.md)
- [Commits](symfony/intl@v8.1.4...v8.1.5)

Updates `symfony/mime` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mime@v8.1.4...v8.1.5)

Updates `symfony/process` from 8.1.0 to 8.1.5
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.2/CHANGELOG.md)
- [Commits](symfony/process@v8.1.0...v8.1.5)

Updates `symfony/property-info` from 8.1.4 to 8.1.5
- [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@v8.1.4...v8.1.5)

Updates `symfony/routing` from 8.1.2 to 8.1.5
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md)
- [Commits](symfony/routing@v8.1.2...v8.1.5)

Updates `symfony/security-core` from 8.1.2 to 8.1.5
- [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@v8.1.2...v8.1.5)

Updates `symfony/serializer` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/serializer@v8.1.4...v8.1.5)

Updates `symfony/translation` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/8.2/CHANGELOG.md)
- [Commits](symfony/translation@v8.1.4...v8.1.5)

Updates `symfony/twig-bridge` from 8.1.4 to 8.1.5
- [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@v8.1.4...v8.1.5)

Updates `symfony/uid` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/uid/releases)
- [Changelog](https://github.com/symfony/uid/blob/8.2/CHANGELOG.md)
- [Commits](symfony/uid@v8.1.4...v8.1.5)

Updates `symfony/validator` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.2/CHANGELOG.md)
- [Commits](symfony/validator@v8.1.4...v8.1.5)

Updates `symfony/yaml` from 8.1.2 to 8.1.5
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v8.1.2...v8.1.5)

Updates `friendsofphp/php-cs-fixer` from 3.95.18 to 3.95.21
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.95.18...v3.95.21)

Updates `igor-php/igor-php` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/igor-php/igor-php/releases)
- [Commits](igor-php/igor-php@v0.9.4...v0.9.5)

Updates `justinrainbow/json-schema` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/jsonrainbow/json-schema/releases)
- [Changelog](https://github.com/jsonrainbow/json-schema/blob/main/CHANGELOG.md)
- [Commits](jsonrainbow/json-schema@6.10.0...6.11.0)

Updates `phpunit/php-code-coverage` from 14.3.0 to 14.3.1
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/14.3.1/ChangeLog-14.3.md)
- [Commits](sebastianbergmann/php-code-coverage@14.3.0...14.3.1)

Updates `phpunit/phpunit` from 13.3.0 to 13.3.1
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.3.1/ChangeLog-13.3.md)
- [Commits](sebastianbergmann/phpunit@13.3.0...13.3.1)

Updates `rector/rector` from 2.6.1 to 2.6.3
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.6.1...2.6.3)

Updates `zenstruck/foundry` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/zenstruck/foundry/releases)
- [Changelog](https://github.com/zenstruck/foundry/blob/2.x/CHANGELOG.md)
- [Commits](zenstruck/foundry@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: symfony/browser-kit
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/cache
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/console
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/css-selector
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/dependency-injection
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/error-handler
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/event-dispatcher
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/finder
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/form
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/http-client
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/http-foundation
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/intl
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/mime
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/process
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/property-info
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/routing
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/security-core
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/serializer
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/translation
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/twig-bridge
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/uid
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/validator
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: symfony/yaml
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: igor-php/igor-php
  dependency-version: 0.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: justinrainbow/json-schema
  dependency-version: 6.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-non-major
- dependency-name: phpunit/php-code-coverage
  dependency-version: 14.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: phpunit/phpunit
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: rector/rector
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-non-major
- dependency-name: zenstruck/foundry
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-non-major
...

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 25, 2026
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.

0 participants