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 Php73 rule set #544

Merged
merged 1 commit 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 @@ -12,6 +12,10 @@ For a full diff see [`3.4.0...main`][3.4.0...main].

* Dropped support for PHP 7.3 ([#540]), by [@localheinz]

### Removed

* Removed `Php73` rule set ([#544]), by [@localheinz]

## [`3.4.0`][3.4.0]

For a full diff see [`3.3.0...3.4.0`][3.3.0...3.4.0].
Expand Down Expand Up @@ -550,6 +554,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#521]: https://github.com/ergebnis/php-cs-fixer-config/pull/521
[#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

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,6 @@ $ composer require --dev ergebnis/php-cs-fixer-config

Pick one of the rule sets:

* [`Ergebnis\PhpCsFixer\RuleSet\Php73`](src/RuleSet/Php73.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php74`](src/RuleSet/Php74.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php80`](src/RuleSet/Php80.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php81`](src/RuleSet/Php81.php)
Expand Down