nikaia/translation-sheet

Laravel 11 support

Opened this issue · 1 comments

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].

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