Created
June 7, 2016 10:26
-
-
Save oxyc/5c790449c2cbb6519d50a6e44b5d33f0 to your computer and use it in GitHub Desktop.
foobar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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