Skip to content

Instantly share code, notes, and snippets.

@colepacak
Created December 4, 2015 12:22
Show Gist options
  • Save colepacak/ee03c54654091ab5655b to your computer and use it in GitHub Desktop.
Save colepacak/ee03c54654091ab5655b to your computer and use it in GitHub Desktop.
{
"name": "favish/demo",
"description": "demo",
"type": "project",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"autoloader-suffix": "Drupal8"
},
"require-dev": {
"drupal/devel": "8.1.*@dev"
},
"require": {
"davidbarratt/custom-installer": "dev-master",
"cweagans/composer-patches": "~1.0",
"derhasi/composer-preserve-paths": "0.1.*",
"composer/installers": "^1.0.20",
"drupal/core": "8.0.*"
},
"extra": {
"custom-installer": {
"drupal-module": "modules/contrib/{$name}/",
"drupal-library": "vendor/{$name}/"
},
"preserve-paths": [
"modules",
"sites/default",
"vendor"
],
"_readme": [
"By default Drupal loads the autoloader from ./core/vendor/autoload.php.",
"To change the autoloader you can edit ./autoload.php."
],
"patches": {}
},
"repositories": [
{
"type": "composer",
"url": "http://drupal-packagist.webflo.io/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment