-
-
Notifications
You must be signed in to change notification settings - Fork 66
codezero-be/laravel-localized-routes + Laravel 12 #120
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
Comments
Hello, |
Hi. Thank you, I’m already aware of the terrible news regarding the death of Ivan Vermeyen |
Sad to hear, Ivan helped me out a few times + this is a great package. @raldugin did you manage to set it up with Laravel 12? It's keeping me from upgrading at the moment. |
We switched to mcamara/laravel-localization. |
Hi everyone!
Does anyone have any ideas on how to solve this for Laravel 12?
./composer.json has been updated
Running composer update codezero/laravel-localized-routes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- codezero/laravel-localized-routes[1.0.0, ..., 1.3.4, 2.0.0, ..., 2.3.2] require php ^7.1 -> your php version (8.2.12) does not satisfy that requirement.
- codezero/laravel-localized-routes[2.4.0, ..., 2.6.4] require illuminate/support ^5.6|^6.0|^7.0|^8.0 -> found illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- codezero/laravel-localized-routes[2.7.0, ..., 2.8.0] require illuminate/support ^5.6|^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- codezero/laravel-localized-routes[2.9.0, ..., 2.10.2] require illuminate/support ^5.6|^6.0|^7.0|^8.0|^9.0|^10.0 -> found illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
- codezero/laravel-localized-routes[3.0.0, ..., 3.1.6] require illuminate/support ^7.0|^8.0|^9.0|^10.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
- codezero/laravel-localized-routes[4.0.0, ..., 4.0.1] require illuminate/support ^10.0|^11.0 -> found illuminate/support[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.2] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires codezero/laravel-localized-routes * -> satisfiable by codezero/laravel-localized-routes[1.0.0, ..., 1.3.4, 2.0.0, ..., 2.10.2, 3.0.0, ..., 3.1.6, 4.0.0, 4.0.1].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require codezero/laravel-localized-routes:*" to figure out if any version is installable, or "composer require codezero/laravel-localized-routes:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: