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

php 7.2 required #33

Open
apurbajnu opened this issue Dec 25, 2019 · 2 comments
Open

php 7.2 required #33

apurbajnu opened this issue Dec 25, 2019 · 2 comments

Comments

@apurbajnu
Copy link

apurbajnu commented Dec 25, 2019

Using version ^2.0 for oseintow/laravel-shopify
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- illuminate/support v6.8.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.7.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.6.2 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.6.1 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.6.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.5.2 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.5.1 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.5.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.4.1 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.3.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.2.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.1.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.0.4 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.0.3 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.0.2 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.0.1 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- illuminate/support v6.0.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
- oseintow/laravel-shopify v2.0.0 requires illuminate/support ^6.0 -> satisfiable by illuminate/support[v6.0.0, v6.0.1, v6.0.2, v6.0.3, v6.0.4, v6.1.0, v6.2.0, v6.3.0, v6.4.1, v6.5.0, v6.5.1, v6.5.2, v6.6.0, v6.6.1, v6.6.2, v6.7.0, v6.8.0].
- Installation request for oseintow/laravel-shopify ^2.0 -> satisfiable by oseintow/laravel-shopify[v2.0.0].

@apurbajnu apurbajnu reopened this Dec 25, 2019
@apurbajnu apurbajnu changed the title php 7.2 requrire php 7.2 required Dec 25, 2019
@impactcolor
Copy link

As the error implies you need php 7.2

@victorycodedev
Copy link

I tried using this package in my Laravel 8 project, and i keep getting the following error when i try to install it using composer.
`Using version ^2.0 for oseintow/laravel-shopify
./composer.json has been updated
Running composer update oseintow/laravel-shopify
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires oseintow/laravel-shopify ^2.0 -> satisfiable by oseintow/laravel-shopify[v2.0.0].
- oseintow/laravel-shopify v2.0.0 requires guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.2).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.`

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