hojaonline
4/6/2018 - 9:30 AM

add a new package wich is not at packagist, it's a local or non-public repository

add a new package wich is not at packagist, it's a local or non-public repository

You can run the following from the project root to add a repository to the project's composer.json

composer config repositories.repo-name vcs https://github.com/my/repo

and then add the package with

composer require package-name:dev-branchname