Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence
doctrine/doctrine-migrations-bundle (source) 3.7.04.0.0 age confidence
symfony/browser-kit (source) v7.4.0v8.0.0 age confidence
symfony/console (source) v7.4.1v8.0.1 age confidence
symfony/css-selector (source) v7.4.0v8.0.0 age confidence
symfony/dotenv (source) v7.4.0v8.0.0 age confidence
symfony/form (source) 7.4.18.0.3 age confidence
symfony/framework-bundle (source) v7.4.1v8.0.1 age confidence
symfony/intl (source) 7.4.08.0.1 age confidence
symfony/monolog-bundle (source) v3.11.1v4.0.1 age confidence
symfony/phpunit-bridge (source) v7.4.0v8.0.3 age confidence
symfony/runtime (source) v7.4.1v8.0.1 age confidence
symfony/security-bundle (source) v7.4.0v8.0.0 age confidence
symfony/serializer (source) v7.4.2v8.0.3 age confidence
symfony/stopwatch (source) v7.4.0v8.0.0 age confidence
symfony/twig-bundle (source) v7.4.0v8.0.3 age confidence
symfony/validator (source) v7.4.2v8.0.3 age confidence
symfony/web-profiler-bundle (source) v7.4.0v8.0.3 age confidence
symfony/yaml (source) v7.4.1v8.0.1 age confidence

Release Notes

doctrine/DoctrineMigrationsBundle (doctrine/doctrine-migrations-bundle)

v4.0.0

Compare Source

Release Notes for 4.0.0

Backwards incompatible release (major)

4.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 14
  • Total contributors: 3
Breaking Changes
Improvement
Bugfixes
Test Suite

This release also contains unreleased changes from 3.7.x

symfony/browser-kit (symfony/browser-kit)

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/console (symfony/console)

v8.0.1

Compare Source

Changelog (symfony/console@v8.0.0...v8.0.1)

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/css-selector (symfony/css-selector)

v8.0.0

Compare Source

symfony/dotenv (symfony/dotenv)

v8.0.0

Compare Source

symfony/form (symfony/form)

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/form@v8.0.0...v8.0.1)

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/framework-bundle (symfony/framework-bundle)

v8.0.1

Compare Source

Changelog (symfony/framework-bundle@v8.0.0...v8.0.1)

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/intl (symfony/intl)

v8.0.1

Compare Source

Changelog (symfony/intl@v8.0.0...v8.0.1)

  • no significant changes

v8.0.0

Compare Source

symfony/monolog-bundle (symfony/monolog-bundle)

v4.0.1

Compare Source

  • Fix rollbar handler to use RollbarLogger
  • Fix monolog.processor attributes to use consecutive keys

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.1 (2025-12-09)

  • Fix rollbar handler to use RollbarLogger with Monolog 2+
  • Fix monolog.processor attributes to use consecutive keys

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

3.10.0 (2023-11-06)

  • Add configuration support for SamplingHandler

3.9.0 (2023-11-06)

  • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
  • Add support for Symfony 7
  • Remove support for Symfony 4
  • Mark classes as internal when relevant
  • Add support for env placeholders in the level option of handlers

3.8.0 (2022-05-10)

  • Deprecated ambiguous elasticsearch type, use elastica instead
  • Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
  • Added support for AsMonologProcessor to autoconfigure processors
  • Added support for FallbackGroupHandler
  • Added support for ElasticsearchHandler as elastic_search type
  • Added support for ElasticaHandler as elastica type
  • Added support for TelegramBotHandler as telegram
  • Added fill_extra_context flag for sentry handlers
  • Added support for configuring PsrLogMessageProcessor (date_format and remove_used_context_fields)
  • Fixed issue on Windows + PHP 8, workaround for php/php-src#8315
  • Fixed MongoDBHandler support when no client id is provided

3.7.1 (2021-11-05)

  • Indicate compatibility with Symfony 6

3.7.0 (2021-03-31)

  • Use ActivationStrategy instead of actionLevel when available
  • Register resettable processors (ResettableInterface) for autoconfiguration (tag: kernel.reset)
  • Drop support for Symfony 3.4
  • Drop support for PHP < 7.1
  • Fix call to undefined method pushProcessor on handler that does not implement ProcessableHandlerInterface
  • Use "use_locking" option with rotating file handler
  • Add ability to specify custom Sentry hub service

3.6.0 (2020-10-06)

  • Added support for Symfony Mailer
  • Added support for setting log levels from parameters or environment variables

3.5.0 (2019-11-13)

  • Added support for Monolog 2.0
  • Added sentry type to use sentry 2.0 client
  • Added insightops handler
  • Added possibility for auto-wire monolog channel according to the type-hinted aliases, introduced in the Symfony 4.2

3.4.0 (2019-06-20)

  • Deprecate "excluded_404s" option
  • Flush loggers on kernel.reset
  • Register processors (ProcessorInterface) for autoconfiguration (tag: monolog.processor)
  • Expose configuration for the ConsoleHandler
  • Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
  • Fixed regression when app channel is defined explicitly
  • Fixed handlers marked as nested not being ignored properly from the stack
  • Added support for Redis configuration
  • Drop support for Symfony <3

3.3.1 (2018-11-04)

  • Fixed compatibility with Symfony 4.2

3.3.0 (2018-06-04)

  • Fixed the autowiring of the channel logger in autoconfigured services
  • Added timeouts to the pushover, hipchat, slack handlers
  • Dropped support for PHP 5.3, 5.4, and HHVM
  • Added configuration for HttpCodeActivationStrategy
  • Deprecated "excluded_404s" option for Symfony >= 3.4

3.2.0 (2018-03-05)

  • Removed randomness from the container build
  • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
  • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
  • Fixed invalid service definitions

3.1.2 (2017-11-06)

  • fix invalid usage of count()

3.1.1 (2017-09-26)

  • added support for Symfony 4

3.1.0 (2017-03-26)

  • Added support for server_log handler
  • Allow configuring VERBOSITY_QUIET in console handlers
  • Fixed autowiring
  • Fixed slackbot handler not escaping channel names properly
  • Fixed slackbot handler requiring slack_team instead of team to be configured

3.0.3 (2017-01-10)

  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

3.0.2 (2017-01-03)

  • Revert disabling DebugHandler in CLI environments
  • Update configuration for slack handlers for Monolog 1.22 new options
  • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)

3.0.1 (2016-11-15)

  • Removed obsolete code (DebugHandlerPass)

3.0.0 (2016-11-06)

  • Removed class parameters for the container configuration
  • Bumped minimum version of supported Symfony version to 2.7
  • Removed NotFoundActivationStrategy (the bundle now uses the class from MonologBridge)

v4.0.0

Compare Source

  • 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
symfony/phpunit-bridge (symfony/phpunit-bridge)

v8.0.3

Compare Source

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/runtime (symfony/runtime)

v8.0.1

Compare Source

Changelog (symfony/runtime@v8.0.0...v8.0.1)

v8.0.0

Compare Source

symfony/security-bundle (symfony/security-bundle)

v8.0.0

Compare Source

symfony/serializer (symfony/serializer)

v8.0.3

Compare Source

v8.0.2

Compare Source

Changelog (symfony/serializer@v8.0.1...v8.0.2)

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/stopwatch (symfony/stopwatch)

v8.0.0

Compare Source

symfony/twig-bundle (symfony/twig-bundle)

v8.0.3

Compare Source

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/validator (symfony/validator)

v8.0.3

Compare Source

v8.0.2

Compare Source

Changelog (symfony/validator@v8.0.1...v8.0.2)

v8.0.1

Compare Source

Changelog (symfony/validator@v8.0.0...v8.0.1)

  • no significant changes

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/web-profiler-bundle (symfony/web-profiler-bundle)

v8.0.3

Compare Source

v8.0.0

Compare Source

v7.4.3

Compare Source

symfony/yaml (symfony/yaml)

v8.0.1

Compare Source

Changelog (symfony/yaml@v8.0.0...v8.0.1)

v8.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-symfony branch from dcf9350 to 0181540 Compare December 20, 2025 13:15
@renovate
Copy link
Contributor Author

