This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Description
What is the proper composer command to update a Contenta CMS project? I don't see this documented but have seen the following discussed:
composer update contentacms/contenta_jsonapi --with-dependencies
COMPOSER_DISCARD_CHANGES=1 composer up --with-dependencies -o --prefer-dist
I will be exporting my own config and adding modules. Looking for general guidance around these kinds of things in context of Contenta CMS. Love to see if anyone has info on this to make sure I am on the right track. Thanks!