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?
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?