Composer/Laravel install package from existing files when external repository no longer exists
问题 I have the following problem: I have an old project which uses Laravel 4.2, PHP 5.5.9 and Composer. I'm trying to set it up on a different computer (With Laravel 4.2.2 and PHP 5.6) but one of the required packages has a dependency which is missing because whoever was managing that GitHub account decided to remove it. Thus, the required package can't be installed via Composer. Now, the old project has these packages downloaded and I can copy both of them manually. What I don't know, is how to