In step 2 of the setup process I get the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- electrik/electrik[0.0.1, ..., 0.0.13, 1.0.0] require illuminate/support ^9.31 -> found illuminate/support[v9.31.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- electrik/electrik[2.0.0, ..., 2.0.5] require illuminate/support ^10.10 -> found illuminate/support[v10.10.0, ..., v10.48.10] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires electrik/electrik * -> satisfiable by electrik/electrik[0.0.1, ..., 0.0.13, 1.0.0, 2.0.0, 2.0.5].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require electrik/electrik:*" to figure out if any version is installable, or "composer require electrik/electrik:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Any idea how to solve this?
In step 2 of the setup process I get the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- electrik/electrik[0.0.1, ..., 0.0.13, 1.0.0] require illuminate/support ^9.31 -> found illuminate/support[v9.31.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- electrik/electrik[2.0.0, ..., 2.0.5] require illuminate/support ^10.10 -> found illuminate/support[v10.10.0, ..., v10.48.10] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires electrik/electrik * -> satisfiable by electrik/electrik[0.0.1, ..., 0.0.13, 1.0.0, 2.0.0, 2.0.5].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require electrik/electrik:*" to figure out if any version is installable, or "composer require electrik/electrik:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Any idea how to solve this?