Unverified Commit 4330e9a0 authored by Alex Pott's avatar Alex Pott
Browse files

task: #3573359 Add funding key to composer.json

By: prudloff
By: thejimbirch
By: sivaji_ganesh_jojodae
By: longwave
By: drumm
By: hestenet
By: larowlan
parent 459e902a
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "3a46eee48869daf39ae2bf07f79e6bf13fcf18aa"
                "reference": "824cbcf21d9a38c0706b622145be4a6498065910"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -533,6 +533,12 @@
                "GPL-2.0-or-later"
            ],
            "description": "Drupal is an open source content management platform powering millions of websites and applications.",
            "funding": [
                {
                    "type": "other",
                    "url": "https://www.drupal.org/composer-fund"
                }
            ],
            "transport-options": {
                "relative": true
            }
+7 −1
Original line number Diff line number Diff line
@@ -163,5 +163,11 @@
    },
    "scripts": {
        "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump"
    },
    "funding": [
        {
            "type": "other",
            "url": "https://www.drupal.org/composer-fund"
        }
    ]
}