Skip to content

Update friendsofphp/php-cs-fixer requirement from ^3.75 to ^3.81 #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v3.81.0 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.80.0...v3.81.0

Changelog

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

Changelog for v3.81.0

  • feat: VisibilityRequiredFixer - handle more than only the first promoted property (#8801)
  • fix: BracesPositionFixer - do not crash when variable is terminated by PHP close tag (#8804)
  • fix: PhpUnitDataProviderMethodOrderFixer - handle data provider defined by both annotation and attribute (#8805)
  • fix: PhpUnitInternalClassFixer - skip adding @internal on instantiation of anonymous classes (#8807)
  • fix: VisibilityRequiredFixer - handle promoted parameter passed by reference (#8799)
  • chore: add automatically to milestone "PHP 8.5 initial compatibility" if label is "topic/PHP8.5" (#8806)
  • chore: fail "Deployment checks" if any job from tests failed (#8792)
  • docs: update docs about --allow-unsupported-php-version (#8796)

Changelog for v3.80.0

  • feat: PHP 8.4 compatibility support (#8300)

Changelog for v3.79.0

  • chore: VisibilityRequiredFixerTest - run tests in correct PHP version (#8790)
  • feat: BracesPositionFixer - do not touch one-line properties with hooks (#8785)
  • feat: PhpUnitDataProvider(.+)Fixer - support attributes (#8197)

Changelog for v3.78.1

  • fix: VisibilityRequiredFixer - do not add public incorrectly (#8787)

Changelog for v3.78.0

  • chore: VisibilityRequiredFixer - document behaviour for asymmetric visibility with only set-visibility (#8783)
  • feat: BracesPositionFixer - support property hooks (#8782)
  • feat: VisibilityRequiredFixer - support promoted property without visibility (#8773)
  • fix: NativeFunctionInvocationFixer - fix global function set called in array key (#8568)
  • fix: NoBreakCommentFixer - handle function having return type (#8767)
  • fix: StatementIndentationFixer - handle functions set and get (like property hooks, but not) (#8576)
  • fix: StaticPrivateMethodFixer - handle nested calls (#8768)

Changelog for v3.77.0

  • chore: add automatically to milestone "PHP 8.4 initial compatibility" if label is "topic/PHP8.4" (#8770)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: fix adding automatically to milestone "PHP 8.4 initial compatibility" if label is "topic/PHP8.4" (#8775)
  • chore: fix adding automatically to milestone "PHP 8.4 initial compatibility" if label is "topic/PHP8.4" (#8776)
  • chore: move all indicators to analyzers (#8772)
  • chore: move PHP-compat integration tests (#8781)
  • chore: partially apply NoExtraBlankLinesFixer:tokens.comma (#8762)

... (truncated)

Commits
  • e00a39c prepared the 3.81.0 release
  • e191098 fix: PhpUnitInternalClassFixer - skip adding @internal on instantiation o...
  • 3231d0f chore: add automatically to milestone "PHP 8.5 initial compatibility" if labe...
  • 597d5d1 fix: PhpUnitDataProviderMethodOrderFixer - handle data provider defined by ...
  • daf279f docs: update docs about --allow-unsupported-php-version (#8796)
  • 43a0330 fix: BracesPositionFixer - do not crash when variable is terminated by PHP ...
  • 05bec88 feat: VisibilityRequiredFixer - handle more than only the first promoted pr...
  • 35e13f4 fix: VisibilityRequiredFixer - handle promoted parameter passed by referenc...
  • 5ff1add chore: fail "Deployment checks" if any job from tests failed (#8792)
  • b6070db bumped version
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [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.81.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.81.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2025

Superseded by #151.

@dependabot dependabot bot closed this Jul 14, 2025
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-tw-3.81 branch July 14, 2025 23:07
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.

0 participants