Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps friendsofphp/php-cs-fixer from 3.75.0 to 3.88.0.

Release notes

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

v3.88.0 Folding Bike

Fixer Team is more than happy to announce that @​gharlan joined us as a maintainer and puts awesome effort when it comes to providing changes, reviewing PRs and other activities 🎉! Can we get a YEAH?

Full list of changes can be found below, but we would really like to emphasise some of them:

What's Changed

... (truncated)

Changelog

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

Changelog for v3.88.0

  • feat: Support custom rulesets (#6083)
  • feat: introduce @auto, @auto:risky sets (#9090)
  • feat: introduce @autoPHPMigration, @autoPHPMigration:risky, @autoPHPUnitMigration:risky sets (#9068)
  • feat: start using new defaults for rules under future mode (#9020)
  • feat: rename rule sets from MAJORMINOR and MAJOR.MINOR into MAJORxMINOR (#9005)
  • feat: rename visibility_required into modifier_keywords (#8995)
  • feat: symfony ruleset: Add @const to phpdoc_no_alias_tag (#9016)
  • fix: BlankLinesBeforeNamespaceFixer - handle namespace without newline before (#9059)
  • docs: fix typo (#9060)
  • docs: update CONTRIBUTING.md (#9074)
  • docs: update README for updated PHP/PHPUnit set names (#9070)
  • DX: Allow development on PHP 8.5 (#9092)
  • chore: enforce list via array_values() (#9054)
  • chore: ErrorOutput - line is optional (#9047)
  • chore: fix cs in entry point file (#9064)
  • chore: fix CS, somehow it missed the CI of .php-cs-fixer.well-defined-arrays.php (#8987)
  • chore: fix some argument.type errors (#9056)
  • chore: groom Automatic rulesets code (#9091)
  • chore: phpstan - do not ignore all internal usage errors (#9063)
  • chore: replace wrong class-string usages (#8968)
  • chore: getcwd() - ignore false return value (#9057)
  • chore: ReporterFactory - use class-string type (#9055)
  • CI: check for typos (#9048)
  • CI: don't prevent the build when remote coverage reporting service is down (#9095)
  • CI: fix smoke tests after #9005 (#9061)
  • CI: fix typos in CHANGELOG.md (#9052)
  • CI: mutation tests - disable github annotations (#9062)
  • CI: Test docs generation only once per CI pipeline (#9089)
  • CI: push event only for master branch (#9046)
  • CI: push event only for master branch (#9050)
  • deps: bump box version (#9042)
  • deps: bump ergebnis/composer-normalize from 2.48.1 to 2.48.2 in /dev-tools (#9045)
  • deps: bump phpstan/phpstan from 2.1.25 to 2.1.28 in /dev-tools in the phpstan group (#9072)
  • deps: unify alpine version for PHP 8.4 (#9077)
  • deps: update phpstan and phpstan-baseline-per-identifier (#9051)
  • deps: update squizlabs/php_codesniffer to v4.0 and other related packages (#9075)
  • deps: upgrade alpine wherever possible (#9078)
  • deps: upgrade infection/infection to ^0.31.0 (#9079)
  • refactor: introduce concept of AutomaticRuleSet (#9067)
  • refactor: rename RuleSetDescriptionInterface into RuleSetDefinitionInterface (#9094)
  • test: ensure alpine version same between Dockerfile and compose.yaml (#9076)
  • test: ensure alpine version same in compose.yaml and release.yml (#9071)
  • test: extend tests to cover new migration rule set names (#9069)
  • test: improve testing that objects cannot be serialized/unserialized (#9049)

Changelog for v3.87.2

... (truncated)

Commits
  • f234696 prepared the 3.88.0 release
  • 6ab7358 refactor: rename RuleSetDescriptionInterface into `RuleSetDefinitionInterfa...
  • f90b613 feat: start using new defaults for rules under future mode (#9020)
  • 3c707ac feat: Support custom rulesets (#6083)
  • 14147e9 CI: don't prevent the build when remote coverage reporting service is down (#...
  • 38a98fb DX: Allow development on PHP 8.5 (#9092)
  • 73fa919 feat: introduce @auto, @auto:risky sets (#9090)
  • 4c414c9 chore: groom Automatic rulesets code (#9091)
  • cfb6fbe CI: Test docs generation only once per CI pipeline (#9089)
  • 03ec61f feat: introduce @autoPHPMigration, @autoPHPMigration:risky, `@autoPHPUnit...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.75.0 to 3.88.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.88.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 25, 2025
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #182.

@dependabot dependabot bot closed this Sep 29, 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.

0 participants