-
i can't add health package to my app even tho i have both php8 and laravel 8 [InvalidArgumentException] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
it was problem with php version that composer use |
Beta Was this translation helpful? Give feedback.
it was problem with php version that composer use
it show me php 8 when i use php -v
but if i run composer update it say i have php 7.3.3
i did fix it with
"ea-php80 /opt/cpanel/composer/bin/composer update"
to tell composer witch version of php to use
all this was on Cpanel with multi php versions installed for many profiles