Skip to content

Commit 05ba7d7

Browse files
committed
prepared set
1 parent 142930d commit 05ba7d7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,17 @@ They run best with [ECS](https://github.com/symplify/easy-coding-standard).
1111
## Install
1212

1313
```bash
14-
composer require symplify/coding-standard --dev
15-
composer require symplify/easy-coding-standard --dev
14+
composer require symplify/coding-standard symplify/easy-coding-standard --dev
1615
```
1716

18-
1. Register in ECS config:
17+
1. Register in `ecs.php` config:
1918

2019
```php
2120
# ecs.php
2221
use Symplify\EasyCodingStandard\Config\ECSConfig;
23-
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
2422

2523
return ECSConfig::configure()
26-
->withSets([SetList::SYMPLIFY]);
24+
->withPreparedSets(symplify: true);
2725
```
2826

2927

0 commit comments

Comments
 (0)