Skip to content

Bump the symfony group across 1 directory with 32 updates#6541

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/symfony-81aa020766
Open

Bump the symfony group across 1 directory with 32 updates#6541
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/symfony-81aa020766

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

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

Package From To
symfony/asset 7.4.6 8.0.8
symfony/brevo-mailer 7.4.0 8.0.0
symfony/cache 7.4.7 8.0.8
symfony/dotenv 7.4.7 8.0.8
symfony/error-handler 7.4.4 8.0.8
symfony/finder 7.4.6 8.0.8
symfony/http-foundation 7.4.7 8.0.8
symfony/intl 7.4.6 8.0.8
symfony/monolog-bundle 4.0.1 4.0.2
symfony/password-hasher 7.4.6 8.0.8
symfony/property-info 7.4.7 8.0.8
symfony/rate-limiter 7.4.7 8.0.8
symfony/routing 7.4.6 8.0.8
symfony/runtime 7.4.1 8.0.8
symfony/security-bundle 7.4.6 8.0.8
symfony/stimulus-bundle 2.32.0 2.34.0
symfony/twig-bridge 7.4.7 8.0.8
symfony/twig-bundle 7.4.4 8.0.8
symfony/validator 7.4.7 8.0.8
symfony/browser-kit 7.4.4 8.0.8
symfony/maker-bundle 1.66.0 1.67.0
symfony/phpunit-bridge 7.4.7 8.0.8
symfony/web-profiler-bundle 7.4.7 8.0.8

Updates symfony/asset from 7.4.6 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)

v7.4.8

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

  • no significant changes
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.7 to 8.0.8

Release notes

Sourced from symfony/cache's releases.

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)

v8.0.1

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

... (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
  • 8abf3cc Merge branch '7.4' into 8.0
  • 467464d [Cache] Ensure compatibility with Relay extension 0.21.0
  • 8ce6854 Merge branch '7.4' into 8.0
  • 4c5e466 Merge branch '6.4' into 7.4
  • 5b94fba [Cache] Ensure compatibility with Relay extension 0.21.0
  • db25758 Merge branch '6.4' into 7.4
  • 35be5a2 minor #63750 Configure deprecation triggers (derrabus)
  • fc88b5a [Cache] Fix tests
  • a8e4dc6 bug #63747 [Cache] Fix Psr16Cache::getMultiple() returning ValueWrapper w...
  • 12504ec [Cache] Fix undefined property access
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.4.7 to 8.0.8

Release notes

Sourced from symfony/dotenv's releases.

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)

v7.4.8

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

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
  • 5ba6337 Merge branch '7.4' into 8.0
  • 5df79f1 minor #63750 Configure deprecation triggers (derrabus)
  • b50872f Merge branch '7.4' into 8.0
  • b33dd25 Merge branch '6.4' into 7.4
  • cae019c [Dotenv] Fix preloading warning by replacing anonymous exception class
  • 2877953 Configure deprecation triggers
  • 4ee3f13 Merge branch '7.4' into 8.0
  • 8a85abd Merge branch '6.4' into 7.4
  • a451c42 [Dotenv] Fix self-referencing variables with defaults and env key resolution ...
  • a8d4cab Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/error-handler from 7.4.4 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)

v7.4.8

Changelog (symfony/error-handler@v7.4.7...v7.4.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)
Commits
  • c1119fe Merge branch '7.4' into 8.0
  • 8dd79d8 Configure deprecation triggers
  • 5aa15c6 Merge branch '7.4' into 8.0
  • b4e4741 Merge branch '6.4' into 7.4
  • 2ea68f0 Fix deprecation notices for "@​method" annotations when implementing interface...
  • 839f640 Merge branch '7.4' into 8.0
  • 32b4dbc Merge branch '6.4' into 7.4
  • f871949 [ErrorHandler] Fix deprecation notices for "@​method" annotations and classes ...
  • 7620b97 * 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory gr...
  • 8720fcb Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/finder from 7.4.6 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)

v7.4.8

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

  • no significant changes
Commits

Updates symfony/http-foundation from 7.4.7 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

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()
  • Add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()

... (truncated)

Commits

Updates symfony/intl from 7.4.6 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)

