Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

chore(deps): bump the symfony group across 1 directory with 21 updates - #2178

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony-6db3e93841
Open

chore(deps): bump the symfony group across 1 directory with 21 updates#2178
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony-6db3e93841

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
symfony/console 8.1.2 8.1.4
symfony/doctrine-messenger 8.1.2 8.1.4
symfony/form 8.1.2 8.1.4
symfony/framework-bundle 8.1.2 8.1.4
symfony/http-client 8.1.3 8.1.4
symfony/intl 8.1.1 8.1.4
symfony/lock 8.1.1 8.1.4
symfony/mercure 0.7.2 0.8.0
symfony/mercure-bundle 0.4.2 0.5.0
symfony/mime 8.1.2 8.1.4
symfony/rate-limiter 8.1.1 8.1.4
symfony/redis-messenger 8.1.2 8.1.4
symfony/serializer 8.1.3 8.1.4
symfony/translation 8.1.1 8.1.4
symfony/uid 8.1.0 8.1.4
symfony/validator 8.1.2 8.1.4
symfony/phpunit-bridge 8.1.2 8.1.4
symfony/web-profiler-bundle 8.1.2 8.1.4

Updates symfony/console from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/console's releases.

v8.1.4

Changelog (symfony/console@v8.1.2...v8.1.4)

Commits

Updates symfony/doctrine-messenger from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/doctrine-messenger's releases.

v8.1.4

Changelog (symfony/doctrine-messenger@v8.1.2...v8.1.4)

  • bug #65085 Stop the PostgreSQL transport from blocking the worker loop (@​bzajacc)
Commits
  • a2d57cd [Messenger] Add test coverage for the Doctrine transport's all() and find()
  • ad0790c [Messenger] Stop the PostgreSQL transport from blocking the worker loop
  • See full diff in compare view

Updates symfony/form from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/form's releases.

v8.1.4

Changelog (symfony/form@v8.1.2...v8.1.4)

Commits
  • 2cf2f90 Merge branch '7.4' into 8.1
  • b8a8288 [Form] Distinguish active_at from not_active_at in the CurrencyType choice li...
  • e2a09d9 Merge branch '7.4' into 8.1
  • 201e05f Merge branch '6.4' into 7.4
  • f87226a [Form][Validator] Added missing Slovak translations
  • ecaf474 Merge branch '7.4' into 8.1
  • a6da88f Merge branch '6.4' into 7.4
  • 99cb028 [Form][Validator] Review Lithuanian (lt) translations
  • See full diff in compare view

Updates symfony/framework-bundle from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/framework-bundle's releases.

v8.1.4

Changelog (symfony/framework-bundle@v8.1.2...v8.1.4)

Commits
  • 780a466 Merge branch '7.4' into 8.1
  • fa9c816 Merge branch '6.4' into 7.4
  • 265ff3c [FrameworkBundle] Fix "cache:clear" failing when the cache dir is rebuilt con...
  • a430728 [FrameworkBundle] Fix test failing on narrow terminals
  • See full diff in compare view

Updates symfony/http-client from 8.1.3 to 8.1.4

Release notes

Sourced from symfony/http-client's releases.

v8.1.4

Changelog (symfony/http-client@v8.1.3...v8.1.4)

  • bug #65177 Fix GuzzleHttpHandler crashing with guzzlehttp/guzzle ^8.0 (@​peter17)
Commits
  • f8d33e2 [HttpClient] Fix GuzzleHttpHandler crashing with guzzlehttp/guzzle ^8.0
  • See full diff in compare view

Updates symfony/intl from 8.1.1 to 8.1.4

Release notes

Sourced from symfony/intl's releases.

v8.1.4

Changelog (symfony/intl@v8.1.1...v8.1.4)

  • bug #65183 Honor the expiry date of currencies that have no start date (@​sadiqk2)
Commits
  • 85c3b3d Merge branch '7.4' into 8.1
  • a8ff460 [Intl] Honor the expiry date of currencies that have no start date
  • See full diff in compare view

