Skip to content

chore(deps): update symfony/form requirement from ^7.0 to ^8.0#526

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/form-tw-8.0
Open

chore(deps): update symfony/form requirement from ^7.0 to ^8.0#526
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/form-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2025

Updates the requirements on symfony/form to permit the latest version.

Release notes

Sourced from symfony/form's releases.

v8.0.0

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

  • 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
  • 81dd027 Merge branch '7.4' into 8.0
  • 00b8d61 Mark FormFlow as finished if the last step is skipped
  • 0df0b0f Merge branch '7.4' into 8.0
  • fd1752e Merge branch '7.3' into 7.4
  • 5843655 Merge branch '7.4' into 8.0
  • a766bc4 [Form][Intl] Allow the developer to choose if he want to include/exclude curr...
  • a8f32aa [Form] Fix EnumType choice_label logic for grouped choices
  • 91297ea Merge branch '7.4' into 8.0
  • 4a374b6 Add FormFlow for multistep forms management
  • 8535417 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

Updates the requirements on [symfony/form](https://github.com/symfony/form) to permit the latest version.
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.3/CHANGELOG.md)
- [Commits](symfony/form@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/form
  dependency-version: 8.0.0
  dependency-type: direct:production
...

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 Nov 28, 2025
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