From ef28a21e3190c9ffa3401a1af54e69f88f07a5b0 Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Wed, 18 Oct 2023 16:51:26 +0200 Subject: [PATCH] chore: remove unused user_expire module Refs: RWR-354 --- composer.json | 3 +-- composer.lock | 59 ++------------------------------------------------- 2 files changed, 3 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index a56f0aa6..384078c4 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,6 @@ "drupal/subgroup": "^2.0.0-beta1", "drupal/theme_switcher": "^1.2", "drupal/twig_tweak": "^3.1", - "drupal/user_expire": "^1.0", "drupal/username_enumeration_prevention": "^1.3", "drupal/views_data_export": "^1.2", "drupal/views_field_compare": "^1.0", @@ -233,4 +232,4 @@ "phpunit/phpunit": "^9.6", "weitzman/drupal-test-traits": "^2.0" } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 04751ded..3caa49fa 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": "a6726df303b5a17bc4323b8af4db78ff", + "content-hash": "9b9981909f846cdf5de7e0f4e3d8b9c1", "packages": [ { "name": "asm89/stack-cors", @@ -4995,61 +4995,6 @@ "issues": "https://www.drupal.org/project/issues/twig_tweak" } }, - { - "name": "drupal/user_expire", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/user_expire.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/user_expire-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "060bea37c7b2bd5edcc2a607af6ff62284784f77" - }, - "require": { - "drupal/core": "^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1664991736", - "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": "Erik Webb (erikwebb)", - "homepage": "https://www.drupal.org/u/erikwebb", - "role": "Maintainer" - }, - { - "name": "Greg Knaddison (greggles)", - "homepage": "https://www.drupal.org/u/greggles", - "role": "Co-maintainer" - }, - { - "name": "shelane", - "homepage": "https://www.drupal.org/user/2674989" - } - ], - "description": "Allows an administrator to define a date on which to expire a user account.", - "homepage": "https://www.drupal.org/project/user_expire", - "support": { - "source": "https://git.drupal.org/project/user_expire.git", - "issues": "https://www.drupal.org/project/issues/user_expire" - } - }, { "name": "drupal/username_enumeration_prevention", "version": "1.3.0", @@ -16159,5 +16104,5 @@ "php": "8.*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }