Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps the symfony_dependencies group with 10 updates in the / directory:

Package From To
symfony/asset 7.3.0 8.0.0
symfony/dotenv 7.3.2 8.0.0
symfony/expression-language 7.3.2 8.0.0
symfony/monolog-bundle 3.10.0 4.0.0
symfony/runtime 7.3.4 8.0.0
symfony/serializer 7.3.5 8.0.0
symfony/var-exporter 7.3.4 8.0.0
symfony/browser-kit 7.3.6 8.0.0
symfony/maker-bundle 1.65.0 1.65.1
symfony/phpunit-bridge 7.3.4 8.0.0

Updates symfony/asset from 7.3.0 to 8.0.0

Release notes

Sourced from symfony/asset's releases.

v8.0.0

Changelog (symfony/asset@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/asset@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/asset@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/asset@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/asset@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/asset@v7.3.4...v7.4.0-BETA1)

  • no significant changes
Commits

Updates symfony/dotenv from 7.3.2 to 8.0.0

Release notes

Sourced from symfony/dotenv's releases.

v8.0.0

Changelog (symfony/dotenv@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC2

Changelog (symfony/dotenv@v8.0.0-RC1...v8.0.0-RC2)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/dotenv@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/dotenv@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/dotenv@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC2

Changelog (symfony/dotenv@v7.4.0-RC1...v7.4.0-RC2)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/dotenv@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/dotenv@v7.3.4...v7.4.0-BETA1)

Commits
  • 460b406 Merge branch '7.4' into 8.0
  • 1658a4d Merge branch '7.3' into 7.4
  • 8c53fef Merge branch '6.4' into 7.3
  • 924edbc [Dotenv] DotenvDumpCommand cannot be internal
  • cacdd55 Merge branch '7.4' into 8.0
  • 4a53037 chore: heredoc indentation as of PHP 7.3
  • 1d8bd52 Merge branch '7.4' into 8.0
  • 13fdf12 replace PHPUnit annotations with attributes
  • 586c44e Merge branch '7.4' into 8.0
  • 61ce0b5 run tests using PHPUnit 11.5
  • Additional commits viewable in compare view

Updates symfony/expression-language from 7.3.2 to 8.0.0

Release notes

Sourced from symfony/expression-language's releases.

v8.0.0

Changelog (symfony/expression-language@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/expression-language@v8.0.0-BETA2...v8.0.0-RC1)

v8.0.0-BETA1

Changelog (symfony/expression-language@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/expression-language@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/expression-language@v7.4.0-BETA2...v7.4.0-RC1)

v7.4.0-BETA1

Changelog (symfony/expression-language@v7.3.4...v7.4.0-BETA1)

  • no significant changes
Commits
  • 43f520a Merge branch '7.4' into 8.0
  • 8b9bbbb Merge branch '7.3' into 7.4
  • cd87867 Merge branch '6.4' into 7.3
  • 01906f3 [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for th...
  • 7823bc1 Merge branch '7.4' into 8.0
  • b53192c chore: PHP CS Fixer - update heredoc handling
  • f1feded Merge branch '7.4' into 8.0
  • ac16e72 minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)
  • a2ab9b5 Merge branch '7.4' into 8.0
  • b79fe9b run tests with PHPUnit 12.3
  • Additional commits viewable in compare view

Updates symfony/monolog-bundle from 3.10.0 to 4.0.0

Release notes

Sourced from symfony/monolog-bundle's releases.

4.0.0

  • Add support for Symfony 8.0
  • Drop support for PHP < 8.2
  • Drop support for Symfony < 7.3
  • Drop support for Monolog < 3.5
  • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Remove excluded_404s option, use excluded_http_codes instead
  • Remove console_formater_options option, use console_formatter_options instead
  • Remove elasticsearch type, use elastica or elastic_search instead
  • Remove mongo type, use mongodb instead
  • Remove sentry and raven types, use a service type with sentry/sentry-symfony instead
  • Remove DebugHandlerPass
  • Remove support for the DebugHandler

3.11.0

  • Reorganize files to match the "Reusable Bundles" structure
  • Migrate services configuration to PHP
  • Add console.interactive_only flag
  • Add slack.exclude_fields and slackwebhook.exclude_fields configuration
  • Add a processor to all loggers only when tags do not specify a channel or handler
  • Deprecate abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Drop support for PHP < 8.1
  • Drop support for Symfony < 6.4
  • Add TelegramBotHandler topic support
  • Deprecate sentry and raven handler, use a service handler with sentry/sentry-symfony instead
  • Add configuration for Gelf encoders
  • Fix host configuration for elastic_search handler
  • Add hosts configuration for elastica handler
  • Add enabled option to handlers configuration
  • Add priority field to processor tag
  • Add mongodb handler and deprecate mongo
  • Add monolog.formatter.syslog service definition to format RFC5424-compliant messages
Changelog

Sourced from symfony/monolog-bundle's changelog.

4.0.0 (2025-11-27)

  • Add support for Symfony 8.0
  • Drop support for PHP < 8.2
  • Drop support for Symfony < 7.3
  • Drop support for Monolog < 3.5
  • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Remove excluded_404s option, use excluded_http_codes instead
  • Remove console_formater_options option, use console_formatter_options instead
  • Remove elasticsearch type, use elastica or elastic_search instead
  • Remove mongo type, use mongodb instead
  • Remove sentry and raven types, use a service type with sentry/sentry-symfony instead
  • Remove DebugHandlerPass
  • Remove support for the DebugHandler

3.11.0 (2025-11-27)

  • Reorganize files to match the "Reusable Bundles" structure
  • Migrate services configuration to PHP
  • Add console.interactive_only flag
  • Add slack.exclude_fields and slackwebhook.exclude_fields configuration
  • Add a processor to all loggers only when tags do not specify a channel or handler
  • Deprecate abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Drop support for PHP < 8.1
  • Drop support for Symfony < 6.4
  • Add TelegramBotHandler topic support
  • Deprecate sentry and raven handler, use a service handler with sentry/sentry-symfony instead
  • Add configuration for Gelf encoders
  • Fix host configuration for elastic_search handler
  • Add hosts configuration for elastica handler
  • Add enabled option to handlers configuration
  • Add priority field to processor tag
  • Add mongodb handler and deprecate mongo
  • Add monolog.formatter.syslog service definition to format RFC5424-compliant messages
Commits
  • c842b07 Update the changelog for 4.0.0
  • b8531e2 Merge branch '3.x' into 4.x
  • e12eb92 Prepare the 3.11.0 release
  • a137b04 Merge branch '3.x' into 4.x
  • 26a29b9 feature #473 Add service definition for SyslogFormatter (sarim)
  • 8996d60 Add service definition for SyslogFormatter
  • c8d9bf0 bug #556 Allow unset of excluded_http_codes (GromNaN)
  • 7f4ae11 Allow unset of excluded_http_codes
  • e0cd1da feature #555 Remove "mongo" handler type (GromNaN)
  • 271d38a Remove "mongo" handler type
  • Additional commits viewable in compare view

Updates symfony/runtime from 7.3.4 to 8.0.0

Release notes

Sourced from symfony/runtime's releases.

v8.0.0-BETA2

Changelog (symfony/runtime@v8.0.0-BETA1...v8.0.0-BETA2)

v8.0.0-BETA1

Changelog (symfony/runtime@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/runtime@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/runtime@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA2

Changelog (symfony/runtime@v7.4.0-BETA1...v7.4.0-BETA2)

v7.4.0-BETA1

Changelog (symfony/runtime@v7.3.4...v7.4.0-BETA1)

Commits
  • 5f3b411 Merge branch '7.4' into 8.0
  • e3dd6c0 [PHPDoc] Fix various PHPDoc syntax errors
  • a689fb7 Merge branch '7.4' into 8.0
  • cfa878e [Runtime] Expose project_dir as APP_PROJECT_DIR env var
  • 47be07a Merge branch '7.4' into 8.0
  • 5b90ac8 make project_dir configurable
  • e8f4811 Merge branch '7.4' into 8.0
  • 43f5d81 Merge branch '7.3' into 7.4
  • 2cc275a Merge branch '7.4' into 8.0
  • be29914 [Runtime] Expose the runtime class in $_SERVER['APP_RUNTIME']
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.3.5 to 8.0.0

Release notes

Sourced from symfony/serializer's releases.

v8.0.0-RC3

Changelog (symfony/serializer@v8.0.0-RC2...v8.0.0-RC3)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/serializer@v8.0.0-BETA1...v8.0.0-BETA2)

v8.0.0-BETA1

Changelog (symfony/serializer@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/serializer@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC3

Changelog (symfony/serializer@v7.4.0-RC2...v7.4.0-RC3)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/serializer@v7.4.0-BETA2...v7.4.0-RC1)

