signifly / laravel-shopify

Make requests to the Shopify API from your Laravel app
https://www.notion.so/signifly/Laravel-Shopify-424709fa6dd84defb0879ab8a1cb29fa
MIT License
201 stars 38 forks source link

Require error with Laravel 11 #60

Open lionalex opened 5 months ago

lionalex commented 5 months ago

When I try to require the module, I receive this error:

  Problem 1
    - signifly/laravel-shopify[v1.2.0, ..., v1.2.4] require illuminate/contracts ^8.0|^9.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - signifly/laravel-shopify[v1.2.5, ..., v1.2.7] require illuminate/contracts ^8.0|^9.0|^10.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.10] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires signifly/laravel-shopify ^1.2 -> satisfiable by signifly/laravel-shopify[v1.2.0, ..., v1.2.7].

How can I resolve?

LambdaDigamma commented 5 months ago

In theory Laravel 11 seems to be supported according to composer.json. But it seems like they forgot to tag a new version. In the mean time you can use "signifly/laravel-shopify": "dev-master" in your composer.json – but be aware that this may lead to unexpected version updates in the future.