+4
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -104,10 +104,6 @@ | ||
"phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --"
|
||
},
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
},
|
||
{
|
||
"type": "path",
|
||
"url": "core"
|
||
| @@ -119,6 +115,10 @@ | ||
{
|
||
"type": "path",
|
||
"url": "composer/Plugin/VendorHardening"
|
||
},
|
||
{
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
}
|
||
]
|
||
} |
||
+2
−1
Loading