1
0
Fork 0

Revert "Add post-package-install script"

This reverts commit 0c5767b1f1.
pull/214/head
Felix Becker 2016-12-12 23:36:56 +01:00
parent 0c5767b1f1
commit 2823f30167
1 changed files with 1 additions and 2 deletions

View File

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