Composer detected issues in your platform

Fresh upgrade from 1.511 to 1.6

step 3
Open http://yourdomain.com/index.php/setup and follow the instructions. The app will run all updates on its own.

I get this returned
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.1.0”.

my host uses PHP Version 8.0.26

remove composer.lock
open composer.json
change the required PHP version from 8.1 to 8.0
composer install

Thanks
2 things

All i see in the composer.json file to change is this
“require”: {
“codeigniter/framework”: “3.1.13”,
“league/omnipay”: “^3.2”,
“mpdf/mpdf”: “^8.1”,
“omnipay/stripe”: “*”,
“paragonie/random_compat”: “^2.0”,
“phpmailer/phpmailer”: “^6.6”,
“setasign/fpdf”: “^1.8”,
“vlucas/phpdotenv”: “^5.5”

i have added “php”: “>=8.0”,

secondly I’m unclear on composer install comment.
it seems this needs to be done at the sysadmin level is that right?

1 Like

secondly I’m unclear on composer install comment.
it seems this needs to be done at the sysadmin level is that right

You are correct. I’ll assume you have shared hosting and that you cannot reach the command line of the server, is that correct?
Are you able to install InvoicePlane locally with, fkr example, Docker?