ovh-sdk-php
ovh-sdk-php copied to clipboard
conflict with your requirements or minimum-stability.
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
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