Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Apr 5, 2024
1 parent 6ecb814 commit d659303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ Extend your `.phpcq.yaml.dist` configuration by adding the plugin and configurin
```yaml
phpcq:
plugins:
version: ^1.0
signed: false
rector:
version: ^1.0
signed: false

tasks:
rector:
config:
# Set to
# Set to false will enable automatic refactoring
dry-run: false
# Custom config file, defaults to rector.php
config: custom-rector.php
Expand Down

0 comments on commit d659303

Please sign in to comment.