Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Updated sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palPalani committed May 24, 2021
1 parent cffd034 commit 25855a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

All notable changes to `laravel-login-notification` will be documented in this file

## 0.86.2 - 2020-05-24

Updated sample configuration.

## 0.6.0 - 2020-11-20

- Added github CI actions for php-cs-fixer
- Added github CI actions for psalm
- Added GitHub CI actions for php-cs-fixer
- Added GitHub CI actions for psalm

## 0.5.1 - 2020-11-20

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@ return static function (ContainerConfigurator $containerConfigurator): void {

$services = $containerConfigurator->services();
$services->set(TypedPropertyRector::class);

$containerConfigurator->import(SetList::CODE_QUALITY);
$containerConfigurator->import(SetList::PHP_73);
$containerConfigurator->import(SetList::PHP_74);
$containerConfigurator->import(SetList::PHP_80);

/*
$parameters->set(Option::SETS, [
SetList::ACTION_INJECTION_TO_CONSTRUCTOR_INJECTION,
//SetList::ARRAY_STR_FUNCTIONS_TO_STATIC_CALL,
Expand All @@ -108,6 +114,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
//SetList::PHPUNIT_CODE_QUALITY,
SetList::SOLID,
]);
*/

/*
// is there single rule you don't like from a set you use?
Expand Down

0 comments on commit 25855a0

Please sign in to comment.