Added views_summarize
This commit is contained in:
parent
1c5c9747c6
commit
15dbf2f2c9
@ -49,6 +49,7 @@
|
||||
"drupal/typed_data": "^1.0@alpha",
|
||||
"drupal/views_aggregator": "^1.0@beta",
|
||||
"drupal/views_autosubmit": "^1.4",
|
||||
"drupal/views_summarize": "^1.1@beta",
|
||||
"drush/drush": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
53
composer.lock
generated
53
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": "49f8bf160600fbdc2bd602732e536259",
|
||||
"content-hash": "8690218c87c4f6c37ddc2a8626701d24",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -4326,6 +4326,54 @@
|
||||
"issues": "https://www.drupal.org/project/issues/views_autosubmit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/views_summarize",
|
||||
"version": "1.1.0-beta2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/views_summarize.git",
|
||||
"reference": "1.1.0-beta2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/views_summarize-1.1.0-beta2.zip",
|
||||
"reference": "1.1.0-beta2",
|
||||
"shasum": "7551972736e95055545ed92cf62e086d282357c7"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "1.1.0-beta2",
|
||||
"datestamp": "1604614255",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Beta releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "aidanlis",
|
||||
"homepage": "https://www.drupal.org/user/502018"
|
||||
},
|
||||
{
|
||||
"name": "oadaeh",
|
||||
"homepage": "https://www.drupal.org/user/4649"
|
||||
}
|
||||
],
|
||||
"description": "Provides a style plugin for Views, allowing table data to be summarized.",
|
||||
"homepage": "https://www.drupal.org/project/views_summarize",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/views_summarize"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "10.6.1",
|
||||
@ -11821,7 +11869,8 @@
|
||||
"drupal/password_strength": 10,
|
||||
"drupal/security_review": 15,
|
||||
"drupal/typed_data": 15,
|
||||
"drupal/views_aggregator": 10
|
||||
"drupal/views_aggregator": 10,
|
||||
"drupal/views_summarize": 10
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
Reference in New Issue
Block a user