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 dependencies group with 45 updates #243

Merged
merged 4 commits into from
May 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 45 updates:

Package From To
twig/twig 3.8.0 3.9.3
twig/extra-bundle 3.8.0 3.9.3
api-platform/core 3.2.19 3.3.0
phpstan/phpdoc-parser 1.27.0 1.28.0
sentry/sentry-symfony 4.14.0 5.0.0
easycorp/easyadmin-bundle 4.9.4 4.10.0
phpdocumentor/reflection-docblock 5.3.0 5.4.0
doctrine/doctrine-bundle 2.11.4 2.12.0
symfony/lock 7.0.3 7.0.7
symfony/form 7.0.4 7.0.7
symfony/intl 7.0.3 7.0.7
symfony/mime 7.0.3 7.0.7
symfony/yaml 7.0.3 7.0.7
symfony/cache 7.0.4 7.0.7
symfony/asset 7.0.3 7.0.7
symfony/finder 7.0.0 7.0.7
symfony/dotenv 7.0.4 7.0.7
symfony/mailer 7.0.4 7.0.7
symfony/string 7.0.4 7.0.7
symfony/process 7.0.4 7.0.7
symfony/console 7.0.4 7.0.7
symfony/runtime 7.0.3 7.0.7
symfony/web-link 7.0.3 7.0.7
symfony/validator 7.0.5 7.0.7
symfony/serializer 7.0.4 7.0.7
symfony/filesystem 7.0.3 7.0.7
symfony/translation 7.0.4 7.0.7
symfony/twig-bundle 7.0.4 7.0.7
symfony/http-client 7.0.5 7.0.7
symfony/browser-kit 7.0.3 7.0.7
symfony/css-selector 7.0.3 7.0.7
symfony/rate-limiter 7.0.3 7.0.7
symfony/property-info 7.0.3 7.0.7
symfony/property-access 7.0.4 7.0.7
symfony/security-bundle 7.0.5 7.0.7
symfony/framework-bundle 7.0.4 7.0.7
symfony/expression-language 7.0.3 7.0.7
phpstan/phpstan 1.10.66 1.10.67
symfony/debug-bundle 7.0.3 7.0.7
symfony/maker-bundle 1.57.0 1.59.0
symfony/phpunit-bridge 7.0.4 7.0.7
phpstan/phpstan-symfony 1.3.9 1.3.12
phpstan/phpstan-doctrine 1.3.64 1.3.69
squizlabs/php_codesniffer 3.9.1 3.9.2
symfony/web-profiler-bundle 7.0.4 7.0.7

Updates twig/twig from 3.8.0 to 3.9.3

Changelog

Sourced from twig/twig's changelog.

3.9.3 (2024-04-18)

  • Add missing twig_escape_filter_is_safe deprecated function
  • Fix yield usage with CaptureNode
  • Add missing unwrap call when using a TemplateWrapper instance internally
  • Ensure Lexer is initialized early on

3.9.2 (2024-04-17)

  • Fix usage of display_end hook

3.9.1 (2024-04-17)

  • Fix missing $blocks variable in CaptureNode

3.9.0 (2024-04-16)

  • Add support for PHP 8.4
  • Deprecate AbstractNodeVisitor
  • Deprecate passing Template to Environment::resolveTemplate(), Environment::load(), and Template::loadTemplate()
  • Add a new "yield" mode for output generation; Node implementations that use "echo" or "print" should use "yield" instead; all Node implementations should be flagged with #[YieldReady] once they've been made ready for "yield"; the "use_yield" Environment option can be turned on when all nodes have been made #[YieldReady]; "yield" will be the only strategy supported in the next major version
  • Add return type for Symfony 7 compatibility
  • Fix premature loop exit in Security Policy lookup of allowed methods/properties
  • Deprecate all internal extension functions in favor of methods on the extension classes
  • Mark all extension functions as @​internal
  • Add SourcePolicyInterface to selectively enable the Sandbox based on a template's Source
  • Throw a proper Twig exception when using cycle on an empty array
