Skip to content

build(deps): update symfony/framework-bundle requirement from ^7.0 to ^8.0#1809

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/framework-bundle-tw-8.0
Open

build(deps): update symfony/framework-bundle requirement from ^7.0 to ^8.0#1809
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/framework-bundle-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Updates the requirements on symfony/framework-bundle to permit the latest version.

Release notes

Sourced from symfony/framework-bundle's releases.

v8.0.10

Changelog (symfony/framework-bundle@v8.0.9...v8.0.10)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

8.1

  • Deprecate json_streamer.value_transformer.date_time_to_string and json_streamer.value_transformer.string_to_date_time services, date times are handled as value objects
  • Deprecate json_streamer.value_transformer tag, use json_streamer.property_value_transformer instead
  • Add marshaller option to cache pool configuration to allow per-pool marshaller services
  • Add support for lock:// DSN in semaphore configuration to use the Lock component as a semaphore store
  • Add support for configuring JsonStreamer's default_options
  • Add project-scoped flock and semaphore lock store services
  • Add createFormFlowBuilder method to AbstractController and ControllerHelper
  • Deprecate setting the framework.profiler.collect_serializer_data config option
  • Deprecate the framework.http_cache.terminate_on_cache_hit config option
  • Add support for framework.secrets.decryption_env_var to contain dots
  • Enable mocking non-shared services in tests
  • Add support for setting mock_response_factory per scoped HTTP client
  • Add ConsoleCommandAssertionsTrait to KernelTestCase for running a command and asserting the result
  • Add assertSessionHasFlashMessage() to BrowserKitAssertionsTrait
  • Add framework.html_sanitizer.sanitizers.*.default_action config option
  • Deprecate parameters router.request_context.scheme and router.request_context.host; use the router.request_context.base_url parameter or the framework.router.default_uri config option instead
  • Add decoration stack to debug:container command output
  • Add MicroKernelTrait::getAllowedEnvs() to list and enforce allowed values for APP_ENV
  • Change caching.max_ttl option to default to 86400 (24h) instead of null
  • Deprecate setting caching.max_ttl to null, use a positive integer instead
  • Deprecate senders nesting level for messenger routing config; use string or a list of strings instead
  • Allow configuring Webhook's header names and signing algo
  • Deprecate registering console commands by overriding Bundle::registerCommands(), use the #[AsCommand] attribute or the console.command service tag instead
  • Deprecate calling FrameworkExtension::load() directly without first loading ServicesBundle's extension
  • Add support for the #[RateLimit] attribute on controllers when framework.rate_limiter is configured
  • Add --sort option to debug:router command to sort routes by a given column

8.0

  • Remove the WorkflowDumpCommand class; the workflow:dump command works the same as before but its class is now defined in the Workflow component
  • Remove errors.xml and webhook.xml routing configuration files (use their PHP equivalent instead)
  • Enable the property info constructor extractor by default
  • Remove deprecated Symfony\Bundle\FrameworkBundle\Console\Application::add() method in favor of Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()
  • Make Router class final
  • Make SerializerCacheWarmer class final
  • Make Translator class final
  • Make TranslationsCacheWarmer class final
  • Make ValidatorCacheWarmer class final
  • Remove autowiring aliases for RateLimiterFactory; use RateLimiterFactoryInterface instead
  • Remove session.sid_length and session.sid_bits_per_character config options
  • Remove the router.cache_dir config option
  • Remove the validation.cache option

... (truncated)

Commits
  • a81e320 Merge branch '7.4' into 8.0
  • 4b9cb20 Fix tests
  • dcd9fbc Merge branch '7.4' into 8.0
  • b15948a Merge branch '6.4' into 7.4
  • ea4ec03 Merge branch '7.4' into 8.0
  • 557ed7a Fix low-deps
  • 0e3ddf7 Merge branch '7.4' into 8.0
  • 77e4fa5 [Config] Normalize backed-enum in array shapes
  • ec5e749 Merge branch '7.4' into 8.0
  • 601423c [FrameworkBundle] Declare composer package next to notifier services
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [symfony/framework-bundle](https://github.com/symfony/framework-bundle) to permit the latest version.
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/8.1/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.0.0...v8.0.10)

---
updated-dependencies:
- dependency-name: symfony/framework-bundle
  dependency-version: 8.0.10
  dependency-type: direct:production
...

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 May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants