Laravel 11 not (yet) supported?
Opened this issue · 2 comments
Zignature commented
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 commented
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 commented
Cool! I'll give it a go 😃