Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
41
box/example.drupal.composer.json
Normal file
41
box/example.drupal.composer.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "custom-project/drupal-vm",
|
||||
"description": "",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "",
|
||||
"role": ""
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://packages.drupal.org/8"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^1.0.20",
|
||||
"drupal-composer/drupal-scaffold": "^2.0.1",
|
||||
"drupal/core": "~8.1",
|
||||
"drupal/devel": "1.x-dev"
|
||||
},
|
||||
"replace": {
|
||||
"drupal/drupal": "*"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"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"]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 1200
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue