kayabeyumut Hello, I am getting the following error. I tried many methods but the result did not change. Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". Currently Php versiyon : 8.1
kayabeyumut Is currently shortened from the PHP version. I upgraded to version 7.4 and solved it with a clean install.
naxvog Could you give the full composer command you are using? Some hosters will allow you to switch the webserver php version but will still need another version specific php executable in the cli. Use php --version to confirm that the cli version is indeed 8.1 If not your executable might be php8.1 or similar.