Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 8 updates in the / directory:

Package From To
friendsofphp/php-cs-fixer 3.89.1 3.92.3
friendsoftwig/twigcs 6.5.0 6.6.0
maglnet/composer-require-checker 4.18.0 4.20.0
phpunit/phpunit 12.4.2 12.5.4
symfony/css-selector 7.3.0 8.0.0
symfony/debug-bundle 7.3.5 8.0.0
symfony/maker-bundle 1.64.0 1.65.1
symfony/panther 2.2.0 2.3.0

Updates friendsofphp/php-cs-fixer from 3.89.1 to 3.92.3

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.92.3 Exceptional Exception

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.92.2...v3.92.3

v3.92.2 Exceptional Exception

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.92.1...v3.92.2

v3.92.1 Exceptional Exception

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.92.0...v3.92.1

v3.92.0 Exceptional Exception

We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly, @​mlocati requests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.

Back to the present, Fixer now can dynamically change its configured behaviour either by using @php-cs-fixer-ignore, or by implementing RuleCustomisationPolicyInterface and using it via ->setRuleCustomisationPolicy() in config file 💥!

You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!

What's Changed

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.92.3

  • fix: using Rule Customisation Policy with parallel runner (#9309)
  • chore: phpstan - cover .php-cs-fixer.dist.php (#9311)
  • chore: .php-cs-fixer.dist.php - drop wrongly called ignoreVCSIgnored (#9310)

Changelog for v3.92.2

  • fix: let @php-cs-fixer-ignore accept custom fixer names (#9306)
  • chore: introduce PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS (#9307)

Changelog for v3.92.1

  • chore: update php-compatibility config (#9302)
  • deps: bump actions/cache from 4 to 5 (#9295)
  • deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in /dev-tools in the phpstan group (#9293)
  • deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to 2.3.0 in /dev-tools (#9294)
  • docs: update README.md (#9277)
  • DX: make all testFix* methods have no more than 4 parameters (#9298)
  • DX: make all testFix* methods have second parameter $input (#9297)
  • DX: rename parameter $config to $configuration (#9299)
  • DX: restrict testFix* parameter names (#9301)
  • DX: use WhitespacesFixerConfig in tests (#9300)
  • fix: describe - skip listing automated rules, as cannot determine them in projects (#9304)
  • test: PHPUnit sets - check that set is providing proper target for rules (#9296)
  • test: ProjectCodeTest::testExpectedInputOrder - move checks for testFix... methods (#9291)

Changelog for v3.92.0

  • feat: exception for rules via @php-cs-fixer-ignore annotation (#9280)
  • feat: exception for rules via Rule Customisation Policy (#9107)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add handling of getStubBuilder (#9276)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add target option (#8498)
  • chore: '.php-cs-fixer.dist.php' - remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time (#9266)
  • chore: fix arguments.count error from PHPStan (#9258)
  • chore: fix generator.valueType error from PHPStan (#9259)
  • chore: fix plus.*NonNumeric errors from PHPStan (#9260)
  • chore: Runner - better input types handling (#9286)
  • chore: watch out for non-final classes (#9262)
  • chore: Config::getFinder() - fix typehinting (#9288)
  • deps: bump alpine from 3.22 to 3.23 (#9269)
  • deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to 10.0.0-alpha2 in /dev-tools (#9271)
  • deps: bump the phpstan group in /dev-tools with 3 updates (#9270)
  • deps: dev-tools - upgrade deep deps (#9272)
  • docs: exception for rules in dedicated doc files, for easier discoverability (#9281)
  • docs: upgrade docs to not use legacy set (#9282)

... (truncated)

Commits
  • 2ba8f5a prepared the 3.92.3 release
  • bb5923d chore: phpstan - cover .php-cs-fixer.dist.php (#9311)
  • a15fa83 fix: using Rule Customisation Policy with parallel runner (#9309)
  • 6870143 chore: .php-cs-fixer.dist.php - drop wrongly called ignoreVCSIgnored (#9310)
  • 8d9bbb6 bumped version
  • 64fab35 prepared the 3.92.2 release
  • 0bcfcd6 fix: let @php-cs-fixer-ignore accept custom fixer names (#9306)
  • cab7ccc chore: introduce PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS (#9307)
  • c98e492 bumped version
  • ed33ad0 prepared the 3.92.1 release
  • Additional commits viewable in compare view

Updates friendsoftwig/twigcs from 6.5.0 to 6.6.0

Release notes

Sourced from friendsoftwig/twigcs's releases.

v6.6.0

What's Changed

Full Changelog: friendsoftwig/twigcs@v6.5.0...v6.6.0

Changelog

Sourced from friendsoftwig/twigcs's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see [6.5.0...main][6.5.0...main].

Commits

Updates maglnet/composer-require-checker from 4.18.0 to 4.20.0

Release notes

Sourced from maglnet/composer-require-checker's releases.

4.20.0

Release Notes for 4.20.0

Feature release (minor)

4.20.0

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

dependencies,enhancement,renovate

4.19.0

Release Notes for 4.19.0

Feature release (minor)

4.19.0

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

dependencies,enhancement

renovate

Commits
  • c62d517 Merge pull request #567 from maglnet/renovate/phpunit-phpunit-12.x
  • a8e08f0 Replaced mock usage with a stub, where appropriate
  • 03dd648 Update dependency phpunit/phpunit to v12
  • ff9c848 Merge pull request #593 from maglnet/renovate/lock-file-maintenance
  • f36dc38 Lock file maintenance
  • 188c77e Merge pull request #579 from maglnet/renovate/all-minor-patch
  • 58f0038 Removed unused logic block: VERBOSITY_QUIET already correctly handled by th...
  • 27b3145 Ignore return.missing errors reported by PHPStan
  • 95937f5 Removed unused expressions, improving mutation score
  • 9997a91 Improving mutation score: verifying quietness of output
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 12.4.2 to 12.5.4

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.5.4

Changed

  • The #[AllowMockObjectsWithoutExpectations] attribute can now be used on the method level

Fixed

  • #6446: Test runner crashes with Timer::start() has to be called before Timer::stop()

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.5.3

Changed

  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.5.2

Added

  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.5.1

Added

  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

12.5.4 - 2025-12-15

Changed

  • The #[AllowMockObjectsWithoutExpectations] attribute can now be used on the method level

Fixed

  • #6446: Test runner crashes with Timer::start() has to be called before Timer::stop()

12.5.3 - 2025-12-11

Changed

  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

12.5.2 - 2025-12-08

Added

  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

12.5.1 - 2025-12-06

Added

  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

12.5.0 - 2025-12-05

Added

  • #6376: --all CLI option to ignore test selection configured in XML configuration file
  • #6422: Make <source> element in XML code coverage report optional

Changed

  • #6380: Allow Throwable in expectExceptionObject()
  • A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
Commits

Updates symfony/css-selector from 7.3.0 to 8.0.0

Release notes

Sourced from symfony/css-selector's releases.

v8.0.0

Changelog (symfony/css-selector@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/css-selector@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/css-selector@v8.0.0-BETA1...v8.0.0-BETA2)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/css-selector@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/css-selector@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/css-selector@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA2

Changelog (symfony/css-selector@v7.4.0-BETA1...v7.4.0-BETA2)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/css-selector@v7.3.4...v7.4.0-BETA1)

  • no significant changes

v7.3.6

Changelog (symfony/css-selector@v7.3.5...v7.3.6)

  • no significant changes
Commits
  • 6225bd4 Merge branch '7.4' into 8.0
  • ab862f4 Merge branch '7.3' into 7.4
  • 8432118 [CssSelector] Fix incorrect return type for Token::getType()
  • b3bfe17 Merge branch '7.4' into 8.0
  • 57500fe chore: heredoc indentation as of PHP 7.3
  • 32c414f Merge branch '7.4' into 8.0
  • 1a3445e Remove some unneeded var annotations
  • 70df10d Merge branch '7.4' into 8.0
  • 810c1bb replace PHPUnit annotations with attributes
  • d2fc42e Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/debug-bundle from 7.3.5 to 8.0.0

Release notes

Sourced from symfony/debug-bundle's releases.

v8.0.0

Changelog (symfony/debug-bundle@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/debug-bundle@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/debug-bundle@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/debug-bundle@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/debug-bundle@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/debug-bundle@v7.3.4...v7.4.0-BETA1)

Commits
  • 02665ef Merge branch '7.4' into 8.0
  • 329383f feature #62027 [DebugBundle][HttpKernel] Collect dumps when console profiling...
  • efd12b1 Merge branch '7.4' into 8.0
  • 5c5911a Merge branch '7.3' into 7.4
  • 435a382 [HttpKernel][DebugBundle] Collect dumps when console profiling is enabled
  • c799258 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
  • f2cb436 [DependencyInjection][Routing] Remove support for the XML configuration format
  • 4af9982 Merge branch '7.4' into 8.0
  • 04500c5 [DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath(...
  • 046f4ae Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/maker-bundle from 1.64.0 to 1.65.1

Release notes

Sourced from symfony/maker-bundle's releases.

1.65.1

What's Changed

[eba30452] Feature: use logout_path() in login form templates (@​PierreCapel) [f33c80eb] Bump php-cs-fixer to 3.75 (@​shakaran) [edad857b] Bug: removed assertion on status code after redirect (@​rensieeee) [dd7818d7] Bug: fixed undefined method issue (@​kekstlt) [efd35327] Bug: updated MigrationDiffFilteredOutput to implement all methods from OutputInterface (Josh McRae)

v1.65.0: Symfony 8

What's Changed

[9a0276d7] Feature: Add support for Symfony 8 (@​Kocal) [d3e8169a] Fix: do not implement __serialize() for users without passwords (@​xabbuh) [6f42db1f] Fix: PHP 8.4 deprecation about implicitly-nullable-types (@​natewiebe13) [2696e9e1] minor: Do not call Reflection*::setAccessible() (@​W0rma)

Commits
  • eba3045 minor #1735 Use logout_path() in login form templates (PierreCapel)
  • efd3532 bug #1749 Updated MigrationDiffFilteredOutput to implement all methods from O...
  • 2ac15a2 Added missing method from OutputInterface
  • edad857 minor #1740 Removed assertion on status code after redirect (rensieeee)
  • 078ce47 Revert some change
  • f33c80e minor #1706 feat: bump php-cs-fixer to 3.75 (shakaran)
  • dd7818d bug #1725 Fixed undefined method issue (kekstlt)
  • 9a0276d feature #1724 Add support for Symfony 8 (Kocal)
  • 85e7d2b Add support for Symfony 8
  • 6f42db1 bug #1728 PHP 8.4 Deprecation Fix (natewiebe13)
  • Additional commits viewable in compare view

Updates symfony/panther from 2.2.0 to 2.3.0

Release notes

Sourced from symfony/panther's releases.

Version 2.3.0

  • Add support for PHP 8.5
  • Add support for Symfony 8
  • Disable dev-tools by default
Changelog

Sourced from symfony/panther's changelog.

2.3.0

  • Add support for PHP 8.5
  • Add support for Symfony 8
  • Disable dev-tools by default
Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.89.1` | `3.92.3` |
| [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) | `6.5.0` | `6.6.0` |
| [maglnet/composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) | `4.18.0` | `4.20.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.4.2` | `12.5.4` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.3.0` | `8.0.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.3.5` | `8.0.0` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.64.0` | `1.65.1` |
| [symfony/panther](https://github.com/symfony/panther) | `2.2.0` | `2.3.0` |



Updates `friendsofphp/php-cs-fixer` from 3.89.1 to 3.92.3
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.89.1...v3.92.3)

Updates `friendsoftwig/twigcs` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/friendsoftwig/twigcs/releases)
- [Changelog](https://github.com/friendsoftwig/twigcs/blob/main/CHANGELOG.md)
- [Commits](friendsoftwig/twigcs@6.5.0...v6.6.0)

Updates `maglnet/composer-require-checker` from 4.18.0 to 4.20.0
- [Release notes](https://github.com/maglnet/ComposerRequireChecker/releases)
- [Commits](maglnet/ComposerRequireChecker@4.18.0...4.20.0)

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

Updates `symfony/css-selector` from 7.3.0 to 8.0.0
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.3/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.3.0...v8.0.0)

Updates `symfony/debug-bundle` from 7.3.5 to 8.0.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v7.3.5...v8.0.0)

Updates `symfony/maker-bundle` from 1.64.0 to 1.65.1
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Commits](symfony/maker-bundle@v1.64.0...v1.65.1)

Updates `symfony/panther` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/symfony/panther/releases)
- [Changelog](https://github.com/symfony/panther/blob/main/CHANGELOG.md)
- [Commits](symfony/panther@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: friendsoftwig/twigcs
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: maglnet/composer-require-checker
  dependency-version: 4.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 12.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: symfony/css-selector
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: symfony/debug-bundle
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: symfony/maker-bundle
  dependency-version: 1.65.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: symfony/panther
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-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 Jan 1, 2026
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