| Server IP : 175.110.121.100 / Your IP : 10.10.10.2 Web Server : Apache/2 System : Linux webserver 6.12.0-211.34.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 15 07:56:02 EDT 2026 x86_64 User : webadmin ( 1000) PHP Version : 8.3.31 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/webadmin/domains/share.kwakkel.me/private_html/3rdparty/ |
Upload File : |
# 3rdparty Some 3rd party libraries that are necessary to run Nextcloud. [](https://www.versioneye.com/user/projects/576c043fcd6d510048bab256) ## Updating libraries manually 1. Make sure to use the latest version of composer.phar 2. Edit composer.json and adjust the version of the library to the one to update to 3. Run `composer update thevendor/thelib` (replace accordingly) 4. Delete all installed dependencies with `rm -rf ./*/` 5. Run `composer install --no-dev` 5. Run `git clean -X -d -f` 7. Run `dump-autoload` 8. Commit all changes onto a new branch 9. You might need the following command for pushing if used as submodule: `git push git@github.com:nextcloud/3rdparty.git branchname`