-
- Downloads
Issue #3179875 by greg.1.anderson, longwave, catch, Mixologic: Path...
Issue #3179875 by greg.1.anderson, longwave, catch, Mixologic: Path repositories need to be listed first for Composer 2
... | ... | @@ -94,10 +94,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" | ||
... | ... | @@ -109,6 +105,10 @@ |
{ | ||
"type": "path", | ||
"url": "composer/Plugin/VendorHardening" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
] | ||
} |
Please register or sign in to comment