I'm looking at a Zend Framework 3 application on a server, and I don't see any composer.json file in the root.
I'm trying to download the entire application and add it to GitHub, but I don't want to download the vendor files (which I assume I can just download after running composer) but I'm not seeing any composer.json file to know what packages are external libraries, etc...
Does anybody know where the composer file is or what is the right way to go about this?
This is what's on the root directory