renovate bot commented Dec 20, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update doctrine/doctrine-migrations-bundle:4.0.0 symfony/browser-kit:8.0.0 symfony/console:8.0.1 symfony/css-selector:8.0.0 symfony/dotenv:8.0.0 symfony/form:8.0.3 symfony/framework-bundle:8.0.1 symfony/intl:8.0.1 symfony/monolog-bundle:4.0.1 symfony/phpunit-bridge:8.0.3 symfony/runtime:8.0.1 symfony/security-bundle:8.0.0 symfony/serializer:8.0.3 symfony/stopwatch:8.0.0 symfony/twig-bundle:8.0.3 symfony/validator:8.0.3 symfony/web-profiler-bundle:8.0.3 symfony/yaml:8.0.1 --with-all-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/form 8.0.3 (exact version match: 8.0.3 or 8.0.3.0), found symfony/form[v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/framework-bundle v8.0.1 (exact version match), found symfony/framework-bundle[v8.0.1] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/security-bundle v8.0.0 (exact version match), found symfony/security-bundle[v8.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - Root composer.json requires symfony/twig-bundle v8.0.3 (exact version match), found symfony/twig-bundle[v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - Root composer.json requires doctrine/doctrine-bundle 3.2.2 -> satisfiable by doctrine/doctrine-bundle[3.2.2].
    - doctrine/doctrine-bundle 3.2.2 requires symfony/framework-bundle ^6.4 || ^7.0 || ^8.0 -> found symfony/framework-bundle[v6.4.0, ..., v6.4.31, v7.0.0, ..., v7.4.3, v8.0.0, v8.0.1, v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - Root composer.json requires doctrine/doctrine-migrations-bundle 4.0.0 -> satisfiable by doctrine/doctrine-migrations-bundle[4.0.0].
    - doctrine/doctrine-migrations-bundle 4.0.0 requires symfony/framework-bundle ^6.4 || ^7.0 || ^8.0 -> found symfony/framework-bundle[v6.4.0, ..., v6.4.31, v7.0.0, ..., v7.4.3, v8.0.0, v8.0.1, v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - easycorp/easyadmin-bundle is locked to version v4.27.5 and an update of this package was not requested.
    - easycorp/easyadmin-bundle v4.27.5 requires symfony/form ^5.4|^6.0|^7.0|^8.0 -> found symfony/form[v5.4.0, ..., v5.4.45, v6.0.0, ..., v6.4.31, v7.0.0, ..., v7.4.3, v8.0.0, v8.0.1, v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 8
    - hwi/oauth-bundle is locked to version 2.4.0 and an update of this package was not requested.
    - hwi/oauth-bundle 2.4.0 requires symfony/form ^5.4 || ^6.4 || ^7.1 -> found symfony/form[v5.4.0, ..., v5.4.45, v6.4.0, ..., v6.4.31, v7.1.0, ..., v7.4.3] but it conflicts with your root composer.json require (8.0.3).
  Problem 9
    - dama/doctrine-test-bundle is locked to version v8.4.1 and an update of this package was not requested.
    - dama/doctrine-test-bundle v8.4.1 requires symfony/framework-bundle ^6.4 || ^7.3 || ^8.0 -> found symfony/framework-bundle[v6.4.0, ..., v6.4.31, v7.3.0, ..., v7.4.3, v8.0.0, v8.0.1, v8.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 10
    - Root composer.json requires symfony/web-profiler-bundle v8.0.3 -> satisfiable by symfony/web-profiler-bundle[v8.0.3].
    - symfony/web-profiler-bundle v8.0.3 requires symfony/framework-bundle ^7.4|^8.0 -> found symfony/framework-bundle[v7.4.0, v7.4.1, v7.4.3, v8.0.0, v8.0.1, v8.0.3] but these were not loaded, likely because it conflicts with another require.


@renovate renovate bot force-pushed the renovate/major-symfony branch 5 times, most recently from 3354960 to 36a8fdf Compare December 27, 2025 09:38
@renovate renovate bot force-pushed the renovate/major-symfony branch from 36a8fdf to 22f1f07 Compare December 30, 2025 15:28
@renovate renovate bot force-pushed the renovate/major-symfony branch from 22f1f07 to 5fa5d10 Compare December 31, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant