Skip to content

Bump the composer group across 1 directory with 11 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-a26d3b5d5b
Open

Bump the composer group across 1 directory with 11 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-a26d3b5d5b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the composer group with 9 updates in the / directory:

Package From To
symfony/mailer 5.4.11 5.4.52
symfony/yaml 5.4.11 5.4.52
phpunit/phpunit 9.5.22 9.6.33
symfony/cache 5.4.11 5.4.53
symfony/monolog-bridge 5.4.10 5.4.52
symfony/process 5.4.46 5.4.51
symfony/routing 5.4.11 5.4.53
symfony/security-http 5.4.47 5.4.53
symfony/dom-crawler 5.4.11 5.4.52

Updates symfony/mailer from 5.4.11 to 5.4.52

Release notes

Sourced from symfony/mailer's releases.

v5.4.52

Changelog (symfony/mailer@v5.4.40...v5.4.52)

v5.4.45

Changelog (symfony/mailer@v5.4.44...v5.4.45)

  • no significant changes

v5.4.44

Changelog (symfony/mailer@v5.4.43...v5.4.44)

  • no significant changes

v5.4.41

Changelog (symfony/mailer@v5.4.40...v5.4.41)

v5.4.40

Changelog (symfony/mailer@v5.4.39...v5.4.40)

v5.4.39

Changelog (symfony/mailer@v5.4.38...v5.4.39)

  • no significant changes

v5.4.38

Changelog (symfony/mailer@v5.4.37...v5.4.38)

v5.4.36

Changelog (symfony/mailer@v5.4.35...v5.4.36)

v5.4.35

Changelog (symfony/mailer@v5.4.34...v5.4.35)

v5.4.34

Changelog (symfony/mailer@v5.4.33...v5.4.34)

... (truncated)

Commits
  • 5b5385b [Mailer] Add end-of-options separator before recipients in SendmailTransport;...
  • f732e1f Add PR template and auto-close PR on subtree split repositories
  • 2a5e44d Mitigate PHPUnit deprecations
  • 13f4fac Fix typo: synchronous -> synchronously
  • 54fec5a Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 31d6641 bug #54572 [Mailer] Fix sendmail transport failure handling and interactive m...
  • 1c39471 [Mailer] Fix sendmail transport failure handling and interactive mode
  • 0b6698e Remove calls to getMockForAbstractClass()
  • 85ba4ca Remove calls to onConsecutiveCalls()
  • 93543ff Auto-close PRs on subtree-splits
  • Additional commits viewable in compare view

Updates symfony/yaml from 5.4.11 to 5.4.52

Release notes

Sourced from symfony/yaml's releases.

v5.4.52

Changelog (symfony/yaml@v5.4.44...v5.4.52)

v5.4.45

Changelog (symfony/yaml@v5.4.44...v5.4.45)

  • no significant changes

v5.4.44

Changelog (symfony/yaml@v5.4.43...v5.4.44)

v5.4.43

Changelog (symfony/yaml@v5.4.42...v5.4.43)

v5.4.40

Changelog (symfony/yaml@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Changelog (symfony/yaml@v5.4.38...v5.4.39)

v5.4.35

Changelog (symfony/yaml@v5.4.34...v5.4.35)

  • no significant changes

v5.4.31

Changelog (symfony/yaml@v5.4.30...v5.4.31)

v5.4.30

Changelog (symfony/yaml@v5.4.29...v5.4.30)

  • no significant changes
Commits
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • b02ba66 [Yaml] Bound recursion depth in the parser
  • a454d47 Add PR template and auto-close PR on subtree split repositories
  • 7025b96 parse empty sequence elements as null
  • 62f96e1 🐛 throw ParseException on invalid date
  • 81cad0c Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • bc780e1 call substr() with integer offsets
  • a38ba0b Auto-close PRs on subtree-splits
  • e78db7f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 9.5.22 to 9.6.33

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.33

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.32

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.31

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.30

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.33] - 2026-01-27

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

[9.6.32] - 2026-01-24

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

[9.6.31] - 2025-12-06

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

[9.6.30] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

[9.6.29] - 2025-09-24

  • No changes; phpunit.phar rebuilt with updated dependencies

[9.6.28] - 2025-09-23

  • No changes; phpunit.phar rebuilt with updated dependencies

[9.6.27] - 2025-09-14

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

[9.6.26] - 2025-09-11

Changed

  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

[9.6.25] - 2025-08-20

Changed

  • Do not configure report_memleaks setting (which will be deprecated in PHP 8.5) for PHPT processes

[9.6.24] - 2025-08-10

... (truncated)

Commits
  • fea0625 Prepare release
  • 1a677f6 Merge branch '8.5' into 9.6
  • 1015741 Prepare release
  • 1cce5f3 Merge branch '8.5' into 9.6
  • 3141742 Do not run PHPT test when its temporary file for code coverage information ex...
  • 0b3170a We do not need to unserialize() objects here
  • 261086a Extract method
  • fdd6b86 Fix CS/WS issue
  • 492ee10 Prepare release
  • 81edce2 Merge branch '8.5' into 9.6
  • Additional commits viewable in compare view

Updates symfony/cache from 5.4.11 to 5.4.53

Release notes

Sourced from symfony/cache's releases.

v5.4.53

Changelog (symfony/cache@v5.4.52...v5.4.53)

v5.4.52

Changelog (symfony/cache@v5.4.46...v5.4.52)

v5.4.46

Changelog (symfony/cache@v5.4.45...v5.4.46)

v5.4.45

Changelog (symfony/cache@v5.4.44...v5.4.45)

Commits
  • bf58147 [Cache] skip tests for adapters that cannot clear by prefix
  • 4acd37c [Cache] Accept '_' and ':' in prefix passed to AbstractAdapter::clear()
  • 03b191d [Cache] Validate the prefix given to AbstractAdapter::clear()
  • 0fe08ee [Cache] Fix clear() when using Predis
  • 12b03e3 Revert "bug #58661 [Cache] Initialize RedisAdapter cursor to 0 (thomas-hiron)"
  • e135eb8 initialize RedisAdapter cursor to 0
  • c2b90da do not skip tests from data providers
  • 6cf23ad drop existing schema if tests create it explicitly
  • 7050072 do not mix named and positional arguments in data provider definitions
  • 911f2bc do not use TestCase::getName() when possible
  • Additional commits viewable in compare view

Updates symfony/mime from 5.4.45 to 5.4.52

Release notes

Sourced from symfony/mime's releases.

v5.4.52

Changelog (symfony/mime@v5.4.45...v5.4.52)

Commits
  • 8f89d3a [Mime] Reject email addresses containing line breaks in Address
  • See full diff in compare view

Updates symfony/monolog-bridge from 5.4.10 to 5.4.52

Release notes

Sourced from symfony/monolog-bridge's releases.

v5.4.52

Changelog (symfony/monolog-bridge@v5.4.45...v5.4.52)

v5.4.45

Changelog (symfony/monolog-bridge@v5.4.44...v5.4.45)

v5.4.40

Changelog (symfony/monolog-bridge@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Changelog (symfony/monolog-bridge@v5.4.38...v5.4.39)

  • no significant changes

v5.4.35

Changelog (symfony/monolog-bridge@v5.4.34...v5.4.35)

  • no significant changes

v5.4.31

Changelog (symfony/monolog-bridge@v5.4.30...v5.4.31)

  • no significant changes

v5.4.22

Changelog (symfony/monolog-bridge@v5.4.21...v5.4.22)

  • no significant changes

v5.4.21

Changelog (symfony/monolog-bridge@v5.4.20...v5.4.21)

  • bug #49405 FirePHPHandler::onKernelResponse throws PHP 8.1 deprecation when no user agent is set (juagarc4)

v5.4.19

Changelog (symfony/monolog-bridge@v5.4.18...v5.4.19)

  • no significant changes

v5.4.17

Changelog (symfony/monolog-bridge@v5.4.16...v5.4.17)

  • no significant changes
Commits
  • 3d69868 [MonologBridge] Bind server:log to localhost by default
  • cf7d75d simplify test
  • 1224a66 Passing null to parameter #2 ($subject) of type string is deprecated
  • 0103b28 Add PR template and auto-close PR on subtree split repositories
  • ac6e0bf Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 620dbe5 Remove calls to onConsecutiveCalls()
  • c61589f Auto-close PRs on subtree-splits
  • 83e7438 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 3e295d9 [Tests] Streamline
  • 34be6f0 [Tests] Replace setMethods() by onlyMethods() and addMethods()
  • Additional commits viewable in compare view

Updates symfony/polyfill-intl-idn from 1.33.0 to 1.38.1

Release notes

Sourced from symfony/polyfill-intl-idn's releases.

v1.38.1

Changelog (symfony/polyfill-intl-idn@v1.31.0...v1.38.1)

v1.37.0

Changelog (symfony/polyfill-intl-idn@v1.36.0...v1.37.0)

  • no significant changes

v1.36.0

Changelog (symfony/polyfill-intl-idn@v1.35.0...v1.36.0)

  • no significant changes

v1.35.0

Changelog (symfony/polyfill-intl-idn@v1.34.0...v1.35.0)

  • no significant changes

v1.34.0

Changelog (symfony/polyfill-intl-idn@v1.33.0...v1.34.0)

  • no significant changes
Commits
  • dc21118 [Intl][Idn] Reject xn-- labels whose Punycode payload decodes to ASCII-only
  • See full diff in compare view

Updates symfony/process from 5.4.46 to 5.4.51

Release notes

Sourced from symfony/process's releases.

v5.4.51

Changelog (symfony/process@v5.4.50...v5.4.51)

v5.4.47

Changelog (symfony/process@v5.4.46...v5.4.47)

  • no significant changes
Commits
  • 467bfc5 [Process] Fix escaping for MSYS on Windows
  • 5d1662f normalize paths to avoid failures if a path is referenced by different names
  • See full diff in compare view

Updates symfony/routing from 5.4.11 to 5.4.53

Release notes

Sourced from symfony/routing's releases.

v5.4.53

Changelog (symfony/routing@v5.4.52...v5.4.53)

v5.4.52

Changelog (symfony/routing@v5.4.48...v5.4.52)

v5.4.48

Changelog (symfony/routing@v5.4.47...v5.4.48)

v5.4.45

Changelog (symfony/routing@v5.4.44...v5.4.45)

  • no significant changes

v5.4.43

Changelog (symfony/routing@v5.4.42...v5.4.43)

  • no significant changes

v5.4.42

Changelog (symfony/routing@v5.4.41...v5.4.42)

v5.4.40

Changelog (symfony/routing@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Changelog (symfony/routing@v5.4.38...v5.4.39)

  • no significant changes

v5.4.38

Changelog (symfony/routing@v5.4.37...v5.4.38)

  • no significant changes

v5.4.37

Changelog (symfony/routing@v5.4.36...v5.4.37)

... (truncated)

Commits
  • f4ca0c5 [Routing] Fix dot-segment encoding for chained "../" and "./" in generated URLs
  • 275b313 [Routing] Fix regex alternation anchoring in UrlGenerator requirement validation
  • dd08c19 [Routing] Fix: lost priority when defining hosts in configuration
  • 986597b do not use TestCase::getName() when possible
  • 7289d3c Add PR template and auto-close PR on subtree split repositories
  • b6f7178 Fix typos
  • f8dd6f8 use more entropy with uniqid()
  • c99c74b bug #57645 [Routing] Discard in-memory cache of routes when writing the file-...
  • 7bec6df [Router] Discard in-memory cache of routes when writing the file-based cache
  • 6df1dd8 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • Additional commits viewable in compare view

Updates symfony/security-http from 5.4.47 to 5.4.53

Release notes

Sourced from symfony/security-http's releases.

v5.4.53

Changelog (symfony/security-http@v5.4.52...v5.4.53)

v5.4.52

Changelog (symfony/security-http@v5.4.47...v5.4.52)

Commits
  • 119cc48 [Security] Don't honor user-supplied _failure_path on failure_forward
  • 355f32f [Security] Anchor emailAddress regex to RDN boundary in X509Authenticator
  • See full diff in compare view

Updates symfony/dom-crawler from 5.4.11 to 5.4.52

Release notes

Sourced from symfony/dom-crawler's releases.

v5.4.52

Changelog (symfony/dom-crawler@v5.4.48...v5.4.52)

v5.4.48

Changelog (symfony/dom-crawler@v5.4.47...v5.4.48)

v5.4.45

Changelog (symfony/dom-crawler@v5.4.44...v5.4.45)

v5.4.44

Changelog (symfony/dom-crawler@v5.4.43...v5.4.44)

v5.4.40

Changelog (symfony/dom-crawler@v5.4.39...v5.4.40)

  • no significant changes

v5.4.39

Changelog (symfony/dom-crawler@v5.4.38...v5.4.39)

v5.4.35

Changelog (symfony/dom-crawler@v5.4.34...v5.4.35)

  • no significant changes

v5.4.32

Changelog (symfony/dom-crawler@v5.4.31...v5.4.32)

v5.4.25

Changelog (symfony/dom-crawler@v5.4.24...v5.4.25)

  • no significant changes

v5.4.23

Changelog (symfony/dom-crawler@v5.4.22...v5.4.23)

  • bug #49983 Avoid passing null to substr/strrpos methods (VincentLanglet)

... (truncated)

Commits
  • b4cf17f [DomCrawler] Fix XXE in addXmlContent() by not enabling validateOnParse
  • b57df76 Work around parse_url() bug (bis)
  • 89647a5 Minor fixes around parse_url() checks
  • 7111520 Add PR template and auto-close PR on subtree split repositories
  • 4c76e41 Work around parse_url() bug
  • 2ad469c Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 1dffb11 Auto-close PRs on subtree-splits
  • 000634e [DomCrawler] Encode html entities only if nessecary
  • e3b4806 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 728f1fc [DomCrawler] Revert "bug #52579 UriResolver support path with colons"
  • Additional commits viewable in compare view

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 commands and options

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/mailer](https://github.com/symfony/mailer) | `5.4.11` | `5.4.52` |
| [symfony/yaml](https://github.com/symfony/yaml) | `5.4.11` | `5.4.52` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.5.22` | `9.6.33` |
| [symfony/cache](https://github.com/symfony/cache) | `5.4.11` | `5.4.53` |
| [symfony/monolog-bridge](https://github.com/symfony/monolog-bridge) | `5.4.10` | `5.4.52` |
| [symfony/process](https://github.com/symfony/process) | `5.4.46` | `5.4.51` |
| [symfony/routing](https://github.com/symfony/routing) | `5.4.11` | `5.4.53` |
| [symfony/security-http](https://github.com/symfony/security-http) | `5.4.47` | `5.4.53` |
| [symfony/dom-crawler](https://github.com/symfony/dom-crawler) | `5.4.11` | `5.4.52` |



Updates `symfony/mailer` from 5.4.11 to 5.4.52
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mailer@v5.4.11...v5.4.52)

Updates `symfony/yaml` from 5.4.11 to 5.4.52
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v5.4.11...v5.4.52)

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

Updates `symfony/cache` from 5.4.11 to 5.4.53
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.2/CHANGELOG.md)
- [Commits](symfony/cache@v5.4.11...v5.4.53)

Updates `symfony/mime` from 5.4.45 to 5.4.52
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mime@v5.4.45...v5.4.52)

Updates `symfony/monolog-bridge` from 5.4.10 to 5.4.52
- [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@v5.4.10...v5.4.52)

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

Updates `symfony/process` from 5.4.46 to 5.4.51
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.2/CHANGELOG.md)
- [Commits](symfony/process@v5.4.46...v5.4.51)

Updates `symfony/routing` from 5.4.11 to 5.4.53
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md)
- [Commits](symfony/routing@v5.4.11...v5.4.53)

Updates `symfony/security-http` from 5.4.47 to 5.4.53
- [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@v5.4.47...v5.4.53)

Updates `symfony/dom-crawler` from 5.4.11 to 5.4.52
- [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@v5.4.11...v5.4.52)

---
updated-dependencies:
- dependency-name: symfony/mailer
  dependency-version: 5.4.52
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/yaml
  dependency-version: 5.4.52
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.33
  dependency-type: direct:development
  dependency-group: composer
- dependency-name: symfony/cache
  dependency-version: 5.4.53
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/mime
  dependency-version: 5.4.52
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/monolog-bridge
  dependency-version: 5.4.52
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/polyfill-intl-idn
  dependency-version: 1.38.1
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  dependency-version: 5.4.51
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/routing
  dependency-version: 5.4.53
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/security-http
  dependency-version: 5.4.53
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/dom-crawler
  dependency-version: 5.4.52
  dependency-type: indirect
  dependency-group: composer
...

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 5, 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