1
0
Fork 0

Automatically index stubs on composer install

pull/269/head
Cameron Eagans 2017-02-01 17:57:02 -07:00
parent 7fbd68a61a
commit 7d4016f570
1 changed files with 2 additions and 1 deletions

View File

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