Skip to content
Snippets Groups Projects
composer.json 12.6 KiB
Newer Older
bcweaver's avatar
bcweaver committed
{
    "name": "osu-asc-webservices/d8-upstream",
    "description": "OSU ASC Pantheon custom upstream for Drupal 8",
    "type": "project",
    "license": "None",
bcweaver's avatar
bcweaver committed
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
            "type": "package",
            "package": {
                "name": "browserstate/history.js",
                "version": "1.8.0",
                "type": "drupal-library",
                "source": {
                    "url": "https://github.com/browserstate/history.js",
                    "type": "git",
                    "reference": "origin/master"
                }
            }
            "type": "package",
            "package": {
                "name": "ckeditor/indentblock",
                "version": "4.8.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "indentblock"
                },
                "dist": {
                    "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "~1.0"
                }
            }
bcweaver's avatar
bcweaver committed
        {
            "type": "package",
            "package": {
                "name": "desandro/imagesloaded",
                "version": "4.1.4",
                "type": "drupal-library",
                "source": {
                    "url": "https://github.com/desandro/imagesloaded",
                    "type": "git",
                    "reference": "origin/master"
                }
            }
        },
            "type": "package",
            "package": {
                "name": "desandro/masonry",
                "version": "4.2.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
                    "type": "zip"
                }
            }
bcweaver's avatar
bcweaver committed
        {
            "type": "package",
            "package": {
Brian Weaver's avatar
Brian Weaver committed
                "name": "gdsmith/jquery.easing",
                "version": "1.4.1",
                "type": "drupal-library",
                "source": {
                    "url": "https://github.com/gdsmith/jquery.easing",
                    "type": "git",
                    "reference": "origin/master"
                }
bcweaver's avatar
bcweaver committed
            }
        }
    ],
    "require": {
        "php": ">=7.3",
bcweaver's avatar
bcweaver committed
    },
    "conflict": {
Brian Weaver's avatar
Brian Weaver committed
        "drupal/drupal": "*"
bcweaver's avatar
bcweaver committed
    },
    "provide": {
        "drupal/ckeditor": "*"
    },
bcweaver's avatar
bcweaver committed
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "classmap": [
            "scripts/composer/ScriptHandler.php"
        ]
    },
    "scripts": {
        "build-assets": [
            "@prepare-for-pantheon",
            "composer install --optimize-autoloader --no-dev"
        ],
        "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
        "prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon",
        "post-install-cmd": [
            "@drupal-scaffold",
            "rm -rf vendor/simplesamlphp/simplesamlphp/config",
            "cp -r config/simplesamlphp/config vendor/simplesamlphp/simplesamlphp/config",
            "rm -f web/simplesaml",
            "ln -s ../vendor/simplesamlphp/simplesamlphp/www web/simplesaml",
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ],
        "post-package-install": [
            "rm -rf web/modules/smtp/.git"
bcweaver's avatar
bcweaver committed
        "post-update-cmd": [
Brian Weaver's avatar
Brian Weaver committed
            "rm -rf vendor/simplesamlphp/simplesamlphp/config",
            "cp -r config/simplesamlphp/config vendor/simplesamlphp/simplesamlphp/config",
            "rm -f web/simplesaml",
            "ln -s ../vendor/simplesamlphp/simplesamlphp/www web/simplesaml",
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
bcweaver's avatar
bcweaver committed
        ],
        "post-create-project-cmd": [
            "@drupal-scaffold",
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ]
    },
    "extra": {
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "enyo/dropzone",
                "desandro/masonry",
                "dimsemenov/magnific-popup"
            ],
            "web/modules/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/{$name}": [
                "type:drupal-theme"
            ],
            "drush/contrib/{$name}": [
                "type:drupal-drush"
            ]
bcweaver's avatar
bcweaver committed
        },
        "build-env": {
            "install-cms": [
                "drush site-install standard --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes",
                "drush pm-enable config_direct_save simple_block --yes",
                "drush pm-uninstall block_content --yes"
            ],
            "export-configuration": "drush config-export --yes"
        },
        "drupal-scaffold": {
            "source": "https://raw.githubusercontent.com/pantheon-systems/drops-8-scaffolding/{version}/{path}",
                "web-root": "web/"
                "[web-root]/INSTALL.txt": false,
                "[web-root]/README.txt": false,
                "[web-root]/example.gitignore": false,
                "[web-root]/modules/README.txt": false,
                "[web-root]/profiles/README.txt": false,
                "[web-root]/sites/README.txt": false,
                "[web-root]/themes/README.txt": false,
                "[web-root]/web.config": false
bcweaver's avatar
bcweaver committed
        },
        "patches": {
            "drupal/core": {
                "2862291": "https://www.drupal.org/files/issues/2021-01-11/2862291-34.patch",
Michael Lee's avatar
Michael Lee committed
                "2949017": "https://www.drupal.org/files/issues/2019-12-12/2949017-59.patch",
                "rm nolink": "patches/rm-nolink.patch"
Brian Canini's avatar
Brian Canini committed
            },
Brian Weaver's avatar
Brian Weaver committed
                "UTC Time Adjustment": "patches/utc-time-adjustment.patch"
            "drupal/entity_clone": {
                "3050027": "https://www.drupal.org/files/issues/2022-10-10/entity_clone-clone_layout_builder-3050027-34.patch"
            "drupal/entity_embed": {
                "3077225": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch"
            },
Brian Canini's avatar
Brian Canini committed
            "drupal/honeypot": {
                "2811189": "https://www.drupal.org/files/issues/2022-05-25/honeypot-field_weight-2811189-27_0.patch"
Brian Canini's avatar
Brian Canini committed
            },
            "drupal/inline_entity_form": {
                "3208279": "https://www.drupal.org/files/issues/2021-05-08/inline_entity_form-n3208279-13.patch"
Brian Canini's avatar
Brian Canini committed
            "drupal/linkit": {
                "2712951": "https://www.drupal.org/files/issues/2021-04-07/linkit-for-link-field-2712951-216.patch"
Brian Canini's avatar
Brian Canini committed
            "drupal/multiple_fields_remove_button": {
                "Adding Date Range": "patches/multiple_fields_remove_button-daterange-addition.patch"
            },
Brian Canini's avatar
Brian Canini committed
            "drupal/social_media_links": {
                "Remove Google Plus": "patches/rm-googleplus.patch"
            },
            "mehrpadin/superfish": {
                "Fontawesome Tags": "patches/superfish-fontawesome-tags.patch"
            },
            "drupal/views_ajax_history": {
                "3028400": "https://www.drupal.org/files/issues/2019-05-16/wrong-url-with-infinit-scroll-3028400-1.patch"
bcweaver's avatar
bcweaver committed
            }
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "platform": {
            "php": "7.3"
        },
        "allow-plugins": {
            "simplesamlphp/composer-module-installer": true,
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "drupal/console-extend-plugin": true,
            "drupal/core-composer-scaffold": true,
            "oomphinc/composer-installers-extender": true
bcweaver's avatar
bcweaver committed
        }
    }