Skip to content

Commit

Permalink
Fix: Add Php53, Php54, Php55, and Php56 rule sets to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 17, 2023
1 parent 0903bff commit 5adb853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,10 @@ composer require --dev ergebnis/php-cs-fixer-config

Pick one of the rule sets:

- [`Ergebnis\PhpCsFixer\RuleSet\Php53`](src/RuleSet/Php53.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php54`](src/RuleSet/Php54.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php55`](src/RuleSet/Php55.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php56`](src/RuleSet/Php56.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php70`](src/RuleSet/Php70.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php71`](src/RuleSet/Php71.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php72`](src/RuleSet/Php72.php)
Expand Down

0 comments on commit 5adb853

Please sign in to comment.