added some modules

This commit is contained in:
naomi 2022-05-19 08:29:25 +01:00
parent c0c14a2f8c
commit fe91746973
2 changed files with 271 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/csv_serialization": "^2.0",
"drupal/ctools": "^3.7",
"drupal/date_popup": "^1.1",
"drupal/dbug": "^2.0",
@ -43,6 +44,7 @@
"drupal/feeds": "^3.0@alpha",
"drupal/field_permissions": "^1.1",
"drupal/hide_revision_field": "^2.2",
"drupal/mailsystem": "^4.3",
"drupal/password_strength": "^2.0@beta",
"drupal/restui": "^1.20",
"drupal/route_condition": "^2.0",
@ -52,6 +54,7 @@
"drupal/typed_data": "^1.0@alpha",
"drupal/views_aggregator": "^2.0",
"drupal/views_autosubmit": "^1.4",
"drupal/views_data_export": "^1.1",
"drupal/views_summarize": "1.1.x-dev",
"drush/drush": "*"
},

269
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": "0166cf5432afa033457b8ff721ef6634",
"content-hash": "475c2cfc4d6bab76dd86cacd6d786f53",
"packages": [
{
"name": "asm89/stack-cors",
@ -2557,6 +2557,56 @@
},
"time": "2022-05-11T09:20:58+00:00"
},
{
"name": "drupal/csv_serialization",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/csv_serialization.git",
"reference": "8.x-2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-2.0.zip",
"reference": "8.x-2.0",
"shasum": "3531383a6926a4ed761be56553997c2a937449ac"
},
"require": {
"drupal/core": "^8 || ^9",
"league/csv": "^9.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"drupal/coder": "^8.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0",
"datestamp": "1612801962",
"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": "Matthew Grasmick",
"homepage": "https://www.drupal.org/user/455714"
}
],
"description": "Provides CSV as a serialization format.",
"homepage": "https://www.drupal.org/project/csv_serialization",
"support": {
"source": "http://cgit.drupalcode.org/csv_serialization",
"issues": "https://www.drupal.org/project/issues/csv_serialization"
}
},
{
"name": "drupal/ctools",
"version": "3.7.0",
@ -3525,6 +3575,70 @@
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/mailsystem",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mailsystem.git",
"reference": "8.x-4.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip",
"reference": "8.x-4.3",
"shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-4.3",
"datestamp": "1586203024",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Les Lim",
"homepage": "https://www.drupal.org/user/84263"
},
{
"name": "Manuel Garcia",
"homepage": "https://www.drupal.org/user/213194"
},
{
"name": "Nafes",
"homepage": "https://www.drupal.org/user/2489926"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
},
{
"name": "pillarsdotnet",
"homepage": "https://www.drupal.org/user/36148"
}
],
"description": "Mail System",
"homepage": "https://www.drupal.org/project/mailsystem",
"support": {
"source": "https://git.drupalcode.org/project/mailsystem"
}
},
{
"name": "drupal/paragraphs",
"version": "1.14.0",
@ -4410,6 +4524,75 @@
"issues": "https://www.drupal.org/project/issues/views_autosubmit"
}
},
{
"name": "drupal/views_data_export",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_data_export.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "8ee9d441e69b5861ab12286246522d52613f4e61"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/csv_serialization": "~1.4 || ~2.0"
},
"require-dev": {
"drupal/search_api": "~1.12",
"drupal/xls_serialization": "~1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1642805106",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Steven Jones",
"homepage": "https://www.drupal.org/user/99644"
},
{
"name": "amoebanath",
"homepage": "https://www.drupal.org/user/2810799"
},
{
"name": "james.williams",
"homepage": "https://www.drupal.org/user/592268"
},
{
"name": "jamsilver",
"homepage": "https://www.drupal.org/user/476732"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
}
],
"description": "Plugin to export views data into various file formats.",
"homepage": "https://www.drupal.org/project/views_data_export",
"support": {
"source": "https://git.drupalcode.org/project/views_data_export"
}
},
{
"name": "drupal/views_summarize",
"version": "dev-1.1.x",
@ -5430,6 +5613,90 @@
],
"time": "2021-11-16T10:29:06+00:00"
},
{
"name": "league/csv",
"version": "9.8.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^v3.4.0",
"phpstan/phpstan": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^9.5.11"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"League\\Csv\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2022-01-04T00:13:07+00:00"
},
{
"name": "masterminds/html5",
"version": "2.7.5",