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.
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
:If I try to install
composer require illuminate/support
: