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 Laravel6 rule set #413

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 @@ -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