Added missing composer scripts

This commit is contained in:
Claudio Sanches 2020-01-28 18:04:51 -03:00
parent 35e3f65dbd
commit 49162ec26a
1 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,18 @@
],
"post-update-cmd": [
"composer dump-autoload"
],
"test": [
"phpunit"
],
"phpcs": [
"phpcs -s -p"
],
"phpcs-pre-commit": [
"phpcs -s -p -n"
],
"phpcbf": [
"phpcbf -p"
]
},
"autoload": {