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 20 updates #275

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the dependencies group with 20 updates:

Package From To
twig/extra-bundle 3.18.0 3.19.0
easycorp/easyadmin-bundle 4.20.6 4.24.0
doctrine/doctrine-bundle 2.13.1 2.13.2
doctrine/doctrine-migrations-bundle 3.3.1 3.4.1
symfony/lock 7.2.0 7.2.3
symfony/form 7.2.0 7.2.3
symfony/mime 7.2.1 7.2.3
symfony/yaml 7.2.0 7.2.3
symfony/cache 7.2.1 7.2.3
symfony/mailer 7.2.0 7.2.3
symfony/runtime 7.2.0 7.2.3
symfony/validator 7.2.2 7.2.3
symfony/serializer 7.2.0 7.2.3
symfony/http-client 7.2.2 7.2.3
symfony/property-info 7.2.2 7.2.3
symfony/property-access 7.2.0 7.2.3
symfony/framework-bundle 7.2.2 7.2.3
phpunit/phpunit 11.5.2 11.5.6
squizlabs/php_codesniffer 3.11.2 3.11.3
symfony/web-profiler-bundle 7.2.2 7.2.3

Updates twig/extra-bundle from 3.18.0 to 3.19.0

Commits

Updates easycorp/easyadmin-bundle from 4.20.6 to 4.24.0

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.24.0

This new version changes the recommended way to define the main route of dashboards:

// BEFORE:
use Symfony\Component\Routing\Attribute\Route;
class DashboardController extends AbstractDashboardController
{
#[Route('/admin', name: 'admin')]
public function index(): Response
{
// ...
}
}
// AFTER:
use EasyCorp\Bundle\EasyAdminBundle\Attribute\AdminDashboard;
#[AdminDashboard(routePath: '/admin', routeName: 'admin')]
class DashboardController extends AbstractDashboardController
{
public function index(): Response
{
// ...
}
}

This will be the only supported way of defining the main dashboard route in Easyadmin 5.x. We do this because this change allows us to simplify a lot of features and improves the application performance slightly.

New features

[287f4678c] Improve the #[AdminDashboard] attribute (@​javiereguiluz)

Bug fixes

[64f33dbb6] Fix an edge-case with pretty URLs and multiple dashboards (@​javiereguiluz) [32eaf4f97][774d89f51][d9320f801] Updated tests to remove all mocks related to final classes (@​javiereguiluz) [576f16857] Misc doc fixes (@​torchello)

4.23.2

Bug fixes

[322fd1c78] Make NullFilter::CHOICE_VALUE_* consts public (@​Sobak) [fe672a4f1] Provide $previous exception context for EntityRemoveException (@​Sobak) [89fb2d2a8] Disallow clear in AssociationField when field is required (@​Sobak)

4.23.1

... (truncated)

Commits
  • f641b35 Prepare 4.24.0 release
  • 287f467 feature #6769 Update admin dashboard (javiereguiluz)
  • 901a892 Update admin dashboard
  • 576f168 minor #6773 Fix typo (torchello)
  • 55d867d Fix typo
  • 94bd996 Bump development version
  • 3c043c2 Prepare 4.23.3 release
  • 64f33db bug #6760 Fix an edge-cse with pretty URLs and multiple dashboards (javieregu...
  • e6137ef Fix an edge-cse with pretty URLs and multiple dashboards
  • d9320f8 minor #6758 Remove all mocks related to final classes (javiereguiluz)
  • Additional commits viewable in compare view

Updates doctrine/doctrine-bundle from 2.13.1 to 2.13.2

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.13.2

Release Notes for 2.13.2

2.13.x bugfix release (patch)

2.13.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

CI

Bug

Documentation

Commits

Updates doctrine/doctrine-migrations-bundle from 3.3.1 to 3.4.1

Release notes

Sourced from doctrine/doctrine-migrations-bundle's releases.

3.4.1

Release Notes for 3.4.1

3.4.x bugfix release (patch)

3.4.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bugfixes

3.4.0

Release Notes for 3.4.0

Feature release (minor)

3.4.0

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

Improvement

Bugfix

Documentation

Static Analysis

Commits
  • e858ce0 Merge pull request #587 from greg0ire/selective-filter
  • 31417c0 Apply schema filter more selectively
  • 66c74dc Remove useless private method
  • 9872551 Merge pull request #583 from greg0ire/update-branch-metadata
  • 4848903 Update branch metadata
  • a5c5fe0 Merge pull request #580 from greg0ire/3.4.x
  • b4ced5e Merge remote-tracking branch 'origin/3.3.x' into 3.4.x
  • 45d1b74 Merge pull request #526 from greg0ire/complete-compat
  • c85cd25 Add support for --complete
  • 7c1cc30 Merge pull request #579 from greg0ire/composer-lint
  • Additional commits viewable in compare view

Updates symfony/lock from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/lock's releases.

v7.2.3

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

Commits
  • 4f6e8b0 Issue 59387-2: make check with prefix more robust
  • 3b4e407 [Lock] Make sure RedisStore will also support Valkey
  • d0cfffb Fix predis command error checking
  • See full diff in compare view

Updates symfony/form from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/form's releases.

v7.2.3

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

Commits
  • 092a893 do not render hidden CSRF token forms with autocomplete set to off
  • See full diff in compare view

Updates symfony/mime from 7.2.1 to 7.2.3

Release notes

Sourced from symfony/mime's releases.

v7.2.3

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

Commits
  • 2fc3b4b Merge branch '7.1' into 7.2
  • c252e20 Merge branch '6.4' into 7.1
  • 917d779 [Mime] Fix body validity check in Email when using Message::setBody()
  • See full diff in compare view

Updates symfony/yaml from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/yaml's releases.

v7.2.3

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

Commits
  • ac238f1 Merge branch '7.1' into 7.2
  • 4921b8c Merge branch '6.4' into 7.1
  • bf598c9 [Yaml] fix inline notation with inline comment
  • 9db31f0 Merge branch '7.1' into 7.2
  • ff52a85 Merge branch '6.4' into 7.1
  • fb4722f reject inline notations followed by invalid content
  • 4eae3a6 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to igno...
  • See full diff in compare view

Updates symfony/cache from 7.2.1 to 7.2.3

Release notes

Sourced from symfony/cache's releases.

v7.2.3

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

Commits

Updates symfony/mailer from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/mailer's releases.

v7.2.3

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

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

Updates symfony/runtime from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/runtime's releases.

v7.2.3

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

  • no significant changes
Commits

Updates symfony/validator from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/validator's releases.

v7.2.3

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

Commits
  • 6faf9f6 Merge branch '7.1' into 7.2
  • bb226e4 Merge branch '6.4' into 7.1
  • ce20367 minor #59597 [Validator] Fixed Hebrew Translations and Affirmed in validators...
  • 65628a6 Merge branch '7.1' into 7.2
  • c8e91d8 Merge branch '6.4' into 7.1
  • 08f38cc minor #59591 [Validator] Review Arabic translations for the validator (JabriA...
  • a9b5995 minor #59600 [Validator] Fix typo in validators.sk.xlf (pavol-tuka)
  • 3a9e907 Fix typo in validators.sk.xlf
  • 817e9fe translation to hebrew
  • b582bb3 Review Arabic translations for the validator
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/serializer's releases.

v7.2.3

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

Commits
  • 320f30b Merge branch '7.1' into 7.2
  • cb88edf Merge branch '6.4' into 7.1
  • 6ad986f [Serializer] fix default context in Serializer
  • 461524d Merge branch '7.1' into 7.2
  • ff34e9f [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL
  • 5c34269 Merge branch '7.1' into 7.2
  • c8bb82d Merge branch '6.4' into 7.1
  • ab91339 Fix exception thrown by YamlEncoder
  • See full diff in compare view

Updates symfony/http-client from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/http-client's releases.

v7.2.3

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

Commits
  • 7ce6078 Merge branch '7.1' into 7.2
  • 71632c1 Merge branch '6.4' into 7.1
  • 394b440 [HttpClient] Fix processing a NativeResponse after its client has been reset
  • 7ec3f97 Merge branch '7.1' into 7.2
  • 68a3501 Merge branch '6.4' into 7.1
  • 05f4f87 [HttpClient] Ignore RuntimeExceptions thrown when rewinding the PSR-7 created...
  • f17fc18 [HttpClient] Fix Undefined array key "connection" #59044
  • 3f4090d bug #59320 [HttpClient] fix amphp http client v5 unix socket (praswicaksono)
  • cfa6e99 [HttpClient] fix amphp http client v5 unix socket
  • See full diff in compare view

Updates symfony/property-info from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/property-info's releases.

v7.2.3

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

Commits
  • dedb118 Merge branch '7.1' into 7.2
  • df9002f Merge branch '6.4' into 7.1
  • 94d18e5 [PropertyInfo] Fix TypeTest duplicated assert
  • fbefa50 convert legacy types to TypeInfo types if getType() is not implemented
  • b461153 Merge branch '7.1' into 7.2
  • a32a992 Merge branch '6.4' into 7.1
  • 7a0518d [PropertyInfo] Add missing test
  • 07f2b5c Merge branch '7.1' into 7.2
  • a9369a7 Merge branch '6.4' into 7.1
  • ccdef08 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/property-access from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/property-access's releases.

v7.2.3

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

Commits
  • b28732e Merge branch '7.1' into 7.2
  • 83e46f0 chore: PropertyAccess - fix typo in DocBlock
  • 6a36956 Merge branch '7.1' into 7.2
  • e0fc978 Merge branch '6.4' into 7.1
  • 80e0378 [PropertyAccess] Fix compatibility with PHP 8.4 asymmetric visibility
  • See full diff in compare view

Updates symfony/framework-bundle from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.3

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

Commits
  • d37a43d Merge branch '7.1' into 7.2
  • 1eae7a4 Merge branch '6.4' into 7.1
  • 91df8ee [Serializer] fix default context in Serializer
  • 5834042 Merge branch '7.1' into 7.2
  • 591abb6 Merge branch '6.4' into 7.1
  • 132ab27 [FrameworkBundle] Add missing not-compromised-password entry in XSD
  • 7e18b72 bug #59581 [Cache] Don't clear system caches on cache:clear (nicolas-grekas)
  • f14292b [Cache] Don't clear system caches on cache:clear
  • 5791a99 [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated ...
  • 44271ca Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.5.2 to 11.5.6

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.6

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

PHPUnit 11.5.5

Changed

  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

PHPUnit 11.5.4

Changed

  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated
  • #5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes is no longer deprecated

Fixed

  • #6103: Output from test run in separate process is printed twice
  • #6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #6111: Deprecations cause SourceMapper to scan all <source/> files

How to install or update PHPUnit

PHPUnit 11.5.3

Added

  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events

Fixed

  • #6093: Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4
  • #6094: Errors in after-last-test methods are not reported
  • #6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #6096: --list-tests-xml is broken when a group with a numeric name is defined
  • #6098: No system-out element in JUnit XML logfile
  • #6100: Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.6] - 2025-01-31

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

[11.5.5] - 2025-01-29

Changed

  • Do not skip execution of test that depends on a test that is larger than itself

[11.5.4] - 2025-01-28

Changed

  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated
  • #5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes is no longer deprecated

Fixed

  • #6103: Output from test run in separate process is printed twice
  • #6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #6111: Deprecations cause SourceMapper to scan all <source/> files

[11.5.3] - 2025-01-13

Added

  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events

Fixed

  • #6093: Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4
  • #6094: Errors in after-last-test methods are not reported
  • #6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #6096: --list-tests-xml is broken when a group with a numeric name is defined
  • #6098: No system-out element in JUnit XML logfile
  • #6100: Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation
Commits

Updates squizlabs/php_codesniffer from 3.11.2 to 3.11.3

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.3 - 2025-01-23

Changed

  • Generic.ControlStructures.InlineControlStructure no longer unnecessarily listens for T_SWITCH tokens. #595
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: improvements to error message for SpaceBeforeComma error. #783
  • The following sniff(s) have received efficiency improvements:
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #620 : Squiz.Functions.FunctionDeclarationArgumentSpacing: newlines after type will now be handled by the fixer. This also prevents a potential fixer conflict.
  • Fixed bug #782 : Tokenizer/PHP: prevent an "Undefined array key" notice during live coding for unfinished arrow functions.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after reference token was not flagged nor fixed.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after variadic token was not flagged nor fixed.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line before/after the equal sign for default values was not flagged nor fixed when equalsSpacing was set to 0.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer conflict when a new line is found before/after the equal sign for default values and equalsSpacing was set to 1.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer for spacing before/after equal sign could inadvertently remove comment.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer will now handle comments between the end of a parameter and a comma more cleanly.
  • Fixed bug #784 : Squiz.WhiteSpace.FunctionSpacing: prevent fixer conflict when a multi-line docblock would start on the same line as the function close curly being examined.

Statistics

Closed: 0 issues Merged: 14 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.11.3] - 2025-01-23

Changed

  • Generic.ControlStructures.InlineControlStructure no longer unnecessarily listens for T_SWITCH tokens. #595
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: improvements to error message for SpaceBeforeComma error. #783
  • The following sniff(s) have received efficiency improvements:
    • Squiz.Functions.FunctionDeclarationArgumentSpacing
    • Thanks to [Dan Wallis][@​fredden] and [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #620 : Squiz.Functions.FunctionDeclarationArgumentSpacing: newlines after type will now be handled by the fixer. This also prevents a potential fixer conflict.
  • Fixed bug #782 : Tokenizer/PHP: prevent an "Undefined array key" notice during live coding for unfinished arrow functions.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after reference token was not flagged nor fixed.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after variadic token was not flagged nor fixed.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line before/after the equal sign for default values was not flagged nor fixed when equalsSpacing was set to 0.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer conflict when a new line is found before/after the equal sign for default values and equalsSpacing was set to 1.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer for spacing before/after equal sign could inadvertently remove comment.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer will now handle comments between the end of a parameter and a comma more cleanly.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #784 : Squiz.WhiteSpace.FunctionSpacing: prevent fixer conflict when a multi-line docblock would start on the same line as the function close curly being examined.
    • Thanks to [Klaus Purer][@​klausi] for the pa...

      Description has been truncated

Bumps the dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.18.0` | `3.19.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.20.6` | `4.24.0` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.13.1` | `2.13.2` |
| [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) | `3.3.1` | `3.4.1` |
| [symfony/lock](https://github.com/symfony/lock) | `7.2.0` | `7.2.3` |
| [symfony/form](https://github.com/symfony/form) | `7.2.0` | `7.2.3` |
| [symfony/mime](https://github.com/symfony/mime) | `7.2.1` | `7.2.3` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.0` | `7.2.3` |
| [symfony/cache](https://github.com/symfony/cache) | `7.2.1` | `7.2.3` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.2.0` | `7.2.3` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.2.0` | `7.2.3` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.2` | `7.2.3` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.2.0` | `7.2.3` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.2.2` | `7.2.3` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.2.2` | `7.2.3` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.2.0` | `7.2.3` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.2.2` | `7.2.3` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.5.2` | `11.5.6` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.2` | `3.11.3` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.2.2` | `7.2.3` |


Updates `twig/extra-bundle` from 3.18.0 to 3.19.0
- [Commits](twigphp/twig-extra-bundle@v3.18.0...v3.19.0)

Updates `easycorp/easyadmin-bundle` from 4.20.6 to 4.24.0
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.20.6...v4.24.0)

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

Updates `doctrine/doctrine-migrations-bundle` from 3.3.1 to 3.4.1
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](doctrine/DoctrineMigrationsBundle@3.3.1...3.4.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `phpunit/phpunit` from 11.5.2 to 11.5.6
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.6/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.5.2...11.5.6)

Updates `squizlabs/php_codesniffer` from 3.11.2 to 3.11.3
- [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.11.2...3.11.3)

Updates `symfony/web-profiler-bundle` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.2.2...v7.2.3)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  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-patch
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-migrations-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/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/mailer
  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/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/http-client
  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/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 1, 2025
@github-actions github-actions bot merged commit adb4d3b into master Feb 1, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-77d17a0717 branch February 1, 2025 02:32
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