{
    "name": "macroweb/biztonsagosinter",
    "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"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        {
            "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.16.2",
                "type"    : "drupal-library",
                "dist"  : {
                    "url"       : "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.16.2.zip",
                    "type"      : "zip",
                    "reference" : "4.16.2"
                }
            }
        },
        {
            "type"    : "package",
            "package" : {
                "name"    : "jackmoore/colorbox",
                "version" : "1.6.4",
                "type"    : "drupal-library",
                "source"  : {
                    "url"       : "https://github.com/jackmoore/colorbox.git",
                    "type"      : "git",
                    "reference" : "1.6.4"
                }
            }
        }
    ],
    "require": {
        "ckeditor/fakeobjects": "4.16.2",
        "composer/installers": "^1.2.0",
        "cweagans/composer-patches": "^1.0",
        "drupal/admin_toolbar": "^3.0",
        "drupal/antibot": "^2.0",
        "drupal/back_to_top": "^3.0",
        "drupal/backup_migrate": "^5.0",
        "drupal/book": "^2.0",
        "drupal/bootstrap_barrio": "^5.5",
        "drupal/captcha": "^2.0",
        "drupal/ckeditor5_paste_filter": "*",
        "drupal/ckeditor5_template": "^1.0",
        "drupal/ckeditor_accordion": "^2.0",
        "drupal/ckeditor_div_manager": "^3.0",
        "drupal/colorbox": "^2.0",
        "drupal/config_split": "^2.0@RC",
        "drupal/core-composer-scaffold": "^10.5",
        "drupal/core-project-message": "^10.5",
        "drupal/core-recommended": "^10.5",
        "drupal/disable_login": "^1.1",
        "drupal/draggableviews": "^2.0",
        "drupal/drd_agent": "^4.0",
        "drupal/dropzonejs": "^2.0@alpha",
        "drupal/editor_advanced_link": "^2.0",
        "drupal/embed": "^1.7",
        "drupal/entity_browser": "^2.0",
        "drupal/entity_embed": "^1.0",
        "drupal/entity_usage": "^2.0@beta",
        "drupal/eu_cookie_compliance": "^1.24",
        "drupal/extlink": "^2.0",
        "drupal/fakeobjects": "^2.0",
        "drupal/file_delete": "^3.0",
        "drupal/filefield_paths": "^1.0@beta",
        "drupal/htmlawed": "*",
        "drupal/image_delta_formatter": "^1.2",
        "drupal/inline_entity_form": "^3.0",
        "drupal/jquery_ui_accordion": "^2.0",
        "drupal/linkit": "^7.0",
        "drupal/masquerade": "^2.0",
        "drupal/media_entity_download": "^2.1",
        "drupal/menu_admin_per_menu": "^1.5",
        "drupal/metatag": "^2.0",
        "drupal/mimemail": "^2.0",
        "drupal/override_node_options": "^2.0",
        "drupal/pathauto": "^1.11",
        "drupal/private_files_download_permission": "^3.1",
        "drupal/recaptcha": "^3.0",
        "drupal/redirect": "^1.3",
        "drupal/responsive_favicons": "^4.0",
        "drupal/search_api": "^1.29",
        "drupal/seckit": "^2.0",
        "drupal/slick": "^3.0",
        "drupal/slick_views": "^3.0",
        "drupal/smart_trim": "^2.1",
        "drupal/spamspan": "^3.0",
        "drupal/svg_image": "^3.0",
        "drupal/upgrade_status": "^4.3",
        "drupal/view_unpublished": "^1.1",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/webform": "^6.3",
        "drupal/xmlsitemap": "^2.0",
        "drush/drush": "^12",
        "enyo/dropzone": "^5.0",
        "jackmoore/colorbox": "^1.0",
        "npm-asset/blazy": "^1.8",
        "npm-asset/exif-js": "^2.3",
        "npm-asset/slick-carousel": "^1.8",
        "oomphinc/composer-installers-extender": "~2.0",
        "vlucas/phpdotenv": "^2.4",
        "webflo/drupal-finder": "^1.0.0",
        "webmozart/path-util": "^2.3",
        "wikimedia/composer-merge-plugin": "^2.1",
        "zaporylie/composer-drupal-optimizations": "^1.0"
    },
    "require-dev": {
        "drupal/core-dev": "^10.5",
        "drupal/devel": "^5.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "zaporylie/composer-drupal-optimizations": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "wikimedia/composer-merge-plugin": true,
            "oomphinc/composer-installers-extender": true,
            "phpstan/extension-installer": false,
            "php-http/discovery": true,
            "tbachert/spi": true
        }
    },
    "extra": {
        "merge-plugin": {
            "include": [
                "web/modules/contrib/webform/composer.libraries.json"
            ]
        },
        "patches": {
            "drupal/colorbox": {
                "Integrate colorbox with remote video - #3021913-49 - NE CSERÉLD GYÁRIRA: https://atrium.macroweb.hu/gysev/node/37815#comment-189568": "patches/colorbox-remote-video-support-3021913-49-CUSTOMIZED.pach"
            },
            "drupal/core": {
                "Cannot read properties of null (reading 'nodeType') on node.page.body - #3413079-9": "https://www.drupal.org/files/issues/2024-01-08/3413079-9.patch"
            },
            "drush/drush": {
                "Drush cannot detect site-local path correctly in some environments": "patches/drush-site-local-path-detection-v6.patch"
            },
            "drupal/editor_advanced_link": {
                "Remove drupal/ckeditor dependency": "patches/editor_advanced_link-removing_drupal_ckeditor_dependency.patch"
            },
            "drupal/entity_embed": {
                "Logs flooded with warning messages \"Invalid display settings encountered\" - #3077225-10": "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 #3366282-4": "https://www.drupal.org/files/issues/2023-06-12/3366282-error-message-the-current-ckeditor5-build.patch"
            },
            "drupal/smart_trim": {
                "Call to undefined function _token_field_label() - #3566575-12": "https://www.drupal.org/files/issues/2026-01-09/3566575-12.patch"
            }
        },
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            },
            "file-mapping": {
              "[web-root]/.htaccess": false
            }
        },
        "installer-types": [
            "npm-asset"
        ],
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": [
              "type:drupal-library",
              "vendor:npm-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"]
        },
        "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"
            ]
        }
    }
}