Commits
  • a842d75 Prepare the 3.9.3 release
  • cb307d7 Update CHANGELOG
  • 117b502 bug #4037 fix: #4033 add missing unwrap call on TemplateWrapper instance (TLG...
  • 89d6acf bug #4038 Ensure Lexer:: is always initialized (danut007ro)
  • 5a79652 Ensure Lexer:: is always initialized
  • 15f5966 bug #4036 change extended DI extension class (xabbuh)
  • be6dbbc bug #4035 fix: #4029 CaptureNode iterator_to_array preserveKeys false (TLG-Gi...
  • 6c63152 fix: #4033 add missing unwrap call when a TemplateWrapper instance can be pre...
  • b61a422 change extended DI extension class
  • f7121a2 fix: #4029 when use_yield is true CaptureNode use iterator_to_array preserveK...
  • Additional commits viewable in compare view

Updates twig/extra-bundle from 3.8.0 to 3.9.3

Commits
  • ef6869a change extended DI extension class
  • 3a68ffc fix TwigExtraBundle tests with Symfony 6.0/6.1
  • d131e6d Add a deprecation when a Node uses echo/print
  • 42e4bc7 Fix tests
  • bddb630 Remove support for Twig 2.x and unmaintained Symfony versions
  • See full diff in compare view

Updates api-platform/core from 3.2.19 to 3.3.0

Release notes

Sourced from api-platform/core's releases.

v3.3.0

What's Changed

Full Changelog: api-platform/core@v3.3.0-beta.2...v3.3.0

v3.3.0-beta.2

What's Changed

Full Changelog: api-platform/core@v3.3.0-beta.1...v3.3.0-beta.2

v3.3.0-beta.1

Bug fixes

Features

... (truncated)

Changelog

Sourced from api-platform/core's changelog.

Changelog

v3.3.0-beta.2

Bug fixes

v3.3.0-beta.1

Bug fixes

Features

The v3.3.0-beta.1 introduces a new QueryParameter attribute to improve the filtering system.

v3.3.0-alpha.2

Bug fixes

... (truncated)

