Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active December 25, 2015 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmolivas/6946709 to your computer and use it in GitHub Desktop.
Save jmolivas/6946709 to your computer and use it in GitHub Desktop.
Drupal 7 default make file + guzzle & composer_autoload
$Id$
; API
api = 2
; Core
core = 7.x
; Drupal project.
projects[drupal][type] = core
projects[drupal][version] = 7.x
projects[drupal][download][type] = git
projects[drupal][download][branch] = 7.x
; Modules
projects[composer] = 1.x-dev
projects[] = composer_autoload
projects[] = guzzle
; how to use it
; $ drush make ...
; $ drush si ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment