{ "name": "drupal-composer/drupal-project", "description": "Project template for Drupal 8 projects with composer", "type": "project", "license": "GPL-2.0-or-later", "authors": [ { "name": "", "role": "" } ], "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "php": ">=7.3", "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6.5", "drupal-composer/drupal-scaffold": "^2.5", "drupal/amswap": "^2.0", "drupal/auto_entitylabel": "2.x-dev", "drupal/commerce": "^2.12", "drupal/commerce_license": "^2.0@alpha", "drupal/commerce_migrate": "^2.0", "drupal/commerce_monetico": "^1.0", "drupal/commerce_pricelist": "2.x-dev", "drupal/commerce_recurring": "1.x-dev", "drupal/commerce_variation_cart_form": "1.x-dev", "drupal/computed_field": "^2.0@beta", "drupal/config_split": "^1.4", "drupal/console": "^1.0.2", "drupal/consumer_image_styles": "3.x-dev", "drupal/core": "^8.7.1", "drupal/entity_clone": "^1.0", "drupal/error_log": "^1.0", "drupal/genpass": "1.x-dev", "drupal/image_delta_formatter": "1.x-dev", "drupal/jsonapi_extras": "^3.7", "drupal/jsonrpc": "1.x-dev", "drupal/login_history": "1.x-dev", "drupal/mailgun": "1.x-dev", "drupal/mailsystem": "^4.1", "drupal/migrate_plus": "4.x-dev", "drupal/migrate_tools": "4.x-dev", "drupal/mimemail": "1.x-dev", "drupal/modules_weight": "^1.8", "drupal/restui": "^1.16", "drupal/search_api_autocomplete": "^1.2", "drupal/search_api_page": "1.x-dev", "drupal/search_api_solr": "^3.0", "drupal/select_translation": "1.x-dev", "drupal/simplenews": "1.x-dev", "drupal/subrequests": "^2.0", "drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_validation": "^2.1", "drupal/ultimate_cron": "2.x-dev", "drupal/views_conditional": "1.x-dev", "drush/drush": "^9.0.0", "vlucas/phpdotenv": "^2.4", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", "wikimedia/composer-merge-plugin": "^1.4", "zaporylie/composer-drupal-optimizations": "^1.0" }, "require-dev": { "webflo/drupal-core-require-dev": "^8.6.0" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true }, "autoload": { "classmap": [ "scripts/composer/ScriptHandler.php" ], "files": ["load.environment.php"] }, "scripts": { "pre-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" ], "pre-update-cmd": [ "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" ], "post-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" ], "post-update-cmd": [ "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" ] }, "extra": { "composer-exit-on-patch-failure": true, "patchLevel": { "drupal/core": "-p2" }, "merge-plugin": { "include": [ "web/profiles/d8-starterkit-profile/composer.json" ], "recurse": true, "replace": false, "merge-extra": true }, "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/{$name}": ["type:drupal-drush"] }, "patches": { "drupal/core": { "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch" }, "drupal/migrate_tools": { "The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch" }, "drupal/email_registration": { "allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch" } }, "drupal-scaffold": { "initial": { ".editorconfig": "../.editorconfig", ".gitattributes": "../.gitattributes" } } } }