I'm upgrading from a very old version and running into trouble. I installed composer fine and can see the autoloader file on my server but my php files can't seem to find it.
Warning: require(../../../../vendor/autoload.php): failed to open stream: No such file or directory in /home/vcolmarc/public_html/googleapi/examples/AdWords/v201702/Reporting/DownloadCriteriaReportWithAwql.php on line 19
Fatal error: require(): Failed opening required '../../../../vendor/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vcolmarc/public_html/googleapi/examples/AdWords/v201702/Reporting/DownloadCriteriaReportWithAwql.php on line 19
I'm wondering if I installed composer in the wrong place or if I am going about this all wrong. Help?