update rector rules. bump versions
This commit is contained in:
parent
a83530af35
commit
5d731e63f9
3 changed files with 49 additions and 49 deletions
|
@ -8,13 +8,20 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"slevomat/coding-standard": "^8.12.1",
|
||||
"symplify/easy-coding-standard": "^11.3.4",
|
||||
"rector/rector": "^0.16.0"
|
||||
"slevomat/coding-standard": "^8.13",
|
||||
"symplify/easy-coding-standard": "^12.0",
|
||||
"rector/rector": "^0.18.1"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"fix": [
|
||||
"rector",
|
||||
"ecs --fix",
|
||||
"ecs --fix"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue