{ "name": "adminteractive/adm", "description": "ADM Interactive Drupal distribution", "type": "drupal-profile", "minimum-stability": "dev", "prefer-stable": true, "license": "GPL-2.0-or-later", "authors": [ { "name": "ADM Interactive", "homepage": "https://www.drupal.org/project/adm", "role": "Maintainer" } ], "support": { "issues": "http://drupal.org/project/issues/adm", "source": "http://cgit.drupalcode.org/adm" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6", "drupal-composer/drupal-scaffold": "^2.2", "drupal/drupal-library-installer-plugin": "0.3", "drupal/console": "^1.0.2", "drupal/core": "~8.5", "drush/drush": "~8.0|^9.0.0-beta8", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", "drupal/admin_toolbar": "^1.20", "drupal/editor_advanced_link": "^1.4", "drupal/allowed_formats": "1.1", "drupal/dropzonejs": "2.0.0-alpha3", "drupal/linkit": "5.x-dev", "drupal/paragraphs": "^1.3", "drupal/pathauto": "^1.0", "drupal/photoswipe": "^1.0", "drupal/recaptcha": "2.x-dev", "drupal/recreate_block_content": "^2.0", "drupal/search_api": "1.6", "drupal/smart_trim": "1.1", "drupal/webform": "^5.0@beta", "drupal/entity_browser": "dev-2.x", "drupal/entity_browser_enhanced": "dev-1.x", "drupal/entity_embed": "dev-1.x", "drupal/entity_usage": "^2.0@alpha", "drupal/video_embed_field": "dev-2.x", "drupal/features": "^3.7" }, "require-dev": { "behat/mink": "~1.7", "behat/mink-goutte-driver": "~1.2", "jcalderonzumba/gastonjs": "~1.0.2", "jcalderonzumba/mink-phantomjs-driver": "~0.3.1", "mikey179/vfsstream": "~1.2", "phpunit/phpunit": ">=4.8.28 <5", "symfony/css-selector": "~2.8|~3.0" }, "conflict": { "drupal/drupal": "*" }, "config": { "sort-packages": true }, "scripts": { "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", "pre-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" ], "pre-update-cmd": [ "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" ], "post-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::createRequiredFiles", "DrupalProject\\composer\\ScriptHandler::removeGitDirectories" ], "post-update-cmd": [ "DrupalProject\\composer\\ScriptHandler::createRequiredFiles", "DrupalProject\\composer\\ScriptHandler::removeGitDirectories" ] }, "extra": { "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/contrib/{$name}": ["type:drupal-drush"] }, "enable-patching": true, "patches": { "drupal/paragraphs": { "Paragraphs asymmetric support": "https://www.drupal.org/files/issues/2461695-234.patch" } } } }