Skip to content
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

Bump the symfony group with 34 updates #1019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the symfony group with 34 updates:

Package From To
symfony/asset 7.1.6 7.2.0
symfony/browser-kit 7.1.6 7.2.0
symfony/clock 7.1.6 7.2.0
symfony/console 7.1.8 7.2.1
symfony/css-selector 7.1.6 7.2.0
symfony/doctrine-messenger 7.1.6 7.2.2
symfony/dotenv 7.1.6 7.2.0
symfony/expression-language 7.1.6 7.2.0
symfony/form 7.1.6 7.2.0
symfony/html-sanitizer 7.1.6 7.2.2
symfony/http-client 7.1.9 7.2.2
symfony/intl 7.1.8 7.2.0
symfony/messenger 7.1.8 7.1.9
symfony/mime 7.1.6 7.2.1
symfony/notifier 7.1.6 7.2.0
symfony/process 7.1.8 7.2.0
symfony/property-access 7.1.6 7.2.0
symfony/property-info 7.1.8 7.1.10
symfony/runtime 7.1.7 7.2.0
symfony/scheduler 7.1.6 7.2.2
symfony/security-bundle 7.1.6 7.2.2
symfony/serializer 7.1.8 7.2.0
symfony/slack-notifier 7.1.6 7.2.0
symfony/stimulus-bundle 2.21.0 2.22.1
symfony/string 7.1.8 7.2.0
symfony/translation 7.1.6 7.2.2
symfony/twig-bundle 7.1.6 7.2.0
symfony/uid 7.1.6 7.2.0
symfony/validator 7.1.8 7.2.2
symfony/web-link 7.1.6 7.2.0
symfony/yaml 7.1.6 7.2.0
symfony/debug-bundle 7.1.6 7.2.0
symfony/phpunit-bridge 7.1.6 7.2.0
symfony/web-profiler-bundle 7.1.7 7.2.2

Updates symfony/asset from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/asset's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits

Updates symfony/browser-kit from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/browser-kit's releases.

v7.2.0

Changelog (symfony/browser-kit@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/browser-kit@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits

Updates symfony/clock from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/clock's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits
  • b81435f Merge branch '7.1' into 7.2
  • 738af07 Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • 23cc3e9 Prefix all sprintf() calls
  • See full diff in compare view

Updates symfony/console from 7.1.8 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

v7.1.10

Changelog (symfony/console@v7.1.9...v7.1.10)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

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()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

... (truncated)

Commits
  • fefcc18 [Console] Fix tests
  • 722fa7c Merge branch '6.4' into 7.2
  • 799445d fix risky test that doesn't perform any assertions
  • 13189ef Merge branch '7.1' into 7.2
  • d205904 Merge branch '6.4' into 7.1
  • 67191f7 [Console] Fix division by 0 error
  • 23c8aae Merge branch '7.1' into 7.2
  • 3fda7e5 Merge branch '7.1' into 7.2
  • c32691c Don't use die() in PHPT --SKIPIF--
  • de74db6 Remove always true/false occurrences
  • Additional commits viewable in compare view

Updates symfony/css-selector from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/css-selector's releases.

v7.2.0

Changelog (symfony/css-selector@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/css-selector@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits

Updates symfony/doctrine-messenger from 7.1.6 to 7.2.2

Release notes

Sourced from symfony/doctrine-messenger's releases.

v7.2.2

Changelog (symfony/doctrine-messenger@v7.2.1...v7.2.2)

  • no significant changes

v7.2.0

Changelog (symfony/doctrine-messenger@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/doctrine-messenger@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes

v7.1.10

Changelog (symfony/doctrine-messenger@v7.1.9...v7.1.10)

  • no significant changes
Commits
  • 1abbc58 Merge branch '7.1' into 7.2
  • 5b36afa choose the correctly cased class name for the MariaDB platform
  • 533e664 Merge branch '7.1' into 7.2
  • a56f9af Merge branch '7.1' into 7.2
  • 82ede3b Remove a few unnecessary full qualifier
  • 2f76448 Merge branch '7.1' into 7.2
  • e83a6c9 Merge branch '7.1' into 7.2
  • 80de123 Merge branch '7.1' into 7.2
  • b70474b Merge branch '7.1' into 7.2
  • 6b3d6c6 minor #57868 Remove useless code (alexandre-daubois)
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/dotenv's releases.

v7.2.0

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

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes

v7.1.9

Changelog (symfony/dotenv@v7.1.8...v7.1.9)

Commits
  • 28347a8 Merge branch '7.1' into 7.2
  • 245d1af Merge branch '6.4' into 7.1
  • 1ac5e7e Merge branch '5.4' into 6.4
  • 0801340 read runtime config from composer.json in debug dotenv command
  • 07b2c58 Merge branch '7.1' into 7.2
  • 8474944 Merge branch '7.1' into 7.2
  • b453abe Merge branch '7.1' into 7.2
  • 966f190 Remove unused code and unnecessary else branches
  • ccc9d84 Use CPP where possible
  • 5d005c9 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/expression-language from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/expression-language's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

7.2

  • Add support for null-coalescing unknown variables
  • Add support for comments using /* & */
  • Allow passing any iterable as $providers list to ExpressionLanguage constructor
  • Add support for <<, >>, and ~ bitwise operators
  • Add support for logical xor operator

7.1

  • Add support for PHP min and max functions
  • Add Parser::IGNORE_UNKNOWN_VARIABLES and Parser::IGNORE_UNKNOWN_FUNCTIONS flags to control whether parsing and linting should check for unknown variables and functions.
  • Deprecate passing null as the allowed variable names to ExpressionLanguage::lint() and Parser::lint(), pass the IGNORE_UNKNOWN_VARIABLES flag instead to ignore unknown variables during linting

7.0

  • The in and not in operators now use strict comparison

6.3

  • Add enum expression function
  • Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function

6.2

  • Add support for null-coalescing syntax

6.1

  • Add support for null-safe syntax when parsing object's methods and properties
  • Add new operators: contains, starts with and ends with
  • Support lexing numbers with the numeric literal separator _
  • Support lexing decimals with no leading zero

5.1.0

  • added lint method to ExpressionLanguage class

... (truncated)

Commits
  • 26f4884 [ExpressionLanguage] Cover multiline comments
  • 125ac0a Merge branch '7.1' into 7.2
  • e00cc12 minor #58461 [ExpressionLanguage] Improve tests on BinaryNode (alexandre-da...
  • 63d117e minor #58261 [ExpressionLanguage] Fix matches to handle booleans being used a...
  • 0e7ebeb [ExpressionLanguage] Fix matches to handle booleans being used as regexp
  • 529f749 [ExpressionLanguage] Improve tests on BinaryNode
  • a30e5fd [ExpressionLanguage] Add support for logical xor operator
  • d96a231 minor #58342 [ExpressionLanguage] Use script to generate regex (HypeMC)
  • 8484457 Merge branch '7.1' into 7.2
  • 900725f [ExpressionLanguage] Use script to generate regex
  • Additional commits viewable in compare view

Updates symfony/form from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/form's releases.

v7.2.0

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

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

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

6.2

  • Allow passing TranslatableInterface objects to the ChoiceView label
  • Allow passing TranslatableInterface objects to the help option

... (truncated)

Commits
  • 264cff3 [Form] Allow integer for the calendar option of DateType
  • 73c00ef Remove always true/false occurrences
  • 04cf304 Reduce common control flows
  • 896c5f2 [Form] Use form.post_set_data in ResizeFormListener
  • e3fe767 feature #52503 [DoctrineBridge][Form] Introducing new LazyChoiceLoader clas...
  • 96e19d9 Merge branch '7.1' into 7.2
  • bcf5a68 feature #58095 [Security] Implement stateless headers/cookies-based CSRF prot...
  • 6a49eed [Security] Implement stateless headers/cookies-based CSRF protection
  • 64116e0 CS: clean some whitespaces/indentation
  • 0df8534 Make @var occurrences consistent
  • Additional commits viewable in compare view

Updates symfony/html-sanitizer from 7.1.6 to 7.2.2

Release notes

Sourced from symfony/html-sanitizer's releases.

v7.2.2

Changelog (symfony/html-sanitizer@v7.2.1...v7.2.2)

v7.2.0

Changelog (symfony/html-sanitizer@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/html-sanitizer@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

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

v7.1.10

Changelog (symfony/html-sanitizer@v7.1.9...v7.1.10)

Changelog

Sourced from symfony/html-sanitizer's changelog.

CHANGELOG

7.2

  • Add support for configuring the default action to block or allow unconfigured elements instead of dropping them

6.4

  • Add support for sanitizing unlimited length of HTML document

6.1

  • Add the component as experimental
Commits
  • f6bc679 Merge branch '7.1' into 7.2
  • f207dc5 Merge branch '6.4' into 7.1
  • 7f16925 reject URLs containing whitespaces
  • 1d23de4 Merge branch '7.1' into 7.2
  • 8191ff9 Merge branch '7.1' into 7.2
  • fd06928 Merge branch '6.4' into 7.1
  • aac3159 Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • 76a3ead [HtmlSanitizer] Add support for configuring the default action to block or al...
  • a78c61f Prefix all sprintf() calls
  • 49a78e7 minor #57281 [HtmlSanitizer][HttpClient][HttpFoundation][Ldap][Lock][Property...
  • Additional commits viewable in compare view

Updates symfony/http-client from 7.1.9 to 7.2.2

Release notes

Sourced from symfony/http-client's releases.

v7.2.2

Changelog (symfony/http-client@v7.2.1...v7.2.2)

v7.2.1

Changelog (symfony/http-client@v7.2.0...v7.2.1)

v7.2.0

Changelog (symfony/http-client@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/http-client@v7.2.0-BETA2...v7.2.0-RC1)

v7.2.0-BETA2

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

v7.2.0-BETA1

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

v7.1.10

Changelog (symfony/http-client@v7.1.9...v7.1.10)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.2

  • Add support for amphp/http-client v5 on PHP 8.4+

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and JsonMockResponse::fromFile() methods to help using fixtures files
  • Add ThrottlingHttpClient to enable limiting the number of requests within a certain period
  • Deprecate the setLogger() methods of the NoPrivateNetworkHttpClient, TraceableHttpClient and ScopingHttpClient classes, configure the logger of the wrapped clients directly instead

7.0

  • Remove implementing Http\Message\RequestFactory from HttplugClient

6.4

  • Add HarFileResponseFactory testing utility, allow to replay responses from .har files
  • Add max_retries option to RetryableHttpClient to adjust the retry logic on a per request level
  • Add PingWehookMessage and PingWebhookMessageHandler
  • Enable using EventSourceHttpClient::connect() for both GET and POST

6.3

  • Add option crypto_method to set the minimum TLS version and make it default to v1.2
  • Add UriTemplateHttpClient to use URI templates as specified in the RFC 6570
  • Add ServerSentEvent::getArrayData() to get the Server-Sent Event's data decoded as an array when it's a JSON payload
  • Allow array of urls as base_uri option value in RetryableHttpClient to retry on a new url each time
  • Add JsonMockResponse, a MockResponse shortcut that automatically encodes the passed body to JSON and sets the content type to application/json by default
  • Support file uploads by nesting resource streams in option "body"

6.2

  • Make HttplugClient implement Psr\Http\Message\RequestFactoryInterface, StreamFactoryInterface and UriFactoryInterface
  • Deprecate implementing Http\Message\RequestFactory, StreamFactory and UriFactory on HttplugClient
  • Add withOptions() to HttplugClient and Psr18Client

6.1

... (truncated)

Commits
  • 339ba21 Merge branch '7.1' into 7.2
  • e221bfd Merge branch '6.4' into 7.1
  • 88898d8 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient
  • 5432299 Merge branch '7.1' into 7.2
  • 817b619 Merge branch '6.4' into 7.1
  • 8057c7c [HttpClient] Test POST to GET redirects
  • ff4df2b Merge branch '7.1' into 7.2
  • 6f84e44 Merge branch '6.4' into 7.1
  • c40cbac chore: fix CS
  • f4f6d81 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in C...
  • Additional commits viewable in compare view

Updates symfony/intl from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/intl's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits
  • 76bb346 CS: apply minor indentation fixes
  • 9692d47 Merge branch '7.1' into 7.2
  • 8069d35 Merge branch '7.1' into 7.2
  • e0c8d9c CS: clean some whitespaces/indentation
  • aa8f5d3 minor #58374 Remove useless parent method calls in tests (alexandre-daubois)
  • f8fa48d Remove unused imports
  • c788636 Merge branch '7.1' into 7.2
  • f98b595 Remove useless parent method calls in tests
  • ddd3977 Merge branch '7.1' into 7.2
  • 441c390 Merge branch '7.1' into 7.2
  • See full diff in compare view

Updates symfony/messenger from 7.1.8 to 7.1.9

Release notes

Sourced from symfony/messenger's releases.

v7.1.9

Changelog (symfony/messenger@v7.1.8...v7.1.9)

Commits
  • 51e2b8b Merge branch '6.4' into 7.1
  • b200928 [Messenger] fix Envelope::all() conditional return docblock
  • See full diff in compare view

Updates symfony/mime from 7.1.6 to 7.2.1

Release notes

Sourced from symfony/mime's releases.

v7.2.1

Changelog (symfony/mime@v7.2.0...v7.2.1)

  • no significant changes

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

Bumps the symfony group with 34 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `7.1.6` | `7.2.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.1.6` | `7.2.0` |
| [symfony/clock](https://github.com/symfony/clock) | `7.1.6` | `7.2.0` |
| [symfony/console](https://github.com/symfony/console) | `7.1.8` | `7.2.1` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.1.6` | `7.2.0` |
| [symfony/doctrine-messenger](https://github.com/symfony/doctrine-messenger) | `7.1.6` | `7.2.2` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.6` | `7.2.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.1.6` | `7.2.0` |
| [symfony/form](https://github.com/symfony/form) | `7.1.6` | `7.2.0` |
| [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) | `7.1.6` | `7.2.2` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.9` | `7.2.2` |
| [symfony/intl](https://github.com/symfony/intl) | `7.1.8` | `7.2.0` |
| [symfony/messenger](https://github.com/symfony/messenger) | `7.1.8` | `7.1.9` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.6` | `7.2.1` |
| [symfony/notifier](https://github.com/symfony/notifier) | `7.1.6` | `7.2.0` |
| [symfony/process](https://github.com/symfony/process) | `7.1.8` | `7.2.0` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.6` | `7.2.0` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.1.8` | `7.1.10` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.7` | `7.2.0` |
| [symfony/scheduler](https://github.com/symfony/scheduler) | `7.1.6` | `7.2.2` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.1.6` | `7.2.2` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.8` | `7.2.0` |
| [symfony/slack-notifier](https://github.com/symfony/slack-notifier) | `7.1.6` | `7.2.0` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.21.0` | `2.22.1` |
| [symfony/string](https://github.com/symfony/string) | `7.1.8` | `7.2.0` |
| [symfony/translation](https://github.com/symfony/translation) | `7.1.6` | `7.2.2` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.1.6` | `7.2.0` |
| [symfony/uid](https://github.com/symfony/uid) | `7.1.6` | `7.2.0` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.8` | `7.2.2` |
| [symfony/web-link](https://github.com/symfony/web-link) | `7.1.6` | `7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.1.6` | `7.2.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.6` | `7.2.0` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.7` | `7.2.2` |


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

Updates `symfony/browser-kit` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.2/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.1.6...v7.2.0)

Updates `symfony/clock` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/clock/releases)
- [Changelog](https://github.com/symfony/clock/blob/7.2/CHANGELOG.md)
- [Commits](symfony/clock@v7.1.6...v7.2.0)

Updates `symfony/console` from 7.1.8 to 7.2.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v7.1.8...v7.2.1)

Updates `symfony/css-selector` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.2/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.1.6...v7.2.0)

Updates `symfony/doctrine-messenger` from 7.1.6 to 7.2.2
- [Release notes](https://github.com/symfony/doctrine-messenger/releases)
- [Changelog](https://github.com/symfony/doctrine-messenger/blob/7.2/CHANGELOG.md)
- [Commits](symfony/doctrine-messenger@v7.1.6...v7.2.2)

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

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

Updates `symfony/form` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.2/CHANGELOG.md)
- [Commits](symfony/form@v7.1.6...v7.2.0)

Updates `symfony/html-sanitizer` from 7.1.6 to 7.2.2
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/html-sanitizer@v7.1.6...v7.2.2)

Updates `symfony/http-client` from 7.1.9 to 7.2.2
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-client@v7.1.9...v7.2.2)

Updates `symfony/intl` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/7.2/CHANGELOG.md)
- [Commits](symfony/intl@v7.1.8...v7.2.0)

Updates `symfony/messenger` from 7.1.8 to 7.1.9
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/7.2/CHANGELOG.md)
- [Commits](symfony/messenger@v7.1.8...v7.1.9)

Updates `symfony/mime` from 7.1.6 to 7.2.1
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.2/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.6...v7.2.1)

Updates `symfony/notifier` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/notifier/releases)
- [Changelog](https://github.com/symfony/notifier/blob/7.2/CHANGELOG.md)
- [Commits](symfony/notifier@v7.1.6...v7.2.0)

Updates `symfony/process` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md)
- [Commits](symfony/process@v7.1.8...v7.2.0)

Updates `symfony/property-access` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.2/CHANGELOG.md)
- [Commits](symfony/property-access@v7.1.6...v7.2.0)

Updates `symfony/property-info` from 7.1.8 to 7.1.10
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.2/CHANGELOG.md)
- [Commits](symfony/property-info@v7.1.8...v7.1.10)

Updates `symfony/runtime` from 7.1.7 to 7.2.0
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.2/CHANGELOG.md)
- [Commits](symfony/runtime@v7.1.7...v7.2.0)

Updates `symfony/scheduler` from 7.1.6 to 7.2.2
- [Release notes](https://github.com/symfony/scheduler/releases)
- [Changelog](https://github.com/symfony/scheduler/blob/7.2/CHANGELOG.md)
- [Commits](symfony/scheduler@v7.1.6...v7.2.2)

Updates `symfony/security-bundle` from 7.1.6 to 7.2.2
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.1.6...v7.2.2)

Updates `symfony/serializer` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.1.8...v7.2.0)

Updates `symfony/slack-notifier` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/slack-notifier/releases)
- [Changelog](https://github.com/symfony/slack-notifier/blob/7.2/CHANGELOG.md)
- [Commits](symfony/slack-notifier@v7.1.6...v7.2.0)

Updates `symfony/stimulus-bundle` from 2.21.0 to 2.22.1
- [Changelog](https://github.com/symfony/stimulus-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/stimulus-bundle@v2.21.0...v2.22.1)

Updates `symfony/string` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.2/CHANGELOG.md)
- [Commits](symfony/string@v7.1.8...v7.2.0)

Updates `symfony/translation` from 7.1.6 to 7.2.2
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.2/CHANGELOG.md)
- [Commits](symfony/translation@v7.1.6...v7.2.2)

Updates `symfony/twig-bundle` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v7.1.6...v7.2.0)

Updates `symfony/uid` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/uid/releases)
- [Changelog](https://github.com/symfony/uid/blob/7.2/CHANGELOG.md)
- [Commits](symfony/uid@v7.1.6...v7.2.0)

Updates `symfony/validator` from 7.1.8 to 7.2.2
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.2/CHANGELOG.md)
- [Commits](symfony/validator@v7.1.8...v7.2.2)

Updates `symfony/web-link` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/web-link/releases)
- [Changelog](https://github.com/symfony/web-link/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-link@v7.1.6...v7.2.0)

Updates `symfony/yaml` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.1.6...v7.2.0)

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

Updates `symfony/phpunit-bridge` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.0/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.1.6...v7.2.0)

Updates `symfony/web-profiler-bundle` from 7.1.7 to 7.2.2
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.1.7...v7.2.2)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/clock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/doctrine-messenger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/messenger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/notifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/scheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/slack-notifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/uid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Issues or pull requests related to PHP labels Jan 1, 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 Issues or pull requests related to PHP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants