Organizing Project Dependencies

Organizing Project Dependencies

No matter what language or framework you use, you are bound to have dependencies. The days of copying blocks of code into projects has been replaced with package managers. Each major language has its own. PHP, of course, has Composer. Recently, as I looked at some of...