Skip to content

Bump the symfony_dependencies group across 1 directory with 24 updates #3001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps the symfony_dependencies group with 24 updates in the / directory:

Package From To
symfony/asset 7.2.0 7.3.0
symfony/config 7.2.6 7.3.0
symfony/console 7.2.6 7.3.0
symfony/doctrine-bridge 7.2.6 7.3.0
symfony/dotenv 7.2.0 7.3.0
symfony/expression-language 7.2.0 7.3.0
symfony/flex 2.5.0 2.7.1
symfony/form 7.2.6 7.3.0
symfony/process 7.2.5 7.3.0
symfony/property-access 7.2.3 7.3.0
symfony/property-info 7.2.5 7.3.0
symfony/routing 7.2.3 7.3.0
symfony/runtime 7.2.3 7.3.0
symfony/security-bundle 7.2.3 7.3.0
symfony/serializer 7.2.6 7.3.0
symfony/string 7.2.6 7.3.0
symfony/translation 7.2.6 7.3.0
symfony/validator 7.2.6 7.3.0
symfony/var-exporter 7.2.6 7.3.0
symfony/yaml 7.2.6 7.3.0
symfony/browser-kit 7.2.4 7.3.0
symfony/debug-bundle 7.2.0 7.3.0
symfony/phpunit-bridge 7.2.6 7.3.0
symfony/web-profiler-bundle 7.2.4 7.3.0

Updates symfony/asset from 7.2.0 to 7.3.0

Release notes

Sourced from symfony/asset's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

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

  • no significant changes
Commits

Updates symfony/config from 7.2.6 to 7.3.0

Release notes

Sourced from symfony/config's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

v7.3.0-BETA1

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

v7.2.7

Changelog (symfony/config@v7.2.6...v7.2.7)

Changelog

Sourced from symfony/config's changelog.

CHANGELOG

7.3

  • Add ExprBuilder::ifFalse()
  • Add support for info on ArrayNodeDefinition::canBeEnabled() and ArrayNodeDefinition::canBeDisabled()
  • Allow using an enum FQCN with EnumNode
  • Add NodeDefinition::docUrl()

7.2

  • Add #[WhenNot] attribute to prevent service from being registered in a specific environment
  • Generate a meta file in JSON format for resource tracking
  • Add SkippingResourceChecker
  • Add support for defaultNull() on BooleanNode
  • Add StringNode and StringNodeDefinition
  • Add ArrayNodeDefinition::stringPrototype() method
  • Add NodeBuilder::stringNode() method

7.1

  • Allow custom meta location in ResourceCheckerConfigCache
  • Allow custom meta location in ConfigCache

7.0

  • Require explicit argument when calling NodeBuilder::setParent()

6.3

  • Allow enum values in EnumNode

6.2

  • Deprecate calling NodeBuilder::setParent() without any arguments
  • Add a more accurate typehint in generated PHP config

6.1

  • Allow using environment variables in EnumNode
  • Add Node's information in generated Config
  • Add DefinitionFileLoader class to load a TreeBuilder definition from an external file

... (truncated)

Commits
  • ba62ae5 Merge branch '7.2' into 7.3
  • 0ef1005 Merge branch '6.4' into 7.2
  • af5917a [Config] Fix generated comment for multiline "info"
  • ff3012b Merge branch '7.2' into 7.3
  • 110095e [Config] Add NodeDefinition::docUrl()
  • ef85351 [Config] Make ifFalse() consistent between value and closure based checks
  • 2d1e1ab replace assertEmpty() with stricter assertions
  • 84c72be [Config] Allow using an enum FQCN with EnumNode
  • 793a0b7 [Config] Clarify var name
  • 8418529 [FrameworkBundle] Add support for info on `ArrayNodeDefinition::canBeEnabled(...
  • Additional commits viewable in compare view

Updates symfony/console from 7.2.6 to 7.3.0

Release notes

Sourced from symfony/console's releases.

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)

v7.3.0-BETA1

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

v7.2.7

Changelog (symfony/console@v7.2.6...v7.2.7)

  • no significant changes
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
  • 66c1440 [Console] Improve #[Argument]/#[Option] exception messages
  • 0c575e7 [Console] Invokable command #[Option] adjustments
  • aa8b412 feature #59602 [Console] #[Option] rules & restrictions (kbond)
  • ce1f3d9 [Console] Add support for SignalableCommandInterface with invokable commands
  • 01611b6 [Console] #[Option] rules & restrictions
  • 2eab774 Merge branch '7.2' into 7.3
  • 56d7d02 Merge branch '6.4' into 7.2
  • 7d29659 properly skip signal test if the pcntl extension is not installed
  • 523e463 minor #60360 [Console] remove conflict rule (xabbuh)
  • 1b5e3e6 [Console] Set description as first parameter to Argument and Option attributes
  • Additional commits viewable in compare view

Updates symfony/doctrine-bridge from 7.2.6 to 7.3.0

Release notes

Sourced from symfony/doctrine-bridge's releases.

v7.3.0

Changelog (symfony/doctrine-bridge@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

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

v7.3.0-BETA2

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

v7.3.0-BETA1

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

v7.2.7

Changelog (symfony/doctrine-bridge@v7.2.6...v7.2.7)

Changelog

Sourced from symfony/doctrine-bridge's changelog.

CHANGELOG

7.3

  • Reset the manager registry using native lazy objects when applicable
  • Deprecate the DoctrineExtractor::getTypes() method, use DoctrineExtractor::getType() instead
  • Add support for Symfony\Component\Clock\DatePoint as DatePointType Doctrine type
  • Improve exception message when EntityValueResolver gets no mapping information
  • Add type aliases support to EntityValueResolver

7.2

  • Accept ReadableCollection in CollectionToArrayTransformer

7.1

  • Allow EntityValueResolver to return a list of entities
  • Add support for auto-closing idle connections
  • Allow validating every class against UniqueEntity constraint
  • Deprecate auto-mapping of entities in favor of mapped route parameters

7.0

  • Remove DoctrineDbalCacheAdapterSchemaSubscriber, use DoctrineDbalCacheAdapterSchemaListener instead
  • Remove MessengerTransportDoctrineSchemaSubscriber, use MessengerTransportDoctrineSchemaListener instead
  • Remove RememberMeTokenProviderDoctrineSchemaSubscriber, use RememberMeTokenProviderDoctrineSchemaListener instead
  • Remove DbalLogger, use a middleware instead
  • Remove DoctrineDataCollector::addLogger(), use a DebugDataHolder instead
  • Remove ContainerAwareLoader, use dependency injection in your fixtures instead
  • ContainerAwareEventManager::getListeners() must be called with an event name
  • DoctrineBridge now requires doctrine/event-manager:^2
  • Add parameter $isSameDatabase to DoctrineTokenProvider::configureSchema()

6.4

  • [BC BREAK] Add argument $buildDir to ProxyCacheWarmer::warmUp()
  • [BC BREAK] Add return type-hints to EntityFactory
  • Deprecate DbalLogger, use a middleware instead
  • Deprecate not constructing DoctrineDataCollector with an instance of DebugDataHolder
  • Deprecate DoctrineDataCollector::addLogger(), use a DebugDataHolder instead
  • Deprecate ContainerAwareLoader, use dependency injection in your fixtures instead
  • Always pass the Request object to EntityValueResolver's expression
  • [BC BREAK] Change argument $lastUsed of DoctrineTokenProvider::updateToken() to accept DateTimeInterface

... (truncated)

Commits
  • 1df0cb5 [DoctrineBridge] Fix resetting the manager when using native lazy objects
  • 4fc6ace add test for DatePointType converting database string to PHP value
  • de29182 Merge branch '7.2' into 7.3
  • 912975c Merge branch '6.4' into 7.2
  • b880ceb minor #60279 [DoctrineBridge] Undefined variable (wkania)
  • b18a978 [DoctrineBridge] Fix UniqueEntityValidator Stringable identifiers
  • 6e47a57 [DoctrineBridge] Fix UniqueEntity for non-integer identifiers
  • af88566 fix changelog
  • fcce66e minor #60284 Unnecessary cast, return, semicolon and comma (wkania)
  • 8adff19 Unnecessary cast, return, semicolon and comma
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.2.0 to 7.3.0

Release notes

Sourced from symfony/dotenv's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

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

  • no significant changes
Commits

Updates symfony/expression-language from 7.2.0 to 7.3.0

Release notes

Sourced from symfony/expression-language's releases.

v7.3.0

Changelog (symfony/expression-language@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

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

  • no significant changes
Commits

Updates symfony/flex from 2.5.0 to 2.7.1

Release notes

Sourced from symfony/flex's releases.

v2.7.1

What's Changed

Full Changelog: symfony/flex@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: symfony/flex@v2.6.0...v2.7.0

v2.6.0

What's Changed

New Contributors

Full Changelog: symfony/flex@v2.5.1...v2.6.0

v2.5.1

What's Changed

Full Changelog: symfony/flex@v2.5.0...v2.5.1

Commits
  • 4ae50d3 bug #1054 Don't remove still-referenced files when unconfiguring recipes (nic...
  • 6443e31 Don't remove still-referenced files when unconfiguring recipes
  • dcd0c73 minor #1053 CS modernize_strpos (rosier)
  • 1cacd32 CS modernize_strpos
  • 5d743b3 Fix flex upgrades
  • 9db045b feature #1026 [AssetMapper] Allow to define entrypoint in importmap.php (Jibb...
  • 41275d6 [AssetMapper] Allow to define entrypoint in importmap.php
  • f0075f0 bug #1050 Fix unpack logic (nicolas-grekas)
  • d66470c Fix unpack logic
  • ccc4d2d bug #1049 Don't copy constraint from framework-bundle when installing a new s...
  • Additional commits viewable in compare view

Updates symfony/form from 7.2.6 to 7.3.0

Release notes

Sourced from symfony/form's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA2

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

  • no significant changes

v7.3.0-BETA1

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

v7.2.7

Changelog (symfony/form@v7.2.6...v7.2.7)

  • no significant changes
Changelog

Sourced from symfony/form's changelog.

CHANGELOG

7.3

  • Add support for displaying nested options in DebugCommand
  • Add support for strings as data for the MoneyType

7.2

  • Deprecate the VersionAwareTest trait, use feature detection instead
  • Add support for the calendar option in DateType
  • Add LazyChoiceLoader and choice_lazy option in ChoiceType for loading and rendering choices on demand
  • Use form.post_set_data instead of form.pre_set_data in ResizeFormListener
  • Change the priority of DataCollectorListener from 255 to -255

7.1

  • Add option separator to ChoiceType to use a custom separator after preferred choices (use the new separator_html option to display the separator text as HTML)
  • Deprecate not configuring the default_protocol option of the UrlType, it will default to null in 8.0 (the current default is 'http')
  • Add a keep_as_list option to CollectionType
  • Add an input option to MoneyType, to be able to cast the transformed value to integer

7.0

  • Throw when using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Make the "widget" option of date/time form types default to "single_text"
  • Require explicit argument when calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage()

6.4

  • Deprecate using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Deprecate PostSetDataEvent::setData(), use PreSetDataEvent::setData() instead
  • Deprecate PostSubmitEvent::setData(), use PreSubmitDataEvent::setData() or SubmitDataEvent::setData() instead
  • Add duplicate_preferred_choices option in ChoiceType
  • Add $duplicatePreferredChoices parameter to ChoiceListFactoryInterface::createView()

6.3

  • Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set
  • Add a placeholder_attr option to ChoiceType
  • Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7

... (truncated)

Commits
  • 9ee0a68 Merge branch '7.2' into 7.3
  • 59b6c45 Merge branch '6.4' into 7.2
  • 2e2e32b minor #60286 [Form][Routing] Fix return type is non-nullable (wkania)
  • 5f65b1e minor #60285 [Form][HttpFoundation] Fix overwriting an array element (wkania)
  • d20f61d Merge branch '7.2' into 7.3
  • aed57cb Fix return type is non-nullable
  • 02275ed Fix overwriting an array element
  • 01e2a07 Merge branch '7.2' into 7.3
  • c845570 Merge branch '7.2' into 7.3
  • 7ef449a Merge branch '7.2' into 7.3
  • Additional commits viewable in compare view

Updates symfony/process from 7.2.5 to 7.3.0

Release notes

Sourced from symfony/process's releases.

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)

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
  • 40c295f [Process] Narrow PhpExecutableFinder return types
  • d65479e Merge branch '7.2' into 7.3
  • 0596c46 replace assertEmpty() with stricter assertions
  • 2b42be2 [Messenger][Process] add fromShellCommandline to RunProcessMessage
  • acece5e Merge branch '7.2' into 7.3
  • ed2c645 Merge branch '7.2' into 7.3
  • 724e6c6 chore: PHP CS Fixer fixes
  • See full diff in compare view

Updates symfony/property-access from 7.2.3 to 7.3.0

Release notes

Sourced from symfony/property-access's releases.

v7.3.0

Changelog (symfony/property-access@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA2

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

  • no significant changes

v7.3.0-BETA1

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

  • no significant changes

v7.2.7

Changelog (symfony/property-access@v7.2.6...v7.2.7)

  • no significant changes
Commits

Updates symfony/property-info from 7.2.5 to 7.3.0

Release notes

Sourced from symfony/property-info's releases.

v7.3.0

Changelog (symfony/property-info@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

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

Changelog

Sourced from symfony/property-info's changelog.

CHANGELOG

7.3

  • Add support for non-positive-int, non-negative-int and non-zero-int PHPStan types to PhpStanExtractor
  • Add PropertyDescriptionExtractorInterface to PhpStanExtractor
  • Deprecate the Type class, use Symfony\Component\TypeInfo\Type class from symfony/type-info instead
  • Deprecate the PropertyTypeExtractorInterface::getTypes() method, use PropertyTypeExtractorInterface::getType() instead
  • Deprecate the ConstructorArgumentTypeExtractorInterface::getTypesFromConstructor() method, use ConstructorArgumentTypeExtractorInterface::getTypeFromConstructor() instead

7.1

  • Introduce PropertyDocBlockExtractorInterface to extract a property's doc block
  • Restrict access to PhpStanExtractor based on visibility
  • Add PropertyTypeExtractorInterface::getType() as experimental

6.4

  • Make properties writable when a setter in camelCase exists, similar to the camelCase getter

6.1

  • Add support for phpDocumentor and PHPStan pseudo-types
  • Add PHP 8.0 promoted properties @param mutation support to PhpDocExtractor
  • Add PHP 8.0 promoted properties @param mutation support to PhpStanExtractor

6.0

  • Remove the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead
  • Remove the enable_magic_call_extraction context option in ReflectionExtractor::getWriteInfo() and ReflectionExtractor::getReadInfo() in favor of enable_magic_methods_extraction

5.4

  • Add PhpStanExtractor

5.3

  • Add support for multiple types for collection keys & values
  • Deprecate the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead

5.2.0

... (truncated)

Commits
  • 200d230 replace expectDeprecation() with expectUserDeprecationMessage()
  • 8178f2e [PropertyInfo] Deprecate Type
  • 8a691c4 Merge branch '7.2' into 7.3
  • c291318 minor #59247 [PropertyInfo] Replace NameScope by TypeInfo's TypeContext (...
  • d61af5e [PropertyInfo] Replace NameScope by TypeContext
  • 5b7ee4b Make data providers static
  • 117307f Merge branch '7.2' into 7.3
  • 9e9d56e Merge branch '7.2' into 7.3
  • c24caf8 [PropertyInfo] Fix typo in var name
  • 1edde47 [PropertyInfo] Fix typo in method name
  • Additional commits viewable in compare view

Updates symfony/routing from 7.2.3 to 7.3.0

Release notes

Sourced from symfony/routing's releases.

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)

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
  • Depreca...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 30, 2025
Bumps the symfony_dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `7.2.0` | `7.3.0` |
| [symfony/config](https://github.com/symfony/config) | `7.2.6` | `7.3.0` |
| [symfony/console](https://github.com/symfony/console) | `7.2.6` | `7.3.0` |
| [symfony/doctrine-bridge](https://github.com/symfony/doctrine-bridge) | `7.2.6` | `7.3.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.2.0` | `7.3.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.2.0` | `7.3.0` |
| [symfony/flex](https://github.com/symfony/flex) | `2.5.0` | `2.7.1` |
| [symfony/form](https://github.com/symfony/form) | `7.2.6` | `7.3.0` |
| [symfony/process](https://github.com/symfony/process) | `7.2.5` | `7.3.0` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.2.3` | `7.3.0` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.2.5` | `7.3.0` |
| [symfony/routing](https://github.com/symfony/routing) | `7.2.3` | `7.3.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.2.3` | `7.3.0` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.2.3` | `7.3.0` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.2.6` | `7.3.0` |
| [symfony/string](https://github.com/symfony/string) | `7.2.6` | `7.3.0` |
| [symfony/translation](https://github.com/symfony/translation) | `7.2.6` | `7.3.0` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.6` | `7.3.0` |
| [symfony/var-exporter](https://github.com/symfony/var-exporter) | `7.2.6` | `7.3.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.6` | `7.3.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.2.4` | `7.3.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.2.0` | `7.3.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.2.6` | `7.3.0` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.2.4` | `7.3.0` |



Updates `symfony/asset` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.3/CHANGELOG.md)
- [Commits](symfony/asset@v7.2.0...v7.3.0)

