Skip to content

Commit

Permalink
Fix: Remove Laravel6 rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 4, 2021
1 parent 144529e commit 5325654
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 634 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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]
* Removed `Laravel6` rule set ([#413]), by [@localheinz]

## [`2.14.0`][2.14.0]

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

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $ composer require --dev ergebnis/php-cs-fixer-config
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\Php73`](src/RuleSet/Php73.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php74`](src/RuleSet/Php74.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php80`](src/RuleSet/Php80.php)
Expand Down Expand Up @@ -259,8 +258,6 @@ Please have a look at [`LICENSE.md`](LICENSE.md).

This project is inspired by and also replaces [`localheinz/php-cs-fixer-config`](https://github.com/localheinz/php-cs-fixer-config).

The rule set [`Ergebnis\PhpCsFixer\RuleSet\Laravel6`](src/RuleSet/Laravel6.php) is based on [`laravel-shift/.php_cs.laravel.php`](https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200).

## Curious what I am building?

:mailbox_with_mail: [Subscribe to my list](https://localheinz.com/projects/), and I will occasionally send you an email to let you know what I am working on.
314 changes: 0 additions & 314 deletions src/RuleSet/Laravel6.php

This file was deleted.

Loading

0 comments on commit 5325654

Please sign in to comment.