Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the composer-version-updates group with 2 updates in the / directory: friendsofphp/php-cs-fixer and phpunit/phpunit.

Updates friendsofphp/php-cs-fixer from 3.92.0 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

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)
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 phpunit/phpunit from 11.5.46 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

…ry with 2 updates

Bumps the composer-version-updates group with 2 updates in the / directory: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `friendsofphp/php-cs-fixer` from 3.92.0 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.92.0...v3.92.3)

Updates `phpunit/phpunit` from 11.5.46 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@11.5.46...12.5.4)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-version-updates
- dependency-name: phpunit/phpunit
  dependency-version: 12.5.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: composer-version-updates
...

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 Dec 22, 2025
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