+14
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -20,6 +20,10 @@ | ||
"drupal": {
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
},
|
||
"assets": {
|
||
"type": "composer",
|
||
"url": "https://asset-packagist.org"
|
||
}
|
||
},
|
||
"require": {
|
||
| @@ -50,9 +54,16 @@ | ||
"config": {
|
||
"bin-dir": "bin/",
|
||
"secure-http": false,
|
||
"github-protocols": [
|
||
"https,ssh"
|
||
]
|
||
"optimize-autoloader": true,
|
||
"preferred-install": {
|
||
"drupal/core": "dist"
|
||
},
|
||
"allow-plugins": {
|
||
"composer/installers": true,
|
||
"cweagans/composer-patches": true,
|
||
"oomphinc/composer-installers-extender": true,
|
||
"drupal/core-composer-scaffold": true
|
||
}
|
||
},
|
||
"extra": {
|
||
"drupal-scaffold": {
|
||
Loading