Skip to content
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

Laravel 11 support #84

Open
boonstoppel opened this issue Mar 19, 2024 · 1 comment
Open

Laravel 11 support #84

boonstoppel opened this issue Mar 19, 2024 · 1 comment

Comments

@boonstoppel
Copy link

Problem 1
- illuminate/console[v5.8.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.2.0) does not satisfy that requirement.
- illuminate/console[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.2.0) does not satisfy that requirement.
- illuminate/console[v6.20.0, ..., 6.x-dev] require symfony/process ^4.3.4 -> found symfony/process[v4.3.4, ..., 4.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.2.0) does not satisfy that requirement.
- illuminate/console[v7.29.0, ..., 7.x-dev] require symfony/process ^5.0 -> found symfony/process[v5.0.0-BETA1, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.2.0) does not satisfy that requirement.
- illuminate/console[v8.12.0, ..., v8.18.0] require symfony/process ^5.1 -> found symfony/process[v5.1.0-BETA1, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v8.18.1, ..., v8.73.2] require symfony/process ^5.1.4 -> found symfony/process[v5.1.4, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v8.74.0, ..., 8.x-dev] require symfony/process ^5.4 -> found symfony/process[v5.4.0-BETA1, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v9.0.0-beta.1, ..., 9.x-dev] require symfony/process ^6.0 -> found symfony/process[v6.0.0-BETA1, ..., 6.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- illuminate/console[v10.0.0, ..., 10.x-dev] require symfony/process ^6.2 -> found symfony/process[v6.2.0-BETA1, ..., 6.4.x-dev] but it conflicts with your root composer.json require (^7.0).
- nikaia/translation-sheet v1.6.0 requires illuminate/console ~5.8.0|^6.0|^7.0|^8.0|^v9.0|^10.0 -> satisfiable by illuminate/console[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev].
- Root composer.json requires nikaia/translation-sheet ^1.6 -> satisfiable by nikaia/translation-sheet[v1.6.0].

@QuentinGab
Copy link

For those looking for an alternative, I've made this one: https://github.com/ElegantEngineeringTech/laravel-translator
It includes:

  • AI translation
  • AI proofread
  • Dead translation keys detection
  • missing translation keys detection
  • and more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants