updated contrib module rules & role_expire
This commit is contained in:
parent
915f8139d4
commit
71c3d3f172
|
@ -142,12 +142,12 @@
|
|||
"drupal/reroute_email": "^2.1",
|
||||
"drupal/restui": "^1.16",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/role_expire": "^2.0",
|
||||
"drupal/role_expire": "^3.0",
|
||||
"drupal/rules": "3.x-dev@dev",
|
||||
"drupal/search_api": "^1.19",
|
||||
"drupal/search_api_autocomplete": "^1.2",
|
||||
"drupal/search_api_page": "^1.x-dev",
|
||||
"drupal/search_api_solr": "^4.0",
|
||||
"drupal/search_api_solr": "^4.2",
|
||||
"drupal/select_translation": "^1.x-dev",
|
||||
"drupal/session_limit": "^2.0@beta",
|
||||
"drupal/simplenews": "3.x-dev@dev",
|
||||
|
|
|
@ -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": "9df6a8b7730be211292cd7b227a93d18",
|
||||
"content-hash": "bf3d1dfb95419aeb6854d441ddc7ea5a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -12460,26 +12460,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/role_expire",
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/role_expire.git",
|
||||
"reference": "2.0.2"
|
||||
"reference": "3.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/role_expire-2.0.2.zip",
|
||||
"reference": "2.0.2",
|
||||
"shasum": "300e43d6bc95f67787ba6f3177a8d3bd84e9ca6a"
|
||||
"url": "https://ftp.drupal.org/files/projects/role_expire-3.0.0.zip",
|
||||
"reference": "3.0.0",
|
||||
"shasum": "dcf4ae3fa4761e920b8b3e4f9bc48b49650949f4"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
"drupal/core": "^8.8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.2",
|
||||
"datestamp": "1644073945",
|
||||
"version": "3.0.0",
|
||||
"datestamp": "1669478810",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -12512,7 +12512,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/rules.git",
|
||||
"reference": "ec0b4dbc1fb9a0b59cac43908f1af5137e946dea"
|
||||
"reference": "9595fcaf4a001e82da25eaa047ffe881dbef962f"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.1 || ^10",
|
||||
|
@ -12525,7 +12525,7 @@
|
|||
},
|
||||
"drupal": {
|
||||
"version": "8.x-3.x-dev",
|
||||
"datestamp": "1645514637",
|
||||
"datestamp": "1655610879",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
|
@ -12542,10 +12542,6 @@
|
|||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "TR",
|
||||
"homepage": "https://www.drupal.org/user/202830"
|
||||
},
|
||||
{
|
||||
"name": "fago",
|
||||
"homepage": "https://www.drupal.org/user/16747"
|
||||
|
@ -12553,6 +12549,10 @@
|
|||
{
|
||||
"name": "klausi",
|
||||
"homepage": "https://www.drupal.org/user/262198"
|
||||
},
|
||||
{
|
||||
"name": "TR",
|
||||
"homepage": "https://www.drupal.org/user/202830"
|
||||
}
|
||||
],
|
||||
"description": "React on events and conditionally evaluate actions.",
|
||||
|
@ -14135,13 +14135,13 @@
|
|||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "TR",
|
||||
"homepage": "https://www.drupal.org/user/202830"
|
||||
},
|
||||
{
|
||||
"name": "fago",
|
||||
"homepage": "https://www.drupal.org/user/16747"
|
||||
},
|
||||
{
|
||||
"name": "TR",
|
||||
"homepage": "https://www.drupal.org/user/202830"
|
||||
}
|
||||
],
|
||||
"description": "Extends the core Typed Data API with new APIs and features.",
|
||||
|
|
Loading…
Reference in New Issue