Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 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.75.0 to 3.76.0

Release notes

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

v3.76.0 Kids Playground

What's Changed

... (truncated)

Changelog

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

Changelog for v3.76.0

  • chore(release): bump php ci alpine version (#8581)
  • chore: add missing priority test for BracesPositionFixer and MultilinePromotedPropertiesFixer (#8596)
  • chore: add more assertions in tests (#8740)
  • chore: bump dependencies version to maximum for non-newest MAJOR version (#8753)
  • chore: cast types in tests (#8742)
  • chore: cleanup booleans use in tests (#8738)
  • chore: cleanup code in tests (#8745)
  • chore: cleanup PsrAutoloadingFixerTest.php keywords handling, as always defined currently (#8730)
  • chore: cleanup AlignMultilineCommentFixerTest (#8688)
  • chore: cleanup BinaryOperatorSpacesFixerTest (#8687)
  • chore: cleanup BlankLineBeforeStatementFixerTest (#8685)
  • chore: cleanup ClassDefinitionFixerTest (#8684)
  • chore: cleanup ClassDefinitionFixer (#8580)
  • chore: cleanup ConcatSpaceFixerTest (#8683)
  • chore: cleanup DoctrineAnnotationArrayAssignmentFixerTest (#8621)
  • chore: cleanup DoctrineAnnotationBracesFixerTest (#8623)
  • chore: cleanup DoctrineAnnotationIndentationFixerTest (#8620)
  • chore: cleanup DoctrineAnnotationSpacesFixerTest (#8624)
  • chore: cleanup EchoTagSyntaxFixerTest (#8681)
  • chore: cleanup file_get_contents return types (#8735)
  • chore: cleanup FunctionDeclarationFixerTest (#8680)
  • chore: cleanup FunctionToConstantFixerTest (#8618)
  • chore: cleanup GeneralPhpdocTagRenameFixerTest (#8627)
  • chore: cleanup GlobalNamespaceImportFixerTest (#8679)
  • chore: cleanup HeaderCommentFixerTest (#8677)
  • chore: cleanup HeaderCommentFixerTest (restore @requires for PHP 8.1) (#8678)
  • chore: cleanup IncrementStyleFixerTest (#8676)
  • chore: cleanup IndentationTypeFixerTest (#8675)
  • chore: cleanup ListSyntaxFixerTest (#8674)
  • chore: cleanup MethodArgumentSpaceFixerTest (#8673)
  • chore: cleanup MultilineWhitespaceBeforeSemicolonsFixerTest (#8614)
  • chore: cleanup NativeConstantInvocationFixerTest (#8672)
  • chore: cleanup NewWithParenthesesFixerTest (#8592)
  • chore: cleanup NoBlankLinesAfterPhpdocFixerTest (#8671)
  • chore: cleanup NoBreakCommentFixerTest (#8670)
  • chore: cleanup NoClosingTagFixerTest (#8669)
  • chore: cleanup NoEmptyStatementFixerTest (#8667)
  • chore: cleanup NoSpacesAroundOffsetFixerTest (#8666)
  • chore: cleanup NoUnneededControlParenthesesFixerTest (#8665)
  • chore: cleanup NoUselessElseFixerTest (#8664)
  • chore: cleanup PhpdocAddMissingParamAnnotationFixerTest (#8663)
  • chore: cleanup PhpdocNoEmptyReturnFixerTest (#8662)
  • chore: cleanup PhpdocNoPackageFixerTest (#8626)
  • chore: cleanup PhpdocOrderByValueFixerTest (#8661)
  • chore: cleanup PhpdocOrderFixerTest (#8660)
  • chore: cleanup PhpdocParamOrderFixerTest (#8659)
  • chore: cleanup PhpdocReturnSelfReferenceFixerTest (#8658)

... (truncated)

Commits
  • 0e3c484 prepared the 3.76.0 release
  • f8b1a81 feat: BracesPositionFixer - support property hooks in promoted properties (...
  • 9d6fdfe feat: OrderedTypesFixer - support asymmetric visibility in promoted propert...
  • ca9d83e feat: VisibilityRequiredFixer - support ordering set-visibility modifier (#...
  • 531483d feat: NoExtraBlankLinesFixer - add comma to supported tokens (#8655)
  • 580825c feat: SingleClassElementPerStatementFixer - support asymmetric visibility (...
  • dad95b1 feat: PhpdocAddMissingParamAnnotationFixer - support asymmetric visibility ...
  • 9471631 feat: PhpdocVarWithoutNameFixer - support asymmetric visibility (#8704)
  • d0c6fc9 feat: SingleSpaceAroundConstructFixer - add support for asymmetric visibili...
  • 57e2804 feat: NoSuperfluousPhpdocTagsFixer - support asymmetric visibility (#8700)
  • Additional commits viewable in compare view

Updates orchestra/testbench from 10.3.0 to 10.4.0

Release notes

Sourced from orchestra/testbench's releases.

v10.4.0

Changes

Testbench Changes

Changes
  • Supports PHPUnit 12.2.
  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.
  • Update skeleton's configuration.
Changelog

Sourced from orchestra/testbench's changelog.

10.4.0

Released: 2025-06-09

Changes

Testbench Changes

Changes
  • Supports PHPUnit 12.2.
  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.
  • Update skeleton's configuration.
Commits

Updates phpunit/phpunit from 11.5.20 to 11.5.25

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.25

Fixed

  • #6249: No meaningful error when <testsuite> element is missing required name attribute

How to install or update PHPUnit

PHPUnit 11.5.24

Added

  • #6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests

Deprecated

  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)

Fixed

  • #6243: Constraints cannot be implemented without using internal class ExpectationFailedException

How to install or update PHPUnit

PHPUnit 11.5.23

Fixed

  • #6222: Data Provider seems to mess up Test Dependencies
  • shortenArraysForExportThreshold XML configuration setting has no effect on all arrays exported for event-related value objects

How to install or update PHPUnit

PHPUnit 11.5.22

Changed

  • Do not treat warnings differently than other issues in summary section of default output

How to install or update PHPUnit

PHPUnit 11.5.21

Changed

  • #6210: Set default Clover coverage project name
  • #6217: Improve the error message when createStubForIntersectionOfInterfaces() is called with a class

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.25] - 2025-06-27

Fixed

  • #6249: No meaningful error when <testsuite> element is missing required name attribute

[11.5.24] - 2025-06-20

Added

  • #6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests

Deprecated

  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)

Fixed

  • #6243: Constraints cannot be implemented without using internal class ExpectationFailedException

[11.5.23] - 2025-06-13

Fixed

  • #6222: Data Provider seems to mess up Test Dependencies
  • shortenArraysForExportThreshold XML configuration setting has no effect on all arrays exported for event-related value objects

[11.5.22] - 2025-06-06

Changed

  • Do not treat warnings differently than other issues in summary section of default output

[11.5.21] - 2025-05-21

Changed

  • #6210: Set default Clover coverage project name
  • #6217: Improve the error message when createStubForIntersectionOfInterfaces() is called with a class
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 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.75.0 to 3.76.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.75.0...v3.76.0)

Updates `orchestra/testbench` from 10.3.0 to 10.4.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.3.0...v10.4.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.76.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: orchestra/testbench
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.25
  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 Jul 1, 2025
@audunru audunru merged commit 6c481e6 into main Jul 3, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/development-dependencies-bf599a938f branch July 3, 2025 10:41
audunru pushed a commit that referenced this pull request Oct 12, 2025
…es (#50)

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.75.0 to 3.76.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.75.0...v3.76.0)

Updates `orchestra/testbench` from 10.3.0 to 10.4.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.3.0...v10.4.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.76.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: orchestra/testbench
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.25
  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.

2 participants