Laravel-ShopifyAPI icon indicating copy to clipboard operation
Laravel-ShopifyAPI copied to clipboard

Laravel 7 conflict with illuminate/support

Open 2diegoduque opened this issue 4 years ago • 0 comments

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
    - bnmetrics/laravel-shopify-api[1.0.0, ..., 1.0.5] require illuminate/support ~5.4 -> found illuminate/support[v5.4.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires bnmetrics/laravel-shopify-api ^1.0 -> satisfiable by bnmetrics/laravel-shopify-api[1.0.0, ..., 1.0.5].


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.

2diegoduque avatar Apr 27 '21 15:04 2diegoduque