Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer install issue #27

Open
chrisvidal opened this issue Sep 29, 2020 · 1 comment
Open

composer install issue #27

chrisvidal opened this issue Sep 29, 2020 · 1 comment

Comments

@chrisvidal
Copy link

What does this mean?

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

  Problem 1
    - The requested package dioscouri/omnipay-cybersource ~3.0 is satisfiable by dioscouri/omnipay-cybersource[3.0.x-dev] but these conflict with your requirements or minimum-stability.
@MGatner
Copy link

MGatner commented Dec 2, 2020

The documentation is incorrect. The version of Omnipay it satisfies is 3.0 but this package only has a single release: 1.0.0. Use the following instead:

{
    "require": {
        "dioscouri/omnipay-cybersource": "^1.0"
    }
}

Or better yet, from the command line just write composer require dioscouri/omnipay-cybersource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants