Composer dependencies require a PHP version ">= 7.3.4" #4561
Unanswered
larsneo
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
The version served by the web server can be different than the CLI version. Is this locally? What OS are you on? |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you're dealing with PHP issues anyway, maybe you should considering just upgrading to PHP 8. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
when trying to install a module within the statamic-frontend (3.2.17) an error occures
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.4". You are running 7.2.34-nmm1. in /www/htdocs/w123456/statamic/vendor/composer/platform_check.php on line 24
but the cli-version via php -v in the shell is already
PHP 7.4.23 (cli) (built: Sep 8 2021 04:43:38) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.4.0, Copyright (c) 2002-2020, by ionCube Ltd.
installation of modules via command line works as expected. any clue about this?
Beta Was this translation helpful? Give feedback.
All reactions