Include completion file for bash completion generation, refs #10320
parent
e2645a13b6
commit
6f0ac07ebe
|
@ -120,7 +120,6 @@ class Compiler
|
||||||
->ignoreVCS(true)
|
->ignoreVCS(true)
|
||||||
->notPath('/\/(composer\.(json|lock)|[A-Z]+\.md|\.gitignore|appveyor.yml|phpunit\.xml\.dist|phpstan\.neon\.dist|phpstan-config\.neon|phpstan-baseline\.neon)$/')
|
->notPath('/\/(composer\.(json|lock)|[A-Z]+\.md|\.gitignore|appveyor.yml|phpunit\.xml\.dist|phpstan\.neon\.dist|phpstan-config\.neon|phpstan-baseline\.neon)$/')
|
||||||
->notPath('/bin\/(jsonlint|validate-json|simple-phpunit|phpstan|phpstan\.phar)(\.bat)?$/')
|
->notPath('/bin\/(jsonlint|validate-json|simple-phpunit|phpstan|phpstan\.phar)(\.bat)?$/')
|
||||||
->notPath('symfony/console/Resources/completion.bash')
|
|
||||||
->notPath('justinrainbow/json-schema/demo/')
|
->notPath('justinrainbow/json-schema/demo/')
|
||||||
->notPath('justinrainbow/json-schema/dist/')
|
->notPath('justinrainbow/json-schema/dist/')
|
||||||
->notPath('composer/installed.json')
|
->notPath('composer/installed.json')
|
||||||
|
@ -138,6 +137,7 @@ class Compiler
|
||||||
__DIR__ . '/../../vendor/composer/spdx-licenses/res/spdx-licenses.json',
|
__DIR__ . '/../../vendor/composer/spdx-licenses/res/spdx-licenses.json',
|
||||||
CaBundle::getBundledCaBundlePath(),
|
CaBundle::getBundledCaBundlePath(),
|
||||||
__DIR__ . '/../../vendor/symfony/console/Resources/bin/hiddeninput.exe',
|
__DIR__ . '/../../vendor/symfony/console/Resources/bin/hiddeninput.exe',
|
||||||
|
__DIR__ . '/../../vendor/symfony/console/Resources/completion.bash',
|
||||||
) as $file) {
|
) as $file) {
|
||||||
$extraFiles[$file] = realpath($file);
|
$extraFiles[$file] = realpath($file);
|
||||||
if (!file_exists($file)) {
|
if (!file_exists($file)) {
|
||||||
|
|
Loading…
Reference in New Issue