Some 3rd party libraries that are necessary to run Nextcloud.
- Make sure to use the latest version of composer.phar
- Edit composer.json and adjust the version of the library to the one to update to
- Run
composer update thevendor/thelib
(replace accordingly) - Delete all installed dependencies with
rm -rf ./*/
- Run
composer install --no-dev
- Run
dump-autoload
- Commit all changes onto a new branch
- You might need the following command for pushing if used as submodule:
git push [email protected]:nextcloud/3rdparty.git branchname