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
When trying to install the package, I get the following error in the console:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- axn/laravel-pk-int-to-bigint[1.0.0, ..., 1.2.0] require illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- axn/laravel-pk-int-to-bigint[1.3.0, ..., 1.3.2, 2.0.0] require illuminate/support ^8.0 || ^9.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- axn/laravel-pk-int-to-bigint[2.1.0, ..., 2.2.1] require illuminate/support ^8.0 || ^9.0 || ^10.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires axn/laravel-pk-int-to-bigint * -> satisfiable by axn/laravel-pk-int-to-bigint[1.0.0, ..., 1.3.2, 2.0.0, 2.1.0, 2.2.1].
Likely due to the missing illuminate/support v11 support since we are using the latest laravel-version. Any chance for an upgrade?
The text was updated successfully, but these errors were encountered:
When trying to install the package, I get the following error in the console:
Likely due to the missing illuminate/support v11 support since we are using the latest laravel-version. Any chance for an upgrade?
The text was updated successfully, but these errors were encountered: