ajustement page home et programme

This commit is contained in:
armansansd
2021-08-27 19:08:39 +02:00
parent a7e481d9da
commit 82eebb2089
14 changed files with 213 additions and 112 deletions

52
composer.lock generated
View File

@@ -2404,17 +2404,17 @@
},
{
"name": "drupal/admin_toolbar",
"version": "2.4.0",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.4"
"reference": "8.x-2.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "6240047b8d91ac78f98d861ba8282af971fa0b38"
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.5.zip",
"reference": "8.x-2.5",
"shasum": "c71e58051b8d6818272df96d14cb11407d5e5ceb"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0"
@@ -2422,8 +2422,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1601999178",
"version": "8.x-2.5",
"datestamp": "1629907119",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -7961,7 +7961,7 @@
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paragraphs.git",
"reference": "2f11d6787e39a4a2bf296385c55ef4c83649cea0"
"reference": "185a2975d122f6ece83633883e52ebf43b8d2cc4"
},
"require": {
"drupal/core": "^8.8 || ^9",
@@ -7989,8 +7989,8 @@
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.12+14-dev",
"datestamp": "1614720707",
"version": "8.x-1.12+16-dev",
"datestamp": "1629786124",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
@@ -8638,17 +8638,17 @@
},
{
"name": "drupal/smart_date",
"version": "3.3.0",
"version": "3.4.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/smart_date.git",
"reference": "3.3.0"
"reference": "3.4.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_date-3.3.0.zip",
"reference": "3.3.0",
"shasum": "ee4370a357894ef085cc7c63a0899f64030e83d2"
"url": "https://ftp.drupal.org/files/projects/smart_date-3.4.2.zip",
"reference": "3.4.2",
"shasum": "4bd52e2e4ccda9e13a8ecad4e56d499ab512dbfc"
},
"require": {
"drupal/core": "^8 || ^9",
@@ -8661,8 +8661,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.3.0",
"datestamp": "1621770912",
"version": "3.4.2",
"datestamp": "1630015891",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -11772,16 +11772,16 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.5.0",
"version": "v6.5.1",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
"reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355",
"reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355",
"shasum": ""
},
"require": {
@@ -11793,10 +11793,12 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.5.6",
"yoast/phpunit-polyfills": "^0.2.0"
"squizlabs/php_codesniffer": "^3.6.0",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
@@ -11836,7 +11838,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1"
},
"funding": [
{
@@ -11844,7 +11846,7 @@
"type": "github"
}
],
"time": "2021-06-16T14:33:43+00:00"
"time": "2021-08-18T09:14:16+00:00"
},
{
"name": "psr/cache",