Skip to content

Commit cb0e98b

Browse files
committed
[TASK] Add rector
1 parent a6ead26 commit cb0e98b

File tree

3 files changed

+3983
-2
lines changed

3 files changed

+3983
-2
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
"ext-curl": "*",
1515
"ext-bcmath": "*",
1616
"ext-intl": "*"
17+
},
18+
"require-dev": {
19+
"rector/rector": "^0.8.56"
20+
},
21+
"scripts": {
22+
"rector:dryrun": "./vendor/bin/rector process --config rector.php --dry-run",
23+
"rector": "./vendor/bin/rector process --config rector.php"
1724
}
1825
}

0 commit comments

Comments
 (0)