Add fix phpcbf command to composer.json

This allows to use the phpcbf easily

Change-Id: I76b14ace9fb95bf2ae30bfd56c41019c88c862ac
This commit is contained in:
Umherirrender 2017-04-28 23:57:37 +02:00
parent 042c17d77e
commit ed7f1f6dc4

View file

@ -31,6 +31,7 @@
}
],
"scripts": {
"fix": "phpcbf",
"test": [
"parallel-lint . --exclude vendor",
"phpcs -p -s"