Skip to content

Update symfony packages to v8 (major)#2492

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

Update symfony packages to v8 (major)#2492
renovate[bot] wants to merge 1 commit intomainfrom
renovate/services/major-symfony

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 27, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
symfony/browser-kit (source) 7.3.*8.0.* age confidence
symfony/clock (source) 7.3.*8.0.* age confidence
symfony/console (source) 7.3.*8.0.* age confidence
symfony/dotenv (source) 7.3.*8.0.* age confidence
symfony/framework-bundle (source) 7.3.*8.0.* age confidence
symfony/runtime (source) 7.3.*8.0.* age confidence
symfony/twig-bridge (source) 7.3.*8.0.* age confidence
symfony/twig-bundle (source) 7.3.*8.0.* age confidence
symfony/uid (source) 7.3.*8.0.* age confidence
symfony/validator (source) 7.3.*8.0.* age confidence
symfony/yaml (source) 7.3.*8.0.* age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v8.0.8

Compare Source

Changelog (symfony/browser-kit@v8.0.7...v8.0.8)

  • no significant changes

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.0

Compare Source

v7.4.8

Compare Source

Changelog (symfony/browser-kit@v7.4.7...v7.4.8)

  • no significant changes

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.0

Compare Source

symfony/clock (symfony/clock)

v8.0.8

Compare Source

Changelog (symfony/clock@v8.0.7...v8.0.8)

  • no significant changes

v8.0.0

Compare Source

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

  • no significant changes

v7.4.8

Compare Source

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

  • no significant changes

v7.4.0

Compare Source

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

  • no significant changes
symfony/console (symfony/console)

v8.0.8

Compare Source

Changelog (symfony/console@v8.0.7...v8.0.8)

v8.0.7

Compare Source

Changelog (symfony/console@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/console@v8.0.5...v8.0.6)

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

v7.4.8

Compare Source

v7.4.7

Compare Source

Changelog (symfony/console@v7.4.6...v7.4.7)

v7.4.6

Compare Source

Changelog (symfony/console@v7.4.5...v7.4.6)

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.1

Compare Source

Changelog (symfony/console@v7.4.0...v7.4.1)

v7.4.0

Compare Source

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

symfony/dotenv (symfony/dotenv)

v8.0.8

Compare Source

Changelog (symfony/dotenv@v8.0.7...v8.0.8)

v8.0.7

Compare Source

Changelog (symfony/dotenv@v8.0.6...v8.0.7)

v8.0.6

Compare Source

v8.0.0

Compare Source

v7.4.8

Compare Source

v7.4.7

Compare Source

Changelog (symfony/dotenv@v7.4.6...v7.4.7)

v7.4.6

Compare Source

v7.4.0

Compare Source

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

v8.0.8

Compare Source

Changelog (symfony/framework-bundle@v8.0.7...v8.0.8)

v8.0.7

Compare Source

Changelog (symfony/framework-bundle@v8.0.6...v8.0.7)

v8.0.6

Compare Source

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

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)

v8.0.0

Compare Source

v7.4.8

Compare Source

Changelog (symfony/framework-bundle@v7.4.7...v7.4.8)

v7.4.7

Compare Source

Changelog (symfony/framework-bundle@v7.4.6...v7.4.7)

v7.4.6

Compare Source

Changelog (symfony/framework-bundle@v7.4.5...v7.4.6)

v7.4.5

Compare Source

Changelog (symfony/framework-bundle@v7.4.4...v7.4.5)

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

v7.4.4

Compare Source

v7.4.3

Compare Source

Changelog (symfony/framework-bundle@v7.4.2...v7.4.3)

v7.4.1

Compare Source

Changelog (symfony/framework-bundle@v7.4.0...v7.4.1)

v7.4.0

Compare Source

Changelog (symfony/framework-bundle@v7.4.0-RC3...v7.4.0)

symfony/runtime (symfony/runtime)

v8.0.8

Compare Source

Changelog (symfony/runtime@v8.0.7...v8.0.8)

  • no significant changes

v8.0.1

Compare Source

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

v8.0.0

Compare Source

v7.4.8

Compare Source

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

  • no significant changes

v7.4.1

Compare Source

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

v7.4.0

Compare Source

symfony/twig-bridge (symfony/twig-bridge)

v8.0.8

Compare Source

Changelog (symfony/twig-bridge@v8.0.7...v8.0.8)

v8.0.7

Compare Source

Changelog (symfony/twig-bridge@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/twig-bridge@v8.0.5...v8.0.6)

v8.0.5

Compare Source

Changelog (symfony/twig-bridge@v8.0.4...v8.0.5)

v8.0.4

Compare Source

Changelog (symfony/twig-bridge@v8.0.3...v8.0.4)

v8.0.3

Compare Source

Changelog (symfony/twig-bridge@v8.0.2...v8.0.3)

v8.0.1

Compare Source

Changelog (symfony/twig-bridge@v8.0.0...v8.0.1)

v8.0.0

Compare Source

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

  • no significant changes

v7.4.8

Compare Source

Changelog (symfony/twig-bridge@v7.4.7...v7.4.8)

v7.4.7

Compare Source

Changelog (symfony/twig-bridge@v7.4.6...v7.4.7)


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 becomes conflicted, 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 bump-patch Pull request which needs to bump a patch version in this repository. chore Pull requests that resolve chores (for releases) labels Nov 27, 2025
@renovate renovate bot requested a review from ryanmab as a code owner November 27, 2025 18:42
@renovate renovate bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 27, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Nov 27, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: services/analyse/composer.lock
Command failed: composer update symfony/clock:8.0.8 symfony/console:8.0.8 symfony/dotenv:8.0.8 symfony/framework-bundle:8.0.8 symfony/runtime:8.0.8 symfony/validator:8.0.8 symfony/yaml:8.0.8 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/clock 8.0.*, found symfony/clock[v8.0.0, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/console 8.0.*, found symfony/console[v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/validator 8.0.*, found symfony/validator[v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - Root composer.json requires symfony/yaml 8.0.*, found symfony/yaml[v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - coverage-robot/configuration is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/configuration v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 6
    - coverage-robot/contracts is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/contracts v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 7
    - coverage-robot/event is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/event v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 8
    - coverage-robot/message is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/message v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 9
    - coverage-robot/telemetry is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 10
    - sentry/sentry-symfony is locked to version 5.9.0 and an update of this package was not requested.
    - sentry/sentry-symfony 5.9.0 requires symfony/console ^4.4.20||^5.0.11||^6.0||^7.0||^8.0 -> found symfony/console[v4.4.20, ..., v4.4.49, v5.0.11, ..., v5.4.47, v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 11
    - coverage-robot/local is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/local v1.6.23 requires symfony/console ^7.0 -> found symfony/console[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 12
    - spatie/phpunit-snapshot-assertions is locked to version 5.3.2 and an update of this package was not requested.
    - spatie/phpunit-snapshot-assertions 5.3.2 requires symfony/yaml ^5.2|^6.2|^7.0|^8.0 -> found symfony/yaml[v5.2.0, ..., v5.4.45, v6.2.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 13
    - symfony/maker-bundle is locked to version v1.67.0 and an update of this package was not requested.
    - symfony/maker-bundle v1.67.0 requires symfony/console ^6.4|^7.0|^8.0 -> found symfony/console[v6.4.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 14
    - vimeo/psalm is locked to version 6.15.1 and an update of this package was not requested.
    - vimeo/psalm 6.15.1 requires symfony/console ^6.0 || ^7.0 || ^8.0 -> found symfony/console[v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 15
    - coverage-robot/clients is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/clients v1.6.23 requires coverage-robot/telemetry ^1.6 -> satisfiable by coverage-robot/telemetry[v1.6.23].
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).

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

File name: services/api/composer.lock
Command failed: composer update symfony/browser-kit:8.0.8 symfony/clock:8.0.8 symfony/console:8.0.8 symfony/dotenv:8.0.8 symfony/framework-bundle:8.0.8 symfony/runtime:8.0.8 symfony/twig-bridge:8.0.8 symfony/twig-bundle:8.0.8 symfony/uid:8.0.8 symfony/validator:8.0.8 symfony/yaml:8.0.8 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/clock 8.0.*, found symfony/clock[v8.0.0, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/console 8.0.*, found symfony/console[v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/uid 8.0.*, found symfony/uid[v8.0.0, v8.0.4, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - Root composer.json requires symfony/validator 8.0.*, found symfony/validator[v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - Root composer.json requires symfony/yaml 8.0.*, found symfony/yaml[v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - coverage-robot/clients is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/clients v1.6.23 requires symfony/uid ^7.1 -> found symfony/uid[v7.1.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 7
    - coverage-robot/configuration is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/configuration v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 8
    - coverage-robot/contracts is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/contracts v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 9
    - coverage-robot/event is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/event v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 10
    - coverage-robot/message is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/message v1.6.23 requires symfony/validator ^7.0 -> found symfony/validator[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 11
    - coverage-robot/telemetry is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 12
    - sentry/sentry-symfony is locked to version 5.9.0 and an update of this package was not requested.
    - sentry/sentry-symfony 5.9.0 requires symfony/console ^4.4.20||^5.0.11||^6.0||^7.0||^8.0 -> found symfony/console[v4.4.20, ..., v4.4.49, v5.0.11, ..., v5.4.47, v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 13
    - coverage-robot/local is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/local v1.6.23 requires symfony/console ^7.0 -> found symfony/console[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 14
    - spatie/phpunit-snapshot-assertions is locked to version 5.3.2 and an update of this package was not requested.
    - spatie/phpunit-snapshot-assertions 5.3.2 requires symfony/yaml ^5.2|^6.2|^7.0|^8.0 -> found symfony/yaml[v5.2.0, ..., v5.4.45, v6.2.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 15
    - symfony/maker-bundle is locked to version v1.67.0 and an update of this package was not requested.
    - symfony/maker-bundle v1.67.0 requires symfony/console ^6.4|^7.0|^8.0 -> found symfony/console[v6.4.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 16
    - vimeo/psalm is locked to version 6.15.1 and an update of this package was not requested.
    - vimeo/psalm 6.15.1 requires symfony/console ^6.0 || ^7.0 || ^8.0 -> found symfony/console[v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 17
    - Root composer.json requires symfony/framework-bundle 8.0.* -> satisfiable by symfony/framework-bundle[v8.0.8].
    - symfony/serializer is locked to version v7.3.11 and an update of this package was not requested.
    - symfony/framework-bundle v8.0.8 conflicts with symfony/serializer <7.4.

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

File name: services/ingest/composer.lock
Command failed: composer update symfony/clock:8.0.8 symfony/console:8.0.8 symfony/dotenv:8.0.8 symfony/framework-bundle:8.0.8 symfony/runtime:8.0.8 symfony/yaml:8.0.8 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/clock 8.0.*, found symfony/clock[v8.0.0, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/yaml 8.0.*, found symfony/yaml[v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - coverage-robot/configuration is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/configuration v1.6.23 requires symfony/yaml ^7.0 -> found symfony/yaml[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 4
    - coverage-robot/telemetry is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 5
    - sentry/sentry-symfony is locked to version 5.9.0 and an update of this package was not requested.
    - sentry/sentry-symfony 5.9.0 requires symfony/yaml ^4.4.20||^5.0.11||^6.0||^7.0||^8.0 -> found symfony/yaml[v4.4.20, ..., v4.4.45, v5.0.11, ..., v5.4.45, v6.0.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - spatie/phpunit-snapshot-assertions is locked to version 5.3.2 and an update of this package was not requested.
    - spatie/phpunit-snapshot-assertions 5.3.2 requires symfony/yaml ^5.2|^6.2|^7.0|^8.0 -> found symfony/yaml[v5.2.0, ..., v5.4.45, v6.2.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - coverage-robot/event is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/event v1.6.23 requires coverage-robot/telemetry ^1.6 -> satisfiable by coverage-robot/telemetry[v1.6.23].
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).

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

File name: services/orchestrator/composer.lock
Command failed: composer update symfony/clock:8.0.8 symfony/console:8.0.8 symfony/dotenv:8.0.8 symfony/framework-bundle:8.0.8 symfony/runtime:8.0.8 symfony/yaml:8.0.8 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/clock 8.0.*, found symfony/clock[v8.0.0, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/console 8.0.*, found symfony/console[v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/yaml 8.0.*, found symfony/yaml[v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - coverage-robot/configuration is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/configuration v1.6.23 requires symfony/yaml ^7.0 -> found symfony/yaml[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 5
    - coverage-robot/telemetry is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 6
    - sentry/sentry-symfony is locked to version 5.9.0 and an update of this package was not requested.
    - sentry/sentry-symfony 5.9.0 requires symfony/console ^4.4.20||^5.0.11||^6.0||^7.0||^8.0 -> found symfony/console[v4.4.20, ..., v4.4.49, v5.0.11, ..., v5.4.47, v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - coverage-robot/local is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/local v1.6.23 requires symfony/console ^7.0 -> found symfony/console[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 8
    - vimeo/psalm is locked to version 6.15.1 and an update of this package was not requested.
    - vimeo/psalm 6.15.1 requires symfony/console ^6.0 || ^7.0 || ^8.0 -> found symfony/console[v6.0.0, ..., v6.4.36, v7.0.0, ..., v7.4.8, v8.0.0, ..., v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 9
    - coverage-robot/message is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/message v1.6.23 requires coverage-robot/telemetry ^1.6 -> satisfiable by coverage-robot/telemetry[v1.6.23].
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).

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

File name: services/publish/composer.lock
Command failed: composer update symfony/clock:8.0.8 symfony/console:8.0.8 symfony/dotenv:8.0.8 symfony/framework-bundle:8.0.8 symfony/runtime:8.0.8 symfony/twig-bridge:8.0.8 symfony/twig-bundle:8.0.8 symfony/yaml:8.0.8 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/clock 8.0.*, found symfony/clock[v8.0.0, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/yaml 8.0.*, found symfony/yaml[v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - coverage-robot/configuration is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/configuration v1.6.23 requires symfony/yaml ^7.0 -> found symfony/yaml[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 4
    - coverage-robot/telemetry is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).
  Problem 5
    - sentry/sentry-symfony is locked to version 5.9.0 and an update of this package was not requested.
    - sentry/sentry-symfony 5.9.0 requires symfony/yaml ^4.4.20||^5.0.11||^6.0||^7.0||^8.0 -> found symfony/yaml[v4.4.20, ..., v4.4.45, v5.0.11, ..., v5.4.45, v6.0.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - spatie/phpunit-snapshot-assertions is locked to version 5.3.2 and an update of this package was not requested.
    - spatie/phpunit-snapshot-assertions 5.3.2 requires symfony/yaml ^5.2|^6.2|^7.0|^8.0 -> found symfony/yaml[v5.2.0, ..., v5.4.45, v6.2.0, ..., v6.4.34, v7.0.0, ..., v7.4.8, v8.0.0, v8.0.1, v8.0.6, v8.0.8] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - coverage-robot/message is locked to version v1.6.23 and an update of this package was not requested.
    - coverage-robot/message v1.6.23 requires coverage-robot/telemetry ^1.6 -> satisfiable by coverage-robot/telemetry[v1.6.23].
    - coverage-robot/telemetry v1.6.23 requires symfony/clock ^7.0 -> found symfony/clock[v7.0.0, ..., v7.4.8] but it conflicts with your root composer.json require (8.0.*).

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/services/major-symfony branch 2 times, most recently from 4d0c340 to 7edb3cf Compare November 30, 2025 21:39
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 8 times, most recently from 2f423e2 to c49fba4 Compare December 9, 2025 18:33
@coverage-robot
Copy link
Copy Markdown

coverage-robot bot commented Dec 9, 2025

Coverage Report

Merging #2492 will not change the total coverage (compared to 2a41b9d)

Total Coverage Diff Coverage
77.98% ø
Tags
Tag Lines Covered Partial Uncovered Coverage
analyse-service
(Carried forward from 0c52ce1)
2430 2124 0 306 87.41%
api-service
(Carried forward from 0c52ce1)
1418 1013 0 405 71.44%
clients-package
(Carried forward from 4ce3b0c)
95 88 0 7 92.63%
configuration-package
(Carried forward from 4ce3b0c)
665 513 0 152 77.14%
event-package
(Carried forward from 4ce3b0c)
166 107 0 59 64.46%
ingest-service
(Carried forward from 0c52ce1)
1040 852 0 188 81.92%
local-package
(Carried forward from 4ce3b0c)
249 168 0 81 67.47%
message-package
(Carried forward from 4ce3b0c)
92 56 0 36 60.87%
orchestrator-service
(Carried forward from 0c52ce1)
846 700 0 146 82.74%
publish-service
(Carried forward from 4ce3b0c)
1116 718 0 398 64.34%
telemetry-package
(Carried forward from 4ce3b0c)
108 75 0 33 69.44%
Impacted Files

No impacted files in #2492

Last update to c93333a at 23:44pm UTC

@renovate renovate bot force-pushed the renovate/services/major-symfony branch 9 times, most recently from c8a0951 to 7923acb Compare December 13, 2025 14:06
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 3 times, most recently from 799dd7a to e3fd789 Compare December 24, 2025 09:35
@renovate renovate bot force-pushed the renovate/services/major-symfony branch from e3fd789 to 7725fe6 Compare December 31, 2025 17:48
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 7 times, most recently from 3985eea to 4b58692 Compare January 27, 2026 14:33
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 12 times, most recently from e10d464 to fa49dc4 Compare February 1, 2026 01:15
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 7 times, most recently from 1952d06 to e8648a2 Compare February 10, 2026 01:49
@renovate renovate bot force-pushed the renovate/services/major-symfony branch 3 times, most recently from 8ba4b51 to ec26d42 Compare February 13, 2026 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-patch Pull request which needs to bump a patch version in this repository. chore Pull requests that resolve chores (for releases) 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