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 #271

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 20 updates:

Package From To
twig/twig 3.16.0 3.18.0
twig/extra-bundle 3.16.0 3.18.0
api-platform/core 4.0.10 4.0.13
phpseclib/phpseclib 3.0.42 3.0.43
easycorp/easyadmin-bundle 4.18.0 4.20.3
phpdocumentor/reflection-docblock 5.6.0 5.6.1
symfony/mime 7.2.0 7.2.1
symfony/cache 7.2.0 7.2.1
symfony/finder 7.2.0 7.2.2
symfony/console 7.2.0 7.2.1
symfony/validator 7.2.0 7.2.2
symfony/translation 7.2.0 7.2.2
symfony/http-client 7.2.0 7.2.2
symfony/property-info 7.2.0 7.2.2
symfony/security-bundle 7.2.0 7.2.2
symfony/framework-bundle 7.2.0 7.2.2
phpunit/phpunit 11.4.4 11.5.2
squizlabs/php_codesniffer 3.11.1 3.11.2
symfony/web-profiler-bundle 7.2.0 7.2.2
doctrine/doctrine-fixtures-bundle 3.7.0 4.0.0

Updates twig/twig from 3.16.0 to 3.18.0

Changelog

Sourced from twig/twig's changelog.

3.18.0 (2024-12-29)

  • Fix unary operator precedence change
  • Ignore SyntaxError exceptions from undefined handlers when using the guard tag
  • Add a way to stream template rendering (TemplateWrapper::stream() and TemplateWrapper::streamBlock())

3.17.1 (2024-12-12)

  • Fix the null coalescing operator when the test returns null
  • Fix the Elvis operator when used as '? :' instead of '?:'
  • Support for invoking closures

3.17.0 (2024-12-10)

  • Fix ArrayAccess with objects as keys
  • Support underscores in number literals
  • Deprecate ConditionalExpression and NullCoalesceExpression (use ConditionalTernary and NullCoalesceBinary instead)
Commits
  • acffa88 Prepare the 3.18.0 release
  • 77d36ab bug #4467 Add support for Twig\Markup (nlemoine)
  • 8158dab Add support for Twig\Markup
  • 38688f7 minor #4506 Add a test (fabpot)
  • 2e13a83 bug #4519 Fix unary operator precedence change (fabpot)
  • 2cf1939 Fix unary operator precedence change
  • c7be388 minor #4517 Replace Twigfiddle by the new Twig playground (fabpot)
  • 4b87103 Replace Twigfiddle by the new Twig playground
  • 681af9d bug #4516 Fix MacroNode $name argument can be overridden (smnandre)
  • dc329fd Fix MacroNode $name argument can be overridden
  • Additional commits viewable in compare view

Updates twig/extra-bundle from 3.16.0 to 3.18.0

Commits

Updates api-platform/core from 4.0.10 to 4.0.13

Release notes

Sourced from api-platform/core's releases.

v4.0.12

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.11...v4.0.12

v4.0.11

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.10...v4.0.11

Changelog

Sourced from api-platform/core's changelog.

v4.0.13

