如何使用/运行/执行放置在组件内的其他composer.json文件?当我在Joomla网站上安装我的Joomla组件时


How can I use / run / execute other composer.json file which is placed inside component? I need it when I install my Joomla component in Joomla-site

我已经为Joomla 2.5.11创建了组件。现在我必须在安装我的组件时使用composer。我使用的是AWS库,这就是为什么我需要上传AWS PHP库到目标Joomla网站。我该怎么做?

我想执行自动加载器来下载库。

您可以移动到aws-sdk的composer.json所在的目录,然后运行composer install。