Dont use install scripts
parent
2823f30167
commit
abb01766e7
|
@ -12,6 +12,7 @@ cache:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
- composer run-script parse-stubs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpcs -n
|
- vendor/bin/phpcs -n
|
||||||
|
|
|
@ -23,9 +23,7 @@
|
||||||
],
|
],
|
||||||
"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",
|
|
||||||
"post-root-package-install": "@parse-stubs"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0",
|
"php": ">=7.0",
|
||||||
|
|
Loading…
Reference in New Issue