1
0
Fork 0

Add more Composer scripts

pull/495/head
Felix Becker 2017-10-19 14:38:20 -07:00
parent 0c399150a3
commit e31f7b5923
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,10 @@
],
"scripts": {
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs",
"post-install-cmd": "@parse-stubs"
"post-install-cmd": "@parse-stubs",
"post-update-cmd": "@parse-stubs",
"test": "vendor/bin/phpunit",
"lint": "vendor/bin/phpcs"
},
"config": {
"sort-packages": true