v7.4.8

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

  • no significant changes
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 & data to a new symfony/emoji component
  • Deprecate EmojiTransliterator in favor of Symfony\Component\Emoji\EmojiTransliterator

6.4

  • Add support for ISO-3166-1 numeric codes with Countries::getNumericCode(), Countries::getNumericCodes(), Countries::numericCodeExists() and Countries::getAlpha2FromNumeric()

6.3

  • Add the special strip locale to EmojiTransliterator to strip all emojis from a string
  • Add compress script to compress the Resources/data directory when disk space matters

6.2

  • Add EmojiTransliterator to translate emoji to many locales

6.0

  • Remove DateFormatter\*, Collator, NumberFormatter, Locale, IntlGlobals, MethodArgumentNotImplementedException, MethodArgumentValueNotImplementedException, MethodNotImplementedExceptionand NotImplementedException classes, use symfony/polyfill-intl-icu ^1.21 instead

5.3

  • Add Currencies::getCashFractionDigits() and Currencies::getCashRoundingIncrement()

5.0.0

... (truncated)

Commits
  • 604a1db Merge branch '7.4' into 8.0
  • 7cfb779 minor #63750 Configure deprecation triggers (derrabus)
  • 5cf2276 Merge branch '7.4' into 8.0
  • 9fb0dda Merge branch '6.4' into 7.4
  • 6fea5a1 Configure deprecation triggers
  • 026d246 [Intl] Update the ICU data to 78.3
  • 4e14323 Merge branch '7.4' into 8.0
  • 1f54cac Merge branch '7.4' into 8.0
  • 8d04926 Merge branch '7.4' into 8.0
  • f9eca21 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/mailer from 7.4.6 to 7.4.8

Release notes

Sourced from symfony/mailer's releases.

v7.4.8

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

  • no significant changes
Commits

Updates symfony/mime from 7.4.7 to 7.4.8

Release notes

Sourced from symfony/mime's releases.

v7.4.8

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

Commits
  • 6df02f9 [Mime][TwigBridge] Fix merge conflict resolution
  • 34c435f Merge branch '6.4' into 7.4
  • 9c31726 [TwigBridge][Mime] Add missing tests
  • 0db25ac [TwigBridge] Refactor image method to use DataPart content ID
  • 0ef69e1 Configure deprecation triggers
  • See full diff in compare view

Updates symfony/monolog-bundle from 4.0.1 to 4.0.2

Release notes

Sourced from symfony/monolog-bundle's releases.

v4.0.2

What's Changed

New Contributors

Full Changelog: symfony/monolog-bundle@v4.0.1...v4.0.2

Changelog

Sourced from symfony/monolog-bundle's changelog.

4.0.2 (2026-04-02)

  • Fix TaggedIteratorArgument deprecation warning when using symfony/dependency-injection 8.1
  • Import Extension from the DependencyInjection component rather than HttpKernel
  • Add missing target to named autowiring alias
  • Add info to the monolog.channels config
Commits
  • c012c6a Update changelog for 4.0.2
  • 47555c5 Merge branch '3.x' into 4.x
  • d874680 Update changelog for 3.11.2
  • dfdbfd7 Merge branch '3.x' into 4.x
  • 1b4fde0 minor #566 Add info to the monolog.channels config (GromNaN)
  • 9bceb15 Add info to the monolog.channels config
  • 2dba924 minor #576 Add PHP 8.5 to CI workflow matrix (GromNaN)
  • 00afe44 bug #572 Add missing target to named autowiring alias (nicolas-grekas)
  • 1c0a809 Add missing target to named autowiring alias
  • 0062fff Add PHP 8.5 to CI workflow matrix
  • Additional commits viewable in compare view

Updates symfony/password-hasher from 7.4.6 to 8.0.8

Release notes

Sourced from symfony/password-hasher's releases.

v8.0.8

Changelog (symfony/password-hasher@v8.0.7...v8.0.8)

  • no significant changes

v8.0.6

Changelog (symfony/password-hasher@v8.0.5...v8.0.6)

  • no significant changes

v8.0.4

Changelog (symfony/password-hasher@v8.0.3...v8.0.4)

  • no significant changes

