-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Steps to reproduce
Tried to update 2.1 with:
composer require magento/product-community-edition 2.1.0 --no-update
composer update
Expected result
Updated to 2.1
Actual result
Error Says magento/product-community-edition 2.1.0 requires composer/composer 1.0.0-beta1 -> satisfiable by composer/composer[1.0.0-beta1] but these conflict with your requirements or minimum-stability.
Current composer version is
Composer version 1.1.2
I've tried to change required composer version with >=
, at this time it said :
magento/product-community-edition 2.1.0 requires braintree/braintree_php 3.7.0 -> satisfiable by braintree/braintree_php[3.7.0] but these conflict with your requirements or minimum-stability.
Ideas ?