Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the development-dependencies group with 4 updates: friendsofphp/php-cs-fixer, orchestra/testbench, php-coveralls/php-coveralls and phpunit/phpunit.

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

Release notes

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

v3.91.0 Folding Bike

PHP 8.5 officially supported 🎉

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.90.0...v3.91.0

v3.90.0 Folding Bike

What's Changed

... (truncated)

Changelog

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

Changelog for v3.91.0

  • UX: init command (#9215)
  • feat: PHP 8.5 compatibility support (#9234)
  • feat: Add StringableForToStringFixer (#9218)
  • feat: support call-site generic variance (#9212)
  • feat: Symfony - add stringable_for_to_string to set (#9235)
  • chore: do not mark NamespaceAnalysis as internal, because it's part of public API interface (#9193)
  • chore: ExampleRuleset - improve test fixture name (#9214)
  • chore: traits - require interfaces or base classes (#9086)
  • CI: Add PHPStan rule to validate public API surface completeness (#9196)
  • CI: auto-select PHP_MAX for special jobs (#9231)
  • CI: drop duplicated PHP 8.4 jobs (#9229)
  • CI: fix SCA after Symfony 7.4.0 release (#9226)
  • CI: no more need for solving PHP 8.4 deprecations in /vendor/ anymore (#9230)
  • CI: switch trivial jobs to ubuntu-slim (#9232)
  • CI: upgrade .php-cs-fixer.php-highest.php to fully reflect PHP 8.4 (#9233)
  • deps: bump actions/checkout from 5 to 6 (#9210)
  • deps: bump crate-ci/typos from 1.39.2 to 1.40.0 (#9237)
  • deps: bump shipmonk/composer-dependency-analyser from 1.8.3 to 1.8.4 in /dev-tools (#9238)
  • deps: bump shipmonk/dead-code-detector from 0.13.5 to 0.14.0 in /dev-tools (#9239)
  • deps: bump Symfony v8 to RC (#9221)
  • deps: bump Symfony v8 to stable (#9222)
  • deps: update xdebug (#9228)
  • fix: move config template to non-excluded folder (#9241)
  • fix: DeclareStrictTypesFixer - do not duplicate strict_types if it is already present, with other directive (#9225)
  • fix: FullyQualifiedStrictTypesFixer - fix crash on T_OPEN_TAG_WITH_ECHO (#9217)
  • test: allow CI to define both, numeric and non-numeric PHP versions/builds (#9236)
  • test: do not allow to fail PHP 8.5 job (#9224)
  • test: let's not dance on the edge of the JIT stack limit (#9211)
  • test: run smoke tests on any OS (#9242)
  • tests: update PHP 8.5 compatibility test (#9223)

Changelog for v3.90.0

  • feat: always have @PHPXxYMigration(:risky) sets for supported PHP versions (#9207)
  • feat: Finder to find dot-files by default in v4/future-mode (#9187)
  • fix: manage the space between operator and version on Composer JSON reader (#9203)
  • fix: PhpdocAnnotationWithoutDotFixer lowercases @param type when description starts with all-uppercase word (#9169)
  • UX: groom warning of PHP mismatch for runtime vs target project minimum supported version (#9202)
  • UX: Rules override warning (#9188)
  • UX: describe command - allow to visualize Set as tree (#9179)
  • docs: rework .php-cs-fixer.php local config file docs (#9185)
  • docs: update Set descriptions (#9183)
  • chore: Declare support for Symfony 8 (#9172)
  • chore: add missing v4 TODOs (#9197)
  • chore: mark one remaining Analyzer to become internal (#9194)
  • chore: mark v2 leftovers with v4 TODO (#9181)

... (truncated)

Commits
  • c4a25f2 prepared the 3.91.0 release
  • 5454b7a test: run smoke tests on any OS (#9242)
  • 796b553 deps: bump shipmonk/dead-code-detector from 0.13.5 to 0.14.0 in /dev-tools (#...
  • f46a9a4 fix: move config template to non-excluded folder (#9241)
  • ca32d7b deps: bump shipmonk/composer-dependency-analyser from 1.8.3 to 1.8.4 in /dev-...
  • e3f414a deps: bump crate-ci/typos from 1.39.2 to 1.40.0 (#9237)
  • 49d455a fix: DeclareStrictTypesFixer - do not duplicate strict_types if it is alr...
  • 948abf2 feat: PHP 8.5 compatibility support (#9234)
  • 88e90d0 test: allow CI to define both, numeric and non-numeric PHP versions/builds (#...
  • dab620e CI: switch trivial jobs to ubuntu-slim (#9232)
  • Additional commits viewable in compare view

Updates orchestra/testbench from 10.6.0 to 10.8.0

Release notes

Sourced from orchestra/testbench's releases.

v10.8.0

Changes

  • Update minimum support for Testbench Core v10.8.0+. (v10.7.0...v10.8.0)
  • Update minimum Laravel Framework version to 12.40.0.

Testbench Changes

Changes
  • PHP 8.5 Compatibility.
  • Supports for Laravel Framework 12.40.0 or above.
  • Fix symlink removal on Windows environment in the following classes:
    • Orchestra\Testbench\Workbench\Actions\AddAssetSymlinkFolders
    • Orchestra\Testbench\Workbench\Actions\RemoveAssetSymlinkFolders

v10.7.0

Changes

  • Update minimum support for Testbench Core v10.7.0+. (v10.6.1...v10.7.0)
  • Update minimum Laravel Framework version to 12.28.0.
Changelog

Sourced from orchestra/testbench's changelog.

10.8.0

Released: 2025-11-24

Changes

  • Update minimum support for Testbench Core v10.8.0+. (v10.7.0...v10.8.0)
  • Update minimum Laravel Framework version to 12.40.0.

Testbench Changes

Changes
  • PHP 8.5 Compatibility.
  • Supports for Laravel Framework 12.40.0 or above.
  • Fix symlink removal on Windows environment in the following classes:
    • Orchestra\Testbench\Workbench\Actions\AddAssetSymlinkFolders
    • Orchestra\Testbench\Workbench\Actions\RemoveAssetSymlinkFolders

10.7.0

Released: 2025-10-16

Changes

  • Update minimum support for Testbench Core v10.7.0+. (v10.6.1...v10.7.0)
  • Update minimum Laravel Framework version to 12.28.0.
Commits

Updates php-coveralls/php-coveralls from 2.8.0 to 2.9.0

Release notes

Sourced from php-coveralls/php-coveralls's releases.

v2.9.0

Maintenance release

What's Changed

Add support

  • Add support for Symfony 8 (#391)
  • Add support for PHP 8.4 (#392)
  • Add support for psr/log:^3 (#402)

Drop support

  • Drop support for PHP 7.0-7.3 (#393)
  • Drop support for legacy Symfomny 2-3-4 (#397)

Docs

  • docs: update Parallel Build Webhook URL (#374)
  • docs: update phpunit.xml.dist examples for coverage, to match modern PHPUnit versions (#401)

Miscellaneous

  • CD: build command (#388)
  • CI: recover accidentally dropped 8.3 job (#399)
  • Fix autoload warnings (#389)
  • chore: remove phpcpd as abandoned (#400)
  • chore: update PHPUnit dev-deps to support v9-10-11 (#394)
  • chore: update phpspec/prophecy-phpunit to 2.4 (#398)
  • deps: bump dev-tools (#396)
  • deps: upgrade PHP CS Fixer (#395)

New Contributors

Full Changelog: php-coveralls/php-coveralls@v2.8.0...v2.9.0

Changelog

Sourced from php-coveralls/php-coveralls's changelog.

2.9.0

Maintenance release

Add support

  • Add support for Symfony 8 (#391)
  • Add support for PHP 8.4 (#392)
  • Add support for psr/log:^3 (#402)

Drop support

  • Drop support for PHP 7.0-7.3 (#393)
  • Drop support for legacy Symfomny 2-3-4 (#397)

Docs

  • docs: update Parallel Build Webhook URL (#374)
  • docs: update phpunit.xml.dist examples for coverage, to match modern PHPUnit versions (#401)

Miscellaneous

  • CD: build command (#388)
  • CI: recover accidentally dropped 8.3 job (#399)
  • Fix autoload warnings (#389)
  • chore: remove phpcpd as abandoned (#400)
  • chore: update PHPUnit dev-deps to support v9-10-11 (#394)
  • chore: update phpspec/prophecy-phpunit to 2.4 (#398)
  • deps: bump dev-tools (#396)
  • deps: upgrade PHP CS Fixer (#395)
Commits

Updates phpunit/phpunit from 11.5.35 to 11.5.45

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.45

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.6

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6426: Fix migration of configuration without schema location

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

Keep up to date with PHPUnit:

PHPUnit 11.5.44

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

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

Keep up to date with PHPUnit:

PHPUnit 11.5.43

Changed

  • Skipped tests alone no longer lead to a yellow background for the test result summary

Fixed

  • #6391: Errors during backup of global variables and static properties are not reported

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

Keep up to date with PHPUnit:

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.45] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.6

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6426: Fix migration of configuration without schema location

[11.5.44] - 2025-11-13

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

[11.5.43] - 2025-10-30

Changed

  • Skipped tests alone no longer lead to a yellow background for the test result summary
  • Updated list of deprecated PHP configuration settings for PHP 8.4 and PHP 8.5

Fixed

  • #6391: Errors during backup of global variables and static properties are not reported

[11.5.42] - 2025-09-28

Fixed

  • #6368: failOnPhpunitWarning="false" has no effect

[11.5.41] - 2025-09-24

  • No changes; phpunit.phar rebuilt with updated dependencies

[11.5.40] - 2025-09-23

  • No changes; phpunit.phar rebuilt with updated dependencies

[11.5.39] - 2025-09-14

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

[11.5.38] - 2025-09-11

... (truncated)

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

Bumps the development-dependencies group with 4 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [orchestra/testbench](https://github.com/orchestral/testbench), [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `friendsofphp/php-cs-fixer` from 3.89.1 to 3.91.0
- [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.91.0)

Updates `orchestra/testbench` from 10.6.0 to 10.8.0
- [Release notes](https://github.com/orchestral/testbench/releases)
- [Changelog](https://github.com/orchestral/testbench/blob/10.x/CHANGELOG-10.x.md)
- [Commits](orchestral/testbench@v10.6.0...v10.8.0)

Updates `php-coveralls/php-coveralls` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/php-coveralls/php-coveralls/releases)
- [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md)
- [Commits](php-coveralls/php-coveralls@v2.8.0...v2.9.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.91.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: orchestra/testbench
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: php-coveralls/php-coveralls
  dependency-version: 2.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.45
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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 Dec 1, 2025
@audunru audunru merged commit 207c5d6 into main Dec 2, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/development-dependencies-54080a9720 branch December 2, 2025 16:55
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.

2 participants