{
    "name": "ceonline/ceonline-d10",
    "description": "CE Online Training Courses - Drupal 10.6.15 (migration destination from Drupal 7.105). Functional-equivalence migration. No new business functionality.",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/drupal",
    "require": {
        "php": ">=8.3",
        "composer/installers": "^2.0",
        "dompdf/dompdf": "^3.0",
        "drupal/acl": "^2.0",
        "drupal/address": "^2.0",
        "drupal/block_class": "^4.0",
        "drupal/bootstrap": "3.40.0",
        "drupal/captcha": "^2.0",
        "drupal/ckeditor_accordion": "^2.3",
        "drupal/commerce": "^3.3",
        "drupal/commerce_abandoned_carts": "^2.0",
        "drupal/commerce_authnet": "^1.14",
        "drupal/config_split": "^2.0",
        "drupal/content_access": "^2.1",
        "drupal/core-composer-scaffold": "10.6.15",
        "drupal/core-project-message": "10.6.15",
        "drupal/core-recommended": "10.6.15",
        "drupal/ctools": "^4.1",
        "drupal/custom_breadcrumbs": "^1.1",
        "drupal/diff": "^2.1",
        "drupal/email_registration": "^1.4",
        "drupal/entity": "^1.7",
        "drupal/entity_print": "^2.19",
        "drupal/eva": "^3.1",
        "drupal/flag": "^5.0",
        "drupal/flood_control": "^3.0",
        "drupal/google_analytics": "^4.0",
        "drupal/google_tag": "^2.0",
        "drupal/inline_entity_form": "^3.0",
        "drupal/jquery_ui_datepicker": "^2.1",
        "drupal/mailchimp": "^3.1",
        "drupal/mailsystem": "^4.5",
        "drupal/masquerade": "^2.2",
        "drupal/migrate_plus": "^6.0",
        "drupal/migrate_tools": "^6.1",
        "drupal/mimemail": "^2.0",
        "drupal/module_filter": "^5.0",
        "drupal/pathauto": "^1.15",
        "drupal/persistent_login": "^2.2",
        "drupal/realname": "^2.0",
        "drupal/stringoverrides": "^2.0",
        "drupal/token": "^1.17",
        "drupal/video_filter": "^1.2",
        "drupal/views_aggregator": "^2.1",
        "drupal/views_autocomplete_filters": "^2.0",
        "drupal/views_bulk_operations": "^4.4",
        "drupal/views_data_export": "^1.10",
        "drupal/views_merge_rows": "^2.3",
        "drupal/webform": "^6.3"
    },
    "require-dev": {
        "drupal/core-dev": "10.6.15",
        "drupal/devel": "^5.5",
        "drupal/reroute_email": "^2.2",
        "drush/drush": "^13"
    },
    "conflict": {
        "drupal/drupal": "*",
        "drupal/rules": "*",
        "drupal/eca": "*",
        "drupal/php": "*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    ],
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": 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
        }
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "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"
            ]
        }
    }
}