v8.0.0-BETA1

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 3, 2026
@dependabot dependabot bot requested a review from dmetzner as a code owner April 3, 2026 02:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 3, 2026
Bumps the symfony group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `7.4.6` | `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.7` | `8.0.8` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.4.7` | `8.0.8` |
| [symfony/error-handler](https://github.com/symfony/error-handler) | `7.4.4` | `8.0.8` |
| [symfony/finder](https://github.com/symfony/finder) | `7.4.6` | `8.0.8` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.4.7` | `8.0.8` |
| [symfony/intl](https://github.com/symfony/intl) | `7.4.6` | `8.0.8` |
| [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) | `4.0.1` | `4.0.2` |
| [symfony/password-hasher](https://github.com/symfony/password-hasher) | `7.4.6` | `8.0.8` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.4.7` | `8.0.8` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.4.7` | `8.0.8` |
| [symfony/routing](https://github.com/symfony/routing) | `7.4.6` | `8.0.8` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.4.1` | `8.0.8` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.4.6` | `8.0.8` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.32.0` | `2.34.0` |
| [symfony/twig-bridge](https://github.com/symfony/twig-bridge) | `7.4.7` | `8.0.8` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.4.4` | `8.0.8` |
| [symfony/validator](https://github.com/symfony/validator) | `7.4.7` | `8.0.8` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.4.4` | `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.7` | `8.0.8` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.4.7` | `8.0.8` |



Updates `symfony/asset` from 7.4.6 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.6...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.7 to 8.0.8
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.4.7...v8.0.8)

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

Updates `symfony/error-handler` from 7.4.4 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.4...v8.0.8)

Updates `symfony/finder` from 7.4.6 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.6...v8.0.8)

Updates `symfony/http-foundation` from 7.4.7 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.7...v8.0.8)

Updates `symfony/intl` from 7.4.6 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.6...v8.0.8)

Updates `symfony/mailer` from 7.4.6 to 7.4.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.6...v7.4.8)

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

Updates `symfony/monolog-bundle` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/symfony/monolog-bundle/releases)
- [Changelog](https://github.com/symfony/monolog-bundle/blob/4.x/CHANGELOG.md)
- [Commits](symfony/monolog-bundle@v4.0.1...v4.0.2)

Updates `symfony/password-hasher` from 7.4.6 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.6...v8.0.8)

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

Updates `symfony/property-info` from 7.4.7 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.7...v8.0.8)

Updates `symfony/rate-limiter` from 7.4.7 to 8.0.8
- [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.7...v8.0.8)

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

Updates `symfony/runtime` from 7.4.1 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.1...v8.0.8)

Updates `symfony/security-bundle` from 7.4.6 to 8.0.8
- [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.6...v8.0.8)

Updates `symfony/security-core` from 7.4.4 to 7.4.8
- [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.4...v7.4.8)

Updates `symfony/security-csrf` from 7.4.6 to 7.4.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.6...v7.4.8)

Updates `symfony/security-http` from 7.4.6 to 7.4.8
- [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.6...v7.4.8)

Updates `symfony/stimulus-bundle` from 2.32.0 to 2.34.0
- [Release notes](https://github.com/symfony/stimulus-bundle/releases)
- [Changelog](https://github.com/symfony/stimulus-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/stimulus-bundle@v2.32.0...v2.34.0)

Updates `symfony/twig-bridge` from 7.4.7 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.7...v8.0.8)

Updates `symfony/twig-bundle` from 7.4.4 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.4...v8.0.8)

Updates `symfony/type-info` from 7.4.7 to 7.4.8
- [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.7...v7.4.8)

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

Updates `symfony/var-dumper` from 7.4.6 to 7.4.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.6...v7.4.8)

Updates `symfony/var-exporter` from 7.4.0 to 7.4.8
- [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.0...v7.4.8)

Updates `symfony/browser-kit` from 7.4.4 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.4...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.7 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.7...v8.0.8)

Updates `symfony/web-profiler-bundle` from 7.4.7 to 8.0.8
- [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.7...v8.0.8)

---
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/cache
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-version: 8.0.8
  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/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: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/monolog-bundle
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/process
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 8.0.8
  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: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/security-csrf
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/security-http
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-version: 8.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/var-dumper
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/var-exporter
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/maker-bundle
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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/web-profiler-bundle
  dependency-version: 8.0.8
  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-81aa020766 branch from 982979c to 5103c21 Compare April 3, 2026 05:35
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