Commit 1ec35ba5 authored by catch's avatar catch
Browse files

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
parent 80102634
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -95,10 +95,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"
@@ -110,6 +106,10 @@
        {
            "type": "path",
            "url": "composer/Plugin/VendorHardening"
        },
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    ]
}
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "a0aee7917924874fecf8fc9af3c86275",
    "content-hash": "9161a37538aad8987aab3995c16a79b4",
    "packages": [
        {
            "name": "asm89/stack-cors",