Skip to content

build(deps): bump the symfony group across 1 directory with 32 updates#6834

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony-43e67c9ff4
Closed

build(deps): bump the symfony group across 1 directory with 32 updates#6834
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony-43e67c9ff4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the symfony group with 30 updates in the / directory:

Package From To
symfony/asset 7.4.8 8.0.8
symfony/brevo-mailer 7.4.0 8.0.0
symfony/cache 7.4.10 8.0.10
symfony/dotenv 7.4.9 8.0.11
symfony/error-handler 7.4.8 8.0.8
symfony/finder 7.4.8 8.0.8
symfony/framework-bundle 7.4.10 8.0.11
symfony/http-foundation 7.4.8 8.0.8
symfony/intl 7.4.8 8.0.8
symfony/mailer 7.4.8 8.0.8
symfony/mime 7.4.9 8.0.9
symfony/password-hasher 7.4.8 8.0.8
symfony/polyfill-iconv 1.33.0 1.37.0
symfony/process 7.4.11 8.0.11
symfony/property-info 7.4.8 8.0.8
symfony/rate-limiter 7.4.10 8.0.10
symfony/routing 7.4.9 8.0.9
symfony/runtime 7.4.8 8.0.8
symfony/security-bundle 7.4.8 8.0.11
symfony/security-csrf 7.4.8 8.0.8
symfony/twig-bridge 7.4.8 8.0.8
symfony/twig-bundle 7.4.8 8.0.8
symfony/type-info 7.4.9 8.0.9
symfony/validator 7.4.10 8.0.10
symfony/var-dumper 7.4.8 8.0.8
symfony/var-exporter 7.4.9 8.0.9
symfony/browser-kit 7.4.8 8.0.8
symfony/maker-bundle 1.66.0 1.67.0
symfony/phpunit-bridge 7.4.8 8.0.8
symfony/web-profiler-bundle 7.4.9 8.0.11

Updates symfony/asset from 7.4.8 to 8.0.8

Release notes

Sourced from symfony/asset's releases.

v8.0.8

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

  • no significant changes

v8.0.6

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

  • bug #63317 Fix JsonManifestVersionStrategy exception on missing manifest in non-strict mode (@​claude)

v8.0.4

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

  • no significant changes

v8.0.0

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

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA1

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

Commits

Updates symfony/brevo-mailer from 7.4.0 to 8.0.0

Release notes

Sourced from symfony/brevo-mailer's releases.

v8.0.0

Changelog (symfony/brevo-mailer@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA1

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

Commits

Updates symfony/cache from 7.4.10 to 8.0.10

Release notes

Sourced from symfony/cache's releases.

v8.0.10

Changelog (symfony/cache@v8.0.9...v8.0.10)

v8.0.9

Changelog (symfony/cache@v8.0.8...v8.0.9)

v8.0.8

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

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@​lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@​pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@​pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@​guillaumeVDP)

v8.0.7

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

v8.0.6

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

v8.0.5

Changelog (symfony/cache@v8.0.4...v8.0.5)

v8.0.4

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

v8.0.3

Changelog (symfony/cache@v8.0.2...v8.0.3)

... (truncated)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

8.0

  • Remove CouchbaseBucketAdapter, use CouchbaseCollectionAdapter instead

7.4

  • Bump ext-redis to 6.1 and ext-relay to 0.12 minimum

7.3

  • Add support for \Relay\Cluster in RedisAdapter
  • Add support for valkey: / valkeys: schemes
  • Add support for namespace-based invalidation
  • Rename options "redis_cluster" and "redis_sentinel" to "cluster" and "sentinel" respectively

7.2

  • igbinary_serialize() is no longer used instead of serialize() by default when the igbinary extension is installed, due to behavior compatibilities between the two
  • Add optional Psr\Clock\ClockInterface parameter to ArrayAdapter

7.1

  • Add option sentinel_master as an alias for redis_sentinel
  • Deprecate CouchbaseBucketAdapter, use CouchbaseCollectionAdapter
  • Add support for URL encoded characters in Couchbase DSN
  • Add support for using DSN with PDOAdapter
  • The algorithm for the default cache namespace changed from SHA256 to XXH128

7.0

  • Add parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()
  • Drop support for Postgres < 9.5 and SQL Server < 2008 in DoctrineDbalAdapter

6.4

  • EarlyExpirationHandler no longer implements MessageHandlerInterface, rely on AsMessageHandler instead

6.3

... (truncated)

Commits

Updates symfony/dotenv from 7.4.9 to 8.0.11

Release notes

Sourced from symfony/dotenv's releases.

v8.0.11

Changelog (symfony/dotenv@v8.0.9...v8.0.11)

v8.0.9

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

v8.0.8

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

v8.0.7

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

  • bug #63496 Defer variable and command expansion to account for overrides from subsequent .env files (@​nicolas-grekas)

v8.0.6

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

  • bug #63372 Use SYMFONY_DOTENV_PATH variable when dumping dotenv (@​Spea)

v8.0.0

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

  • no significant changes

v8.0.0-RC2

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

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA1

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

... (truncated)

Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

8.0

  • Remove $defaultName and $defaultDescription properties from DebugCommand command, configuration is done through the #[AsCommand] attribute

7.1

  • Add SYMFONY_DOTENV_PATH variable with the path to the .env file loaded by Dotenv::loadEnv() or Dotenv::bootEnv()

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

... (truncated)

Commits
  • 82e1d8f Merge branch '7.4' into 8.0
  • 82e9b13 Merge branch '6.4' into 7.4
  • e25b004 [Dotenv] Don't truncate OS env vars containing $ when $_ENV is unpopulated
  • f75c67b Merge branch '7.4' into 8.0
  • 0a1f94f Merge branch '7.4' into 8.0
  • 3892f82 Merge branch '7.4' into 8.0
  • 3bd035b Merge branch '7.4' into 8.0
  • cb3b9cf Merge branch '7.4' into 8.0
  • 5ba6337 Merge branch '7.4' into 8.0
  • b50872f Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/error-handler from 7.4.8 to 8.0.8

Release notes

Sourced from symfony/error-handler's releases.

v8.0.8

Changelog (symfony/error-handler@v8.0.7...v8.0.8)

  • bug #63639 "@method" deprecation notices are missing when interface inheritance is used (@​mpdude)
  • bug #63629 Fix deprecation notices for "@method" annotations and classes with __call() (@​mpdude)

v8.0.4

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

v8.0.0

Changelog (symfony/error-handler@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA1

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

Commits
  • c1119fe Merge branch '7.4' into 8.0
  • 5aa15c6 Merge branch '7.4' into 8.0
  • 839f640 Merge branch '7.4' into 8.0
  • 7620b97 * 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory gr...
  • 8720fcb Merge branch '7.4' into 8.0
  • 78a92b4 Merge branch '7.4' into 8.0
  • d77ec7d Merge branch '7.4' into 8.0
  • e483666 Merge branch '7.4' into 8.0
  • 7540d8d Merge branch '7.4' into 8.0
  • 7fec775 Merge branch '7.4' into 8.0
  • See full diff in compare view

Updates symfony/finder from 7.4.8 to 8.0.8

Release notes

Sourced from symfony/finder's releases.

v8.0.8

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

  • no significant changes

v8.0.6

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

  • no significant changes

v8.0.5

Changelog (symfony/finder@v8.0.4...v8.0.5)

v8.0.4

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

v8.0.3

Changelog (symfony/finder@v8.0.2...v8.0.3)

v8.0.0

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

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA1

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

Commits

Updates symfony/framework-bundle from 7.4.10 to 8.0.11

Release notes

Sourced from symfony/framework-bundle's releases.

v8.0.11

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

v8.0.10

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

v8.0.9

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

v8.0.8

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

v8.0.7

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

v8.0.6

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

v8.0.5

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)

... (truncated)

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
  • c0d53db Merge branch '7.4' into 8.0
  • 637f5ca Merge branch '6.4' into 7.4
  • a9cd7d7 [FrameworkBundle] Bump Request/Session value resolver priority above EntityVa...
  • a81e320 Merge branch '7.4' into 8.0
  • dcd9fbc Merge branch '7.4' into 8.0
  • ea4ec03 Merge branch '7.4' into 8.0
  • 0e3ddf7 Merge branch '7.4' into 8.0
  • ec5e749 Merge branch '7.4' into 8.0
  • ecc4459 Merge branch '7.4' into 8.0
  • 2295fe7 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 7.4.8 to 8.0.8

Release notes

Sourced from symfony/http-foundation's releases.

v8.0.8

Changelog (symfony/http-foundation@v8.0.7...v8.0.8)

  • no significant changes

v8.0.7

Changelog (symfony/http-foundation@v8.0.6...v8.0.7)

v8.0.6

Changelog (symfony/http-foundation@v8.0.5...v8.0.6)

v8.0.5

Changelog (symfony/http-foundation@v8.0.4...v8.0.5)

v8.0.4

Changelog (symfony/http-foundation@v8.0.3...v8.0.4)

v8.0.3

Changelog (symfony/http-foundation@v8.0.2...v8.0.3)

v8.0.1

Changelog (symfony/http-foundation@v8.0.0...v8.0.1)

v8.0.0

Changelog (symfony/http-foundation@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

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

... (truncated)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

8.1

  • Add BinaryFileResponse::shouldDeleteFileAfterSend()
  • Deprecate setting public properties of Request and Response objects directly; use setters or constructor arguments instead
  • Add SessionHasFlashMessage test constraint

8.0

  • Drop HTTP method override support for methods GET, HEAD, CONNECT and TRACE
  • Add argument $subtypeFallback to Request::getFormat()
  • Remove the following deprecated session options from NativeSessionStorage: referer_check, use_only_cookies, use_trans_sid, sid_length, sid_bits_per_character, trans_sid_hosts, trans_sid_tags
  • Trigger PHP warning when using Request::sendHeaders() after headers have already been sent; use a StreamedResponse instead
  • Add arguments $v4Bytes and $v6Bytes to IpUtils::anonymize()
  • Add argument $partitioned to ResponseHeaderBag::clearCookie()
  • Add argument $expiration to UriSigner::sign()
  • Remove Request::get(), use properties ->attributes, query or request directly instead
  • Remove accepting null $format argument to Request::setFormat()

7.4

  • Add #[WithHttpStatus] to define status codes: 404 for SignedUriException and 403 for ExpiredSignedUriException
  • Add support for the QUERY HTTP method
  • Add support for structured MIME suffix
  • Add Request::set/getAllowedHttpMethodOverride() to list which HTTP methods can be overridden
  • Deprecate using Request::sendHeaders() after headers have already been sent; use a StreamedResponse instead
  • Deprecate method Request::get(), use properties ->attributes, query or request directly instead
  • Make Request::createFromGlobals() parse the body of PUT, DELETE, PATCH and QUERY requests
  • Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACE; it will be ignored in Symfony 8.0
  • Deprecate accepting null $format argument to Request::setFormat()

7.3

  • Add support for iterable of string in StreamedResponse
  • Add EventStreamResponse and ServerEvent classes to streamline server event streaming
  • Add support for valkey: / valkeys: schemes for sessions
  • Request::getPreferredLanguage() now favors a more preferred language above exactly matching a locale
  • Allow UriSigner to use a ClockInterface
  • Add UriSigner::verify()

7.2

  • Add optional $requests parameter to RequestStack::__construct()

... (truncated)

Commits

Updates symfony/intl from 7.4.8 to 8.0.8

Release notes

Sourced from symfony/intl's releases.

v8.0.8

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

  • no significant changes

v8.0.6

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

  • no significant changes

v8.0.4

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

  • no significant changes

v8.0.1

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

  • no significant changes

v8.0.0

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

  • no significant changes

v8.0.0-RC1

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

  • no significant changes

v8.0.0-BETA2

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

  • no significant changes

v8.0.0-BETA1

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

Changelog

Sourced from symfony/intl's changelog.

CHANGELOG

8.0

  • Remove Symfony\Component\Intl\Transliterator\EmojiTransliterator, use Symfony\Component\Emoji\EmojiTransliterator instead

7.4

  • Allow Kosovo as a component region, controlled by the SYMFONY_INTL_WITH_USER_ASSIGNED env var
  • Generate legal and validity metadata for currencies
  • Add isValidInAnyCountry, isValidInCountry, forCountry methods in Symfony\Component\Intl\Currencies

7.1

  • Move all emoji code &...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 11, 2026
@dependabot dependabot Bot requested a review from dmetzner as a code owner May 11, 2026 07:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot Bot force-pushed the dependabot/composer/symfony-43e67c9ff4 branch 4 times, most recently from 8245f67 to 391b57b Compare May 18, 2026 02:24
Bumps the symfony group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `7.4.8` | `8.0.8` |
| [symfony/brevo-mailer](https://github.com/symfony/brevo-mailer) | `7.4.0` | `8.0.0` |
| [symfony/cache](https://github.com/symfony/cache) | `7.4.10` | `8.0.10` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.4.9` | `8.0.11` |
| [symfony/error-handler](https://github.com/symfony/error-handler) | `7.4.8` | `8.0.8` |
| [symfony/finder](https://github.com/symfony/finder) | `7.4.8` | `8.0.8` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.4.10` | `8.0.11` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.4.8` | `8.0.8` |
| [symfony/intl](https://github.com/symfony/intl) | `7.4.8` | `8.0.8` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.4.8` | `8.0.8` |
| [symfony/mime](https://github.com/symfony/mime) | `7.4.9` | `8.0.9` |
| [symfony/password-hasher](https://github.com/symfony/password-hasher) | `7.4.8` | `8.0.8` |
| [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.33.0` | `1.37.0` |
| [symfony/process](https://github.com/symfony/process) | `7.4.11` | `8.0.11` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.4.8` | `8.0.8` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.4.10` | `8.0.10` |
| [symfony/routing](https://github.com/symfony/routing) | `7.4.9` | `8.0.9` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.4.8` | `8.0.8` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.4.8` | `8.0.11` |
| [symfony/security-csrf](https://github.com/symfony/security-csrf) | `7.4.8` | `8.0.8` |
| [symfony/twig-bridge](https://github.com/symfony/twig-bridge) | `7.4.8` | `8.0.8` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.4.8` | `8.0.8` |
| [symfony/type-info](https://github.com/symfony/type-info) | `7.4.9` | `8.0.9` |
| [symfony/validator](https://github.com/symfony/validator) | `7.4.10` | `8.0.10` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.4.8` | `8.0.8` |
| [symfony/var-exporter](https://github.com/symfony/var-exporter) | `7.4.9` | `8.0.9` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.4.8` | `8.0.8` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.66.0` | `1.67.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.4.8` | `8.0.8` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.4.9` | `8.0.11` |



Updates `symfony/asset` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/8.1/CHANGELOG.md)
- [Commits](symfony/asset@v7.4.8...v8.0.8)

Updates `symfony/brevo-mailer` from 7.4.0 to 8.0.0
- [Release notes](https://github.com/symfony/brevo-mailer/releases)
- [Changelog](https://github.com/symfony/brevo-mailer/blob/8.1/CHANGELOG.md)
- [Commits](symfony/brevo-mailer@v7.4.0...v8.0.0)

Updates `symfony/cache` from 7.4.10 to 8.0.10
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.4.10...v8.0.10)

Updates `symfony/dotenv` from 7.4.9 to 8.0.11
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/8.1/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.4.9...v8.0.11)

Updates `symfony/error-handler` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/error-handler/releases)
- [Changelog](https://github.com/symfony/error-handler/blob/8.1/CHANGELOG.md)
- [Commits](symfony/error-handler@v7.4.8...v8.0.8)

Updates `symfony/finder` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/8.1/CHANGELOG.md)
- [Commits](symfony/finder@v7.4.8...v8.0.8)

Updates `symfony/framework-bundle` from 7.4.10 to 8.0.11
- [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.4.10...v8.0.11)

Updates `symfony/http-foundation` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v7.4.8...v8.0.8)

Updates `symfony/intl` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/8.1/CHANGELOG.md)
- [Commits](symfony/intl@v7.4.8...v8.0.8)

Updates `symfony/mailer` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mailer@v7.4.8...v8.0.8)

Updates `symfony/mime` from 7.4.9 to 8.0.9
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.4.9...v8.0.9)

Updates `symfony/password-hasher` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/password-hasher/releases)
- [Changelog](https://github.com/symfony/password-hasher/blob/8.1/CHANGELOG.md)
- [Commits](symfony/password-hasher@v7.4.8...v8.0.8)

Updates `symfony/polyfill-iconv` from 1.33.0 to 1.37.0
- [Release notes](https://github.com/symfony/polyfill-iconv/releases)
- [Commits](symfony/polyfill-iconv@v1.33.0...v1.37.0)

Updates `symfony/process` from 7.4.11 to 8.0.11
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md)
- [Commits](symfony/process@v7.4.11...v8.0.11)

Updates `symfony/property-info` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/8.1/CHANGELOG.md)
- [Commits](symfony/property-info@v7.4.8...v8.0.8)

Updates `symfony/rate-limiter` from 7.4.10 to 8.0.10
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/8.1/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v7.4.10...v8.0.10)

Updates `symfony/routing` from 7.4.9 to 8.0.9
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md)
- [Commits](symfony/routing@v7.4.9...v8.0.9)

Updates `symfony/runtime` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/8.1/CHANGELOG.md)
- [Commits](symfony/runtime@v7.4.8...v8.0.8)

Updates `symfony/security-bundle` from 7.4.8 to 8.0.11
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.4.8...v8.0.11)

Updates `symfony/security-core` from 7.4.8 to 7.4.11
- [Release notes](https://github.com/symfony/security-core/releases)
- [Changelog](https://github.com/symfony/security-core/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-core@v7.4.8...v7.4.11)

Updates `symfony/security-csrf` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/security-csrf/releases)
- [Changelog](https://github.com/symfony/security-csrf/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-csrf@v7.4.8...v8.0.8)

Updates `symfony/security-http` from 7.4.9 to 7.4.11
- [Release notes](https://github.com/symfony/security-http/releases)
- [Changelog](https://github.com/symfony/security-http/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-http@v7.4.9...v7.4.11)

Updates `symfony/twig-bridge` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/twig-bridge/releases)
- [Changelog](https://github.com/symfony/twig-bridge/blob/8.1/CHANGELOG.md)
- [Commits](symfony/twig-bridge@v7.4.8...v8.0.8)

Updates `symfony/twig-bundle` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/8.1/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v7.4.8...v8.0.8)

Updates `symfony/type-info` from 7.4.9 to 8.0.9
- [Release notes](https://github.com/symfony/type-info/releases)
- [Changelog](https://github.com/symfony/type-info/blob/8.1/CHANGELOG.md)
- [Commits](symfony/type-info@v7.4.9...v8.0.9)

Updates `symfony/validator` from 7.4.10 to 8.0.10
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.1/CHANGELOG.md)
- [Commits](symfony/validator@v7.4.10...v8.0.10)

Updates `symfony/var-dumper` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/8.1/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.4.8...v8.0.8)

Updates `symfony/var-exporter` from 7.4.9 to 8.0.9
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/8.1/CHANGELOG.md)
- [Commits](symfony/var-exporter@v7.4.9...v8.0.9)

Updates `symfony/browser-kit` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/8.1/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.4.8...v8.0.8)

Updates `symfony/maker-bundle` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Commits](symfony/maker-bundle@v1.66.0...v1.67.0)

Updates `symfony/phpunit-bridge` from 7.4.8 to 8.0.8
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/8.1/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.4.8...v8.0.8)

Updates `symfony/web-profiler-bundle` from 7.4.9 to 8.0.11
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/8.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.4.9...v8.0.11)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/brevo-mailer
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/browser-kit
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/cache
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/error-handler
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/finder
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/http-foundation
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/intl
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/maker-bundle
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/password-hasher
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/polyfill-iconv
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/rate-limiter
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/runtime
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/security-bundle
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/security-core
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/security-csrf
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/security-http
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/twig-bridge
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/twig-bundle
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/type-info
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/var-dumper
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/var-exporter
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-version: 8.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony-43e67c9ff4 branch from 391b57b to f60e74f Compare May 18, 2026 07:01
@dependabot @github

dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 20, 2026
@dependabot dependabot Bot deleted the dependabot/composer/symfony-43e67c9ff4 branch May 20, 2026 19:17
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