Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created June 16, 2015 18:27
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 jasonmccallister/f7fd8cc3072286c146a3 to your computer and use it in GitHub Desktop.
Save jasonmccallister/f7fd8cc3072286c146a3 to your computer and use it in GitHub Desktop.
Composer configuration for building Craft websites on Heroku
{
"require": {
"php": "~5.6.9",
"ext-gd": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-mbstring": "*",
"ext-newrelic": "*",
"ext-redis": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment