toorop / ovh-sdk-php

OVH SDK for PHP
Apache License 2.0
55 stars 21 forks source link

conflict with your requirements or minimum-stability. #36

Open manisha-sharma opened 8 years ago

manisha-sharma commented 8 years ago

Hi, The issue is when i am running this command "php composer.phar install" after installing composer. Terminal is throwing error: Problem 1

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

manisha-sharma commented 8 years ago

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