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

Chore(deps): Bump the symfony_dependencies group with 13 updates #2601

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the symfony_dependencies group with 13 updates:

Package From To
symfony/asset 6.4.0 7.0.0
symfony/dotenv 6.4.2 7.0.2
symfony/expression-language 6.4.2 7.0.2
symfony/process 6.4.2 7.0.2
symfony/property-access 6.4.0 7.0.0
symfony/runtime 6.4.0 7.0.0
symfony/security-bundle 6.4.2 7.0.2
symfony/serializer 6.4.2 7.0.2
symfony/string 6.4.2 7.0.2
symfony/yaml 6.4.0 7.0.0
symfony/browser-kit 6.4.0 7.0.0
symfony/debug-bundle 6.4.0 7.0.0
symfony/web-profiler-bundle 6.4.2 7.0.2

Updates symfony/asset from 6.4.0 to 7.0.0

Release notes

Sourced from symfony/asset's releases.

v7.0.0

Changelog (symfony/asset@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/asset@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/asset@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/asset@v6.3.6...v7.0.0-BETA1)

Commits

Updates symfony/dotenv from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/dotenv's releases.

v7.0.2

Changelog (symfony/dotenv@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/dotenv@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/dotenv@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA2

Changelog (symfony/dotenv@v7.0.0-BETA1...v7.0.0-BETA2)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/dotenv@v6.3.6...v7.0.0-BETA1)

