Did you check your composer.json? What php version is "required" there?
"require": {
"php": "^7.4|^8.0",
...
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello , I'm facing thi issue when I run my Lumen app on the browser.
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.0".
but when I php -v :
php -v
PHP 8.0.5 (cli) (built: May 3 2021 11:30:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.5, Copyright (c) Zend Technologies
with Zend OPcache v8.0.5, Copyright (c), by Zend Technologies
Any suggestion ?
Thanks
Please or to participate in this conversation.