Skip to content

Commit e70f776

Browse files
committed
Update Rector script to use PHP 7.4 configuration in composer.json
1 parent e22fc40 commit e70f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"echo '\\n\\n\\033[1;32mPre-commit checks passed!\\033[0m\\n'"
5454
],
5555
"rector": [
56-
"./vendor/bin/rector process --config rector/toPhp7.php"
56+
"./vendor/bin/rector process --config rector/toPhp7.4.php"
5757
],
5858
"test": [
5959
"./vendor/bin/pest"

0 commit comments

Comments
 (0)