Skip to content

Update symfony packages to v8 (major)#1266

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-symfony
Open

Update symfony packages to v8 (major)#1266
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-symfony

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/amqp-messenger (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/asset (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/browser-kit (source) ^7.4^8.0 age adoption passing confidence
symfony/config (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/console (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/debug-bundle (source) ^7.4^8.0 age adoption passing confidence
symfony/doctrine-messenger (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/dotenv (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/error-handler (source) ^7.4^8.0 age adoption passing confidence
symfony/expression-language (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/filesystem (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/form (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/framework-bundle (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/http-client (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/mailer (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/messenger (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/phpunit-bridge (source) ^7.4^8.0 age adoption passing confidence
symfony/process (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/property-access (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/property-info (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/runtime (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/security-bundle (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/serializer (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/stopwatch (source) ^7.4^8.0 age adoption passing confidence
symfony/string (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/translation (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/twig-bundle (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/uid (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/validator (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/var-dumper (source) ^7.4^8.0 age adoption passing confidence
symfony/web-profiler-bundle (source) ^7.4^8.0 age adoption passing confidence
symfony/webhook (source) ^7.4^7.4 || ^8.0 age adoption passing confidence
symfony/yaml (source) ^7.4^7.4 || ^8.0 age adoption passing confidence

Release Notes

symfony/amqp-messenger (symfony/amqp-messenger)

v8.0.4

Compare Source

Changelog (symfony/symfony@v7.4.4...vv8.0.4)

  • feature #​62785 The component v8.0 is backed by Cadoles, thanks to them! (nicolas-grekas)
  • feature #​62530 Thank you PhpStorm for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62529 Thank you Sulu for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62266 Bump to PHP >= 8.4 (santysisi)
  • bug #​62261 Add missing SQLitePlatform use statement in DoctrineDbalAdapter (yoeunes)
  • feature #​62113 Remove support for the fluent PHP config format (nicolas-grekas)
  • feature #​62109 Ensure configuration nodes do not have both isRequired() and defaultValue() (GromNaN)
  • feature #​62042 drop support for HTTP method override for GET, HEAD, CONNECT and TRACE requests (xabbuh)
  • feature #​61993 Remove AbstractDoctrineExtension (GromNaN)
  • feature #​61989 remove ability to access $this and the loader's internal state (xabbuh)
  • feature #​61986 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (xabbuh)
  • feature #​61987 remove support for StoreInterface as the HTTP client cache (xabbuh)
  • feature #​61983 Remove Request::get() (PierreCapel)
  • feature #​61976 remove the deprecated WorkflowDumpCommand (xabbuh)
  • feature #​61930 Remove support for the XML configuration format (nicolas-grekas)
  • feature #​61851 remove support for implicit constraint option names in YAML/XML mapping files (xabbuh)
  • feature #​61850 remove support for passing associative arrays to GroupSequence (xabbuh)
  • feature #​61848 remove the deprecated NotFoundActivationStrategy class (xabbuh)
  • feature #​61760 remove the user FQCN from remember me cookies (xabbuh)
  • feature #​61540 require a top-level domain by default in the Url constraint (xabbuh)
  • feature #​61541 throw when a service's id a non-existing FQCN (xabbuh)
  • feature #​61488 Remove annotation aliases and getters and setters in favor of public properties on attributes (nicolas-grekas)
  • feature #​61481 Always parse according to HTML5 rules thanks to the native DOM parser (nicolas-grekas)
  • feature #​61477 Remove deprecated getEnv and setEnv methods (santysisi)
  • feature #​61424 Replace __sleep/wakeup() by __(un)serialize() (nicolas-grekas)
  • feature #​61391 Remove MastermindsParser and add $context arg to ParserInterface::parse() (nicolas-grekas)
  • feature #​61063 remove support for generic constraint option handling (xabbuh)
  • feature #​61187 Declare new parameters on interfaces and methods explicitly (nicolas-grekas)
  • feature #​61182 Remove TranslatableMessage::__toString() method, use trans() or getMessage() instead (nicolas-grekas)
  • feature #​61179 Remove !tagged tag, use !tagged_iterator instead (nicolas-grekas)
  • feature #​61183 Throw when passing an empty string as $userIdentifier and tighten AuthenticatorManager and OidcTokenHandler arguments (nicolas-grekas)
  • feature #​61180 Trigger PHP warning when using Request::sendHeaders() after headers have already been sent (nicolas-grekas)
  • feature #​61176 Remove support for auto-mapping Doctrine entities to controller arguments (nicolas-grekas)
  • feature #​61156 Remove options session.sid_length session.sid_bits_per_character router.cache_dir validation.cache and base_template_class (nicolas-grekas)
  • feature #​61155 Remove autowiring aliases for RateLimiterFactory (nicolas-grekas)
  • feature #​60988 Remove deprecated code for non-array based collections (mttsch)
  • feature #​61067 remove the sizeLimit option of AbstractQuery (xabbuh)
  • feature #​61068 forbid passing null as allowed variables (xabbuh)
  • feature #​61065 remove XML routing configuration files (xabbuh)
  • feature #​61011 Remove deprecated RememberMeToken::getSecret() (ktherage)
  • feature #​61048 remove the ability to pass a tag to FormThemeNode (xabbuh)
  • feature #​60952 Remove BC layer from ResizeFormListener (OskarStark)
  • feature #​60986 Remove deprecated EmojiTransliterator (mttsch)
  • feature #​60990 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​61012 remove the deprecated security.authentication.hide_user_not_found parameter (xabbuh)
  • feature #​60987 Remove deprecated ProviderFactoryTestCase (mttsch)
  • feature #​60993 Remove deprecated CouchbaseBucketAdapter (mttsch)
  • feature #​60929 Remove deprecated OIDC token handler options algorithm and key (OskarStark)
  • feature #​60969 Make Translator class final (OskarStark)
  • feature #​60966 Make Router class final (OskarStark)
  • feature #​60960 Make ResizeFormListener::postSetData() method final (OskarStark)
  • feature #​60959 Make # attribute class final (OskarStark)
  • feature #​60924 Remove deprecated escape_char functionality from CsvEncoder (OskarStark)
  • feature #​60928 Remove deprecated hide_user_not_found option (OskarStark)
  • feature #​60930 Remove deprecated session options from NativeSessionStorage (OskarStark)
  • feature #​60925 Remove deprecated escape parameter from CsvFileLoader (OskarStark)
  • feature #​60922 Change UrlType default protocol (OskarStark)
  • feature #​60879 Remove callable firewall listeners support (MatTheCat)
  • feature #​60878 Remove ImportMapConfigReader::splitPackageNameAndFilePath() (mttsch)
  • feature #​60877 Remove deprecated compiled class meta data classes (mttsch)
  • feature #​60870 Remove AdvancedNameConverterInterface (mttsch)
  • feature #​60862 Remove deprecated AttributeClassLoader property and setter (mttsch)
  • feature #​60863 Throw exception for non-array _query parameter (mttsch)
  • feature #​60865 Remove deprecated withDefaultContructorArguments method (mttsch)
  • feature #​60866 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​60852 remove the Sms77 Notifier bridge (xabbuh)
  • feature #​60844 Remove deprecated ContainerBuilder::getAutoconfiguredAttributes() (GromNaN)
  • feature #​60851 raise a parse error for duplicate keys (xabbuh)
  • feature #​60853 remove AddAnnotatedClassesToCachePass and related methods (xabbuh)
  • feature #​60845 Remove # and # attributes (GromNaN)
  • bug #​60813 Fix calls to removed add() method (derrabus)
  • feature #​60742 Remove deprecated eraseCredentials() from (User|Token)Interface (chalasr)
  • feature #​60776 Remove deprecated Application::add() methods (HypeMC)
  • feature #​60726 Remove PropertyInfo's Type (mtarld)
  • feature #​60720 Enable the property-info constructor extractor by default (HypeMC)
  • feature #​60716 Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects (nicolas-grekas)
  • feature #​60723 Remove support for nested options definition via setDefault(), use setOptions() instead (yceruto)
  • feature #​60721 Remove deprecated code (yceruto)
  • feature #​60712 Remove support for amphp/http-client < 5 (nicolas-grekas)
  • feature #​60697 Enforce return types on all components (nicolas-grekas)
  • feature #​60639 Bump Symfony 8 to PHP >= 8.4 (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.0

Compare Source

symfony/asset (symfony/asset)

v8.0.4

Compare Source

v8.0.0

Compare Source

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

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.0

Compare Source

symfony/config (symfony/config)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.1

Compare Source

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

v8.0.0

Compare Source

symfony/console (symfony/console)

v8.0.4

Compare Source

Changelog (symfony/symfony@v7.4.4...vv8.0.4)

  • feature #​62785 The component v8.0 is backed by Cadoles, thanks to them! (nicolas-grekas)
  • feature #​62530 Thank you PhpStorm for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62529 Thank you Sulu for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62266 Bump to PHP >= 8.4 (santysisi)
  • bug #​62261 Add missing SQLitePlatform use statement in DoctrineDbalAdapter (yoeunes)
  • feature #​62113 Remove support for the fluent PHP config format (nicolas-grekas)
  • feature #​62109 Ensure configuration nodes do not have both isRequired() and defaultValue() (GromNaN)
  • feature #​62042 drop support for HTTP method override for GET, HEAD, CONNECT and TRACE requests (xabbuh)
  • feature #​61993 Remove AbstractDoctrineExtension (GromNaN)
  • feature #​61989 remove ability to access $this and the loader's internal state (xabbuh)
  • feature #​61986 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (xabbuh)
  • feature #​61987 remove support for StoreInterface as the HTTP client cache (xabbuh)
  • feature #​61983 Remove Request::get() (PierreCapel)
  • feature #​61976 remove the deprecated WorkflowDumpCommand (xabbuh)
  • feature #​61930 Remove support for the XML configuration format (nicolas-grekas)
  • feature #​61851 remove support for implicit constraint option names in YAML/XML mapping files (xabbuh)
  • feature #​61850 remove support for passing associative arrays to GroupSequence (xabbuh)
  • feature #​61848 remove the deprecated NotFoundActivationStrategy class (xabbuh)
  • feature #​61760 remove the user FQCN from remember me cookies (xabbuh)
  • feature #​61540 require a top-level domain by default in the Url constraint (xabbuh)
  • feature #​61541 throw when a service's id a non-existing FQCN (xabbuh)
  • feature #​61488 Remove annotation aliases and getters and setters in favor of public properties on attributes (nicolas-grekas)
  • feature #​61481 Always parse according to HTML5 rules thanks to the native DOM parser (nicolas-grekas)
  • feature #​61477 Remove deprecated getEnv and setEnv methods (santysisi)
  • feature #​61424 Replace __sleep/wakeup() by __(un)serialize() (nicolas-grekas)
  • feature #​61391 Remove MastermindsParser and add $context arg to ParserInterface::parse() (nicolas-grekas)
  • feature #​61063 remove support for generic constraint option handling (xabbuh)
  • feature #​61187 Declare new parameters on interfaces and methods explicitly (nicolas-grekas)
  • feature #​61182 Remove TranslatableMessage::__toString() method, use trans() or getMessage() instead (nicolas-grekas)
  • feature #​61179 Remove !tagged tag, use !tagged_iterator instead (nicolas-grekas)
  • feature #​61183 Throw when passing an empty string as $userIdentifier and tighten AuthenticatorManager and OidcTokenHandler arguments (nicolas-grekas)
  • feature #​61180 Trigger PHP warning when using Request::sendHeaders() after headers have already been sent (nicolas-grekas)
  • feature #​61176 Remove support for auto-mapping Doctrine entities to controller arguments (nicolas-grekas)
  • feature #​61156 Remove options session.sid_length session.sid_bits_per_character router.cache_dir validation.cache and base_template_class (nicolas-grekas)
  • feature #​61155 Remove autowiring aliases for RateLimiterFactory (nicolas-grekas)
  • feature #​60988 Remove deprecated code for non-array based collections (mttsch)
  • feature #​61067 remove the sizeLimit option of AbstractQuery (xabbuh)
  • feature #​61068 forbid passing null as allowed variables (xabbuh)
  • feature #​61065 remove XML routing configuration files (xabbuh)
  • feature #​61011 Remove deprecated RememberMeToken::getSecret() (ktherage)
  • feature #​61048 remove the ability to pass a tag to FormThemeNode (xabbuh)
  • feature #​60952 Remove BC layer from ResizeFormListener (OskarStark)
  • feature #​60986 Remove deprecated EmojiTransliterator (mttsch)
  • feature #​60990 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​61012 remove the deprecated security.authentication.hide_user_not_found parameter (xabbuh)
  • feature #​60987 Remove deprecated ProviderFactoryTestCase (mttsch)
  • feature #​60993 Remove deprecated CouchbaseBucketAdapter (mttsch)
  • feature #​60929 Remove deprecated OIDC token handler options algorithm and key (OskarStark)
  • feature #​60969 Make Translator class final (OskarStark)
  • feature #​60966 Make Router class final (OskarStark)
  • feature #​60960 Make ResizeFormListener::postSetData() method final (OskarStark)
  • feature #​60959 Make # attribute class final (OskarStark)
  • feature #​60924 Remove deprecated escape_char functionality from CsvEncoder (OskarStark)
  • feature #​60928 Remove deprecated hide_user_not_found option (OskarStark)
  • feature #​60930 Remove deprecated session options from NativeSessionStorage (OskarStark)
  • feature #​60925 Remove deprecated escape parameter from CsvFileLoader (OskarStark)
  • feature #​60922 Change UrlType default protocol (OskarStark)
  • feature #​60879 Remove callable firewall listeners support (MatTheCat)
  • feature #​60878 Remove ImportMapConfigReader::splitPackageNameAndFilePath() (mttsch)
  • feature #​60877 Remove deprecated compiled class meta data classes (mttsch)
  • feature #​60870 Remove AdvancedNameConverterInterface (mttsch)
  • feature #​60862 Remove deprecated AttributeClassLoader property and setter (mttsch)
  • feature #​60863 Throw exception for non-array _query parameter (mttsch)
  • feature #​60865 Remove deprecated withDefaultContructorArguments method (mttsch)
  • feature #​60866 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​60852 remove the Sms77 Notifier bridge (xabbuh)
  • feature #​60844 Remove deprecated ContainerBuilder::getAutoconfiguredAttributes() (GromNaN)
  • feature #​60851 raise a parse error for duplicate keys (xabbuh)
  • feature #​60853 remove AddAnnotatedClassesToCachePass and related methods (xabbuh)
  • feature #​60845 Remove # and # attributes (GromNaN)
  • bug #​60813 Fix calls to removed add() method (derrabus)
  • feature #​60742 Remove deprecated eraseCredentials() from (User|Token)Interface (chalasr)
  • feature #​60776 Remove deprecated Application::add() methods (HypeMC)
  • feature #​60726 Remove PropertyInfo's Type (mtarld)
  • feature #​60720 Enable the property-info constructor extractor by default (HypeMC)
  • feature #​60716 Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects (nicolas-grekas)
  • feature #​60723 Remove support for nested options definition via setDefault(), use setOptions() instead (yceruto)
  • feature #​60721 Remove deprecated code (yceruto)
  • feature #​60712 Remove support for amphp/http-client < 5 (nicolas-grekas)
  • feature #​60697 Enforce return types on all components (nicolas-grekas)
  • feature #​60639 Bump Symfony 8 to PHP >= 8.4 (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.1

Compare Source

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

v8.0.0

Compare Source

symfony/debug-bundle (symfony/debug-bundle)

v8.0.0

Compare Source

symfony/doctrine-messenger (symfony/doctrine-messenger)

v8.0.5

Compare Source

Changelog (symfony/doctrine-messenger@v8.0.4...v8.0.5)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/doctrine-messenger@v8.0.0...v8.0.1)

v8.0.0

Compare Source

symfony/dotenv (symfony/dotenv)

v8.0.0

Compare Source

symfony/error-handler (symfony/error-handler)

v8.0.4

Compare Source

Changelog (symfony/error-handler@v8.0.3...v8.0.4)

v8.0.0

Compare Source

symfony/expression-language (symfony/expression-language)

v8.0.4

Compare Source

v8.0.0

Compare Source

symfony/filesystem (symfony/filesystem)

v8.0.1

Compare Source

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

  • no significant changes

v8.0.0

Compare Source

symfony/form (symfony/form)

v8.0.4

Compare Source

Changelog (symfony/form@v8.0.3...v8.0.4)

  • bug #​63144 Fix OrderedHashMap auto-increment logic with mixed keys (yoeunes)
  • bug #​63154 don't skip custom view transformers while normalizing submitted newlines (xabbuh)
  • bug #​63113 Fix ICU 72+ whitespace handling in DateTimeToLocalizedStringTransformer (roukmoute)
  • bug #​62884 Prevent cached block prefixes from leaking across nested collections (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.1

Compare Source

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

v8.0.0

Compare Source

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

v8.0.5

Compare Source

Changelog (symfony/framework-bundle@v8.0.4...v8.0.5)

  • bug #​63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #​63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@​nicolas-grekas)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.1

Compare Source

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

  • bug [symfony/symfon

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added the renovate label Nov 29, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 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 symfony/amqp-messenger:8.0.4 symfony/asset:8.0.4 symfony/browser-kit:8.0.4 symfony/config:8.0.4 symfony/console:8.0.4 symfony/debug-bundle:8.0.0 symfony/doctrine-messenger:8.0.5 symfony/dotenv:8.0.0 symfony/error-handler:8.0.4 symfony/expression-language:8.0.4 symfony/filesystem:8.0.1 symfony/form:8.0.4 symfony/framework-bundle:8.0.5 symfony/http-client:8.0.5 symfony/mailer:8.0.4 symfony/messenger:8.0.4 symfony/phpunit-bridge:8.0.3 symfony/process:8.0.5 symfony/property-access:8.0.4 symfony/property-info:8.0.5 symfony/runtime:8.0.1 symfony/security-bundle:8.0.4 symfony/serializer:8.0.5 symfony/stopwatch:8.0.0 symfony/string:8.0.4 symfony/translation:8.0.4 symfony/twig-bundle:8.0.4 symfony/uid:8.0.4 symfony/validator:8.0.5 symfony/var-dumper:8.0.4 symfony/web-profiler-bundle:8.0.4 symfony/webhook:8.0.4 symfony/yaml:8.0.1 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency twig/twig is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/config ^7.4 || ^8.0, found symfony/config[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/filesystem ^7.4 || ^8.0, found symfony/filesystem[v7.4.0-BETA1, v7.4.0-RC1, v7.4.0, 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/framework-bundle ^7.4 || ^8.0, found symfony/framework-bundle[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - digitalrevolution/symfony-request-validation is locked to version v3.0.0 and an update of this package was not requested.
    - digitalrevolution/symfony-request-validation v3.0.0 requires symfony/config ^6.2 || ^7.0 || ^8.0 -> found symfony/config[v6.2.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - digitalrevolution/symfony-trace-bundle is locked to version v1.1.0 and an update of this package was not requested.
    - digitalrevolution/symfony-trace-bundle v1.1.0 requires symfony/config ^6.4 || ^7.3 || ^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.3.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - doctrine/doctrine-bundle is locked to version 3.2.2 and an update of this package was not requested.
    - doctrine/doctrine-bundle 3.2.2 requires symfony/config ^6.4 || ^7.0 || ^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - doctrine/doctrine-migrations-bundle is locked to version 4.0.0 and an update of this package was not requested.
    - doctrine/doctrine-migrations-bundle 4.0.0 requires symfony/config ^6.4 || ^7.0 || ^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 8
    - fdekker/log-viewer-bundle is locked to version v2.7.0 and an update of this package was not requested.
    - fdekker/log-viewer-bundle v2.7.0 requires symfony/config ^6.0||^7.0||^8.0 -> found symfony/config[v6.0.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 9
    - liip/monitor-bundle is locked to version 2.24.0 and an update of this package was not requested.
    - liip/monitor-bundle 2.24.0 requires symfony/framework-bundle ^6.4|^7.0 -> found symfony/framework-bundle[v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev] but it conflicts with your temporary update constraint (symfony/framework-bundle:8.0.5).
  Problem 10
    - symfony/ai-bundle is locked to version v0.3.2 and an update of this package was not requested.
    - symfony/ai-bundle v0.3.2 requires symfony/config ^7.3|^8.0 -> found symfony/config[v7.3.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 11
    - symfony/mercure-bundle is locked to version v0.4.2 and an update of this package was not requested.
    - symfony/mercure-bundle v0.4.2 requires symfony/config ^6.4|^7.3|^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.3.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 12
    - symfony/monolog-bundle is locked to version v4.0.1 and an update of this package was not requested.
    - symfony/monolog-bundle v4.0.1 requires symfony/config ^7.3 || ^8.0 -> found symfony/config[v7.3.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 13
    - Root composer.json requires symfony/security-bundle ^7.4 || ^8.0 -> satisfiable by symfony/security-bundle[v8.0.4].
    - symfony/security-bundle v8.0.4 requires symfony/config ^7.4|^8.0 -> found symfony/config[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 14
    - symfony/stimulus-bundle is locked to version v2.32.0 and an update of this package was not requested.
    - symfony/stimulus-bundle v2.32.0 requires symfony/config ^5.4|^6.0|^7.0|^8.0 -> found symfony/config[v5.4.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 15
    - Root composer.json requires symfony/twig-bundle ^7.4 || ^8.0 -> satisfiable by symfony/twig-bundle[v8.0.4].
    - symfony/twig-bundle v8.0.4 requires symfony/config ^7.4|^8.0 -> found symfony/config[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 16
    - symfony/webpack-encore-bundle is locked to version v2.4.0 and an update of this package was not requested.
    - symfony/webpack-encore-bundle v2.4.0 requires symfony/config ^5.4 || ^6.2 || ^7.0 || ^8.0 -> found symfony/config[v5.4.0-BETA1, ..., 5.4.x-dev, v6.2.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 17
    - twig/extra-bundle is locked to version v3.23.0 and an update of this package was not requested.
    - twig/extra-bundle v3.23.0 requires symfony/framework-bundle ^5.4|^6.4|^7.0|^8.0 -> found symfony/framework-bundle[v5.4.0-BETA1, ..., 5.4.x-dev, v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 18
    - doctrine/doctrine-fixtures-bundle is locked to version 4.3.1 and an update of this package was not requested.
    - doctrine/doctrine-fixtures-bundle 4.3.1 requires symfony/config ^6.4 || ^7.0 || ^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 19
    - liip/test-fixtures-bundle is locked to version 3.8.0 and an update of this package was not requested.
    - liip/test-fixtures-bundle 3.8.0 requires symfony/framework-bundle ^5.4 || ^6.3 || ^7.0 || ^8.0 -> found symfony/framework-bundle[v5.4.0-BETA1, ..., 5.4.x-dev, v6.3.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 20
    - Root composer.json requires symfony/debug-bundle ^8.0 -> satisfiable by symfony/debug-bundle[v8.0.0].
    - symfony/debug-bundle v8.0.0 requires symfony/config ^7.4|^8.0 -> found symfony/config[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 21
    - symfony/maker-bundle is locked to version v1.66.0 and an update of this package was not requested.
    - symfony/maker-bundle v1.66.0 requires symfony/config ^6.4|^7.0|^8.0 -> found symfony/config[v6.4.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 22
    - Root composer.json requires symfony/web-profiler-bundle ^8.0 -> satisfiable by symfony/web-profiler-bundle[v8.0.4].
    - symfony/web-profiler-bundle v8.0.4 requires symfony/config ^7.4|^8.0 -> found symfony/config[v7.4.0-BETA1, ..., 7.4.x-dev, v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 23
    - phpmd/phpmd is locked to version 2.15.0 and an update of this package was not requested.
    - pdepend/pdepend 2.16.2 requires symfony/config ^2.3.0|^3|^4|^5|^6.0|^7.0 -> found symfony/config[v2.3.0, ..., 2.8.x-dev, v3.0.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.4.x-dev] but it conflicts with your temporary update constraint (symfony/config:8.0.4).
    - phpmd/phpmd 2.15.0 requires pdepend/pdepend ^2.16.1 -> satisfiable by pdepend/pdepend[2.16.2].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/major-symfony branch 6 times, most recently from 42e24bb to b39bc31 Compare December 4, 2025 06:17
@renovate renovate bot force-pushed the renovate/major-symfony branch 3 times, most recently from a49be11 to 6780de9 Compare December 11, 2025 06:05
@renovate renovate bot force-pushed the renovate/major-symfony branch 4 times, most recently from 6c24d6a to 74e83f7 Compare December 20, 2025 12:39
@renovate renovate bot force-pushed the renovate/major-symfony branch 9 times, most recently from 6bd0065 to 298393a Compare December 28, 2025 20:51
@renovate renovate bot force-pushed the renovate/major-symfony branch 2 times, most recently from 88f40aa to 615dad8 Compare January 12, 2026 21:10
@renovate renovate bot force-pushed the renovate/major-symfony branch 3 times, most recently from 0772649 to 62aa348 Compare January 22, 2026 05:13
@renovate renovate bot force-pushed the renovate/major-symfony branch from 62aa348 to 6d95b77 Compare January 25, 2026 14:40
@renovate renovate bot force-pushed the renovate/major-symfony branch 16 times, most recently from c450d3a to a57cc82 Compare February 10, 2026 17:41
@renovate renovate bot force-pushed the renovate/major-symfony branch 12 times, most recently from 1499134 to e8bab5e Compare February 15, 2026 19:10
@renovate renovate bot force-pushed the renovate/major-symfony branch from e8bab5e to e35f2dc Compare February 15, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

0 participants