Summary
I have a website in Modx 2 that is dependent on composer packages. For this website I have placed the vendor directory within the /core/ directory and loaded the autoloader from the config.inc.php file, however Modx 3 has it’s own vendor directory with it’s own packages. Upgrading will of course override my own and render quite a lot of functionality of the website broken.
Is there a way to add more packages to the vendor directory? I am not noticing any composer.lock file that I can use for this. Of course I can move my vendor directory and load it separately again but this seems rather ugly to me and if possible I’d like to avoid this.
Expected behavior
Have the possibility to add composer packages
Environment
Modx 3.0.4