Loading...
 
Skip to main content

How to update composer.lock

This is to update Tiki source code to use the latest available code from composer.json, for each branch

1.1. Update composer.lock

In your branch or main/trunk/master

From your tiki root
Copy to clipboard
./temp/composer.phar update --prefer-dist --working-dir="vendor_bundled" --no-dev

--no-dev indicates to NOT get the developer packages, as this is for the standard Tiki checkout for users.

1.2. Contribute

Check changes (git diff) and commit the updated vendor_bundled/composer.lock (along with related changes to vendor_bundled/composer.json, if any). Push to your fork. Then make a merge request.

Show PHP error messages