joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
698 stars 231 forks source link

Not installable for Laravel 8 on PHP 7.4 #245

Open inDeev opened 2 years ago

inDeev commented 2 years ago

When tried to install, composer alerts, that version ^1.2 requires illuminate/support ^6.0|^7.0. When tried to install version ^2.0, composer alerts, that it requires php ^8.0 Laravel 8 support PHP since 7.3, so there is an issue in composer definition for this package.