How can I run `composer update`

I apologize if this is a stupid question,

How can I run the “composer update” command, I have hosted invoiceplan on my public domain.

Hi, to update InvoicePlane it is better for you to download the latest version from InvoicePlane - Downloads - InvoicePlane - An Open Source Invoicing Application and follow the update instructions Update InvoicePlane - InvoicePlane Wiki

If you want to update using composer, you should not use composer update but instead you should git fetch the current version of the repo and checkout to the current tag v1.7.1 (GitHub - InvoicePlane/InvoicePlane at v1.7.1 · GitHub). Then run composer install to update the components. For info on how composer works / installation see https://getcomposer.org/

1 Like