Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/252.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 通过流浪者建立Oro商业_Php_Vagrant_Symfony4_Orocommerce - Fatal编程技术网

Php 通过流浪者建立Oro商业

Php 通过流浪者建立Oro商业,php,vagrant,symfony4,orocommerce,Php,Vagrant,Symfony4,Orocommerce,为oro商业设立流浪者时面临的问题 default: Problem 1 default: - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested. default: - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found

为oro商业设立流浪者时面临的问题

default:   Problem 1
default:     - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested.
default:     - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
default:   Problem 2
default:     - robloach/component-installer is locked to version 0.2.3 and an update of this package was not requested.
default:     - robloach/component-installer 0.2.3 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
default:   Problem 3
default:     - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
default:     - ocramius/proxy-manager 2.1.1 requires ocramius/package-versions ^1.1.1 -> satisfiable by ocramius/package-versions[1.5.1].
default:     - ocramius/proxy-manager is locked to version 2.1.1 and an update of this package was not requested.

尽管流浪者up说Oro commerce应用程序已成功安装,但我在自定义端口号上没有看到任何内容http://localhost:8082

发生此问题是因为您的流浪汉图像使用了Composer v2,默认情况下现在已安装。但是商业还不能与之兼容。应改为使用版本1.*

您可以升级到OroCommerce 4.1.10以获取带有修复程序的Vagrant文件

如果您现在无法升级,请为您的项目复制更新的vagrant文件:

谢谢Andrey,这非常有用。得到了本地设置和流浪工作。令人惊叹的。