From 29f5d8e04bf4b6ec969f6d1d5cb001a542c1d4a4 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 14 Aug 2024 23:36:38 +0200 Subject: [PATCH] cleaned all unused modules --- composer.json | 17 - composer.lock | 2415 +---------------- .../custom/rest_config/rest_config.info.yml | 7 - .../custom/rest_config/rest_config.module | 24 - .../rest/resource/ConfigRestResource.php | 106 - web/modules/dev/migrate_booster/README.md | 43 - .../install/migrate_booster.settings.yml | 3 - .../dev/migrate_booster/drush.services.yml | 6 - .../migrate_booster/migrate_booster.drush.inc | 30 - .../migrate_booster/migrate_booster.info.yml | 7 - .../migrate_booster/migrate_booster.module | 15 - .../migrate_booster.services.yml | 5 - .../src/Command/MigrateBoosterCommand.php | 10 - .../src/Commands/MigrateBoosterCommands.php | 61 - .../src/HooksEnablerSubscriber.php | 29 - .../migrate_booster/src/MigrateBooster.php | 115 - web/profiles/d8-starterkit-profile | 2 +- 17 files changed, 2 insertions(+), 2893 deletions(-) delete mode 100644 web/modules/custom/rest_config/rest_config.info.yml delete mode 100644 web/modules/custom/rest_config/rest_config.module delete mode 100644 web/modules/custom/rest_config/src/Plugin/rest/resource/ConfigRestResource.php delete mode 100644 web/modules/dev/migrate_booster/README.md delete mode 100644 web/modules/dev/migrate_booster/config/install/migrate_booster.settings.yml delete mode 100644 web/modules/dev/migrate_booster/drush.services.yml delete mode 100644 web/modules/dev/migrate_booster/migrate_booster.drush.inc delete mode 100644 web/modules/dev/migrate_booster/migrate_booster.info.yml delete mode 100644 web/modules/dev/migrate_booster/migrate_booster.module delete mode 100644 web/modules/dev/migrate_booster/migrate_booster.services.yml delete mode 100644 web/modules/dev/migrate_booster/src/Command/MigrateBoosterCommand.php delete mode 100644 web/modules/dev/migrate_booster/src/Commands/MigrateBoosterCommands.php delete mode 100644 web/modules/dev/migrate_booster/src/HooksEnablerSubscriber.php delete mode 100644 web/modules/dev/migrate_booster/src/MigrateBooster.php diff --git a/composer.json b/composer.json index 45a62136..cbf8addf 100644 --- a/composer.json +++ b/composer.json @@ -71,17 +71,11 @@ "drupal/audiofield": "^1.10", "drupal/auto_entitylabel": "^3.1", "drupal/better_messages": "^2.0@alpha", - "drupal/ckeditor_codemirror": "^2.3", - "drupal/ckeditor_font": "^1.2", - "drupal/ckeditor_uploadimage": "^2.0", "drupal/colorbutton": "^1.3", "drupal/commerce": "^2.0", "drupal/commerce_cart_api": "^1.4", - "drupal/commerce_cart_redirection": "^3.0", "drupal/commerce_email": "^1.5", "drupal/commerce_license": "^3.0", - "drupal/commerce_migrate": "^3.1", - "drupal/commerce_monetico": "^1.0", "drupal/commerce_pricelist": "^2.4", "drupal/commerce_recurring": "^1.0@RC", "drupal/commerce_stripe": "^1.1", @@ -92,12 +86,10 @@ "drupal/config_pages": "^2.9", "drupal/config_split": "^2.0@beta", "drupal/consumer_image_styles": "^4.0", - "drupal/content_sync": "^2.x-dev@dev", "drupal/core-composer-scaffold": "9.5.9", "drupal/core-project-message": "9.5.9", "drupal/core-recommended": "9.5.9", "drupal/ctools": "^4.0", - "drupal/debug_bar": "^1.4", "drupal/devel": "^5.0", "drupal/devel_entity_updates": "^4.1", "drupal/editor_advanced_link": "^2", @@ -116,18 +108,11 @@ "drupal/image_effects": "^3.x-dev@dev", "drupal/js_cache_buster": "^1.0", "drupal/jsonapi_extras": "^3.21", - "drupal/jsonrpc": "^2.0", - "drupal/login_destination": "^2.x-dev@dev", "drupal/login_history": "^1.x-dev", "drupal/login_tracker": "^2.0", - "drupal/mailgun": "^1.x-dev", "drupal/mailjet": "3.0.x-dev@dev", - "drupal/mailsystem": "^4.1", "drupal/masquerade": "^2.x-dev@dev", "drupal/maxlength": "^2.1", - "drupal/migrate_plus": "^5.x-dev@dev", - "drupal/migrate_tools": "^5.x-dev@dev", - "drupal/mimemail": "^1.x-dev", "drupal/modules_weight": "^1.8", "drupal/pagerer": "^2.3", "drupal/password_policy": "^4.0", @@ -139,7 +124,6 @@ "drupal/pwa": "^2.1@beta", "drupal/redirect": "^1.x-dev@dev", "drupal/redis": "^1.5", - "drupal/reroute_email": "^2.1", "drupal/restui": "^1.16", "drupal/role_delegation": "^1.1", "drupal/role_expire": "^3.0", @@ -172,7 +156,6 @@ "drupal/vde_drush": "^2.1", "drupal/views_conditional": "^1.x-dev", "drupal/views_data_export": "^1.1", - "drupal/views_ef_fieldset": "^1.5", "drupal/views_field_view": "1.x-dev@dev", "drupal/webform": "^6.0", "drupal/workflow": "^1.5", diff --git a/composer.lock b/composer.lock index a8ed48d7..e36b94f7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c89f12f367d46ecfec03e7a72b2c3584", + "content-hash": "2251ed6a30fbdac84a8b3d094e35b28c", "packages": [ { "name": "algolia/places", @@ -225,72 +225,6 @@ "installer-name": "ckeditor.link" } }, - { - "name": "clue/stream-filter", - "version": "v1.6.0", - "source": { - "type": "git", - "url": "https://github.com/clue/stream-filter.git", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "Clue\\StreamFilter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering" - } - ], - "description": "A simple and modern approach to stream filtering in PHP", - "homepage": "https://github.com/clue/php-stream-filter", - "keywords": [ - "bucket brigade", - "callback", - "filter", - "php_user_filter", - "stream", - "stream_filter_append", - "stream_filter_register" - ], - "support": { - "issues": "https://github.com/clue/stream-filter/issues", - "source": "https://github.com/clue/stream-filter/tree/v1.6.0" - }, - "funding": [ - { - "url": "https://clue.engineering/support", - "type": "custom" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-02-21T13:15:14+00:00" - }, { "name": "codemirror/codemirror", "version": "5.61.1", @@ -2265,40 +2199,6 @@ }, "time": "2024-04-29T13:26:35+00:00" }, - { - "name": "drupal-ckeditor-libraries-group/font", - "version": "4.20.0", - "source": { - "type": "git", - "url": "https://github.com/drupal-ckeditor-libraries-group/font.git", - "reference": "3a5572e78e64e2bfe60410203e6e03bf7f0d9f80" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/drupal-ckeditor-libraries-group/font/zipball/3a5572e78e64e2bfe60410203e6e03bf7f0d9f80", - "reference": "3a5572e78e64e2bfe60410203e6e03bf7f0d9f80", - "shasum": "" - }, - "type": "drupal-library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later", - "LGPL-2.1-or-later", - "MPL-1.1" - ], - "description": "CKEditor 4 font plugin", - "homepage": "https://ckeditor.com/cke4/addon/font", - "keywords": [ - "CKEditor", - "font", - "plugin" - ], - "support": { - "issues": "https://github.com/ckeditor/ckeditor4/issues", - "source": "https://github.com/ckeditor/ckeditor4/tree/master/plugins/font" - }, - "time": "2022-01-25T09:28:39+00:00" - }, { "name": "drupal/address", "version": "1.12.0", @@ -3359,107 +3259,6 @@ "source": "https://git.drupalcode.org/project/betterlogin" } }, - { - "name": "drupal/block_class", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "29cfdb646ef83210f0eced30b38243339158fe3f" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1615217722", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Todd Nienkerk", - "homepage": "https://www.drupal.org/u/todd-nienkerk", - "role": "Maintainer" - }, - { - "name": "Renato Gonçalves (RenatoG)", - "homepage": "https://www.drupal.org/u/RenatoG", - "email": "renatog@ciandt.com", - "role": "Maintainer" - }, - { - "name": "Neslee Canil Pinto", - "homepage": "https://www.drupal.org/u/neslee-canil-pinto", - "role": "Maintainer" - }, - { - "name": "Aaron Stanush", - "homepage": "https://www.drupal.org/u/aaron-stanush", - "role": "Maintainer" - }, - { - "name": "David Suissa (DYdave)", - "homepage": "https://www.drupal.org/u/DYdave", - "role": "Maintainer" - }, - { - "name": "Four Kitchens", - "homepage": "https://www.drupal.org/user/358502", - "role": "Maintainer" - }, - { - "name": "berenddeboer", - "homepage": "https://www.drupal.org/u/berenddeboer", - "role": "Maintainer" - }, - { - "name": "elliotttf", - "homepage": "https://www.drupal.org/u/elliotttf", - "role": "Maintainer" - }, - { - "name": "Michal Minecki (mirzu)", - "homepage": "https://www.drupal.org/u/mirzu", - "role": "Maintainer" - }, - { - "name": "Patrick Coffey (pcoffey)", - "homepage": "https://www.drupal.org/u/pcoffey", - "role": "Maintainer" - }, - { - "name": "Taylor Smith (tsmith512)", - "homepage": "https://www.drupal.org/u/tsmith512", - "role": "Maintainer" - } - ], - "description": "Allows assigning classes to Blocks.", - "homepage": "https://www.drupal.org/project/block_class", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/block_class", - "issues": "https://www.drupal.org/project/issues/block_class", - "irc": "irc://irc.freenode.org/drupal-contribute" - } - }, { "name": "drupal/bulkdelete", "version": "dev-1.x", @@ -3672,180 +3471,6 @@ "source": "https://git.drupalcode.org/project/ckeditor" } }, - { - "name": "drupal/ckeditor_codemirror", - "version": "2.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_codemirror.git", - "reference": "8.x-2.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_codemirror-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "8909e59baaf1dd8f899c617559ed7807f07d6307" - }, - "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8.8 || ^9.0" - }, - "require-dev": { - "drupal/coder": "^8.3", - "phpcompatibility/php-compatibility": "10.x-dev" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.4", - "datestamp": "1654635495", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Nickolay Leshchev (Plazik)", - "homepage": "https://www.drupal.org/u/plazik", - "role": "Maintainer" - }, - { - "name": "Christopher C. Wells (wells)", - "homepage": "https://www.drupal.org/u/wells", - "role": "Co-maintainer" - } - ], - "description": "Adds the CKEditor CodeMirror source syntax highlighter plugin.", - "homepage": "https://drupal.org/project/ckeditor_codemirror", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/ckeditor_codemirror", - "issues": "https://www.drupal.org/project/issues/ckeditor_codemirror?version=8.x" - } - }, - { - "name": "drupal/ckeditor_font", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_font.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_font-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "241fe4cae2ba8d82b25846a72b374177fb617347" - }, - "require": { - "drupal-ckeditor-libraries-group/font": "^4.13.1", - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1655833902", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "cobenash", - "homepage": "https://www.drupal.org/user/2138470" - }, - { - "name": "darol100", - "homepage": "https://www.drupal.org/user/2667123" - }, - { - "name": "dinarcon", - "homepage": "https://www.drupal.org/user/909522" - }, - { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" - }, - { - "name": "Webbeh", - "homepage": "https://www.drupal.org/user/1160608" - } - ], - "description": "This plugin adds Font Size and Font Family dropdowns that applies as inline element style.", - "homepage": "https://www.drupal.org/project/ckeditor_font", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/ckeditor_font", - "issues": "http://drupal.org/project/issues/ckeditor_font" - } - }, - { - "name": "drupal/ckeditor_uploadimage", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_uploadimage.git", - "reference": "8.x-2.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_uploadimage-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "5ef494654bfa2b8a502f2ac8953e36e15a41ae00" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.0", - "datestamp": "1587641759", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Roland Michael dela Peña (arpeggio)", - "homepage": "https://www.webfoobar.com", - "role": "Maintainer" - }, - { - "name": "mertres", - "homepage": "https://www.drupal.org/user/3513520" - } - ], - "description": "Integrates CKEditor's Upload Image plugin to Drupal. This enables Drupal's default WYSIWYG text editor capable of uploading images that were dropped or pasted from clipboard into the editor as inline image.", - "homepage": "https://drupal.org/project/ckeditor_uploadimage", - "support": { - "source": "https://git.drupalcode.org/project/ckeditor_uploadimage" - } - }, { "name": "drupal/colorbutton", "version": "1.4.0", @@ -4087,58 +3712,6 @@ "issues": "https://www.drupal.org/project/issues/commerce_cart_api" } }, - { - "name": "drupal/commerce_cart_redirection", - "version": "3.0.5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/commerce_cart_redirection.git", - "reference": "3.0.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_cart_redirection-3.0.5.zip", - "reference": "3.0.5", - "shasum": "362dcdf3a4a3e686dca238737d26e369d6b32190" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.0.5", - "datestamp": "1604876635", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "AndyD328", - "homepage": "https://www.drupal.org/user/2261214" - }, - { - "name": "calbasi", - "homepage": "https://www.drupal.org/user/318818" - } - ], - "description": "Redirect to your cart page after adding a product to it", - "homepage": "https://www.drupal.org/project/commerce_cart_redirection", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/commerce_cart_redirection", - "issues": "https://www.drupal.org/project/issues/commerce_cart_redirection" - } - }, { "name": "drupal/commerce_checkout", "version": "2.39.0", @@ -4327,141 +3900,6 @@ "issues": "https://www.drupal.org/project/issues/commerce_license" } }, - { - "name": "drupal/commerce_migrate", - "version": "3.2.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/commerce_migrate.git", - "reference": "3.2.0-alpha1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_migrate-3.2.0-alpha1.zip", - "reference": "3.2.0-alpha1", - "shasum": "06a058249b12821e8de01e078ebacf776ce54f6a" - }, - "require": { - "cweagans/composer-patches": "~1.0", - "drupal/commerce": "^2.0", - "drupal/core": "^9.3", - "drupal/migrate_plus": "*" - }, - "require-dev": { - "drupal/coder": "^8", - "drupal/commerce": "*", - "drupal/commerce_shipping": "^2.0", - "drupal/migrate_plus": "5.x-dev", - "drupal/migrate_source_csv": "^3.4", - "drupal/paragraphs": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.2.0-alpha1", - "datestamp": "1640166199", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Centarro", - "homepage": "https://www.drupal.org/user/3661446" - }, - { - "name": "andyg5000", - "homepage": "https://www.drupal.org/user/808668" - }, - { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" - }, - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" - }, - { - "name": "joachim", - "homepage": "https://www.drupal.org/user/107701" - }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "quietone", - "homepage": "https://www.drupal.org/user/2572884" - }, - { - "name": "rszrama", - "homepage": "https://www.drupal.org/user/49344" - } - ], - "description": "Provides Commerce-specific Migrate handlers.", - "homepage": "https://www.drupal.org/project/commerce_migrate", - "support": { - "source": "https://git.drupalcode.org/project/commerce_migrate", - "issues": "https://www.drupal.org/project/issues/commerce_migrate", - "slack": "#migrate" - } - }, - { - "name": "drupal/commerce_monetico", - "version": "1.0.0-beta3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/commerce_monetico.git", - "reference": "8.x-1.0-beta3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_monetico-8.x-1.0-beta3.zip", - "reference": "8.x-1.0-beta3", - "shasum": "a853d3ae2ef9a3158f85fd58744098fa10d74da9" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "require-dev": { - "drupal/commerce_payment": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta3", - "datestamp": "1590345736", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "ArnaudDabouis", - "homepage": "https://www.drupal.org/user/2231116" - }, - { - "name": "steveoriol", - "homepage": "https://www.drupal.org/user/320603" - } - ], - "homepage": "https://www.drupal.org/project/commerce_monetico", - "support": { - "source": "https://git.drupalcode.org/project/commerce_monetico" - } - }, { "name": "drupal/commerce_number_pattern", "version": "2.39.0", @@ -5690,73 +5128,6 @@ "source": "https://git.drupalcode.org/project/content_lock" } }, - { - "name": "drupal/content_sync", - "version": "dev-2.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/content_sync.git", - "reference": "83ceaebbdf96cdf5243f90eea1a7c3ecdbb90aa2" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, - "drupal": { - "version": "8.x-2.1+77-dev", - "datestamp": "1631149945", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Blanca.Esqueda", - "homepage": "https://www.drupal.org/u/blancaesqueda", - "role": "Maintainer" - }, - { - "name": "David Gil Hidalgo", - "homepage": "https://www.drupal.org/u/dabito", - "role": "Maintainer" - }, - { - "name": "David Nova", - "homepage": "https://www.drupal.org/u/david4lim", - "role": "Maintainer" - }, - { - "name": "Andrés Moncada", - "homepage": "https://www.drupal.org/u/acmoncadab4", - "role": "Contributor" - }, - { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/2865869/committers" - } - ], - "description": "Content Sync functionality.", - "homepage": "http://drupal.org/project/content_sync", - "support": { - "source": "https://git.drupalcode.org/project/content_sync", - "issues": "http://drupal.org/project/content_sync" - } - }, { "name": "drupal/context", "version": "5.0.0-rc1", @@ -6532,51 +5903,6 @@ "source": "https://git.drupalcode.org/project/date_range_formatter" } }, - { - "name": "drupal/debug_bar", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/debug_bar.git", - "reference": "d3d9a4a9e3f69504fb957947bb60726e17737e4e" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.4+1-dev", - "datestamp": "1572603185", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Chi", - "homepage": "https://www.drupal.org/user/556138" - } - ], - "description": "A simple toolbar with debug information.", - "homepage": "https://www.drupal.org/project/debug_bar", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/debug_bar", - "issues": "https://www.drupal.org/project/issues/debug_bar" - } - }, { "name": "drupal/devel", "version": "5.1.2", @@ -6753,192 +6079,6 @@ "chat": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/domain", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/domain.git", - "reference": "818fd0f29657f4fb955afcac636cd58219ce4857" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "require-dev": { - "drupal/domain_access": "*", - "drupal/domain_config": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1624549976", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "agentrickard", - "homepage": "https://www.drupal.org/user/20975" - }, - { - "name": "nonsie", - "homepage": "https://www.drupal.org/user/29899" - } - ], - "description": "Creates domain records within a Drupal installation.", - "homepage": "https://www.drupal.org/project/domain", - "support": { - "source": "https://git.drupalcode.org/project/domain" - } - }, - { - "name": "drupal/domain_alias", - "version": "dev-1.x", - "require": { - "drupal/core": "^8 || ^9", - "drupal/domain": "*" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1624549976", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "agentrickard", - "homepage": "https://www.drupal.org/user/20975" - }, - { - "name": "nonsie", - "homepage": "https://www.drupal.org/user/29899" - } - ], - "description": "Maps multiple host requests to a single domain record.", - "homepage": "https://www.drupal.org/project/domain", - "support": { - "source": "https://git.drupalcode.org/project/domain" - } - }, - { - "name": "drupal/domain_config", - "version": "dev-1.x", - "require": { - "drupal/core": "^8 || ^9", - "drupal/domain": "*" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1624549976", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "agentrickard", - "homepage": "https://www.drupal.org/user/20975" - }, - { - "name": "nonsie", - "homepage": "https://www.drupal.org/user/29899" - } - ], - "description": "Allows domain specific configuration.", - "homepage": "https://www.drupal.org/project/domain", - "support": { - "source": "https://git.drupalcode.org/project/domain" - } - }, - { - "name": "drupal/domain_site_settings", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/domain_site_settings.git", - "reference": "a66721e8620d27430fd6123a4353545c4a9f36b4" - }, - "require": { - "drupal/core": "^8.8 || ^9", - "drupal/domain": "^1.0", - "drupal/domain_config": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.3+14-dev", - "datestamp": "1626772445", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "JeroenT", - "homepage": "https://www.drupal.org/user/2228934" - }, - { - "name": "aloknarwaria", - "homepage": "https://www.drupal.org/user/906640" - }, - { - "name": "malaynayak", - "homepage": "https://www.drupal.org/user/3529755" - } - ], - "description": "Basic Site Setting for Domains.", - "homepage": "https://www.drupal.org/project/domain_site_settings", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/domain_site_settings", - "issues": "https://www.drupal.org/project/issues/domain_site_settings" - } - }, { "name": "drupal/editor_advanced_link", "version": "2.2.4", @@ -8240,59 +7380,6 @@ "source": "https://git.drupalcode.org/project/flood_control" } }, - { - "name": "drupal/formatter_suite", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/formatter_suite.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/formatter_suite-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "ac7bd151141e4b362d02744e8ea125d7e6919af2" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1595830765", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "nadeau", - "homepage": "https://www.drupal.org/user/103422" - }, - { - "name": "toamit", - "homepage": "https://www.drupal.org/user/2820523" - } - ], - "description": "Field formaters to present numbers, text, links, etc.", - "homepage": "https://www.drupal.org/project/formatter_suite", - "keywords": [ - "Drupal", - "Format" - ], - "support": { - "source": "http://cgit.drupalcode.org/formatter_suite", - "issues": "http://drupal.org/project/issues/formatter_suite" - } - }, { "name": "drupal/gdpr", "version": "dev-3.x", @@ -9715,61 +8802,6 @@ "source": "https://git.drupalcode.org/project/jsonapi_extras" } }, - { - "name": "drupal/jsonrpc", - "version": "2.0.5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jsonrpc.git", - "reference": "2.0.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonrpc-2.0.5.zip", - "reference": "2.0.5", - "shasum": "61eacf8d6b80d3375b3e2a263f58a88c2017bc36" - }, - "require": { - "drupal/core": "^8 || ^9", - "e0ipso/shaper": "^1.2.1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.5", - "datestamp": "1622808691", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Mateu Aguiló Bosch", - "homepage": "https://www.drupal.org/user/3616626", - "email": "mateu.aguilo.bosch@gmail.com" - }, - { - "name": "Gabriel Sullice", - "homepage": "https://www.drupal.org/user/550110", - "email": "gabriel@sullice.com" - }, - { - "name": "gabesullice", - "homepage": "https://www.drupal.org/user/2287430" - } - ], - "description": "Infrastructure for JSON-RPC 2.0 compliant web services.", - "homepage": "https://www.drupal.org/project/jsonrpc", - "support": { - "source": "https://git.drupalcode.org/project/jsonrpc" - } - }, { "name": "drupal/link_attributes", "version": "2.1.1", @@ -9884,90 +8916,6 @@ "issues": "http://drupal.org/project/linkit" } }, - { - "name": "drupal/login_destination", - "version": "dev-2.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/login_destination.git", - "reference": "1412789827454934486b1b3dd37ae8a79c728916" - }, - "require": { - "drupal/core": "^8.7.10 || ^9" - }, - "require-dev": { - "drupal/admin_toolbar": "^1.23", - "drupal/admin_toolbar_tools": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, - "drupal": { - "version": "8.x-2.0-beta1+2-dev", - "datestamp": "1637052736", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "rsvelko", - "homepage": "https://www.drupal.org/u/rsvelko", - "role": "Creator, Maintainer" - }, - { - "name": "Other Contributors", - "homepage": "https://www.drupal.org/node/69051/committers", - "role": "Contributors" - }, - { - "name": "beautifulmind", - "homepage": "https://www.drupal.org/user/219482" - }, - { - "name": "ddrozdik", - "homepage": "https://www.drupal.org/user/574124" - }, - { - "name": "jng12", - "homepage": "https://www.drupal.org/user/204316" - }, - { - "name": "marcp", - "homepage": "https://www.drupal.org/user/20885" - }, - { - "name": "mithy", - "homepage": "https://www.drupal.org/user/258911" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" - }, - { - "name": "perennial.sky", - "homepage": "https://www.drupal.org/user/2622667" - }, - { - "name": "rsvelko", - "homepage": "https://www.drupal.org/user/337401" - } - ], - "description": "Customizes the destination the user is redirected to after login/logout/registration/one-time login.", - "homepage": "https://drupal.org/project/login_destination", - "support": { - "source": "https://git.drupalcode.org/project/login_destination", - "issues": "https://drupal.org/project/issues/login_destination" - } - }, { "name": "drupal/login_history", "version": "dev-1.x", @@ -10066,77 +9014,6 @@ "source": "https://git.drupalcode.org/project/login_tracker" } }, - { - "name": "drupal/mailgun", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mailgun.git", - "reference": "7c3187a0b6bd57d69dd55a8575c0062b496721fe" - }, - "require": { - "drupal/core": "^8.8 || ^9", - "drupal/mailsystem": "*", - "html2text/html2text": "~4.0.1", - "mailgun/mailgun-php": "~3.0", - "nyholm/psr7": "~1.2", - "php-http/guzzle6-adapter": "~2.0" - }, - "require-dev": { - "drupal/key": "^1.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0+8-dev", - "datestamp": "1644594504", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Jeffrey C.", - "homepage": "https://www.drupal.org/u/jeffrey-c.", - "role": "Author" - }, - { - "name": "Ivan Doroshenko (Matroskeen)", - "homepage": "https://www.drupal.org/u/matroskeen", - "role": "Maintainer" - }, - { - "name": "Dan Reinders (SpartyDan)", - "homepage": "https://www.drupal.org/u/spartydan", - "role": "Maintainer" - }, - { - "name": "Bohdan Artemchuk (bohart)", - "homepage": "https://www.drupal.org/u/bohart", - "role": "Maintainer" - } - ], - "description": "Mailgun is email automation created for developers, provides integration with the Mailgun email service.", - "homepage": "https://www.drupal.org/project/mailgun", - "support": { - "source": "https://git.drupalcode.org/project/mailgun.git", - "issues": "https://www.drupal.org/project/issues/mailgun" - } - }, { "name": "drupal/mailjet", "version": "dev-3.0.x", @@ -10262,70 +9139,6 @@ "source": "https://git.drupalcode.org/project/maillog" } }, - { - "name": "drupal/mailsystem", - "version": "4.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mailsystem.git", - "reference": "8.x-4.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip", - "reference": "8.x-4.3", - "shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-4.3", - "datestamp": "1586203024", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "Les Lim", - "homepage": "https://www.drupal.org/user/84263" - }, - { - "name": "Manuel Garcia", - "homepage": "https://www.drupal.org/user/213194" - }, - { - "name": "Nafes", - "homepage": "https://www.drupal.org/user/2489926" - }, - { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" - }, - { - "name": "pillarsdotnet", - "homepage": "https://www.drupal.org/user/36148" - } - ], - "description": "Mail System", - "homepage": "https://www.drupal.org/project/mailsystem", - "support": { - "source": "https://git.drupalcode.org/project/mailsystem" - } - }, { "name": "drupal/masquerade", "version": "dev-2.x", @@ -10394,70 +9207,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/matomo", - "version": "1.16.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/matomo.git", - "reference": "8.x-1.16" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "0b9fa0bb01afca0821d0233d99b710c004b45039" - }, - "require": { - "drupal/core": "^8.8.0 || ^9.0.0" - }, - "conflict": { - "drupal/csp": "<1.12" - }, - "require-dev": { - "drupal/csp": "~1.12", - "drupal/php": "~1.1", - "drupal/token": "~1.9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.16", - "datestamp": "1646049531", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "C-Logemann", - "homepage": "https://www.drupal.org/user/218368" - }, - { - "name": "Grimreaper", - "homepage": "https://www.drupal.org/user/2388214" - }, - { - "name": "hass", - "homepage": "https://www.drupal.org/user/85918" - }, - { - "name": "shelane", - "homepage": "https://www.drupal.org/user/2674989" - } - ], - "description": "Adds Matomo javascript tracking code to all your site's pages.", - "homepage": "https://www.drupal.org/project/matomo", - "support": { - "source": "https://git.drupalcode.org/project/matomo" - } - }, { "name": "drupal/maxlength", "version": "2.1.3", @@ -10650,64 +9399,6 @@ "source": "https://git.drupalcode.org/project/menu_block" } }, - { - "name": "drupal/menu_position", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/menu_position.git", - "reference": "e9d63a575a67b8e17ff50b001d12da236a0693d8" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-beta1+2-dev", - "datestamp": "1643481745", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "BarisW", - "homepage": "https://www.drupal.org/user/107229" - }, - { - "name": "JohnAlbin", - "homepage": "https://www.drupal.org/user/32095" - }, - { - "name": "Sutharsan", - "homepage": "https://www.drupal.org/user/73854" - }, - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "lbainbridge", - "homepage": "https://www.drupal.org/user/2406996" - } - ], - "description": "This module allows for the creation of rules that will dynamically add the current page into the menu system at the requested spots.", - "homepage": "https://www.drupal.org/project/menu_position", - "support": { - "source": "https://git.drupalcode.org/project/menu_position", - "issues": "https://www.drupal.org/project/issues/menu_position" - } - }, { "name": "drupal/message", "version": "1.5.0", @@ -10771,191 +9462,6 @@ "source": "https://git.drupalcode.org/project/message" } }, - { - "name": "drupal/migrate_plus", - "version": "dev-5.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "7723b1b33151ac0c16d3bc4c491072f0e2022017" - }, - "require": { - "drupal/core": "^9.1" - }, - "require-dev": { - "drupal/migrate_example_advanced_setup": "*", - "drupal/migrate_example_setup": "*" - }, - "suggest": { - "ext-soap": "*", - "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-5.x": "5.x-dev" - }, - "drupal": { - "version": "8.x-5.3+6-dev", - "datestamp": "1654355226", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Mike Ryan", - "homepage": "https://www.drupal.org/u/mikeryan", - "role": "Maintainer" - }, - { - "name": "Lucas Hedding", - "homepage": "https://www.drupal.org/u/heddn", - "role": "Maintainer" - }, - { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" - } - ], - "description": "Enhancements to core migration support.", - "homepage": "https://www.drupal.org/project/migrate_plus", - "support": { - "source": "https://git.drupalcode.org/project/migrate_plus", - "issues": "https://www.drupal.org/project/issues/migrate_plus", - "slack": "#migrate" - } - }, - { - "name": "drupal/migrate_tools", - "version": "dev-5.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "310ddce63f0d7e0b08b0f1979db0c55012ce0fb7" - }, - "require": { - "drupal/core": "^9.1", - "drupal/migrate_plus": "^5", - "php": ">=7.1" - }, - "require-dev": { - "drupal/migrate_source_csv": "^3.0", - "drush/drush": "^10" - }, - "suggest": { - "drush/drush": "^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-5.x": "5.x-dev" - }, - "drupal": { - "version": "8.x-5.1+2-dev", - "datestamp": "1644356540", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Mike Ryan", - "homepage": "https://www.drupal.org/u/mikeryan", - "role": "Maintainer" - }, - { - "name": "Lucas Hedding", - "homepage": "https://www.drupal.org/u/heddn", - "role": "Maintainer" - }, - { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" - } - ], - "description": "Tools to assist in developing and running migrations.", - "homepage": "http://drupal.org/project/migrate_tools", - "support": { - "source": "https://git.drupalcode.org/project/migrate_tools", - "issues": "https://www.drupal.org/project/issues/migrate_tools", - "slack": "#migrate" - } - }, - { - "name": "drupal/mimemail", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mimemail.git", - "reference": "e72b92ec995695aa73f767ed2ab94f80be10d2cd" - }, - "require": { - "drupal/core": "^8.8.2 || ^9", - "drupal/mailsystem": "*" - }, - "require-dev": { - "drupal/rules": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha3+15-dev", - "datestamp": "1620981868", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Allie Micka", - "homepage": "https://www.drupal.org/user/15091" - }, - { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" - }, - { - "name": "jerdavis", - "homepage": "https://www.drupal.org/user/228997" - }, - { - "name": "sgabe", - "homepage": "https://www.drupal.org/user/232117" - } - ], - "description": "Sends MIME-encoded emails with embedded images and attachments.", - "homepage": "https://www.drupal.org/project/mimemail", - "support": { - "source": "https://git.drupalcode.org/project/mimemail" - } - }, { "name": "drupal/modules_weight", "version": "1.9.0", @@ -11546,54 +10052,6 @@ "source": "https://git.drupalcode.org/project/permissions_filter" } }, - { - "name": "drupal/persistent_login", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/persistent_login.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/persistent_login-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "dfff4cb76d6b3888073dd992bcf4d51b1bb47696" - }, - "require": { - "drupal/core": "^8.3 || ^9.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1591597823", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "gapple", - "homepage": "https://www.drupal.org/user/490940" - } - ], - "description": "Provides a \"Remember Me\" feature on the login form.", - "homepage": "https://www.drupal.org/project/persistent_login", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/persistent_login", - "issues": "https://www.drupal.org/project/issues/persistent_login" - } - }, { "name": "drupal/plugin", "version": "2.12.0", @@ -11971,74 +10429,6 @@ "source": "https://git.drupalcode.org/project/redis" } }, - { - "name": "drupal/reroute_email", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/reroute_email.git", - "reference": "2.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/reroute_email-2.1.1.zip", - "reference": "2.1.1", - "shasum": "a3ed4920867d04aa446a75f349ade90e31fd1926" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.1", - "datestamp": "1648587118", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "B-Prod", - "homepage": "https://www.drupal.org/user/407852" - }, - { - "name": "DYdave", - "homepage": "https://www.drupal.org/user/467284" - }, - { - "name": "Devaraj johnson", - "homepage": "https://www.drupal.org/user/2698767" - }, - { - "name": "bohart", - "homepage": "https://www.drupal.org/user/289861" - }, - { - "name": "kbahey", - "homepage": "https://www.drupal.org/user/4063" - }, - { - "name": "rfay", - "homepage": "https://www.drupal.org/user/30906" - }, - { - "name": "wafaa", - "homepage": "https://www.drupal.org/user/50133" - } - ], - "description": "Reroutes emails send from the site to a predefined email. Useful for test sites.", - "homepage": "https://www.drupal.org/project/reroute_email", - "support": { - "source": "https://git.drupalcode.org/project/reroute_email" - } - }, { "name": "drupal/restui", "version": "1.22.0", @@ -14617,73 +13007,6 @@ "source": "https://git.drupalcode.org/project/views_data_export" } }, - { - "name": "drupal/views_ef_fieldset", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/views_ef_fieldset.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "72ca0b63028d0fe65e13c8472546a8803aa0d079" - }, - "require": { - "drupal/core": "^8 || ^9", - "php": ">=7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1604567512", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "composer-exit-on-patch-failure": true, - "enable-patching": true, - "patches": { - "drupal/core": { - "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch" - } - } - }, - "autoload-dev": { - "psr-4": { - "Drupal\\Tests\\views_ef_fieldset\\": "./tests/" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "grumphp": [ - "./vendor/bin/grumphp run" - ] - }, - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Pol Dellaiera", - "homepage": "https://www.drupal.org/user/47194", - "email": "pol.dellaiera@protonmail.com" - }, - { - "name": "ciss", - "homepage": "https://www.drupal.org/user/1632364" - } - ], - "description": "Provide an option to render the 'exposed form widgets' in a fieldset.", - "homepage": "https://drupal.org/project/views_field_formatter", - "support": { - "source": "https://git.drupalcode.org/project/views_ef_fieldset" - } - }, { "name": "drupal/views_field_view", "version": "dev-1.x", @@ -16713,66 +15036,6 @@ ], "time": "2023-06-21T14:59:35+00:00" }, - { - "name": "mailgun/mailgun-php", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/mailgun/mailgun-php.git", - "reference": "4ec42cdaf0b77fe9c4fb92c4236dc9e84e1989c5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mailgun/mailgun-php/zipball/4ec42cdaf0b77fe9c4fb92c4236dc9e84e1989c5", - "reference": "4ec42cdaf0b77fe9c4fb92c4236dc9e84e1989c5", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0", - "php-http/client-common": "^2.2.1", - "php-http/discovery": "^1.9.1", - "php-http/multipart-stream-builder": "^1.1.2", - "psr/http-client": "^1.0.1", - "webmozart/assert": "^1.9.1" - }, - "require-dev": { - "nyholm/nsa": "^1.2.1", - "nyholm/psr7": "^1.3.1", - "php-http/guzzle7-adapter": "^0.1.1", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "guzzlehttp/psr7": "PSR-7 message implementation that also provides common utility methods", - "php-http/curl-client": "cURL client for PHP-HTTP" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Mailgun\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Travis Swientek", - "email": "travis@mailgunhq.com" - } - ], - "description": "The Mailgun SDK provides methods for all API functions.", - "support": { - "issues": "https://github.com/mailgun/mailgun-php/issues", - "source": "https://github.com/mailgun/mailgun-php/tree/v3.5.1" - }, - "time": "2021-08-16T09:57:44+00:00" - }, { "name": "mailjet/mailjet-apiv3-php", "version": "v1.5.1", @@ -17432,83 +15695,6 @@ }, "time": "2024-07-01T20:03:41+00:00" }, - { - "name": "nyholm/psr7", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/Nyholm/psr7.git", - "reference": "1461e07a0f2a975a52082ca3b769ca912b816226" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226", - "reference": "1461e07a0f2a975a52082ca3b769ca912b816226", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "php-http/message-factory": "^1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "^0.9", - "php-http/psr7-integration-tests": "^1.0", - "phpunit/phpunit": "^7.5 || 8.5 || 9.4", - "symfony/error-handler": "^4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "psr-4": { - "Nyholm\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com" - }, - { - "name": "Martijn van der Ven", - "email": "martijn@vanderven.se" - } - ], - "description": "A fast PHP7 implementation of PSR-7", - "homepage": "https://tnyholm.se", - "keywords": [ - "psr-17", - "psr-7" - ], - "support": { - "issues": "https://github.com/Nyholm/psr7/issues", - "source": "https://github.com/Nyholm/psr7/tree/1.5.0" - }, - "funding": [ - { - "url": "https://github.com/Zegnat", - "type": "github" - }, - { - "url": "https://github.com/nyholm", - "type": "github" - } - ], - "time": "2022-02-02T18:37:57+00:00" - }, { "name": "paragonie/random_compat", "version": "v9.99.100", @@ -17842,525 +16028,6 @@ }, "time": "2024-01-29T14:45:26+00:00" }, - { - "name": "php-http/client-common", - "version": "2.5.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/client-common.git", - "reference": "d135751167d57e27c74de674d6a30cef2dc8e054" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/d135751167d57e27c74de674d6a30cef2dc8e054", - "reference": "d135751167d57e27c74de674d6a30cef2dc8e054", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/httplug": "^2.0", - "php-http/message": "^1.6", - "php-http/message-factory": "^1.0", - "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", - "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", - "symfony/polyfill-php80": "^1.17" - }, - "require-dev": { - "doctrine/instantiator": "^1.1", - "guzzlehttp/psr7": "^1.4", - "nyholm/psr7": "^1.2", - "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", - "phpspec/prophecy": "^1.10.2", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" - }, - "suggest": { - "ext-json": "To detect JSON responses with the ContentTypePlugin", - "ext-libxml": "To detect XML responses with the ContentTypePlugin", - "php-http/cache-plugin": "PSR-6 Cache plugin", - "php-http/logger-plugin": "PSR-3 Logger plugin", - "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Client\\Common\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Common HTTP Client implementations and tools for HTTPlug", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "common", - "http", - "httplug" - ], - "support": { - "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.5.0" - }, - "time": "2021-11-26T15:01:24+00:00" - }, - { - "name": "php-http/discovery", - "version": "1.14.1", - "source": { - "type": "git", - "url": "https://github.com/php-http/discovery.git", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "nyholm/psr7": "<1.0" - }, - "require-dev": { - "graham-campbell/phpspec-skip-example-extension": "^5.0", - "php-http/httplug": "^1.0 || ^2.0", - "php-http/message-factory": "^1.0", - "phpspec/phpspec": "^5.1 || ^6.1", - "puli/composer-plugin": "1.0.0-beta10" - }, - "suggest": { - "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Discovery\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Finds installed HTTPlug implementations and PSR-7 message factories", - "homepage": "http://php-http.org", - "keywords": [ - "adapter", - "client", - "discovery", - "factory", - "http", - "message", - "psr7" - ], - "support": { - "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.1" - }, - "time": "2021-09-18T07:57:46+00:00" - }, - { - "name": "php-http/guzzle6-adapter", - "version": "v2.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-http/guzzle6-adapter.git", - "reference": "9d1a45eb1c59f12574552e81fb295e9e53430a56" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/9d1a45eb1c59f12574552e81fb295e9e53430a56", - "reference": "9d1a45eb1c59f12574552e81fb295e9e53430a56", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "^6.0", - "php": "^7.1 || ^8.0", - "php-http/httplug": "^2.0", - "psr/http-client": "^1.0" - }, - "provide": { - "php-http/async-client-implementation": "1.0", - "php-http/client-implementation": "1.0", - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "ext-curl": "*", - "php-http/client-integration-tests": "^2.0 || ^3.0", - "phpunit/phpunit": "^7.4 || ^8.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Adapter\\Guzzle6\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David de Boer", - "email": "david@ddeboer.nl" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Guzzle 6 HTTP Adapter", - "homepage": "http://httplug.io", - "keywords": [ - "Guzzle", - "http" - ], - "support": { - "issues": "https://github.com/php-http/guzzle6-adapter/issues", - "source": "https://github.com/php-http/guzzle6-adapter/tree/v2.0.2" - }, - "time": "2021-03-02T10:52:33+00:00" - }, - { - "name": "php-http/httplug", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/httplug.git", - "reference": "f640739f80dfa1152533976e3c112477f69274eb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", - "reference": "f640739f80dfa1152533976e3c112477f69274eb", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/promise": "^1.1", - "psr/http-client": "^1.0", - "psr/http-message": "^1.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.1", - "phpspec/phpspec": "^5.1 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eric GELOEN", - "email": "geloen.eric@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "HTTPlug, the HTTP client abstraction for PHP", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "http" - ], - "support": { - "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/2.3.0" - }, - "time": "2022-02-21T09:52:22+00:00" - }, - { - "name": "php-http/message", - "version": "1.13.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message.git", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", - "shasum": "" - }, - "require": { - "clue/stream-filter": "^1.5", - "php": "^7.1 || ^8.0", - "php-http/message-factory": "^1.0.2", - "psr/http-message": "^1.0" - }, - "provide": { - "php-http/message-factory-implementation": "1.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.6", - "ext-zlib": "*", - "guzzlehttp/psr7": "^1.0", - "laminas/laminas-diactoros": "^2.0", - "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", - "slim/slim": "^3.0" - }, - "suggest": { - "ext-zlib": "Used with compressor/decompressor streams", - "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", - "laminas/laminas-diactoros": "Used with Diactoros Factories", - "slim/slim": "Used with Slim Framework PSR-7 implementation" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "files": [ - "src/filters.php" - ], - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "HTTP Message related tools", - "homepage": "http://php-http.org", - "keywords": [ - "http", - "message", - "psr-7" - ], - "support": { - "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.13.0" - }, - "time": "2022-02-11T13:41:14+00:00" - }, - { - "name": "php-http/message-factory", - "version": "v1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ], - "support": { - "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/master" - }, - "time": "2015-12-19T14:08:53+00:00" - }, - { - "name": "php-http/multipart-stream-builder", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/multipart-stream-builder.git", - "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/11c1d31f72e01c738bbce9e27649a7cca829c30e", - "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/discovery": "^1.7", - "php-http/message-factory": "^1.0.2", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "require-dev": { - "nyholm/psr7": "^1.0", - "php-http/message": "^1.5", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\MultipartStream\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com" - } - ], - "description": "A builder class that help you create a multipart stream", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "multipart stream", - "stream" - ], - "support": { - "issues": "https://github.com/php-http/multipart-stream-builder/issues", - "source": "https://github.com/php-http/multipart-stream-builder/tree/1.2.0" - }, - "time": "2021-05-21T08:32:01+00:00" - }, - { - "name": "php-http/promise", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/promise.git", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", - "phpspec/phpspec": "^5.1.2 || ^6.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joel Wurtz", - "email": "joel.wurtz@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Promise used for asynchronous HTTP requests", - "homepage": "http://httplug.io", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.1.0" - }, - "time": "2020-07-07T09:29:14+00:00" - }, { "name": "phpmailer/phpmailer", "version": "v6.9.1", @@ -20891,75 +18558,6 @@ ], "time": "2022-09-01T18:18:29+00:00" }, - { - "name": "symfony/options-resolver", - "version": "v5.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides an improved replacement for the array_replace PHP function", - "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], - "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:53:40+00:00" - }, { "name": "symfony/polyfill-ctype", "version": "v1.27.0", @@ -25364,21 +22962,15 @@ "drupal/commerce_recurring": 5, "drupal/computed_field": 15, "drupal/config_split": 10, - "drupal/content_sync": 20, "drupal/flag": 10, "drupal/flag_lists": 5, "drupal/genpass": 20, "drupal/graphql": 20, "drupal/image_delta_formatter": 20, "drupal/image_effects": 20, - "drupal/login_destination": 20, "drupal/login_history": 20, - "drupal/mailgun": 20, "drupal/mailjet": 20, "drupal/masquerade": 20, - "drupal/migrate_plus": 20, - "drupal/migrate_tools": 20, - "drupal/mimemail": 20, "drupal/profile": 20, "drupal/pwa": 10, "drupal/redirect": 20, @@ -25401,10 +22993,6 @@ "drupal/config_update": 15, "drupal/context": 5, "drupal/date_range_formatter": 20, - "drupal/domain": 20, - "drupal/domain_alias": 20, - "drupal/domain_config": 20, - "drupal/domain_site_settings": 20, "drupal/email_registration": 5, "drupal/entity_browser_enhanced": 5, "drupal/entity_clone": 15, @@ -25416,7 +23004,6 @@ "drupal/maillog": 20, "drupal/maxlength": 10, "drupal/menu_block": 20, - "drupal/menu_position": 20, "drupal/path_alias_xt": 20, "drupal/pathologic": 15, "drupal/smtp": 10 diff --git a/web/modules/custom/rest_config/rest_config.info.yml b/web/modules/custom/rest_config/rest_config.info.yml deleted file mode 100644 index 09ee9b8a..00000000 --- a/web/modules/custom/rest_config/rest_config.info.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: 'REST Config' -type: module -description: 'Get site configiration through rest api' -core_version_requirement: ^8.8 || ^9.2 -package: 'Custom' -dependencies: - - rest diff --git a/web/modules/custom/rest_config/rest_config.module b/web/modules/custom/rest_config/rest_config.module deleted file mode 100644 index 22064e8b..00000000 --- a/web/modules/custom/rest_config/rest_config.module +++ /dev/null @@ -1,24 +0,0 @@ -' . t('About') . ''; - $output .= '

' . t('Get site configiration through rest api') . '

'; - return $output; - - default: - } -} diff --git a/web/modules/custom/rest_config/src/Plugin/rest/resource/ConfigRestResource.php b/web/modules/custom/rest_config/src/Plugin/rest/resource/ConfigRestResource.php deleted file mode 100644 index ebcd23e5..00000000 --- a/web/modules/custom/rest_config/src/Plugin/rest/resource/ConfigRestResource.php +++ /dev/null @@ -1,106 +0,0 @@ -currentUser = $current_user; - } - - /** - * {@inheritdoc} - */ - public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { - return new static( - $configuration, - $plugin_id, - $plugin_definition, - $container->getParameter('serializer.formats'), - $container->get('logger.factory')->get('rest_config'), - $container->get('current_user') - ); - } - - /** - * Responds to GET requests. - * - * @return \Drupal\rest\ResourceResponse - * The HTTP response object. - * - * @throws \Symfony\Component\HttpKernel\Exception\HttpException - * Throws exception expected. - */ - public function get($file = null, $key = null) { - - // You must to implement the logic of your REST Resource here. - // Use current user after pass authentication to validate access. - if (!$this->currentUser->hasPermission('access content')) { - throw new AccessDeniedHttpException(); - } - - $data = []; - if($file && $key){ - $config = \Drupal::config($file); - if($config){ - $value = $config->get($key); - $data[$key] = $value; - } - } - - $response = new ResourceResponse($data, 200); - $response->addCacheableDependency($data); - return $response; - } - -} diff --git a/web/modules/dev/migrate_booster/README.md b/web/modules/dev/migrate_booster/README.md deleted file mode 100644 index 59d2bee2..00000000 --- a/web/modules/dev/migrate_booster/README.md +++ /dev/null @@ -1,43 +0,0 @@ -Copied from https://www.drupal.org/sandbox/onkeltem/2828817 and added the patch from https://www.drupal.org/project/2828817/issues/2919993 - -# About - -On Drupal 7 we could disable hooks while running migrations: - - https://www.drupal.org/node/2136601 - -This module adds a similar feature. You can disable hooks -in settings.php or by editing configuratoin object `migrate_booster.settings`. - -There are two ways to disable hooks: - -1) Disable specific hooks and modules: - -``` -$config['migrate_booster.settings']['hooks'] = [ - # Entity insert - 'entity_insert' => [ - 'workbench_moderation', - 'pathauto', - 'xmlsitemap', - ], - # Entity presave - 'entity_presave' => [ - 'xmlsitemap', - ], - # Entity predelete - 'entity_predelete' => [ - 'flag', - ], -]; -``` - -2) Disable all hooks of specific modules: - -``` -$config['migrate_booster.settings']['modules'] = [ - 'workbench_moderation', - 'pathauto', - 'xmlsitemap', -]; -``` diff --git a/web/modules/dev/migrate_booster/config/install/migrate_booster.settings.yml b/web/modules/dev/migrate_booster/config/install/migrate_booster.settings.yml deleted file mode 100644 index 8ce0c8fd..00000000 --- a/web/modules/dev/migrate_booster/config/install/migrate_booster.settings.yml +++ /dev/null @@ -1,3 +0,0 @@ -commands: - - migrate:import - - migrate:rollback diff --git a/web/modules/dev/migrate_booster/drush.services.yml b/web/modules/dev/migrate_booster/drush.services.yml deleted file mode 100644 index 3e99923d..00000000 --- a/web/modules/dev/migrate_booster/drush.services.yml +++ /dev/null @@ -1,6 +0,0 @@ -services: - migrate_booster.commands: - class: \Drupal\migrate_booster\Commands\MigrateBoosterCommands - arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue'] - tags: - - { name: drush.command } diff --git a/web/modules/dev/migrate_booster/migrate_booster.drush.inc b/web/modules/dev/migrate_booster/migrate_booster.drush.inc deleted file mode 100644 index 76157385..00000000 --- a/web/modules/dev/migrate_booster/migrate_booster.drush.inc +++ /dev/null @@ -1,30 +0,0 @@ - 'Resets migrate booster and implementation cache.', - 'aliases' => ['mbr'], - 'drupal dependencies' => ['migrate_booster'], - ]; - return $items; -} - -function drush_migrate_booster_reset() { - MigrateBooster::disable(); -} diff --git a/web/modules/dev/migrate_booster/migrate_booster.info.yml b/web/modules/dev/migrate_booster/migrate_booster.info.yml deleted file mode 100644 index bf0d623a..00000000 --- a/web/modules/dev/migrate_booster/migrate_booster.info.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Migrate booster -type: module -description: Hooks disabler -core_version_requirement: ^8.8 || ^9.2 -package: Migration -dependencies: - - migrate diff --git a/web/modules/dev/migrate_booster/migrate_booster.module b/web/modules/dev/migrate_booster/migrate_booster.module deleted file mode 100644 index 032847b8..00000000 --- a/web/modules/dev/migrate_booster/migrate_booster.module +++ /dev/null @@ -1,15 +0,0 @@ -addListener(ConsoleEvents::COMMAND, function (ConsoleCommandEvent $event) { - MigrateBooster::bootDrupal(); -}); diff --git a/web/modules/dev/migrate_booster/src/Commands/MigrateBoosterCommands.php b/web/modules/dev/migrate_booster/src/Commands/MigrateBoosterCommands.php deleted file mode 100644 index d47f313b..00000000 --- a/web/modules/dev/migrate_booster/src/Commands/MigrateBoosterCommands.php +++ /dev/null @@ -1,61 +0,0 @@ -resetImplementations(); - } - - /** @noinspection PhpInconsistentReturnPointsInspection */ - - /** - * Implements hook_module_implementation_alter(). - * - * Disables configured hooks. - * @param $implementations - * @param $hook - * @return null - */ - public static function alter(&$implementations, $hook) { - if (!static::$alterActive) { - return NULL; - } - if (!$implementations) { - return NULL; - } - $hooks = static::getConfig('hooks'); - $modules = static::getConfig('modules'); - $disabled = []; - // Disable by hook + module - if (array_key_exists($hook, $hooks)) { - $disabled = array_intersect_key($implementations, array_flip($hooks[$hook])); - } - // Disable by module - $disabled += array_intersect_key($implementations, array_flip($modules)); - $implementations = array_diff_key($implementations, $disabled); - /** @noinspection PhpUnusedParameterInspection */ - array_walk($disabled, function ($el, $key) use ($hook) { - error_log('DISABLED: ' . $key . '_' . $hook); - }); - } - - /** - * Helper functions - * - * @param $key - * @return array - */ - protected static function getConfig($key) { - if (!static::$config) { - static::$config = \Drupal::config('migrate_booster.settings')->get(); - } - if ($key && isset(static::$config[$key])) { - return static::$config[$key]; - } - - return []; - } - -} diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index c7e91555..9bb1e247 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit c7e9155544663e3e498a9be0849fbb67f5049bb7 +Subproject commit 9bb1e247d4ed5bfafee52a023276dd85c51f70e9