osmbe / osm-welcome-tool

Website to help welcoming new OpenStreetMap contributors in your region
https://welcome.osm.be
ISC License
40 stars 86 forks source link

Bump the symfony group with 25 updates #1437

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the symfony group with 25 updates:

Package From To
symfony/asset 6.4.8 7.1.1
symfony/cache 6.4.11 7.1.4
symfony/crowdin-translation-provider 6.4.8 7.1.1
symfony/dotenv 6.4.10 7.1.3
symfony/expression-language 6.4.11 7.1.4
symfony/form 6.4.11 7.1.4
symfony/framework-bundle 6.4.10 7.1.4
symfony/http-client 6.4.11 7.1.4
symfony/mailer 6.4.9 7.1.2
symfony/mime 6.4.11 7.1.4
symfony/notifier 6.4.11 7.1.4
symfony/process 6.4.8 7.1.3
symfony/property-access 6.4.11 7.1.4
symfony/property-info 6.4.10 7.1.3
symfony/runtime 6.4.8 7.1.1
symfony/security-bundle 6.4.11 7.1.4
symfony/serializer 6.4.11 7.1.4
symfony/string 6.4.11 7.1.4
symfony/translation 6.4.10 7.1.3
symfony/web-link 6.4.8 7.1.1
symfony/yaml 6.4.11 7.1.4
symfony/browser-kit 6.4.8 7.1.1
symfony/css-selector 6.4.8 7.1.1
symfony/debug-bundle 6.4.8 7.1.1
symfony/web-profiler-bundle 6.4.11 7.1.4

Updates symfony/asset from 6.4.8 to 7.1.1

Release notes

Sourced from symfony/asset's releases.

v7.1.1

Changelog (https://github.com/symfony/asset/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/asset/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/asset/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/asset/compare/v7.0.7...v7.1.0-BETA1)

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/asset/compare/v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (https://github.com/symfony/asset/compare/v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (https://github.com/symfony/asset/compare/v7.0.2...v7.0.3)

  • no significant changes

v7.0.0

Changelog (https://github.com/symfony/asset/compare/v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (https://github.com/symfony/asset/compare/v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (https://github.com/symfony/asset/compare/v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

... (truncated)

Commits
  • 8970de4 Merge branch '7.0' into 7.1
  • 0f10671 Merge branch '6.4' into 7.0
  • dd4dc37 Merge branch '7.0' into 7.1
  • dc7600a Merge branch '6.4' into 7.0
  • 330d0da Merge branch '7.0' into 7.1
  • 3ae4937 Merge branch '6.4' into 7.0
  • 32869f4 do not mock the RequestStack class
  • f30ae07 [Asset][BrowserKit][Cache][Console][CssSelector] Use CPP
  • 82cd396 Merge branch '6.4' into 7.0
  • 42f101d Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view


Updates symfony/cache from 6.4.11 to 7.1.4

Release notes

Sourced from symfony/cache's releases.

v7.1.4

Changelog (https://github.com/symfony/cache/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/cache/compare/v7.1.2...v7.1.3)

v7.1.2

Changelog (https://github.com/symfony/cache/compare/v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Changelog (https://github.com/symfony/cache/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/cache/compare/v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (https://github.com/symfony/cache/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/cache/compare/v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (https://github.com/symfony/cache/compare/v7.0.9...v7.0.10)

v7.0.8

Changelog (https://github.com/symfony/cache/compare/v7.0.7...v7.0.8)

... (truncated)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

7.1

  • Add option sentinel_master as an alias for redis_sentinel
  • Deprecate CouchbaseBucketAdapter, use CouchbaseCollectionAdapter
  • Add support for URL encoded characters in Couchbase DSN
  • Add support for using DSN with PDOAdapter
  • The algorithm for the default cache namespace changed from SHA256 to XXH128

7.0

  • Add parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()
  • Drop support for Postgres < 9.5 and SQL Server < 2008 in DoctrineDbalAdapter

6.4

  • EarlyExpirationHandler no longer implements MessageHandlerInterface, rely on AsMessageHandler instead

6.3

  • Add support for Relay PHP extension for Redis
  • Updates to allow Redis cluster connections using predis/predis:^2.0
  • Add optional parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()

6.1

  • Add support for ACL auth in RedisAdapter
  • Improve reliability and performance of TagAwareAdapter by making tag versions an integral part of item value

6.0

  • Remove DoctrineProvider and DoctrineAdapter
  • Remove support of Doctrine DBAL in PdoAdapter

5.4

  • Deprecate DoctrineProvider and DoctrineAdapter because these classes have been added to the doctrine/cache package
  • Add DoctrineDbalAdapter identical to PdoAdapter for Doctrine\DBAL\Connection or DBAL URL
  • Deprecate usage of PdoAdapter with Doctrine\DBAL\Connection or DBAL URL

5.3

... (truncated)

Commits
  • b61e464 Merge branch '6.4' into 7.1
  • 8ac37ac Merge branch '7.0' into 7.1
  • 0ee03f2 Merge branch '6.4' into 7.0
  • 00e3bf5 Merge branch '7.0' into 7.1
  • 2b6f74e Merge branch '6.4' into 7.0
  • e933e1d Add a note about the change in the default cache namespace generation to the ...
  • 760294d Merge branch '7.0' into 7.1
  • 0070bd5 Merge branch '6.4' into 7.0
  • c36a10e fix integration tests
  • d015d28 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view


Updates symfony/crowdin-translation-provider from 6.4.8 to 7.1.1

Release notes

Sourced from symfony/crowdin-translation-provider's releases.

v7.1.1

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.2...v7.0.3)

  • no significant changes

v7.0.2

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.1...v7.0.2)

v7.0.0

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (https://github.com/symfony/crowdin-translation-provider/compare/v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

... (truncated)

Commits
  • 06ba0ff Merge branch '7.0' into 7.1
  • edfd4ae Merge branch '6.4' into 7.0
  • a865710 fix Symfony version
  • 2b1df00 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/
  • db6ea8e Merge branch '7.0' into 7.1
  • 5833a8b Merge branch '6.4' into 7.0
  • 39a5042 Merge branch '7.0' into 7.1
  • 5599237 Merge branch '6.4' into 7.0
  • 3cf72f3 CS: trailing commas
  • a21f878 [Translation] [Bridges] Use CPP
  • Additional commits viewable in compare view


Updates symfony/dotenv from 6.4.10 to 7.1.3

Release notes

Sourced from symfony/dotenv's releases.

v7.1.3

Changelog (https://github.com/symfony/dotenv/compare/v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/dotenv/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/dotenv/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/dotenv/compare/v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (https://github.com/symfony/dotenv/compare/v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/dotenv/compare/v7.0.7...v7.0.8)

v7.0.7

Changelog (https://github.com/symfony/dotenv/compare/v7.0.6...v7.0.7)

  • no significant changes

v7.0.4

Changelog (https://github.com/symfony/dotenv/compare/v7.0.3...v7.0.4)

v7.0.3

Changelog (https://github.com/symfony/dotenv/compare/v7.0.2...v7.0.3)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

7.1

  • Add SYMFONY_DOTENV_PATH variable with the path to the .env file loaded by Dotenv::loadEnv() or Dotenv::bootEnv()

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

3.3.0

  • [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden.
  • added the component
Commits


Updates symfony/expression-language from 6.4.11 to 7.1.4

Release notes

Sourced from symfony/expression-language's releases.

v7.1.4

Changelog (https://github.com/symfony/expression-language/compare/v7.1.3...v7.1.4)

  • no significant changes

v7.1.1

Changelog (https://github.com/symfony/expression-language/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/expression-language/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/expression-language/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/expression-language/compare/v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (https://github.com/symfony/expression-language/compare/v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (https://github.com/symfony/expression-language/compare/v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (https://github.com/symfony/expression-language/compare/v7.0.2...v7.0.3)

  • no significant changes

v7.0.2

Changelog (https://github.com/symfony/expression-language/compare/v7.0.1...v7.0.2)

v7.0.0

Changelog (https://github.com/symfony/expression-language/compare/v7.0.0-RC2...v7.0.0)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

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
  • added lint method to Parser class

4.0.0

  • the first argument of the ExpressionLanguage constructor must be an instance of CacheItemPoolInterface
  • removed the ArrayParserCache and ParserCacheAdapter classes
  • removed the ParserCacheInterface

... (truncated)

Commits
  • b9e4bc6 Merge branch '6.4' into 7.1
  • 463cb95 Merge branch '7.0' into 7.1
  • 8e64bd4 Merge branch '6.4' into 7.0
  • 93e7883 Add missing UPGRADE notes for 7.1
  • 1cd86da Merge branch '7.0' into 7.1
  • b8ec919 Merge branch '6.4' into 7.0
  • 679e0bc document deprecation and fix test
  • 684ac49 [ExpressionLanguage] Add more configurability to the parsing/linting methods
  • d19d56c Fix typo
  • 0c4ed16 [ExpressionLanguage] Add min and max php functions
  • Additional commits viewable in compare view


Updates symfony/form from 6.4.11 to 7.1.4

Release notes

Sourced from symfony/form's releases.

v7.1.4

Changelog (https://github.com/symfony/form/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/form/compare/v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (https://github.com/symfony/form/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/form/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/form/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/form/compare/v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (https://github.com/symfony/form/compare/v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/form/compare/v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (https://github.com/symfony/form/compare/v7.0.6...v7.0.7)

... (truncated)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

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
  • Deprecate calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage() without arguments
  • Change the signature of FormConfigBuilderInterface::setDataMapper() to setDataMapper(?DataMapperInterface)
  • Change the signature of FormInterface::setParent() to setParent(?self)
  • Add PasswordHasherExtension with support for hash_property_path option in PasswordType

6.1

  • Add a prototype_options option to CollectionType

... (truncated)

Commits
  • 3018ad1 Merge branch '6.4' into 7.1
  • 11df2e2 Merge branch '7.0' into 7.1
  • 2713488 Merge branch '6.4' into 7.0
  • b23a44f Merge branch '7.0' into 7.1
  • 1d0128e Merge branch '6.4' into 7.0
  • 50a9e64 Fix singular phpdoc
  • 89d535a Merge branch '7.0' into 7.1
  • 41695c0 Merge branch '6.4' into 7.0
  • a492b5c rename the model_type option to input and rework it
  • 706fe13 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view


Updates symfony/framework-bundle from 6.4.10 to 7.1.4

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.4

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.3...v7.1.4)

  • no significant changes

v7.1.3

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.2...v7.1.3)

v7.1.2

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2)

v7.1.1

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1)

v7.1.0

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.7...v7.1.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

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
  • Remove the integration of Doctrine annotations, use native attributes instead
  • Remove EnableLoggerDebugModePass, use argument $debug of HttpKernel's Logger instead
  • Remove AddDebugLogProcessorPass::configureLogger(), use HttpKernel's DebugLoggerConfigurator instead
  • Make the framework.handle_all_throwables config option default to true
  • Make the framework.php_errors.log config option default to true
  • Make the framework.session.cookie_secure config option default to auto
  • Make the framework.session.cookie_samesite config option default to lax
  • Make the framework.session.handler_id default to null if save_path is not set and to session.handler.native_file otherwise
  • Make the framework.uid.default_uuid_version config option default to 7
  • Make the framework.uid.time_based_uuid_version config option default to 7
  • Make the framework.validation.email_validation_mode config option default to html5
  • Remove the framework.validation.enable_annotations config option, use framework.validation.enable_attributes instead
  • Remove the framework.serializer.enable_annotations config option, use framework.serializer.enable_attributes instead
  • Remove the routing.loader.annotation service, use the routing.loader.attribute service instead
  • Remove the routing.loader.annotation.directory service, use the routing.loader.attribute.directory service instead
  • Remove the routing.loader.annotation.file service, use the routing.loader.attribute.file service instead
  • Remove AnnotatedRouteControllerLoader, use AttributeRouteControllerLoader instead
  • Remove AddExpressionLanguageProvidersPass, use Symfony\Component\Routing\DependencyInjection\AddExpressionLanguageProvidersPass instead
  • Remove DataCollectorTranslatorPass, use Symfony\Component\Translation\DependencyInjection\DataCollectorTranslatorPass instead
  • Remove LoggingTranslatorPass, use Symfony\Component\Translation\DependencyInjection\LoggingTranslatorPass instead
  • Remove WorkflowGuardListenerPass, use Symfony\Component\Workflow\DependencyInjection\WorkflowGuardListenerPass instead

... (truncated)

Commits
  • 711af4e [FrameworkBundle] Re-remove redundant name attribute from default_context
  • a32ec54 Merge branch '7.0' into 7.1
  • 07a3717 Merge branch '6.4' into 7.0
  • 6986f45 Merge branch '7.0' into 7.1
  • 9d62f5c Merge branch '6.4' into 7.0
  • 14562c0 Merge branch '7.0' into 7.1
  • bad7b25 Merge branch '6.4' into 7.0
  • 9c6a443 Merge branch '7.0' into 7.1
  • 87c2b09 Merge branch '6.4' into 7.0
  • 5bdfc57 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view


Updates symfony/http-client from 6.4.11 to 7.1.4

Release notes

Sourced from symfony/http-client's releases.

v7.1.4

Changelog (https://github.com/symfony/http-client/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/http-client/compare/v7.1.2...v7.1.3)

  • no significant changes

v7.1.2

Changelog (https://github.com/symfony/http-client/compare/v7.1.1...v7.1.2)

v7.1.1

Changelog (https://github.com/symfony/http-client/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/http-client/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/http-client/compare/v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (https://github.com/symfony/http-client/compare/v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (https://github.com/symfony/http-client/compare/v7.0.9...v7.0.10)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time... _Description has been truncated_
dependabot[bot] commented 2 weeks ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml