Composer re-install on new server
If I move a website that use composer to an another server, can I just install composer on the new server and then copy by FTP the files
composer.json
and composer.lock
to the new server and all the packages in “vendor” directory to the new server instead of re-install packages one by one ?