oseintow / laravel-shopify

Laravel Shopify Package
71 stars 42 forks source link

php 7.2 required #33

Open apurbajnu opened 4 years ago

apurbajnu commented 4 years ago

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

impactcolor commented 4 years ago

As the error implies you need php 7.2

victorycodedev commented 3 years ago

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

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.`