Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Updates friendsofphp/php-cs-fixer from 3.85.1 to 3.86.0

Release notes

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

v3.86.0 Alexander

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.85.1...v3.86.0

Changelog

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

Changelog for v3.86.0

  • feat: console application - add completion support (#8887)
  • feat: introduce PER-CS3.0 rulsets (#8841)
  • feat: update @Symfony and @PhpCsFixer sets (#8930)
  • feat: NoSuperfluousPhpdocTagsFixer - support multiline array shapes (#8903)
  • fix: PhpdocToParamTypeFixerTest - handle types_map for union-types (#8926)
  • chore: AbstractTransformerTestCase - better virtual type naming (#8927)
  • chore: add TODO for v4 (#8912)
  • chore: do not call Reflection*::setAccessible() in PHP >= 8.1 (#8907)
  • chore: document .env.example (#8901)
  • chore: fix @todo annotation casing (#8921)
  • chore: switch to official checkstyle.xsd (#8910)
  • chore: unify future default of after_heredoc (#8924)
  • chore: @phpstan-ignore for php version check (#8920)
  • chore: PhpUnitTestAnnotationFixer - use foreach instead of for (#8911)
  • CI: allow PHP 8.5 for failure, till it's officially releaed and we get the stable support (#8928)
  • ci: run tests under 8.5 via PHPUnit, as ParaUnit failing (#8933)
  • CI: temporarily skip problematic tests under Sf v8 (#8919)
  • deps: bump icanhazstring/composer-unused from 0.9.3 to 0.9.4 in /dev-tools (#8905)
  • deps: update and bump dev-tools/composer (#8915)
  • docs: extend FullOpeningTagFixer samples (#8913)
  • docs: extend OperatorLinebreakFixer samples (#8914)
  • docs: more explicit msg for stop using deprecated code (#8922)
  • DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible when using env var (#8929)
Commits
  • 4a952bd prepared the 3.86.0 release
  • 8793036 feat: update @Symfony and @PhpCsFixer sets (#8930)
  • 6ad0706 ci: run tests under 8.5 via PHPUnit, as ParaUnit failing (#8933)
  • b5e7392 feat: NoSuperfluousPhpdocTagsFixer - support multiline array shapes (#8903)
  • 8ea96e8 docs: more explicit msg for stop using deprecated code (#8922)
  • 714e891 fix: PhpdocToParamTypeFixerTest - handle types_map for union-types (#8926)
  • ca1efc0 DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible whe...
  • aa94ac0 chore: AbstractTransformerTestCase - better virtual type naming (#8927)
  • 9d77e46 CI: allow PHP 8.5 for failure, till it's officially releaed and we get the st...
  • 70b3a06 chore: @phpstan-ignore for php version check (#8920)
  • Additional commits viewable in compare view

Updates orchestra/testbench from 10.4.0 to 10.6.0

Release notes

Sourced from orchestra/testbench's releases.

v10.6.0

Changes

  • Update minimum Laravel Framework version to 12.24.0.

v10.5.0

Changes

Testbench Changes

Changes
  • Supports for Laravel Framework 12.23.2 or above (fixed integration with PHPUnit 12.3.4).
Changelog

Sourced from orchestra/testbench's changelog.

10.6.0

Released: 2025-08-20

Changes

  • Update minimum Laravel Framework version to 12.24.0.

10.5.0

Released: 2025-08-20

Changes

Testbench Changes

Changes
  • Supports for Laravel Framework 12.23.2 or above (fixed integration with PHPUnit 12.3.4).
Commits

Updates phpunit/phpunit from 11.5.25 to 11.5.35

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.35

Changed

  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

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

Keep up to date with PHPUnit:

PHPUnit 11.5.33

Changed

  • #6321: Allow error_reporting=E_ALL for --check-php-configuration

Fixed

  • #5863: TestDox printer does not show previous exception
  • #6102: expectUserDeprecationMessage*() fails when test is run in separate process

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

Keep up to date with PHPUnit:

PHPUnit 11.5.32

Changed

  • #6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 11.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6

Fixed

  • #6281: Exceptions raised in after-test method are not reported for skipped tests

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.35] - 2025-08-28

Changed

  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

[11.5.34] - 2025-08-20

Changed

  • Do not configure report_memleaks setting (which will be deprecated in PHP 8.5) for PHPT processes

[11.5.33] - 2025-08-16

Changed

  • #6321: Allow error_reporting=E_ALL for --check-php-configuration

Fixed

  • #5863: TestDox printer does not show previous exception
  • #6102: expectUserDeprecationMessage*() fails when test is run in separate process

[11.5.32] - 2025-08-12

Changed

  • #6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 11.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6

Fixed

  • #6281: Exceptions raised in after-test method are not reported for skipped tests

[11.5.31] - 2025-08-11

Fixed

  • #6304: PHPUnit 11.5.29 hangs when a test runner deprecation is triggered and process isolation is used (this reverts "#[IgnorePhpunitDeprecations] is now considered for test runner deprecations" from PHPUnit 11.5.29)

[11.5.30] - 2025-08-10

Changed

  • #6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

[11.5.29] - 2025-08-09

Added

... (truncated)

Commits
  • d341ee9 Prepare release
  • 43ac47f Update dependencies
  • f1d0b04 Prevent unnecessary duplicate work in DataProvider->providedData()
  • 4f05cab Configure separate result cache path per branch
  • 6bf9227 Update ChangeLog
  • 64bda38 Test runner deprecation from subprocess
  • e437714 test method level metadata
  • 909b0fd Test runner deprecations can be ignored
  • df65cac Added regression test to prevent endless loop in subprocess
  • 2fcb883 Reflect endless loop preventing fix in AnnotationParser->forMethod()
  • Additional commits viewable in compare view

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 3 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [orchestra/testbench](https://github.com/orchestral/testbench) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `friendsofphp/php-cs-fixer` from 3.85.1 to 3.86.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.85.1...v3.86.0)

Updates `orchestra/testbench` from 10.4.0 to 10.6.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.4.0...v10.6.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: orchestra/testbench
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.35
  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 Sep 1, 2025
@audunru audunru merged commit 6b96254 into main Sep 7, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/development-dependencies-198426b497 branch September 7, 2025 09:18
audunru pushed a commit that referenced this pull request Oct 12, 2025
…es (#56)

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


Updates `friendsofphp/php-cs-fixer` from 3.85.1 to 3.86.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.85.1...v3.86.0)

Updates `orchestra/testbench` from 10.4.0 to 10.6.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.4.0...v10.6.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: orchestra/testbench
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.35
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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