Skip to content

Commit 400cb5b

Browse files
committed
Add scripts to composer
1 parent 5d986aa commit 400cb5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,10 @@
7171
"allow-plugins": {
7272
"composer/package-versions-deprecated": true
7373
}
74+
},
75+
"scripts": {
76+
"test": "phpunit",
77+
"lint": "php-cs-fixer fix --show-progress=dots",
78+
"lint:ci": "php-cs-fixer fix --dry-run -v --show-progress=dots --diff"
7479
}
7580
}

0 commit comments

Comments
 (0)