From 785a4b6b6adf0d82133160d8139d74d6f6a0d39b Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 19 Dec 2022 16:27:51 +0100 Subject: [PATCH] Add modules that now support D10 --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/composer.json b/composer.json index e9c0dd5..c46c873 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "php": ">=8.1", "composer/installers": "^2.2", "cweagans/composer-patches": "^1.7", + "drupal/activitypub": "^1.0@alpha", "drupal/admin_toolbar": "^3.3", "drupal/antibot": "^2.0", "drupal/block_class": "^2.0", @@ -54,21 +55,31 @@ "drupal/config_split": "^2.0", "drupal/core": "^10.0", "drupal/core-composer-scaffold": "^10.0", + "drupal/crowdsec": "1.0.x-dev", "drupal/drd_agent": "^4.0.4", "drupal/eca": "^1.1", + "drupal/eca_tamper": "^1.0", "drupal/extlink": "^1.7", "drupal/field_group": "^3.4", + "drupal/focal_point": "^2", + "drupal/friendlycaptcha": "^1.0@RC", "drupal/gin": "^3.0@RC", "drupal/gin_toolbar": "^1.0@RC", + "drupal/linkit": "6.0.x-dev", "drupal/matomo": "^2", "drupal/metatag": "^1.22", + "drupal/openid_connect": "^3", "drupal/pathauto": "^1.11", + "drupal/peertube": "^2.0@beta", "drupal/piwik_noscript": "^1.7", + "drupal/reader": "^1.0@beta", + "drupal/redirect": "^1.8", "drupal/redis": "^1.6", "drupal/security_review": "^2.0", "drupal/simple_sitemap": "^4.1", "drupal/smart_date": "^3.6", "drupal/smtp": "^1.2", + "drupal/sqrl": "^2.0@RC", "drupal/stage_file_proxy": "^2.0", "drupal/token": "^1.11", "drush/drush": "^11", -- GitLab