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

Fix: Remove Php72 rule set #410

Merged
merged 1 commit into from
May 4, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For a full diff see [`2.14.0...main`][2.14.0...main].

* Dropped support for PHP 7.2 ([#407]), by [@localheinz]
* Removed `Php71` rule set ([#409]), by [@localheinz]
* Removed `Php72` rule set ([#410]), by [@localheinz]

## [`2.14.0`][2.14.0]

Expand Down Expand Up @@ -414,6 +415,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#406]: https://github.com/ergebnis/php-cs-fixer-config/pull/406
[#407]: https://github.com/ergebnis/php-cs-fixer-config/pull/407
[#409]: https://github.com/ergebnis/php-cs-fixer-config/pull/409
[#410]: https://github.com/ergebnis/php-cs-fixer-config/pull/410

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Pick one of the rule sets:

* [`Ergebnis\PhpCsFixer\RuleSet\Faker`](src/RuleSet/Faker.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Laravel6`](src/RuleSet/Laravel6.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php72`](src/RuleSet/Php72.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php73`](src/RuleSet/Php73.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php74`](src/RuleSet/Php74.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php80`](src/RuleSet/Php80.php)
Expand Down
Loading