Composer
What is composer?Dependency Manager for PHPHow does it relate to Drush Make?Surprisingly similar“Getting off the island”What can you do with composer on a Drupal site?download dependencies, drupal modules, themes, profiles, drush, external libraries etcHow do you download contrib modules?https://packagist.drupal-composer.org/How do you download contrib themes?^^Can you specify where to download project? ie: modules/contrib and modules/custom?composer/installers & davidbarratt/custom-installerWhere do you store custom modules/themes?Two methods: Committing to your repo or creating separate reposReference repo in you composer.jsonToran Proxydavidbarratt/custom-installerHow can you specify and download a library to go with a module?module should specify it in composer.jsonif not submit a patch, and add to your composer.json for nowPatchescweagans/composer-patchesUse Cases
drupal/drupal vs drupal/corehttp://cgit.drupalcode.org/drupal/tree/composer.jsonIf you want to use the project-repo/webcomposer create-project drupal/drupalComposer template for Drupal Projectshttps://github.com/drupal-composer/drupal-projectBuild sites from scratch with composer installUpdate drupal/modules/themes/etc. with composer update