Updates `symfony/config` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.3/CHANGELOG.md)
- [Commits](symfony/config@v7.2.6...v7.3.0)

Updates `symfony/console` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.3/CHANGELOG.md)
- [Commits](symfony/console@v7.2.6...v7.3.0)

Updates `symfony/doctrine-bridge` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/doctrine-bridge/releases)
- [Changelog](https://github.com/symfony/doctrine-bridge/blob/7.3/CHANGELOG.md)
- [Commits](symfony/doctrine-bridge@v7.2.6...v7.3.0)

Updates `symfony/dotenv` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.3/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.2.0...v7.3.0)

Updates `symfony/expression-language` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.3/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.2.0...v7.3.0)

Updates `symfony/flex` from 2.5.0 to 2.7.1
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.5.0...v2.7.1)

Updates `symfony/form` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.3/CHANGELOG.md)
- [Commits](symfony/form@v7.2.6...v7.3.0)

Updates `symfony/process` from 7.2.5 to 7.3.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md)
- [Commits](symfony/process@v7.2.5...v7.3.0)

Updates `symfony/property-access` from 7.2.3 to 7.3.0
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.3/CHANGELOG.md)
- [Commits](symfony/property-access@v7.2.3...v7.3.0)

Updates `symfony/property-info` from 7.2.5 to 7.3.0
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.3/CHANGELOG.md)
- [Commits](symfony/property-info@v7.2.5...v7.3.0)

Updates `symfony/routing` from 7.2.3 to 7.3.0
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/7.3/CHANGELOG.md)
- [Commits](symfony/routing@v7.2.3...v7.3.0)

Updates `symfony/runtime` from 7.2.3 to 7.3.0
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.3/CHANGELOG.md)
- [Commits](symfony/runtime@v7.2.3...v7.3.0)

Updates `symfony/security-bundle` from 7.2.3 to 7.3.0
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.2.3...v7.3.0)

Updates `symfony/serializer` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/serializer@v7.2.6...v7.3.0)

Updates `symfony/string` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.3/CHANGELOG.md)
- [Commits](symfony/string@v7.2.6...v7.3.0)

Updates `symfony/translation` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.3/CHANGELOG.md)
- [Commits](symfony/translation@v7.2.6...v7.3.0)

Updates `symfony/validator` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.3/CHANGELOG.md)
- [Commits](symfony/validator@v7.2.6...v7.3.0)

Updates `symfony/var-exporter` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/7.3/CHANGELOG.md)
- [Commits](symfony/var-exporter@v7.2.6...v7.3.0)

Updates `symfony/yaml` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.3/CHANGELOG.md)
- [Commits](symfony/yaml@v7.2.6...v7.3.0)

Updates `symfony/browser-kit` from 7.2.4 to 7.3.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.3/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.2.4...v7.3.0)

Updates `symfony/debug-bundle` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v7.2.0...v7.3.0)

Updates `symfony/phpunit-bridge` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.2/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.2.6...v7.3.0)

Updates `symfony/web-profiler-bundle` from 7.2.4 to 7.3.0
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.2.4...v7.3.0)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/config
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/console
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/doctrine-bridge
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/dotenv
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/expression-language
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/flex
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/form
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/process
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/property-access
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/property-info
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/routing
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/runtime
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/security-bundle
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/serializer
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/string
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/translation
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/validator
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/var-exporter
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/yaml
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/browser-kit
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/debug-bundle
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony_dependencies-29da10728b branch from 0f2ec00 to c10fbdd Compare May 31, 2025 05:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2025

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

@dependabot dependabot bot closed this Jun 14, 2025
@dependabot dependabot bot deleted the dependabot/composer/symfony_dependencies-29da10728b branch June 14, 2025 10:46
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