Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/dds_core / composer.json
Size: Mime:
{
    "name": "novicell/dds_core",
    "description": "Novicell Premium package for Drupal 8 projects",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/drupal",
    "support": {
        "docs": "https://www.drupal.org/docs/user_guide/en/index.html",
        "chat": "https://www.drupal.org/node/314178"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://packages.drupal.dk/php/"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "require": {
        "composer/installers": "^1.2",
        "cweagans/composer-patches": "^1.6.5",
        "drupal/core-composer-scaffold": "^9.0",
        "drupal/core-project-message": "^9.0",
        "drupal/core-vendor-hardening": "^9.0",
        "drupal/core": "9.0.2 as 8.9.0",
        "drush/drush": "^10.0",
        "novicell/dds_content": "^1.6",
        "novicell/dds_content_hierarchy": "^2.3",
        "novicell/dds_cookieinfo": "^2.3",
        "novicell/dds_dynamic_key_value": "^1.1",
        "novicell/dds_editors": "^1.2",
        "novicell/dds_employee": "^1.0",
        "novicell/dds_icons": "^1.6",
        "novicell/dds_media": "^2.6",
        "novicell/dds_monitor": "^1.2",
        "novicell/dds_premium_installer": "^2.5",
        "novicell/dds_search": "^1.5",
        "novicell/dds_seo": "^1.3",
        "novicell/dds_site_settings": "^2.2",
        "novicell/dds_translation": "^1.0",
        "symfony/filesystem": "~3.0",
        "zaporylie/composer-drupal-optimizations": "^1.1"
    },
    "require-dev": {
        "drupal/devel": "~4.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "autoload": {
        "classmap": [
            "scripts/composer/ScriptHandler.php"
        ]
    },
    "scripts": {
        "pre-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "pre-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "post-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::copyDropzoneLibrary",
            "DrupalProject\\composer\\ScriptHandler::askForRemovingGitDirs"
        ],
        "post-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::copyDropzoneLibrary",
            "DrupalProject\\composer\\ScriptHandler::askForRemovingGitDirs"
        ]
    },
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "drupal/core"
            ],
            "locations": {
                "web-root": "webroot/"
            },
            "file-mapping": {
                "[web-root]/robots.txt": {
                    "append": "assets/robots-additions.txt"
                },
                "[web-root]/sites/development.services.yml": {
                    "mode": "replace",
                    "path": "assets/development.services.yml",
                    "overwrite": false
                }
            }
        },
        "installer-paths": {
            "webroot/core": ["type:drupal-core"],
            "webroot/libraries/{$name}": ["type:drupal-library", "type:npm-asset", "type:bower-asset"],
            "webroot/modules/contrib/{$name}": ["type:drupal-module"],
            "webroot/profiles/contrib/{$name}": ["type:drupal-profile"],
            "webroot/themes/contrib/{$name}": ["type:drupal-theme"],
            "webroot/drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "webroot/modules/custom/{$name}": ["type:drupal-custom-module"],
            "webroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
        },
        "drupal-core-project-message": {
            "include-keys": ["homepage", "support"],
            "post-create-project-cmd-message": [
                "<bg=blue;fg=white>                                                         </>",
                "<bg=blue;fg=white>  Congratulations, you’ve installed the Drupal codebase  </>",
                "<bg=blue;fg=white>  from the novicell/dds_core template!                   </>",
                "<bg=blue;fg=white>                                                         </>",
                "",
                "<bg=yellow;fg=black>Next steps</>:",

                "  * Install the site: https://www.drupal.org/docs/8/install",
                "  * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
                "  * Get support: https://www.drupal.org/support",
                "  * Get involved with the Drupal community:",
                "      https://www.drupal.org/getting-involved",
                "  * Remove the plugin that prints this message:",
                "      composer remove drupal/core-project-message"
            ]
        },
        "installer-types": [
            "npm-asset",
            "bower-asset"
        ],
        "patches": {
            "drupal/core": {
                "(#2999491) Allow creation of reuseable inline blocks": "https://www.drupal.org/files/issues/2019-07-17/drupal8-layout-builder-reusable-2999491-24.patch",
                "(#3042190) Creating a block that uses Ajax adds multiple blocks": "https://www.drupal.org/files/issues/2019-05-04/3042190-3.patch",
                "(#2449895) Imported PO files have no public URL but have a link at admin/content/files": "https://www.drupal.org/files/issues/2019-10-31/2449895-63.patch",
                "(#3080606) Reorder Layout Builder sections": "https://www.drupal.org/files/issues/2019-12-03/3080606-reorder-layout-sections-28.patch",
                "(#3100712) Fixes Drupal\\Core\\Config\\DatabaseStorage::write() must be of the type array, boolean given": "https://www.drupal.org/files/issues/2020-01-08/3100712-8-wsod-on-config-page.patch",
                "(#2985199) Extensions in Multisite Directories Not Registered When Rebuilding Cache": "https://www.drupal.org/files/issues/2019-10-05/drupal-Rebuilding_Cache-2985199-48.patch"
            },
            "drupal/paragraphs": {
                "(#2901390) Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2019-08-10/paragraphs-set_langcode_widgets-290139_updated.patch"
            },
            "drupal/search_api_exclude_entity": {
                "Drupal 9 compatibility": "patches/search_api_exclude_entity-d9-compatibility.patch"
            },
            "drupal/elasticsearch_connector": {
                "Drupal 9 compatibility": "patches/elasticsearch_connector-d9-compatibility.patch"
            },
            "drupal/adminimal_theme": {
                "Drupal 9 compatibility": "patches/adminimal_theme-d9-compatibility.patch"
            }
        }
    }
}