Skip to content

Commit 7c7e343

Browse files
calien666sbuerk
authored andcommitted
[TASK] Add external installed dependencies
For legacy mode installed version, the system ships self-installed packages for `DeepL` and `Http\Discovery\`. As composer-based installations ignore autoloading in `ext_emconf.php`, this can be safely added to ensure external dependencies installed during release will work out of the box.
1 parent 1eafd9d commit 7c7e343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext_emconf.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
'autoload' => [
3535
'psr-4' => [
3636
'WebVision\\Deepltranslate\\Core\\' => 'Classes',
37+
'DeepL\\' => 'vendor/deeplcom/deepl-php/src',
38+
'Http\\Discovery\\' => 'vendor/php-http/discovery/src',
3739
],
3840
],
3941
];

0 commit comments

Comments
 (0)