updated facets module

This commit is contained in:
naomi 2021-12-13 14:39:09 +00:00
parent 2c0f64e2f9
commit 51a470f7ff
2 changed files with 11 additions and 14 deletions

View File

@ -38,7 +38,7 @@
"drupal/devel_entity_updates": "^3.0", "drupal/devel_entity_updates": "^3.0",
"drupal/entity_extra_field": "^2.0@alpha", "drupal/entity_extra_field": "^2.0@alpha",
"drupal/entity_reference_revisions": "^1.9", "drupal/entity_reference_revisions": "^1.9",
"drupal/facets": "^1.8", "drupal/facets": "^2.0",
"drupal/feeds": "^3.0@alpha", "drupal/feeds": "^3.0@alpha",
"drupal/field_permissions": "^1.1", "drupal/field_permissions": "^1.1",
"drupal/password_strength": "^2.0@beta", "drupal/password_strength": "^2.0@beta",

23
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b3bd0778c90c1067a10f954c70b2aee1", "content-hash": "1400f8da4aac9a6063e4f60140db35e9",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -3015,39 +3015,36 @@
}, },
{ {
"name": "drupal/facets", "name": "drupal/facets",
"version": "1.8.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/facets.git", "url": "https://git.drupalcode.org/project/facets.git",
"reference": "8.x-1.8" "reference": "2.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip", "url": "https://ftp.drupal.org/files/projects/facets-2.0.0.zip",
"reference": "8.x-1.8", "reference": "2.0.0",
"shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de" "shasum": "d7f1f0a494757a174a819d779bcf13a3abbc60bb"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.2 || ^10.0"
}, },
"conflict": { "conflict": {
"drupal/search_api": "<1.14" "drupal/search_api": "<1.14"
}, },
"require-dev": { "require-dev": {
"drupal/search_api": "~1.14" "drupal/search_api": "~1.21"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.8", "version": "2.0.0",
"datestamp": "1620838256", "datestamp": "1639140521",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "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", "notification-url": "https://packages.drupal.org/8/downloads",