Laravel 9.x not compatible with PHP 8.0.x #44702
Unanswered
nabeelgillani
asked this question in
Q&A
Replies: 3 comments 2 replies
-
This is not a bug related to Laravel, please open a support ticket at the discussion thread or seek help on Stackoverflow. Read the error message carefully and you'll find your way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Laravel ask for symfony ^6.0, so your composer.lock was generated with php 8.1 at least |
Beta Was this translation helpful? Give feedback.
0 replies
-
As per the docs it claims Laravel 9.x requires php 8.0 ... not the case it requires php 8.1... isnt that an issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Laravel 9.x does not support PHP 8.0.x when you run composer install, it gives following error
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". If you look at the composer.lock file I guess this is due to Symphony 6.1.
Where as Laaravel 9.x docs suggest it should work with PHP 8.0.x
Beta Was this translation helpful? Give feedback.
All reactions