I have a native php application where I used composer in order to use some libraries. Now I want to transfer the application from wamp to linux online server. Do I need to install composer to linux also and re-run it? Or just the files as they are?
Thanks