You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
When I try to require the module, I receive this error:
How can I resolve?
The text was updated successfully, but these errors were encountered: