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
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.
The text was updated successfully, but these errors were encountered:
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
Just created a Laravel 11.2.0 project. Tried to install Coilpack and got errors:
The latest v10 Laravel (10.3.3) works fine.
I'm running PHP 8.3.10 and MariaDB 10.6.18, by the way.
The text was updated successfully, but these errors were encountered: