1
0
Fork 0

Automatically index stubs on composer install (#269)

pull/260/head^2 v4.2.4
Cameron Eagans 2017-02-02 09:36:48 -08:00 committed by Felix Becker
parent 7fbd68a61a
commit 34d3d2030d
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
],
"bin": ["bin/php-language-server.php"],
"scripts": {
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs"
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs",
"post-install-cmd": "@parse-stubs"
},
"require": {
"php": ">=7.0",