Unverified Commit d9030916 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 dcf8831e
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": "8bd47715a85ebca9a9e31c0d162f7b5a58e93f1d"
                "reference": "57bcca0ee7f6772c98052a6c7515df8418560402"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -528,6 +528,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
@@ -158,5 +158,11 @@
    },
    "scripts": {
        "pre-autoload-dump": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin::preAutoloadDump"
    },
    "funding": [
        {
            "type": "other",
            "url": "https://www.drupal.org/composer-fund"
        }
    ]
}