Skip to content

Instantly share code, notes, and snippets.

@webflo
Created December 12, 2014 17:02
Show Gist options
  • Save webflo/8a78091892facf28e7e5 to your computer and use it in GitHub Desktop.
Save webflo/8a78091892facf28e7e5 to your computer and use it in GitHub Desktop.
D7 Composer
{
"name": "fweber/foo.dev",
"authors": [
{
"name": "Florian Weber",
"email": "florian.weber@ueberbit.de"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "http://drupal-packagist.webflo.io"
},
{
"type": "vcs",
"url": "https://github.com/tstoeckler/installers.git"
}
],
"require": {
"composer/installers": "dev-drupal-core",
"drupal/views": "7.3.8"
},
"extra": {
"installer-paths": {
"src": [
"type:drupal-core"
],
"src/modules/contrib/{$name}": [
"type:drupal-module"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment