Skip to content

Instantly share code, notes, and snippets.

@mikebell
Created January 4, 2016 17:37
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 mikebell/75ae3ef0e7f3bd4f7b82 to your computer and use it in GitHub Desktop.
Save mikebell/75ae3ef0e7f3bd4f7b82 to your computer and use it in GitHub Desktop.
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packagist.drupal-composer.org"
},
{
"type": "git",
"url": "https://github.com/md-systems/pathauto"
}
],
"require": {
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "~1.0",
"drupal/core": "8.0.*",
"drush/drush": "~8.0",
"drupal/console": "~0.9",
"drupal/bootstrap": "8.3.0-beta2",
"drupal/google_analytics": "8.2.0-rc1",
"drupal/metatag": "8.1.0-beta3",
"drupal/token": "8.1.0-alpha1",
"drupal/pathauto": "dev-8.x-1.x"
},
"require-dev": {
"behat/mink": "~1.6",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "^1.1@dev",
"jcalderonzumba/mink-phantomjs-driver": "dev-master#10d7c48c9a4129463052321b52450d98983c4332",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "2.7.*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": "sh ./scripts/composer/post-install.sh"
},
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment