Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过 Composer 安装 PayumModule?如果是这样:必须在 composer.json 中声明哪些包?
我试图只安装不工作的模块:“payum/payum-module”:“dev-master”,
在此先感谢,迈克尔
刚刚发现它是如何工作的——也许它可以在 Payum Docs 中找到一个位置:
"require": { "php": ">=5.3.3", "zendframework/zendframework": "2.2.*", "zendframework/zend-developer-tools": "dev-master", "payum/payum": "dev-master", "payum/payum-module": "dev-master", }