offline development projects need to use new libraries, so require
also local composer.json
, composer.lock
are updated, so push these two files online (online composer install
has installed dependencies). What command should I use to install a new local library online at this time?
require
? install
? update
?