Unable to install: Your requirements could not be resolved to an installable set of packages.
Closed this issue · 2 comments
Aminot1 commented
Hello, I'm trying to install this package with orocommerce fresh install, I keep getting this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- oro/platform 2.0.0 requires oro/redis-config ~2.0 -> satisfiable by oro/redis-config[2.0.0-beta.1] but these conflict with your requirements or minimum-stability.
- oro/platform 2.0.0 requires oro/redis-config ~2.0 -> satisfiable by oro/redis-config[2.0.0-beta.1] but these conflict with your requirements or minimum-stability.
- oro/platform 2.0.0 requires oro/redis-config ~2.0 -> satisfiable by oro/redis-config[2.0.0-beta.1] but these conflict with your requirements or minimum-stability.
- oro/platform 2.0.0 requires oro/redis-config ~2.0 -> satisfiable by oro/redis-config[2.0.0-beta.1] but these conflict with your requirements or minimum-stability.
- Installation request for oro/platform (locked at 2.0.0) -> satisfiable by oro/platform[2.0.0].
Installation failed, reverting ./composer.json to its original content.
I'm basically using the latest version of orocommerce, this is what I did:
git clone --recursive https://github.com/orocommerce/orocommerce-application.git
php composer.phar install --prefer-dist
And installed it normally. Some environment info
root@a93235e166fd:/var/www/html# composer --version
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Composer version 1.3.2 2017-01-27 18:23:41
root@a93235e166fd:/var/www/html# php -v
PHP 7.0.13 (cli) (built: Nov 15 2016 00:04:01) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Xdebug v2.5.0rc1, Copyright (c) 2002-2016, by Derick Rethans
with Zend OPcache v7.0.13, Copyright (c) 1999-2016, by Zend Technologies
root@a93235e166fd:/var/www/html# cat /etc/issue.net
Debian GNU/Linux 8
mkudelya commented
Hi @AminMkh
I have tried to install OroCommerce on 1.0 and master branches, this package was installed by default. Could you please tell me, which command you used when you were installing redis-config?
Aminot1 commented
sorry I totally forgot about this and left it open.