oliverdavies.uk/source/_talks/modern-drupal-development-with-composer.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

869 B
Raw Blame History

title description type tags speakerdeck video events
Modern Drupal Development with Composer A lightning talk on how to use Composer to manage your Drupal projects. Lightning talk
meetups
phpsw
drupal
composer
id ratio url
7a1358502526425a9cfd288f85fb32f3 1.37081659973226 https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
type id
youtube Yi_FPI3xHwc
event date
phpsw 2016-11-09

Building a Drupal application? You no longer need to download archives to add new modules or update core, or deal with Drupal specific tools to manage your codebase.

With Drupal "getting off the island" there has been an increase in the adoption of common PHP tools within the Drupal ecosystem.

In this lightning talk, Ill show how to build a Drupal application using Composer for dependency management.