Skip to content

Commit

Permalink
Merge pull request #544 from ergebnis/fix/php73
Browse files Browse the repository at this point in the history
Fix: Remove `Php73` rule set
  • Loading branch information
localheinz committed Jan 14, 2022
2 parents af4fc1c + 9c3796d commit fab97ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,449 deletions.
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

0 comments on commit fab97ca

Please sign in to comment.