Skip to content
Snippets Groups Projects
composer.json 5.5 KiB
Newer Older
jurgenhaas's avatar
jurgenhaas committed
{
    "name": "drupal-development/eca",
    "description": "Environment for local ECA development",
    "type": "project",
    "keywords": [
        "Drupal",
        "Development",
        "Install",
        "Update"
    ],
    "homepage": "https://gitlab.lakedrops.com/drupal/development/eca",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jürgen Haas",
            "email": "juergen.haas@lakedrops.com",
            "homepage": "https://www.lakedrops.com",
            "role": "Drupal Expert"
        },
        {
            "name": "Daniel Speicher",
            "email": "daniel.speicher@lakedrops.com",
            "homepage": "https://www.lakedrops.com",
            "role": "Drupal Expert"
        },
        {
            "name": "Richard Papp",
            "email": "richard.papp@boromino.com",
            "homepage": "http://www.boromino.com",
            "role": "Drupal Expert"
        }
    ],
    "support": {
        "issues": "https://gitlab.lakedrops.com/drupal/development/eca/issues",
        "source": "https://gitlab.lakedrops.com/drupal/development/eca/tree/master"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditor/templates",
                "type": "drupal-library",
                "version": "4.11.1",
                "dist": {
                    "type": "zip",
                    "url": "https://download.ckeditor.com/templates/releases/templates_4.11.1.zip",
                    "reference": "master"
                }
            }
        }
    ],
    "require": {
        "php": ">=7.4",
        "ext-dom": "*",
        "ext-json": "*",
        "drupal/bpmn_io": "1.0.x-dev",
        "drupal/camunda": "^1.0@alpha",
        "drupal/colorbox": "^1.7",
        "drupal/commerce": "^2.30",
        "drupal/config_devel": "^1.8",
        "drupal/context_stack": "^1.0",
        "drupal/danse": "2.2.x",
        "drupal/danse_label_override": "^1.0@alpha",
        "drupal/digest": "^1.0@RC",
        "drupal/digital_signage_framework": "^2.4",
        "drupal/drd": "^4.0",
        "drupal/eca": "1.0.x-dev",
        "drupal/eca_entity_share": "1.0.x-dev",
        "drupal/eca_state_machine": "1.0.x-dev",
        "drupal/eca_tamper": "1.0.x-dev",
        "drupal/entity_share": "^3.0@RC",
        "drupal/feeds_tamper": "^2.0@beta",
        "drupal/flag": "^4.0@beta",
        "drupal/group_action": "^1.0@beta",
        "drupal/pf_alerta": "^2.1",
        "drupal/push_framework": "^2.1",
        "drupal/redirect": "^1.7",
        "drupal/rules": "^3.0@alpha",
        "drupal/services": "^4.0@beta",
        "drupal/state_machine": "^1.6",
        "drupal/views_bulk_operations": "^4.1",
        "drupal/workflow": "^1.5",
        "drupal/wysiwyg_template": "^2.3",
        "lakedrops/d9-project-scaffold": "^1.2||dev-master"
    },
    "require-dev": {
        "lakedrops/drupal-development-environment": "^3.0||dev-master"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "discard-changes": true,
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "cweagans/composer-patches": true,
            "drupal/core-composer-scaffold": true,
            "lakedrops/docker4drupal": true,
            "lakedrops/ahoy": true,
            "lakedrops/behat4drupal": true,
            "lakedrops/dorgflow": true,
            "lakedrops/drupal-environment": true,
            "lakedrops/drupal-development-environment": true
        }
    },
    "extra": {
        "patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/master/patches/d9.json",
        "drupal-scaffold": {
            "allowed-packages": [
                "drupal/core"
            ],
            "locations": {
                "web-root": "./web"
            },
            "file-mapping": {
                "[project-root]/.editorconfig": false,
                "[project-root]/.gitattributes": false,
                "[web-root]/example.gitignore": false,
                "[web-root]/INSTALL.txt": false,
                "[web-root]/README.txt": false,
                "[web-root]/sites/README.txt": false,
                "[web-root]/sites/development.services.yml": false,
                "[web-root]/sites/example.settings.local.php": false,
                "[web-root]/sites/example.sites.php": false,
                "[web-root]/modules/README.txt": false,
                "[web-root]/profiles/README.txt": false,
                "[web-root]/themes/README.txt": false
            }
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library"
            ],
            "drush/Commands/{$name}": [
                "type:drupal-drush"
            ]
        }
    }
}