Skip to content
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

composer(deps): bump friendsofphp/php-cs-fixer from 3.4.0 to 3.5.0 #545

Merged
merged 3 commits into from Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`3.4.0...main`][3.4.0...main].

### Changed

* Updated `friendsofphp/php-cs-fixer` ([#545]), by [@dependabot]

### Fixed

* Dropped support for PHP 7.3 ([#540]), by [@localheinz]
Expand Down Expand Up @@ -555,6 +559,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#527]: https://github.com/ergebnis/php-cs-fixer-config/pull/527
[#540]: https://github.com/ergebnis/php-cs-fixer-config/pull/540
[#544]: https://github.com/ergebnis/php-cs-fixer-config/pull/544
[#545]: https://github.com/ergebnis/php-cs-fixer-config/pull/545

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.4.0"
"friendsofphp/php-cs-fixer": "~3.5.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.23.0",
Expand Down
122 changes: 59 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Expand Up @@ -198,6 +198,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Expand Up @@ -198,6 +198,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Expand Up @@ -198,6 +198,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php74Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php80Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php81Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down