CT actu done

This commit is contained in:
2021-03-23 21:20:16 +01:00
parent 70d9eeb44c
commit 99adadd384
33 changed files with 860 additions and 102 deletions

122
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": "bf40fb4c18c43b5383e36a3a960d49d7",
"content-hash": "285f4626aea304a238c0a3a90485d857",
"packages": [
{
"name": "alchemy/zippy",
@@ -6966,6 +6966,68 @@
"source": "https://git.drupalcode.org/project/search_api"
}
},
{
"name": "drupal/smart_date",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/smart_date.git",
"reference": "3.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_date-3.1.1.zip",
"reference": "3.1.1",
"shasum": "6dac5a750c7ae56142352eeb384565204118ed18"
},
"require": {
"drupal/core": "^8 || ^9",
"php": ">=7.1",
"simshaun/recurr": "^4"
},
"suggest": {
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.1.1",
"datestamp": "1612026830",
"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": "mandclu",
"homepage": "https://www.drupal.org/user/52136"
},
{
"name": "mparker17",
"homepage": "https://www.drupal.org/user/536298"
},
{
"name": "stefan.korn",
"homepage": "https://www.drupal.org/user/1942204"
}
],
"description": "Adds app-like date and recurring date functionality.",
"homepage": "https://www.drupal.org/project/smart_date",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/smart_date",
"issues": "https://www.drupal.org/project/issues/smart_date",
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
}
},
{
"name": "drupal/smart_trim",
"version": "1.3.0",
@@ -9503,6 +9565,64 @@
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "simshaun/recurr",
"version": "v4.0.2",
"source": {
"type": "git",
"url": "https://github.com/simshaun/recurr.git",
"reference": "d6f85ec8652366f45f6d1ba07292c9653939631a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simshaun/recurr/zipball/d6f85ec8652366f45f6d1ba07292c9653939631a",
"reference": "d6f85ec8652366f45f6d1ba07292c9653939631a",
"shasum": ""
},
"require": {
"doctrine/collections": "~1.3",
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"autoload": {
"psr-4": {
"Recurr\\": "src/Recurr/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shaun Simmons",
"email": "shaun@shaun.pub",
"homepage": "https://shaun.pub"
}
],
"description": "PHP library for working with recurrence rules",
"homepage": "https://github.com/simshaun/recurr",
"keywords": [
"dates",
"events",
"recurrence",
"recurring",
"rrule"
],
"support": {
"issues": "https://github.com/simshaun/recurr/issues",
"source": "https://github.com/simshaun/recurr/tree/v4.0.2"
},
"time": "2019-11-18T17:48:08+00:00"
},
{
"name": "stack/builder",
"version": "v1.0.6",