Skip to content

build(deps): Bump the symfony group across 1 directory with 10 updates - #2162

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony-5a62f06b23
Closed

build(deps): Bump the symfony group across 1 directory with 10 updates#2162
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony-5a62f06b23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 11, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
symfony/console 6.4.17 7.3.4
symfony/event-dispatcher 6.4.8 7.3.3
symfony/http-foundation 6.4.14 7.3.4
symfony/mailer 6.4.12 7.3.4
symfony/polyfill-php84 1.32.0 1.33.0
symfony/process 6.4.15 7.3.4
symfony/routing 6.4.12 7.3.4
symfony/translation 6.4.4 7.3.4

Updates symfony/console from 6.4.17 to 7.3.4

Release notes

Sourced from symfony/console's releases.

v7.3.4

Changelog (symfony/console@v7.3.3...v7.3.4)

v7.3.3

Changelog (symfony/console@v7.3.2...v7.3.3)

v7.3.2

Changelog (symfony/console@v7.3.1...v7.3.2)

v7.3.1

Changelog (symfony/console@v7.3.0...v7.3.1)

v7.3.0

Changelog (symfony/console@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/console@v7.3.0-BETA2...v7.3.0-RC1)

v7.3.0-BETA2

Changelog (symfony/console@v7.3.0-BETA1...v7.3.0-BETA2)

... (truncated)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.3

  • Add TreeHelper and TreeStyle to display tree-like structures
  • Add SymfonyStyle::createTree()
  • Add support for invokable commands and add #[Argument] and #[Option] attributes to define input arguments and options
  • Deprecate not declaring the parameter type in callable commands defined through setCode method
  • Add support for help definition via AsCommand attribute
  • Deprecate methods Command::getDefaultName() and Command::getDefaultDescription() in favor of the #[AsCommand] attribute
  • Add support for Markdown format in Table
  • Add support for LockableTrait in invokable commands
  • Deprecate returning a non-integer value from a \Closure function set via Command::setCode()
  • Mark #[AsCommand] attribute as @final
  • Add support for SignalableCommandInterface with invokable commands

7.2

  • Add support for FORCE_COLOR environment variable
  • Add verbosity argument to mustRun process helper method
  • [BC BREAK] Add silent verbosity (--silent/SHELL_VERBOSITY=-2) to suppress all output, including errors
  • Add OutputInterface::isSilent(), Output::isSilent(), OutputStyle::isSilent() methods
  • Add a configurable finished indicator to the progress indicator to show that the progress is finished
  • Add ability to schedule alarm signals and a ConsoleAlarmEvent

7.1

  • Add ArgvInput::getRawTokens()

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

... (truncated)

Commits
  • 2b9c5fa Merge branch '6.4' into 7.3
  • 6ef58ef [Console] Specify types of interactive question choices
  • 966b6f4 Merge branch '6.4' into 7.3
  • 5b692fe [Console] Fix handling of \E in Bash completion
  • 0d024b0 Merge branch '6.4' into 7.3
  • 7d36330 [Console] Don’t append a new line to test inputs ending with an EOT
  • 471c5ae Merge branch '6.4' into 7.3
  • 78a6b2b [Console] Don’t automatically append EOT to multiline test inputs
  • e363fd7 Merge branch '6.4' into 7.3
  • 6e654c0 use the empty string instead of null as an array offset
  • Additional commits viewable in compare view

Updates symfony/event-dispatcher from 6.4.8 to 7.3.3

Release notes

Sourced from symfony/event-dispatcher's releases.

v7.3.3

Changelog (symfony/event-dispatcher@v7.3.2...v7.3.3)

v7.3.0

Changelog (symfony/event-dispatcher@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/event-dispatcher@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/event-dispatcher@v7.2.6...v7.3.0-BETA1)

  • no significant changes

v7.2.0

Changelog (symfony/event-dispatcher@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/event-dispatcher@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/event-dispatcher@v7.1.6...v7.2.0-BETA1)

  • no significant changes

v7.1.6

Changelog (symfony/event-dispatcher@v7.1.5...v7.1.6)

  • no significant changes

v7.1.1

Changelog (symfony/event-dispatcher@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/event-dispatcher@v7.1.0-RC1...v7.1.0)

  • no significant changes

... (truncated)

Commits
  • b7dc69e Merge branch '6.4' into 7.3
  • b0cf316 Remove deprecated calls to deprecated methods of SplObjectStorage
  • 307a09d CS fixes
  • 497f73a Don't enable tracing unless the profiler is enabled
  • 045a5ba replace assertEmpty() with stricter assertions
  • 910c5db Merge branch '7.1' into 7.2
  • 87254c7 Merge branch '6.4' into 7.1
  • 0ffc480 Merge branch '5.4' into 6.4
  • 72982eb Add PR template and auto-close PR on subtree split repositories
  • 1b5d04e Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 6.4.14 to 7.3.4

Release notes

Sourced from symfony/http-foundation's releases.

v7.3.4

Changelog (symfony/http-foundation@v7.3.3...v7.3.4)

v7.3.3

Changelog (symfony/http-foundation@v7.3.2...v7.3.3)

  • no significant changes

v7.3.2

Changelog (symfony/http-foundation@v7.3.1...v7.3.2)

  • no significant changes

v7.3.1

Changelog (symfony/http-foundation@v7.3.0...v7.3.1)

v7.3.0

Changelog (symfony/http-foundation@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/http-foundation@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA2

Changelog (symfony/http-foundation@v7.3.0-BETA1...v7.3.0-BETA2)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/http-foundation@v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (symfony/http-foundation@v7.2.8...v7.2.9)

... (truncated)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

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()
  • Add PRIVATE_SUBNETS as a shortcut for private IP address ranges to Request::setTrustedProxies()
  • Deprecate passing referer_check, use_only_cookies, use_trans_sid, trans_sid_hosts, trans_sid_tags, sid_bits_per_character and sid_length options to NativeSessionStorage

7.1

  • Add optional $expirationParameter argument to UriSigner::__construct()
  • Add optional $expiration argument to UriSigner::sign()
  • Rename $parameter argument of UriSigner::__construct() to $hashParameter
  • Add UploadedFile::getClientOriginalPath()
  • Add QueryParameterRequestMatcher
  • Add HeaderRequestMatcher
  • Add support for \SplTempFileObject in BinaryFileResponse
  • Add verbose argument to response test constraints

7.0

  • Calling ParameterBag::filter() throws an UnexpectedValueException on invalid value, unless flag FILTER_NULL_ON_FAILURE is set
  • Calling ParameterBag::getInt() and ParameterBag::getBool() throws an UnexpectedValueException on invalid value
  • Remove classes RequestMatcher and ExpressionRequestMatcher
  • Remove Request::getContentType(), use Request::getContentTypeFormat() instead
  • Throw an InvalidArgumentException when calling Request::create() with a malformed URI
  • Require explicit argument when calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler()
  • Add argument $statusCode to Response::sendHeaders() and StreamedResponse::sendHeaders()

6.4

  • Make HeaderBag::getDate(), Response::getDate(), getExpires() and getLastModified() return a DateTimeImmutable
  • Support root-level Generator in StreamedJsonResponse
  • Add UriSigner from the HttpKernel component

... (truncated)

Commits
  • c061c7c Merge branch '6.4' into 7.3
  • 3692415 Fix ord()-related PHP 8.5 deprecations
  • 79ec7c4 Merge branch '6.4' into 7.3
  • 67729f8 use the empty string instead of null as an array offset
  • 271459d Merge branch '6.4' into 7.3
  • e868881 SQLSRV: Change column type from TEXT to STRING
  • 7475561 Merge branch '6.4' into 7.3
  • 6bc974c fix session cookie options assertions on PHP 8.5
  • 6877c12 Merge branch '7.2' into 7.3
  • 7d81b81 Merge branch '6.4' into 7.2
  • Additional commits viewable in compare view

Updates symfony/mailer from 6.4.12 to 7.3.4

Release notes

Sourced from symfony/mailer's releases.

v7.3.4

Changelog (symfony/mailer@v7.3.3...v7.3.4)

v7.3.3

Changelog (symfony/mailer@v7.3.2...v7.3.3)

v7.3.2

Changelog (symfony/mailer@v7.3.1...v7.3.2)

v7.3.1

Changelog (symfony/mailer@v7.3.0...v7.3.1)

v7.3.0

Changelog (symfony/mailer@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/mailer@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/mailer@v7.2.6...v7.3.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

7.3

  • Add DSN param retry_period to override default email transport retry period
  • Add Dsn::getBooleanOption()
  • Add DSN param source_ip to allow binding to a (specific) IPv4 or IPv6 address.
  • Add DSN param require_tls to enforce use of TLS/STARTTLS
  • Add DkimSignedMessageListener, SmimeEncryptedMessageListener, and SmimeSignedMessageListener

7.2

  • Deprecate TransportFactoryTestCase, extend AbstractTransportFactoryTestCase instead

    The testIncompleteDsnException() test is no longer provided by default. If you make use of it by implementing the incompleteDsnProvider() data providers, you now need to use the IncompleteDsnTestTrait.

  • Make TransportFactoryTestCase compatible with PHPUnit 10+

  • Support unicode email addresses such as "dømi@dømi.example"

7.1

  • Dispatch Postmark's "406 - Inactive recipient" API error code as a PostmarkDeliveryEvent instead of throwing an exception
  • Add DSN param auto_tls to disable automatic STARTTLS
  • Add support for allowing some users even if recipients is defined in EnvelopeListener

7.0

  • Remove the OhMySmtp bridge in favor of the MailPace bridge

6.4

  • Add DSN parameter peer_fingerprint to verify TLS certificate fingerprint
  • Change the default port for the mailjet+smtp transport from 465 to 587

6.3

  • Add MessageEvent::reject() to allow rejecting an email before sending it
  • Change the default port for the mailgun+smtp transport from 465 to 587
  • Add $authenticators parameter in EsmtpTransport constructor and EsmtpTransport::setAuthenticators() to allow overriding of default eSMTP authenticators

6.2.7

... (truncated)

Commits
  • ab97ef2 bug #60515 [Mailer] Fix memory leak with mailer.message_logger_listener (an...
  • 0f7cf99 [Mailer] Fix memory leak with mailer.message_logger_listener
  • 4caa022 Merge branch '6.4' into 7.3
  • 012185c Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • a32f3f4 Merge branch '6.4' into 7.3
  • 628b43b Remove deprecated calls to deprecated methods of SplObjectStorage
  • 024bbdd Merge branch '6.4' into 7.3
  • 44db272 Fix inline var annotations
  • b4d7fa2 [Form][PhpUnitBridge] Remove usage of noop ReflectionProperty::setAccessible()
  • d43e84d Merge branch '7.2' into 7.3
  • Additional commits viewable in compare view

Updates symfony/polyfill-intl-normalizer from 1.32.0 to 1.33.0

Commits

Updates symfony/polyfill-php83 from 1.32.0 to 1.33.0

Commits

Updates symfony/polyfill-php84 from 1.32.0 to 1.33.0

Commits

Updates symfony/process from 6.4.15 to 7.3.4

Release notes

Sourced from symfony/process's releases.

v7.3.4

Changelog (symfony/process@v7.3.3...v7.3.4)

v7.3.3

Changelog (symfony/process@v7.3.2...v7.3.3)

v7.3.0

Changelog (symfony/process@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/process@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/process@v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (symfony/process@v7.2.8...v7.2.9)

  • no significant changes

v7.2.5

Changelog (symfony/process@v7.2.4...v7.2.5)

v7.2.4

Changelog (symfony/process@v7.2.3...v7.2.4)

  • no significant changes

v7.2.0

Changelog (symfony/process@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/process@v7.2.0-BETA1...v7.2.0-BETA2)

... (truncated)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.3

  • Add RunProcessMessage::fromShellCommandline() to instantiate a Process via the fromShellCommandline method

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

... (truncated)

Commits
  • f24f8f3 Merge branch '6.4' into 7.3
  • 48bad91 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • 3224101 Merge branch '6.4' into 7.3
  • 6be2f0c [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
  • 8eb32cb Merge branch '6.4' into 7.3
  • 6e0026e Fix wrong boolean values
  • 8eb6dc5 CS fixes
  • 40c295f [Process] Narrow PhpExecutableFinder return types
  • d65479e Merge branch '7.2' into 7.3
  • 87b7c93 Merge branch '6.4' into 7.2
  • Additional commits viewable in compare view

Updates symfony/routing from 6.4.12 to 7.3.4

Release notes

Sourced from symfony/routing's releases.

v7.3.4

Changelog (symfony/routing@v7.3.3...v7.3.4)

v7.3.2

Changelog (symfony/routing@v7.3.1...v7.3.2)

  • no significant changes

v7.3.0

Changelog (symfony/routing@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/routing@v7.3.0-BETA2...v7.3.0-RC1)

v7.3.0-BETA1

Changelog (symfony/routing@v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (symfony/routing@v7.2.8...v7.2.9)

  • no significant changes

v7.2.3

Changelog (symfony/routing@v7.2.2...v7.2.3)

v7.2.0

Changelog (symfony/routing@v7.2.0-RC1...v7.2.0)

v7.2.0-BETA2

Changelog (symfony/routing@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/routing@v7.1.6...v7.2.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/routing's changelog.

CHANGELOG

7.3

  • Allow aliases and deprecations in #[Route] attribute
  • Add the Requirement::MONGODB_ID constant to validate MongoDB ObjectIDs in hexadecimal format

7.2

  • Add the Requirement::UID_RFC9562 constant to validate UUIDs in the RFC 9562 format
  • Deprecate the AttributeClassLoader::$routeAnnotationClass property

7.1

  • Add {foo:bar} syntax to define a mapping between a route parameter and its corresponding request attribute

7.0

  • Add argument $routeParameters to UrlMatcher::handleRouteRequirements()
  • Remove Doctrine annotations support in favor of native attributes
  • Remove AnnotationClassLoader, use AttributeClassLoader instead
  • Remove AnnotationDirectoryLoader, use AttributeDirectoryLoader instead
  • Remove AnnotationFileLoader, use AttributeFileLoader instead

6.4

  • Add FQCN and FQCN::method aliases for routes loaded from attributes/annotations when applicable
  • Add native return type to AnnotationClassLoader::setResolver()
  • Deprecate Doctrine annotations support in favor of native attributes
  • Change the constructor signature of AnnotationClassLoader to __construct(?string $env = null), passing an annotation reader as first argument is deprecated
  • Deprecate AnnotationClassLoader, use AttributeClassLoader instead
  • Deprecate AnnotationDirectoryLoader, use AttributeDirectoryLoader instead
  • Deprecate AnnotationFileLoader, use AttributeFileLoader instead
  • Add AddExpressionLanguageProvidersPass (moved from FrameworkBundle)
  • Add aliases for all classes in the Annotation namespace to Attribute

6.2

  • Add Requirement::POSITIVE_INT for common ids and pagination

6.1

... (truncated)

Commits
  • 8dc648e Merge branch '6.4' into 7.3
  • 6fc4c44 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • 19961cd [Routing] Don't rebuild cache when controller action body changes
  • 7614b8c Merge branch '7.2' into 7.3
  • d5a038e Merge branch '6.4' into 7.2
  • e4f94e6 [Routing] Add test to validate that default value is allowed to not match req...
  • 3746004 Merge branch '6.4' into 7.2
  • b51fb6b CS fixes
  • 8e21382 [Routing] Fix inline default null
  • 1f5234e Fix return type is non-nullable
  • Additional commits viewable in compare view

Updates symfony/translation from 6.4.4 to 7.3.4

Release notes

Sourced from symfony/translation's releases.

v7.3.4

Changelog (symfony/translation@v7.3.3...v7.3.4)

  • no significant changes

v7.3.3

Changelog (symfony/translation@v7.3.2...v7.3.3)

  • no significant changes

v7.3.2

Changelog (symfony/translation@v7.3.1...v7.3.2)

v7.3.1

Changelog (symfony/translation@v7.3.0...v7.3.1)

v7.3.0

Changelog (symfony/translation@v7.3.0-RC1...v7.3.0)

v7.3.0-RC1

Changelog (symfony/translation@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/translation@v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (symfony/translation@v7.2.8...v7.2.9)

v7.2.8

Changelog (symfony/translation@v7.2.7...v7.2.8)

v7.2.7

... (truncated)

Changelog

Sourced from symfony/translation's changelog.

CHANGELOG

7.3

  • Add Translator::addGlobalParameter() to allow defining global translation parameters

7.2

  • Deprecate ProviderFactoryTestCase, extend AbstractProviderFactoryTestCase instead

    The testIncompleteDsnException() test is no longer provided by default. If you make use of it by implementing the incompleteDsnProvider() data providers, you now need to use the IncompleteDsnTestTrait.

  • Make ProviderFactoryTestCase and ProviderTestCase compatible with PHPUnit 10+

  • Add lint:translations command

  • Deprecate passing an escape character to CsvFileLoader::setCsvControl()

  • Make Xliff 2.0 attributes in segment element available as segment-attributes metadata returned by XliffFileLoader and make XliffFileDumper write them to the file

7.1

  • Mark class DataCollectorTranslator as final

7.0

  • Remove PhpStringTokenParser
  • Remove PhpExtractor in favor of PhpAstExtractor

6.4

  • Give current locale to LocaleSwitcher::runWithLocale()'s callback
  • Add --as-tree option to translation:pull command to write YAML messages as a tree-like structure
  • [BC BREAK] Add argument $buildDir to DataCollectorTranslator::warmUp()
  • Add DataCollectorTranslatorPass and LoggingTranslatorPass (moved from FrameworkBundle)
  • Add PhraseTranslationProvider

6.2.7

  • [BC BREAK] The following data providers for ProviderFactoryTestCase are now static: supportsProvider(), createProvider(), unsupportedSchemeProvider()and incompleteDsnProvider()
  • [BC BREAK] ProviderTestCase::toStringProvider() is now static

6.2

... (truncated)

Commits
  • ec25870 Merge branch '6.4' into 7.3
  • c8559fe use the empty string instead of null as an array offset
  • Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot
dependabot Bot force-pushed the dependabot/composer/symfony-5a62f06b23 branch 2 times, most recently from b59aedc to 4399ced Compare October 31, 2025 14:29
Bumps the symfony group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `6.4.17` | `7.3.4` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.8` | `7.3.3` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `6.4.14` | `7.3.4` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.12` | `7.3.4` |
| [symfony/polyfill-php84](https://github.com/symfony/polyfill-php84) | `1.32.0` | `1.33.0` |
| [symfony/process](https://github.com/symfony/process) | `6.4.15` | `7.3.4` |
| [symfony/routing](https://github.com/symfony/routing) | `6.4.12` | `7.3.4` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.4` | `7.3.4` |



Updates `symfony/console` from 6.4.17 to 7.3.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.3/CHANGELOG.md)
- [Commits](symfony/console@v6.4.17...v7.3.4)

Updates `symfony/event-dispatcher` from 6.4.8 to 7.3.3
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/7.3/CHANGELOG.md)
- [Commits](symfony/event-dispatcher@v6.4.8...v7.3.3)

Updates `symfony/http-foundation` from 6.4.14 to 7.3.4
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-foundation@v6.4.14...v7.3.4)

Updates `symfony/mailer` from 6.4.12 to 7.3.4
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.12...v7.3.4)

Updates `symfony/polyfill-intl-normalizer` from 1.32.0 to 1.33.0
- [Commits](symfony/polyfill-intl-normalizer@v1.32.0...v1.33.0)

Updates `symfony/polyfill-php83` from 1.32.0 to 1.33.0
- [Commits](symfony/polyfill-php83@v1.32.0...v1.33.0)

Updates `symfony/polyfill-php84` from 1.32.0 to 1.33.0
- [Commits](symfony/polyfill-php84@v1.32.0...v1.33.0)

Updates `symfony/process` from 6.4.15 to 7.3.4
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md)
- [Commits](symfony/process@v6.4.15...v7.3.4)

Updates `symfony/routing` from 6.4.12 to 7.3.4
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/7.3/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.12...v7.3.4)

Updates `symfony/translation` from 6.4.4 to 7.3.4
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.3/CHANGELOG.md)
- [Commits](symfony/translation@v6.4.4...v7.3.4)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/event-dispatcher
  dependency-version: 7.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/http-foundation
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/polyfill-intl-normalizer
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/polyfill-php83
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/polyfill-php84
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-version: 7.3.4
  dependency-type: direct:production
  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-5a62f06b23 branch from 4399ced to b6f484c Compare November 15, 2025 02:04
@dependabot @github

dependabot Bot commented on behalf of github Nov 22, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Nov 29, 2025

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 Nov 29, 2025
@dependabot
dependabot Bot deleted the dependabot/composer/symfony-5a62f06b23 branch November 29, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants