shopperlabs / shopper-react

:warning: [ABANDONED] An eCommerce administration built with Laravel 5 for create online shop.
https://laravelshopper.io
Other
247 stars 69 forks source link

error including shopper package #30

Closed elmehdimrh closed 3 years ago

elmehdimrh commented 3 years ago

I tried to add shopper package to LARAVEL 7 application but get this error.

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - mckenziearts/shopper V1.1.2 requires spatie/ssl-certificate ^1.13 -> satisfiable by spatie/ssl-certificate[1.13.0, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.16.0, 1.16.1, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.19.0, 1.19.1, 1.20.0, 1.21.0, 1.21.1, 1.22.0].
mckenziearts commented 3 years ago

Only support for Laravel 5

elmehdimrh commented 3 years ago

I resolved the error by enabling the intl extension (php.ini) on my system.

Thank you.