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 across 1 directory with 13 updates #1040

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 Mar 1, 2025

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

Package From To
symfony/browser-kit 7.2.0 7.2.4
symfony/form 7.2.3 7.2.4
symfony/framework-bundle 7.1.11 7.2.4
symfony/http-client 7.2.3 7.2.4
symfony/mailer 7.1.6 7.2.3
symfony/messenger 7.1.9 7.2.4
symfony/property-access 7.1.11 7.2.3
symfony/property-info 7.1.11 7.2.3
symfony/serializer 7.2.3 7.2.4
symfony/stimulus-bundle 2.22.1 2.23.0
symfony/translation 7.2.2 7.2.4
symfony/validator 7.2.3 7.2.4
symfony/web-profiler-bundle 7.2.3 7.2.4

Updates symfony/browser-kit from 7.2.0 to 7.2.4

Release notes

Sourced from symfony/browser-kit's releases.

v7.2.4

Changelog (symfony/browser-kit@v7.2.3...v7.2.4)

Commits
  • 8ce0ee2 Merge branch '6.4' into 7.2
  • ce95f3e Enable JSON_PRESERVE_ZERO_FRACTION in jsonRequest method
  • 14cb0cb Merge branch '6.4' into 7.2
  • 0c806f2 [BrowserKit] Fix submitting forms with empty file fields
  • See full diff in compare view

Updates symfony/form from 7.2.3 to 7.2.4

Release notes

Sourced from symfony/form's releases.

v7.2.4

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

Commits
  • 7209804 [Form][FrameworkBundle] Use auto-configuration to make the default CSRF token...
  • See full diff in compare view

Updates symfony/framework-bundle from 7.1.11 to 7.2.4

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.4

Changelog (symfony/framework-bundle@v7.2.3...v7.2.4)

v7.2.3

Changelog (symfony/framework-bundle@v7.2.2...v7.2.3)

v7.2.2

Changelog (symfony/framework-bundle@v7.2.1...v7.2.2)

v7.2.1

Changelog (symfony/framework-bundle@v7.2.0...v7.2.1)

v7.2.0