Updates symfony/lock from 8.1.1 to 8.1.4

Release notes

Sourced from symfony/lock's releases.

v8.1.4

Changelog (symfony/lock@v8.1.1...v8.1.4)

  • bug #65116 Fix a released read lock letting a new read lock through while a write lock is held (@​Zombaya)
Commits
  • 8a60d8d Merge branch '7.4' into 8.1
  • 331b552 Merge branch '6.4' into 7.4
  • 90d16cf [Lock] Fix a released read lock letting a new read lock through while a write...
  • b9e0464 Restore compat with DBAL v4.x
  • See full diff in compare view

Updates symfony/mercure from 0.7.2 to 0.8.0

Release notes

Sourced from symfony/mercure's releases.

Version 0.8.0

  • Add support for the Mercure protocol 1.0, alongside the existing 0.x protocol (Symfony\Component\Mercure\ProtocolVersion, opt-in per hub, 0.x stays the default until Mercure hub 1.0 is tagged stable)
  • Add HubInterface::getProtocolVersion() and HubInterface::getCookieName()
  • Add Hub/FrankenPhpHub/MockHub constructor parameters $cookieName and $protocolVersion
  • Change the default subscriber authorization cookie name to __Secure-mercure_access_token when a hub is configured for protocol 1.0 (mercureAuthorization stays the default for 0.x); the __Secure-/__Host- prefix contract itself is enforced by Symfony\Component\HttpFoundation\Cookiesymfony/symfony#65162Authorization additionally fails early, with a hint to configure a prefix-less cookie name, when a prefixed name meets a plain-HTTP hub URL (where browsers would silently drop the cookie)
  • Add Mercure protocol 1.0 support (the authorization_details claim, an RFC 9068 access token, at+jwt) to Symfony\Component\Mercure\Jwt\LcobucciFactory, selected via its new $protocolVersion constructor parameter
  • Add Symfony\Component\Mercure\Jwt\WebTokenFactory, a web-token/jwt-library-based alternative TokenFactoryInterface implementation for the Mercure protocol 1.0. It names algorithms by their JWA name (HS256, ES256, EdDSA, …), unlike LcobucciFactory's hmac.sha256 style, and supports RSA-PSS (PS256/PS384/PS512) and Ed25519 (EdDSA) on top of the HMAC/ECDSA/RSA algorithms both factories share
  • Its constructor takes a Jose\Component\Signature\JWSBuilder and a Jose\Component\Core\JWK, so web-token/jwt-bundle's jose.jws_builder.* and jose.key.* services can be wired in directly; WebTokenFactory::fromSecret() and fromJwksUri() build both from a secret instead
  • Add WebTokenFactory::fromJwksUri(), fetching the signing key from a JSON Web Key Set (JWKS) endpoint instead of a static secret, useful when key material is rotated by an external key server; the selected key is not refreshed for the lifetime of the factory instance, see the method's docblock for the tradeoff under persistent-worker deployments
  • Allow TokenFactoryInterface::create()'s $subscribe/$publish parameters, and the Twig mercure() function's $topics parameter and subscribe/publish options, to be an associative array mapping a topic matcher type (exact, urlpattern, or a registered extension type) to a list of patterns, in addition to the existing flat topic list
  • Replace FactoryTokenProvider's $subscribe/$publish constructor parameters with $grants (a Grant[] list) and a new $additionalClaims parameter, both forwarded to the wrapped factory
  • Symfony\Component\Mercure\Jwt\LcobucciFactory::create() now throws an InvalidArgumentException describing the 0.8 signature change when called with the pre-0.8 convention (non-Grant elements in $grants, or an integer-keyed $additionalClaims), instead of silently minting a token with dropped grants or a lost exp
  • Add Symfony\Component\Mercure\Jwt\DefaultClaimsTokenFactory, a TokenFactoryInterface decorator merging in a fixed set of claims (e.g. a hub's iss/aud/sub/client_id) so Authorization and the Twig mercure() function, which call HubInterface::getFactory() directly, get them without repeating them on every call
  • Add Symfony\Component\Mercure\Jwt\Grant (actions/topics/payload), replacing TokenFactoryInterface::create()'s $subscribe/$publish parameters and the additionalClaims['mercure']['payload'] bag key; a single Grant can now carry both subscribe and publish actions over the same topics, producing one authorization_details entry instead of two, and a payload is validated (requires a topic, only meaningful with the subscribe action) instead of silently colliding with the legacy mercure claim's own use of the same key
  • Model Authorization::createCookie()/setCookie() directly on Grant: $subscribe is renamed $grants and now also accepts a Grant[] list or a bare topic string, in addition to its previous flat-topic-list/matcher-map shapes ($payload folds into Grant's own constructor and is dropped as a separate parameter); $publish is deprecated in favor of adding a Grant::ACTION_PUBLISH Grant to $grants, and passing null for $grants is deprecated in favor of []. The $subscribe$grants rename breaks named-argument calls using subscribe: specifically — positional calls and publish:/additionalClaims:/hub: named args are unaffected. The Twig mercure() function gains a matching grants option; its existing subscribe/publish/payload options are unaffected (translated internally the same way)
  • Add MatcherInput::normalizeGrants(), the shared logic now backing both Authorization::$grants and the Twig grants option; besides Grant[] and the topic shorthands, it also accepts a list of Grant-shaped associative arrays (actions/topics/payload), letting contexts that can't construct a Grant object directly (e.g. a Twig template) still express multi-action or payload-bearing grants
  • Symfony\Component\Mercure\Jwt\LcobucciFactory no longer forces integer exp/iat/nbf under protocol 1.0; a resource server is expected to accept RFC 9068's NumericDate as either an integer or a float carrying sub-second precision, lcobucci/jwt's own default
  • Require PHP 8.2, up from 8.1: web-token/jwt-library, needed by WebTokenFactory, requires it
Changelog

Sourced from symfony/mercure's changelog.

0.8.0

  • Add support for the Mercure protocol 1.0, alongside the existing 0.x protocol (Symfony\Component\Mercure\ProtocolVersion, opt-in per hub, 0.x stays the default until Mercure hub 1.0 is tagged stable)
  • Add HubInterface::getProtocolVersion() and HubInterface::getCookieName()
  • Add Hub/FrankenPhpHub/MockHub constructor parameters $cookieName and $protocolVersion
  • Change the default subscriber authorization cookie name to __Secure-mercure_access_token when a hub is configured for protocol 1.0 (mercureAuthorization stays the default for 0.x); the __Secure-/__Host- prefix contract itself is enforced by Symfony\Component\HttpFoundation\Cookiesymfony/symfony#65162Authorization additionally fails early, with a hint to configure a prefix-less cookie name, when a prefixed name meets a plain-HTTP hub URL (where browsers would silently drop the cookie)
  • Add Mercure protocol 1.0 support (the authorization_details claim, an RFC 9068 access token, at+jwt) to Symfony\Component\Mercure\Jwt\LcobucciFactory, selected via its new $protocolVersion constructor parameter
  • Add Symfony\Component\Mercure\Jwt\WebTokenFactory, a web-token/jwt-library-based alternative TokenFactoryInterface implementation for the Mercure protocol 1.0. It names algorithms by their JWA name (HS256, ES256, EdDSA, …), unlike LcobucciFactory's hmac.sha256 style, and supports RSA-PSS (PS256/PS384/PS512) and Ed25519 (EdDSA) on top of the HMAC/ECDSA/RSA algorithms both factories share
  • Its constructor takes a Jose\Component\Signature\JWSBuilder and a Jose\Component\Core\JWK, so web-token/jwt-bundle's jose.jws_builder.* and jose.key.* services can be wired in directly; WebTokenFactory::fromSecret() and fromJwksUri() build both from a secret instead
  • Add WebTokenFactory::fromJwksUri(), fetching the signing key from a JSON Web Key Set (JWKS) endpoint instead of a static secret, useful when key material is rotated by an external key server; the selected key is not refreshed for the lifetime of the factory instance, see the method's docblock for the tradeoff under persistent-worker deployments
  • Allow TokenFactoryInterface::create()'s $subscribe/$publish parameters, and the Twig mercure() function's $topics parameter and subscribe/publish options, to be an associative array mapping a topic matcher type (exact, urlpattern, or a registered extension type) to a list of patterns, in addition to the existing flat topic list
  • Replace FactoryTokenProvider's $subscribe/$publish constructor parameters with $grants (a Grant[] list) and a new $additionalClaims parameter, both forwarded to the wrapped factory
  • Symfony\Component\Mercure\Jwt\LcobucciFactory::create() now throws an InvalidArgumentException describing the 0.8 signature change when called with the pre-0.8 convention (non-Grant elements in $grants, or an integer-keyed $additionalClaims), instead of silently minting a token with dropped grants or a lost exp
  • Add Symfony\Component\Mercure\Jwt\DefaultClaimsTokenFactory, a TokenFactoryInterface decorator merging in a fixed set of claims (e.g. a hub's iss/aud/sub/client_id) so Authorization and the Twig mercure() function, which call HubInterface::getFactory() directly, get them without repeating them on every call
  • Add Symfony\Component\Mercure\Jwt\Grant (actions/topics/payload), replacing TokenFactoryInterface::create()'s $subscribe/$publish parameters and the additionalClaims['mercure']['payload'] bag key; a single Grant can now carry both subscribe and publish actions over the same topics, producing one authorization_details entry instead of two, and a payload is validated (requires a topic, only meaningful with the subscribe action) instead of silently colliding with the legacy mercure claim's own use of the same key
  • Model Authorization::createCookie()/setCookie() directly on Grant: $subscribe is renamed $grants and now also accepts a Grant[] list or a bare topic string, in addition to its previous flat-topic-list/matcher-map shapes ($payload folds into Grant's own constructor and is dropped as a separate parameter); $publish is deprecated in favor of adding a Grant::ACTION_PUBLISH Grant to $grants, and passing null for $grants is deprecated in favor of []. The $subscribe$grants rename breaks named-argument calls using subscribe: specifically — positional calls and publish:/additionalClaims:/hub: named args are unaffected. The Twig mercure() function gains a matching grants option; its existing subscribe/publish/payload options are unaffected (translated internally the same way)
  • Add MatcherInput::normalizeGrants(), the shared logic now backing both Authorization::$grants and the Twig grants option; besides Grant[] and the topic shorthands, it also accepts a list of Grant-shaped associative arrays (actions/topics/payload), letting contexts that can't construct a Grant object directly (e.g. a Twig template) still express multi-action or payload-bearing grants
  • Symfony\Component\Mercure\Jwt\LcobucciFactory no longer forces integer exp/iat/nbf under protocol 1.0; a resource server is expected to accept RFC 9068's NumericDate as either an integer or a float carrying sub-second precision, lcobucci/jwt's own default
  • Require PHP 8.2, up from 8.1: web-token/jwt-library, needed by WebTokenFactory, requires it
Commits
  • 920f08c Add a web-token/jwt-library-based Mercure protocol 1.0 token factory (#141)
  • 5f41e2b Add support for the Mercure protocol 1.0 (#139)
  • See full diff in compare view

Updates symfony/mercure-bundle from 0.4.2 to 0.5.0

Release notes

Sourced from symfony/mercure-bundle's releases.

Version 0.5.0

  • Add support for the Mercure protocol 1.0, alongside the existing 0.x protocol: new protocol_version (0.x, default, or 1.0) and cookie_name per-hub options
  • Add jwt.jwks_uri and jwt.key_id, fetching the signing key from a JSON Web Key Set endpoint via WebTokenFactory instead of jwt.secret (requires web-token/jwt-library, Mercure 1.0 hubs only)
  • Add jwt.claims (e.g. iss/sub/client_id), required by RFC 9068 when using jwt.secret/jwt.jwks_uri on a protocol_version: 1.0 hub; aud defaults to the hub's own URL when not set. Missing required claims fail at container compile time, and a 0.x hub without jwt.claims keeps minting byte-identical legacy tokens (no DefaultClaimsTokenFactory wrapping, no automatic aud)
  • Require symfony/mercure ^0.8
  • Require PHP 8.2, up from 8.1, following symfony/mercure

Version 0.4.3

  • Extend the Extension class from the DependencyInjection component
  • Bound the symfony/mercure dependency to supported versions
  • Fix branch-alias
Changelog

Sourced from symfony/mercure-bundle's changelog.

0.5.0

  • Add support for the Mercure protocol 1.0, alongside the existing 0.x protocol: new protocol_version (0.x, default, or 1.0) and cookie_name per-hub options
  • The jwt.secret convenience option now uses LcobucciFactory's Mercure protocol 1.0 support on a protocol_version: 1.0 hub
  • Add jwt.jwks_uri and jwt.key_id, fetching the signing key from a JSON Web Key Set endpoint via WebTokenFactory instead of jwt.secret (requires web-token/jwt-library, Mercure 1.0 hubs only)
  • jwt.algorithm no longer has a single default, as the two token factories name algorithms differently: it defaults to hmac.sha256 with jwt.secret (LcobucciFactory) and to the JWA name HS256 with jwt.jwks_uri (WebTokenFactory, which also accepts PS256/PS384/PS512 and EdDSA)
  • Add jwt.claims (e.g. iss/sub/client_id), required by RFC 9068 when using jwt.secret/jwt.jwks_uri on a protocol_version: 1.0 hub; aud defaults to the hub's own URL when not set. Missing required claims fail at container compile time, and a 0.x hub without jwt.claims keeps minting byte-identical legacy tokens (no DefaultClaimsTokenFactory wrapping, no automatic aud)
  • Require symfony/mercure ^0.8
  • Follow symfony/mercure's Hub/FrankenPhpHub constructor parameter reorder ($cookieName before $protocolVersion) and its Grant-based TokenFactoryInterface::create(); jwt.subscribe/jwt.publish are now wired in as one publish and one subscribe Grant, always both present so the legacy claim's shape is unchanged for hubs configuring neither
  • Require PHP 8.2, up from 8.1, following symfony/mercure

0.4.3

  • Extend the Extension class from the DependencyInjection component
  • Bound the symfony/mercure dependency to supported versions
  • Fix branch-alias
Commits
  • 84143af Add jwt.jwks_uri/jwt.key_id, fetching the Mercure 1.0 signing key from a JWKS...
  • 5e6b4c3 Add support for the Mercure protocol 1.0 (#123)
  • 90e269c Update changelog
  • 3a6ad40 Update changelog
  • 4aa6c53 Bound the symfony/mercure requirement back to the supported versions
  • b731563 fix phpstan error
  • 28e7502 fix branch alias
  • 8708c81 extended the Extension class from the DependencyInjection component
  • See full diff in compare view

Updates symfony/messenger from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/messenger's releases.

v8.1.4

Changelog (symfony/messenger@v8.1.2...v8.1.4)

Commits
  • a6740ff [Messenger] Re-send original payload when retrying undecodable messages
  • See full diff in compare view

Updates symfony/mime from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/mime's releases.

v8.1.4

Changelog (symfony/mime@v8.1.2...v8.1.4)

Commits
  • 8f8ac85 Merge branch '7.4' into 8.1
  • 20094b7 Merge branch '6.4' into 7.4
  • a78d5fc [Mime] Escape backslashes in Address::getEncodedName()
  • ce8a7b7 Merge branch '7.4' into 8.1
  • 3fcd5c1 Merge branch '6.4' into 7.4
  • 13879f2 [Mime] Fix corrupted CID references when one is a prefix of another
  • See full diff in compare view

Updates symfony/property-access from 8.1.0 to 8.1.4

Release notes

Sourced from symfony/property-access's releases.

v8.1.4

Changelog (symfony/property-access@v8.1.0...v8.1.4)

Commits
  • 1a41232 Merge branch '7.4' into 8.1
  • c3dce76 Merge branch '6.4' into 7.4
  • 57793e8 [PropertyAccess] Fix caching of null read info
  • 5c442cc Merge branch '8.0' into 8.1
  • 440aa25 Merge branch '7.4' into 8.0
  • 6648c37 Merge branch '6.4' into 7.4
  • 782a962 Drop PR warning and auto-closing on subtree splits
  • f4fbdea Revert "[PropertyAccess] Add InvalidTypeException thrown on type mismatch"
  • d15851f [PropertyAccess] Add InvalidTypeException thrown on type mismatch
  • 0624342 [7.4] Remove usages of named arguments in tests
  • See full diff in compare view

Updates symfony/property-info from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/property-info's releases.

v8.1.4

Changelog (symfony/property-info@v8.1.2...v8.1.4)

Commits
  • d3b1ba3 Merge branch '7.4' into 8.1
  • c79afdb Merge branch '6.4' into 7.4
  • 078d645 [PropertyInfo] Do not report a non-public mutator as writable
  • 6cac06e Revert "bug #64990 [PropertyInfo] Do not trigger legacy Type deprecation on g...
  • fce3f4d [PropertyInfo] Do not trigger legacy Type deprecation on getType()
  • See full diff in compare view

Updates symfony/rate-limiter from 8.1.1 to 8.1.4

Release notes

Sourced from symfony/rate-limiter's releases.

v8.1.4

Changelog (symfony/rate-limiter@v8.1.1...v8.1.4)

  • bug #65193 Cap the burst size and the duration computed from it (@​cs278)
Commits
  • dee2fc9 Merge branch '7.4' into 8.1
  • 6703d04 Merge branch '6.4' into 7.4
  • 882bf96 [RateLimiter] Fix the overflow test on 32-bit platforms
  • 2d09e63 Merge branch '7.4' into 8.1
  • c5fc078 Merge branch '6.4' into 7.4
  • 6432742 [RateLimiter] Cap the burst size and the duration computed from it
  • See full diff in compare view

Updates symfony/redis-messenger from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/redis-messenger's releases.

v8.1.4

Changelog (symfony/redis-messenger@v8.1.2...v8.1.4)

Commits
  • 8faf47c [Cache][Messenger] Keep requiring ext-redis 6.1 on 8.x
  • 392c21e Merge branch '7.4' into 8.1
  • 81fbd8d [Cache][Messenger] Restore compatibility with ext-redis 5
  • See full diff in compare view

Updates symfony/serializer from 8.1.3 to 8.1.4

Release notes

Sourced from symfony/serializer's releases.

v8.1.4

Changelog (symfony/serializer@v8.1.3...v8.1.4)

Commits
  • ec3ae77 Merge branch '7.4' into 8.1
  • 3c69b84 [Serializer] Align union member order between the legacy and TypeInfo paths
  • 8d76b34 [Serializer] Fix FILTER_BOOL breaking union type denormalization
  • See full diff in compare view

Updates symfony/translation from 8.1.1 to 8.1.4

Release notes

Sourced from symfony/translation's releases.

v8.1.4

Changelog (symfony/translation@v8.1.1...v8.1.4)

Commits
  • c0955eb Merge branch '7.4' into 8.1
  • 501e0ff Merge branch '6.4' into 7.4
  • 36b8f86 [Translation] Fix fuzzy translations and message context in PO files
  • 3fc3fb6 [Translation] Do not split ICU messages on pipes in PoFileDumper
  • f0aa2d6 [FrameworkBundle][Translation] Fix translator tests colliding on a shared cac...
  • See full diff in compare view

Updates symfony/uid from 8.1.0 to 8.1.4

Release notes

Sourced from symfony/uid's releases.

v8.1.4

Changelog (symfony/uid@v8.1.0...v8.1.4)

  • bug #65105 Fix the weak-secret guard in Uuid47Transformer for secrets longer than 16 bytes (@​semx)
Commits
  • 50e98f8 [Uid] Fix the weak-secret guard in Uuid47Transformer for secrets longer than ...
  • 2663225 Merge branch '8.0' into 8.1
  • 596505d Merge branch '7.4' into 8.0
  • d74c94a Merge branch '6.4' into 7.4
  • 908a0ec Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

Updates symfony/validator from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/validator's releases.

v8.1.4

Changelog (symfony/validator@v8.1.2...v8.1.4)

Commits
  • 1642533 Merge branch '7.4' into 8.1
  • 3aee773 Merge branch '6.4' into 7.4
  • c72ea15 [Form][Validator] Added missing Slovak translations
  • defa059 Merge branch '7.4' into 8.1
  • f1bfab9 Merge branch '6.4' into 7.4
  • b6df2c3 [Form][Validator] Review Lithuanian (lt) translations
  • fd7cd9e Merge branch '7.4' into 8.1
  • 5883928 Merge branch '6.4' into 7.4
  • a0c07e2 minor #65055 [Validator] Review Serbian (sr_Latn) translations (milanqtx)
  • 806434a minor #65054 [Validator] Review Serbian (sr_Cyrl) translations (milanqtx)
  • Additional commits viewable in compare view

Updates symfony/phpunit-bridge from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/phpunit-bridge's releases.

v8.1.4

Changelog (symfony/phpunit-bridge@v8.1.2...v8.1.4)

Commits
  • 98adc9c Merge branch '7.4' into 8.1
  • 49757f7 Merge branch '6.4' into 7.4
  • 426ba57 [PhpUnitBridge] Don't return a non-callable from getPhpUnitErrorHandler()
  • See full diff in compare view

Updates symfony/web-profiler-bundle from 8.1.2 to 8.1.4

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v8.1.4

Changelog (symfony/web-profiler-bundle@v8.1.2...v8.1.4)

Commits
  • 6c45bb4 Merge branch '7.4' into 8.1
  • 87b90c1 [WebProfilerBundle] Avoid a flash of unstyled content in the debug toolbar
  • 99f196c Merge branch '7.4' into 8.1
  • 25dfae8 Merge branch '6.4' into 7.4
  • 028277a [TwigBridge][WebProfilerBundle] Fix compatibility with Twig 4
  • b234de9 Merge branch '6.4' into 7.4
  • eb91675 minor #64816 Allow Twig 4 (xabbuh)
  • 96194e8 Merge branch '6.4' into 7.4
  • a5ecc06 [WebProfilerBundle] Move mailer panel macros to template root for Twig 3.27+
  • 8ac247c allow Twig 4
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `8.1.2` | `8.1.4` |
| [symfony/doctrine-messenger](https://github.com/symfony/doctrine-messenger) | `8.1.2` | `8.1.4` |
| [symfony/form](https://github.com/symfony/form) | `8.1.2` | `8.1.4` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `8.1.2` | `8.1.4` |
| [symfony/http-client](https://github.com/symfony/http-client) | `8.1.3` | `8.1.4` |
| [symfony/intl](https://github.com/symfony/intl) | `8.1.1` | `8.1.4` |
| [symfony/lock](https://github.com/symfony/lock) | `8.1.1` | `8.1.4` |
| [symfony/mercure](https://github.com/symfony/mercure) | `0.7.2` | `0.8.0` |
| [symfony/mercure-bundle](https://github.com/symfony/mercure-bundle) | `0.4.2` | `0.5.0` |
| [symfony/mime](https://github.com/symfony/mime) | `8.1.2` | `8.1.4` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `8.1.1` | `8.1.4` |
| [symfony/redis-messenger](https://github.com/symfony/redis-messenger) | `8.1.2` | `8.1.4` |
| [symfony/serializer](https://github.com/symfony/serializer) | `8.1.3` | `8.1.4` |
| [symfony/translation](https://github.com/symfony/translation) | `8.1.1` | `8.1.4` |
| [symfony/uid](https://github.com/symfony/uid) | `8.1.0` | `8.1.4` |
| [symfony/validator](https://github.com/symfony/validator) | `8.1.2` | `8.1.4` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `8.1.2` | `8.1.4` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `8.1.2` | `8.1.4` |



Updates `symfony/console` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v8.1.2...v8.1.4)

Updates `symfony/doctrine-messenger` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/doctrine-messenger/releases)
- [Changelog](https://github.com/symfony/doctrine-messenger/blob/8.2/CHANGELOG.md)
- [Commits](symfony/doctrine-messenger@v8.1.2...v8.1.4)

Updates `symfony/form` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/8.2/CHANGELOG.md)
- [Commits](symfony/form@v8.1.2...v8.1.4)

Updates `symfony/framework-bundle` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/8.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v8.1.2...v8.1.4)

Updates `symfony/http-client` from 8.1.3 to 8.1.4
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-client@v8.1.3...v8.1.4)

Updates `symfony/intl` from 8.1.1 to 8.1.4
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/8.2/CHANGELOG.md)
- [Commits](symfony/intl@v8.1.1...v8.1.4)

Updates `symfony/lock` from 8.1.1 to 8.1.4
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/8.2/CHANGELOG.md)
- [Commits](symfony/lock@v8.1.1...v8.1.4)

Updates `symfony/mercure` from 0.7.2 to 0.8.0
- [Release notes](https://github.com/symfony/mercure/releases)
- [Changelog](https://github.com/symfony/mercure/blob/main/CHANGELOG.md)
- [Commits](symfony/mercure@v0.7.2...v0.8.0)

Updates `symfony/mercure-bundle` from 0.4.2 to 0.5.0
- [Release notes](https://github.com/symfony/mercure-bundle/releases)
- [Changelog](https://github.com/symfony/mercure-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/mercure-bundle@v0.4.2...v0.5.0)

Updates `symfony/messenger` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/8.2/CHANGELOG.md)
- [Commits](symfony/messenger@v8.1.2...v8.1.4)

Updates `symfony/mime` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mime@v8.1.2...v8.1.4)

Updates `symfony/property-access` from 8.1.0 to 8.1.4
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/8.2/CHANGELOG.md)
- [Commits](symfony/property-access@v8.1.0...v8.1.4)

Updates `symfony/property-info` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/8.2/CHANGELOG.md)
- [Commits](symfony/property-info@v8.1.2...v8.1.4)

Updates `symfony/rate-limiter` from 8.1.1 to 8.1.4
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/8.2/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v8.1.1...v8.1.4)

Updates `symfony/redis-messenger` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/redis-messenger/releases)
- [Changelog](https://github.com/symfony/redis-messenger/blob/8.2/CHANGELOG.md)
- [Commits](symfony/redis-messenger@v8.1.2...v8.1.4)

Updates `symfony/serializer` from 8.1.3 to 8.1.4
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/serializer@v8.1.3...v8.1.4)

Updates `symfony/translation` from 8.1.1 to 8.1.4
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/8.2/CHANGELOG.md)
- [Commits](symfony/translation@v8.1.1...v8.1.4)

Updates `symfony/uid` from 8.1.0 to 8.1.4
- [Release notes](https://github.com/symfony/uid/releases)
- [Changelog](https://github.com/symfony/uid/blob/8.2/CHANGELOG.md)
- [Commits](symfony/uid@v8.1.0...v8.1.4)

Updates `symfony/validator` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.2/CHANGELOG.md)
- [Commits](symfony/validator@v8.1.2...v8.1.4)

Updates `symfony/phpunit-bridge` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/8.2/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v8.1.2...v8.1.4)

Updates `symfony/web-profiler-bundle` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/8.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v8.1.2...v8.1.4)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/doctrine-messenger
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/intl
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/lock
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mercure
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/mercure-bundle
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/messenger
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/property-access
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/rate-limiter
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/redis-messenger
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/uid
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-version: 8.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  dependency-version: 8.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-version: 8.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony
...

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 Aug 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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