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 26 updates #1502

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

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

Package From To
symfony/asset 6.4.8 7.2.0
symfony/cache 6.4.16 7.2.0
symfony/dotenv 6.4.13 7.2.0
symfony/expression-language 6.4.13 7.2.0
symfony/flex 2.4.6 2.4.7
symfony/form 6.4.11 7.2.0
symfony/http-client 6.4.15 7.2.0
symfony/mime 6.4.13 7.2.0
symfony/notifier 6.4.11 7.2.0
symfony/process 6.4.15 7.2.0
symfony/proxy-manager-bridge 6.4.8 6.4.13
symfony/runtime 6.4.14 7.2.0
symfony/security-bundle 6.4.11 7.2.0
symfony/serializer 6.4.11 7.2.0
symfony/string 6.4.15 7.2.0
symfony/translation 6.4.10 7.2.0
symfony/web-link 6.4.8 7.2.0
symfony/webpack-encore-bundle 2.1.1 2.2.0
symfony/yaml 6.4.13 7.2.0
symfony/browser-kit 6.4.8 7.2.0
symfony/css-selector 6.4.8 7.2.0
symfony/debug-bundle 6.4.8 7.2.0
symfony/phpunit-bridge 7.1.4 7.2.0
symfony/web-profiler-bundle 6.4.11 7.2.0

Updates symfony/asset from 6.4.8 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

v7.1.6

Changelog (symfony/asset@v7.1.5...v7.1.6)

v7.1.1

