From 39646a5ba6b9fc434e70bbaec6370d802a5cd660 Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Wed, 15 Nov 2023 13:02:22 +1100 Subject: [PATCH] Removed password strength fork reference from composer dev. --- composer.dev.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.dev.json b/composer.dev.json index 6e9e1bb..2c04fa1 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -65,7 +65,7 @@ "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", - "exclude": ["drupal/token_conditions", "drupal/password_strength", "drupal/console", "drupal/console-core", "drupal/console-extend-plugin", "drupal/ckeditor_templates", "drupal/create_menus_permission"] + "exclude": ["drupal/token_conditions", "drupal/console", "drupal/console-core", "drupal/console-extend-plugin", "drupal/ckeditor_templates", "drupal/create_menus_permission"] }, "asset-packagist": { "type": "composer", @@ -412,11 +412,6 @@ "no-api": true, "url": "https://github.com/dpc-sdp/token_conditions.git" }, - "drupal/password_strength": { - "type": "vcs", - "no-api": true, - "url": "https://github.com/dpc-sdp/password_strength.git" - }, "drupal/ckeditor_templates": { "type": "vcs", "no-api": true,