1
0
Fork 0

Add post-package-install script

pull/214/head
Felix Becker 2016-12-12 23:31:31 +01:00
parent c2a14b96da
commit 0c5767b1f1
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"scripts": { "scripts": {
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs", "parse-stubs": "LanguageServer\\ComposerScripts::parseStubs",
"post-install-cmd": "@parse-stubs", "post-install-cmd": "@parse-stubs",
"post-root-package-install": "@parse-stubs" "post-root-package-install": "@parse-stubs",
"post-package-install": "@parse-stubs"
}, },
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",