我正在尝试使用composer安装magento扩展,但无论我尝试过什么,我都会收到以下错误。 [InvalidArgumentException]
无法在任何版本中找到最低稳定性的软件包mageworx / module-searchsuiteautocomplete(st 能够)。检查包装拼写或最小稳定性
我的作曲家看起来像这样:
"repositories": [
{
"type": "artifact",
"url": "searchextention"
}
],
文件位于根文件夹的searchextention文件夹中。
扩展名为的作曲家文件:
{
"name": "mageworx/module-searchsuiteautocomplete",
"description": "Search Suite Autocomplete by MageWorx",
"require": {
"magento/framework" : ">=100.0.0 <102",
"magento/module-catalog" : ">=100.0.0 <103",
"magento/module-search" : ">=100.0.0 <101"
},
"type": "magento2-module",
"version": "2.1.3",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageWorx\\SearchSuiteAutocomplete\\": ""
}
}
}
我怎么能解决这个问题? 我正在使用php 7
答案 0 :(得分:0)
在composer.json文件中添加/更改一行
"minimum-stability":"dev"