updated facets module
This commit is contained in:
parent
2c0f64e2f9
commit
51a470f7ff
@ -38,7 +38,7 @@
|
||||
"drupal/devel_entity_updates": "^3.0",
|
||||
"drupal/entity_extra_field": "^2.0@alpha",
|
||||
"drupal/entity_reference_revisions": "^1.9",
|
||||
"drupal/facets": "^1.8",
|
||||
"drupal/facets": "^2.0",
|
||||
"drupal/feeds": "^3.0@alpha",
|
||||
"drupal/field_permissions": "^1.1",
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
|
23
composer.lock
generated
23
composer.lock
generated
@ -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": "b3bd0778c90c1067a10f954c70b2aee1",
|
||||
"content-hash": "1400f8da4aac9a6063e4f60140db35e9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -3015,39 +3015,36 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/facets",
|
||||
"version": "1.8.0",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/facets.git",
|
||||
"reference": "8.x-1.8"
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip",
|
||||
"reference": "8.x-1.8",
|
||||
"shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de"
|
||||
"url": "https://ftp.drupal.org/files/projects/facets-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "d7f1f0a494757a174a819d779bcf13a3abbc60bb"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
"drupal/core": "^9.2 || ^10.0"
|
||||
},
|
||||
"conflict": {
|
||||
"drupal/search_api": "<1.14"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/search_api": "~1.14"
|
||||
"drupal/search_api": "~1.21"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.8",
|
||||
"datestamp": "1620838256",
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1639140521",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-8.x-1.x": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
Reference in New Issue
Block a user