Issue #3179875 by greg.1.anderson, Mixologic: Path repositories need to be...
Issue #3179875 by greg.1.anderson, Mixologic: Path repositories need to be listed first for Composer 2
Showing
... | ... | @@ -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" | ||
} | ||
] | ||
} |
Please register or sign in to comment