Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^3.95, add php-cs-fixer dry-run to test, and modernize php-cs-fixer config#19
Merged
donatj merged 8 commits intoJun 19, 2026
Conversation
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@v2.17.0...v3.95.8) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.95.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@copilot update the makefile with a php-cs-fixer dry run step 'vendor/bin/php-cs-fixer fix --dry-run --diff' and make it part of the test target |
Contributor
Copilot
AI
changed the title
Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^3.95
Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^3.95 and add php-cs-fixer dry-run to test
Jun 19, 2026
Member
|
@copilot update the pho-cs-fixer config to be modern based on https://github.com/donatj/SimpleCalendar/blob/master/.php-cs-fixer.dist.php |
Contributor
Addressed in 907f8f2. |
Copilot
AI
changed the title
Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^3.95 and add php-cs-fixer dry-run to test
Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^3.95, add php-cs-fixer dry-run to test, and modernize php-cs-fixer config
Jun 19, 2026
…t for php-cs-fixer v3.95
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.
Also updates the Makefile to add a
vendor/bin/php-cs-fixer fix --dry-run --diffstep and includes it in thetesttarget so the upgraded fixer is validated as part of the existing test workflow.Additionally modernizes the repository's
php-cs-fixerconfiguration for v3 compatibility based on the referenced SimpleCalendar config, including updating the config file format, rule names/options, and finder coverage.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.