Skip to content

Error with package dependency #7

Description

@sileence

When attempting to install this package with the composer default configuration, I got this error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for wabel/zoho-crm-orm 1.0.x-dev@dev -> satisfiable by wabel/zoho-crm-orm[1.0.x-dev].
    - wabel/zoho-crm-orm 1.0.x-dev requires gossi/php-code-generator dev-master -> no matching package found.

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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

The solution was to add this to the composer.json file:

    "minimum-stability": "dev",
    "prefer-stable": true,

Can you please take a look at this or add it to the documentation in case this is needed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions