Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require error with Laravel 11 #60

Open
lionalex opened this issue May 21, 2024 · 1 comment
Open

Require error with Laravel 11 #60

lionalex opened this issue May 21, 2024 · 1 comment

Comments

@lionalex
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants