{
    "name": "macroweb/macroweb-drupal-skeleton",
    "description": "Project template for Drupal 8 projects with composer by macroweb",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "macroweb",
            "role": ""
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": ["drupal/ckeditor_drupalbreaks", "drupal/entity_delta_formatter"]
        },
        {
          "type": "package",
          "package": {
          "name": "ckeditor/div",
            "version": "4.10.1",
            "type": "drupal-library",
            "extra": {
              "installer-name": "ckeditor/plugins/div"
            },
            "dist": {
              "url": "https://download.ckeditor.com/div/releases/div_4.10.1.zip",
              "type": "zip"
            }
          }
        },
        {
            "type"    : "package",
            "package" : {
                "name"    : "enyo/dropzone",
                "version" : "5.5.0",
                "type"    : "drupal-library",
                "source"  : {
                    "url"       : "https://github.com/enyo/dropzone.git",
                    "type"      : "git",
                    "reference" : "v5.5.0"
                }
            }
        },
        {
            "type"    : "package",
            "package" : {
                "name"    : "ckeditor/fakeobjects",
                "version" : "4.11.4",
                "type"    : "drupal-library",
                "dist"  : {
                    "url"       : "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.11.4.zip",
                    "type"      : "zip",
                    "reference" : "4.11.4"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "harvesthq/chosen",
                "version": "1.8.2",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/harvesthq/chosen/releases/download/v1.8.2/chosen_v1.8.2.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {               
            "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": "drupal/entity_delta_formatter",
                "version": "2.1.0",
                "type": "drupal-module",
                "require": {
                    "drupal/core": "^8 || ^9 || ^10 || ^11"
                },
                "source": {
                    "url": "https://git.drupalcode.org/project/entity_delta_formatter.git",
                    "type": "git",
                    "reference": "8.x-2.1"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "drupal/ckeditor_drupalbreaks",
                "version": "3.0.0",
                "type": "drupal-module",
                "require": {
                    "drupal/core": "^8 || ^9 || ^10 || ^11"
                },
                "source": {
                    "url": "https://git.drupalcode.org/project/ckeditor_drupalbreaks.git",
                    "type": "git",
                    "reference": "3.0.x"
                }
            }
        }
    ],
    "require": {
        "ckeditor/div": "4.10.1",
        "ckeditor/fakeobjects": "4.11.4",
        "composer/installers": "^1.2.0",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.0",
        "drupal/backup_migrate": "^5.1",
        "drupal/captcha": "^1.0",
        "drupal/ckeditor5_paste_filter": "^1.0",
        "drupal/ckeditor_div_manager": "^3.0",
        "drupal/ckeditor_drupalbreaks": "3.0.0",
        "drupal/classy": "^2.0",
        "drupal/colorbox": "^2.0",
        "drupal/config_split": "^2.0",
        "drupal/core-composer-scaffold": "^11",
        "drupal/core-project-message": "^11",
        "drupal/core-recommended": "^11",
        "drupal/ctools": "^4.0",
        "drupal/draggableviews": "^2.0",
        "drupal/drd_agent": "^4.0",
        "drupal/dropzonejs": "^2.0@alpha",
        "drupal/editor_advanced_link": "^2.0",
        "drupal/embed": "^1.5",
        "drupal/entity_browser": "^2.0",
        "drupal/entity_delta_formatter": "*",
        "drupal/entity_embed": "^1.0",
        "drupal/entity_usage": "^2.0@beta",
        "drupal/eu_cookie_compliance": "^1.5",
        "drupal/extlink": "^2.0",
        "drupal/fakeobjects": "^2.0",
        "drupal/filefield_paths": "^1.0@beta",
        "drupal/google_analytics": "^4.0",
        "drupal/htmlawed": "^4.1",
        "drupal/image_delta_formatter": "^1.0",
        "drupal/inline_entity_form": "^3.0",
        "drupal/linkit": "^7.0",
        "drupal/masquerade": "^2.0@beta",
        "drupal/media_entity_download": "^2.4",
        "drupal/menu_admin_per_menu": "^1.3",
        "drupal/metatag": "^2.0",
        "drupal/override_node_options": "^2.4",
        "drupal/paragraphs": "*",
        "drupal/pathauto": "^1.4",
        "drupal/recaptcha": "^3.0",
        "drupal/redirect": "^1.3",
        "drupal/responsive_favicons": "^4.0",
        "drupal/search_api": "^1.12",
        "drupal/seven": "^2.0",
        "drupal/smart_trim": "^2.2",
        "drupal/spamspan": "^3.0",
        "drupal/superfish": "^1.4",
        "drupal/upgrade_status": "^4.0",
        "drupal/video_embed_field": "^3.0",
        "drupal/view_unpublished": "^1.0@alpha",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/xmlsitemap": "^2.0",
        "drush/drush": "^13",
        "enyo/dropzone": "^5.0",
        "turbojettechnologies/colorbox": "1.7.0",
        "vlucas/phpdotenv": "^2.4",
        "webflo/drupal-finder": "^1.0.0",
        "webmozart/path-util": "^2.3",
        "zaporylie/composer-drupal-optimizations": "^1.0"
    },
    "require-dev": {
        "drupal/core-dev": "^11",
        "drupal/devel": "^5.2"
    },
    "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,
            "php-http/discovery": true,
            "phpstan/extension-installer": true,
            "tbachert/spi": true,
            "zaporylie/composer-drupal-optimizations": true
        }
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            },
            "file-mapping": {
              "[web-root]/.htaccess": false
            }
        },
        "patches": {
            "drupal/ckeditor_drupalbreaks": {
                "Automated Drupal 11 compatibility fixes for ckeditor_drupalbreaks - #3438199-MR !5": "https://git.drupalcode.org/project/ckeditor_drupalbreaks/-/merge_requests/5.diff"
            },
            "drupal/entity_delta_formatter": {
                "Automated Drupal 11 compatibility fixes for entity_delta_formatter - #3430158-MR !4": "https://git.drupalcode.org/project/entity_delta_formatter/-/merge_requests/4.diff"
            },
            "drupal/entity_embed": {
                "Logs flooded with warning messages Invalid display settings encountered - #3077225#comment-13387683": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch",
                "Array to string conversion for Media Image - #3069448-40": "https://www.drupal.org/files/issues/2023-02-01/entity-embed_array-to-string_3069448-40.patch",
                "Drupal 10.5/11.2 compatability (tooltip broken, cannot edit embedded entities - #3531672-MR!62)": "https://git.drupalcode.org/project/entity_embed/-/merge_requests/62.diff"
            },
            "drupal/htmlawed": {
                "Error message The current CKEditor 5 build requires the following elements and attributes - #15100883-4": "https://www.drupal.org/files/issues/2023-06-12/3366282-error-message-the-current-ckeditor5-build.patch"
            }
        },
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": ["type:drupal-library"],
            "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"]
        },
        "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"
            ]
        }
    }
}
