Commit b587b563 authored by catch's avatar catch
Browse files

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
parent 2068480a
Loading
Loading
Loading
Loading
+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
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": "4e5fce0517520b4e4adeb0505f0642b1",
    "content-hash": "1387b767469672675eafc323b5e0b55a",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -519,6 +519,7 @@
                "issues": "https://github.com/doctrine/reflection/issues",
                "source": "https://github.com/doctrine/reflection/tree/1.2.2"
            },
            "abandoned": "roave/better-reflection",
            "time": "2020-10-27T21:46:55+00:00"
        },
        {