Skip to content

Commit

Permalink
[TASK] Add external installed dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
calien666 authored and sbuerk committed Dec 20, 2024
1 parent 1eafd9d commit 7c7e343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
'autoload' => [
'psr-4' => [
'WebVision\\Deepltranslate\\Core\\' => 'Classes',
'DeepL\\' => 'vendor/deeplcom/deepl-php/src',
'Http\\Discovery\\' => 'vendor/php-http/discovery/src',
],
],
];

0 comments on commit 7c7e343

Please sign in to comment.