You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to do give the command to the composer as
composer require shopifyextras/shopify-php-api-wrapper
i am getting the response as below,
Your requirements could not be resolved to an installable set of packages.
Problem 1
- shopifyextras/shopify-php-api-wrapper v1.1 requires guzzlehttp/guzzle ~5.0.3 -> satisfiable by guzzlehttp/guzzle[5.0.3] but these conflict with your requirements or minimum-stability.
- guzzlehttp/command 0.7.0 requires guzzlehttp/guzzle ~5.0 -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1, 5.3.2, 5.3.x-dev] but these conflict with your requirements or minimum-stability.
- shopifyextras/shopify-php-api-wrapper 1.1.1 requires guzzlehttp/guzzle ~5.0.3 -> satisfiable by guzzlehttp/guzzle[5.0.3] but these conflict with your requirements or minimum-stability.
- shopifyextras/shopify-php-api-wrapper 1.1.3 requires guzzlehttp/command 0.7.0 -> satisfiable by guzzlehttp/command[0.7.0].
- Installation request for shopifyextras/shopify-php-api-wrapper ^1.1 -> satisfiable by shopifyextras/shopify-php-api-wrapper[1.1.1, 1.1.3, v1.1].
Installation failed, reverting ./composer.json to its original content.
```
`
any idea how to resolve this issue.?
The text was updated successfully, but these errors were encountered:
HI,
when trying to do give the command to the composer as
composer require shopifyextras/shopify-php-api-wrapper
i am getting the response as below,
The text was updated successfully, but these errors were encountered: