After our repositories are all set in Artifactory, we can go ahead and integrate these into our composer project by following the below steps:
Navigate into your project folder and locate your composer.json or config.json file
Configure the "repositories" tag to use your virtual repository so both local and remote can be used
(ex: <art-url>/artifactory/api/composer/<repository key>)