Skip to content

chore: bump friendsofphp/php-cs-fixer from 3.91.3 to 3.95.3 in the composer group#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-2b718699ed
Open

chore: bump friendsofphp/php-cs-fixer from 3.91.3 to 3.95.3 in the composer group#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-2b718699ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown

Bumps the composer group with 1 update: friendsofphp/php-cs-fixer.

Updates friendsofphp/php-cs-fixer from 3.91.3 to 3.95.3

Release notes

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

v3.95.3 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.2...v3.95.3

v3.95.2 Adalbertus

What's Changed

... (truncated)

Changelog

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

Changelog for v3.95.3

  • fix: MultilinePromotedPropertiesFixer - fix for new in initializers (#9619)
  • fix: PhpdocLineSpanFixer - run after NoSuperfluousPhpdocTagsFixer (#9615)
  • CI: add generic phpstan/phpstan-deprecation-rules, so usage of old deprecated constants is detected (#9636)
  • CI: replace PHP 8.6snapshot with nightly in matrix (#9628)
  • deps: bump crate-ci/typos from 1.46.0 to 1.46.1 in /.github/workflows in the all group across 1 directory (#9624)
  • deps: bump crate-ci/typos from 1.46.1 to 1.46.2 in /.github/workflows in the all group across 1 directory (#9631)
  • deps: bump ergebnis/composer-normalize from 2.51.0 to 2.52.0 in /dev-tools (#9627)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#9626)
  • deps: upgrade misc deps (#9621)
  • refactor: AttributeBlockNoSpacesFixer - no need for loop when we already know bracket indices (#9446)

Changelog for v3.95.2

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#9588)
  • fix: TextReporter - always show summary footer (#9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#9601)
  • deps: bump PHPUnit patch versions (#9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#9569)
  • deps: bump the all group across 1 directory with 2 updates (#9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#9608)
  • deps: update facile-it/paraunit to ^2.11 (#9589)
  • deps: upgrade PHPUnit in GitHub Actions (#9577)
  • chore: .gitattributes - export-ignore for logo.md (#9611)
  • chore: .gitattributes - sort entries (#9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#9610)
  • chore: cleanup AbstractFopenFlagFixer (#9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#9562)
  • chore: cleanup ControlStructureBracesFixer (#9609)
  • chore: cleanup NoExtraBlankLinesFixer (#9567)
  • chore: cleanup OrderedImportsFixer (#9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#9581)
  • chore: CS - apply php_unit_attributes rule (#9578)
  • chore: ensure consistent @author name per email (#9606)
  • chore: fix wrong test Attribute (#9586)
  • chore: infection - define staticAnalysisTool (#9607)
  • chore: move Codecov config (#9597)

... (truncated)

Commits
  • 3d68149 prepared the 3.95.3 release
  • b102b3b CI: add generic phpstan/phpstan-deprecation-rules, so usage of old deprecated...
  • 9a38a90 deps: bump crate-ci/typos from 1.46.1 to 1.46.2 in /.github/workflows in the ...
  • ebae9f6 refactor: AttributeBlockNoSpacesFixer - no need for loop when we already know...
  • 78212cb deps: bump ergebnis/composer-normalize from 2.51.0 to 2.52.0 in /dev-tools (#...
  • bdfe29e deps: bump the phpstan group in /dev-tools with 2 updates (#9626)
  • 2af6d2c CI: replace PHP 8.6snapshot with nightly in matrix (#9628)
  • c909a21 fix: MultilinePromotedPropertiesFixer - fix for new in initializers (#9619)
  • f0f2d4e fix: PhpdocLineSpanFixer - run after NoSuperfluousPhpdocTagsFixer (#9615)
  • bb6a12a deps: upgrade misc deps (#9621)
  • 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 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 composer group with 1 update: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).


Updates `friendsofphp/php-cs-fixer` from 3.91.3 to 3.95.3
- [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.91.3...v3.95.3)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

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 Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Composer package changes
Prod Packages Operation Base Target Link License
php Changed ^8.0 ^8.1
Dev Packages Operation Base Target Link License
ergebnis/agent-detector New - 1.2.0 Compare MIT
friendsofphp/php-cs-fixer Upgraded v3.91.3 v3.95.3 Compare MIT
react/child-process Upgraded v0.6.6 v0.6.7 Compare MIT
symfony/console Downgraded v7.4.1 v6.4.41 Compare MIT
symfony/deprecation-contracts Upgraded v3.6.0 v3.7.0 Compare MIT
symfony/event-dispatcher Downgraded v7.4.0 v6.4.37 Compare MIT
symfony/event-dispatcher-contracts Upgraded v3.6.0 v3.7.0 Compare MIT
symfony/filesystem Downgraded v7.4.0 v6.4.39 Compare MIT
symfony/finder Downgraded v7.4.0 v6.4.34 Compare MIT
symfony/options-resolver Downgraded v7.4.0 v6.4.30 Compare MIT
symfony/polyfill-ctype Upgraded v1.33.0 v1.37.0 Compare MIT
symfony/polyfill-intl-grapheme Upgraded v1.33.0 v1.38.1 Compare MIT
symfony/polyfill-intl-normalizer Upgraded v1.33.0 v1.38.0 Compare MIT
symfony/polyfill-mbstring Upgraded v1.33.0 v1.38.1 Compare MIT
symfony/polyfill-php73 Upgraded v1.33.0 v1.37.0 Compare MIT
symfony/polyfill-php80 Upgraded v1.33.0 v1.37.0 Compare MIT
symfony/polyfill-php81 Upgraded v1.33.0 v1.38.1 Compare MIT
symfony/polyfill-php84 Upgraded v1.33.0 v1.38.1 Compare MIT
symfony/process Downgraded v7.4.0 v6.4.41 Compare MIT
symfony/service-contracts Upgraded v3.6.1 v3.7.0 Compare MIT
symfony/stopwatch Downgraded v7.4.0 v6.4.24 Compare MIT
symfony/string Downgraded v7.4.0 v6.4.39 Compare MIT

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