123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- {
- "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"
- },
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ],
- "require": {
- "php": ">=5.6",
- "composer/installers": "^1.7",
- "cweagans/composer-patches": "^1.6.5",
- "drupal/addtoany": "^2.0",
- "drupal/admin_toolbar": "^3.5",
- "drupal/adminimal_theme": "^1.4",
- "drupal/audiofield": "^1.13",
- "drupal/autologout": "^1.3",
- "drupal/basic": "^3.0@alpha",
- "drupal/bulkdelete": "1.x-dev@dev",
- "drupal/classy": "^1.0",
- "drupal/color_field": "^3.0",
- "drupal/composer_deploy": "^1.7",
- "drupal/config_devel": "^1.9",
- "drupal/config_filter": "^1.6",
- "drupal/config_ignore": "^3.3",
- "drupal/config_update": "^2.0@alpha",
- "drupal/context": "^5.0@RC",
- "drupal/core-composer-scaffold": "^9.1.0",
- "drupal/core-project-message": "^9.1.0",
- "drupal/core-recommended": "^9.1.0",
- "drupal/ctools": "^4.1",
- "drupal/date_range_formatter": "^4.0",
- "drupal/devel": "^5.1",
- "drupal/domain": "^2.0@beta",
- "drupal/domain_site_settings": "^1.6",
- "drupal/email_registration": "^1.1",
- "drupal/entity": "^1.4",
- "drupal/field_group": "^3.6",
- "drupal/filefield_sources": "2.0.x-dev@dev",
- "drupal/filter_perms": "^2.0",
- "drupal/honeypot": "^2.1",
- "drupal/jquery_ui_draggable": "^2.1",
- "drupal/jquery_ui_droppable": "^2.1",
- "drupal/jquery_ui_sortable": "^2.0",
- "drupal/js_cookie": "^1.0",
- "drupal/linkit": "^6.0@beta",
- "drupal/login_emailusername": "^2.1",
- "drupal/maillog": "^1.1",
- "drupal/menu_admin_per_menu": "^1.5",
- "drupal/metatag": "^2.0",
- "drupal/pathauto": "^1.13",
- "drupal/profile": "^1.0",
- "drupal/redirect": "^1.10",
- "drupal/redis": "^1.8",
- "drupal/restui": "^1.17",
- "drupal/search_api": "^1.30",
- "drupal/simple_sitemap": "^4.1",
- "drupal/synonyms": "^2.1",
- "drupal/token": "^1.15",
- "drupal/translation_views": "^1.0",
- "drupal/upgrade_status": "^3.19",
- "drupal/views_bulk_edit": "^2.9",
- "drupal/views_bulk_operations": "^4.2",
- "drupal/workflow": "^1.8",
- "drush/drush": "^10",
- "kint-php/kint": "^5.1",
- "vlucas/phpdotenv": "^2.4",
- "webflo/drupal-finder": "^1.0.0",
- "webmozart/path-util": "^2.3"
- },
- "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
- }
- },
- "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"
- },
- "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/login_emailusername": {
- "rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
- },
- "drupal/domain": {
- "Drupal 8 compatibility DROP ONCE UPDATED TO 9 !! https://www.drupal.org/project/domain/issues/3342305" : "https://www.drupal.org/files/issues/2024-03-29/d8_compatibility-3342305.patch"
- }
- },
- "old-patches": {
- "drupal/domain_site_settings": {
- "Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
- },
- "drupal/autologout": {
- "AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
- }
- },
- "drupal-scaffold": {
- "initial": {
- ".editorconfig": "../.editorconfig",
- ".gitattributes": "../.gitattributes"
- },
- "allowed-packages": [
- "drupal/core"
- ],
- "locations": {
- "web-root": "./web"
- },
- "file-mapping": {
- "[web-root]/sites/development.services.yml": false
- }
- }
- }
- }
|