We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142930d commit 05ba7d7Copy full SHA for 05ba7d7
1 file changed
README.md
@@ -11,19 +11,17 @@ They run best with [ECS](https://github.com/symplify/easy-coding-standard).
11
## Install
12
13
```bash
14
-composer require symplify/coding-standard --dev
15
-composer require symplify/easy-coding-standard --dev
+composer require symplify/coding-standard symplify/easy-coding-standard --dev
16
```
17
18
-1. Register in ECS config:
+1. Register in `ecs.php` config:
19
20
```php
21
# ecs.php
22
use Symplify\EasyCodingStandard\Config\ECSConfig;
23
- use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
24
25
return ECSConfig::configure()
26
- ->withSets([SetList::SYMPLIFY]);
+ ->withPreparedSets(symplify: true);
27
28
29
0 commit comments