Linking Private GitHub Repositories as Composer Dependencies
When you work with multiple Composer-based repositories, you might find the need to share some PHP code between them. If these were public repositories, this article would be a lot shorter. However, since they're private, you can't just add them to the composer.json and expect it to work. But don't worry—it's not that difficult to set up either.
Drazen
Published 17th Sep 2024