Skip to content

Commit 963016d

Browse files
committed
feat: Add vendordir to $settings_defs
1 parent 4de1459 commit 963016d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Sources/Config.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,18 @@ class Config
770770
'raw_default' => true,
771771
'type' => 'string',
772772
],
773+
'vendordir' => [
774+
'text' => <<<'END'
775+
/**
776+
* @var string
777+
*
778+
* Path to where our dependencies are located.
779+
*/
780+
END,
781+
'default' => '__DIR__ . \'/vendor\'',
782+
'raw_default' => true,
783+
'type' => 'string',
784+
],
773785
'languagesdir' => [
774786
'text' => <<<'END'
775787
/**

0 commit comments

Comments
 (0)