ovh-sdk-php icon indicating copy to clipboard operation
ovh-sdk-php copied to clipboard

conflict with your requirements or minimum-stability.

Open manisha-sharma opened this issue 8 years ago • 1 comments

Hi, The issue is when i am running this command "php composer.phar install" after installing composer. Terminal is throwing error: Problem 1 - The requested package toorop/ovh-sdk-php 0.1.0 is satisfiable by toorop/ovh-sdk-php[0.1.0] but these conflict with your requirements or minimum-stability.I am doing this on ubuntu terminal.

So cannot be able to find the issue. If anybody could help me. Thanks

manisha-sharma avatar May 07 '16 07:05 manisha-sharma

I have resolved the same using this: ADD this: minimum-stability: dev, prefer-stable: true

and comment out "toorop/ovh-sdk-php": "dev-master",

This thing worked for me. You guys can try as well.

Regards

manisha-sharma avatar May 07 '16 07:05 manisha-sharma