added role_expire modules for students

This commit is contained in:
2021-10-27 12:04:42 +02:00
parent fa0c70ccd8
commit ed0c65492f
9 changed files with 146 additions and 4 deletions

111
composer.lock generated
View File

@@ -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": "5b2c8a62c983719b2ae5e6c517482236",
"content-hash": "333ef1681d6c0600ac0a31343a6df7a0",
"packages": [
{
"name": "alchemy/zippy",
@@ -11865,6 +11865,54 @@
"issues": "http://drupal.org/project/role_delegation"
}
},
{
"name": "drupal/role_expire",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/role_expire.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/role_expire-2.0.1.zip",
"reference": "2.0.1",
"shasum": "716f6ee6096a07ed4f5bf278b5169633d587a66f"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.1",
"datestamp": "1625304697",
"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": "rcodina",
"homepage": "https://www.drupal.org/user/2635031"
},
{
"name": "stewsnooze",
"homepage": "https://www.drupal.org/user/243255"
}
],
"description": "Enables user roles to expire on given time and day.",
"homepage": "https://www.drupal.org/project/role_expire",
"support": {
"source": "https://git.drupalcode.org/project/role_expire"
}
},
{
"name": "drupal/search_api",
"version": "1.20.0",
@@ -13621,6 +13669,65 @@
"source": "https://git.drupalcode.org/project/url_to_video_filter"
}
},
{
"name": "drupal/user_csv_import",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/user_csv_import.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/user_csv_import-2.0.1.zip",
"reference": "2.0.1",
"shasum": "a29eedf329c7711f67aa68168ca273c0cdd970c2"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/roleassign": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.1",
"datestamp": "1625628136",
"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+"
],
"authors": [
{
"name": "eahonet",
"homepage": "https://www.drupal.org/user/3546806"
},
{
"name": "gisle",
"homepage": "https://www.drupal.org/user/409554"
},
{
"name": "mcfdez87",
"homepage": "https://www.drupal.org/user/2445390"
}
],
"description": "User import module",
"homepage": "https://github.com/steveoliver/user_import",
"keywords": [
"Drupal"
],
"support": {
"source": "https://github.com/steveoliver/user_import",
"issues": "https://github.com/steveoliver/user_import/issues"
}
},
{
"name": "drupal/user_email_verification",
"version": "dev-1.x",
@@ -21812,5 +21919,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}