Skip to content

Commit 8820000

Browse files
committed
Add scripts
1 parent 919ac3d commit 8820000

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
"scripts": {
5959
"analyse": "vendor/bin/psalm",
6060
"check-style": "ecs check",
61-
"fix-style": "ecs check --fix"
61+
"fix-style": "ecs check --fix",
62+
"phpunit": "phpunit",
63+
"rector": "rector"
6264
}
6365
}

0 commit comments

Comments
 (0)