I have a question: I am working in a Laravel project with php7.4. Now I have updated my server to php8.0, but when I do composer update
I get several errors like:
Problem 1
- Root composer.json requires symfony/translation 4.3.8 -> satisfiable by symfony/translation[v4.3.8].
- symfony/translation v4.3.8 requires php ^7.1.3 -> your php version (8.0.19) does not satisfy that requirement.
What is a good way to detect the minimal working version for all this packages? Now I try to find the Github-packages and try to find the requirements, but thats a lot of work. Is there a smart way to update this packages?