зеркало из https://github.com/nextcloud/3rdparty.git
Improvements at documentation
Add a note to prevent future developers to specify a wrong version of a package. Is necessary to write the full version number. Ref: https://github.com/nextcloud/3rdparty/pull/1304#discussion_r1094930891 Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Родитель
af47867ec7
Коммит
304857aeda
|
@ -7,7 +7,7 @@ Some 3rd party libraries that are necessary to run Nextcloud.
|
|||
## Updating libraries manually
|
||||
|
||||
1. Make sure to use the latest version of composer: `composer self-update`
|
||||
2. Edit composer.json and adjust the version of the library to the one to update to
|
||||
2. Edit composer.json and adjust the version of the library to the one to update to. Pay attention to use the full version number (i.e. ^5.3.14).
|
||||
3. Run `composer update thevendor/thelib` (replace accordingly)
|
||||
4. Delete all installed dependencies with `rm -rf ./*/`
|
||||
5. Run `composer install --no-dev`
|
||||
|
|
Загрузка…
Ссылка в новой задаче