Create a folder in root and give it a specific name. Like: extensions or ext.
Add this to your composer.json
"repositories": [{
"type": "path",
"url": "DIRECTORYNAME/*/"
}],
And this in require:
"require": {
"AUTHOR/EXTENSION NAME": "*@dev"
}
Don't forget to update your composer with the following command: composer update