Skip to content

Instantly share code, notes, and snippets.

@oxyc
Created June 7, 2016 10:26
Show Gist options
  • Save oxyc/5c790449c2cbb6519d50a6e44b5d33f0 to your computer and use it in GitHub Desktop.
Save oxyc/5c790449c2cbb6519d50a6e44b5d33f0 to your computer and use it in GitHub Desktop.
foobar
{
"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"
}
],
"require": {
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "~1.0",
"drupal/core": "~8.0"
},
"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"]
},
"patches": {
"drupal/core": {
"Foobar": "https://www.drupal.org/files/issues/reintroduce_views-1853524-90.patch"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment