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

Laravel 11 not (yet) supported? #20

Open
Zignature opened this issue Sep 24, 2024 · 2 comments
Open

Laravel 11 not (yet) supported? #20

Zignature opened this issue Sep 24, 2024 · 2 comments

Comments

@Zignature
Copy link

Zignature commented Sep 24, 2024

Just created a Laravel 11.2.0 project. Tried to install Coilpack and got errors:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - expressionengine/coilpack[1.0.0, ..., 1.4.1] 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.22] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires expressionengine/coilpack 1.x -> satisfiable by expressionengine/coilpack[1.0.0, ..., 1.4.1].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

The latest v10 Laravel (10.3.3) works fine.
I'm running PHP 8.3.10 and MariaDB 10.6.18, by the way.

@bryannielsen
Copy link
Contributor

Yea we haven't released 2.0 yet but you can require Coilpack like this composer require expressionengine/coilpack:2.x-dev to test it out with Laravel 11. The release isn't far off but I'll keep this issue open until 2.0 is out

@Zignature
Copy link
Author

Cool! I'll give it a go 😃

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