If you need to track a package with Composer but it doesn't exist in a repository, you can still manage it with Composer. Simply create a custom repository of type 'package', add it to your required packages, and proceed as normal.
- Open your
composer.jsonand add a a block to the 'repositories' array like the following.
{
"repositories": [
{
"type": "package",