Created
December 4, 2015 12:22
-
-
Save colepacak/ee03c54654091ab5655b to your computer and use it in GitHub Desktop.
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": "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