Changelog (symfony/framework-bundle@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

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

v7.2.0-BETA2

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

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

7.2

  • Add support for --sort option when extracting translations with translation:extract command and --force option
  • Add support for setting headers with Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  • Add --resolve-env-vars option to lint:container command
  • Derivate kernel.secret from the decryption secret when its env var is not defined
  • Make the config/ directory optional in MicroKernelTrait, add support for service arguments in the invokable Kernel class, and register FrameworkBundle by default when the bundles.php file is missing
  • [BC BREAK] The secrets:decrypt-to-local command terminates with a non-zero exit code when a secret could not be read
  • Deprecate making cache.app adapter taggable, use the cache.app.taggable adapter instead
  • Enable json_decode_detailed_errors in the default serializer context in debug mode by default when seld/jsonlint is installed
  • Register Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter as a service named serializer.name_converter.snake_case_to_camel_case if available
  • Add framework.csrf_protection.stateless_token_ids, .cookie_name, and .check_header options to use stateless headers/cookies-based CSRF protection
  • Add framework.form.csrf_protection.field_attr option
  • Deprecate session.sid_length and session.sid_bits_per_character config options
  • Add the ability to use an existing service as a lock/semaphore resource
  • Add support for configuring multiple serializer instances via the configuration
  • Add support for SYMFONY_TRUSTED_PROXIES, SYMFONY_TRUSTED_HEADERS, SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER and SYMFONY_TRUSTED_HOSTS env vars
  • Add --no-fill option to translation:extract command

7.1

  • Add CheckAliasValidityPass to lint:container command
  • Add private_ranges as a shortcut for private IP address ranges to the trusted_proxies option
  • Mark classes ConfigBuilderCacheWarmer, Router, SerializerCacheWarmer, TranslationsCacheWarmer, Translator and ValidatorCacheWarmer as final
  • Move the Router cache_dir to kernel.build_dir
  • Deprecate the router.cache_dir config option
  • Add rate_limiter tags to rate limiter services
  • Add secrets:reveal command
  • Add rate_limiter option to http_client.default_options and http_client.scoped_clients
  • Attach the workflow's configuration to the workflow tag
  • Add the allowed_recipients option for mailer to allow some users to receive emails even if recipients is defined.
  • Reset env vars when resetting the container

7.0

  • Remove command translation:update, use translation:extract instead
  • Make the http_method_override config option default to false
  • Remove AbstractController::renderForm(), use render() instead
  • Remove the Symfony\Component\Serializer\Normalizer\ObjectNormalizer and Symfony\Component\Serializer\Normalizer\PropertyNormalizer autowiring aliases, type-hint against Symfony\Component\Serializer\Normalizer\NormalizerInterface or implement NormalizerAwareInterface instead
  • Remove the Http\Client\HttpClient service, use Psr\Http\Client\ClientInterface instead

... (truncated)

Commits
  • 6d66143 Merge branch '6.4' into 7.2
  • 078a6f1 bug #59198 [Messenger] Filter out non-consumable receivers when registering `...
  • c796e22 [Messenger] Filter out non-consumable receivers when registering `ConsumeMess...
  • 33b50cb [Mailer] fix multiple transports default injection
  • 53cad5c [FrameworkBundle] Disable the keys normalization of the CSRF form field attri...
  • 06b9c6f [Form][FrameworkBundle] Use auto-configuration to make the default CSRF token...
  • d37a43d Merge branch '7.1' into 7.2
  • 5834042 Merge branch '7.1' into 7.2
  • 44271ca Merge branch '7.1' into 7.2
  • 609878e Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/http-client from 7.2.3 to 7.2.4

Release notes

Sourced from symfony/http-client's releases.

v7.2.4

Changelog (symfony/http-client@v7.2.3...v7.2.4)

Commits
  • 78981a2 Merge branch '6.4' into 7.2
  • 3294a43 [HttpClient] Don't send any default content-type when the body is empty
  • 56d8cf3 [HttpClient] fix merge up
  • de56765 Merge branch '6.4' into 7.2
  • 687e032 [HttpClient] Fix activity tracking leading to negative timeout errors
  • bffd80d Merge branch '6.4' into 7.2
  • d5736d1 pass CURLOPT_INFILESIZE_LARGE only when supported
  • d281c96 Merge branch '6.4' into 7.2
  • adb7c99 bug #59689 [HttpClient] Fix buffering AsyncResponse with no passthru (nicolas...
  • 8ddba18 Prevent empty request body stream in HttplugClient and Psr18Client
  • Additional commits viewable in compare view

Updates symfony/mailer from 7.1.6 to 7.2.3

Release notes

Sourced from symfony/mailer's releases.

v7.2.3

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

v7.2.0

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

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

v7.1.11

Changelog (symfony/mailer@v7.1.10...v7.1.11)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

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

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

6.2

  • Add a mailer:test command

... (truncated)

Commits
  • f3871b1 Merge branch '7.1' into 7.2
  • e3790dd Merge branch '6.4' into 7.1
  • e93a6ae Ensure TransportExceptionInterface populates stream debug data
  • aacfc13 Merge branch '7.1' into 7.2
  • 5d77ce5 Merge branch '6.4' into 7.1
  • f8a50c1 [Mailer] Fix SMTP stream EOF handling on Windows by using feof()
  • 84a37c1 Merge branch '7.1' into 7.2
  • c79c40c Merge branch '6.4' into 7.1
  • 48db05b fix_50486 - memory leak
  • e4d3587 Proofread UPGRADE guide
  • Additional commits viewable in compare view

Updates symfony/messenger from 7.1.9 to 7.2.4

Release notes

Sourced from symfony/messenger's releases.

v7.2.4

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

v7.2.3

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

v7.2.1

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

  • no significant changes

v7.2.0

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

v7.2.0-RC1

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

v7.2.0-BETA1

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

Changelog

Sourced from symfony/messenger's changelog.

CHANGELOG

7.2

  • Add $previous to the exception output at the messenger:failed:show command
  • WrappedExceptionsInterface now extends PHP's Throwable interface
  • Add #[AsMessage] attribute with $transport parameter for message routing
  • Add --format option to the messenger:stats command
  • Add getRetryDelay() method to RecoverableExceptionInterface
  • Add skip option to messenger:failed:retry command when run interactively to skip message and requeue it
  • Add the ability to asynchronously notify transports about which messages are still being processed by the worker, using pcntl_alarm()

7.1

  • InMemoryTransportFactory creates the InMemoryTransport with a clock (if configured in the factory)
  • Add option redis_sentinel as an alias for sentinel_master
  • Add --all option to the messenger:consume command
  • Add parameter $jitter to MultiplierRetryStrategy in order to randomize delay and prevent the thundering herd effect
  • Add SIGQUIT signal among list of signals that gracefully shut down messenger:consume and messenger:failed:retry commands
  • Add EnvelopeAwareExceptionInterface for exceptions thrown from middlewares to prevent stamps added by previous middlewares being dropped

7.0

  • Add parameter $isSameDatabase to DoctrineTransport::configureSchema()
  • Remove MessageHandlerInterface and MessageSubscriberInterface, use #[AsMessageHandler] instead
  • Remove StopWorkerOnSigtermSignalListener in favor of using the SignalableCommandInterface
  • Remove StopWorkerOnSignalsListener in favor of using the SignalableCommandInterface
  • Remove Symfony\Component\Messenger\Transport\InMemoryTransport and Symfony\Component\Messenger\Transport\InMemoryTransportFactory in favor of Symfony\Component\Messenger\Transport\InMemory\InMemoryTransport and Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory
  • Remove HandlerFailedException::getNestedExceptions(), HandlerFailedException::getNestedExceptionsOfClass() and DelayedMessageHandlingException::getExceptions() which are replaced by a new getWrappedExceptions() method

6.4

  • Deprecate StopWorkerOnSignalsListener in favor of using the SignalableCommandInterface
  • Add HandlerDescriptor::getOptions
  • Add support for multiple Redis Sentinel hosts
  • Add --all option to the messenger:failed:remove command
  • Add WrappedExceptionsInterface interface for exceptions that hold multiple individual exceptions
  • Deprecate HandlerFailedException::getNestedExceptions(), HandlerFailedException::getNestedExceptionsOfClass() and DelayedMessageHandlingException::getExceptions() which are replaced by a new getWrappedExceptions() method

6.3

... (truncated)

Commits
  • 1118956 Merge branch '6.4' into 7.2
  • 5f3843b [Messenger] Filter out non-consumable receivers when registering `ConsumeMess...
  • 8e5b72d [Messenger ] Extract retry delay from nested RecoverableExceptionInterface
  • cc0e820 chore: fix CS
  • 2512b9b Merge branch '7.1' into 7.2
  • e80e728 CS: re-apply trailing_comma_in_multiline
  • ca6f254 Merge branch '7.1' into 7.2
  • 3722a28 [Messenger] use official YAML media type
  • ed10b36 bug #58594 [Messenger] Check for #[AsMessage] attributes on parents (HypeMC)
  • c139768 [Messenger] Check for #[AsMessage] attributes on parents
  • Additional commits viewable in compare view

Updates symfony/property-access from 7.1.11 to 7.2.3

Release notes

Sourced from symfony/property-access's releases.

v7.2.3

Changelog (symfony/property-access@v7.2.2...v7.2.3)

v7.2.0

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

  • no significant changes

v7.2.0-BETA1

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

  • no significant changes
Commits
  • b28732e Merge branch '7.1' into 7.2
  • 6a36956 Merge branch '7.1' into 7.2
  • 3ae42ef Assert on string equality instead of regexes
  • c8085cf relax mock class name matching
  • 18ee3bd Merge branch '7.1' into 7.2
  • 4136b21 Merge branch '7.1' into 7.2
  • 16dc522 Merge branch '7.1' into 7.2
  • d7f2198 Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • f4bd2c5 Update .gitattributes
  • 103a168 chore: CS fixes
  • Additional commits viewable in compare view

Updates symfony/property-info from 7.1.11 to 7.2.3

Release notes

Sourced from symfony/property-info's releases.

v7.2.3

Changelog (symfony/property-info@v7.2.2...v7.2.3)

v7.2.2

Changelog (symfony/property-info@v7.2.1...v7.2.2)

v7.2.1

Changelog (symfony/property-info@v7.2.0...v7.2.1)

v7.2.0

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

v7.2.0-BETA1

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

Commits

Updates symfony/serializer from 7.2.3 to 7.2.4

Release notes

Sourced from symfony/serializer's releases.

v7.2.4

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

Commits
  • d3e6cd1 Merge branch '6.4' into 7.2
  • a221b2f Update GetSetMethodNormalizer.php
  • ed5e8b5 [Serializer] Handle default context in named Serializer
  • See full diff in compare view

Updates symfony/stimulus-bundle from 2.22.1 to 2.23.0

Commits
  • 254f4e0 feature #2463 [Stimulus] Fasten lazy loading + add debug lazy:loading and `...
  • 4659f52 [Stimulus] Fasten lazy loading + add debug lazy:loading and lazy:loaded
  • 14845f8 doc: swap url for Stimulus Components
  • See full diff in compare view

Updates symfony/translation from 7.2.2 to 7.2.4

Release notes

Sourced from symfony/translation's releases.

v7.2.4

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

Commits

Updates symfony/validator from 7.2.3 to 7.2.4

Release notes

Sourced from symfony/validator's releases.

v7.2.4

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

Commits
  • 00936b3 Merge branch '6.4' into 7.2
  • f3e853d [Validator] Synchronize IBAN formats
  • e130559 Merge branch '6.4' into 7.2
  • d6f2bc8 [Validator] Fix incorrect assertion in WhenTest
  • d8c59f6 Merge branch '6.4' into 7.2
  • f4db21a [Validator] Review missing translations for Portuguese
  • See full diff in compare view

Updates symfony/web-profiler-bundle from 7.2.3 to 7.2.4

Release notes

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

v7.2.4

Changelog (symfony/web-profiler-bundle@v7.2.3...v7.2.4)

Commits
  • 4ffde1c Merge branch '6.4' into 7.2
  • 7d1026a fix rendering notifier message options
  • bf7ef39 Merge branch '6.4' into 7.2
  • 069881b [WebProfilerBundle] Fix tests
  • 7b1725c [WebProfilerBundle] Fix interception for non conventional redirects
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.2.0` | `7.2.4` |
| [symfony/form](https://github.com/symfony/form) | `7.2.3` | `7.2.4` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.11` | `7.2.4` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.2.3` | `7.2.4` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.1.6` | `7.2.3` |
| [symfony/messenger](https://github.com/symfony/messenger) | `7.1.9` | `7.2.4` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.11` | `7.2.3` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.1.11` | `7.2.3` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.2.3` | `7.2.4` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.22.1` | `2.23.0` |
| [symfony/translation](https://github.com/symfony/translation) | `7.2.2` | `7.2.4` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.3` | `7.2.4` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.2.3` | `7.2.4` |



Updates `symfony/browser-kit` from 7.2.0 to 7.2.4
- [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.2.0...v7.2.4)

Updates `symfony/form` from 7.2.3 to 7.2.4
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.2/CHANGELOG.md)
- [Commits](symfony/form@v7.2.3...v7.2.4)

Updates `symfony/framework-bundle` from 7.1.11 to 7.2.4
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.1.11...v7.2.4)

Updates `symfony/http-client` from 7.2.3 to 7.2.4
- [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.2.3...v7.2.4)

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

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

Updates `symfony/property-access` from 7.1.11 to 7.2.3
- [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.11...v7.2.3)

Updates `symfony/property-info` from 7.1.11 to 7.2.3
- [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.11...v7.2.3)

Updates `symfony/serializer` from 7.2.3 to 7.2.4
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.2.3...v7.2.4)

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

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

Updates `symfony/validator` from 7.2.3 to 7.2.4
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.2/CHANGELOG.md)
- [Commits](symfony/validator@v7.2.3...v7.2.4)

Updates `symfony/web-profiler-bundle` from 7.2.3 to 7.2.4
- [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.2.3...v7.2.4)

---
updated-dependencies:
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  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-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  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-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-minor
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  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-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Mar 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