Skip to content

Installation Error requires guzzle ^6.3 and I have 7 #26

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

Closed
dylanglockler opened this issue Dec 6, 2022 · 3 comments
Closed

Installation Error requires guzzle ^6.3 and I have 7 #26

dylanglockler opened this issue Dec 6, 2022 · 3 comments

Comments

@dylanglockler
Copy link

The command:

composer require convertkit/convertkitapi:dev-master

Problem 1
- Root composer.json requires convertkit/convertkitapi dev-master -> satisfiable by convertkit/convertkitapi[dev-master].
- convertkit/convertkitapi dev-master requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).

My guzzle version from composer.json:

    "guzzlehttp/guzzle": "^7.0.1",
@dylanglockler
Copy link
Author

Change to update composer.json with:

"guzzlehttp/guzzle": "^6.5|^7.0.1",

@mnwalker
Copy link

Better change would be below which will support future minor versions too.
"guzzlehttp/guzzle": "^6.5|^7.0",

@n7studios
Copy link
Contributor

Addressing in #28, to be released as version 1.0, rather than a potentially breaking change into the unversioned dev-master. Thanks!

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

3 participants