v7.4.0-BETA2

... (truncated)

Commits
  • f37bc90 Merge branch '7.4' into 8.0
  • 5a3bbf3 make doLoadClassMetadata() methods private
  • c1f78d4 Merge branch '7.4' into 8.0
  • 4176d71 Merge branch '7.3' into 7.4
  • e9f668b Merge branch '6.4' into 7.3
  • d7976be ObjectNormalizer: allow null and scalar
  • 2126941 bug #62007 [Serializer] fix inherited properties normalization (Link1515)
  • c88f7fb [Serializer] fix Inherited properties normalization
  • c6c0701 [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization
  • 2b9e6e8 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/var-exporter from 7.3.4 to 8.0.0

Release notes

Sourced from symfony/var-exporter's releases.

v8.0.0-BETA1

Changelog (symfony/var-exporter@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/var-exporter@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/var-exporter@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/var-exporter@v7.3.4...v7.4.0-BETA1)

Commits
  • 7345f46 [VarExporter] Fixes phpdoc syntax in LazyObjectRegistry
  • 7d3723b Merge branch '7.4' into 8.0
  • 03a60f1 Merge branch '7.3' into 7.4
  • 8b01877 -
  • ed6b336 Use >= operator in #[RequiresPhp] attributes to allow compatible versions
  • b71c7d3 Merge branch '7.4' into 8.0
  • 374e1b0 [VarExporter] Add support for exporting named closures
  • af3258f Merge branch '7.4' into 8.0
  • 5c5494f Merge branch '7.3' into 7.4
  • 40ba0ad Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/browser-kit from 7.3.6 to 8.0.0

Release notes

Sourced from symfony/browser-kit's releases.

v8.0.0

Changelog (symfony/browser-kit@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/browser-kit@v8.0.0-BETA2...v8.0.0-RC1)

v8.0.0-BETA1

Changelog (symfony/browser-kit@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/browser-kit@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/browser-kit@v7.4.0-BETA2...v7.4.0-RC1)

v7.4.0-BETA1

Changelog (symfony/browser-kit@v7.3.4...v7.4.0-BETA1)

Commits
  • b9758c6 Merge branch '7.4' into 8.0
  • 3bb26da Merge branch '7.3' into 7.4
  • 33746d8 [DomCrawler] Always parse according to HTML5 rules thanks to the native DOM p...
  • 6c1f8eb Merge branch '7.4' into 8.0
  • abec2fa [DomCrawler] Use the native HTM5 parser on PHP 8.4
  • 8e89a7b Merge branch '7.4' into 8.0
  • 7f5f0fb chore: heredoc indentation as of PHP 7.3
  • 50ef2db Merge branch '7.4' into 8.0
  • 2cbbb9e CS fixes
  • 12afea6 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/maker-bundle from 1.65.0 to 1.65.1

Release notes

Sourced from symfony/maker-bundle's releases.

1.65.1

What's Changed

[eba30452] Feature: use logout_path() in login form templates (@​PierreCapel) [f33c80eb] Bump php-cs-fixer to 3.75 (@​shakaran) [edad857b] Bug: removed assertion on status code after redirect (@​rensieeee) [dd7818d7] Bug: fixed undefined method issue (@​kekstlt) [efd35327] Bug: updated MigrationDiffFilteredOutput to implement all methods from OutputInterface (Josh McRae)

Commits
  • eba3045 minor #1735 Use logout_path() in login form templates (PierreCapel)
  • efd3532 bug #1749 Updated MigrationDiffFilteredOutput to implement all methods from O...
  • 2ac15a2 Added missing method from OutputInterface
  • edad857 minor #1740 Removed assertion on status code after redirect (rensieeee)
  • 078ce47 Revert some change
  • f33c80e minor #1706 feat: bump php-cs-fixer to 3.75 (shakaran)
  • dd7818d bug #1725 Fixed undefined method issue (kekstlt)
  • 3382627 Removed assertion on status code after redirect
  • 8558674 feat(login form): use logout_path()
  • 427dac9 Fixed undefined method issue
  • Additional commits viewable in compare view

Updates symfony/phpunit-bridge from 7.3.4 to 8.0.0

Release notes

Sourced from symfony/phpunit-bridge's releases.

v8.0.0

Changelog (symfony/phpunit-bridge@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/phpunit-bridge@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/phpunit-bridge@v8.0.0-BETA1...v8.0.0-BETA2)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/phpunit-bridge@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/phpunit-bridge@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/phpunit-bridge@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA2

Changelog (symfony/phpunit-bridge@v7.4.0-BETA1...v7.4.0-BETA2)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/phpunit-bridge@v7.3.4...v7.4.0-BETA1)

