You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my PHP version is 8.03. And during composer install I am getting a lot of error messages, like this:
Problem 13
- doctrine/inflector v1.3.0 requires php ^7.1 -> your php version (8.0.3) does not satisfy that requirement.
- laravel/framework v5.1.46 requires doctrine/inflector ~1.0 -> satisfiable by doctrine/inflector[v1.3.0].
- laravel/framework is locked to version v5.1.46 and an update of this package was not requested.
How can I install using my PHP version?
The text was updated successfully, but these errors were encountered:
Hi, my PHP version is 8.03. And during
composer install
I am getting a lot of error messages, like this:How can I install using my PHP version?
The text was updated successfully, but these errors were encountered: