{
    "name": "macroweb/macroweb-drupal-skeleton",
    "description": "Project template for Drupal 11 projects with composer by macroweb, based on recipes",
    "version": "2.0.17",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "macroweb",
            "role": ""
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        {
            "type": "composer",
            "url": "https://oauth2@git.macroweb.hu/api/v4/group/19/-/packages/composer/packages.json"
        },
        {
            "type"    : "package",
            "package" : {
                "name": "enyo/dropzone",
                "version": "5.9.3",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip",
                    "type": "zip"
                }
            }
        },
        {               
            "type": "package",
            "package": {
                "name": "turbojettechnologies/colorbox",
                "version": "1.7.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/TurbojetTechnologies/colorbox/archive/refs/tags/1.7.0.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type"    : "package",
            "package" : {
                "name"    : "splidejs/splide",
                "version" : "4.1.3",
                "type"    : "drupal-library",
                "source"  : {
                    "url"       : "https://github.com/Splidejs/splide.git",
                    "type"      : "git",
                    "reference" : "master"
                }
            }
        },
        {
            "type"    : "package",
            "package" : {
                "name"    : "splidejs/splide-extension-auto-scroll",
                "version" : "0.5.3",
                "type"    : "drupal-library",
                "source"  : {
                    "url"       : "https://github.com/Splidejs/splide-extension-auto-scroll.git",
                    "type"      : "git",
                    "reference" : "master"
                }
            }
        }
    ],
    "require": {
        "composer/installers": "^2.0",
        "cweagans/composer-patches": "^1.0",
        "drupal/core-composer-scaffold": "^11.4",
        "drupal/core-project-message": "^11.4",
        "drupal/core-recommended": "^11.4",
        "drush/drush": "^13",
        "macroweb/recipe-base": "^1.0",
        "macroweb/recipe-media": "^1.1",
        "macroweb/recipe-paragraphs-documents": "^1.0",
        "macroweb/recipe-paragraphs-gallery": "^1.0",
        "macroweb/recipe-paragraphs-slideshow": "^1.0",
        "macroweb/recipe-paragraphs-text": "^1.0",
        "macroweb/recipe-paragraphs-view": "^1.0",
        "macroweb/recipe-system-emails": "^1.0",
        "oomphinc/composer-installers-extender": "~2.0",
        "wikimedia/composer-merge-plugin": "^2.1"
    },
    "require-dev": {
        "drupal/core-dev": "^11.4"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "oomphinc/composer-installers-extender": true,
            "php-http/discovery": true,
            "phpstan/extension-installer": true,
            "symfony/runtime": true,
            "tbachert/spi": true,
            "wikimedia/composer-merge-plugin": true
        }
    },
    "extra": {
        "merge-plugin": {
            "include": [
                "web/recipes/*/*/composer.json"
            ],
            "recurse": false,
            "replace": false,
            "ignore-duplicates": true,
            "merge-extra": true,
            "merge-extra-deep": true
        },
        "patches-from-dependencies": true,
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            },
            "file-mapping": {
              "[web-root]/.htaccess": false
            }
        },
        "installer-types": [
            "npm-asset",
            "bower-asset"
        ],
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "vendor:npm-asset",
                "vendor:bower-asset"
            ],
            "web/modules/contrib/{$name}": ["type:drupal-module"],
            "web/profiles/contrib/{$name}": ["type:drupal-profile"],
            "web/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "web/modules/custom/{$name}": ["type:drupal-custom-module"],
            "web/themes/custom/{$name}": ["type:drupal-custom-theme"],
            "web/recipes/{$vendor}/{$name}": ["type:drupal-recipe"]
        },
        "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 drupal/recommended-project 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"
            ]
        }
    }
}
