我正在尝试使用# machine 1
$ composer --version
Composer version 1.6.3 2018-01-31 16:28:17
$ composer require magestore/storelocator-magento2
Using version ^1.0 for magestore/storelocator-magento2
# machine 2
$ composer --version
Composer version 1.6.3 2018-01-31 16:28:17
$ composer require magestore/storelocator-magento2
[InvalidArgumentException]
Could not find a matching version of package magestore/storelocator-magento2.
为Magento2安装一个编写器包。在我的本地Vagrant盒子以及我的笔记本电脑上,可以找到并安装包,而在开发服务器上找不到相同的包。
我的问题是,系统设置或编写器设置中的哪些差异可能是无法找到现有包的原因? composer.json以及稳定性设置在所有环境中都是相同的。
{{1}}