Changelog

Sourced from symfony/phpunit-bridge's changelog.

CHANGELOG

7.4

  • Add support for mocking the strtotime() function

7.3

  • Enable configuring clock and DNS mock namespaces with attributes
  • Add support for CAA record type in DnsMock for improved DNS mocking capabilities

7.2

  • Add a PHPUnit extension that registers the clock mock and DNS mock and the DebugClassLoader from the ErrorHandler component if present
  • Add ExpectUserDeprecationMessageTrait with a polyfill of PHPUnit's expectUserDeprecationMessage()
  • Use total for asserting deprecation count when a group is not defined

6.4

  • Allow setting the locale using SYMFONY_PHPUNIT_LOCALE env var

6.3

  • Add support for mocking the enum_exists function
  • Enable reporting of deprecations triggered by Doctrine by default

6.2

  • Add support for mocking the hrtime() function

6.1

  • Add option ignoreFile to configure a file that lists deprecation messages to ignore

6.0

  • Remove SetUpTearDownTrait

5.3

... (truncated)

Commits
  • 51b2ada Merge branch '7.4' into 8.0
  • 059b051 Fix the initialization of the phpunit bridge
  • 1deb271 Merge branch '7.4' into 8.0
  • f943689 [PhpUnitBridge] Move Doctrine deprecations setup to extension
  • 10ce391 Merge branch '7.4' into 8.0
  • 8988172 use a compatible config file when running tests with PHPUnit 9.6
  • 179b307 Merge branch '7.4' into 8.0
  • 748c45e Merge branch '7.3' into 7.4
  • 72d301a Merge branch '7.4' into 8.0
  • 73a4466 Merge branch '7.3' into 7.4
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 10 updates

Bumps the symfony_dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `7.3.0` | `8.0.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.3.2` | `8.0.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.3.2` | `8.0.0` |
| [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) | `3.10.0` | `4.0.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.3.4` | `8.0.0` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.3.5` | `8.0.0` |
| [symfony/var-exporter](https://github.com/symfony/var-exporter) | `7.3.4` | `8.0.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.3.6` | `8.0.0` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.65.0` | `1.65.1` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.3.4` | `8.0.0` |



Updates `symfony/asset` from 7.3.0 to 8.0.0
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.3/CHANGELOG.md)
- [Commits](symfony/asset@v7.3.0...v8.0.0)

Updates `symfony/dotenv` from 7.3.2 to 8.0.0
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.3/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.3.2...v8.0.0)

Updates `symfony/expression-language` from 7.3.2 to 8.0.0
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.3/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.3.2...v8.0.0)

Updates `symfony/monolog-bundle` from 3.10.0 to 4.0.0
- [Release notes](https://github.com/symfony/monolog-bundle/releases)
- [Changelog](https://github.com/symfony/monolog-bundle/blob/4.x/CHANGELOG.md)
- [Commits](symfony/monolog-bundle@v3.10.0...v4.0.0)

Updates `symfony/runtime` from 7.3.4 to 8.0.0
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.3/CHANGELOG.md)
- [Commits](symfony/runtime@v7.3.4...v8.0.0)

Updates `symfony/serializer` from 7.3.5 to 8.0.0
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/serializer@v7.3.5...v8.0.0)

Updates `symfony/var-exporter` from 7.3.4 to 8.0.0
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/7.3/CHANGELOG.md)
- [Commits](symfony/var-exporter@v7.3.4...v8.0.0)

Updates `symfony/browser-kit` from 7.3.6 to 8.0.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.3/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.3.6...v8.0.0)

Updates `symfony/maker-bundle` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Commits](symfony/maker-bundle@v1.65.0...v1.65.1)

Updates `symfony/phpunit-bridge` from 7.3.4 to 8.0.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.4/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.3.4...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/dotenv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/expression-language
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/monolog-bundle
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/runtime
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/serializer
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/var-exporter
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/browser-kit
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/maker-bundle
  dependency-version: 1.65.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony_dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
...

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 Dec 3, 2025
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.

1 participant