Skip to content
Snippets Groups Projects
composer.json 11.7 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",
Brian Weaver's avatar
Brian Weaver committed
    "repositories": [{
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
bcweaver's avatar
bcweaver committed
bcweaver's avatar
bcweaver committed
    },
Brian Weaver's avatar
Brian Weaver committed
    "require-dev": {},
bcweaver's avatar
bcweaver committed
    "conflict": {
Brian Weaver's avatar
Brian Weaver committed
        "drupal/drupal": "*"
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-types": ["library"],
        "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"]
        },
        "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}",
            "includes": [
                "sites/default/default.services.pantheon.preproduction.yml",
                "sites/default/settings.pantheon.php"
            ],
            "excludes": [
                ".csslintrc",
                ".editorconfig",
                ".eslintignore",
                ".eslintrc.json",
                ".htaccess",
                "web.config"
            ]
        },
        "patches": {
            "drupal/core": {
Brian Weaver's avatar
Brian Weaver committed
                "2799049": "patches/role_based_email_access-2799049-d87.patch",
Brian Canini's avatar
Brian Canini committed
                "2862291": "https://www.drupal.org/files/issues/2019-07-02/2862291-21.patch",
Brian Canini's avatar
Brian Canini committed
                "2949017": "https://www.drupal.org/files/issues/2019-12-12/2949017-59.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": {
                "3060223": "https://www.drupal.org/files/issues/2019-10-17/%20entity_clone-corrupted-paragraph-cloning-3060223-5.patch"
Brian Canini's avatar
Brian Canini committed
            "drupal/honeypot": {
                "2811189": "https://www.drupal.org/files/issues/2019-08-08/honeypot_field_weight_2811189-18.patch"
            },
Brian Canini's avatar
Brian Canini committed
            "drupal/linkit": {
Brian Weaver's avatar
Brian Weaver committed
                "2712951": "https://www.drupal.org/files/issues/2019-11-27/linkit_for_link_field-2712951-140.patch"
            "drupal/menu_block": {
                "2809699": "https://www.drupal.org/files/issues/2020-05-03/2809699-162-dynamic-block-titles.patch",
                "2950943": "https://www.drupal.org/files/issues/2020-05-21/2950943-40.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"
bcweaver's avatar
bcweaver committed
            }
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "platform": {
            "php": "7.3"
bcweaver's avatar
bcweaver committed
        }
    }