PHP composer question
- by kdub
just getting started with composer and I have a couple of questions.
When I use composer to add a dependency, the dependency gets added to my folder's Vendor directory. The newly added package not only comes with the source code for that package, but all packagist required files for the developer to test and add that package to packagist repo…