mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 19:23:22 +01:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
|
To test upgrade of a lib with composer:
|
|
|
|
composer update --no-dev --no-autoloader --dry-run ccampbell/chromephp
|
|
|
|
To upgrade a lib with composer:
|
|
|
|
composer update --no-dev --no-autoloader ccampbell/chromephp
|
|
|
|
|