rmariuzzo / Laravel-JS-Localization

🌐 Convert your Laravel messages and consume them in the front-end!
https://github.com/rmariuzzo/laravel-js-localization
MIT License
595 stars 171 forks source link

Installation error `vlucas/phpdotenv` version #139

Open marufmax opened 4 years ago

marufmax commented 4 years ago

Hi, I am using Laravel 5.7

If I do simply composer require i am getting instalation error:

  Problem 1
    - Installation request for mariuzzo/laravel-js-localization ^1.5 -> satisfiable by mariuzzo/laravel-js-localization[v1.5.0].
    - Conclusion: remove vlucas/phpdotenv v2.6.1
    - Conclusion: don't install vlucas/phpdotenv v2.6.1
    - mariuzzo/laravel-js-localization v1.5.0 requires vlucas/phpdotenv ^3.3 -> satisfiable by vlucas/phpdotenv[v3.3.0, v3.3.1, v3.3.2, v3.3.3, v3.4.0, v3.5.0,
v3.6.0].

Laravel 5.7 using vlucas/phpdotenv v2.6.1 if I try to upgrade on my require-dev then Laravel made complain.

I just switched to 1.4.7 branch to resolve this issue.

Thanks

indapublic commented 4 years ago

Same with 5.6

hmazter commented 4 years ago

Just a question, why is there a version specified for vlucas/phpdotenv here, I can not see any usage of that.

Especially since it blocks usage with Laravel 7.x

rmariuzzo commented 4 years ago

Will need to check that closely. I apologize for not resolving this faster.