Skip to content

Bump the php-prod group across 1 directory with 16 updates - #649

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/php-prod-5dd6f52ddb
Open

Bump the php-prod group across 1 directory with 16 updates#649
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/php-prod-5dd6f52ddb

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the php-prod group with 12 updates in the / directory:

Package From To
beberlei/assert 3.3.3 3.3.4
doctrine/dbal 3.10.5 3.10.6
doctrine/doctrine-bundle 2.18.2 2.18.4
doctrine/orm 3.6.5 3.6.7
symfony/expression-language 7.4.8 7.4.14
symfony/flex 2.10.0 2.11.0
symfony/form 7.4.9 7.4.14
symfony/runtime 7.4.1 7.4.14
symfony/security-bundle 7.4.11 7.4.14
symfony/translation 7.4.10 7.4.14
symfony/twig-bundle 7.4.8 7.4.15
symfony/webpack-encore-bundle 2.4.0 2.4.1

Updates beberlei/assert from 3.3.3 to 3.3.4

Release notes

Sourced from beberlei/assert's releases.

v3.3.4

What's Changed

Full Changelog: beberlei/assert@v3.3.3...v3.3.4

Commits

Updates doctrine/dbal from 3.10.5 to 3.10.6

Release notes

Sourced from doctrine/dbal's releases.

3.10.6

Release Notes for 3.10.6

3.10.6

  • Total issues resolved: 0
  • Total pull requests resolved: 18
  • Total contributors: 5

Documentation,Indexes

CI

Bug,MariaDB,Reserved Keywords

Static Analysis

CI,PostgreSQL

Documentation

Commits
  • c95589d fix(MariaDb): add support of new reserved word TO_DATE (12.3+) (#7391)
  • 20af8cd Merge pull request #7458 from morozov/implicit-indexes-docs
  • fdec68d Explain the real reason implicit indexes exist
  • 3e57250 Merge pull request #7412 from doctrine/dependabot/github_actions/3.10.x/actio...
  • a174732 Bump actions/checkout from 6 to 7
  • 3b365ac Merge pull request #7397 from doctrine/dependabot/github_actions/3.10.x/codec...
  • c403f17 Merge pull request #7396 from doctrine/dependabot/github_actions/3.10.x/doctr...
  • b13b644 Bump codecov/codecov-action from 6 to 7
  • fa7f556 Bump the doctrine group with 4 updates
  • bb13e17 Merge pull request #7378 from doctrine/dependabot/github_actions/3.10.x/zulip...
  • Additional commits viewable in compare view

Updates doctrine/doctrine-bundle from 2.18.2 to 2.18.4

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.18.4

Release Notes for 2.18.4

2.18.x bugfix release (patch)

2.18.4

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4

Bug

CI

Test Suite

2.18.3

Release Notes for 2.18.3

2.18.x bugfix release (patch)

2.18.3

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Bugfixes

CI

Documentation

Commits
  • 175f8ff Fix dark theme time bar colors in the profiler
  • 6316ebc Fix doctrine:database:create failing without server_version for some connections
  • c747e6a Add functional regression test for EntityValueResolver on primary-key routes ...
  • bf7ba3f Merge pull request #2250 from doctrine/dependabot/github_actions/2.18.x/actio...
  • fcc6503 Bump actions/checkout from 6 to 7
  • d77d740 Merge pull request #2249 from doctrine/dependabot/github_actions/2.18.x/doctr...
  • 6345c49 Bump the doctrine group with 6 updates
  • 7315e32 Merge pull request #2246 from greg0ire/downgrade-ed
  • 59cdfbb Apply latest coding standards
  • ff91106 Downgrade event-dispatcher
  • Additional commits viewable in compare view

Updates doctrine/orm from 3.6.5 to 3.6.7

Release notes

Sourced from doctrine/orm's releases.

3.6.7

This release contains the changes from https://github.com/doctrine/orm/releases/tag/2.20.13

3.6.6

Release Notes for 3.6.6

3.6.x bugfix release (patch)

3.6.6

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1

Bugfixes

CI

Commits
  • bc217c0 Merge pull request #12486 from greg0ire/3.6.x
  • e75a435 Merge remote-tracking branch 'origin/2.20.x' into 3.6.x
  • f525f32 Merge pull request #12482 from greg0ire/fix-el-formatting
  • 4689337 Avoid passing arrays to get_class
  • 471b129 Merge pull request #12477 from greg0ire/avoid-overwrite
  • f2530f2 Merge pull request #12476 from greg0ire/def-expr-depr
  • 18977e0 Avoid adding the same foreign key twice for STI
  • 54b4f4b Address string default expression deprecation
  • 8b64c10 Merge pull request #12475 from greg0ire/fix-job-labels
  • fdea8dc Use correct matrix element name
  • Additional commits viewable in compare view

Updates symfony/config from 7.4.10 to 7.4.15

Release notes

Sourced from symfony/config's releases.

v7.4.15

Changelog (symfony/config@v7.4.14...v7.4.15)

  • bug #64670 Accept env placeholders for scalar alternatives in generated array-shapes (@​yvh)
  • bug #64822 Escape "*/" in generated array-shape comments (@​lazerg)
  • bug #64857 Escape comment-closing sequence in generated config builders (@​sadiqk2)

v7.4.14

Changelog (symfony/config@v7.4.10...v7.4.14)

Commits
  • b18e338 [Config] Accept env placeholders for scalar alternatives in generated array-s...
  • cf3e089 Merge branch '6.4' into 7.4
  • 977d47c [Config] Keep "*/" default values readable by escaping the slash
  • e39cdd9 [Config] Escape comment-closing sequence in generated config builders
  • 7b665e4 Merge branch '6.4' into 7.4
  • 922d980 Harden __toString trampolines via __unserialize()
  • c6343f4 Merge branch '6.4' into 7.4
  • 1152f21 Unsafe unserialize phpstan rule
  • 992eb8e Merge branch '6.4' into 7.4
  • 56b43e9 Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

Updates symfony/console from 7.4.11 to 7.4.15

Release notes

Sourced from symfony/console's releases.

v7.4.15

Changelog (symfony/console@v7.4.14...v7.4.15)

v7.4.14

Changelog (symfony/console@v7.4.13...v7.4.14)

v7.4.13

Changelog (symfony/console@v7.4.11...v7.4.13)

Commits
  • 088ec6f Merge branch '6.4' into 7.4
  • 3b643aa [Console] Decorate stdout and stderr independently when a formatter is injected
  • 8b00823 Merge branch '6.4' into 7.4
  • ac2d6ae bug #64843 [Console] Fix table borders around colspan cells and header-less t...
  • f2ae6d8 [Console] Fix table borders around colspan cells and header-less tables
  • 0ecccdf [Console] Fix two ValueError crashes on multibyte / multi-column widths
  • 5e0e5b8 Merge branch '6.4' into 7.4
  • 8693e05 [Console] Fall back to "stty sane" when restoring the captured terminal state...
  • 91fbf79 Merge branch '6.4' into 7.4
  • 5cbb467 [Console] Fix SymfonyStyle questions when using output sections
  • Additional commits viewable in compare view

Updates symfony/expression-language from 7.4.8 to 7.4.14

Release notes

Sourced from symfony/expression-language's releases.

v7.4.14

Changelog (symfony/expression-language@v7.4.9...v7.4.14)

Commits
  • bd5763f Merge branch '6.4' into 7.4
  • 728f0c4 Unsafe unserialize phpstan rule
  • da18576 Merge branch '6.4' into 7.4
  • 04007e7 Drop PR warning and auto-closing on subtree splits
  • b47bf60 Update XSD references in phpunit.xml.dist files
  • 0f034c3 Merge branch '6.4' into 7.4
  • cd88d0f CS fixes - native_function_invocation & static_lambda
  • 0a3916b Backport some CS fixes from 7.4
  • 696937d [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 20314d6 Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
  • See full diff in compare view

Updates symfony/flex from 2.10.0 to 2.11.0

Release notes

Sourced from symfony/flex's releases.

v2.11.0

What's Changed

New Contributors

Full Changelog: symfony/flex@v2.10.0...v2.11.0

Commits
  • 4a6d98e bug #1090 [DockerComposeConfigurator] Fix duplicate top-level key on reconfig...
  • 3446c0f [DockerComposeConfigurator] Fix duplicate top-level key on reconfigure
  • 1b27cd3 bug #1083 Fix "null as array offset" deprecation in DockerComposeConfigurator...
  • acdf466 feature #1077 Add SYMFONY_ALLOW_CONTRIB variable (GromNaN)
  • bd9c559 Add SYMFONY_ALLOW_CONTRIB variable
  • f5c68e3 minor #1056 Upgrade to PHPUnit 12 (HypeMC)
  • e67bbcd Upgrade to PHPUnit 12
  • 6581d4d feature #1087 Add --no-changelog option to recipes:update (7ochem)
  • 48cad51 Add --no-changelog option to recipes:update
  • 168d502 bug #1091 Fix resolving aliases when running composer req (nicolas-grekas)
  • Additional commits viewable in compare view

Updates symfony/form from 7.4.9 to 7.4.14

Release notes

Sourced from symfony/form's releases.

v7.4.14

Changelog (symfony/form@v7.4.9...v7.4.14)

Commits
  • 355e956 Merge branch '6.4' into 7.4
  • 80fe97d data #64602 [Form][Validator] Review Hungarian translations (antalaron)
  • dcfce83 [Form][Validator] Review Hungarian translations
  • eaee5e7 Merge branch '6.4' into 7.4
  • 6e4fa40 [Form][Validator] Ukrainian translation review and update
  • ab29f4c data #64597 Review Indonesian (id) translations (sawirricardo)
  • 0abe2f6 [Translation] Verify Tagalog (tl) validator strings and remove needs-review f...
  • aac1d3f fix Indonesian (id) translations reviewed by native speaker
  • 1a3bec7 Merge branch '6.4' into 7.4
  • 7ecfaf8 [Form][Validator] Review Bulgarian (bg) translations
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 7.4.13 to 7.4.15

Release notes

Sourced from symfony/http-foundation's releases.

v7.4.15

Changelog (symfony/http-foundation@v7.4.14...v7.4.15)

v7.4.14

Changelog (symfony/http-foundation@v7.4.13...v7.4.14)

Commits
  • 1f898ee Merge branch '6.4' into 7.4
  • ea0c801 bug #65023 [HttpFoundation] Validate the characters allowed in a cookie path ...
  • 464d13c [HttpFoundation] Fix TypeError in UriSigner when the hash parameter is not a ...
  • eb5b7f9 [HttpFoundation] Reject reserved characters in the cookie path and domain
  • 4e13f71 [HttpFoundation] Fix newline handling in server event fields
  • 6516dc3 bug #65001 [HttpFoundation] Fix retry field being dropped across server event...
  • a477c9f [HttpFoundation] Fix retry field being dropped across server event streams
  • 2ceb4c4 Merge branch '6.4' into 7.4
  • f34d2dd [HttpFoundation] Throw when IpUtils::isPrivateIp() receives a non-canonical I...
  • b98fde6 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/runtime from 7.4.1 to 7.4.14

Release notes

Sourced from symfony/runtime's releases.

v7.4.14

Changelog (symfony/runtime@v7.4.13...v7.4.14)

v7.4.13

Changelog (symfony/runtime@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/runtime@v7.4.1...v7.4.12)

v7.4.8

Changelog (symfony/runtime@v7.4.7...v7.4.8)

  • no significant changes
Commits
  • 15497f7 Merge branch '6.4' into 7.4
  • b0eb951 Drop PR warning and auto-closing on subtree splits
  • 4bf8c6a Remove usage of Kernel::VERSION
  • 758139a [Runtime][FrameworkBundle] Trust argv on CLI-like SAPIs in the remaining QUER...
  • e1eefc0 Merge branch '6.4' into 7.4
  • daae8b3 Merge branch '5.4' into 6.4
  • f24aa13 [Runtime] Trust argv on CLI-like SAPIs to fix subprocess args
  • 5c2c5bd Merge branch '6.4' into 7.4
  • ecaabeb Merge branch '5.4' into 6.4
  • 7e9d038 [Runtime] Fix CVE-2024-50340 patch bypass by gating argv on $_SERVER['QUERY_S...
  • Additional commits viewable in compare view

Updates symfony/security-bundle from 7.4.11 to 7.4.14

Release notes

Sourced from symfony/security-bundle's releases.

v7.4.14

Changelog (symfony/security-bundle@v7.4.13...v7.4.14)

v7.4.13

Changelog (symfony/security-bundle@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/security-bundle@v7.4.11...v7.4.12)

Commits
  • 6ec147e Merge branch '6.4' into 7.4
  • c74078b [SecurityBundle] Fix state leak in LogoutUrlGenerator in async environments
  • 89aad76 Merge branch '6.4' into 7.4
  • ca3b486 Drop PR warning and auto-closing on subtree splits
  • 0cbc652 Merge branch '6.4' into 7.4
  • bcf0a9c [SecurityBundle] Fix Security::login() across firewalls
  • 6f6f859 security #cve-2026-45074 [Security] Require configuring trusted hosts when us...
  • a17c3dc [Security] Require configuring trusted hosts when using CAS authentication
  • See full diff in compare view

Updates symfony/translation from 7.4.10 to 7.4.14

Release notes

Sourced from symfony/translation's releases.

v7.4.14

Changelog (symfony/translation@v7.4.13...v7.4.14)

Commits
  • a1af4da Merge branch '6.4' into 7.4
  • fef99ce [Translation] Fix test failing without the intl extension
  • 672dce0 Merge branch '6.4' into 7.4
  • 6dd831e Drop PR warning and auto-closing on subtree splits
  • f3accfe Fix merge
  • 7010c88 [Translation] Copy domains metadata when moving messages to intl ones
  • faf89d6 Merge branch '6.4' into 7.4
  • f7123e5 [Translation] Fix XLIFF 2 catalog metadata
  • 96c29f6 Merge branch '6.4' into 7.4
  • fc60adf [ErrorHandler][HttpClient][Translation] Fix edge case spotted by the CI
  • See full diff in compare view

Updates symfony/twig-bundle from 7.4.8 to 7.4.15

Release notes

Sourced from symfony/twig-bundle's releases.

v7.4.15

Changelog (symfony/twig-bundle@v7.4.14...v7.4.15)

v7.4.14

Changelog (symfony/twig-bundle@v7.4.9...v7.4.14)

Commits
  • e3d2bea Merge branch '6.4' into 7.4
  • 15bad71 allow Twig 4
  • 11b69c6 Merge branch '6.4' into 7.4
  • 9175957 Drop PR warning and auto-closing on subtree splits
  • 83990ef Remove usage of Kernel::VERSION
  • 745f184 Update XSD references in phpunit.xml.dist files
  • 6b92609 Merge branch '6.4' into 7.4
  • 130749f CS fixes - native_function_invocation & static_lambda
  • 36ff13b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 174e6b0 Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
  • See full diff in compare view

Updates symfony/webpack-encore-bundle from 2.4.0 to 2.4.1

Release notes

Sourced from symfony/webpack-encore-bundle's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: symfony/webpack-encore-bundle@v2.4.0...v2.4.1

Commits
  • cac8d6c minor #261 Don't let Composer advisory blocking break CI (Kocal)
  • cb3dd07 Don't let Composer advisory blocking break CI
  • 9edab87 minor #259 Add Zizmor, Dependabot, and upgrade+pin actions (Kocal)
  • 42e1d0c Add Zizmor, Dependabot, and upgrade+pin actions
  • fee5542 minor #256 Update .gitattributes (gharlan)
  • c1c96dd bug #258 Fix Symfony 8.1 DependencyInjection deprecation warning (30Sana)
  • 2bee63b Fix Symfony 8.1 DependencyInjection deprecation warning
  • 4286633 Update .gitattributes
  • See full diff in compare view

Updates twig/twig from 3.27.0 to 3.28.0

Release notes

Sourced from Description has been truncated

Bumps the php-prod group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [beberlei/assert](https://github.com/beberlei/assert) | `3.3.3` | `3.3.4` |
| [doctrine/dbal](https://github.com/doctrine/dbal) | `3.10.5` | `3.10.6` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.18.2` | `2.18.4` |
| [doctrine/orm](https://github.com/doctrine/orm) | `3.6.5` | `3.6.7` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.4.8` | `7.4.14` |
| [symfony/flex](https://github.com/symfony/flex) | `2.10.0` | `2.11.0` |
| [symfony/form](https://github.com/symfony/form) | `7.4.9` | `7.4.14` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.4.1` | `7.4.14` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.4.11` | `7.4.14` |
| [symfony/translation](https://github.com/symfony/translation) | `7.4.10` | `7.4.14` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.4.8` | `7.4.15` |
| [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) | `2.4.0` | `2.4.1` |



Updates `beberlei/assert` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/beberlei/assert/releases)
- [Changelog](https://github.com/beberlei/assert/blob/master/CHANGELOG.md)
- [Commits](beberlei/assert@v3.3.3...v3.3.4)

Updates `doctrine/dbal` from 3.10.5 to 3.10.6
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@3.10.5...3.10.6)

Updates `doctrine/doctrine-bundle` from 2.18.2 to 2.18.4
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.18.2...2.18.4)

Updates `doctrine/orm` from 3.6.5 to 3.6.7
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@3.6.5...3.6.7)

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

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

Updates `symfony/expression-language` from 7.4.8 to 7.4.14
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/8.2/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.4.8...v7.4.14)

Updates `symfony/flex` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.10.0...v2.11.0)

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

Updates `symfony/http-foundation` from 7.4.13 to 7.4.15
- [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.13...v7.4.15)

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

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

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

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

Updates `symfony/webpack-encore-bundle` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v2.4.0...v2.4.1)

Updates `twig/twig` from 3.27.0 to 3.28.0
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.27.0...v3.28.0)

---
updated-dependencies:
- dependency-name: beberlei/assert
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: doctrine/dbal
  dependency-version: 3.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: doctrine/doctrine-bundle
  dependency-version: 2.18.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: doctrine/orm
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/config
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/console
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/expression-language
  dependency-version: 7.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/flex
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: symfony/form
  dependency-version: 7.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/http-foundation
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/runtime
  dependency-version: 7.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/security-bundle
  dependency-version: 7.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/translation
  dependency-version: 7.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/twig-bundle
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: symfony/webpack-encore-bundle
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: twig/twig
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
...

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