In phalcon 3.0 you can just load files using phalcon loader. You can include them whereever you want. In service definition or just in loader or whatever.
If you mean the vendor/autoload.php, then include it in your loader.php file - if you follow conventional phalcon struct. Otherwise, include it where Phalcon\Loader is initialized.