Version number issue on composer

Issue #55 invalid
Sam Wijeratne created an issue

Hello,

Following is my setup in composer

"gentlero/bitbucket-api": "*",

I get the following issue when tried to add this repo into my project. We have set the "minimum-stability" to "dev"

Problem 1
    - The requested package gentlero/bitbucket-api could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Comments (3)

  1. Alexandru Guzinschi

    Hello,

    Vendor name is gentle not gentlero, so:

    "gentle/bitbucket-api": "*"
    

    Also, I recommend to lower your version constrain. Using * is not very safe.

  2. Log in to comment