composer tag

< BACK TO BLOG
How to use local php package when is already published

This is a very small post to remember how to use a local package when it has been already publish to packagist.org. Basically you need to tell composer from where to pull the code, the next snippet shows how to do it: Reference:...