chore(deps-dev): update friendsofphp/php-cs-fixer requirement from ^2.14 to ^2.14 || ^3.0
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.0.0 Constitution
The easiest way to update from v2.x is:
- install v2.19 and run in verbose mode (
php-cs-fixer fix -v) or in future mode (PHP_CS_FIXER_FUTURE_MODE=1 php-cs-fixer fix) to identify and fix deprecations- install v3.0 and follow upgrade guide
- bug #5164 Differ - surround file name with double quotes if it contains spacing. (SpacePossum)
- bug #5560 PSR2: require visibility only for properties and methods (kubawerlos)
- bug #5576 ClassAttributesSeparationFixer: do not allow using v2 config (kubawerlos)
- feature #4979 Pass file to differ (paulhenri-l, SpacePossum)
- minor #3374 show-progress option: drop run-in and estimating, rename estimating-max to dots (keradus)
- minor #3375 Fixers - stop exposing extra properties/consts (keradus)
- minor #3376 Tokenizer - remove deprecations and legacy mode (keradus)
- minor #3377 rules - change default options (keradus)
- minor #3378 SKIP_LINT_TEST_CASES - drop env (keradus)
- minor #3379 MethodArgumentSpaceFixer - fixSpace is now private (keradus)
- minor #3380 rules - drop rootless configurations (keradus)
- minor #3381 rules - drop deprecated configurations (keradus)
- minor #3382 DefinedFixerInterface - incorporate into FixerInterface (keradus)
- minor #3383 FixerDefinitionInterface - drop getConfigurationDescription and getDefaultConfiguration (keradus)
- minor #3384 diff-format option: drop sbd diff, use udiffer by default, drop SebastianBergmannDiffer and SebastianBergmannShortDiffer classes (keradus)
- minor #3385 ConfigurableFixerInterface::configure - param is now not nullable and not optional (keradus)
- minor #3386 ConfigurationDefinitionFixerInterface - incorporate into ConfigurableFixerInterface (keradus)
- minor #3387 FixCommand - forbid passing 'config' and 'rules' options together (keradus)
- minor #3388 Remove Helpers (keradus)
- minor #3389 AccessibleObject - drop class (keradus)
- minor #3390 Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment (keradus)
- minor #3456 AutoReview - drop references to removed rule (keradus)
- minor #3659 use php-cs-fixer/diff ^2.0 (SpacePossum)
- minor #3681 CiIntegrationTest - fix incompatibility from 2.x line (keradus)
- minor #3740 NoUnusedImportsFixer - remove SF exception (SpacePossum)
- minor #3771 UX: always set error_reporting in entry file, not Application (keradus)
- minor #3922 Make some more classes final (ntzm, SpacePossum)
- minor #3995 Change default config of native_function_invocation (dunglas, SpacePossum)
- minor #4432 DX: remove empty sets from RuleSet (kubawerlos)
- minor #4489 Fix ruleset
@PHPUnit50Migration:risky (kubawerlos)- minor #4620 DX: cleanup additional, not used parameters (keradus)
- minor #4666 Remove deprecated rules: lowercase_constants, php_unit_ordered_covers, silenced_deprecation_error (keradus)
- minor #4697 Remove deprecated no_short_echo_tag rule (julienfalque)
- minor #4851 fix phpstan on 3.0 (SpacePossum)
- minor #4901 Fix SCA (SpacePossum)
- minor #5069 Fixed failing tests on 3.0 due to unused import after merge (GrahamCampbell)
- minor #5096 NativeFunctionInvocationFixer - BacktickToShellExecFixer - fix integration test (SpacePossum)
- minor #5171 Fix test (SpacePossum)
- minor #5245 Fix CI for 3.0 line (keradus)
- minor #5351 clean ups (SpacePossum)
- minor #5364 DX: Do not display runtime twice on 3.0 line (keradus)
- minor #5412 3.0 - cleanup (SpacePossum, keradus)
- minor #5417 Further BC cleanup for 3.0 (keradus)
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.0.0
- bug #5164 Differ - surround file name with double quotes if it contains spacing. (SpacePossum)
- bug #5560 PSR2: require visibility only for properties and methods (kubawerlos)
- bug #5576 ClassAttributesSeparationFixer: do not allow using v2 config (kubawerlos)
- feature #4979 Pass file to differ (paulhenri-l, SpacePossum)
- minor #3374 show-progress option: drop run-in and estimating, rename estimating-max to dots (keradus)
- minor #3375 Fixers - stop exposing extra properties/consts (keradus)
- minor #3376 Tokenizer - remove deprecations and legacy mode (keradus)
- minor #3377 rules - change default options (keradus)
- minor #3378 SKIP_LINT_TEST_CASES - drop env (keradus)
- minor #3379 MethodArgumentSpaceFixer - fixSpace is now private (keradus)
- minor #3380 rules - drop rootless configurations (keradus)
- minor #3381 rules - drop deprecated configurations (keradus)
- minor #3382 DefinedFixerInterface - incorporate into FixerInterface (keradus)
- minor #3383 FixerDefinitionInterface - drop getConfigurationDescription and getDefaultConfiguration (keradus)
- minor #3384 diff-format option: drop sbd diff, use udiffer by default, drop SebastianBergmannDiffer and SebastianBergmannShortDiffer classes (keradus)
- minor #3385 ConfigurableFixerInterface::configure - param is now not nullable and not optional (keradus)
- minor #3386 ConfigurationDefinitionFixerInterface - incorporate into ConfigurableFixerInterface (keradus)
- minor #3387 FixCommand - forbid passing 'config' and 'rules' options together (keradus)
- minor #3388 Remove Helpers (keradus)
- minor #3389 AccessibleObject - drop class (keradus)
- minor #3390 Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment (keradus)
- minor #3456 AutoReview - drop references to removed rule (keradus)
- minor #3659 use php-cs-fixer/diff ^2.0 (SpacePossum)
- minor #3681 CiIntegrationTest - fix incompatibility from 2.x line (keradus)
- minor #3740 NoUnusedImportsFixer - remove SF exception (SpacePossum)
- minor #3771 UX: always set error_reporting in entry file, not Application (keradus)
- minor #3922 Make some more classes final (ntzm, SpacePossum)
- minor #3995 Change default config of native_function_invocation (dunglas, SpacePossum)
- minor #4432 DX: remove empty sets from RuleSet (kubawerlos)
- minor #4489 Fix ruleset
@PHPUnit50Migration:risky (kubawerlos)- minor #4620 DX: cleanup additional, not used parameters (keradus)
- minor #4666 Remove deprecated rules: lowercase_constants, php_unit_ordered_covers, silenced_deprecation_error (keradus)
- minor #4697 Remove deprecated no_short_echo_tag rule (julienfalque)
- minor #4851 fix phpstan on 3.0 (SpacePossum)
- minor #4901 Fix SCA (SpacePossum)
- minor #5069 Fixed failing tests on 3.0 due to unused import after merge (GrahamCampbell)
- minor #5096 NativeFunctionInvocationFixer - BacktickToShellExecFixer - fix integration test (SpacePossum)
- minor #5171 Fix test (SpacePossum)
- minor #5245 Fix CI for 3.0 line (keradus)
- minor #5351 clean ups (SpacePossum)
- minor #5364 DX: Do not display runtime twice on 3.0 line (keradus)
- minor #5412 3.0 - cleanup (SpacePossum, keradus)
- minor #5417 Further BC cleanup for 3.0 (keradus)
- minor #5418 Drop src/Test namespace (keradus)
- minor #5436 Drop mapping of strings to boolean option other than yes/no (keradus)
- minor #5440 Change default ruleset to PSR-12 (keradus)
- minor #5477 Drop diff-format (keradus)
... (truncated)
Commits
c15377bprepared the 3.0.0 release27209e2Merge branch 'master' into 3.0714e192bumped versiond5b8a9dprepared the 2.19.0 releasedee1277Merge branch '2.18'b3281bbprepared the 2.18.7 release04a087dMerge branch 'master' into 3.045987c9feature #5674 UX: Display deprecations to end-user (keradus)114bb0eMerge branch 'master' into 3.0c5d6614Merge branch '2.18'- 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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)