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

Version requirements are incorrect #450

Open
javilaurin opened this issue Jan 4, 2024 · 0 comments
Open

Version requirements are incorrect #450

javilaurin opened this issue Jan 4, 2024 · 0 comments

Comments

@javilaurin
Copy link

javilaurin commented Jan 4, 2024

As seen in packagist, the required versions are:

But, the required packages also require different versions of php

  • symfony/finder^6 requires php: >=8.2 ⚠️
  • also, both illuminate packages, at its lowest 9.0 version require php ^8.0.2

So, this package from version 0.6.4 implicitly requires that the version of php is >=8.2

Also, it should be noted the Laravel version compatibility:

Laravel Translation Manager Laravel
>=0.5.5 Laravel >=5.5 && <=8
>=0.6.0 && <=0.6.3 Laravel >=6 && <=9
>=0.6.4 Laravel >=9
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

1 participant