{ "name": "drupal/drupal", "description": "Drupal is an open source content management platform powering millions of websites and applications.", "type": "project", "license": "GPL-2.0+", "require": { "drupal/core": "^8.4", "wikimedia/composer-merge-plugin": "~1.3", "drupal/pathauto": "1.x-dev", "drupal/restui": "1.x-dev", "drupal/rules": "3.0-alpha3", "drupal/google_analytics": "^2.1", "drupal/address": "1.x-dev", "drupal/simple_oauth": "2.x-dev", "drupal/group": "1.x-dev", "drupal/masquerade": "2.x-dev", "drupal/admin_toolbar": "^1.18", "mjaschen/phpgeo": "^1.3", "drupal/ctools": "3.x-dev", "drupal/views_field_view": "1.x", "drupal/inline_entity_form": "^1.0@beta", "composer/installers": "^1.0.24", "drupal/bootstrap": "^3.3", "drupal/panels": "^4.1", "drupal/page_manager": "^4.0@beta", "drupal/bootstrap_layouts": "^5.1", "webflo/drupal-finder": "^0.3.0", "drupal/fontawesome": "^1.2", "cweagans/composer-patches": "^1.6", "drupal/email_registration": "1.x-dev", "drupal/computed_field": "2.x-dev", "drupal/viewfield": "3.x-dev", "drupal/entity_reference_revisions": "^1.3", "drupal/paragraphs": "^1.1", "drupal/recaptcha": "^2.2", "drupal/eu_cookie_compliance": "1.x-dev", "drupal/social_api": "^1.1", "drupal/social_auth": "^1.0", "drupal/social_auth_google": "^1.0", "drupal/social_auth_facebook": "^1.0", "drupal/metatag": "^1.2", "drupal/addtoany": "^1.8", "drupal/better_messages": "^1.0@alpha", "drupal/password_policy": "3.x-dev", "drush/drush": "^9.0" }, "require-dev": { }, "replace": { }, "minimum-stability": "dev", "prefer-stable": true, "config": { "preferred-install": "dist", "autoloader-suffix": "Drupal8", "platform": {"php": "7.0"} }, "extra": { "_readme": [ "By default Drupal loads the autoloader from ./vendor/autoload.php.", "To change the autoloader you can edit ./autoload.php.", "This file specifies the packages.drupal.org repository.", "You can read more about this composer repository at:", "https://www.drupal.org/node/2718229" ], "merge-plugin": { "include": [ "core/composer.json" ], "recurse": false, "replace": false, "merge-extra": false }, "installer-paths": { "core": ["type:drupal-core"], "modules/contrib/{$name}": ["type:drupal-module"], "profiles/contrib/{$name}": ["type:drupal-profile"], "themes/{$name}": ["type:drupal-theme"], "drush/contrib/{$name}": ["type:drupal-drush"], "modules/custom/{$name}": ["type:drupal-custom-module"], "themes/custom/{$name}": ["type:drupal-custom-theme"] }, "patches":{ "drupal/ctools": { "Patch for CTools auto-submit": "https://www.drupal.org/files/issues/2475595-ctools-autocomplete-fix-47.patch" }, "zendframework/zend-diactoros": { "Authorization Headers missing": "./patches/auth_header_missing_fix.patch" } } }, "autoload": { "psr-4": { "Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer" } }, "scripts": { "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump", "post-autoload-dump": [ "Drupal\\Core\\Composer\\Composer::ensureHtaccess", "Drupal\\Core\\Composer\\Composer::configurePhpcs" ], "post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", "post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ] }