Commits
  • 1e3e123 Merge branch '6.4' into 7.0
  • 5c7990d Merge branch '6.4' into 7.0
  • 782d55c Merge branch '6.4' into 7.0
  • 4d66f30 Merge branch '6.4' into 7.0
  • 4823b14 Merge branch '6.4' into 7.0
  • d6ec1c9 Merge branch '6.4' into 7.0
  • cadef2e [Console] Remove deprecations across the component
  • 69e0e42 [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/expression-language from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/expression-language's releases.

v7.0.2

Changelog (symfony/expression-language@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/expression-language@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/expression-language@v6.3.6...v7.0.0-BETA1)

Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

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

2.6.0

  • Added ExpressionFunction and ExpressionFunctionProviderInterface

2.4.0

... (truncated)

Commits
  • d88bfcc Merge branch '6.4' into 7.0
  • 46520d8 Add types to public and protected properties
  • 7d09c45 Merge branch '6.4' into 7.0
  • 45682bd Merge branch '6.4' into 7.0
  • 5e0a3c5 Merge branch '6.4' into 7.0
  • f4145a5 [ExpressionLanguage] Revert native return types on ExpressionLanguage::regist...
  • d57df58 [Components] Convert to native return types
  • 1b1b2d2 [Lock] 7.0 remove deprecations in Lock Component
  • d1e2f42 [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/process from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/process's releases.

v7.0.2

Changelog (symfony/process@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/process@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC2

Changelog (symfony/process@v7.0.0-RC1...v7.0.0-RC2)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/process@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/process@v7.0.0-BETA2...v7.0.0-BETA3)

v7.0.0-BETA2

Changelog (symfony/process@v7.0.0-BETA1...v7.0.0-BETA2)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/process@v6.3.6...v7.0.0-BETA1)

Commits

Updates symfony/property-access from 6.4.0 to 7.0.0

Release notes

Sourced from symfony/property-access's releases.

v7.0.0

Changelog (symfony/property-access@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/property-access@v6.3.6...v7.0.0-BETA1)

Changelog

Sourced from symfony/property-access's changelog.

CHANGELOG

7.0

  • Add method isNullSafe() to PropertyPathInterface
  • Require explicit argument when calling PropertyAccessorBuilder::setCacheItemPool()

6.3

  • Allow escaping . and [ with \ in PropertyPath

6.2

  • Deprecate calling PropertyAccessorBuilder::setCacheItemPool() without arguments
  • Added method isNullSafe() to PropertyPathInterface, implementing the interface without implementing this method is deprecated
  • Add support for the null-coalesce operator in property paths

6.0

  • make PropertyAccessor::__construct() accept a combination of bitwise flags as first and second arguments

5.3.0

  • deprecate passing a boolean as the second argument of PropertyAccessor::__construct(), expecting a combination of bitwise flags instead

5.2.0

  • deprecated passing a boolean as the first argument of PropertyAccessor::__construct(), expecting a combination of bitwise flags instead
  • added the ability to disable usage of the magic __get & __set methods

5.1.0

  • Added an UninitializedPropertyException
  • Linking to PropertyInfo extractor to remove a lot of duplicate code

4.4.0

  • deprecated passing null as $defaultLifetime 2nd argument of PropertyAccessor::createCache() method, pass 0 instead

... (truncated)

Commits
  • 740e8cb Merge branch '6.4' into 7.0
  • a991a46 Merge branch '6.4' into 7.0
  • 3778e81 Add types to public and protected properties
  • 2d126e8 Merge branch '6.4' into 7.0
  • a50ffa1 Merge branch '6.4' into 7.0
  • 245c5d5 Merge branch '6.4' into 7.0
  • 47e1248 Merge branch '6.4' into 7.0
  • b20a914 Merge branch '6.4' into 7.0
  • 3c2fe6d [Components] Convert to native return types
  • cf8f78f [7.0] Remove remaining deprecated code paths
  • Additional commits viewable in compare view

Updates symfony/runtime from 6.4.0 to 7.0.0

Release notes

Sourced from symfony/runtime's releases.

v7.0.0

Changelog (symfony/runtime@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/runtime@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/runtime@v6.3.6...v7.0.0-BETA1)

Commits
  • 65a4e69 Merge branch '6.4' into 7.0
  • 096c0a2 Merge branch '6.4' into 7.0
  • 111d506 Add types to public and protected properties
  • b1abbf8 Merge branch '6.4' into 7.0
  • d749912 Merge branch '6.4' into 7.0
  • cdf762e Merge branch '6.4' into 7.0
  • d3359ff Merge branch '6.4' into 7.0
  • fa4fae1 [Console] Remove deprecations across the component
  • bf80e8a Merge branch '6.4' into 7.0
  • 169d32f [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/security-bundle from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/security-bundle's releases.

v7.0.2

Changelog (symfony/security-bundle@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/security-bundle@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/security-bundle@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/security-bundle@v7.0.0-BETA2...v7.0.0-BETA3)

v7.0.0-BETA2

Changelog (symfony/security-bundle@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/security-bundle@v6.3.6...v7.0.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/security-bundle's changelog.

CHANGELOG

7.0

  • Enabling SecurityBundle and not configuring it is not allowed
  • Remove configuration options enable_authenticator_manager, csrf_token_generator and require_previous_session

6.4

  • Deprecate Security::ACCESS_DENIED_ERROR, AUTHENTICATION_ERROR and LAST_USERNAME constants, use the ones on SecurityRequestAttributes instead
  • Allow an array of pattern in firewall configuration
  • Add $badges argument to Security::login
  • Deprecate the require_previous_session config option. Setting it has no effect anymore
  • Add LogoutRouteLoader

6.3

  • Deprecate enabling bundle and not configuring it
  • Add _stateless attribute to the request when firewall is stateless and the attribute is not already set
  • Add StatelessAuthenticatorFactoryInterface for authenticators targeting stateless firewalls only and that don't require a user provider
  • Modify "icon.svg" to improve accessibility for blind/low vision users
  • Make Security::login() return the authenticator response
  • Deprecate the security.firewalls.logout.csrf_token_generator config option, use security.firewalls.logout.csrf_token_manager instead
  • Make firewalls event dispatcher traceable on debug mode
  • Add TokenHandlerFactoryInterface, OidcUserInfoTokenHandlerFactory, OidcTokenHandlerFactory and ServiceTokenHandlerFactory for AccessTokenFactory

6.2

  • Add the Security helper class
  • Deprecate the Symfony\Component\Security\Core\Security service alias, use Symfony\Bundle\SecurityBundle\Security instead
  • Add Security::getFirewallConfig() to help to get the firewall configuration associated to the Request
  • Add Security::login() to login programmatically
  • Add Security::logout() to logout programmatically
  • Add security.firewalls.logout.enable_csrf to enable CSRF protection using the default CSRF token generator
  • Add RFC6750 Access Token support to allow token-based authentication
  • Add security.firewalls.switch_user.target_route option to configure redirect target route on switch user
  • Deprecate the security.enable_authenticator_manager config option

6.1

  • The security.access_control now accepts a RequestMatcherInterface under the request_matcher option as scope configuration
  • The security.access_control now accepts an attributes array to match request attributes in the RequestMatcher
  • The security.access_control now accepts a route option to match request route in the RequestMatcher
  • Display the inherited roles of the logged-in user in the Web Debug Toolbar

... (truncated)

Commits

Updates symfony/serializer from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/serializer's releases.

v7.0.2

Changelog (symfony/serializer@v7.0.1...v7.0.2)

v7.0.1

Changelog (symfony/serializer@v7.0.0...v7.0.1)

v7.0.0

Changelog (symfony/serializer@v7.0.0-RC2...v7.0.0)

v7.0.0-RC2

Changelog (symfony/serializer@v7.0.0-RC1...v7.0.0-RC2)

v7.0.0-RC1

Changelog (symfony/serializer@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/serializer@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

v7.0.0-BETA2

Changelog (symfony/serializer@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/serializer@v6.3.6...v7.0.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/serializer's changelog.

CHANGELOG

7.0

  • Add method getSupportedTypes() to DenormalizerInterface and NormalizerInterface
  • Remove denormalization support for AbstractUid in UidNormalizer, use one of AbstractUid child class instead
  • Denormalizing to an abstract class in UidNormalizer now throws an \Error
  • Remove ContextAwareDenormalizerInterface, use DenormalizerInterface instead
  • Remove ContextAwareNormalizerInterface, use NormalizerInterface instead
  • Remove CacheableSupportsMethodInterface, use NormalizerInterface and DenormalizerInterface instead
  • Require explicit argument when calling AttributeMetadata::setSerializedName() and ClassMetadata::setClassDiscriminatorMapping()
  • Add argument $context to NormalizerInterface::supportsNormalization() and DenormalizerInterface::supportsDenormalization()
  • Remove Doctrine annotations support in favor of native attributes
  • Remove AnnotationLoader, use AttributeLoader instead

6.4

  • Add TranslatableNormalizer
  • Allow Context attribute to target classes
  • Deprecate Doctrine annotations support in favor of native attributes
  • Allow the Groups attribute/annotation on classes
  • JsonDecode: Add json_decode_detailed_errors option
  • Make ProblemNormalizer give details about Messenger's ValidationFailedException
  • Add XmlEncoder::CDATA_WRAPPING context option
  • Deprecate AnnotationLoader, use AttributeLoader instead
  • Add aliases for all classes in the Annotation namespace to Attribute

6.3

  • Add AbstractNormalizer::REQUIRE_ALL_PROPERTIES context flag to require all properties to be listed in the input instead of falling back to null for nullable ones
  • Add XmlEncoder::SAVE_OPTIONS context option
  • Add BackedEnumNormalizer::ALLOW_INVALID_VALUES context option
  • Add UnsupportedFormatException which is thrown when there is no decoder for a given format
  • Add method getSupportedTypes(?string $format) to NormalizerInterface and DenormalizerInterface
  • Make ProblemNormalizer give details about ValidationFailedException and PartialDenormalizationException
  • Deprecate CacheableSupportsMethodInterface in favor of the new getSupportedTypes(?string $format) methods
  • The following Normalizer classes will become final in 7.0:
    • ConstraintViolationListNormalizer
    • CustomNormalizer
    • DataUriNormalizer
    • DateIntervalNormalizer
    • DateTimeNormalizer
    • DateTimeZoneNormalizer
    • GetSetMethodNormalizer
    • JsonSerializableNormalizer
    • ObjectNormalizer

... (truncated)

Commits

Updates symfony/string from 6.4.2 to 7.0.2

Release notes

Sourced from symfony/string's releases.

v7.0.2

Changelog (symfony/string@v7.0.1...v7.0.2)

  • no significant changes

v7.0.0

Changelog (symfony/string@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC2

Changelog (symfony/string@v7.0.0-RC1...v7.0.0-RC2)

v7.0.0-RC1

Changelog (symfony/string@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/string@v7.0.0-BETA2...v7.0.0-BETA3)

v7.0.0-BETA1

Changelog (symfony/string@v6.3.6...v7.0.0-BETA1)

Commits
  • cc78f14 Merge branch '6.4' into 7.0
  • 92bd2bf Merge branch '6.4' into 7.0
  • a3b57cc Merge branch '6.4' into 7.0
  • c26cedd Merge branch '6.4' into 7.0
  • 144dde9 Merge branch '6.4' into 7.0
  • 9d433d9 Merge branch '6.4' into 7.0
  • 95ff83d Add types to public and protected properties
  • 03f3913 Merge branch '6.4' into 7.0
  • f073957 Merge branch '6.4' into 7.0
  • 9bef6eb Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/yaml from 6.4.0 to 7.0.0

Release notes

Sourced from symfony/yaml's releases.

v7.0.0

Changelog (symfony/yaml@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/yaml@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/yaml@v7.0.0-BETA2...v7.0.0-BETA3)

v7.0.0-BETA2

Changelog (symfony/yaml@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/yaml@v6.3.6...v7.0.0-BETA1)

Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

  • Added github format support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.

5.1.0

  • Added support for parsing numbers prefixed with 0o as octal numbers.

  • Deprecated support for parsing numbers starting with 0 as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with 0o so that they are parsed as octal numbers.

    Before:

    Yaml::parse('072');

... (truncated)

Commits
  • 0055b23 Merge branch '6.4' into 7.0
  • 5efffe8 Merge branch '6.4' into 7.0
  • 60bb70d Merge branch '6.4' into 7.0
  • dae2dae Merge branch '6.4' into 7.0
  • a12e0ec [Components] Convert to native return types
  • e9c944f [7.0] Remove remaining deprecated code paths
  • a18ce1d Merge branch '6.4' into 7.0
  • 74d818f [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/browser-kit from 6.4.0 to 7.0.0

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.0

Changelog (symfony/browser-kit@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1Description has been truncated

Bumps the symfony_dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.0` | `7.0.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.2` | `7.0.2` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `6.4.2` | `7.0.2` |
| [symfony/process](https://github.com/symfony/process) | `6.4.2` | `7.0.2` |
| [symfony/property-access](https://github.com/symfony/property-access) | `6.4.0` | `7.0.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `6.4.0` | `7.0.0` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `6.4.2` | `7.0.2` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.4.2` | `7.0.2` |
| [symfony/string](https://github.com/symfony/string) | `6.4.2` | `7.0.2` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.0` | `7.0.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `6.4.0` | `7.0.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.4.0` | `7.0.0` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.2` | `7.0.2` |


Updates `symfony/asset` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.0/CHANGELOG.md)
- [Commits](symfony/asset@v6.4.0...v7.0.0)

Updates `symfony/dotenv` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.4.2...v7.0.2)

Updates `symfony/expression-language` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.0/CHANGELOG.md)
- [Commits](symfony/expression-language@v6.4.2...v7.0.2)

Updates `symfony/process` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v6.4.2...v7.0.2)

Updates `symfony/property-access` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-access@v6.4.0...v7.0.0)

Updates `symfony/runtime` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.0/CHANGELOG.md)
- [Commits](symfony/runtime@v6.4.0...v7.0.0)

Updates `symfony/security-bundle` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/security-bundle@v6.4.2...v7.0.2)

Updates `symfony/serializer` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/serializer@v6.4.2...v7.0.2)

Updates `symfony/string` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.0/CHANGELOG.md)
- [Commits](symfony/string@v6.4.2...v7.0.2)

Updates `symfony/yaml` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.0...v7.0.0)

Updates `symfony/browser-kit` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.4.0...v7.0.0)

Updates `symfony/debug-bundle` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v6.4.0...v7.0.0)

Updates `symfony/web-profiler-bundle` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v6.4.2...v7.0.2)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
...

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 Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 3, 2024
@dependabot dependabot bot deleted the dependabot/composer/symfony_dependencies-bc399fab53 branch January 3, 2024 05:58
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