Commits
  • 3b8a006 docs: changelog 3.3
  • 82d7bcb Merge 3.2
  • 04474e4 docs: changelog 3.2.2
  • e867d07 feat(parametervalidator): parameter validation (#6296)
  • dfa1b13 Merge pull request #6338 from soyuka/merge-322
  • 812158d Merge 3.2
  • 06f8b55 ci: ignore maker deprecation (#6337)
  • 9cd597f fix(doctrine): remove usage of deprecated ClassUtils in PurgeHttpCacheListene...
  • c083af3 fix(metadata): allow extracting routeName from XML config (#6329)
  • 6d15e22 ci: guides documentation with doctrine search parameters (#6328)
  • Additional commits viewable in compare view

Updates phpstan/phpdoc-parser from 1.27.0 to 1.28.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.28.0

  • cd06d6b - Add @phan- prefixes for recognized doc tags
Commits

Updates sentry/sentry-symfony from 4.14.0 to 5.0.0

Release notes

Sourced from sentry/sentry-symfony's releases.

5.0.0

The Sentry SDK team is thrilled to announce the immediate availability of Sentry Symfony SDK v5.0.0.

Breaking Change

Please refer to the UPGRADE-5.0.md guide for a complete list of breaking changes.

This version adds support for the underlying Sentry PHP SDK v4.0. Please refer to the PHP SDK sentry-php/UPGRADE-4.0.md guide for a complete list of breaking changes.

  • This version exclusively uses the envelope endpoint to send event data to Sentry.

    If you are using sentry.io, no action is needed. If you are using an on-premise/self-hosted installation of Sentry, the minimum requirement is now version >= v20.6.0.

  • You need to have ext-curl installed to use the SDK.

  • The IgnoreErrorsIntegration integration was removed. Use the ignore_exceptions option instead. Previously, both Symfony\Component\ErrorHandler\Error\FatalError and Symfony\Component\Debug\Exception\FatalErrorException were ignored by default. To continue ignoring these exceptions, make the following changes to the config file:

    // config/packages/sentry.yaml
    sentry:
    options:
    ignore_exceptions:
    - 'Symfony\Component\ErrorHandler\Error\FatalError'
    - 'Symfony\Component\Debug\Exception\FatalErrorException'

    This option performs an is_a check now, so you can also ignore more generic exceptions.

Features

  • Add support for Sentry Developer Metrics [(#1619)](getsentry/sentry-php#1619)

    use function Sentry\metrics;
    // Add 4 to a counter named hits
    metrics()->increment(key: 'hits', value: 4);
    // Add 25 to a distribution named response_time with unit milliseconds
    metrics()->distribution(key: 'response_time', value: 25, unit: MetricsUnit::millisecond());
    // Add 2 to gauge named parallel_requests, tagged with type: "a"
    metrics()->gauge(key: 'parallel_requests', value: 2, tags: ['type': 'a']);
    // Add a user's email to a set named users.sessions, tagged with role: "admin"

... (truncated)

Changelog

Sourced from sentry/sentry-symfony's changelog.

5.0.0

The Sentry SDK team is thrilled to announce the immediate availability of Sentry Symfony SDK v5.0.0.

Breaking Change

Please refer to the UPGRADE-5.0.md guide for a complete list of breaking changes.

This version adds support for the underlying Sentry PHP SDK v4.0. Please refer to the PHP SDK sentry-php/UPGRADE-4.0.md guide for a complete list of breaking changes.

  • This version exclusively uses the envelope endpoint to send event data to Sentry.

    If you are using sentry.io, no action is needed. If you are using an on-premise/self-hosted installation of Sentry, the minimum requirement is now version >= v20.6.0.

  • You need to have ext-curl installed to use the SDK.

  • The IgnoreErrorsIntegration integration was removed. Use the ignore_exceptions option instead. Previously, both Symfony\Component\ErrorHandler\Error\FatalError and Symfony\Component\Debug\Exception\FatalErrorException were ignored by default. To continue ignoring these exceptions, make the following changes to the config file:

    // config/packages/sentry.yaml
    sentry:
    options:
    ignore_exceptions:
    - 'Symfony\Component\ErrorHandler\Error\FatalError'
    - 'Symfony\Component\Debug\Exception\FatalErrorException'

    This option performs an is_a check now, so you can also ignore more generic exceptions.

Features

  • Add support for Sentry Developer Metrics [(#1619)](getsentry/sentry-php#1619)

    use function Sentry\metrics;
    // Add 4 to a counter named hits
    metrics()->increment(key: 'hits', value: 4);
    // Add 25 to a distribution named response_time with unit milliseconds
    metrics()->distribution(key: 'response_time', value: 25, unit: MetricsUnit::millisecond());
    // Add 2 to gauge named parallel_requests, tagged with type: "a"
    metrics()->gauge(key: 'parallel_requests', value: 2, tags: ['type': 'a']);

... (truncated)

Commits

Updates easycorp/easyadmin-bundle from 4.9.4 to 4.10.0

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.10.0

This release includes a security fix about a potential XSS issue in the detail page. Read the UPGRADE guide for more details:

https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/UPGRADE.md#easyadmin-4100

Bug fixes

[4b4103e8] Change the default title of detail page to avoid XSS issues (@​javiereguiluz)

4.9.5

New features

[b1e739ef] Added support for translatable objects in Twig (@​Geolim4) [c25528c0] Added block for meta tags in login minimal template (@​dragosprotung)

Bug fixes

[8f20bcd5] Fix Enum translation for grid in ChoiceField (@​psihius) [c1d37bd5] Fix empty collection first item index (@​zorn-v) [13271790] Fix InvalidOptionsException when using ChoiceField with zero choices (@​alshenetsky) [5e1e6d09] Fix invalid DQL (@​alshenetsky) [24745c51] Fix warning in DateTimeFilterType (@​alshenetsky) [10b1f924] Fix login form bottom padding (@​Seb33300) [96404d8f] Hide unnecessary vertical scrollbar (@​Seb33300) [5182566a] Allow fields containing null-safe property paths (@​alshenetsky) [5523f612] If it's a JoinColumnMapping, use property access (@​KDederichs)

Commits
  • 328cd81 Prepare v4.10.0 release
  • 4b4103e security #cve- Change the default title of detail page to avoid XSS issues (j...
  • d36b8c2 Change the default title of detail page to avoid XSS issues
  • 2a26e7e minor #6267 Add a note about possible XSS attacks (javiereguiluz)
  • a868644 Add a note about possible XSS attacks
  • bb30559 minor #6268 Minor change to make some code more readable (javiereguiluz)
  • 7dea640 Minor change to make some code more readable
  • 4daee20 Bump development version
  • a1e6420 Rebuild frontend assets
  • e7e6318 Prepare v4.9.5 release
  • Additional commits viewable in compare view

Updates phpdocumentor/reflection-docblock from 5.3.0 to 5.4.0

Release notes

Sourced from phpdocumentor/reflection-docblock's releases.

5.4.0

More type support

Since the beginning of this package we have been working on our own parser. Mostly regular expressions spitting each part of a docblock and processing them separately in each tag. But since static analyzers became more popular it became a lot harder to cover all the new formats of types. In type-resolver 1.7 we already started using phpstan's parser to process types. And now in this release we also cover parts of the docblock parsing process with their parser. This will make it easier to keep up with all the new changes and allows us to support more complex type formats.

We do not support all types covered by phpstan. Generics are not fully supported on all notations, we will return an InvalidTag in those cases.

Deprecations

Param tag

We spend a lot of time to cover all the edge cases that we supported in docblocks for many years. However we also noticed that some notations do not really make sense. First notation added to the list is a @param tag without a variable.

@param MyType Here starts the description but $var is ommited

This notation is now deprecated, and support will be removed in the first release of v6.

Static factory interface

We introduced a new factory strategy to make it possible to have more complex factories for tags and keep the implementation simple. Due to this new system of creating tags we can now support external parser to cover the body of a tag to be handled. With this new system the older system of StaticFactories has become deprecated. And will be removed in v6.

Backward compatibility

We introduced all new functionality with backward compatibility in mind. There are no interface changes being made so consumers of the library will not notice anything from the internal changes. However since we introduced a large amount of new types you might notice issues depending on your implementation. Especially when your project reads the types provided by this library.

Other notable changes

New Contributors

... (truncated)

Commits
  • 298d2fe Merge pull request #364 from phpDocumentor/fix/catch-invalid-type-creation
  • 64e172d Added test for regression on invalid types
  • 08acd34 Add test for constant references.
  • 67a55cc Merge pull request #363 from phpDocumentor/fix/malformed-type-definitions
  • edd5f67 Be more strict about type definitions on param
  • f359e4f Fix code style
  • 7b2f618 Add test for string value params
  • c9b9e93 Merge pull request #360 from phpDocumentor/fix/typeless_param
  • d3cbc39 Add extra deprecation
  • fc9a233 Implement fallback option for params without variable
  • Additional commits viewable in compare view

Updates doctrine/doctrine-bundle from 2.11.4 to 2.12.0

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.12.0

Release Notes for 2.12.0

Feature release (minor)

2.12.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 5

Improvement

Bug

Commits
  • 5418e81 Merge pull request #1775 from doctrine/2.11.x-merge-up-into-2.12.x_SDmpjm0o
  • 6046a57 make "use_savepoints = true" no-op with DBAL 4 (#1773)
  • 0a230d3 Merge pull request #1771 from greg0ire/fixtures-autoloading
  • fc4c76d Avoid falling back on autoload rule more than necessary
  • c8f38eb Merge pull request #1770 from greg0ire/getPath-thingy
  • d1701ce Override Bundle::getPath()
  • fa3e8e3 Use a modern directory structure
  • 5afffe0 Merge pull request #1769 from doctrine/2.11.x
  • 1a3b650 Deprecate not setting doctrine.orm.controller_resolver.auto_mapping (#1762)
  • 26a87a7 Change type hint from Registry to ManagerRegistry in ProfilerController...
  • Additional commits viewable in compare view

Updates symfony/lock from 7.0.3 to 7.0.7

Release notes

Sourced from symfony/lock's releases.

v7.0.7

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

  • no significant changes

v7.0.6

Changelog (symfony/lock@v7.0.5...v7.0.6)

Commits
  • 9d6546f Merge branch '6.4' into 7.0
  • c6b3959 Merge branch '5.4' into 6.4
  • 09b315b Auto-close PRs on subtree-splits
  • c1fc92e Merge branch '6.4' into 7.0
  • 53f0dbf Merge branch '5.4' into 6.4
  • d1a912e [Cache][Lock] Identify missing table in pgsql correctly and address failing i...
  • 6f8cc9c Merge branch '6.4' into 7.0
  • 5dd358c Merge branch '5.4' into 6.4
  • 116c7c5 bug #54201 [Lock] Check the correct SQLSTATE error code for MySQL (edomato)
  • ce901e8 [Lock] Check the correct SQLSTATE error code for MySQL
  • Additional commits viewable in compare view

Updates symfony/form from 7.0.4 to 7.0.7

Release notes

Sourced from symfony/form's releases.

v7.0.7

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

v7.0.6

Changelog (symfony/form@v7.0.5...v7.0.6)

Commits
  • b4df6a3 Merge branch '6.4' into 7.0
  • 718f103 Merge branch '5.4' into 6.4
  • 6e732c4 read form values using the chain data accessor
  • abf744c Merge branch '6.4' into 7.0
  • c0efa74 Merge branch '5.4' into 6.4
  • cc4ea6d Auto-close PRs on subtree-splits
  • d5db659 Merge branch '6.4' into 7.0
  • 57bc474 stop marking parameters implicitly as nullable
  • ba34629 Merge branch '6.4' into 7.0
  • 46df6c8 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/intl from 7.0.3 to 7.0.7

Release notes

Sourced from symfony/intl's releases.

v7.0.7

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

Commits
  • dd12042 Merge branch '6.4' into 7.0
  • 9ed7dfe Merge branch '5.4' into 6.4
  • 0ae24e7 Auto-close PRs on subtree-splits
  • 510a40c Merge branch '6.4' into 7.0
  • 670d564 Merge branch '5.4' into 6.4
  • 8d941ee [Intl] Remove resources data from classmap generation
  • See full diff in compare view

Updates symfony/mime from 7.0.3 to 7.0.7

Release notes

Sourced from symfony/mime's releases.

v7.0.7

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

  • no significant changes

v7.0.6

Changelog (symfony/mime@v7.0.5...v7.0.6)

  • no significant changes
Commits
  • 3adbf11 Merge branch '6.4' into 7.0
  • decadcf Merge branch '5.4' into 6.4
  • a5364f0 Auto-close PRs on subtree-splits
  • 1e362b3 Merge branch '6.4' into 7.0
  • b16be80 Merge branch '5.4' into 6.4
  • 49167c2 Fix CI
  • 9fe06c8 Merge branch '6.4' into 7.0
  • f6816ec Merge branch '5.4' into 6.4
  • 31acbc4 use local PHP web server to test HTTP stream wrappers

Bumps the dependencies group with 45 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/twig](https://github.com/twigphp/Twig) | `3.8.0` | `3.9.3` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.8.0` | `3.9.3` |
| [api-platform/core](https://github.com/api-platform/core) | `3.2.19` | `3.3.0` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.27.0` | `1.28.0` |
| [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) | `4.14.0` | `5.0.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.9.4` | `4.10.0` |
| [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.3.0` | `5.4.0` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.11.4` | `2.12.0` |
| [symfony/lock](https://github.com/symfony/lock) | `7.0.3` | `7.0.7` |
| [symfony/form](https://github.com/symfony/form) | `7.0.4` | `7.0.7` |
| [symfony/intl](https://github.com/symfony/intl) | `7.0.3` | `7.0.7` |
| [symfony/mime](https://github.com/symfony/mime) | `7.0.3` | `7.0.7` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.0.3` | `7.0.7` |
| [symfony/cache](https://github.com/symfony/cache) | `7.0.4` | `7.0.7` |
| [symfony/asset](https://github.com/symfony/asset) | `7.0.3` | `7.0.7` |
| [symfony/finder](https://github.com/symfony/finder) | `7.0.0` | `7.0.7` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.0.4` | `7.0.7` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.0.4` | `7.0.7` |
| [symfony/string](https://github.com/symfony/string) | `7.0.4` | `7.0.7` |
| [symfony/process](https://github.com/symfony/process) | `7.0.4` | `7.0.7` |
| [symfony/console](https://github.com/symfony/console) | `7.0.4` | `7.0.7` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.0.3` | `7.0.7` |
| [symfony/web-link](https://github.com/symfony/web-link) | `7.0.3` | `7.0.7` |
| [symfony/validator](https://github.com/symfony/validator) | `7.0.5` | `7.0.7` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.0.4` | `7.0.7` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.0.3` | `7.0.7` |
| [symfony/translation](https://github.com/symfony/translation) | `7.0.4` | `7.0.7` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.0.4` | `7.0.7` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.0.5` | `7.0.7` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.0.3` | `7.0.7` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.0.3` | `7.0.7` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.0.3` | `7.0.7` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.0.3` | `7.0.7` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.0.4` | `7.0.7` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.0.5` | `7.0.7` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.0.4` | `7.0.7` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.0.3` | `7.0.7` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.66` | `1.10.67` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.0.3` | `7.0.7` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.57.0` | `1.59.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.0.4` | `7.0.7` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.9` | `1.3.12` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.3.64` | `1.3.69` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.9.1` | `3.9.2` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.0.4` | `7.0.7` |


Updates `twig/twig` from 3.8.0 to 3.9.3
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.8.0...v3.9.3)

Updates `twig/extra-bundle` from 3.8.0 to 3.9.3
- [Commits](twigphp/twig-extra-bundle@v3.8.0...v3.9.3)

Updates `api-platform/core` from 3.2.19 to 3.3.0
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v3.2.19...v3.3.0)

Updates `phpstan/phpdoc-parser` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.27.0...1.28.0)

Updates `sentry/sentry-symfony` from 4.14.0 to 5.0.0
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-symfony@4.14.0...5.0.0)

Updates `easycorp/easyadmin-bundle` from 4.9.4 to 4.10.0
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.9.4...v4.10.0)

Updates `phpdocumentor/reflection-docblock` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases)
- [Commits](phpDocumentor/ReflectionDocBlock@5.3.0...5.4.0)

Updates `doctrine/doctrine-bundle` from 2.11.4 to 2.12.0
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.11.4...2.12.0)

Updates `symfony/lock` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/7.0/CHANGELOG.md)
- [Commits](symfony/lock@v7.0.3...v7.0.7)

Updates `symfony/form` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.0/CHANGELOG.md)
- [Commits](symfony/form@v7.0.4...v7.0.7)

Updates `symfony/intl` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/7.0/CHANGELOG.md)
- [Commits](symfony/intl@v7.0.3...v7.0.7)

Updates `symfony/mime` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mime@v7.0.3...v7.0.7)

Updates `symfony/yaml` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v7.0.3...v7.0.7)

Updates `symfony/cache` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.0/CHANGELOG.md)
- [Commits](symfony/cache@v7.0.4...v7.0.7)

Updates `symfony/asset` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.0/CHANGELOG.md)
- [Commits](symfony/asset@v7.0.3...v7.0.7)

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

Updates `symfony/dotenv` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.0.4...v7.0.7)

Updates `symfony/mailer` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mailer@v7.0.4...v7.0.7)

Updates `symfony/string` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.0/CHANGELOG.md)
- [Commits](symfony/string@v7.0.4...v7.0.7)

Updates `symfony/process` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v7.0.4...v7.0.7)

Updates `symfony/console` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v7.0.4...v7.0.7)

Updates `symfony/runtime` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.0/CHANGELOG.md)
- [Commits](symfony/runtime@v7.0.3...v7.0.7)

Updates `symfony/web-link` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/web-link/releases)
- [Changelog](https://github.com/symfony/web-link/blob/7.0/CHANGELOG.md)
- [Commits](symfony/web-link@v7.0.3...v7.0.7)

Updates `symfony/validator` from 7.0.5 to 7.0.7
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.0/CHANGELOG.md)
- [Commits](symfony/validator@v7.0.5...v7.0.7)

Updates `symfony/serializer` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/serializer@v7.0.4...v7.0.7)

Updates `symfony/filesystem` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.0/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.0.3...v7.0.7)

Updates `symfony/translation` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.0/CHANGELOG.md)
- [Commits](symfony/translation@v7.0.4...v7.0.7)

Updates `symfony/twig-bundle` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v7.0.4...v7.0.7)

Updates `symfony/http-client` from 7.0.5 to 7.0.7
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-client@v7.0.5...v7.0.7)

Updates `symfony/browser-kit` from 7.0.3 to 7.0.7
- [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@v7.0.3...v7.0.7)

Updates `symfony/css-selector` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.0/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.0.3...v7.0.7)

Updates `symfony/rate-limiter` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/7.0/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v7.0.3...v7.0.7)

Updates `symfony/property-info` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-info@v7.0.3...v7.0.7)

Updates `symfony/property-access` from 7.0.4 to 7.0.7
- [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@v7.0.4...v7.0.7)

Updates `symfony/security-bundle` from 7.0.5 to 7.0.7
- [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@v7.0.5...v7.0.7)

Updates `symfony/framework-bundle` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.0.4...v7.0.7)

Updates `symfony/expression-language` from 7.0.3 to 7.0.7
- [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@v7.0.3...v7.0.7)

Updates `phpstan/phpstan` from 1.10.66 to 1.10.67
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.66...1.10.67)

Updates `symfony/debug-bundle` from 7.0.3 to 7.0.7
- [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@v7.0.3...v7.0.7)

Updates `symfony/maker-bundle` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.57.0...v1.59.0)

Updates `symfony/phpunit-bridge` from 7.0.4 to 7.0.7
- [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.0.4...v7.0.7)

Updates `phpstan/phpstan-symfony` from 1.3.9 to 1.3.12
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.9...1.3.12)

Updates `phpstan/phpstan-doctrine` from 1.3.64 to 1.3.69
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](phpstan/phpstan-doctrine@1.3.64...1.3.69)

Updates `squizlabs/php_codesniffer` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.9.1...3.9.2)

Updates `symfony/web-profiler-bundle` from 7.0.4 to 7.0.7
- [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@v7.0.4...v7.0.7)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/phpdoc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpdocumentor/reflection-docblock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/lock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/finder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/filesystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/rate-limiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 1, 2024
@FlorianLeChat FlorianLeChat self-requested a review May 1, 2024 09:27
@github-actions github-actions bot merged commit 072ee6d into master May 1, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-39c2af7e53 branch May 1, 2024 09:27
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.

None yet

1 participant