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

Laravel 7 conflict with illuminate/support #40

Open
2diegoduque opened this issue Apr 27, 2021 · 0 comments
Open

Laravel 7 conflict with illuminate/support #40

2diegoduque opened this issue Apr 27, 2021 · 0 comments

Comments

@2diegoduque
Copy link

Hello, when trying to install it gives the following error due to conflicts. as investigated is why:

The laravel/framework already has illuminate/support included in the installation.

It gives the following error in console when running composer require oseintow/laravel-shopify:

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 illuminate/support ^6.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require.


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

If I try to install composer require illuminate/support:

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

  Problem 1
    - Root composer.json requires illuminate/support ^8.39, found illuminate/support[v8.39.0, 8.x-dev] but these were not loaded, likely because it conflicts with another require.


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

1 participant