Bug fixes

  • 3a694624b fix(laravel): eloquent BelongsToMany relation (#6862)
  • c8db7aef0 fix(laravel): jsonapi query parameters (page, sort, fields and include) (#6876)
  • f2c998158 fix(jsonld): anonymous context hydra_prefix value (#6873)

Also contains v3.4.10 changes.

Features

v4.0.12

Bug fixes

Also contains v3.4.9 changes.

Features

v4.0.11

Bug fixes

  • af66075fd fix(laravel): fix foregin keys (relations) beeing in attributes (#6843)

Features

Also contains v3.4.8 changes.

Commits
  • c0c3f4c chore(laravel): remove parallel phpstan
  • d64179b docs: v4.0.13 changelog
  • 157af2d Merge 3.4
  • f8dae8e docs: v3.4.10 changelog
  • c8db7ae fix(laravel): jsonapi query parameters (page, sort, fields and include) (#6876)
  • 2ee5eb4 fix(symfony): mercure exception formatting by calling array_keys() (#6879)
  • f2c9981 fix(jsonld): anonymous context hydra_prefix value (#6873)
  • 3a69462 fix(laravel): eloquent BelongsToMany relation (#6862)
  • f15a338 docs: v4.0.12 changelog
  • 9ef9278 Merge 3.4
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.42 to 3.0.43

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.43

  • fix PHP 8.4 deprecations
  • BigInteger: introduce regression in GMP that PHP introduced
  • BigInteger: speed up Barrett reductions
  • X509: make the attributes section of new CSRs be blank (#1522)
  • X509: add getRequestedCertificateExtensions()
  • X509: algorithmidentifier parameters could get incorrectly set (#2051)
  • SSH2: ignore [email protected] in key re-exchanges (#2005)
  • SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
  • SSH2: if string is passed to setPreferredAlgorithms treat as array
  • SSH2: update setPreferredAlgorithms() to accept csv's
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.43 - 2024-12-14

  • fix PHP 8.4 deprecations
  • BigInteger: introduce regression in GMP that PHP introduced
  • BigInteger: speed up Barrett reductions
  • X509: make the attributes section of new CSRs be blank (#1522)
  • X509: add getRequestedCertificateExtensions()
  • X509: algorithmidentifier parameters could get incorrectly set (#2051)
  • SSH2: ignore [email protected] in key re-exchanges (#2005)
  • SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
  • SSH2: if string is passed to setPreferredAlgorithms treat as array
  • SSH2: update setPreferredAlgorithms() to accept csv's
Commits

Updates easycorp/easyadmin-bundle from 4.18.0 to 4.20.3

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.20.3

Bug fixes

[f5c6c437d] Fix pretty URLs when using multiple dashboards (@​javiereguiluz)

4.20.2

Bug fixes

[5cb5534be] Fix menu item highlighting when using submenus (@​javiereguiluz)

4.20.1

New features

[d82326c42] Change the default theme to "auto" instead of "light" (@​javiereguiluz)

Bug fixes

[cb9cc4e52] Fix the handling of the icon using JavaScript in the slug field (@​javiereguiluz) [f7c091539] Fix menu item matcher when using pretty URLs and submenus (Valentin Karnauhov) [ee475fbbd] Fix the design of the collapsed main menu (@​javiereguiluz) [03f593ab4] Update the Webpack Encore configuration (@​javiereguiluz) [b0a4d089d] Update setup docs for developers not using Symfony Flex (@​javiereguiluz)

4.20.0

New features

[9082c1ec8] Add new propertySuffix to allow customizing form tabs/fieldsets/columns/rows using Symfony forms (@​WedgeSama) [41c158c79] Add a new Twig component to render flags in the country field (@​javiereguiluz)

Bug fixes

[cd931e967] Fix action callables (@​javiereguiluz)

4.19.0

New Features

[1593cc4af] Allow to compute action label dynamically with a callable (@​hhamon) [2307da58c] Upgrade WebpackEncore version (@​javiereguiluz) [f63b8a9c2] Update minimum Twig requirement to 3.15 (@​javiereguiluz)

Bug Fixes

[29f2267b1] Allow use of ux-icons in form fields (@​andersonamuller) [6ea974bb2] Fix create form when entity id not set (@​alexndlm) [452ddecbb] Some fixes related to pretty URLs (@​javiereguiluz)

Commits
  • cd8aca7 Prepare 4.20.3 release
  • f5c6c43 bug #6639 Fix pretty URLs when using multiple dashboards (javiereguiluz)
  • 76524bf Fix pretty URLs when using multiple dashboards
  • ecf581d Bump development version
  • b65b73b Prepare 4.20.2 release
  • 5cb5534 bug #6633 Fix menu item highlighting (javiereguiluz)
  • 925a33d Fix menu item highlighting
  • 8d6b02d Bump development version
  • fca5171 Prepare 4.20.1 release
  • f7c0915 bug #6625 Fix menu item matcher when using pretty URLs and submenus (Valentin...
  • Additional commits viewable in compare view

Updates phpdocumentor/reflection-docblock from 5.6.0 to 5.6.1

Release notes

Sourced from phpdocumentor/reflection-docblock's releases.

5.6.1

What's Changed

Thanks to @​Furgas for reporting this issue in #393

Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.0...5.6.1

Commits
  • e5e7841 Merge pull request #394 from phpDocumentor/bugfix/phpstan-parser-2.0
  • d46c329 Fix compatibility issue with phpstan 2.0 parser
  • See full diff in compare view

Updates symfony/mime from 7.2.0 to 7.2.1

Release notes

Sourced from symfony/mime's releases.

v7.2.1

Changelog (symfony/mime@v7.2.0...v7.2.1)

  • no significant changes
Commits

Updates symfony/cache from 7.2.0 to 7.2.1

Release notes

Sourced from symfony/cache's releases.

v7.2.1

Changelog (symfony/cache@v7.2.0...v7.2.1)

  • no significant changes
Commits

Updates symfony/finder from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/finder's releases.

v7.2.2

Changelog (symfony/finder@v7.2.1...v7.2.2)

Commits
  • 87a7185 Merge branch '7.1' into 7.2
  • b8b526e Merge branch '6.4' into 7.1
  • 1d0e826 [Finder] Fix using == as default operator in DateComparator
  • See full diff in compare view

Updates symfony/console from 7.2.0 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

Commits

Updates symfony/validator from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/validator's releases.

v7.2.2

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

Commits
  • 5c01f00 Merge branch '7.1' into 7.2
  • 216b0d1 Merge branch '6.4' into 7.1
  • a3c19a0 Update validators.fa.xlf
  • 188f7d2 the "max" option can be zero
  • 0114282 set the violation path only if the "errorPath" option is set
  • See full diff in compare view

Updates symfony/translation from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/translation's releases.

v7.2.2

Changelog (symfony/translation@v7.2.1...v7.2.2)

Commits
  • e2674a3 fix translation lint compatibility with the PseudoLocalizationTranslator
  • See full diff in compare view

Updates symfony/http-client from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/http-client's releases.

v7.2.2

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

v7.2.1

Changelog (symfony/http-client@v7.2.0...v7.2.1)

Commits
  • 339ba21 Merge branch '7.1' into 7.2
  • e221bfd Merge branch '6.4' into 7.1
  • 88898d8 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient
  • 5432299 Merge branch '7.1' into 7.2
  • 817b619 Merge branch '6.4' into 7.1
  • 8057c7c [HttpClient] Test POST to GET redirects
  • ff4df2b Merge branch '7.1' into 7.2
  • 6f84e44 Merge branch '6.4' into 7.1
  • c40cbac chore: fix CS
  • f4f6d81 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in C...
  • See full diff in compare view

Updates symfony/property-info from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/property-info's releases.

v7.2.2

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

v7.2.1

Changelog (symfony/property-info@v7.2.0...v7.2.1)

Commits
  • 1dfeb0d Merge branch '7.1' into 7.2
  • daa1a1c Merge branch '6.4' into 7.1
  • 38b125d [PropertyInfo] Remove @internal directives to allow extensions with no stat...
  • eb5ab67 Merge branch '7.1' into 7.2
  • 15937b8 bump lowest required TypeInfo component version
  • 5274b02 [PropertyInfo] Fix generic enum test
  • 8c05131 Merge branch '7.1' into 7.2
  • 65bb593 [PropertyInfo] Upmerge #59012
  • 295be4f Merge branch '6.4' into 7.1
  • 06aa451 bug #59012 [PropertyInfo] Fix interface handling in PhpStanTypeHelper (jane...
  • Additional commits viewable in compare view

Updates symfony/security-bundle from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/security-bundle's releases.

v7.2.2

Changelog (symfony/security-bundle@v7.2.1...v7.2.2)

Commits
  • e7b04b5 [SecurityBundle] Do not replace authenticators service by their traceable ver...
  • See full diff in compare view

Updates symfony/framework-bundle from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.2

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

v7.2.1

Changelog (symfony/framework-bundle@v7.2.0...v7.2.1)

Commits
  • aaf86f3 Merge branch '7.1' into 7.2
  • 51b99e2 Merge branch '6.4' into 7.1
  • 17d8ae2 relax assertions on generated hashes
  • 6f21a40 require the writer to implement getFormats() in the translation:extract
  • a8e3976 don't require fake notifier transports to be installed as non-dev dependencies
  • 677a77d bug #59113 [FrameworkBundle][Translation] fix translation lint compatibility ...
  • 1c630f4 fix: notifier channel bus abstract arg
  • 4d4421c Merge branch '7.1' into 7.2
  • de5d4a9 Merge branch '6.4' into 7.1
  • b7716f1 fix: notifier push channel bus abstract arg
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.4.4 to 11.5.2

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.2

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

PHPUnit 11.5.1

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

PHPUnit 11.5.0

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

11.5.2 - 2024-12-21

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

11.5.1 - 2024-12-11

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

11.5.0 - 2024-12-06

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)
Commits

Updates squizlabs/php_codesniffer from 3.11.1 to 3.11.2

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.2 - 2024-12-11

Changed

  • Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. #687
    • This is in line with the Text Generator which already didn't produce output if there are no docs.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. #697
  • Generators/HTML: improved handling of line breaks in <standard> blocks. #723
  • Generators/Markdown: improved compatibility with the variety of available markdown parsers. #722
  • Generators/Markdown: improved handling of line breaks in <standard> blocks....

    Description has been truncated

Bumps the dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/twig](https://github.com/twigphp/Twig) | `3.16.0` | `3.18.0` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.16.0` | `3.18.0` |
| [api-platform/core](https://github.com/api-platform/core) | `4.0.10` | `4.0.13` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.42` | `3.0.43` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.18.0` | `4.20.3` |
| [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.6.0` | `5.6.1` |
| [symfony/mime](https://github.com/symfony/mime) | `7.2.0` | `7.2.1` |
| [symfony/cache](https://github.com/symfony/cache) | `7.2.0` | `7.2.1` |
| [symfony/finder](https://github.com/symfony/finder) | `7.2.0` | `7.2.2` |
| [symfony/console](https://github.com/symfony/console) | `7.2.0` | `7.2.1` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.0` | `7.2.2` |
| [symfony/translation](https://github.com/symfony/translation) | `7.2.0` | `7.2.2` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.2.0` | `7.2.2` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.2.0` | `7.2.2` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.2.0` | `7.2.2` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.2.0` | `7.2.2` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.4` | `11.5.2` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.1` | `3.11.2` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.2.0` | `7.2.2` |
| [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `3.7.0` | `4.0.0` |


Updates `twig/twig` from 3.16.0 to 3.18.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.16.0...v3.18.0)

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

Updates `api-platform/core` from 4.0.10 to 4.0.13
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v4.0.10...v4.0.13)

Updates `phpseclib/phpseclib` from 3.0.42 to 3.0.43
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.42...3.0.43)

Updates `easycorp/easyadmin-bundle` from 4.18.0 to 4.20.3
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.18.0...v4.20.3)

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

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

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

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

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

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

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

Updates `symfony/http-client` from 7.2.0 to 7.2.2
- [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.0...v7.2.2)

Updates `symfony/property-info` from 7.2.0 to 7.2.2
- [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.0...v7.2.2)

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

Updates `symfony/framework-bundle` from 7.2.0 to 7.2.2
- [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.0...v7.2.2)

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

Updates `squizlabs/php_codesniffer` from 3.11.1 to 3.11.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.11.1...3.11.2)

Updates `symfony/web-profiler-bundle` from 7.2.0 to 7.2.2
- [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.0...v7.2.2)

Updates `doctrine/doctrine-fixtures-bundle` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Upgrade guide](https://github.com/doctrine/DoctrineFixturesBundle/blob/4.0.x/UPGRADE.md)
- [Commits](doctrine/DoctrineFixturesBundle@3.7.0...4.0.0)

---
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-patch
  dependency-group: dependencies
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/mime
  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/finder
  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/validator
  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/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/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: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Jan 1, 2025
@FlorianLeChat FlorianLeChat self-requested a review January 1, 2025 20:28
@github-actions github-actions bot merged commit 8f0749c into master Jan 1, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-3bb4171d1c branch January 1, 2025 20:33
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.

1 participant