Changelog (symfony/asset@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

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

  • no significant changes

v7.1.0-RC1

Changelog (symfony/asset@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/asset@v7.0.7...v7.1.0-BETA1)

  • no significant changes

v7.0.8

Changelog (symfony/asset@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (symfony/asset@v7.0.6...v7.0.7)

  • no significant changes

... (truncated)

Commits
  • cb926cd Merge branch '7.1' into 7.2
  • 0dcd514 Merge branch '6.4' into 7.1
  • 2466c17 Merge branch '5.4' into 6.4
  • b7a18ea Minor fixes around parse_url() checks
  • aba39e9 Merge branch '7.1' into 7.2
  • bd09c0e Merge branch '6.4' into 7.1
  • fe27fad Merge branch '5.4' into 6.4
  • 42a2674 Add PR template and auto-close PR on subtree split repositories
  • b45a5d5 Use CPP where possible
  • b27a33c Update .gitattributes
  • Additional commits viewable in compare view

Updates symfony/cache from 6.4.16 to 7.2.0

Release notes

Sourced from symfony/cache's releases.

v7.2.0

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

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

v7.1.9

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

v7.1.7

Changelog (symfony/cache@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/cache@v7.1.5...v7.1.6)

v7.1.5

Changelog (symfony/cache@v7.1.4...v7.1.5)

v7.1.4

Changelog (symfony/cache@v7.1.3...v7.1.4)

... (truncated)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

7.2

  • igbinary_serialize() is no longer used instead of serialize() by default when the igbinary extension is installed, due to behavior compatibilities between the two
  • Add optional Psr\Clock\ClockInterface parameter to ArrayAdapter

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

... (truncated)

Commits
  • 2c926bc Proofread UPGRADE guide
  • e1bbac6 Merge branch '7.1' into 7.2
  • 18e0ba4 Merge branch '6.4' into 7.1
  • b9ef68c Merge branch '7.1' into 7.2
  • 23b61c9 Merge branch '6.4' into 7.1
  • 1354995 Merge branch '7.1' into 7.2
  • 567ef6d Merge branch '6.4' into 7.1
  • 9d17e9a Merge branch '7.1' into 7.2
  • 94512ba Merge branch '6.4' into 7.1
  • 2b2bf5f Remove always true/false occurrences
  • Additional commits viewable in compare view

Updates symfony/dotenv from 6.4.13 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)

v7.1.6

Changelog (symfony/dotenv@v7.1.5...v7.1.6)

v7.1.5

Changelog (symfony/dotenv@v7.1.4...v7.1.5)

v7.1.3

Changelog (symfony/dotenv@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (symfony/dotenv@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

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

  • no significant changes

v7.1.0-RC1

Changelog (symfony/dotenv@v7.1.0-BETA1...v7.1.0-RC1)

  • 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
  • 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
  • 56a10f3 Merge branch '6.4' into 7.1
  • 8474944 Merge branch '7.1' into 7.2
  • eafe859 Merge branch '6.4' into 7.1
  • b453abe Merge branch '7.1' into 7.2
  • 6d96620 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/expression-language from 6.4.13 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)

v7.1.6

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

  • no significant changes

v7.1.4

Changelog (symfony/expression-language@v7.1.3...v7.1.4)

  • no significant changes

v7.1.1

Changelog (symfony/expression-language@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/expression-language@v7.0.7...v7.1.0-BETA1)

... (truncated)

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
  • c3a1224 Merge branch '6.4' into 7.1
  • 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
  • Additional commits viewable in compare view

Updates symfony/flex from 2.4.6 to 2.4.7

Commits
  • 92f4fba Merge branch '1.x' into 2.x
  • bda5f86 bug #1029 Fix invalid version string "9999999.9999999" (nicolas-grekas)
  • 543443a Fix invalid version string "9999999.9999999"
  • aae706c feature #1028 Add DotenvConfigurator, for .env.etc files (nicolas-grekas)
  • 43b9ebf Add DotenvConfigurator, for .env.etc files
  • de73a3a CS fixes
  • See full diff in compare view

Updates symfony/form from 6.4.11 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)

v7.1.6

Changelog (symfony/form@v7.1.5...v7.1.6)

v7.1.5

Changelog (symfony/form@v7.1.4...v7.1.5)

  • no significant changes

v7.1.4

Changelog (symfony/form@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/form@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (symfony/form@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

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

... (truncated)

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
  • 7a48dda Merge branch '6.4' into 7.1
  • 0fe17f9 Merge branch '5.4' into 6.4
  • bcf5a68 feature #58095 [Security] Implement stateless headers/cookies-based CSRF prot...
  • 6a49eed [Security] Implement stateless headers/cookies-based CSRF protection
  • Additional commits viewable in compare view

Updates symfony/http-client from 6.4.15 to 7.2.0

Release notes

Sourced from symfony/http-client's releases.

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.9

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

v7.1.8

Changelog (symfony/http-client@v7.1.7...v7.1.8)

... (truncated)

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
  • 955e433 Merge branch '7.1' into 7.2
  • f4459f8 Merge branch '6.4' into 7.1
  • 18725f0 Merge branch '5.4' into 6.4
  • d77d8e2 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient
  • 99ceaed [HttpClient] Fix primary_ip info when using amphp/http-client v5
  • e961ee6 Merge branch '7.1' into 7.2
  • 2ec4972 Merge branch '6.4' into 7.1
  • 60a1136 Merge branch '5.4' into 6.4
  • 63a1278 [HttpClient] Fix checking for private IPs before connecting
  • 3d49526 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/mime from 6.4.13 to 7.2.0

Release notes

Sourced from symfony/mime's releases.

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)

v7.1.6

Changelog (symfony/mime@v7.1.5...v7.1.6)

v7.1.5

Changelog (symfony/mime@v7.1.4...v7.1.5)

  • no significant changes

v7.1.4

Changelog (symfony/mime@v7.1.3...v7.1.4)

v7.1.2

Changelog (symfony/mime@v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Changelog (symfony/mime@v7.1.0...v7.1.1)

v7.1.0

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

... (truncated)

Changelog

Sourced from symfony/mime's changelog.

CHANGELOG

7.0

  • Remove Email::attachPart(), use Email::addPart() instead
  • Argument $body is now required (at least null) in Message::setBody()
  • Require explicit argument when calling Message::setBody()

6.3

  • Support detection of related parts if Content-Id is used instead of the name
  • Add TextPart::getDisposition()

6.2

  • Add File
  • Deprecate Email::attachPart(), use addPart() instead
  • Deprecate calling Message::setBody() without arguments

6.1

  • Add DataPart::getFilename() and DataPart::getContentType()

6.0

  • Remove Address::fromString(), use Address::create() instead
  • Remove Serializable interface from RawMessage

5.2.0

  • Add support for DKIM
  • Deprecated Address::fromString(), use Address::create() instead

4.4.0

  • [BC BREAK] Removed NamedAddress (Address now supports a name)
  • Added PHPUnit constraints
  • Added AbstractPart::asDebugString()
  • Added Address::fromString()

4.3.3

... (truncated)

Commits
  • cc84a4b chore: fix some typos
  • f31946d [Mime] Update mime types
  • c73ca0f [Mime] Don't require passig the encoder name to TextPart
  • e57faea Merge branch '7.1' into 7.2
  • caa1e52 Merge branch '6.4' into 7.1
  • ee8c613 feature #58361 [Mailer][Mime] Support unicode email addresses (arnt, OskarStark)
  • fb61771 Merge branch '7.1' into 7.2
  • be15a4d Merge branch '6.4' into 7.1
  • 6a53da3 Code style conformance and dependency updates.
  • 0663b67 Resolve code review comments from stof and oska
  • Additional commits viewable in compare view

Updates symfony/notifier from 6.4.11 to 7.2.0

Release notes

Sourced from symfony/notifier's releases.

v7.2.0

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

v7.2.0-RC1

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

v7.2.0-BETA1

Changelog (

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

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.8` | `7.2.0` |
| [symfony/cache](https://github.com/symfony/cache) | `6.4.16` | `7.2.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.13` | `7.2.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `6.4.13` | `7.2.0` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.6` | `2.4.7` |
| [symfony/form](https://github.com/symfony/form) | `6.4.11` | `7.2.0` |
| [symfony/http-client](https://github.com/symfony/http-client) | `6.4.15` | `7.2.0` |
| [symfony/mime](https://github.com/symfony/mime) | `6.4.13` | `7.2.0` |
| [symfony/notifier](https://github.com/symfony/notifier) | `6.4.11` | `7.2.0` |
| [symfony/process](https://github.com/symfony/process) | `6.4.15` | `7.2.0` |
| [symfony/proxy-manager-bridge](https://github.com/symfony/proxy-manager-bridge) | `6.4.8` | `6.4.13` |
| [symfony/runtime](https://github.com/symfony/runtime) | `6.4.14` | `7.2.0` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `6.4.11` | `7.2.0` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.4.11` | `7.2.0` |
| [symfony/string](https://github.com/symfony/string) | `6.4.15` | `7.2.0` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.10` | `7.2.0` |
| [symfony/web-link](https://github.com/symfony/web-link) | `6.4.8` | `7.2.0` |
| [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) | `2.1.1` | `2.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.13` | `7.2.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `6.4.8` | `7.2.0` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `6.4.8` | `7.2.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.4.8` | `7.2.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.4` | `7.2.0` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.11` | `7.2.0` |



Updates `symfony/asset` from 6.4.8 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@v6.4.8...v7.2.0)

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

Updates `symfony/dotenv` from 6.4.13 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@v6.4.13...v7.2.0)

Updates `symfony/expression-language` from 6.4.13 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@v6.4.13...v7.2.0)

Updates `symfony/flex` from 2.4.6 to 2.4.7
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.6...v2.4.7)

Updates `symfony/form` from 6.4.11 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@v6.4.11...v7.2.0)

Updates `symfony/http-client` from 6.4.15 to 7.2.0
- [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@v6.4.15...v7.2.0)

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

Updates `symfony/notifier` from 6.4.11 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@v6.4.11...v7.2.0)

Updates `symfony/process` from 6.4.15 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@v6.4.15...v7.2.0)

Updates `symfony/property-access` from 6.4.11 to 6.4.13
- [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@v6.4.11...v6.4.13)

Updates `symfony/property-info` from 6.4.10 to 6.4.16
- [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@v6.4.10...v6.4.16)

Updates `symfony/proxy-manager-bridge` from 6.4.8 to 6.4.13
- [Release notes](https://github.com/symfony/proxy-manager-bridge/releases)
- [Changelog](https://github.com/symfony/proxy-manager-bridge/blob/6.4/CHANGELOG.md)
- [Commits](symfony/proxy-manager-bridge@v6.4.8...v6.4.13)

Updates `symfony/runtime` from 6.4.14 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@v6.4.14...v7.2.0)

Updates `symfony/security-bundle` from 6.4.11 to 7.2.0
- [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@v6.4.11...v7.2.0)

Updates `symfony/serializer` from 6.4.11 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@v6.4.11...v7.2.0)

Updates `symfony/string` from 6.4.15 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@v6.4.15...v7.2.0)

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

Updates `symfony/web-link` from 6.4.8 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@v6.4.8...v7.2.0)

Updates `symfony/webpack-encore-bundle` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v2.1.1...v2.2.0)

Updates `symfony/yaml` from 6.4.13 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@v6.4.13...v7.2.0)

Updates `symfony/browser-kit` from 6.4.8 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@v6.4.8...v7.2.0)

Updates `symfony/css-selector` from 6.4.8 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@v6.4.8...v7.2.0)

Updates `symfony/debug-bundle` from 6.4.8 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@v6.4.8...v7.2.0)

Updates `symfony/phpunit-bridge` from 7.1.4 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.4...v7.2.0)

Updates `symfony/web-profiler-bundle` from 6.4.11 to 7.2.0
- [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@v6.4.11...v7.2.0)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/flex
  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-major
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/notifier
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/proxy-manager-bridge
  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-major
  dependency-group: symfony
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/webpack-encore-bundle
  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-major
  dependency-group: symfony
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/css-selector
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-major
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 2, 2024
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