-
When I try to update via composer I get the following error:
PHP version is 7.4.29 (built: May 19 2022) Any hint would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Composer reports your PHP version as 7.3.9 and not 7.4.29. Could it be that composer does not use the same binary as the one you call directly? |
Beta Was this translation helpful? Give feedback.
-
Thank you. This is kind of weird, because I thought composer would always run on the PHP version of the cli. I'll check again … |
Beta Was this translation helpful? Give feedback.
-
Yes, you're right. composer uses PHP 7.3.9 for whatever reason. |
Beta Was this translation helpful? Give feedback.
Composer reports your PHP version as 7.3.9 and not 7.4.29.
Could it be that composer does not use the same binary as the one you call directly?