From f8e98e2c09970e56ae8ba0a491f77efc7b697e77 Mon Sep 17 00:00:00 2001
From: kompot r00t
Date: Mon, 25 Nov 2024 15:24:13 +0100
Subject: [PATCH] Composer update, config export
---
.gitattributes | 3 +
composer.json | 1 -
composer.lock | 1365 ++++++++---------
config/sync/automated_cron.settings.yml | 1 -
config/sync/block_content.type.basic.yml | 2 +-
.../bootstrap_datetime_picker.settings.yml | 35 -
config/sync/comment.settings.yml | 1 -
config/sync/contact.settings.yml | 1 -
.../sync/core.entity_view_mode.tour.token.yml | 11 -
config/sync/core.extension.yml | 3 -
.../core.menu.static_menu_link_overrides.yml | 3 +-
config/sync/dblog.settings.yml | 1 -
config/sync/editor.editor.basic_html.yml | 6 +-
config/sync/editor.editor.full_html.yml | 6 +-
config/sync/field.settings.yml | 1 -
config/sync/field_ui.settings.yml | 1 -
config/sync/file.settings.yml | 1 -
config/sync/filter.settings.yml | 1 -
config/sync/gin.settings.yml | 1 -
config/sync/image.settings.yml | 1 -
config/sync/language.mappings.yml | 1 -
config/sync/language.negotiation.yml | 1 -
config/sync/language.types.yml | 1 -
config/sync/locale.settings.yml | 1 -
config/sync/menu_ui.settings.yml | 1 -
config/sync/node.settings.yml | 1 -
config/sync/node.type.article.yml | 2 +-
config/sync/node.type.dogodek.yml | 4 +-
config/sync/node.type.page.yml | 2 +-
config/sync/node.type.skupina.yml | 2 +-
config/sync/olivero.settings.yml | 1 -
config/sync/pathauto.settings.yml | 1 -
config/sync/quick_node_clone.settings.yml | 2 +-
config/sync/search.settings.yml | 1 -
.../simple_sitemap.custom_links.default.yml | 1 -
config/sync/simple_sitemap.settings.yml | 1 -
.../sync/simple_sitemap_engines.settings.yml | 1 -
...p_engines.simple_sitemap_engine.google.yml | 13 -
...ap_engines.simple_sitemap_engine.naver.yml | 9 +
...p_engines.simple_sitemap_engine.seznam.yml | 9 +
...emap_engines.simple_sitemap_engine.yep.yml | 9 +
config/sync/system.advisories.yml | 1 -
config/sync/system.cron.yml | 3 +-
config/sync/system.date.yml | 1 -
config/sync/system.diff.yml | 1 -
config/sync/system.feature_flags.yml | 1 -
config/sync/system.file.yml | 1 -
config/sync/system.image.gd.yml | 1 -
config/sync/system.image.yml | 1 -
config/sync/system.logging.yml | 1 -
config/sync/system.mail.yml | 1 -
config/sync/system.performance.yml | 1 -
config/sync/system.rss.yml | 1 -
config/sync/system.site.yml | 1 +
config/sync/system.theme.global.yml | 1 -
config/sync/system.theme.yml | 1 -
config/sync/taxonomy.settings.yml | 1 -
config/sync/taxonomy.vocabulary.tags.yml | 1 +
.../sync/taxonomy.vocabulary.tip_dogodka.yml | 3 +-
config/sync/text.settings.yml | 1 -
config/sync/tour.tour.block-layout.yml | 48 -
config/sync/tour.tour.language-add.yml | 34 -
config/sync/tour.tour.language-edit.yml | 48 -
config/sync/tour.tour.language.yml | 55 -
config/sync/tour.tour.locale.yml | 69 -
config/sync/tour.tour.views-ui.yml | 88 --
config/sync/update.settings.yml | 1 -
config/sync/user.flood.yml | 1 -
config/sync/user.role.content_editor.yml | 2 -
config/sync/views.settings.yml | 1 -
config/sync/views.view.archive.yml | 1 +
config/sync/views.view.block_content.yml | 1 +
config/sync/views.view.comment.yml | 1 +
config/sync/views.view.content.yml | 1 +
config/sync/views.view.files.yml | 2 +
config/sync/views.view.frontpage.yml | 1 +
config/sync/views.view.glossary.yml | 1 +
config/sync/views.view.taxonomy_term.yml | 1 +
config/sync/views.view.user_admin_people.yml | 1 +
config/sync/views.view.watchdog.yml | 1 +
web/sites/default/default.services.yml | 9 +
web/sites/default/default.settings.php | 39 +-
web/sites/development.services.yml | 10 +
web/sites/example.sites.php | 4 +-
84 files changed, 760 insertions(+), 1192 deletions(-)
delete mode 100644 config/sync/bootstrap_datetime_picker.settings.yml
delete mode 100644 config/sync/core.entity_view_mode.tour.token.yml
delete mode 100644 config/sync/simple_sitemap_engines.simple_sitemap_engine.google.yml
create mode 100644 config/sync/simple_sitemap_engines.simple_sitemap_engine.naver.yml
create mode 100644 config/sync/simple_sitemap_engines.simple_sitemap_engine.seznam.yml
create mode 100644 config/sync/simple_sitemap_engines.simple_sitemap_engine.yep.yml
delete mode 100644 config/sync/tour.tour.block-layout.yml
delete mode 100644 config/sync/tour.tour.language-add.yml
delete mode 100644 config/sync/tour.tour.language-edit.yml
delete mode 100644 config/sync/tour.tour.language.yml
delete mode 100644 config/sync/tour.tour.locale.yml
delete mode 100644 config/sync/tour.tour.views-ui.yml
diff --git a/.gitattributes b/.gitattributes
index 76ea8fe..e7b792f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
+# PHPStan's baseline uses tabs instead of spaces.
+core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
+
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
diff --git a/composer.json b/composer.json
index d821b6f..e09c5b5 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,6 @@
],
"require": {
"composer/installers": "^2.0",
- "drupal/bootstrap_datetime_picker": "^4.0@alpha",
"drupal/color_field": "^3.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",
diff --git a/composer.lock b/composer.lock
index 17fe958..b95bf8d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "16601eab9438252505d5a76b880ac2bd",
+ "content-hash": "428e0fc2f72499eaa4bd37cc33b18467",
"packages": [
{
"name": "asm89/stack-cors",
@@ -64,16 +64,16 @@
},
{
"name": "chi-teck/drupal-code-generator",
- "version": "3.3.0",
+ "version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
- "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770"
+ "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/56da9209b24a5a5b5d27bec9e523f02bdd101770",
- "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770",
+ "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/2dbd8d231945681a398862a3282ade3cf0ea23ab",
+ "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab",
"shasum": ""
},
"require": {
@@ -91,16 +91,16 @@
"squizlabs/php_codesniffer": "<3.6"
},
"require-dev": {
- "chi-teck/drupal-coder-extension": "^2.0.0-alpha4",
- "drupal/coder": "8.3.22",
- "drupal/core": "10.1.x-dev",
+ "chi-teck/drupal-coder-extension": "^2.0.0-beta3",
+ "drupal/coder": "8.3.23",
+ "drupal/core": "10.3.x-dev",
"ext-simplexml": "*",
- "phpspec/prophecy-phpunit": "^2.0",
- "phpunit/phpunit": "^9.5",
- "squizlabs/php_codesniffer": "^3.7",
- "symfony/var-dumper": "^6.3",
+ "phpspec/prophecy-phpunit": "^2.2",
+ "phpunit/phpunit": "^9.6",
+ "squizlabs/php_codesniffer": "^3.9",
+ "symfony/var-dumper": "^6.4",
"symfony/yaml": "^6.3",
- "vimeo/psalm": "^5.14.0"
+ "vimeo/psalm": "^5.22.2"
},
"bin": [
"bin/dcg"
@@ -118,22 +118,22 @@
"description": "Drupal code generator",
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
- "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.3.0"
+ "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.6.1"
},
- "time": "2023-10-21T12:57:05+00:00"
+ "time": "2024-06-06T17:36:37+00:00"
},
{
"name": "composer/installers",
- "version": "v2.2.0",
+ "version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
- "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
+ "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
- "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
+ "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
+ "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"shasum": ""
},
"require": {
@@ -141,12 +141,12 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "composer/composer": "1.6.* || ^2.0",
- "composer/semver": "^1 || ^3",
- "phpstan/phpstan": "^0.12.55",
- "phpstan/phpstan-phpunit": "^0.12.16",
- "symfony/phpunit-bridge": "^5.3",
- "symfony/process": "^5"
+ "composer/composer": "^1.10.27 || ^2.7",
+ "composer/semver": "^1.7.2 || ^3.4.0",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-phpunit": "^1",
+ "symfony/phpunit-bridge": "^7.1.1",
+ "symfony/process": "^5 || ^6 || ^7"
},
"type": "composer-plugin",
"extra": {
@@ -203,6 +203,7 @@
"cockpit",
"codeigniter",
"concrete5",
+ "concreteCMS",
"croogo",
"dokuwiki",
"drupal",
@@ -249,7 +250,7 @@
],
"support": {
"issues": "https://github.com/composer/installers/issues",
- "source": "https://github.com/composer/installers/tree/v2.2.0"
+ "source": "https://github.com/composer/installers/tree/v2.3.0"
},
"funding": [
{
@@ -265,28 +266,28 @@
"type": "tidelift"
}
],
- "time": "2022-08-20T06:45:11+00:00"
+ "time": "2024-06-24T20:46:46+00:00"
},
{
"name": "composer/semver",
- "version": "3.4.0",
+ "version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
+ "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
- "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
+ "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "^1.4",
- "symfony/phpunit-bridge": "^4.2 || ^5"
+ "phpstan/phpstan": "^1.11",
+ "symfony/phpunit-bridge": "^3 || ^7"
},
"type": "library",
"extra": {
@@ -330,7 +331,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.4.0"
+ "source": "https://github.com/composer/semver/tree/3.4.3"
},
"funding": [
{
@@ -346,29 +347,29 @@
"type": "tidelift"
}
],
- "time": "2023-08-31T09:50:34+00:00"
+ "time": "2024-09-19T14:15:21+00:00"
},
{
"name": "consolidation/annotated-command",
- "version": "4.9.2",
+ "version": "4.10.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
- "reference": "b5255dcbee1de95036185062a103dabc622224de"
+ "reference": "1e830ba908c9ffb1ba7ca056203531b27188812c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de",
- "reference": "b5255dcbee1de95036185062a103dabc622224de",
+ "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/1e830ba908c9ffb1ba7ca056203531b27188812c",
+ "reference": "1e830ba908c9ffb1ba7ca056203531b27188812c",
"shasum": ""
},
"require": {
"consolidation/output-formatters": "^4.3.1",
"php": ">=7.1.3",
"psr/log": "^1 || ^2 || ^3",
- "symfony/console": "^4.4.8 || ^5 || ^6",
- "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6",
- "symfony/finder": "^4.4.8 || ^5 || ^6"
+ "symfony/console": "^4.4.8 || ^5 || ^6 || ^7",
+ "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7",
+ "symfony/finder": "^4.4.8 || ^5 || ^6 || ^7"
},
"require-dev": {
"composer-runtime-api": "^2.0",
@@ -400,9 +401,9 @@
"description": "Initialize Symfony Console commands from annotated command class methods.",
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
- "source": "https://github.com/consolidation/annotated-command/tree/4.9.2"
+ "source": "https://github.com/consolidation/annotated-command/tree/4.10.0"
},
- "time": "2023-12-26T14:30:50+00:00"
+ "time": "2024-04-05T21:05:39+00:00"
},
{
"name": "consolidation/config",
@@ -516,32 +517,32 @@
},
{
"name": "consolidation/log",
- "version": "3.0.0",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
- "reference": "caaad9d70dae54eb49002666f000e3c607066878"
+ "reference": "c27a3beb36137c141ccbce0d89f64befb243c015"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878",
- "reference": "caaad9d70dae54eb49002666f000e3c607066878",
+ "url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015",
+ "reference": "c27a3beb36137c141ccbce0d89f64befb243c015",
"shasum": ""
},
"require": {
"php": ">=8.0.0",
"psr/log": "^3",
- "symfony/console": "^5 || ^6"
+ "symfony/console": "^5 || ^6 || ^7"
},
"require-dev": {
- "phpunit/phpunit": ">=7.5.20",
+ "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "2.x-dev"
+ "platform": {
+ "php": "8.2.17"
}
},
"autoload": {
@@ -562,36 +563,36 @@
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
"support": {
"issues": "https://github.com/consolidation/log/issues",
- "source": "https://github.com/consolidation/log/tree/3.0.0"
+ "source": "https://github.com/consolidation/log/tree/3.1.0"
},
- "time": "2022-04-05T16:53:32+00:00"
+ "time": "2024-04-04T23:50:25+00:00"
},
{
"name": "consolidation/output-formatters",
- "version": "4.3.2",
+ "version": "4.6.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
- "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58"
+ "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58",
- "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58",
+ "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5fd5656718d7068a02d046f418a7ba873d5abbfe",
+ "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"php": ">=7.1.3",
- "symfony/console": "^4 || ^5 || ^6",
- "symfony/finder": "^4 || ^5 || ^6"
+ "symfony/console": "^4 || ^5 || ^6 || ^7",
+ "symfony/finder": "^4 || ^5 || ^6 || ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": "^7 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
- "symfony/var-dumper": "^4 || ^5 || ^6",
- "symfony/yaml": "^4 || ^5 || ^6",
+ "symfony/var-dumper": "^4 || ^5 || ^6 || ^7",
+ "symfony/yaml": "^4 || ^5 || ^6 || ^7",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
@@ -616,9 +617,9 @@
"description": "Format text by applying transformations provided by plug-in formatters.",
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
- "source": "https://github.com/consolidation/output-formatters/tree/4.3.2"
+ "source": "https://github.com/consolidation/output-formatters/tree/4.6.0"
},
- "time": "2023-07-06T04:45:41+00:00"
+ "time": "2024-10-18T14:02:48+00:00"
},
{
"name": "consolidation/robo",
@@ -750,23 +751,23 @@
},
{
"name": "consolidation/site-alias",
- "version": "4.0.1",
+ "version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
- "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5"
+ "reference": "1056ceb93f6aafe6f7600d7bbe1b62b8488abccf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5",
- "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5",
+ "url": "https://api.github.com/repos/consolidation/site-alias/zipball/1056ceb93f6aafe6f7600d7bbe1b62b8488abccf",
+ "reference": "1056ceb93f6aafe6f7600d7bbe1b62b8488abccf",
"shasum": ""
},
"require": {
- "consolidation/config": "^1.2.1 || ^2",
+ "consolidation/config": "^1.2.1 || ^2 || ^3",
"php": ">=7.4",
- "symfony/filesystem": "^5.4 || ^6",
- "symfony/finder": "^5 || ^6"
+ "symfony/filesystem": "^5.4 || ^6 || ^7",
+ "symfony/finder": "^5 || ^6 || ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
@@ -803,30 +804,30 @@
"description": "Manage alias records for local and remote sites.",
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
- "source": "https://github.com/consolidation/site-alias/tree/4.0.1"
+ "source": "https://github.com/consolidation/site-alias/tree/4.1.0"
},
- "time": "2023-04-29T17:18:10+00:00"
+ "time": "2024-04-05T15:58:04+00:00"
},
{
"name": "consolidation/site-process",
- "version": "5.2.0",
+ "version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
- "reference": "6c44638d7af8a8b4abe12c3180701243f480539d"
+ "reference": "7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/site-process/zipball/6c44638d7af8a8b4abe12c3180701243f480539d",
- "reference": "6c44638d7af8a8b4abe12c3180701243f480539d",
+ "url": "https://api.github.com/repos/consolidation/site-process/zipball/7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a",
+ "reference": "7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a",
"shasum": ""
},
"require": {
- "consolidation/config": "^2",
+ "consolidation/config": "^2 || ^3",
"consolidation/site-alias": "^3 || ^4",
"php": ">=8.0.14",
- "symfony/console": "^5.4 || ^6",
- "symfony/process": "^6"
+ "symfony/console": "^5.4 || ^6 || ^7",
+ "symfony/process": "^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^9",
@@ -860,22 +861,22 @@
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
- "source": "https://github.com/consolidation/site-process/tree/5.2.0"
+ "source": "https://github.com/consolidation/site-process/tree/5.4.0"
},
- "time": "2022-12-06T17:57:16+00:00"
+ "time": "2024-04-06T00:00:28+00:00"
},
{
"name": "dflydev/dot-access-data",
- "version": "v3.0.2",
+ "version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
- "reference": "f41715465d65213d644d3141a6a93081be5d3549"
+ "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
- "reference": "f41715465d65213d644d3141a6a93081be5d3549",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
+ "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"shasum": ""
},
"require": {
@@ -935,22 +936,22 @@
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
- "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
+ "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
},
- "time": "2022-10-27T11:44:00+00:00"
+ "time": "2024-07-08T12:26:09+00:00"
},
{
"name": "doctrine/annotations",
- "version": "1.14.3",
+ "version": "1.14.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
- "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
+ "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
- "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
+ "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
"shasum": ""
},
"require": {
@@ -961,11 +962,11 @@
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
- "doctrine/coding-standard": "^9 || ^10",
- "phpstan/phpstan": "~1.4.10 || ^1.8.0",
+ "doctrine/coding-standard": "^9 || ^12",
+ "phpstan/phpstan": "~1.4.10 || ^1.10.28",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "symfony/cache": "^4.4 || ^5.4 || ^6",
- "vimeo/psalm": "^4.10"
+ "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
+ "vimeo/psalm": "^4.30 || ^5.14"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
@@ -1011,9 +1012,9 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/1.14.3"
+ "source": "https://github.com/doctrine/annotations/tree/1.14.4"
},
- "time": "2023-02-01T09:20:38+00:00"
+ "time": "2024-09-05T10:15:52+00:00"
},
{
"name": "doctrine/deprecations",
@@ -1140,95 +1141,37 @@
],
"time": "2024-02-05T11:35:39+00:00"
},
- {
- "name": "drupal/bootstrap_datetime_picker",
- "version": "4.0.0-alpha1",
- "source": {
- "type": "git",
- "url": "https://git.drupalcode.org/project/bootstrap_datetime_picker.git",
- "reference": "4.0.0-alpha1"
- },
- "dist": {
- "type": "zip",
- "url": "https://ftp.drupal.org/files/projects/bootstrap_datetime_picker-4.0.0-alpha1.zip",
- "reference": "4.0.0-alpha1",
- "shasum": "6ca7f2b4d9db79b635877ebd7ab8d4d9d62ddc18"
- },
- "require": {
- "drupal/core": "^9.3 || ^10"
- },
- "type": "drupal-module",
- "extra": {
- "drupal": {
- "version": "4.0.0-alpha1",
- "datestamp": "1680159704",
- "security-coverage": {
- "status": "not-covered",
- "message": "Alpha releases are not covered by Drupal security advisories."
- }
- }
- },
- "notification-url": "https://packages.drupal.org/8/downloads",
- "license": [
- "GPL-2.0-or-later"
- ],
- "authors": [
- {
- "name": "B-Prod",
- "homepage": "https://www.drupal.org/user/407852"
- },
- {
- "name": "deepakkumar14",
- "homepage": "https://www.drupal.org/user/2186826"
- },
- {
- "name": "fkatsukawa",
- "homepage": "https://www.drupal.org/user/1975656"
- },
- {
- "name": "Prashant.c",
- "homepage": "https://www.drupal.org/user/1936756"
- },
- {
- "name": "sadashiv",
- "homepage": "https://www.drupal.org/user/1773304"
- },
- {
- "name": "vakulrai",
- "homepage": "https://www.drupal.org/user/3524052"
- }
- ],
- "description": "DateTime picker form element using the Bootstrap datetimepicker library.",
- "homepage": "https://www.drupal.org/project/bootstrap_datetime_picker",
- "support": {
- "source": "https://git.drupalcode.org/project/bootstrap_datetime_picker"
- }
- },
{
"name": "drupal/color_field",
- "version": "3.0.0",
+ "version": "3.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/color_field.git",
- "reference": "3.0.0"
+ "reference": "3.0.1"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/color_field-3.0.0.zip",
- "reference": "3.0.0",
- "shasum": "7a72fde925bc777b292aef7afa4ceb98d46cc0b5"
+ "url": "https://ftp.drupal.org/files/projects/color_field-3.0.1.zip",
+ "reference": "3.0.1",
+ "shasum": "fd2f75db74063f817d81a537221fa1c8398e4d8f"
},
"require": {
- "drupal/core": "^9 || ^10"
+ "drupal/core": "^9 || ^10 || ^11"
},
"require-dev": {
- "drupal/token": "*"
+ "drupal/core-recommended": "^9 || ^10",
+ "drupal/feeds": "^3.0@beta",
+ "drupal/token": "~1.3"
+ },
+ "suggest": {
+ "bower-asset/jquery-simple-color": "^v1.2.2: Provides JavaScript library necessary for the Color Grid widget",
+ "bower-asset/spectrum": "^1.8: Provides JavaScript library necessary for Spectrum widget."
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.0.0",
- "datestamp": "1671324231",
+ "version": "3.0.1",
+ "datestamp": "1717506868",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -1241,33 +1184,39 @@
],
"authors": [
{
- "name": "NickDickinsonWilde",
- "homepage": "https://www.drupal.org/user/3094661"
+ "name": "targoo",
+ "homepage": "https://www.drupal.org/user/431910",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Nick Wilde",
+ "homepage": "https://www.drupal.org/user/nickwilde",
+ "role": "Maintainer"
},
{
"name": "targoo",
"homepage": "https://www.drupal.org/user/431910"
}
],
- "description": "Provides a color field type to store the color value and opacity.",
+ "description": "Provides a color field type to store the color value and opacity",
"homepage": "https://www.drupal.org/project/color_field",
"support": {
"source": "https://git.drupalcode.org/project/color_field",
- "error": "require-dev.drupal/feeds : invalid version constraint (Could not parse version constraint : Invalid version string \"\")"
+ "issues": "https://www.drupal.org/project/issues/color_field?version=8.x"
}
},
{
"name": "drupal/core",
- "version": "10.2.3",
+ "version": "10.3.10",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
- "reference": "cc8c7952f7013795b735f5c15290e76937163bb7"
+ "reference": "3ebb71e9c4ef0c13f683353547551fca49f9a144"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core/zipball/cc8c7952f7013795b735f5c15290e76937163bb7",
- "reference": "cc8c7952f7013795b735f5c15290e76937163bb7",
+ "url": "https://api.github.com/repos/drupal/core/zipball/3ebb71e9c4ef0c13f683353547551fca49f9a144",
+ "reference": "3ebb71e9c4ef0c13f683353547551fca49f9a144",
"shasum": ""
},
"require": {
@@ -1313,7 +1262,7 @@
"symfony/serializer": "^6.4",
"symfony/validator": "^6.4",
"symfony/yaml": "^6.4",
- "twig/twig": "^3.5.0"
+ "twig/twig": "^3.14.2"
},
"conflict": {
"drush/drush": "<12.4.3"
@@ -1406,7 +1355,8 @@
"lib/Drupal/Core/DrupalKernel.php",
"lib/Drupal/Core/DrupalKernelInterface.php",
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
- "lib/Drupal/Core/Site/Settings.php"
+ "lib/Drupal/Core/Site/Settings.php",
+ "lib/Drupal/Component/Datetime/Time.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -1415,22 +1365,22 @@
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
- "source": "https://github.com/drupal/core/tree/10.2.3"
+ "source": "https://github.com/drupal/core/tree/10.3.10"
},
- "time": "2024-02-07T22:44:48+00:00"
+ "time": "2024-11-22T12:51:33+00:00"
},
{
"name": "drupal/core-composer-scaffold",
- "version": "10.2.3",
+ "version": "10.3.10",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git",
- "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f"
+ "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/63effa1bc644e80a269e8b4415e627491d26fd3f",
- "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f",
+ "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/f58ab5c0d02d275c5aa226c4505b457e41b161cc",
+ "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc",
"shasum": ""
},
"require": {
@@ -1465,13 +1415,13 @@
"drupal"
],
"support": {
- "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.3"
+ "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.10"
},
- "time": "2024-01-26T14:59:30+00:00"
+ "time": "2024-08-22T14:31:34+00:00"
},
{
"name": "drupal/core-project-message",
- "version": "10.2.3",
+ "version": "10.3.10",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-project-message.git",
@@ -1506,80 +1456,80 @@
"drupal"
],
"support": {
- "source": "https://github.com/drupal/core-project-message/tree/10.2.3"
+ "source": "https://github.com/drupal/core-project-message/tree/11.1.0-beta1"
},
"time": "2023-07-24T07:55:25+00:00"
},
{
"name": "drupal/core-recommended",
- "version": "10.2.3",
+ "version": "10.3.10",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
- "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859"
+ "reference": "1d739e569c9324bcac1ecc7be600d414386a399b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-recommended/zipball/ee5d148455ca5792108a1fd007ae162ea2ffe859",
- "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859",
+ "url": "https://api.github.com/repos/drupal/core-recommended/zipball/1d739e569c9324bcac1ecc7be600d414386a399b",
+ "reference": "1d739e569c9324bcac1ecc7be600d414386a399b",
"shasum": ""
},
"require": {
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
- "doctrine/deprecations": "~1.1.2",
- "doctrine/lexer": "~2.1.0",
- "drupal/core": "10.2.3",
+ "doctrine/deprecations": "~1.1.3",
+ "doctrine/lexer": "~2.1.1",
+ "drupal/core": "10.3.10",
"egulias/email-validator": "~4.0.2",
"guzzlehttp/guzzle": "~7.8.1",
"guzzlehttp/promises": "~2.0.2",
"guzzlehttp/psr7": "~2.6.2",
- "masterminds/html5": "~2.8.1",
- "mck89/peast": "~v1.15.4",
- "pear/archive_tar": "~1.4.14",
+ "masterminds/html5": "~2.9.0",
+ "mck89/peast": "~v1.16.2",
+ "pear/archive_tar": "~1.5.0",
"pear/console_getopt": "~v1.4.3",
- "pear/pear-core-minimal": "~v1.10.14",
+ "pear/pear-core-minimal": "~v1.10.15",
"pear/pear_exception": "~v1.0.2",
"psr/cache": "~3.0.0",
"psr/container": "~2.0.2",
"psr/event-dispatcher": "~1.0.0",
"psr/http-client": "~1.0.3",
- "psr/http-factory": "~1.0.2",
+ "psr/http-factory": "~1.1.0",
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
- "sebastian/diff": "~4.0.5",
- "symfony/console": "~v6.4.1",
- "symfony/dependency-injection": "~v6.4.1",
- "symfony/deprecation-contracts": "~v3.4.0",
- "symfony/error-handler": "~v6.4.0",
- "symfony/event-dispatcher": "~v6.4.0",
- "symfony/event-dispatcher-contracts": "~v3.4.0",
- "symfony/filesystem": "~v6.4.0",
- "symfony/finder": "~v6.4.0",
- "symfony/http-foundation": "~v6.4.0",
- "symfony/http-kernel": "~v6.4.1",
- "symfony/mailer": "~v6.4.0",
- "symfony/mime": "~v6.4.0",
- "symfony/polyfill-ctype": "~v1.28.0",
- "symfony/polyfill-iconv": "~v1.28.0",
- "symfony/polyfill-intl-grapheme": "~v1.28.0",
- "symfony/polyfill-intl-idn": "~v1.28.0",
- "symfony/polyfill-intl-normalizer": "~v1.28.0",
- "symfony/polyfill-mbstring": "~v1.28.0",
- "symfony/polyfill-php83": "~v1.28.0",
- "symfony/process": "~v6.4.0",
- "symfony/psr-http-message-bridge": "~v6.4.0",
- "symfony/routing": "~v6.4.1",
- "symfony/serializer": "~v6.4.1",
- "symfony/service-contracts": "~v3.4.0",
- "symfony/string": "~v6.4.0",
- "symfony/translation-contracts": "~v3.4.0",
- "symfony/validator": "~v6.4.0",
- "symfony/var-dumper": "~v6.4.0",
- "symfony/var-exporter": "~v6.4.1",
- "symfony/yaml": "~v6.4.0",
- "twig/twig": "~v3.8.0"
+ "sebastian/diff": "~4.0.6",
+ "symfony/console": "~v6.4.8",
+ "symfony/dependency-injection": "~v6.4.7",
+ "symfony/deprecation-contracts": "~v3.5.0",
+ "symfony/error-handler": "~v6.4.7",
+ "symfony/event-dispatcher": "~v6.4.7",
+ "symfony/event-dispatcher-contracts": "~v3.5.0",
+ "symfony/filesystem": "~v6.4.8",
+ "symfony/finder": "~v6.4.8",
+ "symfony/http-foundation": "~v6.4.7",
+ "symfony/http-kernel": "~v6.4.7",
+ "symfony/mailer": "~v6.4.7",
+ "symfony/mime": "~v6.4.7",
+ "symfony/polyfill-ctype": "~v1.29.0",
+ "symfony/polyfill-iconv": "~v1.29.0",
+ "symfony/polyfill-intl-grapheme": "~v1.29.0",
+ "symfony/polyfill-intl-idn": "~v1.29.0",
+ "symfony/polyfill-intl-normalizer": "~v1.29.0",
+ "symfony/polyfill-mbstring": "~v1.29.0",
+ "symfony/polyfill-php83": "~v1.29.0",
+ "symfony/process": "~v6.4.8",
+ "symfony/psr-http-message-bridge": "~v6.4.7",
+ "symfony/routing": "~v6.4.7",
+ "symfony/serializer": "~v6.4.7",
+ "symfony/service-contracts": "~v3.5.0",
+ "symfony/string": "~v6.4.8",
+ "symfony/translation-contracts": "~v3.5.0",
+ "symfony/validator": "~v6.4.7",
+ "symfony/var-dumper": "~v6.4.7",
+ "symfony/var-exporter": "~v6.4.7",
+ "symfony/yaml": "~v6.4.7",
+ "twig/twig": "~v3.14.2"
},
"conflict": {
"webflo/drupal-core-strict": "*"
@@ -1591,32 +1541,32 @@
],
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"support": {
- "source": "https://github.com/drupal/core-recommended/tree/10.2.3"
+ "source": "https://github.com/drupal/core-recommended/tree/10.3.10"
},
- "time": "2024-02-07T22:44:48+00:00"
+ "time": "2024-11-22T12:51:33+00:00"
},
{
"name": "drupal/ctools",
- "version": "4.0.4",
+ "version": "4.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ctools.git",
- "reference": "4.0.4"
+ "reference": "4.1.0"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/ctools-4.0.4.zip",
- "reference": "4.0.4",
- "shasum": "4a2474eb2fd525b2add2db0e855c135ba7f0fb70"
+ "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
+ "reference": "4.1.0",
+ "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
},
"require": {
- "drupal/core": "^9.3 || ^10"
+ "drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "4.0.4",
- "datestamp": "1684299878",
+ "version": "4.1.0",
+ "datestamp": "1718144949",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -1690,27 +1640,27 @@
},
{
"name": "drupal/gin",
- "version": "3.0.0-rc9",
+ "version": "3.0.0-rc14",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gin.git",
- "reference": "8.x-3.0-rc9"
+ "reference": "8.x-3.0-rc14"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc9.zip",
- "reference": "8.x-3.0-rc9",
- "shasum": "130dec0ea8152bc796d8bbca1bc97b2ae0c381f4"
+ "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc14.zip",
+ "reference": "8.x-3.0-rc14",
+ "shasum": "8ca8735f5a1d7ef25ee446358cd704a3feb1cae7"
},
"require": {
- "drupal/core": "^9 || ^10",
+ "drupal/core": "^9 || ^10 || ^11",
"drupal/gin_toolbar": "^1.0@beta"
},
"type": "drupal-theme",
"extra": {
"drupal": {
- "version": "8.x-3.0-rc9",
- "datestamp": "1706705034",
+ "version": "8.x-3.0-rc14",
+ "datestamp": "1731015952",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
@@ -1731,6 +1681,10 @@
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
+ },
+ {
+ "name": "saschaeggi",
+ "homepage": "https://www.drupal.org/user/1999056"
}
],
"description": "For a better Admin and Content Editor Experience.",
@@ -1752,26 +1706,26 @@
},
{
"name": "drupal/gin_toolbar",
- "version": "1.0.0-rc5",
+ "version": "1.0.0-rc6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gin_toolbar.git",
- "reference": "8.x-1.0-rc5"
+ "reference": "8.x-1.0-rc6"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip",
- "reference": "8.x-1.0-rc5",
- "shasum": "523b565244440a16fa447065a98841770992bd2e"
+ "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc6.zip",
+ "reference": "8.x-1.0-rc6",
+ "shasum": "542def14b9a5435efb4e021d384fa3f7b0fc6e78"
},
"require": {
- "drupal/core": "^9 || ^10"
+ "drupal/core": "^9 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.0-rc5",
- "datestamp": "1702727588",
+ "version": "8.x-1.0-rc6",
+ "datestamp": "1718368950",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
@@ -1787,6 +1741,10 @@
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
+ },
+ {
+ "name": "saschaeggi",
+ "homepage": "https://www.drupal.org/user/1999056"
}
],
"description": "Gin Toolbar for Frontend use",
@@ -1811,26 +1769,26 @@
},
{
"name": "drupal/libraries",
- "version": "4.0.4",
+ "version": "4.0.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/libraries.git",
- "reference": "4.0.4"
+ "reference": "4.0.5"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/libraries-4.0.4.zip",
- "reference": "4.0.4",
- "shasum": "45848ac6ebdfb77755305ece4c6cae436ca1b0cc"
+ "url": "https://ftp.drupal.org/files/projects/libraries-4.0.5.zip",
+ "reference": "4.0.5",
+ "shasum": "24da67bb58b9e4b1ae28cdfdc4f6152587d17baf"
},
"require": {
- "drupal/core": "^9.4 || ^10"
+ "drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "4.0.4",
- "datestamp": "1687020889",
+ "version": "4.0.5",
+ "datestamp": "1725052147",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -1925,31 +1883,34 @@
},
{
"name": "drupal/pathauto",
- "version": "1.12.0",
+ "version": "1.13.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git",
- "reference": "8.x-1.12"
+ "reference": "8.x-1.13"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip",
- "reference": "8.x-1.12",
- "shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c"
+ "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip",
+ "reference": "8.x-1.13",
+ "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd"
},
"require": {
- "drupal/core": "^9.3 || ^10",
+ "drupal/core": "^9.4 || ^10 || ^11",
"drupal/ctools": "*",
"drupal/token": "*"
},
+ "require-dev": {
+ "drupal/forum": "*"
+ },
"suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.12",
- "datestamp": "1696776683",
+ "version": "8.x-1.13",
+ "datestamp": "1722507672",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -1993,20 +1954,20 @@
},
{
"name": "drupal/quick_node_clone",
- "version": "1.18.0",
+ "version": "1.19.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/quick_node_clone.git",
- "reference": "8.x-1.18"
+ "reference": "8.x-1.19"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/quick_node_clone-8.x-1.18.zip",
- "reference": "8.x-1.18",
- "shasum": "ab17077eccb24e5c651fedc5056a50051882a13d"
+ "url": "https://ftp.drupal.org/files/projects/quick_node_clone-8.x-1.19.zip",
+ "reference": "8.x-1.19",
+ "shasum": "b9a632bdca772f800a179aa7fbefc7f97aa50f80"
},
"require": {
- "drupal/core": "^8.8 || ^9 || ^10"
+ "drupal/core": "^10 || ^11"
},
"require-dev": {
"drupal/group": "^1 || ^2 || ^3",
@@ -2015,8 +1976,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.18",
- "datestamp": "1707833857",
+ "version": "8.x-1.19",
+ "datestamp": "1730993373",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -2037,6 +1998,10 @@
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
+ },
+ {
+ "name": "neslee canil pinto",
+ "homepage": "https://www.drupal.org/user/3580850"
}
],
"description": "Quickly clone a node with regular fields.",
@@ -2048,36 +2013,37 @@
},
{
"name": "drupal/simple_sitemap",
- "version": "4.1.8",
+ "version": "4.2.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simple_sitemap.git",
- "reference": "4.1.8"
+ "reference": "4.2.2"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.1.8.zip",
- "reference": "4.1.8",
- "shasum": "391f64048ccd5ee3ba6a4cffa9ad523ce9bd8a57"
+ "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.zip",
+ "reference": "4.2.2",
+ "shasum": "1f9c9197d37450fb347a4fa3f10191f5f4b5ef13"
},
"require": {
- "drupal/core": "^9.3 || ^10",
+ "drupal/core": "^10.2 || ^11",
"ext-xmlwriter": "*"
},
+ "conflict": {
+ "drush/drush": "<12.5.1"
+ },
+ "require-dev": {
+ "drupal/paragraphs": "^1.18"
+ },
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "4.1.8",
- "datestamp": "1702898385",
+ "version": "4.2.2",
+ "datestamp": "1732485885",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
- },
- "drush": {
- "services": {
- "drush.services.yml": ">=9"
- }
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
@@ -2092,7 +2058,7 @@
"role": "Maintainer"
},
{
- "name": "WalkingDexter",
+ "name": "walkingdexter",
"homepage": "https://www.drupal.org/user/3251330"
}
],
@@ -2105,26 +2071,26 @@
},
{
"name": "drupal/single_datetime",
- "version": "2.0.0-beta1",
+ "version": "2.0.0-beta2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/single_datetime.git",
- "reference": "2.0.0-beta1"
+ "reference": "2.0.0-beta2"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/single_datetime-2.0.0-beta1.zip",
- "reference": "2.0.0-beta1",
- "shasum": "9d2f30c908d4247a4875bd31f030fd4c8ecf72fb"
+ "url": "https://ftp.drupal.org/files/projects/single_datetime-2.0.0-beta2.zip",
+ "reference": "2.0.0-beta2",
+ "shasum": "dd5b82ecc8dca57c1a85f4a2394593c918437245"
},
"require": {
- "drupal/core": "^9.2 || ^10"
+ "drupal/core": "^9.2 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "2.0.0-beta1",
- "datestamp": "1671895206",
+ "version": "2.0.0-beta2",
+ "datestamp": "1717202110",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
@@ -2141,10 +2107,6 @@
"homepage": "https://www.drupal.org/u/valic",
"role": "Maintainer"
},
- {
- "name": "jcnventura",
- "homepage": "https://www.drupal.org/user/122464"
- },
{
"name": "valic",
"homepage": "https://www.drupal.org/user/980550"
@@ -2162,26 +2124,29 @@
},
{
"name": "drupal/token",
- "version": "1.13.0",
+ "version": "1.15.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/token.git",
- "reference": "8.x-1.13"
+ "reference": "8.x-1.15"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip",
- "reference": "8.x-1.13",
- "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2"
+ "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip",
+ "reference": "8.x-1.15",
+ "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf"
},
"require": {
- "drupal/core": "^9.2 || ^10"
+ "drupal/core": "^9.2 || ^10 || ^11"
+ },
+ "require-dev": {
+ "drupal/book": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.13",
- "datestamp": "1697885927",
+ "version": "8.x-1.15",
+ "datestamp": "1722206211",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -2199,11 +2164,11 @@
],
"authors": [
{
- "name": "Berdir",
+ "name": "berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
- "name": "Dave Reid",
+ "name": "dave reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
@@ -2231,23 +2196,23 @@
},
{
"name": "drush/drush",
- "version": "12.4.3",
+ "version": "12.5.3",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
- "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971"
+ "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971",
- "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971",
+ "url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6",
+ "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6",
"shasum": ""
},
"require": {
"chi-teck/drupal-code-generator": "^3.0",
"composer-runtime-api": "^2.2",
"composer/semver": "^1.4 || ^3",
- "consolidation/annotated-command": "^4.9.1",
+ "consolidation/annotated-command": "^4.9.2",
"consolidation/config": "^2.1.2",
"consolidation/filter-via-dot-access-data": "^2.0.2",
"consolidation/output-formatters": "^4.3.2",
@@ -2363,7 +2328,7 @@
"issues": "https://github.com/drush-ops/drush/issues",
"security": "https://github.com/drush-ops/drush/security/advisories",
"slack": "https://drupal.slack.com/messages/C62H9CWQM",
- "source": "https://github.com/drush-ops/drush/tree/12.4.3"
+ "source": "https://github.com/drush-ops/drush/tree/12.5.3"
},
"funding": [
{
@@ -2371,7 +2336,7 @@
"type": "github"
}
],
- "time": "2023-11-16T22:57:24+00:00"
+ "time": "2024-08-02T11:57:29+00:00"
},
{
"name": "egulias/email-validator",
@@ -2494,24 +2459,24 @@
},
{
"name": "grasmash/yaml-cli",
- "version": "3.1.0",
+ "version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/grasmash/yaml-cli.git",
- "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0"
+ "reference": "09a8860566958a1576cc54bbe910a03477e54971"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/00f3fd775f6abbfacd44432f1999c3c3b02791f0",
- "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0",
+ "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971",
+ "reference": "09a8860566958a1576cc54bbe910a03477e54971",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3",
"php": ">=8.0",
- "symfony/console": "^6",
- "symfony/filesystem": "^6",
- "symfony/yaml": "^6"
+ "symfony/console": "^6 || ^7",
+ "symfony/filesystem": "^6 || ^7",
+ "symfony/yaml": "^6 || ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2",
@@ -2544,28 +2509,28 @@
"description": "A command line tool for reading and manipulating yaml files.",
"support": {
"issues": "https://github.com/grasmash/yaml-cli/issues",
- "source": "https://github.com/grasmash/yaml-cli/tree/3.1.0"
+ "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1"
},
- "time": "2022-05-09T20:22:34+00:00"
+ "time": "2024-04-23T02:10:57+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.8.1",
+ "version": "7.8.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
+ "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2",
+ "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
- "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.6.3",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -2576,9 +2541,9 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
- "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "guzzle/client-integration-tests": "3.0.2",
"php-http/message-factory": "^1.1",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -2656,7 +2621,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.2"
},
"funding": [
{
@@ -2672,20 +2637,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:35:24+00:00"
+ "time": "2024-07-18T11:12:18+00:00"
},
{
"name": "guzzlehttp/promises",
- "version": "2.0.2",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
+ "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
+ "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"shasum": ""
},
"require": {
@@ -2693,7 +2658,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"type": "library",
"extra": {
@@ -2739,7 +2704,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/2.0.2"
+ "source": "https://github.com/guzzle/promises/tree/2.0.4"
},
"funding": [
{
@@ -2755,20 +2720,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:19:20+00:00"
+ "time": "2024-10-17T10:06:22+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.6.2",
+ "version": "2.6.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
+ "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/6de29867b18790c0d2c846af4c13a24cc3ad56f3",
+ "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3",
"shasum": ""
},
"require": {
@@ -2783,8 +2748,8 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ "http-interop/http-factory-tests": "0.9.0",
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -2855,7 +2820,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.6.2"
+ "source": "https://github.com/guzzle/psr7/tree/2.6.3"
},
"funding": [
{
@@ -2871,20 +2836,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:05:35+00:00"
+ "time": "2024-07-18T09:59:12+00:00"
},
{
"name": "league/container",
- "version": "4.2.0",
+ "version": "4.2.4",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/container.git",
- "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab"
+ "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab",
- "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab",
+ "url": "https://api.github.com/repos/thephpleague/container/zipball/7ea728b013b9a156c409c6f0fc3624071b742dec",
+ "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec",
"shasum": ""
},
"require": {
@@ -2945,7 +2910,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/container/issues",
- "source": "https://github.com/thephpleague/container/tree/4.2.0"
+ "source": "https://github.com/thephpleague/container/tree/4.2.4"
},
"funding": [
{
@@ -2953,20 +2918,20 @@
"type": "github"
}
],
- "time": "2021-11-16T10:29:06+00:00"
+ "time": "2024-11-10T12:42:13+00:00"
},
{
"name": "masterminds/html5",
- "version": "2.8.1",
+ "version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
- "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
+ "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
- "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
+ "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
+ "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
"shasum": ""
},
"require": {
@@ -2974,7 +2939,7 @@
"php": ">=5.3.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
},
"type": "library",
"extra": {
@@ -3018,22 +2983,22 @@
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
- "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
+ "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
},
- "time": "2023-05-10T11:58:31+00:00"
+ "time": "2024-03-31T07:05:07+00:00"
},
{
"name": "mck89/peast",
- "version": "v1.15.4",
+ "version": "v1.16.3",
"source": {
"type": "git",
"url": "https://github.com/mck89/peast.git",
- "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18"
+ "reference": "645ec21b650bc2aced18285c85f220d22afc1430"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18",
- "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18",
+ "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430",
+ "reference": "645ec21b650bc2aced18285c85f220d22afc1430",
"shasum": ""
},
"require": {
@@ -3046,7 +3011,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.15.4-dev"
+ "dev-master": "1.16.3-dev"
}
},
"autoload": {
@@ -3067,22 +3032,22 @@
"description": "Peast is PHP library that generates AST for JavaScript code",
"support": {
"issues": "https://github.com/mck89/peast/issues",
- "source": "https://github.com/mck89/peast/tree/v1.15.4"
+ "source": "https://github.com/mck89/peast/tree/v1.16.3"
},
- "time": "2023-08-12T08:29:29+00:00"
+ "time": "2024-07-23T14:00:32+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v5.0.0",
+ "version": "v5.3.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
+ "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
- "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
+ "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
"shasum": ""
},
"require": {
@@ -3093,7 +3058,7 @@
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
@@ -3125,9 +3090,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
},
- "time": "2024-01-07T17:17:35+00:00"
+ "time": "2024-10-08T18:51:32+00:00"
},
{
"name": "oomphinc/composer-installers-extender",
@@ -3188,16 +3153,16 @@
},
{
"name": "pear/archive_tar",
- "version": "1.4.14",
+ "version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
- "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
+ "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
- "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
+ "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602",
+ "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602",
"shasum": ""
},
"require": {
@@ -3228,7 +3193,7 @@
"./"
],
"license": [
- "BSD-3-Clause"
+ "BSD-2-Clause"
],
"authors": [
{
@@ -3254,17 +3219,7 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
- "funding": [
- {
- "url": "https://github.com/mrook",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/michielrook",
- "type": "patreon"
- }
- ],
- "time": "2021-07-20T13:53:39+00:00"
+ "time": "2024-03-16T16:21:40+00:00"
},
{
"name": "pear/console_getopt",
@@ -3319,16 +3274,16 @@
},
{
"name": "pear/pear-core-minimal",
- "version": "v1.10.14",
+ "version": "v1.10.16",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
- "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32"
+ "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32",
- "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32",
+ "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033",
+ "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033",
"shasum": ""
},
"require": {
@@ -3341,9 +3296,9 @@
},
"type": "library",
"autoload": {
- "psr-0": {
- "": "src/"
- }
+ "classmap": [
+ "src/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
@@ -3364,7 +3319,7 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
- "time": "2023-11-26T16:15:38+00:00"
+ "time": "2024-11-24T22:27:58+00:00"
},
{
"name": "pear/pear_exception",
@@ -3427,7 +3382,7 @@
},
{
"name": "phootwork/collection",
- "version": "v3.2.2",
+ "version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/phootwork/collection.git",
@@ -3476,22 +3431,22 @@
],
"support": {
"issues": "https://github.com/phootwork/phootwork/issues",
- "source": "https://github.com/phootwork/collection/tree/v3.2.2"
+ "source": "https://github.com/phootwork/collection/tree/v3.2.3"
},
"time": "2022-08-27T12:51:24+00:00"
},
{
"name": "phootwork/lang",
- "version": "v3.2.2",
+ "version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/phootwork/lang.git",
- "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597"
+ "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597",
- "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597",
+ "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
+ "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
"shasum": ""
},
"require": {
@@ -3525,9 +3480,9 @@
],
"support": {
"issues": "https://github.com/phootwork/phootwork/issues",
- "source": "https://github.com/phootwork/lang/tree/v3.2.2"
+ "source": "https://github.com/phootwork/lang/tree/v3.2.3"
},
- "time": "2023-05-26T05:37:59+00:00"
+ "time": "2024-10-03T13:43:19+00:00"
},
{
"name": "phpowermove/docblock",
@@ -3787,20 +3742,20 @@
},
{
"name": "psr/http-factory",
- "version": "1.0.2",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
- "reference": "e616d01114759c4c489f93b099585439f795fe35"
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
- "php": ">=7.0.0",
+ "php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
@@ -3824,7 +3779,7 @@
"homepage": "https://www.php-fig.org/"
}
],
- "description": "Common interfaces for PSR-7 HTTP message factories",
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
@@ -3836,9 +3791,9 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
+ "source": "https://github.com/php-fig/http-factory"
},
- "time": "2023-04-10T20:10:41+00:00"
+ "time": "2024-04-15T12:06:14+00:00"
},
{
"name": "psr/http-message",
@@ -3895,16 +3850,16 @@
},
{
"name": "psr/log",
- "version": "3.0.0",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
@@ -3939,22 +3894,22 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/3.0.0"
+ "source": "https://github.com/php-fig/log/tree/3.0.2"
},
- "time": "2021-07-14T16:46:02+00:00"
+ "time": "2024-09-11T13:17:53+00:00"
},
{
"name": "psy/psysh",
- "version": "v0.12.0",
+ "version": "v0.12.4",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d"
+ "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d",
- "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
+ "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
"shasum": ""
},
"require": {
@@ -4018,9 +3973,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
- "source": "https://github.com/bobthecow/psysh/tree/v0.12.0"
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
},
- "time": "2023-12-20T15:28:09+00:00"
+ "time": "2024-06-10T01:18:23+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -4068,16 +4023,16 @@
},
{
"name": "sebastian/diff",
- "version": "4.0.5",
+ "version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
+ "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
- "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
+ "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
"shasum": ""
},
"require": {
@@ -4122,7 +4077,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
- "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
+ "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
},
"funding": [
{
@@ -4130,20 +4085,20 @@
"type": "github"
}
],
- "time": "2023-05-07T05:35:17+00:00"
+ "time": "2024-03-02T06:30:58+00:00"
},
{
"name": "symfony/console",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e"
+ "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
- "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
+ "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
+ "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
"shasum": ""
},
"require": {
@@ -4208,7 +4163,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.3"
+ "source": "https://github.com/symfony/console/tree/v6.4.15"
},
"funding": [
{
@@ -4224,20 +4179,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-11-06T14:19:14+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "6871811c5a5c5e180244ddb689746446db02c05b"
+ "reference": "70ab1f65a4516ef741e519ea938e6aa465e6aa36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6871811c5a5c5e180244ddb689746446db02c05b",
- "reference": "6871811c5a5c5e180244ddb689746446db02c05b",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/70ab1f65a4516ef741e519ea938e6aa465e6aa36",
+ "reference": "70ab1f65a4516ef741e519ea938e6aa465e6aa36",
"shasum": ""
},
"require": {
@@ -4289,7 +4244,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v6.4.3"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.4.15"
},
"funding": [
{
@@ -4305,20 +4260,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-30T08:32:12+00:00"
+ "time": "2024-11-09T06:56:25+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.4.0",
+ "version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"shasum": ""
},
"require": {
@@ -4327,7 +4282,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -4356,7 +4311,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
},
"funding": [
{
@@ -4372,20 +4327,20 @@
"type": "tidelift"
}
],
- "time": "2023-05-23T14:45:45+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v6.4.3",
+ "version": "v6.4.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6"
+ "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6",
- "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/9e024324511eeb00983ee76b9aedc3e6ecd993d9",
+ "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9",
"shasum": ""
},
"require": {
@@ -4431,7 +4386,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v6.4.3"
+ "source": "https://github.com/symfony/error-handler/tree/v6.4.14"
},
"funding": [
{
@@ -4447,20 +4402,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T15:40:36+00:00"
+ "time": "2024-11-05T15:34:40+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
+ "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
- "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
+ "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
"shasum": ""
},
"require": {
@@ -4511,7 +4466,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13"
},
"funding": [
{
@@ -4527,20 +4482,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-09-25T14:18:03+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.4.0",
+ "version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
- "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
"shasum": ""
},
"require": {
@@ -4550,7 +4505,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -4587,7 +4542,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
},
"funding": [
{
@@ -4603,20 +4558,20 @@
"type": "tidelift"
}
],
- "time": "2023-05-23T14:45:45+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
+ "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
- "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
+ "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
"shasum": ""
},
"require": {
@@ -4624,6 +4579,9 @@
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
+ "require-dev": {
+ "symfony/process": "^5.4|^6.4|^7.0"
+ },
"type": "library",
"autoload": {
"psr-4": {
@@ -4650,7 +4608,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v6.4.3"
+ "source": "https://github.com/symfony/filesystem/tree/v6.4.13"
},
"funding": [
{
@@ -4666,20 +4624,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-10-25T15:07:50+00:00"
},
{
"name": "symfony/finder",
- "version": "v6.4.0",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
+ "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/daea9eca0b08d0ed1dc9ab702a46128fd1be4958",
+ "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958",
"shasum": ""
},
"require": {
@@ -4714,7 +4672,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.0"
+ "source": "https://github.com/symfony/finder/tree/v6.4.13"
},
"funding": [
{
@@ -4730,20 +4688,20 @@
"type": "tidelift"
}
],
- "time": "2023-10-31T17:30:12+00:00"
+ "time": "2024-10-01T08:30:56+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9"
+ "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
- "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
+ "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
"shasum": ""
},
"require": {
@@ -4753,12 +4711,12 @@
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
- "symfony/cache": "<6.3"
+ "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
},
"require-dev": {
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1|^2.0",
- "symfony/cache": "^6.3|^7.0",
+ "symfony/cache": "^6.4.12|^7.1.5",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
@@ -4791,7 +4749,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.3"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.15"
},
"funding": [
{
@@ -4807,20 +4765,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-11-08T16:09:24+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2"
+ "reference": "b002a5b3947653c5aee3adac2a024ea615fd3ff5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2",
- "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b002a5b3947653c5aee3adac2a024ea615fd3ff5",
+ "reference": "b002a5b3947653c5aee3adac2a024ea615fd3ff5",
"shasum": ""
},
"require": {
@@ -4869,12 +4827,13 @@
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/property-access": "^5.4.5|^6.0.5|^7.0",
"symfony/routing": "^5.4|^6.0|^7.0",
- "symfony/serializer": "^6.3|^7.0",
+ "symfony/serializer": "^6.4.4|^7.0.4",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/translation": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.5|^3",
"symfony/uid": "^5.4|^6.0|^7.0",
"symfony/validator": "^6.4|^7.0",
+ "symfony/var-dumper": "^5.4|^6.4|^7.0",
"symfony/var-exporter": "^6.2|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
@@ -4904,7 +4863,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.4.3"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.4.15"
},
"funding": [
{
@@ -4920,20 +4879,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-31T07:21:29+00:00"
+ "time": "2024-11-13T13:57:37+00:00"
},
{
"name": "symfony/mailer",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee"
+ "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
- "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
+ "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
"shasum": ""
},
"require": {
@@ -4984,7 +4943,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v6.4.3"
+ "source": "https://github.com/symfony/mailer/tree/v6.4.13"
},
"funding": [
{
@@ -5000,20 +4959,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T15:01:07+00:00"
+ "time": "2024-09-25T14:18:03+00:00"
},
{
"name": "symfony/mime",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
+ "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
- "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/1de1cf14d99b12c7ebbb850491ec6ae3ed468855",
+ "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855",
"shasum": ""
},
"require": {
@@ -5027,16 +4986,17 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4",
- "symfony/serializer": "<6.3.2"
+ "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.4|^7.0",
"symfony/property-access": "^5.4|^6.0|^7.0",
"symfony/property-info": "^5.4|^6.0|^7.0",
- "symfony/serializer": "^6.3.2|^7.0"
+ "symfony/serializer": "^6.4.3|^7.0.3"
},
"type": "library",
"autoload": {
@@ -5068,7 +5028,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.4.3"
+ "source": "https://github.com/symfony/mime/tree/v6.4.13"
},
"funding": [
{
@@ -5084,20 +5044,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-30T08:32:12+00:00"
+ "time": "2024-10-25T15:07:50+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
"shasum": ""
},
"require": {
@@ -5111,9 +5071,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5150,7 +5107,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
},
"funding": [
{
@@ -5166,20 +5123,20 @@
"type": "tidelift"
}
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1"
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1",
- "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
"shasum": ""
},
"require": {
@@ -5193,9 +5150,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5233,7 +5187,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0"
},
"funding": [
{
@@ -5249,20 +5203,20 @@
"type": "tidelift"
}
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "875e90aeea2777b6f135677f618529449334a612"
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
- "reference": "875e90aeea2777b6f135677f618529449334a612",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
"shasum": ""
},
"require": {
@@ -5273,9 +5227,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5314,7 +5265,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
},
"funding": [
{
@@ -5330,20 +5281,20 @@
"type": "tidelift"
}
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
- "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
"shasum": ""
},
"require": {
@@ -5356,9 +5307,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5401,7 +5349,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
},
"funding": [
{
@@ -5417,20 +5365,20 @@
"type": "tidelift"
}
],
- "time": "2023-01-26T09:30:37+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
"shasum": ""
},
"require": {
@@ -5441,9 +5389,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5485,7 +5430,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
},
"funding": [
{
@@ -5501,20 +5446,20 @@
"type": "tidelift"
}
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "42292d99c55abe617799667f454222c54c60e229"
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
- "reference": "42292d99c55abe617799667f454222c54c60e229",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
@@ -5528,9 +5473,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5568,7 +5510,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
},
"funding": [
{
@@ -5584,40 +5526,32 @@
"type": "tidelift"
}
],
- "time": "2023-07-28T09:04:16+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.29.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
+ "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
- "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
+ "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
- "type": "library",
+ "type": "metapackage",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- }
- },
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
@@ -5641,7 +5575,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
},
"funding": [
{
@@ -5657,24 +5591,24 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T20:11:03+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.29.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -5721,7 +5655,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
},
"funding": [
{
@@ -5737,24 +5671,24 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T20:11:03+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.29.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
- "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -5797,7 +5731,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
},
"funding": [
{
@@ -5813,20 +5747,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T20:11:03+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php83",
- "version": "v1.28.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
- "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
- "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
"shasum": ""
},
"require": {
@@ -5835,9 +5769,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -5877,7 +5808,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
},
"funding": [
{
@@ -5893,20 +5824,20 @@
"type": "tidelift"
}
],
- "time": "2023-08-16T06:22:46+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/process",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "31642b0818bfcff85930344ef93193f8c607e0a3"
+ "reference": "3cb242f059c14ae08591c5c4087d1fe443564392"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3",
- "reference": "31642b0818bfcff85930344ef93193f8c607e0a3",
+ "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392",
+ "reference": "3cb242f059c14ae08591c5c4087d1fe443564392",
"shasum": ""
},
"require": {
@@ -5938,7 +5869,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v6.4.3"
+ "source": "https://github.com/symfony/process/tree/v6.4.15"
},
"funding": [
{
@@ -5954,20 +5885,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-11-06T14:19:14+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
- "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47"
+ "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/49cfb0223ec64379f7154214dcc1f7c46f3c7a47",
- "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9cf83326a1074f83a738fc5320945abf7fb7fec",
+ "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec",
"shasum": ""
},
"require": {
@@ -6021,7 +5952,7 @@
"psr-7"
],
"support": {
- "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.3"
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.13"
},
"funding": [
{
@@ -6037,20 +5968,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-09-25T14:18:03+00:00"
},
{
"name": "symfony/routing",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842"
+ "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842",
- "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/640a74250d13f9c30d5ca045b6aaaabcc8215278",
+ "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278",
"shasum": ""
},
"require": {
@@ -6104,7 +6035,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.4.3"
+ "source": "https://github.com/symfony/routing/tree/v6.4.13"
},
"funding": [
{
@@ -6120,20 +6051,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-30T13:55:02+00:00"
+ "time": "2024-10-01T08:30:56+00:00"
},
{
"name": "symfony/serializer",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d"
+ "reference": "9d862d66198f3c2e30404228629ef4c18d5d608e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d",
- "reference": "51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/9d862d66198f3c2e30404228629ef4c18d5d608e",
+ "reference": "9d862d66198f3c2e30404228629ef4c18d5d608e",
"shasum": ""
},
"require": {
@@ -6202,7 +6133,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v6.4.3"
+ "source": "https://github.com/symfony/serializer/tree/v6.4.15"
},
"funding": [
{
@@ -6218,25 +6149,26 @@
"type": "tidelift"
}
],
- "time": "2024-01-30T08:32:12+00:00"
+ "time": "2024-10-23T13:25:59+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.4.1",
+ "version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
- "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "psr/container": "^1.1|^2.0"
+ "psr/container": "^1.1|^2.0",
+ "symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -6244,7 +6176,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -6284,7 +6216,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
},
"funding": [
{
@@ -6300,20 +6232,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-26T14:02:43+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/string",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "7a14736fb179876575464e4658fce0c304e8c15b"
+ "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/7a14736fb179876575464e4658fce0c304e8c15b",
- "reference": "7a14736fb179876575464e4658fce0c304e8c15b",
+ "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
+ "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
"shasum": ""
},
"require": {
@@ -6370,7 +6302,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.4.3"
+ "source": "https://github.com/symfony/string/tree/v6.4.15"
},
"funding": [
{
@@ -6386,20 +6318,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-25T09:26:29+00:00"
+ "time": "2024-11-13T13:31:12+00:00"
},
{
"name": "symfony/translation-contracts",
- "version": "v3.4.1",
+ "version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
- "reference": "06450585bf65e978026bda220cdebca3f867fde7"
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
- "reference": "06450585bf65e978026bda220cdebca3f867fde7",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
"shasum": ""
},
"require": {
@@ -6408,7 +6340,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -6448,7 +6380,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
},
"funding": [
{
@@ -6464,20 +6396,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-26T14:02:43+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/validator",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "9c1d8bb4edce5304fcefca7923741085f1ca5b60"
+ "reference": "7541055cdaf54ff95f0735bf703d313374e8b20b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/9c1d8bb4edce5304fcefca7923741085f1ca5b60",
- "reference": "9c1d8bb4edce5304fcefca7923741085f1ca5b60",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/7541055cdaf54ff95f0735bf703d313374e8b20b",
+ "reference": "7541055cdaf54ff95f0735bf703d313374e8b20b",
"shasum": ""
},
"require": {
@@ -6524,7 +6456,8 @@
"Symfony\\Component\\Validator\\": ""
},
"exclude-from-classmap": [
- "/Tests/"
+ "/Tests/",
+ "/Resources/bin/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -6544,7 +6477,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v6.4.3"
+ "source": "https://github.com/symfony/validator/tree/v6.4.15"
},
"funding": [
{
@@ -6560,20 +6493,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-29T15:01:07+00:00"
+ "time": "2024-11-08T15:28:48+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v6.4.3",
+ "version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "0435a08f69125535336177c29d56af3abc1f69da"
+ "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da",
- "reference": "0435a08f69125535336177c29d56af3abc1f69da",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80",
+ "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80",
"shasum": ""
},
"require": {
@@ -6629,7 +6562,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.4.3"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.15"
},
"funding": [
{
@@ -6645,20 +6578,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:53:30+00:00"
+ "time": "2024-11-08T15:28:48+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8"
+ "reference": "0f605f72a363f8743001038a176eeb2a11223b51"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a8c12b5448a5ac685347f5eeb2abf6a571ec16b8",
- "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51",
+ "reference": "0f605f72a363f8743001038a176eeb2a11223b51",
"shasum": ""
},
"require": {
@@ -6666,6 +6599,8 @@
"symfony/deprecation-contracts": "^2.5|^3"
},
"require-dev": {
+ "symfony/property-access": "^6.4|^7.0",
+ "symfony/serializer": "^6.4|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
@@ -6704,7 +6639,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v6.4.3"
+ "source": "https://github.com/symfony/var-exporter/tree/v6.4.13"
},
"funding": [
{
@@ -6720,20 +6655,20 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-09-25T14:18:03+00:00"
},
{
"name": "symfony/yaml",
- "version": "v6.4.3",
+ "version": "v6.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
+ "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
- "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e99b4e94d124b29ee4cf3140e1b537d2dad8cec9",
+ "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9",
"shasum": ""
},
"require": {
@@ -6776,7 +6711,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.4.3"
+ "source": "https://github.com/symfony/yaml/tree/v6.4.13"
},
"funding": [
{
@@ -6792,34 +6727,41 @@
"type": "tidelift"
}
],
- "time": "2024-01-23T14:51:35+00:00"
+ "time": "2024-09-25T14:18:03+00:00"
},
{
"name": "twig/twig",
- "version": "v3.8.0",
+ "version": "v3.14.2",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
+ "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
- "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
+ "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
+ "php": ">=8.0.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3",
- "symfony/polyfill-php80": "^1.22"
+ "symfony/polyfill-php81": "^1.29"
},
"require-dev": {
"psr/container": "^1.0|^2.0",
- "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
+ "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
},
"type": "library",
"autoload": {
+ "files": [
+ "src/Resources/core.php",
+ "src/Resources/debug.php",
+ "src/Resources/escaper.php",
+ "src/Resources/string_loader.php"
+ ],
"psr-4": {
"Twig\\": "src/"
}
@@ -6852,7 +6794,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
+ "source": "https://github.com/twigphp/Twig/tree/v3.14.2"
},
"funding": [
{
@@ -6864,34 +6806,36 @@
"type": "tidelift"
}
],
- "time": "2023-11-21T18:54:41+00:00"
+ "time": "2024-11-07T12:36:22+00:00"
},
{
"name": "webflo/drupal-finder",
- "version": "1.2.2",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
- "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
+ "reference": "73045060b0894c77962a10cff047f72872d8810c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
- "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
+ "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c",
+ "reference": "73045060b0894c77962a10cff047f72872d8810c",
"shasum": ""
},
"require": {
- "ext-json": "*"
+ "composer-runtime-api": "^2.2",
+ "php": ">=8.1"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
- "phpunit/phpunit": "^4.8"
+ "phpunit/phpunit": "^10.4",
+ "symfony/process": "^6.4"
},
"type": "library",
"autoload": {
- "classmap": [
- "src/DrupalFinder.php"
- ]
+ "psr-4": {
+ "DrupalFinder\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6903,12 +6847,12 @@
"email": "florian@webflo.org"
}
],
- "description": "Helper class to locate a Drupal installation from a given path.",
+ "description": "Helper class to locate a Drupal installation.",
"support": {
"issues": "https://github.com/webflo/drupal-finder/issues",
- "source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
+ "source": "https://github.com/webflo/drupal-finder/tree/1.3.1"
},
- "time": "2020-10-27T09:42:17+00:00"
+ "time": "2024-06-28T13:45:36+00:00"
},
{
"name": "zodiacmedia/drupal-libraries-installer",
@@ -6970,7 +6914,6 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
- "drupal/bootstrap_datetime_picker": 15,
"drupal/gin": 5,
"drupal/single_datetime": 10
},
diff --git a/config/sync/automated_cron.settings.yml b/config/sync/automated_cron.settings.yml
index a55fd34..39c20ec 100644
--- a/config/sync/automated_cron.settings.yml
+++ b/config/sync/automated_cron.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
-langcode: sl
interval: 3600
diff --git a/config/sync/block_content.type.basic.yml b/config/sync/block_content.type.basic.yml
index 31b9a02..b16ccf7 100644
--- a/config/sync/block_content.type.basic.yml
+++ b/config/sync/block_content.type.basic.yml
@@ -6,5 +6,5 @@ _core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic
label: 'Basic block'
-revision: 0
+revision: false
description: 'A basic block contains a title and a body.'
diff --git a/config/sync/bootstrap_datetime_picker.settings.yml b/config/sync/bootstrap_datetime_picker.settings.yml
deleted file mode 100644
index e95f955..0000000
--- a/config/sync/bootstrap_datetime_picker.settings.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-_core:
- default_config_hash: 82IcmRqpBmy1evXJ62l9T9-embODAwKCeTfnB8d4eMw
-langcode: sl
-icon_type: fontawesome
-use_cdn: true
-display_icons_time: 'fa-solid fa-clock'
-display_icons_date: 'fa-solid fa-calendar'
-display_icons_up: 'fa-solid fa-arrow-up'
-display_icons_down: 'fa-solid fa-arrow-down'
-display_icons_previous: 'fa-solid fa-chevron-left'
-display_icons_next: 'fa-solid fa-chevron-right'
-display_icons_today: 'fa-solid fa-calendar-check'
-display_icons_clear: 'fa-solid fa-trash'
-display_icons_close: 'fa-solid fa-xmark'
-display_sideBySide: false
-display_calendarWeeks: false
-display_viewMode: calendar
-display_toolbarPlacement: bottom
-display_keepOpen: false
-display_buttons_today: false
-display_buttons_clear: false
-display_buttons_close: false
-display_components_calendar: true
-display_components_date: true
-display_components_month: true
-display_components_year: true
-display_components_decades: true
-display_components_clock: true
-display_components_hours: true
-display_components_minutes: true
-display_components_seconds: false
-display_inline: false
-display_theme: auto
-hourCycle: undefined
-language: en
diff --git a/config/sync/comment.settings.yml b/config/sync/comment.settings.yml
index d4b1d2b..5b7ad98 100644
--- a/config/sync/comment.settings.yml
+++ b/config/sync/comment.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
-langcode: sl
log_ip_addresses: false
diff --git a/config/sync/contact.settings.yml b/config/sync/contact.settings.yml
index 4927762..1c949a6 100644
--- a/config/sync/contact.settings.yml
+++ b/config/sync/contact.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
-langcode: sl
default_form: feedback
flood:
limit: 5
diff --git a/config/sync/core.entity_view_mode.tour.token.yml b/config/sync/core.entity_view_mode.tour.token.yml
deleted file mode 100644
index c2591ec..0000000
--- a/config/sync/core.entity_view_mode.tour.token.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-uuid: 1fbfea62-34a4-456a-878b-85a96c990078
-langcode: sl
-status: true
-dependencies:
- module:
- - tour
-id: tour.token
-label: Token
-description: ''
-targetEntityType: tour
-cache: true
diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml
index 6a5046c..3239ecb 100644
--- a/config/sync/core.extension.yml
+++ b/config/sync/core.extension.yml
@@ -1,12 +1,10 @@
_core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
-langcode: sl
module:
automated_cron: 0
big_pipe: 0
block: 0
block_content: 0
- bootstrap_datetime_picker: 0
breakpoint: 0
ckeditor5: 0
color_field: 0
@@ -52,7 +50,6 @@ module:
text: 0
token: 0
toolbar: 0
- tour: 0
update: 0
user: 0
views_ui: 0
diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml
index 3224997..ed290da 100644
--- a/config/sync/core.menu.static_menu_link_overrides.yml
+++ b/config/sync/core.menu.static_menu_link_overrides.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: CXhei_vpaZk-3f_Mj2cH0YmpK-ZpKHoSzVA3yZrDq0g
-langcode: sl
definitions:
contact__site_page:
menu_name: footer
@@ -9,8 +8,8 @@ definitions:
expanded: false
enabled: true
standard__front_page:
- weight: -50
menu_name: main
parent: ''
+ weight: -50
expanded: false
enabled: true
diff --git a/config/sync/dblog.settings.yml b/config/sync/dblog.settings.yml
index 2cc924d..fbd17ea 100644
--- a/config/sync/dblog.settings.yml
+++ b/config/sync/dblog.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
-langcode: sl
row_limit: 1000
diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml
index 75ef1d8..6ce5834 100644
--- a/config/sync/editor.editor.basic_html.yml
+++ b/config/sync/editor.editor.basic_html.yml
@@ -62,7 +62,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
- max_size: ''
+ max_size: null
max_dimensions:
- width: 0
- height: 0
+ width: null
+ height: null
diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml
index 00891d0..90f90da 100644
--- a/config/sync/editor.editor.full_html.yml
+++ b/config/sync/editor.editor.full_html.yml
@@ -99,7 +99,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
- max_size: ''
+ max_size: null
max_dimensions:
- width: 0
- height: 0
+ width: null
+ height: null
diff --git a/config/sync/field.settings.yml b/config/sync/field.settings.yml
index 8203ac6..2225b8f 100644
--- a/config/sync/field.settings.yml
+++ b/config/sync/field.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
-langcode: sl
purge_batch_size: 50
diff --git a/config/sync/field_ui.settings.yml b/config/sync/field_ui.settings.yml
index 0e3d0b3..365450f 100644
--- a/config/sync/field_ui.settings.yml
+++ b/config/sync/field_ui.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM
-langcode: sl
field_prefix: field_
diff --git a/config/sync/file.settings.yml b/config/sync/file.settings.yml
index 7d6ac12..4481791 100644
--- a/config/sync/file.settings.yml
+++ b/config/sync/file.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM
-langcode: sl
description:
type: textfield
length: 128
diff --git a/config/sync/filter.settings.yml b/config/sync/filter.settings.yml
index b0e9eaa..9ce2939 100644
--- a/config/sync/filter.settings.yml
+++ b/config/sync/filter.settings.yml
@@ -1,5 +1,4 @@
_core:
default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
-langcode: sl
fallback_format: plain_text
always_show_fallback_choice: false
diff --git a/config/sync/gin.settings.yml b/config/sync/gin.settings.yml
index 9ac6bcb..1477cef 100644
--- a/config/sync/gin.settings.yml
+++ b/config/sync/gin.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: UvSCt3S_NldJPFzvhSNOy9vWoPPFhmsmTC12vtVss9s
-langcode: sl
favicon:
use_default: true
features:
diff --git a/config/sync/image.settings.yml b/config/sync/image.settings.yml
index d6b8917..b757490 100644
--- a/config/sync/image.settings.yml
+++ b/config/sync/image.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
-langcode: sl
preview_image: core/modules/image/sample.png
allow_insecure_derivatives: false
suppress_itok_output: false
diff --git a/config/sync/language.mappings.yml b/config/sync/language.mappings.yml
index b776fe0..bdfaae2 100644
--- a/config/sync/language.mappings.yml
+++ b/config/sync/language.mappings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc
-langcode: sl
map:
'no': nb
pt: pt-pt
diff --git a/config/sync/language.negotiation.yml b/config/sync/language.negotiation.yml
index ac0a0cd..dac4403 100644
--- a/config/sync/language.negotiation.yml
+++ b/config/sync/language.negotiation.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM
-langcode: sl
session:
parameter: language
url:
diff --git a/config/sync/language.types.yml b/config/sync/language.types.yml
index 1815c8b..1808f38 100644
--- a/config/sync/language.types.yml
+++ b/config/sync/language.types.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
-langcode: sl
all:
- language_interface
- language_content
diff --git a/config/sync/locale.settings.yml b/config/sync/locale.settings.yml
index 9ef54b6..970cc15 100644
--- a/config/sync/locale.settings.yml
+++ b/config/sync/locale.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: cSdYeE-_AQETCNZnl8BMFS9-sVn5--VzAYILkpPBUbM
-langcode: sl
cache_strings: true
translate_english: false
javascript:
diff --git a/config/sync/menu_ui.settings.yml b/config/sync/menu_ui.settings.yml
index 098f6ee..0b987fa 100644
--- a/config/sync/menu_ui.settings.yml
+++ b/config/sync/menu_ui.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU
-langcode: sl
override_parent_selector: false
diff --git a/config/sync/node.settings.yml b/config/sync/node.settings.yml
index 09d678a..911c9f0 100644
--- a/config/sync/node.settings.yml
+++ b/config/sync/node.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0
-langcode: sl
use_admin_theme: true
diff --git a/config/sync/node.type.article.yml b/config/sync/node.type.article.yml
index dfd9936..2469c71 100644
--- a/config/sync/node.type.article.yml
+++ b/config/sync/node.type.article.yml
@@ -7,7 +7,7 @@ _core:
name: Članek
type: article
description: 'Use articles for time-sensitive content like news, press releases or blog posts.'
-help: ''
+help: null
new_revision: true
preview_mode: 1
display_submitted: true
diff --git a/config/sync/node.type.dogodek.yml b/config/sync/node.type.dogodek.yml
index dc8b0e9..5d0a599 100644
--- a/config/sync/node.type.dogodek.yml
+++ b/config/sync/node.type.dogodek.yml
@@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: Dogodek
type: dogodek
-description: ''
-help: ''
+description: null
+help: null
new_revision: true
preview_mode: 1
display_submitted: false
diff --git a/config/sync/node.type.page.yml b/config/sync/node.type.page.yml
index 59907eb..38c1bcc 100644
--- a/config/sync/node.type.page.yml
+++ b/config/sync/node.type.page.yml
@@ -7,7 +7,7 @@ _core:
name: 'Basic page'
type: page
description: "Use basic pages for your static content, such as an 'About us' page."
-help: ''
+help: null
new_revision: true
preview_mode: 1
display_submitted: false
diff --git a/config/sync/node.type.skupina.yml b/config/sync/node.type.skupina.yml
index f7b0427..ba4279e 100644
--- a/config/sync/node.type.skupina.yml
+++ b/config/sync/node.type.skupina.yml
@@ -12,7 +12,7 @@ third_party_settings:
name: Skupina
type: skupina
description: Organizacija
-help: ''
+help: null
new_revision: true
preview_mode: 1
display_submitted: false
diff --git a/config/sync/olivero.settings.yml b/config/sync/olivero.settings.yml
index 687ebc6..f110669 100644
--- a/config/sync/olivero.settings.yml
+++ b/config/sync/olivero.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 1TswGK46jyu77aIM7Z-0JVQs5bxHmo-gtgrvrQGMXxc
-langcode: sl
favicon:
use_default: true
features:
diff --git a/config/sync/pathauto.settings.yml b/config/sync/pathauto.settings.yml
index 8182522..acfd943 100644
--- a/config/sync/pathauto.settings.yml
+++ b/config/sync/pathauto.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg
-langcode: sl
enabled_entity_types:
- user
punctuation:
diff --git a/config/sync/quick_node_clone.settings.yml b/config/sync/quick_node_clone.settings.yml
index 62d4865..d20764a 100644
--- a/config/sync/quick_node_clone.settings.yml
+++ b/config/sync/quick_node_clone.settings.yml
@@ -1,8 +1,8 @@
_core:
default_config_hash: 6XRelHPjACQVOo9yRQMmbXt-ysCA2Pt6l762bxQQbdw
-langcode: sl
exclude:
node: { }
paragraph: { }
text_to_prepend_to_title: 'Clone of'
clone_status: false
+create_group_relationships: true
diff --git a/config/sync/search.settings.yml b/config/sync/search.settings.yml
index cab7a73..f864b47 100644
--- a/config/sync/search.settings.yml
+++ b/config/sync/search.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: hvVxL1G-ZCxaq32IZws0YsfuhvaDiQE_np-0g35KjUk
-langcode: sl
and_or_limit: 7
default_page: node_search
index:
diff --git a/config/sync/simple_sitemap.custom_links.default.yml b/config/sync/simple_sitemap.custom_links.default.yml
index b8d72b6..18a8d45 100644
--- a/config/sync/simple_sitemap.custom_links.default.yml
+++ b/config/sync/simple_sitemap.custom_links.default.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
-langcode: sl
links:
-
path: /
diff --git a/config/sync/simple_sitemap.settings.yml b/config/sync/simple_sitemap.settings.yml
index 38f1cec..ecf1d69 100644
--- a/config/sync/simple_sitemap.settings.yml
+++ b/config/sync/simple_sitemap.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
-langcode: sl
max_links: 2000
cron_generate: true
cron_generate_interval: 0
diff --git a/config/sync/simple_sitemap_engines.settings.yml b/config/sync/simple_sitemap_engines.settings.yml
index b911d93..85aebfe 100644
--- a/config/sync/simple_sitemap_engines.settings.yml
+++ b/config/sync/simple_sitemap_engines.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
-langcode: sl
enabled: true
submission_interval: 24
index_now_enabled: true
diff --git a/config/sync/simple_sitemap_engines.simple_sitemap_engine.google.yml b/config/sync/simple_sitemap_engines.simple_sitemap_engine.google.yml
deleted file mode 100644
index f42fc6f..0000000
--- a/config/sync/simple_sitemap_engines.simple_sitemap_engine.google.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-uuid: 740a39cc-af2f-46ce-aa7b-682baf659e15
-langcode: sl
-status: true
-dependencies: { }
-_core:
- default_config_hash: KGJcRMzAuyKuQ5btKIxMYthx4yk2Oa3ciVDmzxaGKLQ
-id: google
-label: Google
-url: 'https://www.google.com/ping?sitemap=[sitemap]'
-index_now_url: null
-sitemap_variants:
- default: default
- index: index
diff --git a/config/sync/simple_sitemap_engines.simple_sitemap_engine.naver.yml b/config/sync/simple_sitemap_engines.simple_sitemap_engine.naver.yml
new file mode 100644
index 0000000..fb6821d
--- /dev/null
+++ b/config/sync/simple_sitemap_engines.simple_sitemap_engine.naver.yml
@@ -0,0 +1,9 @@
+uuid: ed7c48ba-e930-4ff0-bfbc-b7fb2bbda92c
+langcode: sl
+status: true
+dependencies: { }
+id: naver
+label: Naver
+url: null
+index_now_url: 'https://searchadvisor.naver.com/indexnow?url=[url]&key=[key]'
+sitemap_variants: null
diff --git a/config/sync/simple_sitemap_engines.simple_sitemap_engine.seznam.yml b/config/sync/simple_sitemap_engines.simple_sitemap_engine.seznam.yml
new file mode 100644
index 0000000..1002f95
--- /dev/null
+++ b/config/sync/simple_sitemap_engines.simple_sitemap_engine.seznam.yml
@@ -0,0 +1,9 @@
+uuid: b9de7b28-aed3-4c3c-82fa-b75d1736c3f3
+langcode: sl
+status: true
+dependencies: { }
+id: seznam
+label: Seznam
+url: null
+index_now_url: 'https://search.seznam.cz/indexnow?url=[url]&key=[key]'
+sitemap_variants: null
diff --git a/config/sync/simple_sitemap_engines.simple_sitemap_engine.yep.yml b/config/sync/simple_sitemap_engines.simple_sitemap_engine.yep.yml
new file mode 100644
index 0000000..a0f12f3
--- /dev/null
+++ b/config/sync/simple_sitemap_engines.simple_sitemap_engine.yep.yml
@@ -0,0 +1,9 @@
+uuid: 884b9e7a-9d19-49a4-975b-3a47d36a4644
+langcode: sl
+status: true
+dependencies: { }
+id: yep
+label: Yep
+url: null
+index_now_url: 'https://indexnow.yep.com/indexnow?url=[url]&key=[key]'
+sitemap_variants: null
diff --git a/config/sync/system.advisories.yml b/config/sync/system.advisories.yml
index 288a642..2ad53d6 100644
--- a/config/sync/system.advisories.yml
+++ b/config/sync/system.advisories.yml
@@ -1,5 +1,4 @@
_core:
default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo
-langcode: sl
enabled: true
interval_hours: 6
diff --git a/config/sync/system.cron.yml b/config/sync/system.cron.yml
index 72e8c5d..6d1cca2 100644
--- a/config/sync/system.cron.yml
+++ b/config/sync/system.cron.yml
@@ -1,7 +1,6 @@
_core:
default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
-langcode: sl
threshold:
requirements_warning: 172800
requirements_error: 1209600
-logging: 1
+logging: true
diff --git a/config/sync/system.date.yml b/config/sync/system.date.yml
index 523e71e..05e9d92 100644
--- a/config/sync/system.date.yml
+++ b/config/sync/system.date.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
-langcode: sl
first_day: 0
country:
default: SI
diff --git a/config/sync/system.diff.yml b/config/sync/system.diff.yml
index 8578410..f2fff7b 100644
--- a/config/sync/system.diff.yml
+++ b/config/sync/system.diff.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
-langcode: sl
context:
lines_leading: 2
lines_trailing: 2
diff --git a/config/sync/system.feature_flags.yml b/config/sync/system.feature_flags.yml
index 6c35b23..7169df0 100644
--- a/config/sync/system.feature_flags.yml
+++ b/config/sync/system.feature_flags.yml
@@ -1,2 +1 @@
-langcode: sl
linkset_endpoint: false
diff --git a/config/sync/system.file.yml b/config/sync/system.file.yml
index 965f531..de47424 100644
--- a/config/sync/system.file.yml
+++ b/config/sync/system.file.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g
-langcode: sl
allow_insecure_uploads: false
default_scheme: public
temporary_maximum_age: 21600
diff --git a/config/sync/system.image.gd.yml b/config/sync/system.image.gd.yml
index f3a61ee..2d81266 100644
--- a/config/sync/system.image.gd.yml
+++ b/config/sync/system.image.gd.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
-langcode: sl
jpeg_quality: 75
diff --git a/config/sync/system.image.yml b/config/sync/system.image.yml
index 285ec02..2e18f7f 100644
--- a/config/sync/system.image.yml
+++ b/config/sync/system.image.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
-langcode: sl
toolkit: gd
diff --git a/config/sync/system.logging.yml b/config/sync/system.logging.yml
index c897e21..d6164de 100644
--- a/config/sync/system.logging.yml
+++ b/config/sync/system.logging.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
-langcode: sl
error_level: hide
diff --git a/config/sync/system.mail.yml b/config/sync/system.mail.yml
index 7ec1345..2c6ba5a 100644
--- a/config/sync/system.mail.yml
+++ b/config/sync/system.mail.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
-langcode: sl
interface:
default: php_mail
mailer_dsn:
diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml
index 428059d..fa992f0 100644
--- a/config/sync/system.performance.yml
+++ b/config/sync/system.performance.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
-langcode: sl
cache:
page:
max_age: 180
diff --git a/config/sync/system.rss.yml b/config/sync/system.rss.yml
index c916c06..d806208 100644
--- a/config/sync/system.rss.yml
+++ b/config/sync/system.rss.yml
@@ -1,5 +1,4 @@
_core:
default_config_hash: MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0
-langcode: sl
items:
view_mode: rss
diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml
index bc014ca..46e6085 100644
--- a/config/sync/system.site.yml
+++ b/config/sync/system.site.yml
@@ -12,3 +12,4 @@ page:
admin_compact_mode: false
weight_select_max: 100
default_langcode: sl
+mail_notification: null
diff --git a/config/sync/system.theme.global.yml b/config/sync/system.theme.global.yml
index 4d6264a..8c212fa 100644
--- a/config/sync/system.theme.global.yml
+++ b/config/sync/system.theme.global.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8
-langcode: sl
favicon:
mimetype: image/vnd.microsoft.icon
path: ''
diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml
index 29d8734..d2f5c59 100644
--- a/config/sync/system.theme.yml
+++ b/config/sync/system.theme.yml
@@ -1,5 +1,4 @@
_core:
default_config_hash: eJ529VM1gSIA_vgTy2PdiDvJuG0xhSxfQjCyl5WKlv4
-langcode: sl
admin: gin
default: olivero
diff --git a/config/sync/taxonomy.settings.yml b/config/sync/taxonomy.settings.yml
index 445def8..0e3837d 100644
--- a/config/sync/taxonomy.settings.yml
+++ b/config/sync/taxonomy.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
-langcode: sl
maintain_index_table: true
override_selector: false
terms_per_page_admin: 100
diff --git a/config/sync/taxonomy.vocabulary.tags.yml b/config/sync/taxonomy.vocabulary.tags.yml
index ea29aab..60effc6 100644
--- a/config/sync/taxonomy.vocabulary.tags.yml
+++ b/config/sync/taxonomy.vocabulary.tags.yml
@@ -8,3 +8,4 @@ name: Oznake
vid: tags
description: 'Use tags to group articles on similar topics into categories.'
weight: 0
+new_revision: false
diff --git a/config/sync/taxonomy.vocabulary.tip_dogodka.yml b/config/sync/taxonomy.vocabulary.tip_dogodka.yml
index 99080c4..ac75bfa 100644
--- a/config/sync/taxonomy.vocabulary.tip_dogodka.yml
+++ b/config/sync/taxonomy.vocabulary.tip_dogodka.yml
@@ -4,5 +4,6 @@ status: true
dependencies: { }
name: 'Tip dogodka'
vid: tip_dogodka
-description: ''
+description: null
weight: 0
+new_revision: false
diff --git a/config/sync/text.settings.yml b/config/sync/text.settings.yml
index b813983..a295c7e 100644
--- a/config/sync/text.settings.yml
+++ b/config/sync/text.settings.yml
@@ -1,4 +1,3 @@
_core:
default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA
-langcode: sl
default_summary_length: 600
diff --git a/config/sync/tour.tour.block-layout.yml b/config/sync/tour.tour.block-layout.yml
deleted file mode 100644
index 4c85e6a..0000000
--- a/config/sync/tour.tour.block-layout.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-uuid: f91578a6-8d70-4419-ae23-54a97db3add1
-langcode: sl
-status: true
-dependencies:
- module:
- - block
-_core:
- default_config_hash: ructO0IOsghR3CIbNd-0QfLTDiUo8gIJ7mB_nxSil4o
-id: block-layout
-label: 'Block Layout Page'
-module: block
-routes:
- -
- route_name: block.admin_display
-tips:
- block-layout:
- id: block-layout
- plugin: text
- label: 'Block Layout'
- weight: 1
- body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.'
- place-block:
- id: place-block
- plugin: text
- label: 'Place Blocks'
- weight: 2
- selector: .button--small
- body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block'
- block-region:
- id: block-region
- plugin: text
- label: 'Block Region'
- weight: 3
- selector: .block-region-select
- body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear. You can place one block in multiple regions.'
- configure-block:
- id: configure-block
- plugin: text
- label: 'Configure Block'
- weight: 4
- selector: .dropbutton-widget
- body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.'
- custom-block-library:
- id: custom-block-library
- plugin: text
- label: 'Custom Block Library'
- weight: 5
- body: 'The block management screen also has an another tab on the top which is used to add Custom blocks. The name of the tab is "Custom block library". This tab ultimately provides a link to add custom blocks.'
diff --git a/config/sync/tour.tour.language-add.yml b/config/sync/tour.tour.language-add.yml
deleted file mode 100644
index 15ac694..0000000
--- a/config/sync/tour.tour.language-add.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-uuid: a0ffc30e-ba48-4dec-b8c7-5f858178a224
-langcode: sl
-status: true
-dependencies:
- module:
- - language
-_core:
- default_config_hash: vcDd9H0uIlyOQGoVAJuD3ADMnQeRR_X3B-ojyb8Cbnc
-id: language-add
-label: 'Adding languages'
-module: language
-routes:
- -
- route_name: language.add
-tips:
- language-add-overview:
- id: language-add-overview
- plugin: text
- label: 'Adding languages'
- weight: 1
- body: 'This page provides the ability to add common languages to your site.
If the desired language is not available, you can add a custom language.
'
- language-add-choose:
- id: language-add-choose
- plugin: text
- label: 'Izberite jezik'
- weight: 2
- selector: '#edit-predefined-langcode'
- body: 'Choose a language from the list, or choose "Custom language..." at the end of the list.
Click the "Add language" button when you are done choosing your language.
When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.
'
- language-add-continue:
- id: language-add-continue
- plugin: text
- label: 'Continuing on'
- weight: 3
- body: 'Now that you have an overview of the "Add languages" feature, you can continue by:
'
diff --git a/config/sync/tour.tour.language-edit.yml b/config/sync/tour.tour.language-edit.yml
deleted file mode 100644
index be8c5ad..0000000
--- a/config/sync/tour.tour.language-edit.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-uuid: b8731d6b-65b5-43f0-9504-47da15835793
-langcode: sl
-status: true
-dependencies:
- module:
- - language
-_core:
- default_config_hash: gjYvYwMqulNsq7VmScWKOqEUxar9AX0TvG8vfCCguUQ
-id: language-edit
-label: 'Editing languages'
-module: language
-routes:
- -
- route_name: entity.configurable_language.edit_form
-tips:
- language-edit-overview:
- id: language-edit-overview
- plugin: text
- label: 'Editing languages'
- weight: 1
- body: 'This page provides the ability to edit a language on your site, including custom languages.
'
- language-edit-langcode:
- id: language-edit-langcode
- plugin: text
- label: 'Koda jezika'
- weight: 2
- selector: '#edit-langcode-view'
- body: 'You cannot change the code of a language on the site, since it is used by the system to keep track of the language.
'
- language-edit-label:
- id: language-edit-label
- plugin: text
- label: 'Ime jezika'
- weight: 3
- selector: '#edit-label'
- body: 'The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.
'
- language-edit-direction:
- id: language-edit-direction
- plugin: text
- label: 'Language direction'
- weight: 4
- selector: '#edit-direction--wrapper--description'
- body: 'Choose if the language is a "Left to right" or "Right to left" language.
Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".
'
- language-edit-continue:
- id: language-edit-continue
- plugin: text
- label: 'Continuing on'
- weight: 5
- body: 'Now that you have an overview of the "Edit language" feature, you can continue by:
'
diff --git a/config/sync/tour.tour.language.yml b/config/sync/tour.tour.language.yml
deleted file mode 100644
index 5cbb6a0..0000000
--- a/config/sync/tour.tour.language.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-uuid: fcb4902f-1c51-47e0-ab73-2aea51e0550d
-langcode: sl
-status: true
-dependencies:
- module:
- - language
-_core:
- default_config_hash: Okz8QMYRGvq95nqLGYjp8gLiy93DKoMEzEVZVwEeg4M
-id: language
-label: Jezik
-module: language
-routes:
- -
- route_name: entity.configurable_language.collection
-tips:
- language-overview:
- id: language-overview
- plugin: text
- label: Jeziki
- weight: 1
- body: 'The "Languages" page allows you to add, edit, delete, and reorder languages for the site.
'
- language-add:
- id: language-add
- plugin: text
- label: 'Adding languages'
- weight: 2
- selector: .button-action
- body: 'To add more languages to your site, click the "Add language" button.
Added languages will be displayed in the language list and can then be edited or deleted.
'
- language-reorder:
- id: language-reorder
- plugin: text
- label: 'Reordering languages'
- weight: 3
- selector: .draggable
- body: 'To reorder the languages on your site, use the drag icons next to each language.
The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.
When you are done with reordering the languages, click the "Save configuration" button for the changes to take effect.
'
- language-default:
- id: language-default
- plugin: text
- label: 'Set a language as default'
- weight: 4
- selector: .js-form-item-site-default-language
- body: 'You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.
'
- language-operations:
- id: language-operations
- plugin: text
- label: 'Modifying languages'
- weight: 5
- selector: .dropbutton-wrapper
- body: 'Operations are provided for editing and deleting your languages.
You can edit the name and the direction of the language.
Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.
'
- language-continue:
- id: language-continue
- plugin: text
- label: 'Continuing on'
- weight: 6
- body: 'Now that you have an overview of the "Languages" page, you can continue by:
'
diff --git a/config/sync/tour.tour.locale.yml b/config/sync/tour.tour.locale.yml
deleted file mode 100644
index 21c171b..0000000
--- a/config/sync/tour.tour.locale.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-uuid: d6e42b6a-92f1-4dbc-8161-25ecf007b70d
-langcode: sl
-status: true
-dependencies:
- module:
- - locale
-_core:
- default_config_hash: Kcx1PIw-KgGbTo5_tOkbI6TWJiP_0Sr7t5T9SuMV2hA
-id: locale
-label: Translation
-module: locale
-routes:
- -
- route_name: locale.translate_page
-tips:
- locale-overview:
- id: locale-overview
- plugin: text
- label: 'User interface translation'
- weight: 1
- body: 'This page allows you to translate the user interface or modify existing translations. If you have installed your site initially in English, you must first add another language on the Languages page, in order to use this page.'
- locale-language:
- id: locale-language
- plugin: text
- label: 'Translation language'
- weight: 2
- selector: '#edit-langcode'
- body: 'Choose the language you want to translate.'
- locale-search:
- id: locale-search
- plugin: text
- label: Išči
- weight: 3
- selector: '#edit-string'
- body: 'Enter the specific word or sentence you want to translate, you can also write just a part of a word.'
- locale-filter:
- id: locale-filter
- plugin: text
- label: 'Filter the search'
- weight: 4
- selector: '#edit-translation'
- body: "You can search for untranslated strings if you want to translate something that isn't translated yet. If you want to modify an existing translation, you might want to search only for translated strings."
- locale-submit:
- id: locale-submit
- plugin: text
- label: 'Apply your search criteria'
- weight: 5
- selector: '#edit-submit'
- body: 'To apply your search criteria, click on the Filter button.'
- locale-translate:
- id: locale-translate
- plugin: text
- label: Prevodi
- weight: 6
- selector: .js-form-type-textarea
- body: 'You can write your own translation in the text fields of the right column. Try to figure out in which context the text will be used in order to translate it in the appropriate way.'
- locale-validate:
- id: locale-validate
- plugin: text
- label: 'Validate the translation'
- weight: 7
- selector: '#edit-submit--2'
- body: 'When you have finished your translations, click on the Save translations button. You must save your translations, each time before changing the page or making a new search.'
- locale-continue:
- id: locale-continue
- plugin: text
- label: 'Continuing on'
- weight: 8
- body: 'The translations you have made here will be used on your site''s user interface. If you want to use them on another site or modify them on an external translation editor, you can export them to a .po file and import them later.'
diff --git a/config/sync/tour.tour.views-ui.yml b/config/sync/tour.tour.views-ui.yml
deleted file mode 100644
index e774b6b..0000000
--- a/config/sync/tour.tour.views-ui.yml
+++ /dev/null
@@ -1,88 +0,0 @@
-uuid: f2a237db-9674-424d-9a6a-1381cf964665
-langcode: sl
-status: true
-dependencies:
- module:
- - views_ui
-_core:
- default_config_hash: XIYL1KF7ND2XQRa5AxvEcp8vgCN2kUGiuBNhCgxrPME
-id: views-ui
-label: 'View edit page'
-module: views_ui
-routes:
- -
- route_name: entity.view.edit_form
- -
- route_name: entity.view.edit_display_form
-tips:
- views-main:
- id: views-main
- plugin: text
- label: 'Manage view settings'
- weight: 1
- body: 'View or edit the configuration.'
- views-ui-displays:
- id: views-ui-displays
- plugin: text
- label: 'Displays in this view'
- weight: 2
- selector: '#views-display-top'
- body: 'A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.'
- views-ui-view-admin:
- id: views-ui-view-admin
- plugin: text
- label: 'View administration'
- weight: 3
- position: right
- selector: '#views-display-extra-actions'
- body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.'
- views-ui-format:
- id: views-ui-format
- plugin: text
- label: 'Output format'
- weight: 4
- selector: .views-ui-display-tab-bucket.format
- body: "Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality."
- views-ui-fields:
- id: views-ui-fields
- plugin: text
- label: Fields
- weight: 5
- selector: .views-ui-display-tab-bucket.field
- body: 'If this view uses fields, they are listed here. You can click on a field to configure it.'
- views-ui-filter:
- id: views-ui-filter
- plugin: text
- label: 'Filter your view'
- weight: 6
- selector: .views-ui-display-tab-bucket.filter
- body: 'Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes.'
- views-ui-filter-operations:
- id: views-ui-filter-operations
- plugin: text
- label: 'Filter actions'
- weight: 7
- selector: '.views-ui-display-tab-bucket.filter .dropbutton-widget'
- body: 'Add, rearrange or remove filters.'
- views-ui-sorts:
- id: views-ui-sorts
- plugin: text
- label: 'Sort Criteria'
- weight: 8
- selector: .views-ui-display-tab-bucket.sort
- body: 'Control the order in which the results are output. Click on an active sort rule to configure it.'
- views-ui-sorts-operations:
- id: views-ui-sorts-operations
- plugin: text
- label: 'Sort actions'
- weight: 9
- selector: '.views-ui-display-tab-bucket.sort .dropbutton-widget'
- body: 'Add, rearrange or remove sorting rules.'
- views-ui-preview:
- id: views-ui-preview
- plugin: text
- label: Predogled
- weight: 10
- position: right
- selector: '#preview-submit'
- body: 'Show a preview of the view output.'
diff --git a/config/sync/update.settings.yml b/config/sync/update.settings.yml
index 7dc610d..5647071 100644
--- a/config/sync/update.settings.yml
+++ b/config/sync/update.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
-langcode: sl
check:
disabled_extensions: false
interval_days: 7
diff --git a/config/sync/user.flood.yml b/config/sync/user.flood.yml
index a95b291..4eb3644 100644
--- a/config/sync/user.flood.yml
+++ b/config/sync/user.flood.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs
-langcode: sl
uid_only: false
ip_limit: 50
ip_window: 3600
diff --git a/config/sync/user.role.content_editor.yml b/config/sync/user.role.content_editor.yml
index dab4421..21fd382 100644
--- a/config/sync/user.role.content_editor.yml
+++ b/config/sync/user.role.content_editor.yml
@@ -21,7 +21,6 @@ dependencies:
- system
- taxonomy
- toolbar
- - tour
_core:
default_config_hash: Wur9kcEOwY1Jal81NssKnz3RhVJxAvBwyWQBGcA_1Go
id: content_editor
@@ -35,7 +34,6 @@ permissions:
- 'access files overview'
- 'access help pages'
- 'access toolbar'
- - 'access tour'
- 'administer url aliases'
- 'create article content'
- 'create dogodek content'
diff --git a/config/sync/views.settings.yml b/config/sync/views.settings.yml
index c72db6a..c2cf285 100644
--- a/config/sync/views.settings.yml
+++ b/config/sync/views.settings.yml
@@ -1,6 +1,5 @@
_core:
default_config_hash: uZHsLrDp1ThO0RvupHKcPzLOyVvWexm58JTTHNDo7yc
-langcode: sl
display_extenders:
simple_sitemap_display_extender: simple_sitemap_display_extender
sql_signature: false
diff --git a/config/sync/views.view.archive.yml b/config/sync/views.view.archive.yml
index 33ea35f..8284a59 100644
--- a/config/sync/views.view.archive.yml
+++ b/config/sync/views.view.archive.yml
@@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.block_content.yml b/config/sync/views.view.block_content.yml
index 521c1c7..cb868f9 100644
--- a/config/sync/views.view.block_content.yml
+++ b/config/sync/views.view.block_content.yml
@@ -287,6 +287,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.comment.yml b/config/sync/views.view.comment.yml
index 789b016..9aaa8b3 100644
--- a/config/sync/views.view.comment.yml
+++ b/config/sync/views.view.comment.yml
@@ -550,6 +550,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml
index 5da90c0..0062498 100644
--- a/config/sync/views.view.content.yml
+++ b/config/sync/views.view.content.yml
@@ -255,6 +255,7 @@ display:
previous: '‹ Previous'
first: '« First'
last: 'Last »'
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.files.yml b/config/sync/views.view.files.yml
index 2a82bad..5930628 100644
--- a/config/sync/views.view.files.yml
+++ b/config/sync/views.view.files.yml
@@ -484,6 +484,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
@@ -1019,6 +1020,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
empty: { }
arguments:
fid:
diff --git a/config/sync/views.view.frontpage.yml b/config/sync/views.view.frontpage.yml
index 749fcb9..ddcc61a 100644
--- a/config/sync/views.view.frontpage.yml
+++ b/config/sync/views.view.frontpage.yml
@@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.glossary.yml b/config/sync/views.view.glossary.yml
index f0e7fc7..682fb7a 100644
--- a/config/sync/views.view.glossary.yml
+++ b/config/sync/views.view.glossary.yml
@@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml
index 8884ead..9f17b42 100644
--- a/config/sync/views.view.taxonomy_term.yml
+++ b/config/sync/views.view.taxonomy_term.yml
@@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.user_admin_people.yml b/config/sync/views.view.user_admin_people.yml
index e7793fe..63292aa 100644
--- a/config/sync/views.view.user_admin_people.yml
+++ b/config/sync/views.view.user_admin_people.yml
@@ -479,6 +479,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/config/sync/views.view.watchdog.yml b/config/sync/views.view.watchdog.yml
index 7fbc1de..3f64179 100644
--- a/config/sync/views.view.watchdog.yml
+++ b/config/sync/views.view.watchdog.yml
@@ -454,6 +454,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
+ pagination_heading_level: h4
exposed_form:
type: basic
options:
diff --git a/web/sites/default/default.services.yml b/web/sites/default/default.services.yml
index c4b964f..dacb3f7 100644
--- a/web/sites/default/default.services.yml
+++ b/web/sites/default/default.services.yml
@@ -1,4 +1,8 @@
parameters:
+ # Toggles the super user access policy. If your website has at least one user
+ # with the Administrator role, it is advised to set this to false. This allows
+ # you to make user 1 a regular user, strengthening the security of your site.
+ security.enable_super_user: true
session.storage.options:
# Default ini options for sessions.
#
@@ -60,6 +64,11 @@ parameters:
# \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 6
sid_bits_per_character: 6
+ # By default, Drupal generates a session cookie name based on the full
+ # domain name. Set the name_suffix to a short random string to ensure this
+ # session cookie name is unique on different installations on the same
+ # domain and path (for example, when migrating from Drupal 7).
+ name_suffix: ''
twig.config:
# Twig debugging:
#
diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php
index 63fb2df..90883ff 100644
--- a/web/sites/default/default.settings.php
+++ b/web/sites/default/default.settings.php
@@ -77,7 +77,7 @@
*
* @code
* $databases['default']['default'] = [
- * 'database' => 'databasename',
+ * 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@@ -181,8 +181,8 @@ $databases = [];
*
* WARNING: The above defaults are designed for database portability. Changing
* them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
+ * https://www.drupal.org/docs/8/api/database-api/database-configuration for
+ * more information on these defaults and the potential issues.
*
* More details can be found in the constructor methods for each driver:
* - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
@@ -193,7 +193,7 @@ $databases = [];
* @code
* $databases['default']['default'] = [
* 'driver' => 'pgsql',
- * 'database' => 'databasename',
+ * 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@@ -215,7 +215,7 @@ $databases = [];
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
+ * 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@@ -230,7 +230,7 @@ $databases = [];
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
+ * 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@@ -355,14 +355,13 @@ $settings['update_free_access'] = FALSE;
* security, or encryption benefits. In an environment where Drupal
* is behind a reverse proxy, the real IP address of the client should
* be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
+ * to Drupal's logging and access management systems. In the most simple
+ * scenario, the proxy server will add an X-Forwarded-For header to the request
+ * that contains the client IP address. However, HTTP headers are vulnerable to
+ * spoofing, where a malicious client could bypass restrictions by setting the
+ * X-Forwarded-For header directly. Therefore, Drupal's proxy configuration
+ * requires the IP addresses of all remote proxies to be specified in
+ * $settings['reverse_proxy_addresses'] to work correctly.
*
* Enable this setting to get Drupal to determine the client IP from the
* X-Forwarded-For header. If you are unsure about this setting, do not have a
@@ -731,6 +730,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
* Provide a fully qualified class name here if you would like to provide an
* alternate implementation YAML parser. The class must implement the
* \Drupal\Component\Serialization\SerializationInterface interface.
+ *
+ * This setting is deprecated in Drupal 10.3 and removed in Drupal 11.
*/
# $settings['yaml_parser_class'] = NULL;
@@ -808,6 +809,16 @@ $settings['entity_update_batch_size'] = 50;
*/
$settings['entity_update_backup'] = TRUE;
+/**
+ * State caching.
+ *
+ * State caching uses the cache collector pattern to cache all requested keys
+ * from the state API in a single cache entry, which can greatly reduce the
+ * amount of database queries. However, some sites may use state with a
+ * lot of dynamic keys which could result in a very large cache.
+ */
+$settings['state_cache'] = TRUE;
+
/**
* Node migration type.
*
diff --git a/web/sites/development.services.yml b/web/sites/development.services.yml
index d2857c6..c02d3ff 100644
--- a/web/sites/development.services.yml
+++ b/web/sites/development.services.yml
@@ -1,7 +1,17 @@
# Local development services.
#
+# The development.services.yml file allows the developer to override
+# container parameters for debugging.
+#
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
+#
+# Be aware that in Drupal's configuration system, all the files that
+# provide container definitions are merged using a shallow merge approach
+# within \Drupal\Core\DependencyInjection\YamlFileLoader.
+# This means that if you want to override any value of a parameter, the
+# whole parameter array needs to be copied from
+# sites/default/default.services.yml or from core/core.services.yml file.
parameters:
http.response.debug_cacheability_headers: true
services:
diff --git a/web/sites/example.sites.php b/web/sites/example.sites.php
index 3b32b5a..a1955a9 100644
--- a/web/sites/example.sites.php
+++ b/web/sites/example.sites.php
@@ -7,7 +7,7 @@
* Configuration file for multi-site support and directory aliasing feature.
*
* This file is required for multi-site support and also allows you to define a
- * set of aliases that map hostnames, ports, and pathnames to configuration
+ * set of aliases that map host names, ports, and path names to configuration
* directories in the sites directory. These aliases are loaded prior to
* scanning for directories, and they are exempt from the normal discovery
* rules. See default.settings.php to view how Drupal discovers the
@@ -53,5 +53,5 @@
*
* @see default.settings.php
* @see \Drupal\Core\DrupalKernel::getSitePath()
- * @see https://www.drupal.org/documentation/install/multi-site
+ * @see https://www.drupal.org/docs/getting-started/multisite-drupal
*/