From 2bed5690ec230690f0c4dde57c3518aa95faf4fb Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Tue, 22 Nov 2022 09:10:33 -0500 Subject: [PATCH 001/145] Install BBB modules --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 40d2974..4ca7199 100644 --- a/composer.json +++ b/composer.json @@ -158,6 +158,9 @@ "drupal/views_daterange_filters": "^1.0@alpha", "drupal/views_field_compare": "^1.0@beta", "drupal/viewsreference": "^1", + "drupal/virtual_event_bbb": "^1.0", + "drupal/virtual_event_bbb_local_keys": "^1.0", + "drupal/virtual_events": "^1.0", "drupal/webform": "^6.0", "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", From 02c460f705453e591caf7ae1d26f0e8c3258c3bc Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Tue, 22 Nov 2022 09:10:48 -0500 Subject: [PATCH 002/145] Update composer lock file --- composer.lock | 352 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 320 insertions(+), 32 deletions(-) diff --git a/composer.lock b/composer.lock index f765c4a..1783599 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": "944c6c4eed86453c27942737fe9ac326", + "content-hash": "c56fc4449868db59808843ba53c63870", "packages": [ { "name": "abraham/twitteroauth", @@ -278,6 +278,66 @@ }, "time": "2014-10-06T23:11:15+00:00" }, + { + "name": "bigbluebutton/bigbluebutton-api-php", + "version": "2.0.11", + "source": { + "type": "git", + "url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git", + "reference": "4eac0d8b72db0155ce2092153e80964ffc0cf61e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/4eac0d8b72db0155ce2092153e80964ffc0cf61e", + "reference": "4eac0d8b72db0155ce2092153e80964ffc0cf61e", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-mbstring": "*", + "ext-simplexml": "*", + "php": ">=5.4" + }, + "require-dev": { + "composer/composer": "1.7.*@dev", + "ext-mbstring": "*", + "friendsofphp/php-cs-fixer": "2.*", + "fzaninotto/faker": "~1.8.0", + "php": ">=7.0", + "php-coveralls/php-coveralls": "2.1.*", + "phpunit/phpunit": "6.*", + "squizlabs/php_codesniffer": "3.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "BigBlueButton\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0" + ], + "authors": [ + { + "name": "Ghazi Triki", + "email": "ghazi.nocturne@gmail.com", + "role": "Developer" + } + ], + "description": "BigBlueButton PHP API Library for PHP", + "homepage": "http://bigbluebutton.org/", + "keywords": [ + "api", + "bbb", + "bigbluebutton" + ], + "support": { + "issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues", + "source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.0.11" + }, + "time": "2021-04-15T07:09:07+00:00" + }, { "name": "caxy/php-htmldiff", "version": "v0.1.14", @@ -5055,26 +5115,26 @@ }, { "name": "drupal/date_popup", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/date_popup.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "49b076db3cac96812c11c20f53496751fc34f9e6" + "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6b707646e8920bbed1b3a6227efb9588d6b98718" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1657668220", + "version": "8.x-1.3", + "datestamp": "1668746954", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7306,17 +7366,17 @@ }, { "name": "drupal/eca", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.0.5" + "reference": "1.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.0.5.zip", - "reference": "1.0.5", - "shasum": "a10f9657c98cc4729918b3379182e2fad45d5359" + "url": "https://ftp.drupal.org/files/projects/eca-1.0.6.zip", + "reference": "1.0.6", + "shasum": "bf0f00d5e89d93072e99f8496684c8a95cd6798e" }, "require": { "dragonmantank/cron-expression": "^3.1", @@ -7341,8 +7401,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.5", - "datestamp": "1668183559", + "version": "1.0.6", + "datestamp": "1668790125", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10564,26 +10624,26 @@ }, { "name": "drupal/link_attributes", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "ca8c7e71c38350e3784dc3d1f779d700f55df818" + "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "02f166dcfe3277656e2a91f86ff36e8a18e55524" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1598323550", + "version": "8.x-1.12", + "datestamp": "1668801560", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10602,8 +10662,12 @@ ], "description": "Provides a widget to allow settings of link attributes for menu links.", "homepage": "https://www.drupal.org/project/link_attributes", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/link_attributes" + "source": "https://git.drupalcode.org/project/link_attributes", + "issues": "https://www.drupal.org/project/issues/link_attributes" } }, { @@ -11690,17 +11754,17 @@ }, { "name": "drupal/noreferrer", - "version": "1.14.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.14" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "9a6b792b1cfe997c599da48470c3d84e11213a54" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "240fc6166e69fe9f00a694ae95a41af59abff21f" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -11708,8 +11772,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1659078077", + "version": "8.x-1.15", + "datestamp": "1668671579", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15605,6 +15669,230 @@ "issues": "http://drupal.org/project/issues/viewsreference" } }, + { + "name": "drupal/virtual_event_bbb", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/virtual_event_bbb.git", + "reference": "1.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/virtual_event_bbb-1.0.3.zip", + "reference": "1.0.3", + "shasum": "a1b8ee2272ddd9db559bae0e36e9060a5e71c31a" + }, + "require": { + "bigbluebutton/bigbluebutton-api-php": "2.0.11", + "drupal/core": "^8 || ^9", + "drupal/key": "^1.0", + "drupal/virtual_events": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.3", + "datestamp": "1657893197", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Bigbluebutton Virtual Event integration", + "homepage": "https://www.drupal.org/project/virtual_event_bbb", + "support": { + "source": "http://cgit.drupalcode.org/virtual_event_bbb", + "issues": "https://www.drupal.org/project/issues/virtual_event_bbb" + } + }, + { + "name": "drupal/virtual_event_bbb_local_keys", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/virtual_event_bbb_local_keys.git", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/virtual_event_bbb_local_keys-1.0.0.zip", + "reference": "1.0.0", + "shasum": "c5f64f8a59dde42f668da3704cada38d6369e7ed" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/key": "^1.0", + "drupal/virtual_event_bbb": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1645557548", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Virtual Event BBB Local Keys", + "homepage": "https://www.drupal.org/project/virtual_event_bbb_local_keys", + "support": { + "source": "http://cgit.drupalcode.org/virtual_event_bbb_local_keys", + "issues": "https://www.drupal.org/project/issues/virtual_event_bbb_local_keys" + } + }, + { + "name": "drupal/virtual_events", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/virtual_events.git", + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/virtual_events-1.0.1.zip", + "reference": "1.0.1", + "shasum": "a55a2c74f962c53ac2fb3b59c994ed4f38575f6a" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.1", + "datestamp": "1657868215", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Virtual events management", + "homepage": "https://www.drupal.org/project/virtual_events", + "support": { + "source": "http://cgit.drupalcode.org/virtual_events", + "issues": "https://www.drupal.org/project/issues/virtual_events" + } + }, { "name": "drupal/webform", "version": "6.1.3", From 6648fe29ed204220bc7939ab66d085538162c71c Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 1 Dec 2022 22:25:16 -0500 Subject: [PATCH 003/145] Load blocks from the secondary menu in the node preprocess hook Fix missing secondary menu --- web/themes/custom/agarica/agarica.theme | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 02904d3..59620ca 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -4,6 +4,64 @@ use Drupal\block\Entity\Block; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Url; +/** +* Implements hook_preprocess_node() for NODE document templates. +*/ +function agarica_preprocess_node(&$variables) { + // Allowed view modes + $view_mode = $variables['view_mode']; // Retrieve view mode + $allowed_view_modes = ['full']; // Array of allowed view modes (for performance so as to not execute on unneeded nodes) + + // If view mode is in allowed view modes list, pass to agarica_add_regions_to_node() + if(in_array($view_mode, $allowed_view_modes)) { + // Allowed regions (for performance so as to not execute for unneeded region) + $allowed_regions = ['secondary_menu']; + agarica_add_regions_to_node($allowed_regions, $variables); + } +} + +/** +* THEME_add_regions_to_node +*/ + +function agarica_add_regions_to_node($allowed_regions, &$variables) { + // Retrieve active theme + $theme = \Drupal::theme()->getActiveTheme()->getName(); + + // Retrieve theme regions + $available_regions = system_region_list($theme, 'REGIONS_ALL'); + + // Validate allowed regions with available regions + $regions = array_intersect(array_keys($available_regions), $allowed_regions); + + // For each region + foreach ($regions as $key => $region) { + + // Load region blocks + $blocks = Drupal::entityTypeManager() + ->getStorage('block') + ->loadByProperties(['theme' => $theme, 'region' => $region]); + + // Sort ‘em + uasort($blocks, 'Drupal\block\Entity\Block::sort'); + + // Capture viewable blocks and their settings to $build + $build = []; + foreach ($blocks as $key => $block) { + if ($block->access('view')) { + $view_builder = \Drupal::entityTypeManager() + ->getViewBuilder($block + ->getEntityTypeId()); + $build[$key] = $view_builder + ->view($block, 'block'); + } + } + + // Add build to region + $variables[$region] = $build; + } +} + /** * Implements hook_preprocess_region__footer(). */ From 38a4a488994fe819ae0be26a69ef847c8ecffddd Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 16 Dec 2022 17:27:42 -0500 Subject: [PATCH 004/145] Make the view more blog link a pretty button --- config/views.view.blog.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config/views.view.blog.yml b/config/views.view.blog.yml index 1e64d78..28678f4 100644 --- a/config/views.view.blog.yml +++ b/config/views.view.blog.yml @@ -283,12 +283,7 @@ display: plugin_id: text empty: false content: - value: | -
- -
+ value: "
\r\n
\r\n More blog posts\r\n
\r\n
\r\n" format: full_html tokenize: false display_extenders: { } From aabe0c27ee61b545c43a1a4514c5329562eaa847 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 16 Dec 2022 17:32:07 -0500 Subject: [PATCH 005/145] Update lock file --- composer.lock | 1068 ++++++++++++++++++++++++++----------------------- 1 file changed, 565 insertions(+), 503 deletions(-) diff --git a/composer.lock b/composer.lock index f765c4a..debbb7a 100644 --- a/composer.lock +++ b/composer.lock @@ -901,16 +901,16 @@ }, { "name": "consolidation/annotated-command", - "version": "4.6.1", + "version": "4.7.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "76835d35fcb0b879170129e82adfa1536b72921f" + "reference": "fd263e3e9341d29758025b1a9b2878e3247525be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/76835d35fcb0b879170129e82adfa1536b72921f", - "reference": "76835d35fcb0b879170129e82adfa1536b72921f", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/fd263e3e9341d29758025b1a9b2878e3247525be", + "reference": "fd263e3e9341d29758025b1a9b2878e3247525be", "shasum": "" }, "require": { @@ -951,9 +951,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.6.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.7.1" }, - "time": "2022-11-09T18:31:17+00:00" + "time": "2022-12-06T22:57:25+00:00" }, { "name": "consolidation/config", @@ -1178,16 +1178,16 @@ }, { "name": "consolidation/robo", - "version": "3.0.10", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4" + "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4", - "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4", + "url": "https://api.github.com/repos/consolidation/robo/zipball/ccf80963abf11bdb8e90659aa99a7449b21e9452", + "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452", "shasum": "" }, "require": { @@ -1271,9 +1271,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/3.0.10" + "source": "https://github.com/consolidation/robo/tree/4.0.2" }, - "time": "2022-02-21T17:19:14+00:00" + "time": "2022-04-21T09:29:58+00:00" }, { "name": "consolidation/self-update", @@ -2154,20 +2154,20 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.2.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.2.1" + "reference": "3.3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip", - "reference": "3.2.1", - "shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.3.0.zip", + "reference": "3.3.0", + "shasum": "8e61fba9c9d83a94a844cff96d00871878a7eb98" }, "require": { - "drupal/core": "^8.8.0 || ^9.0" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/admin_toolbar_tools": "*" @@ -2175,8 +2175,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.2.1", - "datestamp": "1665044276", + "version": "3.3.0", + "datestamp": "1669567837", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2235,16 +2235,16 @@ }, { "name": "drupal/admin_toolbar_links_access_filter", - "version": "3.2.1", + "version": "3.3.0", "require": { "drupal/admin_toolbar": "*", - "drupal/core": "^8.8.0 || ^9.0" + "drupal/core": "^9.2 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.2.1", - "datestamp": "1665044276", + "version": "3.3.0", + "datestamp": "1669567837", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2293,16 +2293,16 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "3.2.1", + "version": "3.3.0", "require": { "drupal/admin_toolbar": "*", - "drupal/core": "^8.8.0 || ^9.0" + "drupal/core": "^9.2 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.2.1", - "datestamp": "1665044276", + "version": "3.3.0", + "datestamp": "1669567837", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2729,17 +2729,17 @@ }, { "name": "drupal/block_class", - "version": "2.0.8", + "version": "2.0.10", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "2.0.8" + "reference": "2.0.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-2.0.8.zip", - "reference": "2.0.8", - "shasum": "ddadc2bf2a5b7863717469fbbbd0d7e1289795cd" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.10.zip", + "reference": "2.0.10", + "shasum": "6441ab07180a1563d5a76d752cf97b66ebee3bb4" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -2747,8 +2747,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.8", - "datestamp": "1668284029", + "version": "2.0.10", + "datestamp": "1670702847", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4267,13 +4267,13 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Pasqualle", - "homepage": "https://www.drupal.org/user/80733" - }, { "name": "codebymikey", "homepage": "https://www.drupal.org/user/3573206" + }, + { + "name": "Pasqualle", + "homepage": "https://www.drupal.org/user/80733" } ], "description": "Provides basic revert and update functionality for other modules", @@ -4352,17 +4352,17 @@ }, { "name": "drupal/context_stack", - "version": "1.0.3", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/context_stack.git", - "reference": "1.0.3" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/context_stack-1.0.3.zip", - "reference": "1.0.3", - "shasum": "3fd1e30815dd52bcea2148597cd631e131fa5e42" + "url": "https://ftp.drupal.org/files/projects/context_stack-1.1.0.zip", + "reference": "1.1.0", + "shasum": "1f0c88b91e9dd3ce8487c4ac24d214c995427174" }, "require": { "drupal/core": "^9 || ^10", @@ -4371,8 +4371,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.3", - "datestamp": "1656509849", + "version": "1.1.0", + "datestamp": "1671105066", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4442,16 +4442,16 @@ }, { "name": "drupal/core", - "version": "9.4.8", + "version": "9.5.0", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "a627d1b2a00f2cef0572e37b94dea298800541f4" + "reference": "f56525999dba655b4fc867df95edf8727f8b8624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/a627d1b2a00f2cef0572e37b94dea298800541f4", - "reference": "a627d1b2a00f2cef0572e37b94dea298800541f4", + "url": "https://api.github.com/repos/drupal/core/zipball/f56525999dba655b4fc867df95edf8727f8b8624", + "reference": "f56525999dba655b4fc867df95edf8727f8b8624", "shasum": "" }, "require": { @@ -4474,7 +4474,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "laminas/laminas-diactoros": "^2.11", + "laminas/laminas-diactoros": "^2.14", "laminas/laminas-feed": "^2.17", "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", @@ -4488,8 +4488,8 @@ "symfony/http-foundation": "^4.4.7", "symfony/http-kernel": "^4.4", "symfony/mime": "^5.4", - "symfony/polyfill-iconv": "^1.25", - "symfony/polyfill-php80": "^1.25", + "symfony/polyfill-iconv": "^1.26", + "symfony/polyfill-php80": "^1.26", "symfony/process": "^4.4", "symfony/psr-http-message-bridge": "^2.1", "symfony/routing": "^4.4", @@ -4603,22 +4603,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.4.8" + "source": "https://github.com/drupal/core/tree/9.5.0" }, - "time": "2022-10-06T15:57:08+00:00" + "time": "2022-12-15T14:33:38+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.4.8", + "version": "9.5.0", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f" + "reference": "df1f779d3f94500f6cc791427aa729e0ba4b2464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", - "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/df1f779d3f94500f6cc791427aa729e0ba4b2464", + "reference": "df1f779d3f94500f6cc791427aa729e0ba4b2464", "shasum": "" }, "require": { @@ -4653,40 +4653,40 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.8" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.0" }, - "time": "2022-06-19T16:14:23+00:00" + "time": "2022-06-19T16:14:18+00:00" }, { "name": "drupal/core-recommended", - "version": "9.4.8", + "version": "9.5.0", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "684cc844f7b729286f5d62f1ee4b20ab12586502" + "reference": "db501d834a042f2bde349a8fc49b8364db99790b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/684cc844f7b729286f5d62f1ee4b20ab12586502", - "reference": "684cc844f7b729286f5d62f1ee4b20ab12586502", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/db501d834a042f2bde349a8fc49b8364db99790b", + "reference": "db501d834a042f2bde349a8fc49b8364db99790b", "shasum": "" }, "require": { "asm89/stack-cors": "~1.3.0", "composer/semver": "~3.3.2", - "doctrine/annotations": "~1.13.2", + "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", "doctrine/reflection": "~1.2.3", - "drupal/core": "9.4.8", - "egulias/email-validator": "~3.2", + "drupal/core": "9.5.0", + "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~6.5.8", - "guzzlehttp/promises": "~1.5.1", + "guzzlehttp/promises": "~1.5.2", "guzzlehttp/psr7": "~1.9.0", - "laminas/laminas-diactoros": "~2.11.1", + "laminas/laminas-diactoros": "~2.14.0", "laminas/laminas-escaper": "~2.9.0", "laminas/laminas-feed": "~2.17.0", - "laminas/laminas-stdlib": "~3.7.1", - "masterminds/html5": "~2.7.5", + "laminas/laminas-stdlib": "~3.11.0", + "masterminds/html5": "~2.7.6", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", "pear/pear-core-minimal": "~v1.10.11", @@ -4699,33 +4699,33 @@ "ralouphie/getallheaders": "~3.0.3", "stack/builder": "~v1.0.6", "symfony-cmf/routing": "~2.3.4", - "symfony/console": "~v4.4.42", - "symfony/debug": "~v4.4.41", - "symfony/dependency-injection": "~v4.4.42", - "symfony/deprecation-contracts": "~v2.5.1", - "symfony/error-handler": "~v4.4.41", - "symfony/event-dispatcher": "~v4.4.42", - "symfony/event-dispatcher-contracts": "~v1.1.12", - "symfony/http-client-contracts": "~v2.5.1", - "symfony/http-foundation": "~v4.4.41", - "symfony/http-kernel": "~v4.4.42", - "symfony/mime": "~v5.4.9", - "symfony/polyfill-ctype": "~v1.25.0", - "symfony/polyfill-iconv": "~v1.25.0", - "symfony/polyfill-intl-idn": "~v1.25.0", - "symfony/polyfill-intl-normalizer": "~v1.25.0", - "symfony/polyfill-mbstring": "~v1.25.0", - "symfony/polyfill-php80": "~v1.25.0", - "symfony/process": "~v4.4.41", - "symfony/psr-http-message-bridge": "~v2.1.2", - "symfony/routing": "~v4.4.41", - "symfony/serializer": "~v4.4.42", - "symfony/service-contracts": "~v2.5.1", - "symfony/translation": "~v4.4.41", - "symfony/translation-contracts": "~v2.5.1", - "symfony/validator": "~v4.4.41", - "symfony/var-dumper": "~v5.4.9", - "symfony/yaml": "~v4.4.37", + "symfony/console": "~v4.4.49", + "symfony/debug": "~v4.4.44", + "symfony/dependency-injection": "~v4.4.49", + "symfony/deprecation-contracts": "~v2.5.2", + "symfony/error-handler": "~v4.4.44", + "symfony/event-dispatcher": "~v4.4.44", + "symfony/event-dispatcher-contracts": "~v1.1.13", + "symfony/http-client-contracts": "~v2.5.2", + "symfony/http-foundation": "~v4.4.49", + "symfony/http-kernel": "~v4.4.49", + "symfony/mime": "~v5.4.13", + "symfony/polyfill-ctype": "~v1.27.0", + "symfony/polyfill-iconv": "~v1.27.0", + "symfony/polyfill-intl-idn": "~v1.27.0", + "symfony/polyfill-intl-normalizer": "~v1.27.0", + "symfony/polyfill-mbstring": "~v1.27.0", + "symfony/polyfill-php80": "~v1.27.0", + "symfony/process": "~v4.4.44", + "symfony/psr-http-message-bridge": "~v2.1.4", + "symfony/routing": "~v4.4.44", + "symfony/serializer": "~v4.4.47", + "symfony/service-contracts": "~v2.5.2", + "symfony/translation": "~v4.4.47", + "symfony/translation-contracts": "~v2.5.2", + "symfony/validator": "~v4.4.48", + "symfony/var-dumper": "~v5.4.14", + "symfony/yaml": "~v4.4.45", "twig/twig": "~v2.15.3", "typo3/phar-stream-wrapper": "~v3.1.7" }, @@ -4739,9 +4739,9 @@ ], "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/9.4.8" + "source": "https://github.com/drupal/core-recommended/tree/9.5.0" }, - "time": "2022-10-06T15:57:08+00:00" + "time": "2022-12-15T14:33:38+00:00" }, { "name": "drupal/crop", @@ -4802,28 +4802,28 @@ }, { "name": "drupal/csp", - "version": "1.16.0", + "version": "1.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.16" + "reference": "8.x-1.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "0d6568ff2b176497ff97a440bfae6b7135ad2d6b" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "d7d9d330aa501b6b8f622de65ce93078bf5695aa" }, "require": { - "drupal/core": "^8.5 || ^9.0", + "drupal/core": "^9.3 || ^10", "ext-json": "*", "php": ">=7.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1641415148", + "version": "8.x-1.17", + "datestamp": "1669172274", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4949,7 +4949,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/customerror.git", - "reference": "f60a6d2a3f80d4aacafd90848451362c27c12d68" + "reference": "c1373945c9baaa4e4e3ac71a85539f41e5d796dd" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -4960,8 +4960,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta2+1-dev", - "datestamp": "1666973017", + "version": "8.x-1.0-beta2+7-dev", + "datestamp": "1671103455", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -5002,20 +5002,20 @@ }, { "name": "drupal/dashboards", - "version": "2.0.8", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dashboards.git", - "reference": "2.0.8" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dashboards-2.0.8.zip", - "reference": "2.0.8", - "shasum": "ab82676326a2f44fab7d7fb19206c116fb7db0de" + "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.0.zip", + "reference": "2.1.0", + "shasum": "627d545b06f8dbedb7ed7b07b1d8aab8c465c5fc" }, "require": { - "drupal/core": "^8.7.0 || ^9" + "drupal/core": "^9.4 || ^10" }, "require-dev": { "drupal/matomo": "*", @@ -5025,8 +5025,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.8", - "datestamp": "1664459169", + "version": "2.1.0", + "datestamp": "1670951939", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5055,26 +5055,26 @@ }, { "name": "drupal/date_popup", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/date_popup.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "49b076db3cac96812c11c20f53496751fc34f9e6" + "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6b707646e8920bbed1b3a6227efb9588d6b98718" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1657668220", + "version": "8.x-1.3", + "datestamp": "1668746954", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5103,26 +5103,26 @@ }, { "name": "drupal/datetimehideseconds", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/datetimehideseconds.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "8d44fbd19f5c957e12190c2e0f1bca71634bc8b2" + "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "8c1ccaf3ecb466d113accdd847db2e86608de0a7" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1604765739", + "version": "8.x-1.2", + "datestamp": "1669757586", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5452,27 +5452,27 @@ }, { "name": "drupal/dropdown_language", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dropdown_language.git", - "reference": "3.0.0" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.0.0.zip", - "reference": "3.0.0", - "shasum": "5c467a4c42a8d12a2ff73d7c7464250bc692c356" + "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.1.0.zip", + "reference": "3.1.0", + "shasum": "be030c63ad3aa4366052b231692777f0c3004a40" }, "require": { - "drupal/core": "^9", - "php": "^7.3||^8.0" + "drupal/core": "^9 || ^10", + "php": "^7.4||^8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1612727737", + "version": "3.1.0", + "datestamp": "1670424613", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7306,21 +7306,21 @@ }, { "name": "drupal/eca", - "version": "1.0.5", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.0.5" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.0.5.zip", - "reference": "1.0.5", - "shasum": "a10f9657c98cc4729918b3379182e2fad45d5359" + "url": "https://ftp.drupal.org/files/projects/eca-1.1.0.zip", + "reference": "1.1.0", + "shasum": "75f05d08b6585344c6ffc6c509da8049ebf5aae7" }, "require": { "dragonmantank/cron-expression": "^3.1", - "drupal/core": "^9.3 || ^10", + "drupal/core": "^9.4 || ^10", "ext-dom": "*", "ext-json": "*", "mtownsend/xml-to-array": "^2.0", @@ -7341,8 +7341,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.5", - "datestamp": "1668183559", + "version": "1.1.0", + "datestamp": "1670843783", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7602,31 +7602,36 @@ }, { "name": "drupal/encrypt", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/encrypt.git", - "reference": "8.x-3.0" + "reference": "8.x-3.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "6916583be6d08c9684582358d7b7722fdeea8487" + "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "357ca7fcf9879af66b5d0c5593da080f19664f17" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/key": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1602354427", + "version": "8.x-3.1", + "datestamp": "1669655248", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7923,17 +7928,17 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.10", + "version": "4.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.10" + "reference": "4.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.10.zip", - "reference": "4.0.10", - "shasum": "461c8099e6f9e3ac140534b1608f5e85b83c2025" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.11.zip", + "reference": "4.0.11", + "shasum": "d9a6f6c93411271c54ee12b88ef88d11d229ae06" }, "require": { "drupal/core": "^9.2 || ^10" @@ -7941,8 +7946,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.10", - "datestamp": "1664535402", + "version": "4.0.11", + "datestamp": "1669633063", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8209,17 +8214,17 @@ }, { "name": "drupal/facets", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/facets.git", - "reference": "2.0.5" + "reference": "2.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/facets-2.0.5.zip", - "reference": "2.0.5", - "shasum": "8be11b5bca088212270603cd3f3e69185022e379" + "url": "https://ftp.drupal.org/files/projects/facets-2.0.6.zip", + "reference": "2.0.6", + "shasum": "e984e6ce69026c20d2049d4ec53748e67c5e70de" }, "require": { "drupal/core": "^9.3 || ^10.0" @@ -8228,9 +8233,9 @@ "drupal/search_api": "<1.14" }, "require-dev": { - "drupal/jquery_ui_slider": "~1.1", - "drupal/jquery_ui_touch_punch": "~1.0", - "drupal/search_api": "^1.25||1.x-dev" + "drupal/jquery_ui_slider": "~2.0", + "drupal/jquery_ui_touch_punch": "~1.1", + "drupal/search_api": "^1.28||1.x-dev" }, "suggest": { "drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work", @@ -8239,8 +8244,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.5", - "datestamp": "1658315614", + "version": "2.0.6", + "datestamp": "1671207897", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8474,30 +8479,31 @@ }, { "name": "drupal/feeds", - "version": "3.0.0-beta2", + "version": "3.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds.git", - "reference": "8.x-3.0-beta2" + "reference": "8.x-3.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta2.zip", - "reference": "8.x-3.0-beta2", - "shasum": "7b18b24bfebdce90a62606b36dd8975d6eb862c8" + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta3.zip", + "reference": "8.x-3.0-beta3", + "shasum": "60e840f47b4cd13cc1f72381f64e81c1d7e60217" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^9.3 || ^10", + "laminas/laminas-feed": "^2.13" }, "require-dev": { "drupal/pathauto": "^1.8", - "drush/drush": "^9 || ^10" + "drush/drush": "^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta2", - "datestamp": "1657972705", + "version": "8.x-3.0-beta3", + "datestamp": "1670512823", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9319,17 +9325,17 @@ }, { "name": "drupal/gin", - "version": "3.0.0-beta5", + "version": "3.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-beta5" + "reference": "8.x-3.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.zip", - "reference": "8.x-3.0-beta5", - "shasum": "651b2047990067e26158368e3aab7f27366a81e9" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc1.zip", + "reference": "8.x-3.0-rc1", + "shasum": "d9a9ed97a5f8741e6edf48ef03721b3a278ef167" }, "require": { "drupal/core": "^8.9 || ^9 || ^10", @@ -9338,11 +9344,11 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-beta5", - "datestamp": "1656071885", + "version": "8.x-3.0-rc1", + "datestamp": "1669708679", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -9503,17 +9509,17 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-beta22", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-beta22" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.zip", - "reference": "8.x-1.0-beta22", - "shasum": "630b4acb208411b78c61d83c9a27741c546202de" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "90516f6aa22f4f60f1853bdceb757940f411ec7e" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -9521,11 +9527,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta22", - "datestamp": "1649709351", + "version": "8.x-1.0-rc1", + "datestamp": "1669666957", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -9715,28 +9721,28 @@ }, { "name": "drupal/gutenberg", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.5" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "e44241bd0aaf07216abd314da757fa2b0fa0b2ee" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "2fd105867c1a3d10f0954e84d466f64763705bff" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9 || ^10", "ext-json": "*", - "php": ">=7.0" + "php": ">=7.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1650411254", + "version": "8.x-2.6", + "datestamp": "1671063491", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9760,14 +9766,14 @@ "name": "Roberto Ornelas (roborn)", "homepage": "https://www.drupal.org/u/roborn" }, - { - "name": "Paweł Pregiel (ppregiel)", - "homepage": "https://www.drupal.org/u/ppregiel" - }, { "name": "codebymikey", "homepage": "https://www.drupal.org/u/codebymikey" }, + { + "name": "Stephan Zeidler (szeidler)", + "homepage": "https://www.drupal.org/u/szeidler" + }, { "name": "szeidler", "homepage": "https://www.drupal.org/user/767652" @@ -10564,26 +10570,26 @@ }, { "name": "drupal/link_attributes", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "ca8c7e71c38350e3784dc3d1f779d700f55df818" + "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "02f166dcfe3277656e2a91f86ff36e8a18e55524" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1598323550", + "version": "8.x-1.12", + "datestamp": "1668801560", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10602,8 +10608,12 @@ ], "description": "Provides a widget to allow settings of link attributes for menu links.", "homepage": "https://www.drupal.org/project/link_attributes", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/link_attributes" + "source": "https://git.drupalcode.org/project/link_attributes", + "issues": "https://www.drupal.org/project/issues/link_attributes" } }, { @@ -11690,17 +11700,17 @@ }, { "name": "drupal/noreferrer", - "version": "1.14.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.14" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "9a6b792b1cfe997c599da48470c3d84e11213a54" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "240fc6166e69fe9f00a694ae95a41af59abff21f" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -11708,8 +11718,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1659078077", + "version": "8.x-1.15", + "datestamp": "1668671579", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11879,7 +11889,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/octavia_camouflage.git", - "reference": "74c2d4f4f38129c97a472e14fbc08381a01ddb1a" + "reference": "a4d5cd6f8aae34b327879721004000ee3528a487" }, "require": { "drupal/octavia": "^1.0" @@ -11900,7 +11910,7 @@ "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" }, - "time": "2022-11-01T14:10:37+00:00" + "time": "2022-12-15T23:40:58+00:00" }, { "name": "drupal/paragraphs", @@ -12242,29 +12252,29 @@ }, { "name": "drupal/plausible", - "version": "2.0.0-beta1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/plausible.git", - "reference": "2.0.0-beta1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/plausible-2.0.0-beta1.zip", - "reference": "2.0.0-beta1", - "shasum": "7df2d549dde6b7ed0d2749cf3c7ca3ab02775a0f" + "url": "https://ftp.drupal.org/files/projects/plausible-2.0.0.zip", + "reference": "2.0.0", + "shasum": "64d5282b7338ddf94d0e6e18c4e228ebce78df01" }, "require": { - "drupal/core": "^8.8.6 || ^9" + "drupal/core": "^8.8.6 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta1", - "datestamp": "1636066585", + "version": "2.0.0", + "datestamp": "1671115843", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -12502,31 +12512,33 @@ }, { "name": "drupal/rabbit_hole", - "version": "1.0.0-beta10", + "version": "1.0.0-beta11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/rabbit_hole.git", - "reference": "8.x-1.0-beta10" + "reference": "8.x-1.0-beta11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta10.zip", - "reference": "8.x-1.0-beta10", - "shasum": "3eb151b7a905bbf0a50d9fe2ecffbca3eeb73ac9" + "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta11.zip", + "reference": "8.x-1.0-beta11", + "shasum": "a5c3bd5d1a190e25bb4d339525dd71918015fea2" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { + "drupal/commerce": "*", "drupal/commerce_product": "*", "drupal/file_entity": "*", - "drupal/group": "*" + "drupal/group": "*", + "drupal/paragraphs-paragraphs_library": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta10", - "datestamp": "1610813035", + "version": "8.x-1.0-beta11", + "datestamp": "1670668459", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -12535,7 +12547,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -13094,20 +13106,20 @@ }, { "name": "drupal/schema_metatag", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "8.x-2.3" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "ed5f0ec3f3c9befec3f0fc591d3d179e496a9e76" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "4ea69916a78192e0af6e2a7d0f4f6d3f0e891b0a" }, "require": { - "drupal/core": "^8.0 || ^9.0", + "drupal/core": "^9.0 || ^10", "drupal/metatag": "^1.0" }, "require-dev": { @@ -13120,8 +13132,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1646399478", + "version": "8.x-2.4", + "datestamp": "1670328794", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13130,7 +13142,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -13499,26 +13511,26 @@ }, { "name": "drupal/seckit", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/seckit.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/seckit-2.0.0.zip", - "reference": "2.0.0", - "shasum": "d5356230b2de7d1e8a2e68eb81e70619a2e36c1e" + "url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip", + "reference": "2.0.1", + "shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1598609351", + "version": "2.0.1", + "datestamp": "1671195208", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13869,18 +13881,18 @@ }, { "name": "drupal/sms", - "version": "2.0.1", + "version": "2.1.0", "require": { - "drupal/core": "^8.9 || ^9", - "drupal/dynamic_entity_reference": "^1.0", + "drupal/core": "^9.2", + "drupal/dynamic_entity_reference": "^1 || ^2", "drupal/smsframework": "^2", - "php": "^7.3 || ^8" + "php": ">=7.4" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1660843251", + "version": "2.1.0", + "datestamp": "1670240395", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13889,7 +13901,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -13910,7 +13922,7 @@ "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.", "homepage": "http://drupal.org/project/smsframework", "support": { - "source": "http://cgit.drupalcode.org/smsframework", + "source": "https://git.drupalcode.org/project/smsframework", "issues": "https://www.drupal.org/project/issues/smsframework" } }, @@ -13987,20 +13999,20 @@ }, { "name": "drupal/smsframework", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smsframework.git", - "reference": "2.0.1" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smsframework-2.0.1.zip", - "reference": "2.0.1", - "shasum": "52690a6d7198d67f28b0b9a480524a5c5792df14" + "url": "https://ftp.drupal.org/files/projects/smsframework-2.1.0.zip", + "reference": "2.1.0", + "shasum": "a929db8db5ed2b82b87d371e36d746bd1270a7e3" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": ">=9.2" }, "require-dev": { "drupal/dynamic_entity_reference": "*", @@ -14009,8 +14021,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1660843251", + "version": "2.1.0", + "datestamp": "1670240395", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14620,22 +14632,14 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Andriy Khomych", - "homepage": "https://www.drupal.org/user/3287133" - }, - { - "name": "JacobSanford", - "homepage": "https://www.drupal.org/user/806538" - }, - { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" - }, { "name": "alesbencina", "homepage": "https://www.drupal.org/user/3558110" }, + { + "name": "Andriy Khomych", + "homepage": "https://www.drupal.org/user/3287133" + }, { "name": "aurelianzaha", "homepage": "https://www.drupal.org/user/3575026" @@ -14644,6 +14648,10 @@ "name": "dragan_bp", "homepage": "https://www.drupal.org/user/3578037" }, + { + "name": "JacobSanford", + "homepage": "https://www.drupal.org/user/806538" + }, { "name": "joaogarin", "homepage": "https://www.drupal.org/user/612814" @@ -14659,6 +14667,10 @@ { "name": "mh86", "homepage": "https://www.drupal.org/user/59747" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" } ], "description": "This module provides a powerful interface for managing taxonomies.", @@ -14943,17 +14955,17 @@ }, { "name": "drupal/ui_patterns", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "e76f01d8c5e5cea145f51ad8b3a5c84f6d8be8db" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "ea019935f30cb3f48898426a75f1d4e544b7cbc7" }, "require": { "drupal/core": "^9 || ^10" @@ -14965,8 +14977,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1663861917", + "version": "8.x-1.4", + "datestamp": "1670927845", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15012,7 +15024,7 @@ }, { "name": "drupal/ui_patterns_ds", - "version": "1.3.0", + "version": "1.4.0", "require": { "drupal/core": "^9 || ^10", "drupal/ds": "*", @@ -15021,8 +15033,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1663861917", + "version": "8.x-1.4", + "datestamp": "1670927845", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15067,7 +15079,7 @@ }, { "name": "drupal/ui_patterns_layouts", - "version": "1.3.0", + "version": "1.4.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15075,8 +15087,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1663861917", + "version": "8.x-1.4", + "datestamp": "1670927845", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15121,7 +15133,7 @@ }, { "name": "drupal/ui_patterns_library", - "version": "1.3.0", + "version": "1.4.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15129,8 +15141,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1663861917", + "version": "8.x-1.4", + "datestamp": "1670927845", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15646,12 +15658,12 @@ "drupal/telephone_validation": "~2.0", "drupal/token": "~1.0", "drupal/variationcache": "~1.0", + "drupal/webform-webform_group": "*", "drupal/webform_access": "*", "drupal/webform_attachment": "*", "drupal/webform_clientside_validation": "*", "drupal/webform_devel": "*", "drupal/webform_entity_print": "*", - "drupal/webform_group": "*", "drupal/webform_node": "*", "drupal/webform_options_limit": "*", "drupal/webform_scheduled_email": "*", @@ -15827,10 +15839,26 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "davisben", + "homepage": "https://www.drupal.org/user/1204214" + }, + { + "name": "deviantintegral", + "homepage": "https://www.drupal.org/user/71291" + }, { "name": "Harry Slaughter", "homepage": "https://www.drupal.org/user/28233" }, + { + "name": "jjeff", + "homepage": "https://www.drupal.org/user/17190" + }, + { + "name": "kevinquillen", + "homepage": "https://www.drupal.org/user/317279" + }, { "name": "NancyDru", "homepage": "https://www.drupal.org/user/101412" @@ -15843,22 +15871,6 @@ "name": "Shreya Shetty", "homepage": "https://www.drupal.org/user/2943029" }, - { - "name": "davisben", - "homepage": "https://www.drupal.org/user/1204214" - }, - { - "name": "deviantintegral", - "homepage": "https://www.drupal.org/user/71291" - }, - { - "name": "jjeff", - "homepage": "https://www.drupal.org/user/17190" - }, - { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" - }, { "name": "ziomizar", "homepage": "https://www.drupal.org/user/814348" @@ -16011,22 +16023,22 @@ }, { "name": "drush/drush", - "version": "11.3.2", + "version": "11.4.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "57cd12235f0a8b3aaabc841fd6c82b64f3dffc02" + "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/57cd12235f0a8b3aaabc841fd6c82b64f3dffc02", - "reference": "57cd12235f0a8b3aaabc841fd6c82b64f3dffc02", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/d1f7809ceaf580c9e0bf4725e005975956af5629", + "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.5.3", + "consolidation/annotated-command": "^4.7.0", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", "consolidation/robo": "^3.0.9 || ^4.0.1", @@ -16144,7 +16156,7 @@ "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.3.2" + "source": "https://github.com/drush-ops/drush/tree/11.4.0" }, "funding": [ { @@ -16152,7 +16164,7 @@ "type": "github" } ], - "time": "2022-10-24T14:01:14+00:00" + "time": "2022-12-14T16:02:30+00:00" }, { "name": "drutopia/drutopia", @@ -16555,16 +16567,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.0", + "version": "8.13.2", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "eb1cea72dc8d020e149062371a2c6717457cf561" + "reference": "362e04987729b9ef876c5e1661119b97894eeabd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/eb1cea72dc8d020e149062371a2c6717457cf561", - "reference": "eb1cea72dc8d020e149062371a2c6717457cf561", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/362e04987729b9ef876c5e1661119b97894eeabd", + "reference": "362e04987729b9ef876c5e1661119b97894eeabd", "shasum": "" }, "require": { @@ -16623,7 +16635,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2022-11-07T12:16:34+00:00" + "time": "2022-12-08T20:53:40+00:00" }, { "name": "giggsey/locale", @@ -17365,16 +17377,16 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.11.3", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76" + "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/1f97b0c52eafd108e09c76d6b29d83ef4a855f76", - "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6cb35f61913f06b2c91075db00f67cfd78869e28", + "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28", "shasum": "" }, "require": { @@ -17395,13 +17407,13 @@ "ext-dom": "*", "ext-gd": "*", "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.8.0", - "laminas/laminas-coding-standard": "~1.0.0", - "php-http/psr7-integration-tests": "^1.1", + "http-interop/http-factory-tests": "^0.9.0", + "laminas/laminas-coding-standard": "~2.3.0", + "php-http/psr7-integration-tests": "^1.1.1", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.1", - "psalm/plugin-phpunit": "^0.14.0", - "vimeo/psalm": "^4.3" + "phpunit/phpunit": "^9.5", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.24.0" }, "type": "library", "extra": { @@ -17460,7 +17472,7 @@ "type": "community_bridge" } ], - "time": "2022-07-06T09:24:53+00:00" + "time": "2022-07-28T12:23:48+00:00" }, { "name": "laminas/laminas-escaper", @@ -17603,16 +17615,16 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.7.1", + "version": "3.11.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "bcd869e2fe88d567800057c1434f2380354fe325" + "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325", - "reference": "bcd869e2fe88d567800057c1434f2380354fe325", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", + "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", "shasum": "" }, "require": { @@ -17625,7 +17637,7 @@ "laminas/laminas-coding-standard": "~2.3.0", "phpbench/phpbench": "^1.0", "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.16.0", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.7" }, "type": "library", @@ -17658,7 +17670,7 @@ "type": "community_bridge" } ], - "time": "2022-01-21T15:50:46+00:00" + "time": "2022-07-27T12:28:58+00:00" }, { "name": "laminas/laminas-xml", @@ -19585,6 +19597,54 @@ }, "time": "2016-08-06T20:24:11+00:00" }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, { "name": "psr/container", "version": "1.1.2", @@ -20081,20 +20141,21 @@ }, { "name": "stella-maris/clock", - "version": "0.1.6", + "version": "0.1.7", "source": { "type": "git", "url": "https://github.com/stella-maris-solutions/clock.git", - "reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3" + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/a94228dac03c9a8411198ce8c8dacbbe99c930c3", - "reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3", + "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8", + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8", "shasum": "" }, "require": { - "php": "^7.0|^8.0" + "php": "^7.0|^8.0", + "psr/clock": "^1.0" }, "type": "library", "autoload": { @@ -20121,10 +20182,9 @@ "psr20" ], "support": { - "issues": "https://github.com/stella-maris-solutions/clock/issues", - "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.6" + "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7" }, - "time": "2022-09-27T15:03:11+00:00" + "time": "2022-11-25T16:15:06+00:00" }, { "name": "stripe/stripe-php", @@ -20251,16 +20311,16 @@ }, { "name": "symfony/console", - "version": "v4.4.48", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8e70c1cab07ac641b885ce80385b9824a293c623" + "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8e70c1cab07ac641b885ce80385b9824a293c623", - "reference": "8e70c1cab07ac641b885ce80385b9824a293c623", + "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", + "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", "shasum": "" }, "require": { @@ -20321,7 +20381,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.48" + "source": "https://github.com/symfony/console/tree/v4.4.49" }, "funding": [ { @@ -20337,7 +20397,7 @@ "type": "tidelift" } ], - "time": "2022-10-26T16:02:45+00:00" + "time": "2022-11-05T17:10:16+00:00" }, { "name": "symfony/debug", @@ -20410,16 +20470,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v4.4.44", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", + "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", "shasum": "" }, "require": { @@ -20476,7 +20536,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/v4.4.44" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.49" }, "funding": [ { @@ -20492,7 +20552,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2022-11-16T16:18:09+00:00" }, { "name": "symfony/deprecation-contracts", @@ -20858,16 +20918,16 @@ }, { "name": "symfony/finder", - "version": "v6.1.3", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" + "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", + "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", "shasum": "" }, "require": { @@ -20902,7 +20962,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.3" + "source": "https://github.com/symfony/finder/tree/v6.2.0" }, "funding": [ { @@ -20918,7 +20978,7 @@ "type": "tidelift" } ], - "time": "2022-07-29T07:42:06+00:00" + "time": "2022-10-09T08:55:40+00:00" }, { "name": "symfony/http-client-contracts", @@ -21000,16 +21060,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.48", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + "reference": "191413c7b832c015bb38eae963f2e57498c3c173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", - "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", + "reference": "191413c7b832c015bb38eae963f2e57498c3c173", "shasum": "" }, "require": { @@ -21048,7 +21108,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" }, "funding": [ { @@ -21064,20 +21124,20 @@ "type": "tidelift" } ], - "time": "2022-10-12T09:40:54+00:00" + "time": "2022-11-04T16:17:57+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.48", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", - "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4e36db8103062c62b3882b1bd297b02de6b021c4", + "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4", "shasum": "" }, "require": { @@ -21152,7 +21212,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/v4.4.48" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.49" }, "funding": [ { @@ -21168,7 +21228,7 @@ "type": "tidelift" } ], - "time": "2022-10-28T16:49:22+00:00" + "time": "2022-11-28T17:58:43+00:00" }, { "name": "symfony/mime", @@ -21255,16 +21315,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "30885182c981ab175d4d034db0f6f469898070ab" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", - "reference": "30885182c981ab175d4d034db0f6f469898070ab", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -21279,7 +21339,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21317,7 +21377,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -21333,20 +21393,20 @@ "type": "tidelift" } ], - "time": "2021-10-20T20:35:02+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40" + "reference": "927013f3aac555983a5059aada98e1907d842695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40", - "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", "shasum": "" }, "require": { @@ -21361,7 +21421,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21400,7 +21460,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" }, "funding": [ { @@ -21416,7 +21476,7 @@ "type": "tidelift" } ], - "time": "2022-01-04T09:04:05+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -21501,16 +21561,16 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44" + "reference": "639084e360537a19f9ee352433b84ce831f3d2da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "shasum": "" }, "require": { @@ -21524,7 +21584,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21568,7 +21628,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" }, "funding": [ { @@ -21584,20 +21644,20 @@ "type": "tidelift" } ], - "time": "2021-09-14T14:02:44+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -21609,7 +21669,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21652,7 +21712,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -21668,20 +21728,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -21696,7 +21756,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21735,7 +21795,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -21751,7 +21811,7 @@ "type": "tidelift" } ], - "time": "2021-11-30T18:21:41+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php72", @@ -21910,16 +21970,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.25.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -21928,7 +21988,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21973,7 +22033,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -21989,7 +22049,7 @@ "type": "tidelift" } ], - "time": "2022-03-04T08:16:47+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", @@ -22055,16 +22115,16 @@ }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.3", + "version": "v2.1.4", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840" + "reference": "a125b93ef378c492e274f217874906fb9babdebb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", - "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb", + "reference": "a125b93ef378c492e274f217874906fb9babdebb", "shasum": "" }, "require": { @@ -22123,7 +22183,7 @@ ], "support": { "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4" }, "funding": [ { @@ -22139,7 +22199,7 @@ "type": "tidelift" } ], - "time": "2022-09-05T10:34:54+00:00" + "time": "2022-11-28T22:46:34+00:00" }, { "name": "symfony/routing", @@ -22409,16 +22469,16 @@ }, { "name": "symfony/string", - "version": "v6.1.7", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "823f143370880efcbdfa2dbca946b3358c4707e5" + "reference": "863219fd713fa41cbcd285a79723f94672faff4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5", - "reference": "823f143370880efcbdfa2dbca946b3358c4707e5", + "url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d", + "reference": "863219fd713fa41cbcd285a79723f94672faff4d", "shasum": "" }, "require": { @@ -22434,6 +22494,7 @@ "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", + "symfony/intl": "^6.2", "symfony/translation-contracts": "^2.0|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, @@ -22474,7 +22535,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.7" + "source": "https://github.com/symfony/string/tree/v6.2.2" }, "funding": [ { @@ -22490,7 +22551,7 @@ "type": "tidelift" } ], - "time": "2022-10-10T09:34:31+00:00" + "time": "2022-12-14T16:11:27+00:00" }, { "name": "symfony/translation", @@ -23344,16 +23405,16 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.11.0", + "version": "v3.12.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc" + "reference": "2f059c9172764ba1f1759b3679aca499b665330a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", - "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", + "url": "https://api.github.com/repos/Behat/Behat/zipball/2f059c9172764ba1f1759b3679aca499b665330a", + "reference": "2f059c9172764ba1f1759b3679aca499b665330a", "shasum": "" }, "require": { @@ -23371,6 +23432,7 @@ }, "require-dev": { "herrera-io/box": "~1.6.1", + "phpspec/prophecy": "^1.15", "phpunit/phpunit": "^8.5 || ^9.0", "symfony/process": "^4.4 || ^5.0 || ^6.0", "vimeo/psalm": "^4.8" @@ -23424,9 +23486,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.11.0" + "source": "https://github.com/Behat/Behat/tree/v3.12.0" }, - "time": "2022-07-07T09:49:27+00:00" + "time": "2022-11-29T15:30:11+00:00" }, { "name": "behat/gherkin", @@ -23727,17 +23789,17 @@ }, { "name": "drupal/upgrade_status", - "version": "3.17.0", + "version": "3.18.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.17" + "reference": "8.x-3.18" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.17.zip", - "reference": "8.x-3.17", - "shasum": "b7961c580b48f5ad4e6b711fdf4283cc0063a5b9" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.18.zip", + "reference": "8.x-3.18", + "shasum": "09a9c75603de8e5ce2254ce75603c00981d6f6d4" }, "require": { "drupal/core": "^8 || ^9", @@ -23751,8 +23813,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.17", - "datestamp": "1662479791", + "version": "8.x-3.18", + "datestamp": "1669215749", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -23861,16 +23923,16 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "3.19.0", + "version": "3.20.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "ed160729bb8721127efdaac799f9a298963345b1" + "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/ed160729bb8721127efdaac799f9a298963345b1", - "reference": "ed160729bb8721127efdaac799f9a298963345b1", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", + "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", "shasum": "" }, "require": { @@ -23893,14 +23955,14 @@ "require-dev": { "composer/package-versions-deprecated": "^1.11.99.5", "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-container-config-test": "^0.7", + "laminas/laminas-container-config-test": "^0.8", "laminas/laminas-dependency-plugin": "^2.2", "mikey179/vfsstream": "^1.6.11@alpha", "ocramius/proxy-manager": "^2.14.1", - "phpbench/phpbench": "^1.2.6", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.28" + "phpbench/phpbench": "^1.2.7", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^5.0.0" }, "suggest": { "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" @@ -23947,33 +24009,35 @@ "type": "community_bridge" } ], - "time": "2022-10-10T20:59:22+00:00" + "time": "2022-12-01T17:03:38+00:00" }, { "name": "laminas/laminas-text", - "version": "2.9.0", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", - "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" + "reference": "40f7acdb284d41553d32db811e704d6e15e415b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", - "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4", + "reference": "40f7acdb284d41553d32db811e704d6e15e415b4", "shasum": "" }, "require": { - "laminas/laminas-servicemanager": "^3.4", - "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "laminas/laminas-servicemanager": "^3.19.0", + "laminas/laminas-stdlib": "^3.7.1", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-text": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^9.3" + "laminas/laminas-coding-standard": "~2.4.0", + "phpunit/phpunit": "^9.5", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.1" }, "type": "library", "autoload": { @@ -24005,7 +24069,7 @@ "type": "community_bridge" } ], - "time": "2021-09-02T16:50:53+00:00" + "time": "2022-12-11T15:36:27+00:00" }, { "name": "mathieuviossat/arraytotexttable", @@ -24164,16 +24228,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.2", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" + "reference": "709999b91448d4f2bb07daffffedc889b33e461c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c", + "reference": "709999b91448d4f2bb07daffffedc889b33e461c", "shasum": "" }, "require": { @@ -24203,7 +24267,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.2" + "source": "https://github.com/phpstan/phpstan/tree/1.9.3" }, "funding": [ { @@ -24219,36 +24283,34 @@ "type": "tidelift" } ], - "time": "2022-11-10T09:56:11+00:00" + "time": "2022-12-13T10:28:10+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682" + "reference": "2c6792eda026d9c474c14aa018aed312686714db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", - "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/2c6792eda026d9c474c14aa018aed312686714db", + "reference": "2c6792eda026d9c474c14aa018aed312686714db", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^1.0" + "php": "^7.2 || ^8.0", + "phpstan/phpstan": "^1.9.3" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - }, "phpstan": { "includes": [ "rules.neon" @@ -24267,9 +24329,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.0.0" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.1" }, - "time": "2021-09-23T11:02:21+00:00" + "time": "2022-12-13T14:26:20+00:00" }, { "name": "symfony/browser-kit", From eb5d8c99dfb0ec1c4333ad3a83b85bc0bf0b8117 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 16 Dec 2022 17:32:57 -0500 Subject: [PATCH 006/145] Apply configuration updates from db updates --- config/block.block.languageswitcher.yml | 2 +- config/plausible.settings.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/block.block.languageswitcher.yml b/config/block.block.languageswitcher.yml index e6c70a0..30d6989 100644 --- a/config/block.block.languageswitcher.yml +++ b/config/block.block.languageswitcher.yml @@ -18,7 +18,7 @@ settings: label: 'Language:' label_display: visible provider: dropdown_language - labels: null + labels: { } visibility: condition_group: id: condition_group diff --git a/config/plausible.settings.yml b/config/plausible.settings.yml index 2696d05..e5ee6b7 100644 --- a/config/plausible.settings.yml +++ b/config/plausible.settings.yml @@ -5,6 +5,8 @@ script: api: '' src: 'https://plausible.io/js/plausible.js' visibility: + enable: true + admin_route_mode: 0 request_path_mode: 1 request_path_pages: '' user_role_roles: @@ -18,3 +20,6 @@ visibility: partner: '0' staff: '0' user_role_mode: 2 +events: + 403: false + 404: false From f1cbdb884640942a96a1968d576ee1ed4cb45138 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 16 Dec 2022 17:54:01 -0500 Subject: [PATCH 007/145] Include settings.local.php (so settings load on Drutopia) --- web/sites/default/settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php index fb77834..21fdd10 100755 --- a/web/sites/default/settings.php +++ b/web/sites/default/settings.php @@ -774,7 +774,7 @@ if (file_exists(__DIR__ . '/settings.ddev.php') && getenv('IS_DDEV_PROJECT') == * * Keep this code block at the end of this file to take full effect. */ -# -# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { -# include $app_root . '/' . $site_path . '/settings.local.php'; -# } + +if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { + include $app_root . '/' . $site_path . '/settings.local.php'; +} From 1a79f58d02b1a490a01c591f67d50d9dd7da7311 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 16 Dec 2022 18:16:26 -0500 Subject: [PATCH 008/145] Remove extra div and move button class onto anchor --- config/views.view.blog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/views.view.blog.yml b/config/views.view.blog.yml index 28678f4..627bf0e 100644 --- a/config/views.view.blog.yml +++ b/config/views.view.blog.yml @@ -283,7 +283,7 @@ display: plugin_id: text empty: false content: - value: "
\r\n
\r\n More blog posts\r\n
\r\n
\r\n" + value: "\r\n" format: full_html tokenize: false display_extenders: { } From ef95d84e4de50a4942c9dea8a914e4b8977bb91f Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 26 Jan 2023 17:54:11 -0500 Subject: [PATCH 009/145] Add file sync to pull command --- scripts/pull.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pull.sh b/scripts/pull.sh index c86a32b..2379d35 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -12,5 +12,7 @@ echo "Dropping local db..." drush -y sql-drop echo "Pulling db from live into local..." drush -y sql-sync @live @self +echo "Pulling files from live into local..." +drush -y rsync @live:%files @self:%files drush cr echo "Done" From 65ad41de923f30bef8f7b1b4f9f1e1fa395d852d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:48:10 -0400 Subject: [PATCH 010/145] Drop explicit dependency on WYSIWYG Linebreaks; it's in Drutopia Site Prevents this Problem 1 - drupal/drutopia_site[dev-1.x, 1.x-dev] require drupal/wysiwyg_linebreaks ^2 -> found drupal/wysiwyg_linebreaks[dev-2.0.x, 2.0.0, 2.0.x-dev (alias of dev-2.0.x)] but it conflicts with your root composer.json require (^1.10). --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 40d2974..de133a9 100644 --- a/composer.json +++ b/composer.json @@ -162,7 +162,6 @@ "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", - "drupal/wysiwyg_linebreaks": "^1.10", "drush/drush": "^11", "drutopia/drutopia": "dev-8.x-1.x", "league/commonmark": "^1.0", From 15cecf442f13fe99c9781d606ea378df08b24818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:52:39 -0400 Subject: [PATCH 011/145] Apply updates to scaffolding file --- .ddev/.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 8db0a72..b7b8076 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -23,10 +23,14 @@ /db_snapshots /import-db /import.yaml -/mutagen +/mutagen/mutagen.yml +/mutagen/.start-synced /nginx_full/nginx-site.conf /postgres/postgresql.conf /providers/platform.yaml /sequelpro.spf -/xhprof +/traefik/config/agaric-coop.yaml +/traefik/certs/agaric-coop.crt +/traefik/certs/agaric-coop.key +/xhprof/xhprof_prepend.php /**/README.* From 73eef9589e782c89c445d073e88dab66d18c09bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:53:04 -0400 Subject: [PATCH 012/145] Update Maria DB version --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index b2acc95..84637ae 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -10,7 +10,7 @@ additional_hostnames: [] additional_fqdns: [] database: type: mariadb - version: "10.3" + version: "10.5" nfs_mount_enabled: false mutagen_enabled: false webimage_extra_packages: [rake, sassc] From bd5dc6c633cf5ae4441d5d369ee1d2f747d3a4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:55:45 -0400 Subject: [PATCH 013/145] Add In Other Words, dev version (We aren't currently using it, but must be doing something similar in our templates, heh.) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index de133a9..bcffcac 100644 --- a/composer.json +++ b/composer.json @@ -99,6 +99,7 @@ "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", "drupal/inline_entity_form": "^1.0@RC", + "drupal/inotherwords": "@dev", "drupal/insert": "^2", "drupal/key": "^1.14", "drupal/link_attributes": "^1.9", From 0fd654c31bbc8b5a37993459ae14ca2943074d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:55:54 -0400 Subject: [PATCH 014/145] Update composer lock --- composer.lock | 176 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 175 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index debbb7a..e59a3c0 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": "944c6c4eed86453c27942737fe9ac326", + "content-hash": "b54395a223b42d0d7f29113b4c3a7572", "packages": [ { "name": "abraham/twitteroauth", @@ -68,6 +68,56 @@ }, "time": "2022-08-18T23:30:33+00:00" }, + { + "name": "agaric/oxford-comma", + "version": "1.2.0", + "source": { + "type": "git", + "url": "git@gitlab.com:agaric/php/oxford-comma.git", + "reference": "62afcb36604999659fcfec4502c120152b39bfc6" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Foxford-comma/repository/archive.zip?sha=62afcb36604999659fcfec4502c120152b39bfc6", + "reference": "62afcb36604999659fcfec4502c120152b39bfc6", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/OxfordComma.php" + ], + "psr-4": { + "Agaric\\OxfordComma\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "benjamin melançon", + "email": "ben@agaric.com", + "homepage": "https://agaric.coop/mlncn", + "role": "Developer" + } + ], + "description": "A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.", + "homepage": "https://gitlab.com/agaric/php/oxford-comma", + "keywords": [ + "Lists", + "Oxford comma", + "display", + "output", + "punctuation", + "text" + ], + "time": "2020-03-26T13:04:29+00:00" + }, { "name": "agaric/php-facebook", "version": "1.0.0", @@ -10251,6 +10301,76 @@ "source": "https://git.drupalcode.org/project/inline_entity_form" } }, + { + "name": "drupal/inotherwords", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/inotherwords.git", + "reference": "3.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.0.zip", + "reference": "3.0.0", + "shasum": "d475b903c376e6a5b47795bb7922e9f0b676478b" + }, + "require": { + "agaric/oxford-comma": "^1.2", + "drupal/core": "^8 || ^9 || ^10", + "kwn/number-to-words": "^1.8" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.0", + "datestamp": "1686094644", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Provides a field formatter for condensing sequential lists into shorter text.", + "homepage": "https://drupal.org/project/inotherwords", + "keywords": [ + "content", + "drupal", + "field", + "field formatter", + "ux" + ], + "support": { + "source": "https://git.drupalcode.org/project/inotherwords", + "issues": "https://www.drupal.org/project/issues/inotherwords" + } + }, { "name": "drupal/insert", "version": "2.0.0-beta3", @@ -17375,6 +17495,59 @@ ], "time": "2020-11-02T10:28:33+00:00" }, + { + "name": "kwn/number-to-words", + "version": "1.13.0", + "source": { + "type": "git", + "url": "https://github.com/kwn/number-to-words.git", + "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kwn/number-to-words/zipball/df61dc0f2fffe49f87319c9bcf1f7f44669152c7", + "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7", + "shasum": "" + }, + "require": { + "php": ">=5.6|>=7.1" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.9", + "squizlabs/php_codesniffer": "^3.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "NumberToWords\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Karol Wnuk", + "email": "k.wnuk@ascetic.pl" + } + ], + "description": "Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.", + "keywords": [ + "currency", + "money", + "number", + "numbers", + "string", + "to", + "words" + ], + "support": { + "issues": "https://github.com/kwn/number-to-words/issues", + "source": "https://github.com/kwn/number-to-words/tree/1.13.0" + }, + "time": "2021-06-23T20:47:44+00:00" + }, { "name": "laminas/laminas-diactoros", "version": "2.14.0", @@ -24748,6 +24921,7 @@ "drupal/gin": 10, "drupal/gin_toolbar": 10, "drupal/inline_entity_form": 5, + "drupal/inotherwords": 20, "drupal/menu_link_config": 15, "drupal/mobile_number": 15, "drupal/notfoundpassthrough": 20, From bf651d991b285bca391a4ebc89b5c6bb98c9d74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 10:04:13 -0400 Subject: [PATCH 015/145] Also remove direct requirement of minimalhtml --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index bcffcac..e04fd1a 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,6 @@ "drupal/migrate_source_csv": "^3", "drupal/migrate_tools": "^6", "drupal/migrate_upgrade": "^4", - "drupal/minimalhtml": "^1", "drupal/mobile_number": "^2.0@alpha", "drupal/node_view_permissions": "^1.4", "drupal/noreferrer": "^1", From 603519a0e667713aa5fd0266ec7a679dc5258112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 10:20:49 -0400 Subject: [PATCH 016/145] Drop allowed formats as explicit requirement Drutopia has our backs --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index e04fd1a..a79df35 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,6 @@ "require": { "composer/installers": "^2.2", "cweagans/composer-patches": "^1.7", - "drupal/allowed_formats": "^1.1", "drupal/auto_entitylabel": "^3.0@beta", "drupal/backup_migrate": "^5", "drupal/block_class": "^2.0", From d60779a690f4bd95e0a7649d031fd3fcf81ac40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 10:21:12 -0400 Subject: [PATCH 017/145] Get correct development branch of title paragraph module --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a79df35..1c865ff 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev", "drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev", "drupal/drutopia_organization": "1.0.x-dev", - "drupal/drutopia_paragraph_title": "1.x-dev", + "drupal/drutopia_paragraph_title": "1.0.x-dev@dev", "drupal/drutopia_site": "1.x-dev@dev", "drupal/easy_breadcrumb": "^2.0", "drupal/eca": "^1.0", From 492e8c216bb7f720510ee719f3ebf24d97b5d097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 11:09:16 -0400 Subject: [PATCH 018/145] Update composer lock file --- composer.lock | 3336 +++++++++++++++++++++++++++---------------------- 1 file changed, 1832 insertions(+), 1504 deletions(-) diff --git a/composer.lock b/composer.lock index e59a3c0..002728b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,33 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b54395a223b42d0d7f29113b4c3a7572", + "content-hash": "98f78ebfe6e67720790a2462aa65171e", "packages": [ { "name": "abraham/twitteroauth", - "version": "4.0.1", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "b9302599e416e5c00742cf7f4455220897f8291d" + "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", - "reference": "b9302599e416e5c00742cf7f4455220897f8291d", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/6a68a5e53f72fbb31d4d304dc4752d3adefe0d10", + "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "^7.4 || ^8.0 || ^8.1" + "php": "^8.0 || ^8.1" }, "require-dev": { "php-vcr/php-vcr": "^1", - "php-vcr/phpunit-testlistener-vcr": "dev-php-8", + "php-vcr/phpunit-testlistener-vcr": "dev-php8", "phpmd/phpmd": "^2", - "phpunit/phpunit": "^8 || ^9", - "rector/rector": "^0.12.19 || ^0.13.0", + "phpunit/phpunit": "^9", + "rector/rector": "^0.14.0", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2022-08-18T23:30:33+00:00" + "time": "2023-01-17T01:10:54+00:00" }, { "name": "agaric/oxford-comma", @@ -455,16 +455,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2" + "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", - "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/22ed1cc02dc47814e8239de577da541e9b9bd980", + "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980", "shasum": "" }, "require": { @@ -510,9 +510,9 @@ "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/2.6.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.2" }, - "time": "2022-09-15T09:13:57+00:00" + "time": "2022-11-11T15:34:04+00:00" }, { "name": "cocur/slugify", @@ -585,20 +585,20 @@ }, { "name": "commerceguys/addressing", - "version": "v1.4.1", + "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06" + "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06", - "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", + "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", "shasum": "" }, "require": { - "doctrine/collections": "^1.2", + "doctrine/collections": "^1.2 || ^2.0", "php": ">=7.3" }, "require-dev": { @@ -643,22 +643,22 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v1.4.1" + "source": "https://github.com/commerceguys/addressing/tree/v1.4.2" }, - "time": "2022-08-09T11:42:51+00:00" + "time": "2023-02-15T10:11:14+00:00" }, { "name": "composer/ca-bundle", - "version": "1.3.4", + "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", - "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", "shasum": "" }, "require": { @@ -705,7 +705,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.4" + "source": "https://github.com/composer/ca-bundle/tree/1.3.6" }, "funding": [ { @@ -721,7 +721,7 @@ "type": "tidelift" } ], - "time": "2022-10-12T12:08:29+00:00" + "time": "2023-06-06T12:02:59+00:00" }, { "name": "composer/installers", @@ -951,25 +951,25 @@ }, { "name": "consolidation/annotated-command", - "version": "4.7.1", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "fd263e3e9341d29758025b1a9b2878e3247525be" + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/fd263e3e9341d29758025b1a9b2878e3247525be", - "reference": "fd263e3e9341d29758025b1a9b2878e3247525be", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "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" + "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" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -1001,9 +1001,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.7.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" }, - "time": "2022-12-06T22:57:25+00:00" + "time": "2023-05-20T04:19:01+00:00" }, { "name": "consolidation/config", @@ -1169,41 +1169,36 @@ }, { "name": "consolidation/output-formatters", - "version": "4.2.3", + "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "cbb50cc86775f14972003f797b61e232788bee1f" + "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/cbb50cc86775f14972003f797b61e232788bee1f", - "reference": "cbb50cc86775f14972003f797b61e232788bee1f", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/f65524e9ecd2bd0021c4b18710005caaa6dcbd86", + "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86", "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", + "symfony/finder": "^4 || ^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", - "phpunit/phpunit": ">=7", + "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4|^5|^6", - "symfony/yaml": "^4|^5|^6", - "yoast/phpunit-polyfills": "^0.2.0" + "symfony/var-dumper": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", + "yoast/phpunit-polyfills": "^1" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - } - }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" @@ -1222,9 +1217,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.2.3" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.1" }, - "time": "2022-10-17T04:01:40+00:00" + "time": "2023-05-20T03:23:06+00:00" }, { "name": "consolidation/robo", @@ -1327,16 +1322,16 @@ }, { "name": "consolidation/self-update", - "version": "2.0.5", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3" + "reference": "972a1016761c9b63314e040836a12795dff6953a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3", - "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", + "reference": "972a1016761c9b63314e040836a12795dff6953a", "shasum": "" }, "require": { @@ -1376,22 +1371,22 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.0.5" + "source": "https://github.com/consolidation/self-update/tree/2.2.0" }, - "time": "2022-02-09T22:44:24+00:00" + "time": "2023-03-18T01:37:41+00:00" }, { "name": "consolidation/site-alias", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13" + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/103fbc9bad6bbadb1f7533454a8f070ddce18e13", - "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", "shasum": "" }, "require": { @@ -1435,9 +1430,9 @@ "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.0" + "source": "https://github.com/consolidation/site-alias/tree/4.0.1" }, - "time": "2022-10-14T03:41:22+00:00" + "time": "2023-04-29T17:18:10+00:00" }, { "name": "consolidation/site-process", @@ -1499,16 +1494,16 @@ }, { "name": "cweagans/composer-patches", - "version": "1.7.2", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871" + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871", - "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", "shasum": "" }, "require": { @@ -1541,9 +1536,9 @@ "description": "Provides a way to patch Composer packages.", "support": { "issues": "https://github.com/cweagans/composer-patches/issues", - "source": "https://github.com/cweagans/composer-patches/tree/1.7.2" + "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" }, - "time": "2022-01-25T19:21:20+00:00" + "time": "2022-12-20T22:53:13+00:00" }, { "name": "cypresslab/gitelephant", @@ -1873,25 +1868,29 @@ }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1910,9 +1909,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/lexer", @@ -2131,20 +2130,20 @@ }, { "name": "drupal/address", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a" }, "require": { - "commerceguys/addressing": "^1.4.0", + "commerceguys/addressing": "^1.4.2", "drupal/core": "^9.2 || ^10", "php": "^7.3 || ^8.0" }, @@ -2154,8 +2153,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1659989858", + "version": "8.x-1.12", + "datestamp": "1684710176", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2204,17 +2203,17 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.3.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.3.0" + "reference": "3.4.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.3.0.zip", - "reference": "3.3.0", - "shasum": "8e61fba9c9d83a94a844cff96d00871878a7eb98" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.1.zip", + "reference": "3.4.1", + "shasum": "bcb15ab40016becdb3ac8f21d7d1a721f48f3577" }, "require": { "drupal/core": "^9.2 || ^10" @@ -2225,8 +2224,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.3.0", - "datestamp": "1669567837", + "version": "3.4.1", + "datestamp": "1684944156", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2285,7 +2284,7 @@ }, { "name": "drupal/admin_toolbar_links_access_filter", - "version": "3.3.0", + "version": "3.4.1", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^9.2 || ^10" @@ -2293,8 +2292,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.3.0", - "datestamp": "1669567837", + "version": "3.4.1", + "datestamp": "1684944156", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2343,7 +2342,7 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "3.3.0", + "version": "3.4.1", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^9.2 || ^10" @@ -2351,8 +2350,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.3.0", - "datestamp": "1669567837", + "version": "3.4.1", + "datestamp": "1684944156", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2401,17 +2400,17 @@ }, { "name": "drupal/advancedqueue", - "version": "1.0.0-rc6", + "version": "1.0.0-rc7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advancedqueue.git", - "reference": "8.x-1.0-rc6" + "reference": "8.x-1.0-rc7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc6.zip", - "reference": "8.x-1.0-rc6", - "shasum": "e642153a2b4094e73f86cb63c2a81966871714d4" + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc7.zip", + "reference": "8.x-1.0-rc7", + "shasum": "b446eda22f5f9a9d13f78f2ce329ff1feef69173" }, "require": { "drupal/core": "^9.1 || ^10" @@ -2419,8 +2418,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc6", - "datestamp": "1667989296", + "version": "8.x-1.0-rc7", + "datestamp": "1673456946", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -2494,26 +2493,26 @@ }, { "name": "drupal/allowed_formats", - "version": "1.5.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/allowed_formats.git", - "reference": "8.x-1.5" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "dbf61bee7aec87beaa2cf307c1d0d9d5b896328c" + "url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1648060331", + "version": "2.0.0", + "datestamp": "1669170410", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2555,26 +2554,26 @@ }, { "name": "drupal/antibot", - "version": "1.5.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/antibot.git", - "reference": "8.x-1.5" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "f3597cde2903c979042bf8c1b25a9d3694159e43" + "url": "https://ftp.drupal.org/files/projects/antibot-2.0.2.zip", + "reference": "2.0.2", + "shasum": "e5866fbe1d8e5ff2811ff77efee754d26c313efb" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1637670654", + "version": "2.0.2", + "datestamp": "1666001671", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2603,29 +2602,32 @@ }, { "name": "drupal/auto_entitylabel", - "version": "3.0.0-beta4", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/auto_entitylabel.git", - "reference": "8.x-3.0-beta4" + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0-beta4.zip", - "reference": "8.x-3.0-beta4", - "shasum": "916befd4ce95b5d73de48ac1b105cc33e9f7821f" + "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "8dd54d4b677f2c7259a15afd7b71d0d1b6f6b4a6" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10" + }, + "require-dev": { + "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta4", - "datestamp": "1609349103", + "version": "8.x-3.0", + "datestamp": "1671545557", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2634,18 +2636,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Pravin Ajaaz", - "homepage": "https://www.drupal.org/user/2910049" - }, - { - "name": "RenatoG", - "homepage": "https://www.drupal.org/user/3326031" - }, - { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" - }, { "name": "bforchhammer", "homepage": "https://www.drupal.org/user/216396" @@ -2658,9 +2648,25 @@ "name": "diqidoq", "homepage": "https://www.drupal.org/user/1001934" }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "Pravin Ajaaz", + "homepage": "https://www.drupal.org/user/2910049" + }, { "name": "purushotam.rai", "homepage": "https://www.drupal.org/user/3193859" + }, + { + "name": "RenatoG", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" } ], "description": "Allows hiding of entity label fields and automatic label creation.", @@ -2713,17 +2719,17 @@ }, { "name": "drupal/backup_migrate", - "version": "5.0.2", + "version": "5.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/backup_migrate.git", - "reference": "5.0.2" + "reference": "5.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.2.zip", - "reference": "5.0.2", - "shasum": "940667093e327650a5840f04080df95bf70a7fa2" + "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.3.zip", + "reference": "5.0.3", + "shasum": "bc263f601f7a21248d4000a372d04a417df7e326" }, "require": { "drupal/core": "^9.3 || ^10" @@ -2734,8 +2740,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.0.2", - "datestamp": "1660935347", + "version": "5.0.3", + "datestamp": "1671366510", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2779,17 +2785,17 @@ }, { "name": "drupal/block_class", - "version": "2.0.10", + "version": "2.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "2.0.10" + "reference": "2.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-2.0.10.zip", - "reference": "2.0.10", - "shasum": "6441ab07180a1563d5a76d752cf97b66ebee3bb4" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.11.zip", + "reference": "2.0.11", + "shasum": "bd098ef0071b5baca1248c0deaa9bbedc0ddcaf4" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -2797,8 +2803,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.10", - "datestamp": "1670702847", + "version": "2.0.11", + "datestamp": "1672065313", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2879,26 +2885,26 @@ }, { "name": "drupal/block_visibility_groups", - "version": "1.4.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_visibility_groups.git", - "reference": "8.x-1.4" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "2572fd5bd7fb3a0c3dbcdf262fbbc9646a3d12ed" + "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.1.zip", + "reference": "2.0.1", + "shasum": "ae268cc3a5821205832b66069dcb8f60b8f20ab9" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1602107538", + "version": "2.0.1", + "datestamp": "1676002877", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2935,29 +2941,29 @@ }, { "name": "drupal/bulma", - "version": "1.0.0-rc1", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bulma.git", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "5b7af647f4582801f11f24c066cb3238cf433daa" + "url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "8f43e7be69671fe0defb944177bc2d597ee9a3d5" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1603840306", + "version": "8.x-1.0", + "datestamp": "1681853811", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2967,12 +2973,8 @@ ], "authors": [ { - "name": "MatijaJurcevic", - "homepage": "https://www.drupal.org/user/3173519" - }, - { - "name": "mseric", - "homepage": "https://www.drupal.org/user/3574018" + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" }, { "name": "nedjo", @@ -2984,33 +2986,37 @@ } ], "description": "Built to use Bulma, a modern CSS framework based on Flexbox.", - "homepage": "https://www.drupal.org/project/bulma", + "homepage": "http://drupal.org/project/bulma", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/bulma" + "source": "https://git.drupalcode.org/project/bulma", + "issues": "http://drupal.org/project/issues/bulma" } }, { "name": "drupal/captcha", - "version": "1.8.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "8.x-1.8" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "1d02df92de72616e75c9006549ae4d4c4dcbb5f5" + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "17fb9e34d03409809e3afd03bbeb8cbb489e7d0a" }, "require": { - "drupal/core": ">=8.9 <11" + "drupal/core": "^8.9 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1668593425", + "version": "8.x-1.10", + "datestamp": "1680254570", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3075,17 +3081,17 @@ }, { "name": "drupal/checklistapi", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.1.1" + "reference": "2.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip", - "reference": "2.1.1", - "shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.2.zip", + "reference": "2.1.2", + "shasum": "1aefed201652448e1109782c24fa3a78378da4ac" }, "require": { "drupal/core": "^9.3 || ^10", @@ -3094,8 +3100,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1659116985", + "version": "2.1.2", + "datestamp": "1680818845", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3380,10 +3386,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/coffee.git", - "reference": "19c94f9b9eb4dcdeefc941fc5a7cac2029397533" + "reference": "a8c727dea69852f72872073ec8e515c07a37f911" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { @@ -3392,8 +3398,8 @@ "dev-8.x-1.x": "8.1.x-dev" }, "drupal": { - "version": "8.x-1.2+3-dev", - "datestamp": "1663331258", + "version": "8.x-1.2+4-dev", + "datestamp": "1671439902", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3445,10 +3451,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/comment_notify.git", - "reference": "3ae5b0c08aaab2ed32d42a7a15b87c833f781d9b" + "reference": "6a6d7a99305a54ff643d284587f05c6ede052cb6" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/token": "^1.6" }, "type": "drupal-module", @@ -3457,8 +3463,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+1-dev", - "datestamp": "1659674787", + "version": "8.x-1.3+3-dev", + "datestamp": "1679408494", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3479,6 +3485,10 @@ "name": "David Valdez (gnuget)", "homepage": "https://www.drupal.org/u/gnuget", "role": "Co-maintainer" + }, + { + "name": "stefanos.petrakis", + "homepage": "https://www.drupal.org/user/2573064" } ], "description": "Comment follow-up e-mail notification for anonymous as well as registered users.", @@ -3705,6 +3715,10 @@ "email": "opensource@fabianbircher.com", "role": "Maintainer" }, + { + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -3728,17 +3742,17 @@ }, { "name": "drupal/config_distro_filter", - "version": "1.0.0-alpha4", + "version": "2.0.0-alpha1", "require": { "drupal/config_distro": "*", "drupal/config_filter": "*", - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1592523910", + "version": "2.0.0-alpha1", + "datestamp": "1686700514", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -3758,6 +3772,10 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -3894,14 +3912,14 @@ "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, - { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" - }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -3923,30 +3941,30 @@ }, { "name": "drupal/config_normalizer", - "version": "1.0.0-alpha6", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_normalizer.git", - "reference": "8.x-1.0-alpha6" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-alpha6.zip", - "reference": "8.x-1.0-alpha6", - "shasum": "030f2a34319fb7fc86c0263b1d7920aa322eb35b" + "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "f69ffbdf947553c717775c94f30272d67a1a2e83" }, "require": { "drupal/config_filter": "*", - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha6", - "datestamp": "1590768708", + "version": "8.x-1.0-beta1", + "datestamp": "1683148813", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -3968,12 +3986,20 @@ "homepage": "https://www.drupal.org/user/229048" }, { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "tadean", + "homepage": "https://www.drupal.org/user/3608919" } ], "description": "Normalizes configuration for comparison.", @@ -3984,26 +4010,26 @@ }, { "name": "drupal/config_perms", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_perms.git", - "reference": "8.x-2.0" + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "3e30cd71f00cb6da04ed2c8b032a9bd5357d9d70" + "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "06bc0d6587fba76149b4de7ccc32f6c6b8bc382a" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0", - "datestamp": "1591397577", + "version": "8.x-2.1", + "datestamp": "1685589568", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4015,18 +4041,30 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Docc", - "homepage": "https://www.drupal.org/user/310132" - }, { "name": "benellefimostfa", "homepage": "https://www.drupal.org/user/3092403" }, + { + "name": "Docc", + "homepage": "https://www.drupal.org/user/310132" + }, { "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, + { + "name": "Kristen Pol", + "homepage": "https://www.drupal.org/user/8389" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -4096,8 +4134,8 @@ "homepage": "https://www.drupal.org/user/992990" }, { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" }, { "name": "mlncn", @@ -4110,6 +4148,10 @@ { "name": "pfrenssen", "homepage": "https://www.drupal.org/user/382067" + }, + { + "name": "tadean", + "homepage": "https://www.drupal.org/user/3608919" } ], "description": "Enables provision of configuration by extensions.", @@ -4163,10 +4205,6 @@ "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, - { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" - }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" @@ -4192,39 +4230,38 @@ }, { "name": "drupal/config_sync", - "version": "2.0.0-beta7", + "version": "3.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_sync.git", - "reference": "8.x-2.0-beta7" + "reference": "3.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta7.zip", - "reference": "8.x-2.0-beta7", - "shasum": "39de6d167f1f99992feaf5e30b53ae097ebebeec" + "url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha1.zip", + "reference": "3.0.0-alpha1", + "shasum": "7fd0b66d022a90b2b8e3c9a7c2d990db5fbaa6c8" }, "require": { - "drupal/config_distro": "^1.0-alpha3", - "drupal/config_distro_filter": "^1.0.0-alpha4", - "drupal/config_filter": "~1.3||~2.0", + "drupal/config_distro": "^1.0-alpha4", + "drupal/config_distro_filter": "*", + "drupal/config_filter": "^1.3||^2.0", "drupal/config_merge": "^1.0-alpha2", "drupal/config_normalizer": "^1.0-alpha3", "drupal/config_provider": "^2.0-alpha6", "drupal/config_snapshot": "^1.0-alpha6", "drupal/config_update": "^1.5", "drupal/core": "^8.8 || ^9", - "php": ">=5.6", - "symfony/yaml": "~2.7.14|~2.8.7|~3.0.7|^3.1.1|^4.4.9" + "symfony/yaml": "~3.4.5|^4.4|^6.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta7", - "datestamp": "1594083315", + "version": "3.0.0-alpha1", + "datestamp": "1671635618", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -4251,10 +4288,6 @@ "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, - { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" - }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" @@ -4274,6 +4307,10 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" + }, + { + "name": "uarizona", + "homepage": "https://www.drupal.org/user/3763238" } ], "description": "Synchronize your site with updated configuration provided by modules and themes.", @@ -4402,17 +4439,17 @@ }, { "name": "drupal/context_stack", - "version": "1.1.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/context_stack.git", - "reference": "1.1.0" + "reference": "1.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/context_stack-1.1.0.zip", - "reference": "1.1.0", - "shasum": "1f0c88b91e9dd3ce8487c4ac24d214c995427174" + "url": "https://ftp.drupal.org/files/projects/context_stack-1.1.2.zip", + "reference": "1.1.2", + "shasum": "aacf2bc38a09393e51a03567b459adb67225d11a" }, "require": { "drupal/core": "^9 || ^10", @@ -4421,8 +4458,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.0", - "datestamp": "1671105066", + "version": "1.1.2", + "datestamp": "1676647866", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4448,26 +4485,26 @@ }, { "name": "drupal/convert_bundles", - "version": "1.0.0-alpha7", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/convert_bundles.git", - "reference": "8.x-1.0-alpha7" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-alpha7.zip", - "reference": "8.x-1.0-alpha7", - "shasum": "54687536c1ebbbc19b28d44ccee903cee497562c" + "url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "606bbeb9c1db02da5237e54c114849d9cee2d914" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha7", - "datestamp": "1621952571", + "version": "8.x-1.0-beta1", + "datestamp": "1671581467", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4482,6 +4519,10 @@ { "name": "el1_1el", "homepage": "https://www.drupal.org/user/1795292" + }, + { + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" } ], "description": "Convert entity bundles from one value to another", @@ -4492,16 +4533,16 @@ }, { "name": "drupal/core", - "version": "9.5.0", + "version": "9.5.9", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "f56525999dba655b4fc867df95edf8727f8b8624" + "reference": "c3b194f9056a297f6d72e54056c818843cab9aba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/f56525999dba655b4fc867df95edf8727f8b8624", - "reference": "f56525999dba655b4fc867df95edf8727f8b8624", + "url": "https://api.github.com/repos/drupal/core/zipball/c3b194f9056a297f6d72e54056c818843cab9aba", + "reference": "c3b194f9056a297f6d72e54056c818843cab9aba", "shasum": "" }, "require": { @@ -4524,8 +4565,8 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "laminas/laminas-diactoros": "^2.14", "laminas/laminas-feed": "^2.17", + "longwave/laminas-diactoros": "^2.14", "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", "php": ">=7.3.0", @@ -4653,22 +4694,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.0" + "source": "https://github.com/drupal/core/tree/9.5.9" }, - "time": "2022-12-15T14:33:38+00:00" + "time": "2023-05-03T13:26:12+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.0", + "version": "9.5.9", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "df1f779d3f94500f6cc791427aa729e0ba4b2464" + "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/df1f779d3f94500f6cc791427aa729e0ba4b2464", - "reference": "df1f779d3f94500f6cc791427aa729e0ba4b2464", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", + "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", "shasum": "" }, "require": { @@ -4703,22 +4744,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.0" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.9" }, - "time": "2022-06-19T16:14:18+00:00" + "time": "2023-04-30T16:17:33+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.0", + "version": "9.5.9", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "db501d834a042f2bde349a8fc49b8364db99790b" + "reference": "63865212817ab48815a95c6aaceafcab0b9eabee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/db501d834a042f2bde349a8fc49b8364db99790b", - "reference": "db501d834a042f2bde349a8fc49b8364db99790b", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/63865212817ab48815a95c6aaceafcab0b9eabee", + "reference": "63865212817ab48815a95c6aaceafcab0b9eabee", "shasum": "" }, "require": { @@ -4727,15 +4768,15 @@ "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.0", + "drupal/core": "9.5.9", "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/promises": "~1.5.2", - "guzzlehttp/psr7": "~1.9.0", - "laminas/laminas-diactoros": "~2.14.0", + "guzzlehttp/psr7": "~1.9.1", "laminas/laminas-escaper": "~2.9.0", "laminas/laminas-feed": "~2.17.0", "laminas/laminas-stdlib": "~3.11.0", + "longwave/laminas-diactoros": "~2.14.2", "masterminds/html5": "~2.7.6", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", @@ -4758,7 +4799,7 @@ "symfony/event-dispatcher-contracts": "~v1.1.13", "symfony/http-client-contracts": "~v2.5.2", "symfony/http-foundation": "~v4.4.49", - "symfony/http-kernel": "~v4.4.49", + "symfony/http-kernel": "~v4.4.50", "symfony/mime": "~v5.4.13", "symfony/polyfill-ctype": "~v1.27.0", "symfony/polyfill-iconv": "~v1.27.0", @@ -4774,9 +4815,9 @@ "symfony/translation": "~v4.4.47", "symfony/translation-contracts": "~v2.5.2", "symfony/validator": "~v4.4.48", - "symfony/var-dumper": "~v5.4.14", + "symfony/var-dumper": "~v5.4.19", "symfony/yaml": "~v4.4.45", - "twig/twig": "~v2.15.3", + "twig/twig": "~v2.15.4", "typo3/phar-stream-wrapper": "~v3.1.7" }, "conflict": { @@ -4789,9 +4830,9 @@ ], "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/9.5.0" + "source": "https://github.com/drupal/core-recommended/tree/9.5.9" }, - "time": "2022-12-15T14:33:38+00:00" + "time": "2023-05-03T13:26:12+00:00" }, { "name": "drupal/crop", @@ -4852,28 +4893,28 @@ }, { "name": "drupal/csp", - "version": "1.17.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.17" + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.17.zip", - "reference": "8.x-1.17", - "shasum": "d7d9d330aa501b6b8f622de65ce93078bf5695aa" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "ac14ab7c51ba10ac2636d5a92a02a8e762c8c4f8" }, "require": { - "drupal/core": "^9.3 || ^10", + "drupal/core": "^9.5 || ^10", "ext-json": "*", "php": ">=7.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.17", - "datestamp": "1669172274", + "version": "8.x-1.19", + "datestamp": "1680929140", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4902,17 +4943,17 @@ }, { "name": "drupal/ctools", - "version": "3.13.0", + "version": "3.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.13" + "reference": "8.x-3.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.13.zip", - "reference": "8.x-3.13", - "shasum": "b84176544265d4c6aa17917d66335527c9498c5a" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.14.zip", + "reference": "8.x-3.14", + "shasum": "8895a8e47199b458013bc153ceafa0b1495f33c1" }, "require": { "drupal/core": "^9.3 || ^10" @@ -4920,8 +4961,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.13", - "datestamp": "1668631846", + "version": "8.x-3.14", + "datestamp": "1684299793", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5052,20 +5093,21 @@ }, { "name": "drupal/dashboards", - "version": "2.1.0", + "version": "2.1.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dashboards.git", - "reference": "2.1.0" + "reference": "2.1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.0.zip", - "reference": "2.1.0", - "shasum": "627d545b06f8dbedb7ed7b07b1d8aab8c465c5fc" + "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.6.zip", + "reference": "2.1.6", + "shasum": "e8ba79f31ff32da7b1ee9a57a61c5987014a365f" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^9.4 || ^10", + "laminas/laminas-feed": "^2.17" }, "require-dev": { "drupal/matomo": "*", @@ -5075,8 +5117,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1670951939", + "version": "2.1.6", + "datestamp": "1681725489", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5153,17 +5195,17 @@ }, { "name": "drupal/datetimehideseconds", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/datetimehideseconds.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "8c1ccaf3ecb466d113accdd847db2e86608de0a7" + "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "201989cd88511e63ea6b0c8bd5e7eff935cd2661" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -5171,8 +5213,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1669757586", + "version": "8.x-1.3", + "datestamp": "1675697021", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5205,27 +5247,30 @@ }, { "name": "drupal/default_content", - "version": "1.0.0-alpha9", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/default_content.git", - "reference": "8.x-1.0-alpha9" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/default_content-8.x-1.0-alpha9.zip", - "reference": "8.x-1.0-alpha9", - "shasum": "e8d5cc6ae96b14e882852512fbf5887e752146a0" + "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89" }, "require": { - "drupal/core": "^8.7.7 || ^9", - "drupal/hal": "*" + "drupal/core": "^9.1 || ^10" + }, + "require-dev": { + "drupal/hal": " ^9 || ^1 || ^2", + "drupal/paragraphs": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha9", - "datestamp": "1588280141", + "version": "2.0.0-alpha2", + "datestamp": "1659466706", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -5233,7 +5278,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -5336,6 +5381,10 @@ "homepage": "https://www.drupal.org/u/realityloop", "role": "Maintainer" }, + { + "name": "lhangea", + "homepage": "https://www.drupal.org/user/2743803" + }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" @@ -5366,26 +5415,26 @@ }, { "name": "drupal/drd", - "version": "4.0.8", + "version": "4.0.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd.git", - "reference": "4.0.8" + "reference": "4.0.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd-4.0.8.zip", - "reference": "4.0.8", - "shasum": "f964297fda1bc40d1da09fdbb732c3032a3d401d" + "url": "https://ftp.drupal.org/files/projects/drd-4.0.9.zip", + "reference": "4.0.9", + "shasum": "771a3aec7bd5ae6f0d06feaa83bbdf2490e133f4" }, "require": { "albertofem/rsync-lib": "^1.0", "cypresslab/gitelephant": "^2.0|^4.0", "drupal/advancedqueue": "^1.0@RC", - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.4 || ^10", "drupal/drd_agent": "^4.0", "drupal/encrypt": "^3.0@RC", - "drupal/eva": "^2.1", + "drupal/eva": "^2.1|^3.0", "drupal/key_value_field": "^1.2", "mikehaertl/php-shellcommand": "^1.6", "php": ">=7.2", @@ -5410,8 +5459,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.8", - "datestamp": "1648793838", + "version": "4.0.9", + "datestamp": "1674383069", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5444,20 +5493,20 @@ }, { "name": "drupal/drd_agent", - "version": "4.0.3", + "version": "4.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd_agent.git", - "reference": "4.0.3" + "reference": "4.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.3.zip", - "reference": "4.0.3", - "shasum": "d19400753f0fcf03748f91504d3ee46c13e7cdf9" + "url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.5.zip", + "reference": "4.0.5", + "shasum": "ae22d35c562972b62d61040d18849678bc4b57b5" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^8.8 || ^9 || ^10", "php": ">=7.2" }, "suggest": { @@ -5468,8 +5517,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.3", - "datestamp": "1644339477", + "version": "4.0.5", + "datestamp": "1682697922", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5502,27 +5551,27 @@ }, { "name": "drupal/dropdown_language", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dropdown_language.git", - "reference": "3.1.0" + "reference": "3.2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.1.0.zip", - "reference": "3.1.0", - "shasum": "be030c63ad3aa4366052b231692777f0c3004a40" + "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.2.0.zip", + "reference": "3.2.0", + "shasum": "176eca48f1a6b051bc1a4cc74f46e31aafd719e0" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^9", "php": "^7.4||^8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1670424613", + "version": "3.2.0", + "datestamp": "1679322690", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5536,8 +5585,16 @@ "authors": [ { "name": "Scott Carpenter", - "homepage": "https://www.drupal.org/user/297907", + "homepage": "https://www.drupal.org/user/291091", "email": "dropdown-language@goodscott.com" + }, + { + "name": "Grevil", + "homepage": "https://www.drupal.org/user/3668491" + }, + { + "name": "SKAUGHT", + "homepage": "https://www.drupal.org/user/297907" } ], "description": "Dropdown Language Switcher. https://www.drupal.org/project/dropdown_language", @@ -5591,10 +5648,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5636,12 +5689,12 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_article.git", - "reference": "1a24bba09c55ec63a48e62082b3bd598eaca2288" + "reference": "b328d67a312ba758feb817741f89f57f71913717" }, "require": { - "drupal/block_visibility_groups": "^1.3", + "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", @@ -5666,8 +5719,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1+1-dev", - "datestamp": "1648343539", + "version": "8.x-1.1+4-dev", + "datestamp": "1675809789", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -5683,6 +5736,14 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -5712,12 +5773,12 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_blog.git", - "reference": "5f0299742c2822b4f266c76186f3c69366e76fb5" + "reference": "5efe7f6f9e42c52368a86e5e997911b9c0a63f06" }, "require": { - "drupal/block_visibility_groups": "^1.3", + "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", @@ -5741,8 +5802,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0+4-dev", - "datestamp": "1619054280", + "version": "8.x-1.1+3-dev", + "datestamp": "1675793052", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -5758,6 +5819,14 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -5834,10 +5903,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5878,7 +5943,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia_collection.git", - "reference": "8ec2859c26f123ff9e6fa67d14c53a78a8c21196" + "reference": "3ce9308896b68379286312f0eaf9f7e3ce17e6cb" }, "require": { "drupal/config_actions": "^1.0", @@ -5897,7 +5962,7 @@ ], "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_collection", - "time": "2020-08-05T19:23:08+00:00" + "time": "2022-12-16T23:48:22+00:00" }, { "name": "drupal/drutopia_comment", @@ -5978,7 +6043,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia_core.git", - "reference": "b1277ca0cc0c2302f794003da29d454651115567" + "reference": "2c847ab4b0a68b1833f83fcb5ef7ffafe8bbfe8d" }, "require": { "drupal/config_actions": "^1.3", @@ -5987,7 +6052,7 @@ "drupal/ds": "^3.12", "drupal/facets": "^2", "drupal/faqfield": "^7.0", - "drupal/focal_point": "^1.5", + "drupal/focal_point": "^2.0", "drupal/metatag": "^1.16", "drupal/paragraphs": "^1.12", "drupal/search_api": "^1.19", @@ -6016,7 +6081,7 @@ "issues": "https://gitlab.com/drutopia/drutopia_core/issues", "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x" }, - "time": "2022-09-16T21:02:05+00:00" + "time": "2023-01-30T19:52:25+00:00" }, { "name": "drupal/drutopia_event", @@ -6024,12 +6089,12 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_event.git", - "reference": "c4195f58f2414ddeeb0199db3e9851ee7a0544c8" + "reference": "05dac653be8e53cff42d9699d30f175708c5fbb6" }, "require": { - "drupal/block_visibility_groups": "^1.3", + "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^1.0", @@ -6050,8 +6115,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1+4-dev", - "datestamp": "1665001146", + "version": "8.x-1.1+6-dev", + "datestamp": "1675809215", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6067,6 +6132,10 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6141,14 +6210,14 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6224,10 +6293,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6268,7 +6333,7 @@ "source": { "type": "git", "url": "git@git.drupal.org:project/drutopia_organization.git", - "reference": "1098b1293af9496ecd9a0027f143683a28028081" + "reference": "a5122035fbc58230cb7966379c1e29c58b1db5da" }, "require": { "drupal/config_actions": "^1.1", @@ -6300,7 +6365,7 @@ "issues": "https://gitlab.com/drutopia/drutopia_organization/issues", "source": "https://gitlab.com/drutopia/drutopia_organization/tree/8.x-1.x" }, - "time": "2022-05-27T02:59:33+00:00" + "time": "2022-12-16T23:53:54+00:00" }, { "name": "drupal/drutopia_page", @@ -6381,18 +6446,18 @@ }, { "name": "drupal/drutopia_paragraph_title", - "version": "dev-1.x", + "version": "dev-1.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git", - "reference": "95ea1c1c1e220926a6b08f280b41779feb52e09a" + "reference": "9ad48011a94631eb8efe1ac05e108b8fc39177ff" }, "require": { - "drupal/allowed_formats": "^1.3", - "drupal/core": "^8.8.3 || ^9", + "drupal/allowed_formats": "^2.0", + "drupal/core": "^8.8.3 || ^9 || ^10", "drupal/drutopia_core": "^1.0", "drupal/entity_reference_revisions": "*", - "drupal/minimalhtml": "^1.0", + "drupal/minimalhtml": "^2", "drupal/minimalhtmltitle": "*", "drupal/paragraphs": "^1.12", "drupal/ui_patterns": "^1.2", @@ -6403,14 +6468,14 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-1.0.x": "1.0.x-dev" }, "drupal": { - "version": "1.x-dev", - "datestamp": "1593433947", + "version": "1.0.0+2-dev", + "datestamp": "1677696126", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6419,9 +6484,21 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.", @@ -6482,10 +6559,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6525,32 +6598,29 @@ }, { "name": "drupal/drutopia_related_content", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_related_content.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "79c84c8f47e9b48cf8fcbbd284f265b65518bd3b" + "reference": "ac43115289784a05590c69efb66d5ffe29643470" }, "require": { - "drupal/block_visibility_groups": "^1.3", - "drupal/core": "^8.9 || ^9", + "drupal/block_visibility_groups": "^2", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "^1.0-beta3", "drupal/similarterms": "^1.3" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621287575", + "version": "8.x-1.1+2-dev", + "datestamp": "1675809445", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6559,14 +6629,18 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6603,12 +6677,12 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_resource.git", - "reference": "0ec9668684054271f8184a85fc24b5cbc0f0856a" + "reference": "4d091769ad640333a3b51ac786b5e2ea6d677078" }, "require": { - "drupal/block_visibility_groups": "^1.3", + "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^1.0", @@ -6630,8 +6704,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0+4-dev", - "datestamp": "1621288885", + "version": "8.x-1.1+3-dev", + "datestamp": "1675808814", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6647,6 +6721,14 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6662,6 +6744,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.", @@ -6682,34 +6768,30 @@ }, { "name": "drupal/drutopia_search", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_search.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_search-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "eb8f7c7c6b1df8a7dd68a4d92f27054063f978b3" + "reference": "bc68885f6d597d0568cafc2ef52e25f13958594e" }, "require": { - "drupal/block_visibility_groups": "^1.3", - "drupal/core": "^8.9 || ^9", + "drupal/block_visibility_groups": "^2", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "^1.0", "drupal/facets": "*", - "drupal/search_api": "*", - "drupal/search_api_db": "*" + "drupal/search_api": "*" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621287820", + "version": "8.x-1.1+3-dev", + "datestamp": "1677100326", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6718,14 +6800,18 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6741,6 +6827,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Search provides a search server, index, and view.", @@ -6794,10 +6884,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6841,7 +6927,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_site.git", - "reference": "f92e92a0137aefc9beb078fd1e54d213faae257d" + "reference": "f5db92d1489bf822d21639b30ee21e8e69ed1ab4" }, "require": { "drupal/admin_toolbar": "^3.0", @@ -6851,14 +6937,14 @@ "drupal/ckeditor": "*", "drupal/ckeditorheight": "^1.8", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "^1.0", "drupal/ds": "*", "drupal/entity_reference_revisions": "*", "drupal/menu_admin_per_menu": "^1.1", "drupal/paragraphs": "*", "drupal/role_delegation": "^1.1", - "drupal/wysiwyg_linebreaks": "^1.10" + "drupal/wysiwyg_linebreaks": "^2" }, "type": "drupal-module", "extra": { @@ -6866,8 +6952,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1+3-dev", - "datestamp": "1668633296", + "version": "8.x-1.1+5-dev", + "datestamp": "1681911263", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6888,6 +6974,10 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6955,10 +7045,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6988,21 +7074,21 @@ }, { "name": "drupal/drutopia_storyline", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_storyline.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "1f62443c7ad316b45d09b51f6a1e00fcfd1e2030" + "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "fe054d8f4e5176c6161ca8b4033999a153df003b" }, "require": { "drupal/config_actions": "*", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "^1.0", "drupal/drutopia_page": "^1.0", "drupal/entity_reference_revisions": "*", @@ -7016,8 +7102,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1621288236", + "version": "8.x-1.2", + "datestamp": "1675284600", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7029,14 +7115,18 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7052,6 +7142,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.", @@ -7104,10 +7198,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -7277,17 +7367,17 @@ }, { "name": "drupal/easy_breadcrumb", - "version": "2.0.4", + "version": "2.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/easy_breadcrumb.git", - "reference": "2.0.4" + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.4.zip", - "reference": "2.0.4", - "shasum": "dc0fc1d166a30028a3410f476467dcdea3d52223" + "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.5.zip", + "reference": "2.0.5", + "shasum": "e73a7c3568fccaf85b3df0ddd98d713f4d2f5415" }, "require": { "drupal/core": "^9.2 || ^10" @@ -7295,8 +7385,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1668029764", + "version": "2.0.5", + "datestamp": "1673559799", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7330,6 +7420,10 @@ "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/user/3580850" }, + { + "name": "NickDickinsonWilde", + "homepage": "https://www.drupal.org/user/3094661" + }, { "name": "RenatoG", "homepage": "https://www.drupal.org/user/3326031" @@ -7356,17 +7450,17 @@ }, { "name": "drupal/eca", - "version": "1.1.0", + "version": "1.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.1.0" + "reference": "1.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.1.0.zip", - "reference": "1.1.0", - "shasum": "75f05d08b6585344c6ffc6c509da8049ebf5aae7" + "url": "https://ftp.drupal.org/files/projects/eca-1.1.3.zip", + "reference": "1.1.3", + "shasum": "be6606eacf650f7eb076ee94477838b5a4b8d9de" }, "require": { "dragonmantank/cron-expression": "^3.1", @@ -7391,8 +7485,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.0", - "datestamp": "1670843783", + "version": "1.1.3", + "datestamp": "1681980341", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7526,17 +7620,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.0.3", + "version": "2.0.12", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.0.3" + "reference": "2.0.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.3.zip", - "reference": "2.0.3", - "shasum": "80eb351fa9a9edeb4aad0993844ec732b223bf13" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.12.zip", + "reference": "2.0.12", + "shasum": "e0e584a2f409709f4547dfe9cc7376a80f8fa317" }, "require": { "drupal/core": "^9 || ^10" @@ -7544,17 +7638,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1668094235", + "version": "2.0.12", + "datestamp": "1680556093", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7978,17 +8067,17 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.11", + "version": "4.0.14", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.11" + "reference": "4.0.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.11.zip", - "reference": "4.0.11", - "shasum": "d9a6f6c93411271c54ee12b88ef88d11d229ae06" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.14.zip", + "reference": "4.0.14", + "shasum": "ff4fe11fcd5fa08b7ba7a451302cf93e5f68449c" }, "require": { "drupal/core": "^9.2 || ^10" @@ -7996,8 +8085,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.11", - "datestamp": "1669633063", + "version": "4.0.14", + "datestamp": "1674120945", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8216,26 +8305,26 @@ }, { "name": "drupal/exif_orientation", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exif_orientation.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "9b0e4325092bb9f37a0714c9587fa10823b4a023" + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "3650b4aaef539de83fb36a906d7d1c6047b12081" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1593659917", + "version": "8.x-1.2", + "datestamp": "1677517974", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8248,12 +8337,16 @@ ], "authors": [ { - "name": "NickDickinsonWilde", - "homepage": "https://www.drupal.org/user/3094661" + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "NickDickinsonWilde", + "homepage": "https://www.drupal.org/user/3094661" } ], "description": "Rotates images per their EXIF Orientation", @@ -8338,27 +8431,27 @@ }, { "name": "drupal/fakeobjects", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fakeobjects.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "0a7a3ead609d1efd62f4f4803a41317970d8292d" + "url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "a49094752f972e7db51ef5ec7abade1a4eba48f5" }, "require": { "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1592829875", + "version": "8.x-1.2", + "datestamp": "1674760765", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8392,27 +8485,27 @@ }, { "name": "drupal/faqfield", - "version": "7.0.0", + "version": "7.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/faqfield.git", - "reference": "8.x-7.0" + "reference": "8.x-7.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.0.zip", - "reference": "8.x-7.0", - "shasum": "8788719564a23c1b8472568b9c9b15593d61e1c8" + "url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.1.zip", + "reference": "8.x-7.1", + "shasum": "c602e57dc07926bc5a263f56ee36ba7afa8dd574" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui_accordion": "^1.1" + "drupal/core": "^8 || ^9 || ^10", + "drupal/jquery_ui_accordion": "^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-7.0", - "datestamp": "1591226895", + "version": "8.x-7.1", + "datestamp": "1678202291", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8433,6 +8526,10 @@ "name": "Kevin Quillen (kevinquillen)", "homepage": "https://www.drupal.org/u/kevinquillen", "role": "Maintainer" + }, + { + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" } ], "description": "This module provides a field for frequently asked questions.", @@ -8447,30 +8544,30 @@ }, { "name": "drupal/features", - "version": "3.12.0", + "version": "5.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/features.git", - "reference": "8.x-3.12" + "reference": "5.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/features-8.x-3.12.zip", - "reference": "8.x-3.12", - "shasum": "f28d6e7d3340e32666a3e8ae515ed746dbe86b98" + "url": "https://ftp.drupal.org/files/projects/features-5.0.0-alpha1.zip", + "reference": "5.0.0-alpha1", + "shasum": "4279efd774c44f2a72a528c3c8f585f37005a52e" }, "require": { - "drupal/config_update": "^1.4", - "drupal/core": "^8.8 || ^9" + "drupal/config_update": "^1.4 || ^2", + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.12", - "datestamp": "1612830531", + "version": "5.0.0-alpha1", + "datestamp": "1681517363", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } }, "drush": { @@ -8484,6 +8581,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" @@ -8512,6 +8613,10 @@ "name": "joseph.olstad", "homepage": "https://www.drupal.org/user/1321830" }, + { + "name": "matthand", + "homepage": "https://www.drupal.org/user/171527" + }, { "name": "mpotter", "homepage": "https://www.drupal.org/user/616192" @@ -8529,17 +8634,17 @@ }, { "name": "drupal/feeds", - "version": "3.0.0-beta3", + "version": "3.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds.git", - "reference": "8.x-3.0-beta3" + "reference": "8.x-3.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta3.zip", - "reference": "8.x-3.0-beta3", - "shasum": "60e840f47b4cd13cc1f72381f64e81c1d7e60217" + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta4.zip", + "reference": "8.x-3.0-beta4", + "shasum": "d715c428819b71d7018d022862c8d1c453bcf4d7" }, "require": { "drupal/core": "^9.3 || ^10", @@ -8552,8 +8657,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta3", - "datestamp": "1670512823", + "version": "8.x-3.0-beta4", + "datestamp": "1685558328", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -8614,10 +8719,6 @@ "name": "tobby", "homepage": "https://www.drupal.org/user/154797" }, - { - "name": "tristanoneil", - "homepage": "https://www.drupal.org/user/340659" - }, { "name": "twistor", "homepage": "https://www.drupal.org/user/473738" @@ -8868,27 +8969,27 @@ }, { "name": "drupal/field_token_value", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_token_value.git", - "reference": "3.0.0" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.0.zip", - "reference": "3.0.0", - "shasum": "4cbf9bad783c45885c2a115781d45bbb9df21163" + "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.1.zip", + "reference": "3.0.1", + "shasum": "7e5c07c39e5a6afd0b7949ac2c238180b1145af9" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/token": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1656885306", + "version": "3.0.1", + "datestamp": "1675564648", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9021,27 +9122,27 @@ }, { "name": "drupal/fixed_block_content", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fixed_block_content.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "567351ee7a1f40b43ff81ede9afc085f78752d20" + "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "7f8131fa16865ce3d0c9a2106eaefb74b0164f48" }, "require": { - "drupal/core": "~8.7 || ^9", - "drupal/hal": "*" + "drupal/core": "^9 || ~10.0.0", + "drupal/hal": "^1.0 || ^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1585994766", + "version": "8.x-1.2", + "datestamp": "1684583876", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9071,21 +9172,23 @@ }, { "name": "drupal/focal_point", - "version": "1.5.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "8.x-1.5" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "41198e9220788c3b7d3146b10e5dfd6c73cd4784" + "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ff677594c632b4b87aaace39a90a8cdf48ec3ed4" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/crop": "^1.0 || ^2.0" + "drupal/core": "^9.3 || ^10", + "drupal/crop": "^2.3", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_draggable": "^2.0" }, "require-dev": { "drupal/crop": "*" @@ -9093,8 +9196,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1598663903", + "version": "2.0.0", + "datestamp": "1681277837", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9192,25 +9295,25 @@ }, { "name": "drupal/gdpr", - "version": "3.0.0-alpha6", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gdpr.git", - "reference": "3.0.0-alpha6" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0-alpha6.zip", - "reference": "3.0.0-alpha6", - "shasum": "6ced27a5840575cacea831cc19de1c0ca8d8f20a" + "url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0.zip", + "reference": "3.0.0", + "shasum": "1fd27a189761d8b70bfe73580f2dfd3ddde607b7" }, "require": { - "drupal/checklistapi": "~2.0", - "drupal/core": "^8 || ^9", - "drupal/entity": "^1.0", - "drupal/entity_reference_revisions": "^1.8", - "drupal/message": "^1.0", - "drupal/token": "^1.7" + "drupal/checklistapi": "^2.1", + "drupal/core": "^9 || ^10", + "drupal/entity": "^1.4", + "drupal/entity_reference_revisions": "^1.10", + "drupal/message": "^1.4", + "drupal/token": "^1.11" }, "require-dev": { "drupal/anonymizer": "*", @@ -9228,8 +9331,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-alpha6", - "datestamp": "1667462152", + "version": "3.0.0", + "datestamp": "1681377086", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9311,20 +9414,22 @@ }, { "name": "drupal/geolocation", - "version": "3.10.0", + "version": "3.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geolocation.git", - "reference": "8.x-3.10" + "reference": "8.x-3.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.10.zip", - "reference": "8.x-3.10", - "shasum": "686868c7a1bbccc24662e71a69efc9b6c90b18cf" + "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.12.zip", + "reference": "8.x-3.12", + "shasum": "eb31fe9080e2e0dcf442fc9b0a859f326219db5a" }, "require": { - "drupal/core": "^9.2", + "drupal/core": "^9.3 || ^10", + "drupal/jquery_ui": "*", + "drupal/jquery_ui_autocomplete": "^2.0", "php": "^7.3 || ^8.0" }, "require-dev": { @@ -9337,6 +9442,7 @@ "drupal/geolocation_google_maps_demo": "*", "drupal/geolocation_google_static_maps": "*", "drupal/geolocation_leaflet": "*", + "drupal/geolocation_leaflet_demo": "*", "drupal/search_api": "*", "drupal/search_api_location": "*", "drupal/search_api_location_views": "*" @@ -9344,8 +9450,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.10", - "datestamp": "1652946354", + "version": "8.x-3.12", + "datestamp": "1673282362", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9375,27 +9481,27 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc1", + "version": "3.0.0-rc3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc1" + "reference": "8.x-3.0-rc3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc1.zip", - "reference": "8.x-3.0-rc1", - "shasum": "d9a9ed97a5f8741e6edf48ef03721b3a278ef167" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc3.zip", + "reference": "8.x-3.0-rc3", + "shasum": "8ceb6a446b69023b8c0c86baf30a205bb8163573" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^9 || ^10", "drupal/gin_toolbar": "^1.0@beta" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc1", - "datestamp": "1669708679", + "version": "8.x-3.0-rc3", + "datestamp": "1683018296", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9500,26 +9606,26 @@ }, { "name": "drupal/gin_login", - "version": "1.3.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_login.git", - "reference": "8.x-1.3" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "140c7e1f427e45f8bd24bb1c44186a6c5748fa4d" + "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "4f328c2533ba9a77c908478dc5298981c1e30aab" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1659121145", + "version": "8.x-1.6", + "datestamp": "1683024096", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9618,16 +9724,16 @@ }, { "name": "drupal/gnode", - "version": "1.5.0", + "version": "3.1.0", "require": { - "drupal/core": "^9.3 || ^10", + "drupal/core": "^9.5 || ^10", "drupal/group": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1660746007", + "version": "3.1.0", + "datestamp": "1685092524", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9639,6 +9745,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" + }, { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" @@ -9706,8 +9816,8 @@ "homepage": "https://www.drupal.org/user/45640" }, { - "name": "pfaocle", - "homepage": "https://www.drupal.org/user/9740" + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" }, { "name": "roberto.rivera.ixis", @@ -9744,7 +9854,7 @@ "extra": { "drupal": { "version": "8.x-1.5", - "datestamp": "1660746007", + "datestamp": "1685706327", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9760,6 +9870,10 @@ "name": "Kristiaan Van den Eynde", "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", "role": "Maintainer" + }, + { + "name": "kristiaanvandeneynde", + "homepage": "https://www.drupal.org/user/1345130" } ], "description": "This module allows you to group users, content and other entities", @@ -9771,17 +9885,17 @@ }, { "name": "drupal/gutenberg", - "version": "2.6.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.6" + "reference": "8.x-2.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "2fd105867c1a3d10f0954e84d466f64763705bff" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.7.zip", + "reference": "8.x-2.7", + "shasum": "318b65830f7809ad554c9051c2a1f7a16f2c7e02" }, "require": { "drupal/core": "^9 || ^10", @@ -9791,8 +9905,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.6", - "datestamp": "1671063491", + "version": "8.x-2.7", + "datestamp": "1678298357", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10211,17 +10325,17 @@ }, { "name": "drupal/inline_entity_form", - "version": "1.0.0-rc14", + "version": "1.0.0-rc15", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0-rc14" + "reference": "8.x-1.0-rc15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc14.zip", - "reference": "8.x-1.0-rc14", - "shasum": "2c9efd73332acfba43fe9b29e78e508ddc9d3664" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc15.zip", + "reference": "8.x-1.0-rc15", + "shasum": "7702801f7e599956fc3d10cff8257809f53ac3ec" }, "require": { "drupal/core": "^8.8 || ^9 || ^10", @@ -10233,8 +10347,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc14", - "datestamp": "1663701306", + "version": "8.x-1.0-rc15", + "datestamp": "1678126675", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -10270,14 +10384,14 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, - { - "name": "kaythay", - "homepage": "https://www.drupal.org/user/2182186" - }, { "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, { "name": "ram4nd", "homepage": "https://www.drupal.org/user/601534" @@ -10373,17 +10487,17 @@ }, { "name": "drupal/insert", - "version": "2.0.0-beta3", + "version": "2.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "8.x-2.0-beta3" + "reference": "8.x-2.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/insert-8.x-2.0-beta3.zip", - "reference": "8.x-2.0-beta3", - "shasum": "bb03f0cc8eda55a48c8e688a83c0523c250654c4" + "url": "https://ftp.drupal.org/files/projects/insert-8.x-2.0-beta4.zip", + "reference": "8.x-2.0-beta4", + "shasum": "1756869ab09f11a5789c22bedea7f833c04abe2c" }, "require": { "drupal/core": "^8 || ^9" @@ -10394,8 +10508,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta3", - "datestamp": "1641051127", + "version": "8.x-2.0-beta4", + "datestamp": "1682516948", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -10407,13 +10521,13 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Snater", - "homepage": "https://www.drupal.org/user/3513717" - }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "Snater", + "homepage": "https://www.drupal.org/user/3513717" } ], "description": "Assists in inserting files, images, or other media into the body field as well as other editor and text areas.", @@ -10520,27 +10634,27 @@ }, { "name": "drupal/jquery_ui_accordion", - "version": "1.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git", - "reference": "8.x-1.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "988a3da3b0bc3042e2f42fd20e401272f8369bbd" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.0.0.zip", + "reference": "2.0.0", + "shasum": "47f3983502a5be5a8c201b54aa18e20f1e595477" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1584106477", + "version": "2.0.0", + "datestamp": "1670871459", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10572,18 +10686,202 @@ } }, { - "name": "drupal/key", - "version": "1.16.0", + "name": "drupal/jquery_ui_autocomplete", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/key.git", - "reference": "8.x-1.16" + "url": "https://git.drupalcode.org/project/jquery_ui_autocomplete.git", + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/key-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "35a4476d7d52563bb26bd4dcc5fbf5fdd7c9391b" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.0.0.zip", + "reference": "2.0.0", + "shasum": "927d312a74002f99e1c971d3d268be1b0a532fc7" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_menu": "^2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871461", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Autocomplete library.", + "homepage": "https://www.drupal.org/project/jquery_ui_autocomplete", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_autocomplete" + } + }, + { + "name": "drupal/jquery_ui_draggable", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip", + "reference": "2.0.0", + "shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871516", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Draggable library.", + "homepage": "https://www.drupal.org/project/jquery_ui_draggable", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_draggable" + } + }, + { + "name": "drupal/jquery_ui_menu", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_menu.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.0.0.zip", + "reference": "2.0.0", + "shasum": "5e1b56bf457669c7779a81784f49da63e3956854" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871546", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Menu library.", + "homepage": "https://www.drupal.org/project/jquery_ui_menu", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_menu" + } + }, + { + "name": "drupal/key", + "version": "1.17.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key.git", + "reference": "8.x-1.17" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "fa9f606d2ba0e20693e12040004e2ed31302ed03" }, "require": { "drupal/core": ">=8.9 <11" @@ -10591,8 +10889,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1661968490", + "version": "8.x-1.17", + "datestamp": "1674343967", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10690,17 +10988,17 @@ }, { "name": "drupal/link_attributes", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.12" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "02f166dcfe3277656e2a91f86ff36e8a18e55524" + "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "695821dfbde30c4e74c28455985fbc5d92dca8d1" }, "require": { "drupal/core": "^9 || ^10" @@ -10708,8 +11006,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1668801560", + "version": "8.x-1.13", + "datestamp": "1677018560", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10738,32 +11036,36 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-beta3", + "version": "6.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-beta3" + "reference": "6.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip", - "reference": "6.0.0-beta3", - "shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc1.zip", + "reference": "6.0.0-rc1", + "shasum": "126069976e2a7d34cc8530c0950c75bd7f1b5d3c" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.4 || ^10.0.0" + }, + "conflict": { + "drupal/core": ">=10.1" }, "require-dev": { + "drupal/ckeditor": "*", "drupal/imce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-beta3", - "datestamp": "1632946984", + "version": "6.0.0-rc1", + "datestamp": "1681070405", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -10781,6 +11083,10 @@ { "name": "johnwebdev", "homepage": "https://www.drupal.org/user/3331569" + }, + { + "name": "mark_fullmer", + "homepage": "https://www.drupal.org/user/2612816" } ], "description": "Linkit - Enriched linking experience", @@ -10792,30 +11098,31 @@ }, { "name": "drupal/mailchimp", - "version": "2.0.2", + "version": "2.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mailchimp.git", - "reference": "2.0.2" + "reference": "2.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailchimp-2.0.2.zip", - "reference": "2.0.2", - "shasum": "21117bb5181e0421ce7f40c98f3a39a886893cc4" + "url": "https://ftp.drupal.org/files/projects/mailchimp-2.2.1.zip", + "reference": "2.2.1", + "shasum": "f51303792d1af7571f21a75a8a5e4a88c261388a" }, "require": { - "drupal/core": "^8.7.7 || ^9", - "thinkshout/mailchimp-api-php": "^2.0" + "drupal/core": "^8.7.7 || ^9 || ^10", + "thinkshout/mailchimp-api-php": "3.0.0" }, "require-dev": { + "drupal/mailchimp_events": "*", "drupal/mailchimp_lists": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1615931525", + "version": "2.2.1", + "datestamp": "1685142833", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10827,18 +11134,14 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "5adiyah", - "homepage": "https://www.drupal.org/user/3622346" - }, - { - "name": "Pastenes", - "homepage": "https://www.drupal.org/user/3640659" - }, { "name": "aprice42", "homepage": "https://www.drupal.org/user/369147" }, + { + "name": "bdimaggio", + "homepage": "https://www.drupal.org/user/70688" + }, { "name": "bobpotter", "homepage": "https://www.drupal.org/user/3653774" @@ -10851,10 +11154,6 @@ "name": "gcb", "homepage": "https://www.drupal.org/user/1682976" }, - { - "name": "itrebecca", - "homepage": "https://www.drupal.org/user/1604434" - }, { "name": "kescoto-thinkshout", "homepage": "https://www.drupal.org/user/3664824" @@ -10872,8 +11171,8 @@ "homepage": "https://www.drupal.org/user/39079" }, { - "name": "spncr", - "homepage": "https://www.drupal.org/user/3664814" + "name": "olivier.bouwman", + "homepage": "https://www.drupal.org/user/2799483" }, { "name": "tauno", @@ -11077,26 +11376,26 @@ }, { "name": "drupal/menu_link_config", - "version": "1.0.0-alpha4", + "version": "1.0.0-alpha8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_link_config.git", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-alpha8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "59f731df082e26e2031ca8ea988b03be8c34dcfa" + "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha8.zip", + "reference": "8.x-1.0-alpha8", + "shasum": "864799692dc6eb310cd90e50aaa2cc88c954d7ec" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1658293848", + "version": "8.x-1.0-alpha8", + "datestamp": "1677846082", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -11112,6 +11411,10 @@ "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" @@ -11260,17 +11563,17 @@ }, { "name": "drupal/metatag", - "version": "1.22.0", + "version": "1.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.22" + "reference": "8.x-1.25" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.22.zip", - "reference": "8.x-1.22", - "shasum": "045cd6a4aa5048bfd6d47584eae1210eab9ba1fa" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.25.zip", + "reference": "8.x-1.25", + "shasum": "8603d84df3b93dd02dae601d57a6347598829e56" }, "require": { "drupal/core": "^9.3 || ^10", @@ -11281,7 +11584,7 @@ "drupal/hal": "^9 || ^1 || ^2", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", - "drupal/page_manager": "^4.0", + "drupal/page_manager": "*", "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", "drupal/webprofiler": "^9 || ^10", @@ -11290,8 +11593,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.22", - "datestamp": "1664472988", + "version": "8.x-1.25", + "datestamp": "1685541226", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11385,17 +11688,17 @@ }, { "name": "drupal/migrate_plus", - "version": "6.0.0", + "version": "6.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "6.0.0" + "reference": "6.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.0.zip", - "reference": "6.0.0", - "shasum": "cbdda92ef6c4d096a673ff391bc061e012433ecf" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.1.zip", + "reference": "6.0.1", + "shasum": "154e5c627c8b32648cb4b4034a196a289b0626fa" }, "require": { "drupal/core": ">=9.1", @@ -11412,8 +11715,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0", - "datestamp": "1650983140", + "version": "6.0.1", + "datestamp": "1672428002", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11501,17 +11804,17 @@ }, { "name": "drupal/migrate_tools", - "version": "6.0.0", + "version": "6.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "6.0.0" + "reference": "6.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.0.zip", - "reference": "6.0.0", - "shasum": "bec5a0e4fbb6ec0face6780c2ab98ffe6096188b" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.1.zip", + "reference": "6.0.1", + "shasum": "8c07d1b61b319acd4fd395e22ef9bf34d23299ba" }, "require": { "drupal/core": ">=9.1", @@ -11529,8 +11832,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0", - "datestamp": "1651240616", + "version": "6.0.1", + "datestamp": "1672424943", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11572,17 +11875,17 @@ }, { "name": "drupal/migrate_upgrade", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_upgrade.git", - "reference": "4.0.0" + "reference": "4.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.0.zip", - "reference": "4.0.0", - "shasum": "710ba15d9adb998a3e1458808086ac7642f1ae9c" + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.1.zip", + "reference": "4.0.1", + "shasum": "e9507affa61ae27adb1ea6e0d55f3bb32506ddfc" }, "require": { "drupal/core": ">=9", @@ -11593,8 +11896,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1650660030", + "version": "4.0.1", + "datestamp": "1672260874", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11627,22 +11930,21 @@ }, { "name": "drupal/minimalhtml", - "version": "1.4.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/minimalhtml.git", - "reference": "8.x-1.4" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "5bcee953dc62eccccbc8f915a98528a603a67c99" + "url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.1.zip", + "reference": "2.0.1", + "shasum": "4f2db971f4433d50baef4989ab0ff3a90aeebf3d" }, "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9", - "drupal/wysiwyg_linebreaks": "^1.9" + "drupal/core": "^8 || ^9 || ^10", + "drupal/wysiwyg_linebreaks": "2.0.x-dev@dev" }, "require-dev": { "drupal/ckeditor": "*" @@ -11650,8 +11952,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1625523944", + "version": "2.0.1", + "datestamp": "1675196668", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11672,6 +11974,10 @@ { "name": "See contributors", "homepage": "https://www.drupal.org/node/2937110/committers" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" } ], "description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.", @@ -11683,17 +11989,17 @@ }, { "name": "drupal/minimalhtmltitle", - "version": "1.4.0", + "version": "2.0.1", "require": { "drupal/ckeditor": "*", "drupal/core": "^8 || ^9", - "drupal/minimalhtml": "^1" + "drupal/minimalhtml": "^2" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1625523944", + "version": "2.0.1", + "datestamp": "1675196668", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11705,6 +12011,14 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -11768,26 +12082,26 @@ }, { "name": "drupal/node_view_permissions", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/node_view_permissions.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "e9f0bc9d1285e57233ab1b11833b55dda6d483f0" + "url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "f56e0d43f41f384c73d93e18abfbe38809533d5e" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1622716915", + "version": "8.x-1.6", + "datestamp": "1686297669", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11799,38 +12113,38 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "adci_contributor", - "homepage": "https://www.drupal.org/user/1830536" - }, { "name": "adcillc", "homepage": "https://www.drupal.org/user/366450" }, { - "name": "hoter", - "homepage": "https://www.drupal.org/user/1677790" + "name": "adci_contributor", + "homepage": "https://www.drupal.org/user/1830536" + }, + { + "name": "hxdef", + "homepage": "https://www.drupal.org/user/2622115" } ], - "description": "Enables permissions \"View own content\" and \"View any content\" for each content type.", - "homepage": "https://www.drupal.org/project/node_view_permissions", + "description": "enables permissions 'View own content' and 'View any content' for each content type on permissions page", + "homepage": "http://drupal.org/project/node_view_permissions", "support": { "source": "https://git.drupalcode.org/project/node_view_permissions" } }, { "name": "drupal/noreferrer", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.15" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "240fc6166e69fe9f00a694ae95a41af59abff21f" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "f02e76504bfc0a3313fde6e6a0333501921a13c7" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -11838,8 +12152,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1668671579", + "version": "8.x-1.16", + "datestamp": "1673521010", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11868,10 +12182,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/notfoundpassthrough.git", - "reference": "7c1031b2918f11c46353c5fae7bf385c55fe313f" + "reference": "0482dc146ebfbc842274ac9513d675efee8b8f6d" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { @@ -11879,8 +12193,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "1.x-dev", - "datestamp": "1646998022", + "version": "1.0.0-beta4+1-dev", + "datestamp": "1682098409", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -11931,12 +12245,12 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "f4bf22534d93357ead628bb0dedf2a5c26357788" + "reference": "fb668458cfbca9bc2c4df2964a6da3f17045c68c" }, "require": { "drupal/bulma": "^1.0-rc1", "drupal/components": "^2.0-beta3", - "drupal/core": "^8 || ^9", + "drupal/core": "^9 || ^10", "drupal/skins": "^1.0-rc1", "drupal/twigsuggest": "^1.0-beta2" }, @@ -11946,8 +12260,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+21-dev", - "datestamp": "1667865927", + "version": "8.x-1.3+29-dev", + "datestamp": "1681932459", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -11963,6 +12277,10 @@ "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" @@ -12009,7 +12327,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/octavia_camouflage.git", - "reference": "a4d5cd6f8aae34b327879721004000ee3528a487" + "reference": "78767f5707468e52403483c6c88f205468de2165" }, "require": { "drupal/octavia": "^1.0" @@ -12030,7 +12348,7 @@ "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" }, - "time": "2022-12-15T23:40:58+00:00" + "time": "2023-06-08T20:15:40+00:00" }, { "name": "drupal/paragraphs", @@ -12424,30 +12742,30 @@ }, { "name": "drupal/prepopulate", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/prepopulate.git", - "reference": "8.x-2.3" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "5a49eaf7f231395f64d378a3978ba42a8fab6554" + "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "5e82bd6cbbaafc8320e8b3e48bc3862de4964e00" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { - "drupal/inline_entity_form": "*", - "drupal/og": "*" + "drupal/inline_entity_form": "^1.0@beta", + "drupal/og": "^1.0@alpha" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1588005625", + "version": "8.x-2.4", + "datestamp": "1678728834", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12460,26 +12778,34 @@ ], "authors": [ { - "name": "eafarris", - "homepage": "https://www.drupal.org/user/812" + "name": "Heddn", + "homepage": "https://www.drupal.org/u/heddn", + "role": "Maintainer" }, { - "name": "ff1", - "homepage": "https://www.drupal.org/user/41738" + "name": "Jbrauer", + "homepage": "https://www.drupal.org/u/jbrauer", + "role": "Maintainer" }, { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" + "name": "Eafarris", + "homepage": "https://www.drupal.org/u/eafarris", + "role": "Maintainer" }, { - "name": "jbrauer", - "homepage": "https://www.drupal.org/user/12363" + "name": "FF1", + "homepage": "https://www.drupal.org/u/ff1", + "role": "Maintainer" } ], "description": "Allows form elements to be prepopulated from the URL.", "homepage": "https://www.drupal.org/project/prepopulate", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/prepopulate" + "source": "https://git.drupalcode.org/project/prepopulate", + "issues": "https://www.drupal.org/project/issues/prepopulate" } }, { @@ -12535,6 +12861,10 @@ "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" }, + { + "name": "mstrelan", + "homepage": "https://www.drupal.org/user/314289" + }, { "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" @@ -12548,17 +12878,17 @@ }, { "name": "drupal/r4032login", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/r4032login.git", - "reference": "2.2.0" + "reference": "2.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.0.zip", - "reference": "2.2.0", - "shasum": "fc0e611d005d1040d19a3448a21875de65afb591" + "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.1.zip", + "reference": "2.2.1", + "shasum": "b1ee040ec84a1feee28ed9ac6c8576f6e9edfd3a" }, "require": { "drupal/core": "^9.3 || ^10" @@ -12566,8 +12896,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.0", - "datestamp": "1649051152", + "version": "2.2.1", + "datestamp": "1680284411", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12579,55 +12909,63 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Bevan", - "homepage": "https://www.drupal.org/user/49989" - }, - { - "name": "Grayle", - "homepage": "https://www.drupal.org/user/3145497" - }, - { - "name": "Nixou", - "homepage": "https://www.drupal.org/user/2304734" - }, - { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" - }, - { - "name": "Sk8erPeter", - "homepage": "https://www.drupal.org/user/1441344" - }, { "name": "bdone", "homepage": "https://www.drupal.org/user/687670" }, + { + "name": "Bevan", + "homepage": "https://www.drupal.org/user/49989" + }, { "name": "deekayen", "homepage": "https://www.drupal.org/user/972" }, + { + "name": "Grayle", + "homepage": "https://www.drupal.org/user/3145497" + }, { "name": "lotyrin", "homepage": "https://www.drupal.org/user/216580" }, + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" + }, { "name": "ms2011", "homepage": "https://www.drupal.org/user/108440" }, + { + "name": "Nixou", + "homepage": "https://www.drupal.org/user/2304734" + }, { "name": "pwolanin", "homepage": "https://www.drupal.org/user/49851" }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, { "name": "shrop", "homepage": "https://www.drupal.org/user/14767" + }, + { + "name": "Sk8erPeter", + "homepage": "https://www.drupal.org/user/1441344" } ], "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", "homepage": "https://www.drupal.org/project/r4032login", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/r4032login" + "source": "https://git.drupalcode.org/project/r4032login", + "issues": "https://www.drupal.org/project/issues/r4032login" } }, { @@ -12670,6 +13008,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "aleksey.tk", + "homepage": "https://www.drupal.org/user/22093" + }, { "name": "Dylan Donkersgoed", "homepage": "https://www.drupal.org/user/2803351" @@ -12689,10 +13031,6 @@ { "name": "olofbokedal", "homepage": "https://www.drupal.org/user/1198438" - }, - { - "name": "shumushin", - "homepage": "https://www.drupal.org/user/22093" } ], "description": "Basic functionality that is shared among the different Rabbit Hole modules.", @@ -13036,27 +13374,27 @@ }, { "name": "drupal/riddler", - "version": "1.4.0", + "version": "2.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/riddler.git", - "reference": "8.x-1.4" + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/riddler-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "00cf0c50121bd4aeb55420d2f60d1d884d5d5026" + "url": "https://ftp.drupal.org/files/projects/riddler-2.0.4.zip", + "reference": "2.0.4", + "shasum": "466ff2b6c1d9606be9cbc3ca5e178b3e1445d235" }, "require": { "drupal/captcha": "^1.1", - "drupal/core": "^8 || ^9" + "drupal/core": "^8.9 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1664546260", + "version": "2.0.4", + "datestamp": "1686732998", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13155,31 +13493,31 @@ }, { "name": "drupal/scheduler", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/scheduler.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/scheduler-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "5b2203e4688e5d3ac67d0780605809c92c6ece70" + "url": "https://ftp.drupal.org/files/projects/scheduler-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "206a9b6e348273aa2cf97ba429d437112b47469b" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { - "drupal/devel_generate": "^2.0 || 4.x-dev", + "drupal/devel_generate": "^2.0 || >=4", "drupal/rules": "^3", - "drush/drush": "^9.0 || ^10" + "drush/drush": ">=9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1654699160", + "version": "8.x-1.5", + "datestamp": "1683719323", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13336,17 +13674,17 @@ }, { "name": "drupal/search404", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search404.git", - "reference": "2.1.1" + "reference": "2.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search404-2.1.1.zip", - "reference": "2.1.1", - "shasum": "edafdc7c563df34334f91df54990fb34c380ac9c" + "url": "https://ftp.drupal.org/files/projects/search404-2.1.2.zip", + "reference": "2.1.2", + "shasum": "1bd271486856e33a23c394849503477b97fbe25f" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -13354,8 +13692,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1668603369", + "version": "2.1.2", + "datestamp": "1677067806", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13408,17 +13746,17 @@ }, { "name": "drupal/search_api", - "version": "1.28.0", + "version": "1.29.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.28" + "reference": "8.x-1.29" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.28.zip", - "reference": "8.x-1.28", - "shasum": "d3ae0bb3cf17c986d5e0c6edb87aee6580b6fc1e" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.29.zip", + "reference": "8.x-1.29", + "shasum": "4663abbcfe5dfc159ee0886fc6c437e998fc0653" }, "require": { "drupal/core": "^9.3 || ^10.0" @@ -13439,8 +13777,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.28", - "datestamp": "1667814116", + "version": "8.x-1.29", + "datestamp": "1679910252", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13532,48 +13870,6 @@ "irc": "irc://irc.freenode.org/drupal-search-api" } }, - { - "name": "drupal/search_api_db", - "version": "1.28.0", - "require": { - "drupal/core": "^9.2 || ^10.0", - "drupal/search_api": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "8.x-1.28", - "datestamp": "1667814116", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "borisson_", - "homepage": "https://www.drupal.org/user/2393360" - }, - { - "name": "drunken monkey", - "homepage": "https://www.drupal.org/user/205582" - }, - { - "name": "Nick_vh", - "homepage": "https://www.drupal.org/user/122682" - } - ], - "description": "Offers an implementation of the Search API that uses database tables for indexing content.", - "homepage": "https://www.drupal.org/project/search_api", - "support": { - "source": "https://git.drupalcode.org/project/search_api" - } - }, { "name": "drupal/search_api_saved_searches", "version": "1.0.0-alpha3", @@ -13834,26 +14130,26 @@ }, { "name": "drupal/similarterms", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/similarterms.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "78371fbdfbb610d6403457220f5b144558636474" + "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "51317a53c478d552d796e351390c2ec1a337c990" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1595442658", + "version": "8.x-1.6", + "datestamp": "1681920109", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13865,14 +14161,14 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "ericpugh", - "homepage": "https://www.drupal.org/user/130084" - }, { "name": "rmiddle", "homepage": "https://www.drupal.org/user/192183" }, + { + "name": "shelane", + "homepage": "https://www.drupal.org/user/2674989" + }, { "name": "takim", "homepage": "https://www.drupal.org/user/252386" @@ -13917,6 +14213,14 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -13938,21 +14242,21 @@ }, { "name": "drupal/smart_date", - "version": "3.6.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_date.git", - "reference": "3.6.1" + "reference": "3.7.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_date-3.6.1.zip", - "reference": "3.6.1", - "shasum": "a2ce55f5e38d046143881839f5ba0e6dcb49e823" + "url": "https://ftp.drupal.org/files/projects/smart_date-3.7.2.zip", + "reference": "3.7.2", + "shasum": "4dc2040d94688369cff3c8b1062c1991fe685963" }, "require": { "drupal/core": "^9 || ^10", - "php": ">=7.1", + "php": ">=8.0", "simshaun/recurr": "^4" }, "suggest": { @@ -13961,8 +14265,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.6.1", - "datestamp": "1661631736", + "version": "3.7.2", + "datestamp": "1677784501", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14370,7 +14674,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_facebook.git", - "reference": "c73b349f194b2b9cb6fee290eef398592f5685fd" + "reference": "83839c8d21f0b0fc921fdbe244f5531aa040a40f" }, "require": { "agaric/php-facebook": "^1", @@ -14384,7 +14688,7 @@ }, "drupal": { "version": "3.0.x-dev", - "datestamp": "1646185540", + "datestamp": "1673634487", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -14398,22 +14702,22 @@ "authors": [ { "name": "Getulio Valentin Sánchez (gvso)", - "homepage": "https://www.drupal.org/user/3620027", + "homepage": "https://www.drupal.org/user/440810", "email": "valentin2507@gmail.com" }, { "name": "Himanshu Dixit (himanshu-dixit)", - "homepage": "https://www.drupal.org/user/440810", + "homepage": "https://www.drupal.org/user/992990", "email": "hudixt@gmail.com" }, - { - "name": "gnuget", - "homepage": "https://www.drupal.org/user/992990" - }, { "name": "himanshu-dixit", "homepage": "https://www.drupal.org/user/3513954" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -14521,10 +14825,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Sebastien @Hubside", - "homepage": "https://www.drupal.org/user/380104" - }, { "name": "hamrant", "homepage": "https://www.drupal.org/user/3204205" @@ -14533,6 +14833,10 @@ "name": "hanoii", "homepage": "https://www.drupal.org/user/23157" }, + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, { "name": "lliss", "homepage": "https://www.drupal.org/user/724750" @@ -14549,6 +14853,10 @@ "name": "scotthooker", "homepage": "https://www.drupal.org/user/1347442" }, + { + "name": "Sebastien M.", + "homepage": "https://www.drupal.org/user/380104" + }, { "name": "sirkitree", "homepage": "https://www.drupal.org/user/59025" @@ -14614,6 +14922,10 @@ { "name": "hanoii", "homepage": "https://www.drupal.org/user/23157" + }, + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" } ], "description": "Provides a stripe webform element and default handlers", @@ -14624,26 +14936,29 @@ }, { "name": "drupal/subpathauto", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subpathauto.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "58d9107beffe5d4c43a4c6dd6cbb2e043d5b4d1e" + "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "b94e4ec3c8dcd42aa04b6796ae48a9aa1848862d" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" + }, + "require-dev": { + "drupal/redirect": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1637313101", + "version": "8.x-1.3", + "datestamp": "1676316639", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14662,12 +14977,17 @@ { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "NickDickinsonWilde", + "homepage": "https://www.drupal.org/user/3094661" } ], "description": "Provides support for extending sub-paths of URL aliases.", "homepage": "https://www.drupal.org/project/subpathauto", "support": { - "source": "https://git.drupalcode.org/project/subpathauto" + "source": "https://cgit.drupalcode.org/subpathauto", + "issues": "https://www.drupal.org/project/issues/subpathauto" } }, { @@ -14720,27 +15040,27 @@ }, { "name": "drupal/taxonomy_manager", - "version": "2.0.7", + "version": "2.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.7" + "reference": "2.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.7.zip", - "reference": "2.0.7", - "shasum": "3f89af2a9581334634f2d41f4459c75076059b80" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.8.zip", + "reference": "2.0.8", + "shasum": "efe398ad5c058ae94ea3351ed7ddd1db9116a8e6" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.3 || ^10", "drupal/jquery_ui": "^1.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.7", - "datestamp": "1652326645", + "version": "2.0.8", + "datestamp": "1671544036", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14930,10 +15250,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/tomselect.git", - "reference": "1121447d067a569e0164661a5ab408fd680b40b4" + "reference": "2e1652b7a07ad3c18461a95a0f09fbdfc5d0d893" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { @@ -14942,7 +15262,7 @@ }, "drupal": { "version": "1.0.x-dev", - "datestamp": "1651775095", + "datestamp": "1682635132", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -14954,6 +15274,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -14998,13 +15322,13 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Stefan Freudenberg", - "homepage": "https://www.drupal.org/user/386087" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "Stefan Freudenberg", + "homepage": "https://www.drupal.org/user/386087" } ], "description": "Strips whitespace from all input prior to validation or saving.", @@ -15015,29 +15339,29 @@ }, { "name": "drupal/twigsuggest", - "version": "1.0.0-beta4", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twigsuggest.git", - "reference": "8.x-1.0-beta4" + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-beta4.zip", - "reference": "8.x-1.0-beta4", - "shasum": "9796038db4873bb4fcdd2185f567b6f0d873ddff" + "url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "69d765e40b9eb2e423d63378c69acf8a0248bffb" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta4", - "datestamp": "1621454375", + "version": "8.x-1.0-rc2", + "datestamp": "1682360823", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -15047,13 +15371,17 @@ ], "authors": [ { - "name": "beuner", + "name": "beunerd", "homepage": "https://www.drupal.org/user/1312798" }, { "name": "leymannx", "homepage": "https://www.drupal.org/user/2482808" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -15075,17 +15403,17 @@ }, { "name": "drupal/ui_patterns", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "ea019935f30cb3f48898426a75f1d4e544b7cbc7" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "fbe88f3d70f50a02672cba974275a5b7703be41a" }, "require": { "drupal/core": "^9 || ^10" @@ -15097,8 +15425,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1670927845", + "version": "8.x-1.5", + "datestamp": "1674137427", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15144,7 +15472,7 @@ }, { "name": "drupal/ui_patterns_ds", - "version": "1.4.0", + "version": "1.5.0", "require": { "drupal/core": "^9 || ^10", "drupal/ds": "*", @@ -15153,8 +15481,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1670927845", + "version": "8.x-1.5", + "datestamp": "1674137427", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15199,7 +15527,7 @@ }, { "name": "drupal/ui_patterns_layouts", - "version": "1.4.0", + "version": "1.5.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15207,8 +15535,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1670927845", + "version": "8.x-1.5", + "datestamp": "1674137427", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15253,7 +15581,7 @@ }, { "name": "drupal/ui_patterns_library", - "version": "1.4.0", + "version": "1.5.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15261,8 +15589,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1670927845", + "version": "8.x-1.5", + "datestamp": "1674137427", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15356,26 +15684,26 @@ }, { "name": "drupal/variationcache", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/variationcache.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "ad8edeb2c408f82e08bb22fafb362a516d3e56a3" + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "92d1e4f6c2661498bff777f22246bf27d6a03a71" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^9.5 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1668086673", + "version": "8.x-1.3", + "datestamp": "1679575893", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15407,31 +15735,31 @@ }, { "name": "drupal/video_embed_field", - "version": "2.4.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/video_embed_field.git", - "reference": "8.x-2.4" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/ckeditor": "*", - "drupal/colorbox": "^1.0", + "drupal/ckeditor": "^1", + "drupal/colorbox": "^2", "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1587686337", + "version": "8.x-2.5", + "datestamp": "1671413311", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15440,9 +15768,13 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ + { + "name": "abhinesh", + "homepage": "https://www.drupal.org/user/3645979" + }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" @@ -15464,26 +15796,26 @@ }, { "name": "drupal/view_password", - "version": "6.0.0", + "version": "6.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_password.git", - "reference": "6.0.0" + "reference": "6.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_password-6.0.0.zip", - "reference": "6.0.0", - "shasum": "7d6ea3e9cde76f98029754277d001a5717ad0de2" + "url": "https://ftp.drupal.org/files/projects/view_password-6.0.3.zip", + "reference": "6.0.3", + "shasum": "e1a3fb300f7ce22d003eadd22a30a02b51417c5f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0", - "datestamp": "1624638291", + "version": "6.0.3", + "datestamp": "1677609028", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15502,6 +15834,14 @@ { "name": "anacolautti", "homepage": "https://www.drupal.org/user/2925043" + }, + { + "name": "cesarmiquel", + "homepage": "https://www.drupal.org/user/115500" + }, + { + "name": "lmingarro", + "homepage": "https://www.drupal.org/user/262938" } ], "description": "Allows the users to see the contents of the password fields on selected forms before submission.", @@ -15512,26 +15852,26 @@ }, { "name": "drupal/view_unpublished", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_unpublished.git", - "reference": "8.x-1.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "74ebdf1b4f6963f7bb63192bc314014c0132d03c" + "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f9f5e88cbaf1a1e71952d94cf67ef2f180e292be" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1597688978", + "version": "8.x-1.1", + "datestamp": "1681757575", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15559,6 +15899,14 @@ { "name": "entendu", "homepage": "https://www.drupal.org/user/173461" + }, + { + "name": "fathima.asmat", + "homepage": "https://www.drupal.org/user/3622664" + }, + { + "name": "tobiasb", + "homepage": "https://www.drupal.org/user/183956" } ], "description": "Select which roles should be able to see unpublished nodes.", @@ -15569,26 +15917,26 @@ }, { "name": "drupal/views_daterange_filters", - "version": "1.0.0-alpha1", + "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_daterange_filters.git", - "reference": "8.x-1.0-alpha1" + "reference": "8.x-1.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "0d36c5e58f629aadb78ef0ffc04d4d0d356e7d85" + "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "db49e4478723d7c0be7f6cf01d03ab667285b4a1" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1619485630", + "version": "8.x-1.0-alpha2", + "datestamp": "1676585416", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -15719,7 +16067,7 @@ "homepage": "https://www.drupal.org/user/2229066" }, { - "name": "kent@passingphase.nz", + "name": "NewZeal", "homepage": "https://www.drupal.org/user/93571" }, { @@ -15739,45 +16087,45 @@ }, { "name": "drupal/webform", - "version": "6.1.3", + "version": "6.1.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.1.3" + "reference": "6.1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.1.3.zip", - "reference": "6.1.3", - "shasum": "efd032eadc10a4752b9b0203152a5d20eefac175" + "url": "https://ftp.drupal.org/files/projects/webform-6.1.5.zip", + "reference": "6.1.5", + "shasum": "a6d3f10b377add2db2823134b819d443f7a88f86" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3" }, "require-dev": { - "drupal/address": "~1.0", - "drupal/bootstrap": "~3.0", - "drupal/captcha": "~1.0", - "drupal/chosen": "~3.0", - "drupal/clientside_validation": "~3.0", + "drupal/address": "1.x-dev", + "drupal/bootstrap": "3.x-dev", + "drupal/captcha": "1.x-dev", + "drupal/chosen": "3.0.x-dev", + "drupal/clientside_validation": "3.0.x-dev", "drupal/clientside_validation_jquery": "*", - "drupal/devel": "~3.0", - "drupal/entity": "~1.0", - "drupal/entity_print": "~2.0", + "drupal/devel": "5.x-dev", + "drupal/entity": "1.x-dev", + "drupal/entity_print": "2.x-dev", "drupal/gnode": "*", - "drupal/group": "1.0", - "drupal/jquery_ui": "~1.0", - "drupal/jquery_ui_checkboxradio": "~1.0", - "drupal/jquery_ui_datepicker": "~1.0", - "drupal/lingotek": "~3.0", - "drupal/mailsystem": "~4.0", - "drupal/paragraphs": "~1.0", - "drupal/select2": "~1.0", - "drupal/smtp": "~1.0", - "drupal/styleguide": "~1.0", - "drupal/telephone_validation": "~2.0", - "drupal/token": "~1.0", - "drupal/variationcache": "~1.0", + "drupal/group": "1.x-dev", + "drupal/jquery_ui": "1.x-dev", + "drupal/jquery_ui_checkboxradio": "1.x-dev", + "drupal/jquery_ui_datepicker": "1.x-dev", + "drupal/lingotek": "4.0.x-dev", + "drupal/mailsystem": "4.x-dev", + "drupal/paragraphs": "1.x-dev", + "drupal/select2": "1.x-dev", + "drupal/smtp": "1.x-dev", + "drupal/styleguide": "1.x-dev", + "drupal/telephone_validation": "2.x-dev", + "drupal/token": "1.x-dev", + "drupal/variationcache": "1.x-dev", "drupal/webform-webform_group": "*", "drupal/webform_access": "*", "drupal/webform_attachment": "*", @@ -15797,8 +16145,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.3", - "datestamp": "1644940723", + "version": "6.1.5", + "datestamp": "1686599078", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15820,16 +16168,15 @@ "homepage": "https://www.drupal.org/u/jrockowitz", "role": "Maintainer" }, - { - "name": "Alexander Trotsenko (bucefal91)", - "homepage": "https://www.drupal.org/u/bucefal91", - "role": "Co-maintainer" - }, { "name": "Contributors", "homepage": "https://www.drupal.org/node/7404/committers", "role": "Contributor" }, + { + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" + }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" @@ -15850,28 +16197,28 @@ }, { "name": "drupal/webform_mailchimp", - "version": "5.9.0", + "version": "5.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform_mailchimp.git", - "reference": "8.x-5.9" + "reference": "8.x-5.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.9.zip", - "reference": "8.x-5.9", - "shasum": "d39d231d6381306d7c92b3fa55c135e934740ea4" + "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.10.zip", + "reference": "8.x-5.10", + "shasum": "7bb6feb71207de8ca80f4e86adf773019dad39e7" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/mailchimp": "*", "drupal/webform": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.9", - "datestamp": "1579957681", + "version": "8.x-5.10", + "datestamp": "1684354891", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15887,10 +16234,6 @@ "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, - { - "name": "Todd Zebert", - "homepage": "https://www.drupal.org/user/762250" - }, { "name": "blackdog", "homepage": "https://www.drupal.org/user/110169" @@ -15918,6 +16261,10 @@ { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "Todd Zebert", + "homepage": "https://www.drupal.org/user/762250" } ], "description": "Allows to send Webform submissions to MailChimp lists.", @@ -15928,26 +16275,26 @@ }, { "name": "drupal/weight", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/weight.git", - "reference": "8.x-3.3" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.3.zip", - "reference": "8.x-3.3", - "shasum": "b225d54d4a8ce409ca1a899c6de41806eb1348e3" + "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "d53f3df1643993e87e2265953d8aea43b7cc041a" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.3", - "datestamp": "1615219112", + "version": "8.x-3.4", + "datestamp": "1676997696", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15960,20 +16307,8 @@ ], "authors": [ { - "name": "davisben", - "homepage": "https://www.drupal.org/user/1204214" - }, - { - "name": "deviantintegral", - "homepage": "https://www.drupal.org/user/71291" - }, - { - "name": "Harry Slaughter", - "homepage": "https://www.drupal.org/user/28233" - }, - { - "name": "jjeff", - "homepage": "https://www.drupal.org/user/17190" + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" }, { "name": "kevinquillen", @@ -15988,18 +16323,18 @@ "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "Shreya Shetty", - "homepage": "https://www.drupal.org/user/2943029" - }, - { - "name": "ziomizar", - "homepage": "https://www.drupal.org/user/814348" + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" } ], "description": "Allows arbitrary ordering of entities.", "homepage": "https://www.drupal.org/project/weight", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/weight" + "source": "http://cgit.drupalcode.org/weight", + "issues": "https://www.drupal.org/project/issues/weight" } }, { @@ -16008,7 +16343,7 @@ "source": { "type": "git", "url": "git@git.drupal.org:project/workflow_buttons.git", - "reference": "5a1b01044dae4bad3d9858263590e84707406e9c" + "reference": "2c721806fac6821bac29d324f70cdd997ce12822" }, "default-branch": true, "type": "drupal-module", @@ -16030,34 +16365,30 @@ "issues": "https://www.drupal.org/project/issues/workflow_buttons", "source": "https://git.drupalcode.org/project/workflow_buttons.git" }, - "time": "2022-09-27T14:44:41+00:00" + "time": "2023-03-06T12:11:41+00:00" }, { "name": "drupal/wysiwyg_linebreaks", - "version": "1.12.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git", - "reference": "8.x-1.12" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/wysiwyg_linebreaks-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "21b881be137da509c5aca69d25f5990bdfd67b98" + "reference": "b21621d823865c28584dbe0f876a16e00d9050ee" }, "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.12", - "datestamp": "1667587531", + "version": "2.0.0+1-dev", + "datestamp": "1672022257", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -16075,7 +16406,7 @@ "homepage": "https://www.drupal.org/user/64383" } ], - "description": " allows you to use Wysiwyg editors on legacy content that may not already have HTML formatting applied.", + "description": "Allows you to use CKEditor WYSIWYG editors on legacy content that may not already have HTML formatting applied and to more easily edit WYSIWYG-edited content in plain text.", "homepage": "https://www.drupal.org/project/wysiwyg_linebreaks", "support": { "source": "https://git.drupalcode.org/project/wysiwyg_linebreaks" @@ -16143,22 +16474,22 @@ }, { "name": "drush/drush", - "version": "11.4.0", + "version": "11.6.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629" + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/d1f7809ceaf580c9e0bf4725e005975956af5629", - "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.7.0", + "consolidation/annotated-command": "^4.8.2", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", "consolidation/robo": "^3.0.9 || ^4.0.1", @@ -16276,7 +16607,7 @@ "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.4.0" + "source": "https://github.com/drush-ops/drush/tree/11.6.0" }, "funding": [ { @@ -16284,7 +16615,7 @@ "type": "github" } ], - "time": "2022-12-14T16:02:30+00:00" + "time": "2023-06-06T18:46:18+00:00" }, { "name": "drutopia/drutopia", @@ -16292,23 +16623,23 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia.git", - "reference": "758b874c8285b1d251747ad3316e784695d2ae92" + "reference": "d3508b43d0d133e8a9e5c534d78cd0126b45edfa" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=758b874c8285b1d251747ad3316e784695d2ae92", - "reference": "758b874c8285b1d251747ad3316e784695d2ae92", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=d3508b43d0d133e8a9e5c534d78cd0126b45edfa", + "reference": "d3508b43d0d133e8a9e5c534d78cd0126b45edfa", "shasum": "" }, "require": { "cweagans/composer-patches": "^1.6", - "drupal/antibot": "^1.4", - "drupal/block_visibility_groups": "^1.3", + "drupal/antibot": "^2.0", + "drupal/block_visibility_groups": "^2", "drupal/bulma": "^1.0-rc1", "drupal/config_actions_provider": "^1.0-rc1", - "drupal/config_sync": "^2.0-beta5", + "drupal/config_sync": "^3", "drupal/config_update": "^1.7", - "drupal/default_content": "^1.0-alpha9", + "drupal/default_content": "^2", "drupal/drutopia_action": "^1.1", "drupal/drutopia_article": "^1.1", "drupal/drutopia_blog": "^1.1", @@ -16329,7 +16660,7 @@ "drupal/drutopia_storyline": "^1.1", "drupal/drutopia_user": "^1.1", "drupal/eu_cookie_compliance": "^1.9", - "drupal/features": "^3.11", + "drupal/features": "^5", "drupal/gdpr": "^3.0@alpha", "drupal/gin": "^3.0", "drupal/gin_toolbar": "^1.0@beta", @@ -16337,7 +16668,7 @@ "drupal/menu_block": "^1.6", "drupal/octavia": "^1.1", "drupal/paranoia": "^1.0-rc1", - "drupal/riddler": "^1.1", + "drupal/riddler": "^2", "drupal/subprofiles": "^1.0", "drupal/twigsuggest": "^1.0", "drupal/yaml_content": "^1.0-alpha7", @@ -16376,7 +16707,7 @@ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "time": "2022-10-05T20:10:42+00:00" + "time": "2023-04-19T13:31:28+00:00" }, { "name": "easyrdf/easyrdf", @@ -16455,25 +16786,24 @@ }, { "name": "egulias/email-validator", - "version": "3.2.1", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", - "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2", + "doctrine/lexer": "^1.2|^2", "php": ">=7.2", "symfony/polyfill-intl-idn": "^1.15" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^8.5.8|^9.3.3", "vimeo/psalm": "^4" }, @@ -16511,7 +16841,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" }, "funding": [ { @@ -16519,7 +16849,7 @@ "type": "github" } ], - "time": "2022-06-18T20:57:19+00:00" + "time": "2023-06-01T07:04:22+00:00" }, { "name": "enlightn/security-checker", @@ -16687,16 +17017,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.2", + "version": "8.13.14", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "362e04987729b9ef876c5e1661119b97894eeabd" + "reference": "31b94ef2aa349b76bb725f375e9cfa2e398a1620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/362e04987729b9ef876c5e1661119b97894eeabd", - "reference": "362e04987729b9ef876c5e1661119b97894eeabd", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/31b94ef2aa349b76bb725f375e9cfa2e398a1620", + "reference": "31b94ef2aa349b76bb725f375e9cfa2e398a1620", "shasum": "" }, "require": { @@ -16755,20 +17085,20 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2022-12-08T20:53:40+00:00" + "time": "2023-06-13T08:08:40+00:00" }, { "name": "giggsey/locale", - "version": "2.3", + "version": "2.4", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", - "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56" + "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/Locale/zipball/5f035523740be40d40ac768a123c9bcc1ae12f56", - "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/a6b33dfc9e8949b7e28133c4628b29cd9f1850bb", + "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb", "shasum": "" }, "require": { @@ -16807,30 +17137,30 @@ "description": "Locale functions required by libphonenumber-for-php", "support": { "issues": "https://github.com/giggsey/Locale/issues", - "source": "https://github.com/giggsey/Locale/tree/2.3" + "source": "https://github.com/giggsey/Locale/tree/2.4" }, - "time": "2022-10-19T20:03:30+00:00" + "time": "2023-04-13T07:40:58+00:00" }, { "name": "graham-campbell/result-type", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", + "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9" + "phpoption/phpoption": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "autoload": { @@ -16859,7 +17189,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1" }, "funding": [ { @@ -16871,7 +17201,7 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:56:11+00:00" + "time": "2023-02-25T20:23:15+00:00" }, { "name": "grasmash/expander", @@ -17041,16 +17371,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", "shasum": "" }, "require": { @@ -17060,11 +17390,6 @@ "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -17105,7 +17430,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/1.5.3" }, "funding": [ { @@ -17121,20 +17446,20 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { @@ -17153,11 +17478,6 @@ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -17215,7 +17535,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.0" + "source": "https://github.com/guzzle/psr7/tree/1.9.1" }, "funding": [ { @@ -17231,7 +17551,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T21:43:03+00:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "indieauth/client", @@ -17383,16 +17703,16 @@ }, { "name": "indieweb/representative-h-card", - "version": "0.1.2", + "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/indieweb/representative-h-card-php.git", - "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38" + "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38", - "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38", + "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95", + "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95", "shasum": "" }, "require": { @@ -17426,9 +17746,9 @@ ], "support": { "issues": "https://github.com/indieweb/representative-h-card-php/issues", - "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2" + "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3" }, - "time": "2015-12-23T18:11:19+00:00" + "time": "2023-05-24T15:33:06+00:00" }, { "name": "johngrogg/ics-parser", @@ -17548,105 +17868,6 @@ }, "time": "2021-06-23T20:47:44+00:00" }, - { - "name": "laminas/laminas-diactoros", - "version": "2.14.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6cb35f61913f06b2c91075db00f67cfd78869e28", - "reference": "6cb35f61913f06b2c91075db00f67cfd78869e28", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "conflict": { - "phpspec/prophecy": "<1.9.0", - "zendframework/zend-diactoros": "*" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.3.0", - "php-http/psr7-integration-tests": "^1.1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" - }, - "type": "library", - "extra": { - "laminas": { - "config-provider": "Laminas\\Diactoros\\ConfigProvider", - "module": "Laminas\\Diactoros" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" - ], - "psr-4": { - "Laminas\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-diactoros/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-diactoros/issues", - "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", - "source": "https://github.com/laminas/laminas-diactoros" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2022-07-28T12:23:48+00:00" - }, { "name": "laminas/laminas-escaper", "version": "2.9.0", @@ -17907,31 +18128,34 @@ }, { "name": "lcobucci/clock", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3" + "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3", - "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876", + "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876", "shasum": "" }, "require": { - "php": "^8.0", - "stella-maris/clock": "^0.1.4" + "php": "~8.1.0 || ~8.2.0", + "stella-maris/clock": "^0.1.7" + }, + "provide": { + "psr/clock-implementation": "1.0" }, "require-dev": { "infection/infection": "^0.26", - "lcobucci/coding-standard": "^8.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^9.5" + "lcobucci/coding-standard": "^9.0", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-deprecation-rules": "^1.1.1", + "phpstan/phpstan-phpunit": "^1.3.2", + "phpstan/phpstan-strict-rules": "^1.4.4", + "phpunit/phpunit": "^9.5.27" }, "type": "library", "autoload": { @@ -17952,7 +18176,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/2.2.0" + "source": "https://github.com/lcobucci/clock/tree/2.3.0" }, "funding": [ { @@ -17964,7 +18188,7 @@ "type": "patreon" } ], - "time": "2022-04-19T19:34:17+00:00" + "time": "2022-12-19T14:38:11+00:00" }, { "name": "lcobucci/jwt", @@ -18219,34 +18443,37 @@ }, { "name": "league/csv", - "version": "9.8.0", + "version": "9.9.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" + "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", - "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b", + "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": "^7.4 || ^8.0" + "php": "^8.1.2" }, "require-dev": { - "ext-curl": "*", + "doctrine/collections": "^2.1.2", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^v3.4.0", - "phpstan/phpstan": "^1.3.0", - "phpstan/phpstan-phpunit": "^1.0.0", - "phpstan/phpstan-strict-rules": "^1.1.0", - "phpunit/phpunit": "^9.5.11" + "ext-xdebug": "*", + "friendsofphp/php-cs-fixer": "^v3.14.3", + "phpbench/phpbench": "^1.2.8", + "phpstan/phpstan": "^1.10.4", + "phpstan/phpstan-deprecation-rules": "^1.1.2", + "phpstan/phpstan-phpunit": "^1.3.10", + "phpstan/phpstan-strict-rules": "^1.5.0", + "phpunit/phpunit": "^10.0.14" }, "suggest": { - "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", + "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", @@ -18299,20 +18526,20 @@ "type": "github" } ], - "time": "2022-01-04T00:13:07+00:00" + "time": "2023-03-11T15:57:12+00:00" }, { "name": "league/oauth2-client", - "version": "2.6.1", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "2334c249907190c132364f5dae0287ab8666aa19" + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", - "reference": "2334c249907190c132364f5dae0287ab8666aa19", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8", + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8", "shasum": "" }, "require": { @@ -18367,9 +18594,9 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0" }, - "time": "2021-12-22T16:42:49+00:00" + "time": "2023-04-16T18:19:15+00:00" }, { "name": "league/oauth2-facebook", @@ -18427,6 +18654,102 @@ }, "time": "2022-02-24T18:45:07+00:00" }, + { + "name": "longwave/laminas-diactoros", + "version": "2.14.2", + "source": { + "type": "git", + "url": "https://github.com/longwave/laminas-diactoros.git", + "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/ae4f0becf249ae8eea8f2f8f9fb927104e55a885", + "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885", + "shasum": "" + }, + "require": { + "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0" + }, + "conflict": { + "phpspec/prophecy": "<1.9.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "replace": { + "laminas/laminas-diactoros": "2.18.1" + }, + "require-dev": { + "ext-curl": "*", + "ext-dom": "*", + "ext-gd": "*", + "ext-libxml": "*", + "http-interop/http-factory-tests": "^0.9.0", + "laminas/laminas-coding-standard": "~2.3.0", + "php-http/psr7-integration-tests": "^1.1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.24.0" + }, + "type": "library", + "extra": { + "laminas": { + "config-provider": "Laminas\\Diactoros\\ConfigProvider", + "module": "Laminas\\Diactoros" + } + }, + "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" + ], + "psr-4": { + "Laminas\\Diactoros\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "PSR HTTP Message implementations", + "homepage": "https://laminas.dev", + "keywords": [ + "http", + "laminas", + "psr", + "psr-17", + "psr-7" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-diactoros/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-diactoros/issues", + "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", + "source": "https://github.com/laminas/laminas-diactoros" + }, + "time": "2023-04-26T21:27:14+00:00" + }, { "name": "masterminds/html5", "version": "2.7.6", @@ -18558,16 +18881,16 @@ }, { "name": "mikehaertl/php-shellcommand", - "version": "1.6.4", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/mikehaertl/php-shellcommand.git", - "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5" + "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", - "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", + "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545", + "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545", "shasum": "" }, "require": { @@ -18598,9 +18921,9 @@ ], "support": { "issues": "https://github.com/mikehaertl/php-shellcommand/issues", - "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4" + "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.7.0" }, - "time": "2021-03-17T06:54:33+00:00" + "time": "2023-04-19T08:25:22+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", @@ -18698,16 +19021,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.2", + "version": "v4.15.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", "shasum": "" }, "require": { @@ -18748,9 +19071,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" }, - "time": "2022-11-12T15:38:23+00:00" + "time": "2023-05-19T20:20:00+00:00" }, { "name": "p3k/http", @@ -19287,16 +19610,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.11", + "version": "v1.10.13", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", "shasum": "" }, "require": { @@ -19331,7 +19654,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2021-08-10T22:31:03+00:00" + "time": "2023-04-19T19:15:47+00:00" }, { "name": "pear/pear_exception", @@ -19449,24 +19772,24 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", "extra": { @@ -19508,7 +19831,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" }, "funding": [ { @@ -19520,20 +19843,20 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:51:26+00:00" + "time": "2023-02-25T19:38:58+00:00" }, { "name": "phpseclib/phpseclib", - "version": "2.0.39", + "version": "2.0.44", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63" + "reference": "149f608243f8133c61926aae26ce67d2b22b37e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f3a0e2b715c40cf1fd270d444901b63311725d63", - "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/149f608243f8133c61926aae26ce67d2b22b37e5", + "reference": "149f608243f8133c61926aae26ce67d2b22b37e5", "shasum": "" }, "require": { @@ -19614,7 +19937,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.39" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.44" }, "funding": [ { @@ -19630,7 +19953,7 @@ "type": "tidelift" } ], - "time": "2022-10-24T10:49:03+00:00" + "time": "2023-06-13T08:41:47+00:00" }, { "name": "platformsh/client", @@ -19868,21 +20191,21 @@ }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -19902,7 +20225,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -19917,9 +20240,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", @@ -20026,16 +20349,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.9", + "version": "v0.11.18", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "1acec99d6684a54ff92f8b548a4e41b566963778" + "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1acec99d6684a54ff92f8b548a4e41b566963778", - "reference": "1acec99d6684a54ff92f8b548a4e41b566963778", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec", + "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec", "shasum": "" }, "require": { @@ -20096,9 +20419,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.9" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.18" }, - "time": "2022-11-06T15:29:46+00:00" + "time": "2023-05-23T02:31:11+00:00" }, { "name": "ralouphie/getallheaders", @@ -20204,16 +20527,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { @@ -20249,14 +20572,15 @@ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2022-06-18T07:21:10+00:00" + "time": "2023-02-22T23:07:41+00:00" }, { "name": "stack/builder", @@ -21027,16 +21351,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.13", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", "shasum": "" }, "require": { @@ -21071,7 +21395,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.13" + "source": "https://github.com/symfony/filesystem/tree/v5.4.23" }, "funding": [ { @@ -21087,20 +21411,20 @@ "type": "tidelift" } ], - "time": "2022-09-21T19:53:16+00:00" + "time": "2023-03-02T11:38:35+00:00" }, { "name": "symfony/finder", - "version": "v6.2.0", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", + "url": "https://api.github.com/repos/symfony/finder/zipball/d9b01ba073c44cef617c7907ce2419f8d00d75e2", + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2", "shasum": "" }, "require": { @@ -21135,7 +21459,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.0" + "source": "https://github.com/symfony/finder/tree/v6.3.0" }, "funding": [ { @@ -21151,7 +21475,7 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2023-04-02T01:25:41+00:00" }, { "name": "symfony/http-client-contracts", @@ -21301,16 +21625,16 @@ }, { "name": "symfony/http-kernel", - "version": "v4.4.49", + "version": "v4.4.50", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4" + "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4e36db8103062c62b3882b1bd297b02de6b021c4", - "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef", + "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef", "shasum": "" }, "require": { @@ -21385,7 +21709,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/v4.4.49" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.50" }, "funding": [ { @@ -21401,7 +21725,7 @@ "type": "tidelift" } ], - "time": "2022-11-28T17:58:43+00:00" + "time": "2023-02-01T08:01:31+00:00" }, { "name": "symfony/mime", @@ -22642,16 +22966,16 @@ }, { "name": "symfony/string", - "version": "v6.2.2", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "863219fd713fa41cbcd285a79723f94672faff4d" + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d", - "reference": "863219fd713fa41cbcd285a79723f94672faff4d", + "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f", + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f", "shasum": "" }, "require": { @@ -22662,13 +22986,13 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.0|^3.0", + "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", @@ -22708,7 +23032,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.2.2" + "source": "https://github.com/symfony/string/tree/v6.3.0" }, "funding": [ { @@ -22724,7 +23048,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-03-21T21:06:29+00:00" }, { "name": "symfony/translation", @@ -23001,16 +23325,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.14", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "6894d06145fefebd9a4c7272baa026a1c394a430" + "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430", - "reference": "6894d06145fefebd9a4c7272baa026a1c394a430", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3", + "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3", "shasum": "" }, "require": { @@ -23019,7 +23343,6 @@ "symfony/polyfill-php80": "^1.16" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<4.4" }, "require-dev": { @@ -23070,7 +23393,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.14" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.24" }, "funding": [ { @@ -23086,7 +23409,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2023-05-25T13:05:00+00:00" }, { "name": "symfony/yaml", @@ -23161,24 +23484,24 @@ }, { "name": "thinkshout/mailchimp-api-php", - "version": "v2.1.3", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/thinkshout/mailchimp-api-php.git", - "reference": "b402bd67308974cae6186b386957d910cd808f0d" + "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/b402bd67308974cae6186b386957d910cd808f0d", - "reference": "b402bd67308974cae6186b386957d910cd808f0d", + "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", + "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.2.1|^7.0.0", + "guzzlehttp/guzzle": "^6.5.8|^7.4.5", "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^6.2.2" + "phpunit/phpunit": "^6.2.2|^7.0|^8.0|^9.0" }, "type": "library", "autoload": { @@ -23199,22 +23522,22 @@ ], "support": { "issues": "https://github.com/thinkshout/mailchimp-api-php/issues", - "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v2.1.3" + "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.0.0" }, - "time": "2021-12-29T19:57:45+00:00" + "time": "2023-05-26T21:57:04+00:00" }, { "name": "twig/twig", - "version": "v2.15.3", + "version": "v2.15.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "ab402673db8746cb3a4c46f3869d6253699f614a" + "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/ab402673db8746cb3a4c46f3869d6253699f614a", - "reference": "ab402673db8746cb3a4c46f3869d6253699f614a", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", + "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", "shasum": "" }, "require": { @@ -23269,7 +23592,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.3" + "source": "https://github.com/twigphp/Twig/tree/v2.15.5" }, "funding": [ { @@ -23281,7 +23604,7 @@ "type": "tidelift" } ], - "time": "2022-09-28T08:40:08+00:00" + "time": "2023-05-03T17:49:41+00:00" }, { "name": "twilio/sdk", @@ -23578,16 +23901,16 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.12.0", + "version": "v3.13.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "2f059c9172764ba1f1759b3679aca499b665330a" + "reference": "9dd7cdb309e464ddeab095cd1a5151c2dccba4ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/2f059c9172764ba1f1759b3679aca499b665330a", - "reference": "2f059c9172764ba1f1759b3679aca499b665330a", + "url": "https://api.github.com/repos/Behat/Behat/zipball/9dd7cdb309e464ddeab095cd1a5151c2dccba4ab", + "reference": "9dd7cdb309e464ddeab095cd1a5151c2dccba4ab", "shasum": "" }, "require": { @@ -23659,9 +23982,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.12.0" + "source": "https://github.com/Behat/Behat/tree/v3.13.0" }, - "time": "2022-11-29T15:30:11+00:00" + "time": "2023-04-18T15:40:53+00:00" }, { "name": "behat/gherkin", @@ -23909,6 +24232,7 @@ "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0" }, + "abandoned": "behat/mink-browserkit-driver", "time": "2021-10-12T11:35:46+00:00" }, { @@ -23962,17 +24286,17 @@ }, { "name": "drupal/upgrade_status", - "version": "3.18.0", + "version": "3.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.18" + "reference": "8.x-3.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.18.zip", - "reference": "8.x-3.18", - "shasum": "09a9c75603de8e5ce2254ce75603c00981d6f6d4" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.19.zip", + "reference": "8.x-3.19", + "shasum": "e155b34b80f2782778b841d72639bd0ac8b923f9" }, "require": { "drupal/core": "^8 || ^9", @@ -23986,8 +24310,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.18", - "datestamp": "1669215749", + "version": "8.x-3.19", + "datestamp": "1678815320", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -24092,6 +24416,7 @@ "issues": "https://github.com/FriendsOfPHP/Goutte/issues", "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" }, + "abandoned": "symfony/browser-kit", "time": "2020-11-01T09:30:18+00:00" }, { @@ -24297,21 +24622,21 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.25", + "version": "1.1.34", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2" + "reference": "1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2", - "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c", + "reference": "1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.6.0", + "phpstan/phpstan": "^1.10.1", "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" @@ -24320,7 +24645,7 @@ "behat/mink": "^1.8", "composer/installers": "^1.9", "drupal/core-recommended": "^8.8@alpha || ^9.0", - "drush/drush": "^9.6 || ^10.0", + "drush/drush": "^9.6 || ^10.0 || ^11", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", @@ -24381,7 +24706,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.25" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.34" }, "funding": [ { @@ -24397,20 +24722,20 @@ "type": "tidelift" } ], - "time": "2022-07-18T17:17:55+00:00" + "time": "2023-05-24T21:12:15+00:00" }, { "name": "phpstan/phpstan", - "version": "1.9.3", + "version": "1.10.18", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "709999b91448d4f2bb07daffffedc889b33e461c" + "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c", - "reference": "709999b91448d4f2bb07daffffedc889b33e461c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/52b6416c579663eebdd2f1d97df21971daf3b43f", + "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f", "shasum": "" }, "require": { @@ -24439,8 +24764,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.3" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -24456,25 +24784,25 @@ "type": "tidelift" } ], - "time": "2022-12-13T10:28:10+00:00" + "time": "2023-06-07T22:00:43+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.1.1", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "2c6792eda026d9c474c14aa018aed312686714db" + "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/2c6792eda026d9c474c14aa018aed312686714db", - "reference": "2c6792eda026d9c474c14aa018aed312686714db", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", + "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.3" + "phpstan/phpstan": "^1.10" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -24502,9 +24830,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.1" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3" }, - "time": "2022-12-13T14:26:20+00:00" + "time": "2023-03-17T07:50:08+00:00" }, { "name": "symfony/browser-kit", @@ -24658,16 +24986,16 @@ }, { "name": "symfony/css-selector", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "c1681789f059ab756001052164726ae88512ae3d" + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d", - "reference": "c1681789f059ab756001052164726ae88512ae3d", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/95f3c7468db1da8cc360b24fa2a26e7cefcb355d", + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d", "shasum": "" }, "require": { @@ -24704,7 +25032,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.11" + "source": "https://github.com/symfony/css-selector/tree/v5.4.21" }, "funding": [ { @@ -24720,7 +25048,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/dom-crawler", From 83d4eb653b778a2658163fc3f484b83bce895c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 11:53:09 -0400 Subject: [PATCH 019/145] Apply config updates from database updates --- config/core.extension.yml | 2 +- config/language/es/views.view.comment.yml | 3 +++ config/language/es/views.view.content.yml | 3 +++ config/language/es/views.view.files.yml | 3 +++ config/language/es/views.view.media.yml | 3 +++ config/language/es/views.view.redirect.yml | 3 +++ config/language/es/views.view.redirect_404.yml | 3 +++ config/language/es/views.view.user_admin_people.yml | 3 +++ config/language/es/views.view.watchdog.yml | 3 +++ config/mailchimp.settings.yml | 2 ++ ...tentmanagementframeworkwhichagarichasexpertisewith.yml | 8 ++++++++ config/riddler.settings.yml | 6 ------ config/webform.settings.yml | 1 + 13 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 config/riddler.riddle.nameacontentmanagementframeworkwhichagarichasexpertisewith.yml delete mode 100644 config/riddler.settings.yml diff --git a/config/core.extension.yml b/config/core.extension.yml index f19a4f0..4014c76 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -182,11 +182,11 @@ module: twigsuggest: 100 drutopia: 1000 theme: - stable: 0 seven: 0 bulma: 0 octavia: 0 agarica: 0 claro: 0 gin: 0 + stable9: 0 profile: drutopia diff --git a/config/language/es/views.view.comment.yml b/config/language/es/views.view.comment.yml index 5d30719..8a30f31 100644 --- a/config/language/es/views.view.comment.yml +++ b/config/language/es/views.view.comment.yml @@ -11,6 +11,9 @@ display: label: Asunto operations: label: Operaciones + exposed_form: + options: + submit_button: Filter filters: subject: expose: diff --git a/config/language/es/views.view.content.yml b/config/language/es/views.view.content.yml index f12568e..4f05e81 100644 --- a/config/language/es/views.view.content.yml +++ b/config/language/es/views.view.content.yml @@ -11,6 +11,9 @@ display: label: Estado operations: label: Operaciones + exposed_form: + options: + submit_button: Filter filters: title: expose: diff --git a/config/language/es/views.view.files.yml b/config/language/es/views.view.files.yml index 462c80e..2642159 100644 --- a/config/language/es/views.view.files.yml +++ b/config/language/es/views.view.files.yml @@ -7,6 +7,9 @@ display: label: Nombre status: label: Estado + exposed_form: + options: + submit_button: Filter filters: status: expose: diff --git a/config/language/es/views.view.media.yml b/config/language/es/views.view.media.yml index 0ade216..c5f1183 100644 --- a/config/language/es/views.view.media.yml +++ b/config/language/es/views.view.media.yml @@ -9,3 +9,6 @@ display: label: Estado operations: label: Operaciones + exposed_form: + options: + submit_button: Filter diff --git a/config/language/es/views.view.redirect.yml b/config/language/es/views.view.redirect.yml index 4d289cb..371489c 100644 --- a/config/language/es/views.view.redirect.yml +++ b/config/language/es/views.view.redirect.yml @@ -1,6 +1,9 @@ display: default: display_options: + exposed_form: + options: + submit_button: Filter fields: created: label: Creado diff --git a/config/language/es/views.view.redirect_404.yml b/config/language/es/views.view.redirect_404.yml index bd572a7..d18c0f7 100644 --- a/config/language/es/views.view.redirect_404.yml +++ b/config/language/es/views.view.redirect_404.yml @@ -1,6 +1,9 @@ display: default: display_options: + exposed_form: + options: + submit_button: Filter fields: path: label: Ruta diff --git a/config/language/es/views.view.user_admin_people.yml b/config/language/es/views.view.user_admin_people.yml index eb15be4..c3ba7e3 100644 --- a/config/language/es/views.view.user_admin_people.yml +++ b/config/language/es/views.view.user_admin_people.yml @@ -7,6 +7,9 @@ display: label: Estado operations: label: Operaciones + exposed_form: + options: + submit_button: Filter filters: status: group_info: diff --git a/config/language/es/views.view.watchdog.yml b/config/language/es/views.view.watchdog.yml index f0572e9..cb14ba9 100644 --- a/config/language/es/views.view.watchdog.yml +++ b/config/language/es/views.view.watchdog.yml @@ -9,5 +9,8 @@ display: label: Usuario link: label: Operaciones + exposed_form: + options: + submit_button: Filter page: display_title: Página diff --git a/config/mailchimp.settings.yml b/config/mailchimp.settings.yml index c1f8f92..b754c98 100644 --- a/config/mailchimp.settings.yml +++ b/config/mailchimp.settings.yml @@ -1,6 +1,7 @@ _core: default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU api_key: 0d9708666001345ed62e71b9744aca35-us20 +oauth_middleware_url: 'https://drupal-mailchimp-oauth.uw.r.appspot.com' api_timeout: 10 cron: false batch_limit: 100 @@ -9,3 +10,4 @@ test_mode: false enable_connected: false connected_id: null connected_paths: null +optin_check_email_msg: 'Please check your email to confirm your subscription.' diff --git a/config/riddler.riddle.nameacontentmanagementframeworkwhichagarichasexpertisewith.yml b/config/riddler.riddle.nameacontentmanagementframeworkwhichagarichasexpertisewith.yml new file mode 100644 index 0000000..3e3cedf --- /dev/null +++ b/config/riddler.riddle.nameacontentmanagementframeworkwhichagarichasexpertisewith.yml @@ -0,0 +1,8 @@ +uuid: 88e54612-d4d1-4bf6-98e0-a08e9b6a1083 +langcode: en +status: true +dependencies: { } +id: nameacontentmanagementframeworkwhichagarichasexpertisewith +question: 'Name a content management framework which Agaric has expertise with!' +solution: 'Drupal,Drupal!,Django,Django!,React,Hugo,Wordpress,ReadTheDocs,Flask,Drutopia,Visions Unite,VisionsUnite,FindIt,Find It' +hint: null diff --git a/config/riddler.settings.yml b/config/riddler.settings.yml deleted file mode 100644 index f4d60ed..0000000 --- a/config/riddler.settings.yml +++ /dev/null @@ -1,6 +0,0 @@ -_core: - default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4 -riddles: - - - question: 'Name a content management framework which Agaric has expertise with!' - response: 'Drupal,Drupal!,Django,Django!,React,Hugo,Wordpress,ReadTheDocs,Flask,Drutopia,Visions Unite,VisionsUnite,FindIt,Find It' diff --git a/config/webform.settings.yml b/config/webform.settings.yml index 1f19030..f4dec90 100644 --- a/config/webform.settings.yml +++ b/config/webform.settings.yml @@ -3,6 +3,7 @@ _core: langcode: en settings: default_status: open + default_page: true default_page_base_path: /form default_ajax: false default_ajax_progress_type: throbber From 0b317bc8afed83320ea4c7463e7068a6a762b086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 11:54:07 -0400 Subject: [PATCH 020/145] Update config snapshots --- ...fig_snapshot.snapshot.config_sync.theme.stable.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/config_snapshot.snapshot.config_sync.theme.stable.yml diff --git a/config/config_snapshot.snapshot.config_sync.theme.stable.yml b/config/config_snapshot.snapshot.config_sync.theme.stable.yml deleted file mode 100644 index 6e17852..0000000 --- a/config/config_snapshot.snapshot.config_sync.theme.stable.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: f269a10b-7c74-4764-aadd-efa73c858c06 -langcode: en -status: true -dependencies: - theme: - - stable -id: config_sync.theme.stable -snapshotSet: config_sync -extensionType: theme -extensionName: stable -items: { } From 5052c4745e6488e0862de39b74b6f111e5a0518d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 12:49:12 -0400 Subject: [PATCH 021/145] Add group by so multiple authors don't result in multiple rows for content Ref #236 --- config/views.view.content.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/views.view.content.yml b/config/views.view.content.yml index 411e793..82c6d5c 100644 --- a/config/views.view.content.yml +++ b/config/views.view.content.yml @@ -718,6 +718,7 @@ display: admin_label: Authors plugin_id: standard required: false + group_by: true show_admin_links: false display_extenders: { } cache_metadata: From b4c8f366b4e84fc77bc69af43fdfa21c5901caf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 12:59:52 -0400 Subject: [PATCH 022/145] Filter to only show one piece of content, in the default language Rather than all translations. Ref #236 --- config/views.view.content.yml | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config/views.view.content.yml b/config/views.view.content.yml index 82c6d5c..d23d888 100644 --- a/config/views.view.content.yml +++ b/config/views.view.content.yml @@ -618,6 +618,46 @@ display: default_group: All default_group_multiple: { } group_items: { } + default_langcode: + id: default_langcode + table: node_field_data + field: default_langcode + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: default_langcode + plugin_id: boolean + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } filter_groups: operator: AND groups: From 6dd0ef5cf6a8c6210c84e33396a0cdacd2a01736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 13:06:33 -0400 Subject: [PATCH 023/145] Increase maximum size of image paragraph images significantly Ref #237 --- config/core.entity_view_display.paragraph.image.default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/core.entity_view_display.paragraph.image.default.yml b/config/core.entity_view_display.paragraph.image.default.yml index 72689c8..30fea51 100644 --- a/config/core.entity_view_display.paragraph.image.default.yml +++ b/config/core.entity_view_display.paragraph.image.default.yml @@ -4,7 +4,7 @@ status: true dependencies: config: - field.field.paragraph.image.field_image - - image.style.large + - image.style.max_1300x1300 - paragraphs.paragraphs_type.image module: - image @@ -20,7 +20,7 @@ content: label: hidden settings: image_link: '' - image_style: large + image_style: max_1300x1300 image_loading: attribute: lazy third_party_settings: { } From 1264af5272d4e085a12a60926482b02c530e90f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 30 Jun 2023 20:37:31 -0400 Subject: [PATCH 024/145] Drop Webform mailchimp we do not use it --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1c865ff..d17b90a 100644 --- a/composer.json +++ b/composer.json @@ -158,7 +158,6 @@ "drupal/views_field_compare": "^1.0@beta", "drupal/viewsreference": "^1", "drupal/webform": "^6.0", - "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", "drush/drush": "^11", From fa0f56200f7212223bd6530e49a7cbe5be1adf79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 30 Jun 2023 20:37:42 -0400 Subject: [PATCH 025/145] Update composer lock file --- composer.lock | 894 +++++++++++++++++++++++++++----------------------- 1 file changed, 478 insertions(+), 416 deletions(-) diff --git a/composer.lock b/composer.lock index 002728b..2aec33f 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": "98f78ebfe6e67720790a2462aa65171e", + "content-hash": "1a104f36207592ff3567f1c2b7a12f42", "packages": [ { "name": "abraham/twitteroauth", @@ -3081,17 +3081,17 @@ }, { "name": "drupal/checklistapi", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.1.2" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.2.zip", - "reference": "2.1.2", - "shasum": "1aefed201652448e1109782c24fa3a78378da4ac" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.3.zip", + "reference": "2.1.3", + "shasum": "05c28a384044049af26a51c23c846cdd0eea9ce7" }, "require": { "drupal/core": "^9.3 || ^10", @@ -3100,8 +3100,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1680818845", + "version": "2.1.3", + "datestamp": "1687522401", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3123,9 +3123,17 @@ "authors": [ { "name": "Travis Carden", - "homepage": "https://www.drupal.org/user/236758", + "homepage": "https://www.drupal.org/user/3550392", "email": "travis.carden@gmail.com" }, + { + "name": "Rajeshreeputra", + "homepage": "https://www.drupal.org/user/3418561" + }, + { + "name": "TravisCarden", + "homepage": "https://www.drupal.org/user/236758" + }, { "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" @@ -3140,26 +3148,29 @@ }, { "name": "drupal/ckeditor", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ckeditor.git", - "reference": "1.0.1" + "reference": "1.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.1.zip", - "reference": "1.0.1", - "shasum": "d3dd8bfb2301b749599ba48cf76208becdf0eeb3" + "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip", + "reference": "1.0.2", + "shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481" }, "require": { "drupal/core": "^9.4 || ^10" }, + "require-dev": { + "drupal/classy": "*" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.1", - "datestamp": "1662977541", + "version": "1.0.2", + "datestamp": "1687261951", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3277,27 +3288,27 @@ }, { "name": "drupal/ckeditorheight", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ckeditorheight.git", - "reference": "8.x-1.8" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "ccf98078866e89da0c62c055752bdf59822d4d4c" + "url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "28119489b4a21f39e5b31e482fdb9fdf05abf6e8" }, "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9" + "drupal/ckeditor": "^1.0", + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1580163325", + "version": "8.x-1.9", + "datestamp": "1687950399", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3550,26 +3561,26 @@ }, { "name": "drupal/config_actions", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "e9d6f16bc9a504ccee9949585c652c83827c5e39" + "url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "28d952460b6e634e44339c9df4946570fc745110" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1618321746", + "version": "8.x-1.4", + "datestamp": "1687387836", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3611,29 +3622,29 @@ }, { "name": "drupal/config_actions_provider", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions_provider.git", - "reference": "8.x-1.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "6e0a4b18b6f0e2ec2bef25581945dfbeb40a457f" + "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "b624b072151396cad6e448a8ee8d665b85e3b17f" }, "require": { "drupal/config_actions": "*", "drupal/config_provider": "^2", "drupal/config_sync": "*", - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1607455967", + "version": "8.x-1.1", + "datestamp": "1687482599", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3642,22 +3653,34 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" } ], - "description": "Apply config actions when applying configuration updates.", - "homepage": "https://www.drupal.org/project/config_actions_provider", + "description": "Apply config actions when applying configuration updates", + "homepage": "http://drupal.org/project/config_actions_provider", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/config_actions_provider" + "source": "http://cgit.drupalcode.org/config_actions_provider", + "issues": "http://drupal.org/project/issues/config_actions_provider" } }, { @@ -4000,6 +4023,10 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" + }, + { + "name": "uarizona", + "homepage": "https://www.drupal.org/user/3763238" } ], "description": "Normalizes configuration for comparison.", @@ -5648,10 +5675,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -5667,6 +5706,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Action is a base feature providing an action content type and related configuration.", @@ -5732,6 +5775,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5759,6 +5806,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Article is a base feature providing an article content type and related configuration.", @@ -5815,6 +5866,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5842,6 +5897,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.", @@ -5903,10 +5962,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -5922,6 +5993,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.", @@ -6003,10 +6078,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6022,6 +6109,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia comment is a base feature providing comments and related configuration.", @@ -6128,6 +6219,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6136,6 +6231,10 @@ "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6151,6 +6250,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.", @@ -6210,6 +6313,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6218,6 +6325,10 @@ "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6233,6 +6344,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.", @@ -6293,10 +6408,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6312,6 +6439,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.", @@ -6411,10 +6542,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6430,6 +6573,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Page is a base feature providing a page content type and related configuration.", @@ -6450,17 +6597,17 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git", - "reference": "9ad48011a94631eb8efe1ac05e108b8fc39177ff" + "reference": "8bd77a9b1bce1ea44201d4b3ae0252f81601486a" }, "require": { - "drupal/allowed_formats": "^2.0", + "drupal/allowed_formats": "^2", "drupal/core": "^8.8.3 || ^9 || ^10", - "drupal/drutopia_core": "^1.0", + "drupal/drutopia_core": "^1 || ^2", "drupal/entity_reference_revisions": "*", "drupal/minimalhtml": "^2", "drupal/minimalhtmltitle": "*", - "drupal/paragraphs": "^1.12", - "drupal/ui_patterns": "^1.2", + "drupal/paragraphs": "^1.15", + "drupal/ui_patterns": "*", "drupal/ui_patterns_ds": "*", "drupal/ui_patterns_layouts": "*", "drupal/ui_patterns_library": "*" @@ -6471,8 +6618,8 @@ "dev-1.0.x": "1.0.x-dev" }, "drupal": { - "version": "1.0.0+2-dev", - "datestamp": "1677696126", + "version": "1.0.0+8-dev", + "datestamp": "1688129764", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6502,7 +6649,7 @@ } ], "description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.", - "homepage": "https://gitlab.com/drutopia/drutopia_paragraph_title", + "homepage": "https://www.drupal.org/project/drutopia_paragraph_title", "keywords": [ "content", "drutopia", @@ -6510,8 +6657,8 @@ "titles" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_paragraph_title/tree/1.x", - "issues": "https://gitlab.com/drutopia/drutopia_paragraph_title/issues" + "source": "https://git.drupalcode.org/project/drutopia_paragraph_title", + "issues": "https://www.drupal.org/project/issues/drutopia_paragraph_title" } }, { @@ -6559,10 +6706,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6578,6 +6737,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.", @@ -6629,6 +6792,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6656,6 +6823,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.", @@ -6717,6 +6888,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6800,6 +6975,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6884,10 +7063,18 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6903,6 +7090,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Sensible Search Engine Optimization default configuration for a site.", @@ -6970,6 +7161,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -7045,10 +7240,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7064,6 +7271,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Social provides a social media block, perhaps more in the future.", @@ -7115,6 +7326,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -7198,10 +7413,22 @@ "GPL-2.0+" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7217,6 +7444,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia user is a base feature providing user-related configuration.", @@ -7573,29 +7804,30 @@ }, { "name": "drupal/editor_advanced_link", - "version": "2.1.1", + "version": "2.2.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editor_advanced_link.git", - "reference": "2.1.1" + "reference": "2.2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.1.1.zip", - "reference": "2.1.1", - "shasum": "ba8f12aee9ac6c4d7b60ee916e7bd69e98c99d4a" + "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip", + "reference": "2.2.4", + "shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b" }, "require": { "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/ckeditor": "*" + "drupal/ckeditor": "*", + "phpro/grumphp": "^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1667462197", + "version": "2.2.4", + "datestamp": "1688040059", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7612,7 +7844,7 @@ "homepage": "https://www.drupal.org/user/931394" } ], - "description": "Add title, target etc. attributes to Text Editor's link dialog if the text format allows them.", + "description": "Editor Advanced link", "homepage": "https://www.drupal.org/project/editor_advanced_link", "support": { "source": "https://git.drupalcode.org/project/editor_advanced_link" @@ -9014,26 +9246,26 @@ }, { "name": "drupal/filter_perms", - "version": "1.0.0-alpha1", + "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/filter_perms.git", - "reference": "8.x-1.0-alpha1" + "reference": "8.x-1.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "5a4bf4332f97b238864191042198f9f9a85cab26" + "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "07e2047ea46cd76839522f04cab59a91b90abdb3" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.0 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1595202904", + "version": "8.x-1.0-alpha2", + "datestamp": "1686873472", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -9042,7 +9274,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -9054,9 +9286,13 @@ "homepage": "https://www.drupal.org/user/972" }, { - "name": "ivagold", + "name": "ivavictoria", "homepage": "https://www.drupal.org/user/3061533" }, + { + "name": "justcaldwell", + "homepage": "https://www.drupal.org/user/290069" + }, { "name": "mgbellaire", "homepage": "https://www.drupal.org/user/1831932" @@ -9069,7 +9305,8 @@ "description": "Provides role and module filters to simplify the user permissions page.", "homepage": "https://www.drupal.org/project/filter_perms", "support": { - "source": "https://git.drupalcode.org/project/filter_perms" + "source": "http://cgit.drupalcode.org/filter_perms", + "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All" } }, { @@ -10217,30 +10454,30 @@ }, { "name": "drupal/ief_complex_open", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ief_complex_open.git", - "reference": "1.0.0" + "reference": "1.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.0.zip", - "reference": "1.0.0", - "shasum": "8ce936fe614671ac393e5f7823faea36dc5d658b" + "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.1.zip", + "reference": "1.0.1", + "shasum": "abac70022e17d7a2b007ac1587826822433b0346" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/inline_entity_form": "*" + "drupal/core": "^8.8 || ^9 || ^10", + "drupal/inline_entity_form": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0", - "datestamp": "1650652235", + "version": "1.0.1", + "datestamp": "1687803317", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -10252,12 +10489,20 @@ { "name": "drpldrp", "homepage": "https://www.drupal.org/user/3630968" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" } ], "description": "Inline entity form complex widget with add existing open by default.", "homepage": "https://www.drupal.org/project/ief_complex_open", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/ief_complex_open" + "source": "https://git.drupalcode.org/project/ief_complex_open", + "issues": "http://drupal.org/project/issues/ief_complex_open" } }, { @@ -10417,17 +10662,17 @@ }, { "name": "drupal/inotherwords", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inotherwords.git", - "reference": "3.0.0" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.0.zip", - "reference": "3.0.0", - "shasum": "d475b903c376e6a5b47795bb7922e9f0b676478b" + "url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.1.zip", + "reference": "3.0.1", + "shasum": "bb9abce972fffc662affe34d691fa6d1c6da6709" }, "require": { "agaric/oxford-comma": "^1.2", @@ -10437,8 +10682,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1686094644", + "version": "3.0.1", + "datestamp": "1686885306", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10988,17 +11233,17 @@ }, { "name": "drupal/link_attributes", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "695821dfbde30c4e74c28455985fbc5d92dca8d1" + "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "fa4f27ecaed7e6b3c58c0adc679918a9beb7ded5" }, "require": { "drupal/core": "^9 || ^10" @@ -11006,8 +11251,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1677018560", + "version": "8.x-1.14", + "datestamp": "1687393687", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11036,17 +11281,17 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-rc1", + "version": "6.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-rc1" + "reference": "6.0.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc1.zip", - "reference": "6.0.0-rc1", - "shasum": "126069976e2a7d34cc8530c0950c75bd7f1b5d3c" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc2.zip", + "reference": "6.0.0-rc2", + "shasum": "69274e63d5312594cb3444656c6a0ec3800d0df4" }, "require": { "drupal/core": "^9.4 || ^10.0.0" @@ -11061,8 +11306,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-rc1", - "datestamp": "1681070405", + "version": "6.0.0-rc2", + "datestamp": "1688055675", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11096,99 +11341,6 @@ "issues": "http://drupal.org/project/linkit" } }, - { - "name": "drupal/mailchimp", - "version": "2.2.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mailchimp.git", - "reference": "2.2.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailchimp-2.2.1.zip", - "reference": "2.2.1", - "shasum": "f51303792d1af7571f21a75a8a5e4a88c261388a" - }, - "require": { - "drupal/core": "^8.7.7 || ^9 || ^10", - "thinkshout/mailchimp-api-php": "3.0.0" - }, - "require-dev": { - "drupal/mailchimp_events": "*", - "drupal/mailchimp_lists": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.2.1", - "datestamp": "1685142833", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "aprice42", - "homepage": "https://www.drupal.org/user/369147" - }, - { - "name": "bdimaggio", - "homepage": "https://www.drupal.org/user/70688" - }, - { - "name": "bobpotter", - "homepage": "https://www.drupal.org/user/3653774" - }, - { - "name": "brendanthinkshout", - "homepage": "https://www.drupal.org/user/3578399" - }, - { - "name": "gcb", - "homepage": "https://www.drupal.org/user/1682976" - }, - { - "name": "kescoto-thinkshout", - "homepage": "https://www.drupal.org/user/3664824" - }, - { - "name": "levelos", - "homepage": "https://www.drupal.org/user/54135" - }, - { - "name": "mariacha1", - "homepage": "https://www.drupal.org/user/2210776" - }, - { - "name": "mshaver", - "homepage": "https://www.drupal.org/user/39079" - }, - { - "name": "olivier.bouwman", - "homepage": "https://www.drupal.org/user/2799483" - }, - { - "name": "tauno", - "homepage": "https://www.drupal.org/user/105595" - }, - { - "name": "wxactly", - "homepage": "https://www.drupal.org/user/3181097" - } - ], - "description": "Mailchimp is an integration with the Mailchimp Mass email tool.", - "homepage": "http://drupal.org/project/mailchimp", - "support": { - "source": "https://git.drupalcode.org/project/mailchimp" - } - }, { "name": "drupal/markdown", "version": "3.0.0-rc2", @@ -11563,17 +11715,17 @@ }, { "name": "drupal/metatag", - "version": "1.25.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.25" + "reference": "8.x-1.26" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "8603d84df3b93dd02dae601d57a6347598829e56" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", + "reference": "8.x-1.26", + "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" }, "require": { "drupal/core": "^9.3 || ^10", @@ -11584,7 +11736,7 @@ "drupal/hal": "^9 || ^1 || ^2", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", - "drupal/page_manager": "*", + "drupal/page_manager": "^4.0", "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", "drupal/webprofiler": "^9 || ^10", @@ -11593,8 +11745,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.25", - "datestamp": "1685541226", + "version": "8.x-1.26", + "datestamp": "1687856123", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12273,6 +12425,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -12327,7 +12483,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/octavia_camouflage.git", - "reference": "78767f5707468e52403483c6c88f205468de2165" + "reference": "b66513aee0ce86fb440bd6e8057c7e8001029a05" }, "require": { "drupal/octavia": "^1.0" @@ -12348,7 +12504,7 @@ "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" }, - "time": "2023-06-08T20:15:40+00:00" + "time": "2023-06-29T18:45:34+00:00" }, { "name": "drupal/paragraphs", @@ -12544,6 +12700,10 @@ "name": "killes@www.drop.org", "homepage": "https://www.drupal.org/user/227" }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -12690,17 +12850,17 @@ }, { "name": "drupal/plausible", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/plausible.git", - "reference": "2.0.0" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/plausible-2.0.0.zip", - "reference": "2.0.0", - "shasum": "64d5282b7338ddf94d0e6e18c4e228ebce78df01" + "url": "https://ftp.drupal.org/files/projects/plausible-2.1.0.zip", + "reference": "2.1.0", + "shasum": "7c9ab067bf07882aad4a2f8236050efc8376d66a" }, "require": { "drupal/core": "^8.8.6 || ^9 || ^10" @@ -12708,8 +12868,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1671115843", + "version": "2.1.0", + "datestamp": "1687203441", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13480,8 +13640,8 @@ "role": "Maintainer" }, { - "name": "benjy", - "homepage": "https://www.drupal.org/user/1852732" + "name": "JeroenT", + "homepage": "https://www.drupal.org/user/2228934" } ], "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.", @@ -13564,17 +13724,17 @@ }, { "name": "drupal/schema_metatag", - "version": "2.4.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "8.x-2.4" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "4ea69916a78192e0af6e2a7d0f4f6d3f0e891b0a" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "543b9d624711379e29dde58c22e2cc0a66822c87" }, "require": { "drupal/core": "^9.0 || ^10", @@ -13590,8 +13750,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1670328794", + "version": "8.x-2.5", + "datestamp": "1687460392", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13988,26 +14148,26 @@ }, { "name": "drupal/select_or_other", - "version": "4.0.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/select_or_other.git", - "reference": "4.0.0" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/select_or_other-4.0.0.zip", - "reference": "4.0.0", - "shasum": "dfb9cb2dd40d18eb186d089411340940e6491abb" + "url": "https://ftp.drupal.org/files/projects/select_or_other-4.1.0.zip", + "reference": "4.1.0", + "shasum": "ff73f610623c16ee27ac2afdc2f18e3d3d934081" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1627315018", + "version": "4.1.0", + "datestamp": "1686871176", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14213,6 +14373,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, { "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" @@ -15023,6 +15187,22 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -15030,6 +15210,10 @@ { "name": "robertDouglass", "homepage": "https://www.drupal.org/user/5449" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provide multiple variations of a single installation profile.", @@ -15177,17 +15361,17 @@ }, { "name": "drupal/token", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "cefe1b203b793682f74ea43e18d0a814cf768763" }, "require": { "drupal/core": "^9.2 || ^10" @@ -15195,8 +15379,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1659471813", + "version": "8.x-1.12", + "datestamp": "1688015262", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15403,17 +15587,17 @@ }, { "name": "drupal/ui_patterns", - "version": "1.5.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.5" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "fbe88f3d70f50a02672cba974275a5b7703be41a" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "83b477eb5f668846c0f150ef0a1926f3aba59d14" }, "require": { "drupal/core": "^9 || ^10" @@ -15425,8 +15609,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1674137427", + "version": "8.x-1.7", + "datestamp": "1688044506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15472,7 +15656,7 @@ }, { "name": "drupal/ui_patterns_ds", - "version": "1.5.0", + "version": "1.7.0", "require": { "drupal/core": "^9 || ^10", "drupal/ds": "*", @@ -15481,8 +15665,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1674137427", + "version": "8.x-1.7", + "datestamp": "1688044506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15527,7 +15711,7 @@ }, { "name": "drupal/ui_patterns_layouts", - "version": "1.5.0", + "version": "1.7.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15535,8 +15719,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1674137427", + "version": "8.x-1.7", + "datestamp": "1688044506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15581,7 +15765,7 @@ }, { "name": "drupal/ui_patterns_library", - "version": "1.5.0", + "version": "1.7.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -15589,8 +15773,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1674137427", + "version": "8.x-1.7", + "datestamp": "1688044506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16195,84 +16379,6 @@ "forum": "https://drupal.stackexchange.com/questions/tagged/webform" } }, - { - "name": "drupal/webform_mailchimp", - "version": "5.10.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/webform_mailchimp.git", - "reference": "8.x-5.10" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.10.zip", - "reference": "8.x-5.10", - "shasum": "7bb6feb71207de8ca80f4e86adf773019dad39e7" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/mailchimp": "*", - "drupal/webform": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-5.10", - "datestamp": "1684354891", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "blackdog", - "homepage": "https://www.drupal.org/user/110169" - }, - { - "name": "das-peter", - "homepage": "https://www.drupal.org/user/762870" - }, - { - "name": "grisendo", - "homepage": "https://www.drupal.org/user/848238" - }, - { - "name": "hanoii", - "homepage": "https://www.drupal.org/user/23157" - }, - { - "name": "levelos", - "homepage": "https://www.drupal.org/user/54135" - }, - { - "name": "mbovan", - "homepage": "https://www.drupal.org/user/3149657" - }, - { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" - }, - { - "name": "Todd Zebert", - "homepage": "https://www.drupal.org/user/762250" - } - ], - "description": "Allows to send Webform submissions to MailChimp lists.", - "homepage": "https://www.drupal.org/project/webform_mailchimp", - "support": { - "source": "https://git.drupalcode.org/project/webform_mailchimp" - } - }, { "name": "drupal/weight", "version": "3.4.0", @@ -16343,7 +16449,7 @@ "source": { "type": "git", "url": "git@git.drupal.org:project/workflow_buttons.git", - "reference": "2c721806fac6821bac29d324f70cdd997ce12822" + "reference": "3468fc989495fd9306947e6065693716a92f354a" }, "default-branch": true, "type": "drupal-module", @@ -16365,7 +16471,7 @@ "issues": "https://www.drupal.org/project/issues/workflow_buttons", "source": "https://git.drupalcode.org/project/workflow_buttons.git" }, - "time": "2023-03-06T12:11:41+00:00" + "time": "2023-06-15T18:21:30+00:00" }, { "name": "drupal/wysiwyg_linebreaks", @@ -17017,16 +17123,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.14", + "version": "8.13.15", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "31b94ef2aa349b76bb725f375e9cfa2e398a1620" + "reference": "b294846e26ea985e6b1fbdfaf15387daca60c2de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/31b94ef2aa349b76bb725f375e9cfa2e398a1620", - "reference": "31b94ef2aa349b76bb725f375e9cfa2e398a1620", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b294846e26ea985e6b1fbdfaf15387daca60c2de", + "reference": "b294846e26ea985e6b1fbdfaf15387daca60c2de", "shasum": "" }, "require": { @@ -17085,7 +17191,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2023-06-13T08:08:40+00:00" + "time": "2023-06-23T07:47:45+00:00" }, { "name": "giggsey/locale", @@ -19021,16 +19127,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -19071,9 +19177,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "p3k/http", @@ -21351,16 +21457,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.23", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", "shasum": "" }, "require": { @@ -21395,7 +21501,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.23" + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" }, "funding": [ { @@ -21411,7 +21517,7 @@ "type": "tidelift" } ], - "time": "2023-03-02T11:38:35+00:00" + "time": "2023-05-31T13:04:02+00:00" }, { "name": "symfony/finder", @@ -23325,16 +23431,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.24", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3" + "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82269f73c0f0f9859ab9b6900eebacbe54954ede", + "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede", "shasum": "" }, "require": { @@ -23393,7 +23499,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.24" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.25" }, "funding": [ { @@ -23409,7 +23515,7 @@ "type": "tidelift" } ], - "time": "2023-05-25T13:05:00+00:00" + "time": "2023-06-20T20:56:26+00:00" }, { "name": "symfony/yaml", @@ -23482,50 +23588,6 @@ ], "time": "2022-08-02T15:47:23+00:00" }, - { - "name": "thinkshout/mailchimp-api-php", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/thinkshout/mailchimp-api-php.git", - "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", - "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "^6.5.8|^7.4.5", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.2.2|^7.0|^8.0|^9.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Mailchimp\\": "src/", - "Mailchimp\\http\\": "src/http/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "PHP library for v3 of the MailChimp API", - "homepage": "https://github.com/thinkshout/mailchimp-api-php", - "keywords": [ - "mail", - "mailchimp" - ], - "support": { - "issues": "https://github.com/thinkshout/mailchimp-api-php/issues", - "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.0.0" - }, - "time": "2023-05-26T21:57:04+00:00" - }, { "name": "twig/twig", "version": "v2.15.5", @@ -24622,16 +24684,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.34", + "version": "1.1.36", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c" + "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c", - "reference": "1422ca153874935bb4f8efd98b0b3b2e8aa7cb0c", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", + "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", "shasum": "" }, "require": { @@ -24706,7 +24768,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.34" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.36" }, "funding": [ { @@ -24722,20 +24784,20 @@ "type": "tidelift" } ], - "time": "2023-05-24T21:12:15+00:00" + "time": "2023-06-28T20:24:39+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.18", + "version": "1.10.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f" + "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/52b6416c579663eebdd2f1d97df21971daf3b43f", - "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/97d694dfd4ceb57bcce4e3b38548f13ea62e4287", + "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287", "shasum": "" }, "require": { @@ -24784,7 +24846,7 @@ "type": "tidelift" } ], - "time": "2023-06-07T22:00:43+00:00" + "time": "2023-06-30T20:04:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", From cbc8a24edf6a5907f65d67ca764fb2b3750d2362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 30 Jun 2023 20:38:16 -0400 Subject: [PATCH 026/145] Revert "Drop Webform mailchimp we do not use it" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was wrong. But we *should* not use it… This reverts commit 1264af5272d4e085a12a60926482b02c530e90f0. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d17b90a..1c865ff 100644 --- a/composer.json +++ b/composer.json @@ -158,6 +158,7 @@ "drupal/views_field_compare": "^1.0@beta", "drupal/viewsreference": "^1", "drupal/webform": "^6.0", + "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", "drush/drush": "^11", From 39a88deb5fb0de0c6b2ae3c55685f974347332b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 30 Jun 2023 20:39:09 -0400 Subject: [PATCH 027/145] Update composer lock file --- composer.lock | 217 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 216 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 2aec33f..bab3674 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": "1a104f36207592ff3567f1c2b7a12f42", + "content-hash": "98f78ebfe6e67720790a2462aa65171e", "packages": [ { "name": "abraham/twitteroauth", @@ -11341,6 +11341,99 @@ "issues": "http://drupal.org/project/linkit" } }, + { + "name": "drupal/mailchimp", + "version": "2.2.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/mailchimp.git", + "reference": "2.2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/mailchimp-2.2.2.zip", + "reference": "2.2.2", + "shasum": "8d4fcf460cea550d74ad6ff7e140341f4363cdb1" + }, + "require": { + "drupal/core": "^8.7.7 || ^9 || ^10", + "thinkshout/mailchimp-api-php": "3.0.0" + }, + "require-dev": { + "drupal/mailchimp_events": "*", + "drupal/mailchimp_lists": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.2.2", + "datestamp": "1687974651", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "aprice42", + "homepage": "https://www.drupal.org/user/369147" + }, + { + "name": "bdimaggio", + "homepage": "https://www.drupal.org/user/70688" + }, + { + "name": "brendanthinkshout", + "homepage": "https://www.drupal.org/user/3578399" + }, + { + "name": "gcb", + "homepage": "https://www.drupal.org/user/1682976" + }, + { + "name": "kescoto-thinkshout", + "homepage": "https://www.drupal.org/user/3664824" + }, + { + "name": "levelos", + "homepage": "https://www.drupal.org/user/54135" + }, + { + "name": "mariacha1", + "homepage": "https://www.drupal.org/user/2210776" + }, + { + "name": "maximumpotter", + "homepage": "https://www.drupal.org/user/3653774" + }, + { + "name": "mshaver", + "homepage": "https://www.drupal.org/user/39079" + }, + { + "name": "olivier.bouwman", + "homepage": "https://www.drupal.org/user/2799483" + }, + { + "name": "tauno", + "homepage": "https://www.drupal.org/user/105595" + }, + { + "name": "wxactly", + "homepage": "https://www.drupal.org/user/3181097" + } + ], + "description": "Mailchimp is an integration with the Mailchimp Mass email tool.", + "homepage": "http://drupal.org/project/mailchimp", + "support": { + "source": "https://git.drupalcode.org/project/mailchimp" + } + }, { "name": "drupal/markdown", "version": "3.0.0-rc2", @@ -16379,6 +16472,84 @@ "forum": "https://drupal.stackexchange.com/questions/tagged/webform" } }, + { + "name": "drupal/webform_mailchimp", + "version": "5.10.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/webform_mailchimp.git", + "reference": "8.x-5.10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.10.zip", + "reference": "8.x-5.10", + "shasum": "7bb6feb71207de8ca80f4e86adf773019dad39e7" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10", + "drupal/mailchimp": "*", + "drupal/webform": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-5.10", + "datestamp": "1684354891", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "blackdog", + "homepage": "https://www.drupal.org/user/110169" + }, + { + "name": "das-peter", + "homepage": "https://www.drupal.org/user/762870" + }, + { + "name": "grisendo", + "homepage": "https://www.drupal.org/user/848238" + }, + { + "name": "hanoii", + "homepage": "https://www.drupal.org/user/23157" + }, + { + "name": "levelos", + "homepage": "https://www.drupal.org/user/54135" + }, + { + "name": "mbovan", + "homepage": "https://www.drupal.org/user/3149657" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "Todd Zebert", + "homepage": "https://www.drupal.org/user/762250" + } + ], + "description": "Allows to send Webform submissions to MailChimp lists.", + "homepage": "https://www.drupal.org/project/webform_mailchimp", + "support": { + "source": "https://git.drupalcode.org/project/webform_mailchimp" + } + }, { "name": "drupal/weight", "version": "3.4.0", @@ -23588,6 +23759,50 @@ ], "time": "2022-08-02T15:47:23+00:00" }, + { + "name": "thinkshout/mailchimp-api-php", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/thinkshout/mailchimp-api-php.git", + "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", + "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.5.8|^7.4.5", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2.2|^7.0|^8.0|^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Mailchimp\\": "src/", + "Mailchimp\\http\\": "src/http/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "PHP library for v3 of the MailChimp API", + "homepage": "https://github.com/thinkshout/mailchimp-api-php", + "keywords": [ + "mail", + "mailchimp" + ], + "support": { + "issues": "https://github.com/thinkshout/mailchimp-api-php/issues", + "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.0.0" + }, + "time": "2023-05-26T21:57:04+00:00" + }, { "name": "twig/twig", "version": "v2.15.5", From c5ff2f2214f5ef7d84eccd7e4b26c47ddc6dd8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 30 Jun 2023 20:40:09 -0400 Subject: [PATCH 028/145] Update mailchimp config removing really bad idea middleware --- config/mailchimp.settings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/mailchimp.settings.yml b/config/mailchimp.settings.yml index b754c98..2b0eadb 100644 --- a/config/mailchimp.settings.yml +++ b/config/mailchimp.settings.yml @@ -1,7 +1,6 @@ _core: default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU api_key: 0d9708666001345ed62e71b9744aca35-us20 -oauth_middleware_url: 'https://drupal-mailchimp-oauth.uw.r.appspot.com' api_timeout: 10 cron: false batch_limit: 100 From 3ddef4a97f22d092cc23b67437a3453c21dd2ec5 Mon Sep 17 00:00:00 2001 From: Louis Elkner-Alfaro Date: Mon, 3 Jul 2023 13:43:37 -0700 Subject: [PATCH 029/145] Ref #239. Add authors and date to paragraph title --- web/themes/custom/agarica/agarica.theme | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 59620ca..b090cba 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -3,6 +3,7 @@ use Drupal\block\Entity\Block; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Url; +use Drupal\node\Entity\Node; /** * Implements hook_preprocess_node() for NODE document templates. @@ -121,3 +122,22 @@ function agarica_languague_switch_link() { return $links_render_array; } + +/** +* Implements hook_preprocess_HOOK() for node templates. +*/ +function agarica_preprocess_field__field_title(&$variables) { + $parentEntity = $variables['element']['#object']->getParentEntity(); + if ($parentEntity instanceof EntityInterface && $parentEntity->getEntityTypeId() === 'node') { + if ($parentEntity->get('field_authors')) { + $field_authors = $parentEntity->get('field_authors'); + $authors = ''; + $date = $parentEntity->getCreatedTime(); + foreach ($field_authors as $author) { + $authors .= Node::load($author->getValue()['target_id'])->label() . ', '; + } + $variables['authors'] = $authors; + $variables['date'] = \Drupal::service('date.formatter')->format($date, 'custom', 'Y F j'); + } + } +} \ No newline at end of file From fa27dc1a4d45ac3d66b7cfb1eb8709f3670ae2f2 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 3 Jul 2023 14:25:23 -0700 Subject: [PATCH 030/145] Prevent fatal error while loading authors data --- web/themes/custom/agarica/agarica.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index b090cba..f6e62b8 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -129,8 +129,8 @@ function agarica_languague_switch_link() { function agarica_preprocess_field__field_title(&$variables) { $parentEntity = $variables['element']['#object']->getParentEntity(); if ($parentEntity instanceof EntityInterface && $parentEntity->getEntityTypeId() === 'node') { - if ($parentEntity->get('field_authors')) { - $field_authors = $parentEntity->get('field_authors'); + if (isset($parentEntity->getFields()['field_authors'])) { + $field_authors = $parentEntity->getFields()['field_authors']; $authors = ''; $date = $parentEntity->getCreatedTime(); foreach ($field_authors as $author) { From e1092392b1a8a584b2c0be992774033e4be150c2 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 3 Jul 2023 14:35:17 -0700 Subject: [PATCH 031/145] Enable inotherwords module --- config/core.extension.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/core.extension.yml b/config/core.extension.yml index 4014c76..aeb66c9 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -95,6 +95,7 @@ module: indieweb_context: 0 indieweb_feed: 0 indieweb_webmention: 0 + inotherwords: 0 language: 0 layout_discovery: 0 link: 0 From 31a43c1890ef7bead64734a3d9048828a6bbd154 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 3 Jul 2023 19:05:56 -0700 Subject: [PATCH 032/145] Refactor addition of authors and date to use proper formatting Ref #239 --- web/themes/custom/agarica/agarica.theme | 31 +++++++++++++++++-------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index f6e62b8..d3b1480 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -19,6 +19,22 @@ function agarica_preprocess_node(&$variables) { $allowed_regions = ['secondary_menu']; agarica_add_regions_to_node($allowed_regions, $variables); } + $field_body_paragraph = $variables['elements']['field_body_paragraph']; + if (isset($field_body_paragraph)) { + $max_key = max(array_map('intval', array_keys($field_body_paragraph))); + for ($i = 0; $i <= $max_key; $i++) { + if ($field_body_paragraph[$i]['#paragraph']->getType() === 'title') { + + $renderer = \Drupal::service('renderer'); + + $authors_html = $renderer->render($variables['content']['field_authors']); + $date_html = $variables['date']; + + $field_body_paragraph[$i]['#paragraph']->authors_html = $authors_html; + $field_body_paragraph[$i]['#paragraph']->date_html = $date_html; + } + } + } } /** @@ -124,20 +140,15 @@ function agarica_languague_switch_link() { } /** -* Implements hook_preprocess_HOOK() for node templates. +* Implements hook_preprocess_HOOK() for field__field_title template. */ function agarica_preprocess_field__field_title(&$variables) { $parentEntity = $variables['element']['#object']->getParentEntity(); if ($parentEntity instanceof EntityInterface && $parentEntity->getEntityTypeId() === 'node') { if (isset($parentEntity->getFields()['field_authors'])) { - $field_authors = $parentEntity->getFields()['field_authors']; - $authors = ''; - $date = $parentEntity->getCreatedTime(); - foreach ($field_authors as $author) { - $authors .= Node::load($author->getValue()['target_id'])->label() . ', '; - } - $variables['authors'] = $authors; - $variables['date'] = \Drupal::service('date.formatter')->format($date, 'custom', 'Y F j'); + + $variables['authors'] = $variables['element']['#object']->authors_html; + $variables['date'] = $variables['element']['#object']->date_html; } } -} \ No newline at end of file +} From eeadf9a0b69604474f84d45d2ce1186220d69cb9 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 16:34:54 -0700 Subject: [PATCH 033/145] Add authors and date to paragraph title template rather than field template Ref #239 --- web/themes/custom/agarica/agarica.theme | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index d3b1480..fb83964 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -142,13 +142,8 @@ function agarica_languague_switch_link() { /** * Implements hook_preprocess_HOOK() for field__field_title template. */ -function agarica_preprocess_field__field_title(&$variables) { - $parentEntity = $variables['element']['#object']->getParentEntity(); - if ($parentEntity instanceof EntityInterface && $parentEntity->getEntityTypeId() === 'node') { - if (isset($parentEntity->getFields()['field_authors'])) { - - $variables['authors'] = $variables['element']['#object']->authors_html; - $variables['date'] = $variables['element']['#object']->date_html; - } - } +function agarica_preprocess_paragraph__title(&$variables) { + $field_title = $variables['content']['field_title']['#object']; + $variables['authors'] = $field_title->authors_html; + $variables['date'] = $field_title->date_html; } From fdfc3712ffbeb14f554a6ec2833ca27abe2b4cce Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 16:37:57 -0700 Subject: [PATCH 034/145] Configure authors field to display as inotherwords list Ref #239 --- config/core.entity_view_display.node.blog.full.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/core.entity_view_display.node.blog.full.yml b/config/core.entity_view_display.node.blog.full.yml index 1189fbe..7866552 100644 --- a/config/core.entity_view_display.node.blog.full.yml +++ b/config/core.entity_view_display.node.blog.full.yml @@ -20,6 +20,7 @@ dependencies: - ds - entity_reference_revisions - indieweb_microformat + - inotherwords - user _core: default_config_hash: eLe_jwnmC3YVxzxyG5O3Vc3cB-yoH17iuPzsEFt3TDM @@ -38,10 +39,15 @@ content: weight: 4 region: content field_authors: - type: entity_reference_label_microformat + type: inotherwords_list label: hidden settings: - microformat_class: 'p-author h-card' + link: '1' + series_join: ', ' + series_final_join: ' and ' + oxford_comma: '1' + text_before: 'Authored by ' + text_after: '' third_party_settings: ds: ds_limit: '' From 8ecd4efeab77249437898a4b697251a165cd3211 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 16:38:43 -0700 Subject: [PATCH 035/145] Update patternlibrary --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index d82b9e5..6852975 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit d82b9e5615c6b9e77a9d3625d89bc2aa7ff3760a +Subproject commit 685297582827e976e13921ed6164c7cdf0922def From 43801b73b88f9334c709a9401b356ff139049720 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 16:41:42 -0700 Subject: [PATCH 036/145] Update patternlibrary --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 6852975..ea1c1a1 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 685297582827e976e13921ed6164c7cdf0922def +Subproject commit ea1c1a1a37bcea9a857b611ec2a5763590b9fc7d From a6de539541f393e6e0922b63e572e04097035e40 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 16:56:29 -0700 Subject: [PATCH 037/145] Change text to display before authors --- config/core.entity_view_display.node.blog.full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core.entity_view_display.node.blog.full.yml b/config/core.entity_view_display.node.blog.full.yml index 7866552..0286043 100644 --- a/config/core.entity_view_display.node.blog.full.yml +++ b/config/core.entity_view_display.node.blog.full.yml @@ -46,7 +46,7 @@ content: series_join: ', ' series_final_join: ' and ' oxford_comma: '1' - text_before: 'Authored by ' + text_before: 'Written by ' text_after: '' third_party_settings: ds: From 38d862a152abbde1f8feaf086859367697836e4f Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 13 Jul 2023 18:20:25 -0700 Subject: [PATCH 038/145] Update patternlibrary --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index ea1c1a1..be59bfd 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit ea1c1a1a37bcea9a857b611ec2a5763590b9fc7d +Subproject commit be59bfdb2c1479bc06106b3e6944c9e9062df1b3 From b901244d56d9cd4e45d436b2316ae71c9b6740ef Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 12:26:39 -0700 Subject: [PATCH 039/145] Prevent some more errors and warnings --- web/themes/custom/agarica/agarica.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index fb83964..5630b67 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -19,7 +19,7 @@ function agarica_preprocess_node(&$variables) { $allowed_regions = ['secondary_menu']; agarica_add_regions_to_node($allowed_regions, $variables); } - $field_body_paragraph = $variables['elements']['field_body_paragraph']; + $field_body_paragraph = $variables['elements']['field_body_paragraph'] ?? NULL; if (isset($field_body_paragraph)) { $max_key = max(array_map('intval', array_keys($field_body_paragraph))); for ($i = 0; $i <= $max_key; $i++) { @@ -106,7 +106,7 @@ function agarica_languague_switch_link() { unset($links[$current_language]); // Check if the current path display an entity. - $entity = FALSE; + $entity = []; foreach (\Drupal::routeMatch()->getParameters() as $param) { if ($param instanceof EntityInterface) { $entity[] = $param; From 1dbe93480c6b0d0b1711110d1224f57150c408ae Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 12:27:06 -0700 Subject: [PATCH 040/145] Commit lock file --- composer.lock | 894 ++++++++++++++++++++++++++------------------------ 1 file changed, 474 insertions(+), 420 deletions(-) diff --git a/composer.lock b/composer.lock index bab3674..d84872d 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "abraham/twitteroauth", - "version": "5.0.0", + "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10" + "reference": "20efddf17cd5105dfbf19282048432aa28bc414c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/6a68a5e53f72fbb31d4d304dc4752d3adefe0d10", - "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/20efddf17cd5105dfbf19282048432aa28bc414c", + "reference": "20efddf17cd5105dfbf19282048432aa28bc414c", "shasum": "" }, "require": { @@ -30,7 +30,7 @@ "php-vcr/phpunit-testlistener-vcr": "dev-php8", "phpmd/phpmd": "^2", "phpunit/phpunit": "^9", - "rector/rector": "^0.14.0", + "rector/rector": "^0.15.7", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2023-01-17T01:10:54+00:00" + "time": "2023-08-08T03:20:20+00:00" }, { "name": "agaric/oxford-comma", @@ -649,16 +649,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.6", + "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", - "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", "shasum": "" }, "require": { @@ -705,7 +705,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.6" + "source": "https://github.com/composer/ca-bundle/tree/1.3.7" }, "funding": [ { @@ -721,7 +721,7 @@ "type": "tidelift" } ], - "time": "2023-06-06T12:02:59+00:00" + "time": "2023-08-30T09:31:38+00:00" }, { "name": "composer/installers", @@ -1169,16 +1169,16 @@ }, { "name": "consolidation/output-formatters", - "version": "4.3.1", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/f65524e9ecd2bd0021c4b18710005caaa6dcbd86", - "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { @@ -1217,9 +1217,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.1" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2023-05-20T03:23:06+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", @@ -1991,20 +1991,20 @@ }, { "name": "doctrine/reflection", - "version": "1.2.3", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb" + "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", - "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", + "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0 || ^2.0", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, @@ -2062,23 +2062,23 @@ ], "support": { "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.3" + "source": "https://github.com/doctrine/reflection/tree/1.2.4" }, "abandoned": "roave/better-reflection", - "time": "2022-05-31T18:46:25+00:00" + "time": "2023-07-27T18:11:59+00:00" }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.2", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8" + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8", - "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", "shasum": "" }, "require": { @@ -2118,7 +2118,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" }, "funding": [ { @@ -2126,7 +2126,7 @@ "type": "github" } ], - "time": "2022-09-10T18:51:20+00:00" + "time": "2023-08-10T19:36:49+00:00" }, { "name": "drupal/address", @@ -2997,26 +2997,26 @@ }, { "name": "drupal/captcha", - "version": "1.10.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "8.x-1.10" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "17fb9e34d03409809e3afd03bbeb8cbb489e7d0a" + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "299be76b4a309b4758f538788ca134ddbcd30307" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": ">=9.4 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1680254570", + "version": "8.x-1.14", + "datestamp": "1691598620", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3059,10 +3059,6 @@ "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, - { - "name": "soxofaan", - "homepage": "https://www.drupal.org/user/41478" - }, { "name": "thomas.frobieter", "homepage": "https://www.drupal.org/user/409335" @@ -3622,29 +3618,29 @@ }, { "name": "drupal/config_actions_provider", - "version": "1.1.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions_provider.git", - "reference": "8.x-1.1" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "b624b072151396cad6e448a8ee8d665b85e3b17f" + "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "af685e35f0d06a00c70facaee916eb2b86f8d97b" }, "require": { "drupal/config_actions": "*", - "drupal/config_provider": "^2", + "drupal/config_provider": "*", "drupal/config_sync": "*", "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1687482599", + "version": "8.x-1.3", + "datestamp": "1692990328", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3765,7 +3761,7 @@ }, { "name": "drupal/config_distro_filter", - "version": "2.0.0-alpha1", + "version": "2.0.0-alpha2", "require": { "drupal/config_distro": "*", "drupal/config_filter": "*", @@ -3774,8 +3770,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1686700514", + "version": "2.0.0-alpha2", + "datestamp": "1691786887", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4560,16 +4556,16 @@ }, { "name": "drupal/core", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "c3b194f9056a297f6d72e54056c818843cab9aba" + "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/c3b194f9056a297f6d72e54056c818843cab9aba", - "reference": "c3b194f9056a297f6d72e54056c818843cab9aba", + "url": "https://api.github.com/repos/drupal/core/zipball/c84bab7403943fbc4ed90ffcdde4460a94642b06", + "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06", "shasum": "" }, "require": { @@ -4721,13 +4717,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.9" + "source": "https://github.com/drupal/core/tree/9.5.10" }, - "time": "2023-05-03T13:26:12+00:00" + "time": "2023-07-05T09:26:59+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4771,22 +4767,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.9" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.10" }, "time": "2023-04-30T16:17:33+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "63865212817ab48815a95c6aaceafcab0b9eabee" + "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/63865212817ab48815a95c6aaceafcab0b9eabee", - "reference": "63865212817ab48815a95c6aaceafcab0b9eabee", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d149750a704e63b40a7a26afed5ad1517d515fdc", + "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc", "shasum": "" }, "require": { @@ -4795,14 +4791,11 @@ "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.9", + "drupal/core": "9.5.10", "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/promises": "~1.5.2", "guzzlehttp/psr7": "~1.9.1", - "laminas/laminas-escaper": "~2.9.0", - "laminas/laminas-feed": "~2.17.0", - "laminas/laminas-stdlib": "~3.11.0", "longwave/laminas-diactoros": "~2.14.2", "masterminds/html5": "~2.7.6", "pear/archive_tar": "~1.4.14", @@ -4857,9 +4850,9 @@ ], "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/9.5.9" + "source": "https://github.com/drupal/core-recommended/tree/9.5.10" }, - "time": "2023-05-03T13:26:12+00:00" + "time": "2023-07-05T09:26:59+00:00" }, { "name": "drupal/crop", @@ -4920,17 +4913,17 @@ }, { "name": "drupal/csp", - "version": "1.19.0", + "version": "1.20.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.19" + "reference": "8.x-1.20" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.19.zip", - "reference": "8.x-1.19", - "shasum": "ac14ab7c51ba10ac2636d5a92a02a8e762c8c4f8" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.20.zip", + "reference": "8.x-1.20", + "shasum": "21a8253ae762fcdcc4982d2cc1a086f5911c8e31" }, "require": { "drupal/core": "^9.5 || ^10", @@ -4940,8 +4933,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.19", - "datestamp": "1680929140", + "version": "8.x-1.20", + "datestamp": "1688415844", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7656,7 +7649,7 @@ "homepage": "https://www.drupal.org/user/3094661" }, { - "name": "RenatoG", + "name": "renatog", "homepage": "https://www.drupal.org/user/3326031" }, { @@ -7681,17 +7674,17 @@ }, { "name": "drupal/eca", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.1.3" + "reference": "1.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.1.3.zip", - "reference": "1.1.3", - "shasum": "be6606eacf650f7eb076ee94477838b5a4b8d9de" + "url": "https://ftp.drupal.org/files/projects/eca-1.1.4.zip", + "reference": "1.1.4", + "shasum": "fce478b8c6224997dc858bff1f8f57523c870de7" }, "require": { "dragonmantank/cron-expression": "^3.1", @@ -7716,8 +7709,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.3", - "datestamp": "1681980341", + "version": "1.1.4", + "datestamp": "1689338278", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7852,17 +7845,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.0.12", + "version": "2.0.14", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.0.12" + "reference": "2.0.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.12.zip", - "reference": "2.0.12", - "shasum": "e0e584a2f409709f4547dfe9cc7376a80f8fa317" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.14.zip", + "reference": "2.0.14", + "shasum": "ac0e3d232f3c36e0d7759f1991e08ef767d11acd" }, "require": { "drupal/core": "^9 || ^10" @@ -7870,8 +7863,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.12", - "datestamp": "1680556093", + "version": "2.0.14", + "datestamp": "1692130094", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8116,20 +8109,20 @@ }, { "name": "drupal/entity_reference_override", - "version": "2.0.0-beta1", + "version": "2.0.0-beta2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_override.git", - "reference": "2.0.0-beta1" + "reference": "2.0.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta1.zip", - "reference": "2.0.0-beta1", - "shasum": "0aa8a80f203148d02cf5dbe7bcfa4516b5236d42" + "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta2.zip", + "reference": "2.0.0-beta2", + "shasum": "8df72b040baee530fbf2186c8007c12b19f1286f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { "drupal/entity_browser": "*" @@ -8137,8 +8130,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta1", - "datestamp": "1631803154", + "version": "2.0.0-beta2", + "datestamp": "1689262248", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -8162,6 +8155,10 @@ "name": "eaton", "homepage": "https://www.drupal.org/user/16496" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -8537,26 +8534,26 @@ }, { "name": "drupal/exif_orientation", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exif_orientation.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "3650b4aaef539de83fb36a906d7d1c6047b12081" + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "264e2f8ac79e9132d05dc1abd9b519f44ae1012d" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1677517974", + "version": "8.x-1.3", + "datestamp": "1692638784", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8976,28 +8973,28 @@ }, { "name": "drupal/feeds_ical", - "version": "2.0.4", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds_ical.git", - "reference": "2.0.4" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.0.4.zip", - "reference": "2.0.4", - "shasum": "f2f0efe027f7e0ae2447575224a2056621656517" + "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.1.0.zip", + "reference": "2.1.0", + "shasum": "bdcffdd40d60e13b376cc2b7687a4ad00ff682d1" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/feeds": "*", - "johngrogg/ics-parser": "^2" + "drupal/core": "^8 || ^9 || ^10", + "drupal/feeds": "^3.0", + "johngrogg/ics-parser": "^3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1667848430", + "version": "2.1.0", + "datestamp": "1692193477", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9409,17 +9406,17 @@ }, { "name": "drupal/focal_point", - "version": "2.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.0.0" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ff677594c632b4b87aaace39a90a8cdf48ec3ed4" + "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip", + "reference": "2.0.2", + "shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5" }, "require": { "drupal/core": "^9.3 || ^10", @@ -9433,8 +9430,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1681277837", + "version": "2.0.2", + "datestamp": "1690451892", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9518,6 +9515,10 @@ "homepage": "https://www.drupal.org/u/hingo", "role": "Maintainer" }, + { + "name": "smulvih2", + "homepage": "https://www.drupal.org/user/795442" + }, { "name": "yukare", "homepage": "https://www.drupal.org/user/889254" @@ -9718,17 +9719,17 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc3", + "version": "3.0.0-rc6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc3" + "reference": "8.x-3.0-rc6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc3.zip", - "reference": "8.x-3.0-rc3", - "shasum": "8ceb6a446b69023b8c0c86baf30a205bb8163573" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc6.zip", + "reference": "8.x-3.0-rc6", + "shasum": "45d1939be11592cff64e0e3fe4e17553e754175a" }, "require": { "drupal/core": "^9 || ^10", @@ -9737,8 +9738,8 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc3", - "datestamp": "1683018296", + "version": "8.x-3.0-rc6", + "datestamp": "1693299666", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9902,26 +9903,26 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-rc1", + "version": "1.0.0-rc3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0-rc3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "90516f6aa22f4f60f1853bdceb757940f411ec7e" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc3.zip", + "reference": "8.x-1.0-rc3", + "shasum": "f9ae6c1c086f008a2911eb2ced4740ac5c307faf" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1669666957", + "version": "8.x-1.0-rc3", + "datestamp": "1688477564", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9961,7 +9962,7 @@ }, { "name": "drupal/gnode", - "version": "3.1.0", + "version": "3.2.0", "require": { "drupal/core": "^9.5 || ^10", "drupal/group": "*" @@ -9969,8 +9970,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1685092524", + "version": "3.2.0", + "datestamp": "1692969097", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10070,28 +10071,28 @@ }, { "name": "drupal/group", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/group.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/group-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "4b890350749ff1d388425da8343b8835847492d8" + "url": "https://ftp.drupal.org/files/projects/group-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "f9559b6e79db8420f9d13e9d4b2387b3a66fd03b" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/entity": "^1.2", - "drupal/variationcache": "^1.1" + "drupal/core": "^9.5 || ^10", + "drupal/entity": "^1.4", + "drupal/variationcache": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1685706327", + "version": "8.x-1.6", + "datestamp": "1693382492", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10114,7 +10115,7 @@ } ], "description": "This module allows you to group users, content and other entities", - "homepage": "http://drupal.org/project/group", + "homepage": "https://drupal.org/project/group", "support": { "source": "https://git.drupalcode.org/project/group", "issues": "https://drupal.org/project/issues/group" @@ -11281,17 +11282,17 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-rc2", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-rc2" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc2.zip", - "reference": "6.0.0-rc2", - "shasum": "69274e63d5312594cb3444656c6a0ec3800d0df4" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0.zip", + "reference": "6.0.0", + "shasum": "3c4143eb797abee04e5af47eb1885a65e6321b51" }, "require": { "drupal/core": "^9.4 || ^10.0.0" @@ -11306,11 +11307,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-rc2", - "datestamp": "1688055675", + "version": "6.0.0", + "datestamp": "1688748025", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -11436,21 +11437,21 @@ }, { "name": "drupal/markdown", - "version": "3.0.0-rc2", + "version": "3.0.0-rc3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/markdown.git", - "reference": "3.0.0-rc2" + "reference": "3.0.0-rc3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0-rc2.zip", - "reference": "3.0.0-rc2", - "shasum": "ccbb84b03ce1f5d2fdb8511595dde0980653845f" + "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0-rc3.zip", + "reference": "3.0.0-rc3", + "shasum": "93e44b3f11f4770bfbb9ff4960e6ab4f76bc36b2" }, "require": { "composer/semver": "^1.0 || ^2.0 || ^3.0", - "drupal/core": "^8 || ^9", + "drupal/core": "^9.1 || ^10", "php": ">=5.5.9" }, "suggest": { @@ -11459,8 +11460,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-rc2", - "datestamp": "1639560570", + "version": "3.0.0-rc3", + "datestamp": "1692626406", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11490,6 +11491,10 @@ { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" } ], "description": "Provides Markdown integration for Drupal and allows content to be formatted in a simple plain-text syntax that is transformed into valid HTML.", @@ -12049,17 +12054,17 @@ }, { "name": "drupal/migrate_tools", - "version": "6.0.1", + "version": "6.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "6.0.1" + "reference": "6.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.1.zip", - "reference": "6.0.1", - "shasum": "8c07d1b61b319acd4fd395e22ef9bf34d23299ba" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.2.zip", + "reference": "6.0.2", + "shasum": "9d6346306e52a6741f3eb52e32caaa95a2752ad0" }, "require": { "drupal/core": ">=9.1", @@ -12077,8 +12082,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.1", - "datestamp": "1672424943", + "version": "6.0.2", + "datestamp": "1688670937", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12175,17 +12180,17 @@ }, { "name": "drupal/minimalhtml", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/minimalhtml.git", - "reference": "2.0.1" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.1.zip", - "reference": "2.0.1", - "shasum": "4f2db971f4433d50baef4989ab0ff3a90aeebf3d" + "url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.2.zip", + "reference": "2.0.2", + "shasum": "1dc75beafb5d392fc63648826e8cecfad1a97c37" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -12197,8 +12202,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1675196668", + "version": "2.0.2", + "datestamp": "1690397749", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12234,17 +12239,17 @@ }, { "name": "drupal/minimalhtmltitle", - "version": "2.0.1", + "version": "2.0.2", "require": { "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/minimalhtml": "^2" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1675196668", + "version": "2.0.2", + "datestamp": "1690397749", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12490,7 +12495,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "fb668458cfbca9bc2c4df2964a6da3f17045c68c" + "reference": "ea777805b83809b5bf6214bb8f07ec04bc9333c4" }, "require": { "drupal/bulma": "^1.0-rc1", @@ -12505,8 +12510,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+29-dev", - "datestamp": "1681932459", + "version": "8.x-1.3+31-dev", + "datestamp": "1692751733", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -12750,26 +12755,26 @@ }, { "name": "drupal/paranoia", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paranoia.git", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "a5a1a6d0d51d5ee93052299b2cceda207e205ee2" + "url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "ef9037b90412a669e719ed7ba99a52f642e0a5be" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1619724399", + "version": "8.x-1.0-rc2", + "datestamp": "1690562977", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -13265,6 +13270,10 @@ "name": "aleksey.tk", "homepage": "https://www.drupal.org/user/22093" }, + { + "name": "bohart", + "homepage": "https://www.drupal.org/user/289861" + }, { "name": "Dylan Donkersgoed", "homepage": "https://www.drupal.org/user/2803351" @@ -13371,17 +13380,17 @@ }, { "name": "drupal/redirect", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.8" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "a7a440423434472ff7115ae69df01553f763f839" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e" }, "require": { "drupal/core": "^9.2 || ^10" @@ -13389,8 +13398,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1661806955", + "version": "8.x-1.9", + "datestamp": "1693393506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13410,6 +13419,10 @@ "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, + { + "name": "Kristen Pol", + "homepage": "https://www.drupal.org/user/8389" + }, { "name": "pifagor", "homepage": "https://www.drupal.org/user/2375692" @@ -13423,7 +13436,7 @@ }, { "name": "drupal/redirect_404", - "version": "1.8.0", + "version": "1.9.0", "require": { "drupal/core": "^9.2 || ^10", "drupal/redirect": "*" @@ -13431,8 +13444,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1661806955", + "version": "8.x-1.9", + "datestamp": "1693393506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13452,6 +13465,10 @@ "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, + { + "name": "Kristen Pol", + "homepage": "https://www.drupal.org/user/8389" + }, { "name": "pifagor", "homepage": "https://www.drupal.org/user/2375692" @@ -13627,17 +13644,17 @@ }, { "name": "drupal/riddler", - "version": "2.0.4", + "version": "2.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/riddler.git", - "reference": "2.0.4" + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/riddler-2.0.4.zip", - "reference": "2.0.4", - "shasum": "466ff2b6c1d9606be9cbc3ca5e178b3e1445d235" + "url": "https://ftp.drupal.org/files/projects/riddler-2.0.5.zip", + "reference": "2.0.5", + "shasum": "8f2496837c8a30eb3574a21a4b0490d9d35737ce" }, "require": { "drupal/captcha": "^1.1", @@ -13646,8 +13663,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1686732998", + "version": "2.0.5", + "datestamp": "1691590961", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13881,17 +13898,17 @@ }, { "name": "drupal/scn", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/scn.git", - "reference": "2.0.2" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/scn-2.0.2.zip", - "reference": "2.0.2", - "shasum": "86e59fab576c6bcc5a8a530421ef222ec37a70a9" + "url": "https://ftp.drupal.org/files/projects/scn-2.0.3.zip", + "reference": "2.0.3", + "shasum": "f13d261528b5a61884ece9deb660c8e64c7d9ce7" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -13899,8 +13916,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1659788910", + "version": "2.0.3", + "datestamp": "1689485714", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14931,7 +14948,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_facebook.git", - "reference": "83839c8d21f0b0fc921fdbe244f5531aa040a40f" + "reference": "ceb01259cc2e21d2a9b81b58e6b32322438cfe32" }, "require": { "agaric/php-facebook": "^1", @@ -14945,7 +14962,7 @@ }, "drupal": { "version": "3.0.x-dev", - "datestamp": "1673634487", + "datestamp": "1689208381", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -15317,17 +15334,17 @@ }, { "name": "drupal/taxonomy_manager", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.8" + "reference": "2.0.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.8.zip", - "reference": "2.0.8", - "shasum": "efe398ad5c058ae94ea3351ed7ddd1db9116a8e6" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.9.zip", + "reference": "2.0.9", + "shasum": "c1956d809ba2149b294eb68fe2f06ada34f4cadc" }, "require": { "drupal/core": "^9.3 || ^10", @@ -15336,8 +15353,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.8", - "datestamp": "1671544036", + "version": "2.0.9", + "datestamp": "1691588453", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15527,7 +15544,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/tomselect.git", - "reference": "2e1652b7a07ad3c18461a95a0f09fbdfc5d0d893" + "reference": "c92e12cf22d327cd108ba2c0105e62d2fd755939" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -15539,7 +15556,7 @@ }, "drupal": { "version": "1.0.x-dev", - "datestamp": "1682635132", + "datestamp": "1689033406", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -15724,6 +15741,14 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "Christian.wiedemann", + "homepage": "https://www.drupal.org/user/861002" + }, + { + "name": "DuaelFr", + "homepage": "https://www.drupal.org/user/931394" + }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -15779,6 +15804,14 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "Christian.wiedemann", + "homepage": "https://www.drupal.org/user/861002" + }, + { + "name": "DuaelFr", + "homepage": "https://www.drupal.org/user/931394" + }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -15833,6 +15866,14 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "Christian.wiedemann", + "homepage": "https://www.drupal.org/user/861002" + }, + { + "name": "DuaelFr", + "homepage": "https://www.drupal.org/user/931394" + }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -15887,6 +15928,14 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "Christian.wiedemann", + "homepage": "https://www.drupal.org/user/861002" + }, + { + "name": "DuaelFr", + "homepage": "https://www.drupal.org/user/931394" + }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -16620,7 +16669,7 @@ "source": { "type": "git", "url": "git@git.drupal.org:project/workflow_buttons.git", - "reference": "3468fc989495fd9306947e6065693716a92f354a" + "reference": "8b6d2377b49f1fade47edac8a464d45ef1082c5f" }, "default-branch": true, "type": "drupal-module", @@ -16642,7 +16691,7 @@ "issues": "https://www.drupal.org/project/issues/workflow_buttons", "source": "https://git.drupalcode.org/project/workflow_buttons.git" }, - "time": "2023-06-15T18:21:30+00:00" + "time": "2023-08-02T15:18:58+00:00" }, { "name": "drupal/wysiwyg_linebreaks", @@ -16691,20 +16740,20 @@ }, { "name": "drupal/yaml_content", - "version": "1.0.0-alpha8", + "version": "1.0.0-alpha9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/yaml_content.git", - "reference": "8.x-1.0-alpha8" + "reference": "8.x-1.0-alpha9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha8.zip", - "reference": "8.x-1.0-alpha8", - "shasum": "c18ea8f2aebf4fceb1e87e206988fbee9a6230ad" + "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha9.zip", + "reference": "8.x-1.0-alpha9", + "shasum": "21854b567ef6b9a17883da061c03850f136cc9d1" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9 || ^10" }, "require-dev": { "mikey179/vfsstream": "^1.0" @@ -16712,8 +16761,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha8", - "datestamp": "1658259314", + "version": "8.x-1.0-alpha9", + "datestamp": "1690397386", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -16900,12 +16949,12 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia.git", - "reference": "d3508b43d0d133e8a9e5c534d78cd0126b45edfa" + "reference": "0716404b71144c1956eea16a1e818ddc4a214395" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=d3508b43d0d133e8a9e5c534d78cd0126b45edfa", - "reference": "d3508b43d0d133e8a9e5c534d78cd0126b45edfa", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=0716404b71144c1956eea16a1e818ddc4a214395", + "reference": "0716404b71144c1956eea16a1e818ddc4a214395", "shasum": "" }, "require": { @@ -16984,7 +17033,7 @@ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "time": "2023-04-19T13:31:28+00:00" + "time": "2023-06-27T05:18:40+00:00" }, { "name": "easyrdf/easyrdf", @@ -17294,16 +17343,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.15", + "version": "8.13.19", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "b294846e26ea985e6b1fbdfaf15387daca60c2de" + "reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b294846e26ea985e6b1fbdfaf15387daca60c2de", - "reference": "b294846e26ea985e6b1fbdfaf15387daca60c2de", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/7b60d1264ba806e68fb99b06e73e2ed07815689e", + "reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e", "shasum": "" }, "require": { @@ -17362,7 +17411,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2023-06-23T07:47:45+00:00" + "time": "2023-08-22T13:59:44+00:00" }, { "name": "giggsey/locale", @@ -18029,25 +18078,24 @@ }, { "name": "johngrogg/ics-parser", - "version": "v2.2.2", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/u01jmg3/ics-parser.git", - "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4" + "reference": "a3a291c51c378cc4a7f3aec6cd2478bdbd110575" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/69c80471a0a99142ebc72b21c2bc084e81a7c4f4", - "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/a3a291c51c378cc4a7f3aec6cd2478bdbd110575", + "reference": "a3a291c51c378cc4a7f3aec6cd2478bdbd110575", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=5.3.9" + "php": ">=5.6.40" }, "require-dev": { - "phpunit/phpunit": "^4", - "squizlabs/php_codesniffer": "~2.9.1" + "phpunit/phpunit": "^5|^9|^10" }, "type": "library", "autoload": { @@ -18082,7 +18130,7 @@ ], "support": { "issues": "https://github.com/u01jmg3/ics-parser/issues", - "source": "https://github.com/u01jmg3/ics-parser/tree/v2.2.2" + "source": "https://github.com/u01jmg3/ics-parser/tree/v3.2.1" }, "funding": [ { @@ -18090,7 +18138,7 @@ "type": "github" } ], - "time": "2020-11-02T10:28:33+00:00" + "time": "2023-02-23T16:50:46+00:00" }, { "name": "kwn/number-to-words", @@ -18147,33 +18195,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.9.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "ext-ctype": "*", + "ext-mbstring": "*", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.12.2", - "vimeo/psalm": "^3.16" - }, - "suggest": { - "ext-iconv": "*", - "ext-mbstring": "*" + "infection/infection": "^0.26.6", + "laminas/laminas-coding-standard": "~2.4.0", + "maglnet/composer-require-checker": "^3.8.0", + "phpunit/phpunit": "^9.5.18", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.22.0" }, "type": "library", "autoload": { @@ -18205,20 +18253,20 @@ "type": "community_bridge" } ], - "time": "2021-09-02T17:10:53+00:00" + "time": "2022-10-10T10:11:09+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.17.0", + "version": "2.21.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" + "reference": "52918789a417bc292ccd6fbb4b91bd78a65d50ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/52918789a417bc292ccd6fbb4b91bd78a65d50ab", + "reference": "52918789a417bc292ccd6fbb4b91bd78a65d50ab", "shasum": "" }, "require": { @@ -18226,23 +18274,24 @@ "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.7.2", - "laminas/laminas-coding-standard": "~2.2.1", - "laminas/laminas-db": "^2.13.3", - "laminas/laminas-http": "^2.15", - "laminas/laminas-servicemanager": "^3.7", - "laminas/laminas-validator": "^2.15", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.13.0", - "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.1" + "laminas/laminas-cache": "^2.13.2 || ^3.10.1", + "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-db": "^2.18", + "laminas/laminas-http": "^2.18", + "laminas/laminas-servicemanager": "^3.21.0", + "laminas/laminas-validator": "^2.30.1", + "phpunit/phpunit": "^10.2.6", + "psalm/plugin-phpunit": "^0.18.4", + "psr/http-message": "^2.0", + "vimeo/psalm": "^5.13.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -18262,11 +18311,13 @@ "license": [ "BSD-3-Clause" ], - "description": "provides functionality for consuming RSS and Atom feeds", + "description": "provides functionality for creating and consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ + "atom", "feed", - "laminas" + "laminas", + "rss" ], "support": { "chat": "https://laminas.dev/chat", @@ -18282,34 +18333,34 @@ "type": "community_bridge" } ], - "time": "2022-03-24T10:26:04+00:00" + "time": "2023-07-24T09:21:16+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.11.0", + "version": "3.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f" + "reference": "dd35c868075bad80b6718959740913e178eb4274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274", + "reference": "dd35c868075bad80b6718959740913e178eb4274", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^1.0", - "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.7" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" }, "type": "library", "autoload": { @@ -18341,7 +18392,7 @@ "type": "community_bridge" } ], - "time": "2022-07-27T12:28:58+00:00" + "time": "2023-03-20T13:51:37+00:00" }, { "name": "laminas/laminas-xml", @@ -18720,16 +18771,16 @@ }, { "name": "league/csv", - "version": "9.9.0", + "version": "9.10.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b" + "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b", - "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/d24b0d484812313b07ab74b0fe4db9661606df6c", + "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c", "shasum": "" }, "require": { @@ -18738,16 +18789,17 @@ "php": "^8.1.2" }, "require-dev": { - "doctrine/collections": "^2.1.2", + "doctrine/collections": "^2.1.3", "ext-dom": "*", "ext-xdebug": "*", - "friendsofphp/php-cs-fixer": "^v3.14.3", - "phpbench/phpbench": "^1.2.8", - "phpstan/phpstan": "^1.10.4", - "phpstan/phpstan-deprecation-rules": "^1.1.2", - "phpstan/phpstan-phpunit": "^1.3.10", - "phpstan/phpstan-strict-rules": "^1.5.0", - "phpunit/phpunit": "^10.0.14" + "friendsofphp/php-cs-fixer": "^v3.22.0", + "phpbench/phpbench": "^1.2.14", + "phpstan/phpstan": "^1.10.26", + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "phpstan/phpstan-phpunit": "^1.3.13", + "phpstan/phpstan-strict-rules": "^1.5.1", + "phpunit/phpunit": "^10.3.1", + "symfony/var-dumper": "^6.3.3" }, "suggest": { "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", @@ -18803,7 +18855,7 @@ "type": "github" } ], - "time": "2023-03-11T15:57:12+00:00" + "time": "2023-08-04T15:12:48+00:00" }, { "name": "league/oauth2-client", @@ -19298,16 +19350,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.16.0", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -19348,9 +19400,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-06-25T14:52:30+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "p3k/http", @@ -20626,16 +20678,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.18", + "version": "v0.11.20", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec" + "reference": "0fa27040553d1d280a67a4393194df5228afea5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec", - "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b", "shasum": "" }, "require": { @@ -20696,9 +20748,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.18" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" }, - "time": "2023-05-23T02:31:11+00:00" + "time": "2023-07-31T14:32:22+00:00" }, { "name": "ralouphie/getallheaders", @@ -21692,16 +21744,16 @@ }, { "name": "symfony/finder", - "version": "v6.3.0", + "version": "v6.3.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2" + "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d9b01ba073c44cef617c7907ce2419f8d00d75e2", - "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2", + "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e", + "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e", "shasum": "" }, "require": { @@ -21736,7 +21788,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.3.0" + "source": "https://github.com/symfony/finder/tree/v6.3.3" }, "funding": [ { @@ -21752,7 +21804,7 @@ "type": "tidelift" } ], - "time": "2023-04-02T01:25:41+00:00" + "time": "2023-07-31T08:31:44+00:00" }, { "name": "symfony/http-client-contracts", @@ -22254,16 +22306,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -22275,7 +22327,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -22315,7 +22367,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -22331,7 +22383,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -22589,16 +22641,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -22607,7 +22659,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -22645,7 +22697,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, "funding": [ { @@ -22661,20 +22713,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", "shasum": "" }, "require": { @@ -22683,7 +22735,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -22724,7 +22776,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" }, "funding": [ { @@ -22740,7 +22792,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", @@ -23243,16 +23295,16 @@ }, { "name": "symfony/string", - "version": "v6.3.0", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f" + "reference": "53d1a83225002635bca3482fcbf963001313fb68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f", - "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f", + "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", + "reference": "53d1a83225002635bca3482fcbf963001313fb68", "shasum": "" }, "require": { @@ -23309,7 +23361,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.0" + "source": "https://github.com/symfony/string/tree/v6.3.2" }, "funding": [ { @@ -23325,7 +23377,7 @@ "type": "tidelift" } ], - "time": "2023-03-21T21:06:29+00:00" + "time": "2023-07-05T08:41:27+00:00" }, { "name": "symfony/translation", @@ -23602,16 +23654,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.25", + "version": "v5.4.28", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede" + "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82269f73c0f0f9859ab9b6900eebacbe54954ede", - "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73", + "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73", "shasum": "" }, "require": { @@ -23625,6 +23677,7 @@ "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" @@ -23670,7 +23723,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.25" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.28" }, "funding": [ { @@ -23686,7 +23739,7 @@ "type": "tidelift" } ], - "time": "2023-06-20T20:56:26+00:00" + "time": "2023-08-24T13:38:36+00:00" }, { "name": "symfony/yaml", @@ -24698,26 +24751,26 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "3.20.0", + "version": "3.21.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59" + "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", - "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda", + "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^3.2.1", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "laminas/laminas-stdlib": "^3.17", + "php": "~8.1.0 || ~8.2.0", "psr/container": "^1.0" }, "conflict": { "ext-psr": "*", - "laminas/laminas-code": "<3.3.1", + "laminas/laminas-code": "<4.10.0", "zendframework/zend-code": "<3.3.1", "zendframework/zend-servicemanager": "*" }, @@ -24729,18 +24782,19 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11.99.5", - "laminas/laminas-coding-standard": "~2.4.0", + "friendsofphp/proxy-manager-lts": "^1.0.14", + "laminas/laminas-code": "^4.10.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-container-config-test": "^0.8", "laminas/laminas-dependency-plugin": "^2.2", - "mikey179/vfsstream": "^1.6.11@alpha", - "ocramius/proxy-manager": "^2.14.1", - "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0.0" + "mikey179/vfsstream": "^1.6.11", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.17", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8.0" }, "suggest": { - "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" + "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" }, "bin": [ "bin/generate-deps-for-config-factory", @@ -24784,7 +24838,7 @@ "type": "community_bridge" } ], - "time": "2022-12-01T17:03:38+00:00" + "time": "2023-05-14T12:24:54+00:00" }, { "name": "laminas/laminas-text", @@ -24899,21 +24953,22 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.36", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5" + "reference": "d721420086f146640acecebb7a678661a66e97d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", - "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/d721420086f146640acecebb7a678661a66e97d5", + "reference": "d721420086f146640acecebb7a678661a66e97d5", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^1.10.1", + "phpstan/phpstan-deprecation-rules": "^1.1.4", "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" @@ -24924,7 +24979,6 @@ "drupal/core-recommended": "^8.8@alpha || ^9.0", "drush/drush": "^9.6 || ^10.0 || ^11", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", "slevomat/coding-standard": "^7.1", @@ -24983,7 +25037,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.36" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.0" }, "funding": [ { @@ -24999,20 +25053,20 @@ "type": "tidelift" } ], - "time": "2023-06-28T20:24:39+00:00" + "time": "2023-08-24T20:32:56+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.22", + "version": "1.10.32", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287" + "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/97d694dfd4ceb57bcce4e3b38548f13ea62e4287", - "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44", + "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44", "shasum": "" }, "require": { @@ -25061,25 +25115,25 @@ "type": "tidelift" } ], - "time": "2023-06-30T20:04:11+00:00" + "time": "2023-08-24T21:54:50+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" + "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", - "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", + "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.10.3" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -25107,9 +25161,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.4" }, - "time": "2023-03-17T07:50:08+00:00" + "time": "2023-08-05T09:02:04+00:00" }, { "name": "symfony/browser-kit", @@ -25263,16 +25317,16 @@ }, { "name": "symfony/css-selector", - "version": "v5.4.21", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d" + "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/95f3c7468db1da8cc360b24fa2a26e7cefcb355d", - "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", + "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", "shasum": "" }, "require": { @@ -25309,7 +25363,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.21" + "source": "https://github.com/symfony/css-selector/tree/v5.4.26" }, "funding": [ { @@ -25325,7 +25379,7 @@ "type": "tidelift" } ], - "time": "2023-02-14T08:03:56+00:00" + "time": "2023-07-07T06:10:25+00:00" }, { "name": "symfony/dom-crawler", @@ -25403,16 +25457,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -25421,7 +25475,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25462,7 +25516,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -25478,7 +25532,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" } ], "aliases": [ From bb9f5548f21febbb07fc548ada7274942e8516d8 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 12:31:53 -0700 Subject: [PATCH 041/145] Remove unused use statement --- web/themes/custom/agarica/agarica.theme | 1 - 1 file changed, 1 deletion(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 5630b67..b481d72 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -3,7 +3,6 @@ use Drupal\block\Entity\Block; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Url; -use Drupal\node\Entity\Node; /** * Implements hook_preprocess_node() for NODE document templates. From e9a3784f41202fb2011858c0b974d7303564606f Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 13:30:17 -0700 Subject: [PATCH 042/145] Remove authoring details from title paragraph, to be displayed on every node with authors --- web/themes/custom/agarica/agarica.theme | 25 ------------------------ web/themes/custom/agarica/patternlibrary | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index b481d72..f33ab51 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -18,22 +18,6 @@ function agarica_preprocess_node(&$variables) { $allowed_regions = ['secondary_menu']; agarica_add_regions_to_node($allowed_regions, $variables); } - $field_body_paragraph = $variables['elements']['field_body_paragraph'] ?? NULL; - if (isset($field_body_paragraph)) { - $max_key = max(array_map('intval', array_keys($field_body_paragraph))); - for ($i = 0; $i <= $max_key; $i++) { - if ($field_body_paragraph[$i]['#paragraph']->getType() === 'title') { - - $renderer = \Drupal::service('renderer'); - - $authors_html = $renderer->render($variables['content']['field_authors']); - $date_html = $variables['date']; - - $field_body_paragraph[$i]['#paragraph']->authors_html = $authors_html; - $field_body_paragraph[$i]['#paragraph']->date_html = $date_html; - } - } - } } /** @@ -137,12 +121,3 @@ function agarica_languague_switch_link() { return $links_render_array; } - -/** -* Implements hook_preprocess_HOOK() for field__field_title template. -*/ -function agarica_preprocess_paragraph__title(&$variables) { - $field_title = $variables['content']['field_title']['#object']; - $variables['authors'] = $field_title->authors_html; - $variables['date'] = $field_title->date_html; -} diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index be59bfd..5c64104 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit be59bfdb2c1479bc06106b3e6944c9e9062df1b3 +Subproject commit 5c64104e87d2d77a926edfcd13ddbf1c3f022815 From c9323a599debc61d3d1f867b468313f6ea0c2525 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 15:09:16 -0700 Subject: [PATCH 043/145] Update format of regionincontent constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c865ff..06ac099 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "drupal/r4032login": "^2", "drupal/rabbit_hole": "^1.0@beta", "drupal/redirect": "^1.2", - "drupal/regionincontent": "1.x-dev", + "drupal/regionincontent": "1.x-dev@dev", "drupal/registration_role": "^1", "drupal/require_on_publish": "^1", "drupal/role_delegation": "^1", From 382d20455dde4aa80bfc90521110ae363e7d9f50 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 15:10:40 -0700 Subject: [PATCH 044/145] Add patch to prevent fatal error while loading non-existent images (should only affect staging env) https://www.drupal.org/project/drupal/issues/2827921 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06ac099..0fe3c7c 100644 --- a/composer.json +++ b/composer.json @@ -218,7 +218,8 @@ }, "drupal/core": { "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", - "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" + "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch", + "Exception thrown by responsive srcset images when the image is not yet in the file system (such as with Stage File Proxy)": "https://www.drupal.org/files/issues/2021-09-03/responsive_image-remove_missing_response_image_width_exception-2827921-22.patch" }, "drupal/ds": { "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" From 9ea162b7641aa02e9efbf93541d96ec416f56c02 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 15:31:55 -0700 Subject: [PATCH 045/145] Apply automatic drupal updates --- config/captcha.settings.yml | 7 ++++--- config/core.entity_view_display.node.blog.default.yml | 3 +++ config/core.entity_view_display.node.blog.teaser.yml | 2 ++ .../core.entity_view_display.paragraph.title.columnar.yml | 1 + config/views.view.redirect.yml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/config/captcha.settings.yml b/config/captcha.settings.yml index 6e10d2e..07feb0b 100644 --- a/config/captcha.settings.yml +++ b/config/captcha.settings.yml @@ -1,14 +1,15 @@ _core: default_config_hash: hSAUW7BoAd9YUpKcVKyZpW4wY67g4XZAYlt3Vnz6SVA -enabled_default: 0 +enable_globally: 0 +enable_globally_on_admin_routes: false default_challenge: riddler/Riddler description: 'Please help us focus on people and not spambots by answering this question.' administration_mode: true -allow_on_admin_pages: false +administration_mode_on_admin_routes: false whitelist_ips: '' -add_captcha_description: true wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct. Do we need to make our website more clear about what we do?' default_validation: 1 persistence: 3 enable_stats: false log_wrong_responses: true +title: CAPTCHA diff --git a/config/core.entity_view_display.node.blog.default.yml b/config/core.entity_view_display.node.blog.default.yml index 85dae85..ce02edd 100644 --- a/config/core.entity_view_display.node.blog.default.yml +++ b/config/core.entity_view_display.node.blog.default.yml @@ -32,6 +32,7 @@ third_party_settings: attributes: '' link_attribute: '' link_custom: '' + label: '' regions: { } _core: default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM @@ -50,7 +51,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.teaser.yml b/config/core.entity_view_display.node.blog.teaser.yml index fc89f9b..8e4ab04 100644 --- a/config/core.entity_view_display.node.blog.teaser.yml +++ b/config/core.entity_view_display.node.blog.teaser.yml @@ -80,7 +80,9 @@ hidden: field_meta_tags: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.title.columnar.yml b/config/core.entity_view_display.paragraph.title.columnar.yml index 59bfac4..8643181 100644 --- a/config/core.entity_view_display.paragraph.title.columnar.yml +++ b/config/core.entity_view_display.paragraph.title.columnar.yml @@ -53,3 +53,4 @@ content: hidden: field_style_classes: true field_style_titlebar: true + search_api_excerpt: true diff --git a/config/views.view.redirect.yml b/config/views.view.redirect.yml index e61ab5a..2a68442 100644 --- a/config/views.view.redirect.yml +++ b/config/views.view.redirect.yml @@ -247,7 +247,7 @@ display: type: basic options: submit_button: Filter - reset_button: false + reset_button: true reset_button_label: Reset exposed_sorts_label: 'Sort by' expose_sort_order: true From 4b5f7ed0ae1cbc39f61f96fca7eba0a0868f3265 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 30 Aug 2023 15:32:32 -0700 Subject: [PATCH 046/145] Update lock file --- composer.lock | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index d84872d..0d0159e 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": "98f78ebfe6e67720790a2462aa65171e", + "content-hash": "60b4dd715c9f7188b88fbcf434055a32", "packages": [ { "name": "abraham/twitteroauth", @@ -13486,7 +13486,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/regionincontent.git", - "reference": "c21fc82411cd036b9b8f03243c21700736118b55" + "reference": "d31fab70e777fbf4008ab3561a10bb1530eb08c2" }, "require": { "drupal/core": "^8.8.0 || ^9.0" @@ -13497,8 +13497,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1646497509", + "version": "8.x-1.0+1-dev", + "datestamp": "1693422741", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -13510,6 +13510,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" From 1638ad1b750b41d9cc040365c463ddb0edc4dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Oct 2023 17:40:45 -0400 Subject: [PATCH 047/145] Prevent PHP notices on content view modes with no body paragraph --- web/themes/custom/agarica/agarica.theme | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index f33ab51..107e557 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -18,6 +18,22 @@ function agarica_preprocess_node(&$variables) { $allowed_regions = ['secondary_menu']; agarica_add_regions_to_node($allowed_regions, $variables); } + $field_body_paragraph = $variables['elements']['field_body_paragraph'] ?? NULL; + if (isset($field_body_paragraph)) { + $max_key = max(array_map('intval', array_keys($field_body_paragraph))); + for ($i = 0; $i <= $max_key; $i++) { + if ($field_body_paragraph[$i]['#paragraph']->getType() === 'title') { + + $renderer = \Drupal::service('renderer'); + + $authors_html = $renderer->render($variables['content']['field_authors']); + $date_html = $variables['date']; + + $field_body_paragraph[$i]['#paragraph']->authors_html = $authors_html; + $field_body_paragraph[$i]['#paragraph']->date_html = $date_html; + } + } + } } /** From 25713e5d9c8c2322baa6e5a9501b800728204c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Oct 2023 17:41:31 -0400 Subject: [PATCH 048/145] Update DDEV .gitignore --- .ddev/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index b7b8076..725bc73 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -11,6 +11,7 @@ /.homeadditions /.importdb* /.sshimageBuild +/.venv /.webimageBuild /.webimageExtra /apache/apache-site.conf @@ -19,7 +20,7 @@ /commands/host/launch /commands/web/xdebug /commands/web/live -/config.*.y*ml +/config.local.y*ml /db_snapshots /import-db /import.yaml @@ -29,6 +30,7 @@ /postgres/postgresql.conf /providers/platform.yaml /sequelpro.spf +/settings/settings.ddev.py /traefik/config/agaric-coop.yaml /traefik/certs/agaric-coop.crt /traefik/certs/agaric-coop.key From 75e0bb9d21e5d80b095d16a701a18ee2d60f6720 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 20 Oct 2023 17:47:40 -0400 Subject: [PATCH 049/145] Remove authoring details from title paragraph, to be displayed on every node with authors --- web/themes/custom/agarica/agarica.theme | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 107e557..f33ab51 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -18,22 +18,6 @@ function agarica_preprocess_node(&$variables) { $allowed_regions = ['secondary_menu']; agarica_add_regions_to_node($allowed_regions, $variables); } - $field_body_paragraph = $variables['elements']['field_body_paragraph'] ?? NULL; - if (isset($field_body_paragraph)) { - $max_key = max(array_map('intval', array_keys($field_body_paragraph))); - for ($i = 0; $i <= $max_key; $i++) { - if ($field_body_paragraph[$i]['#paragraph']->getType() === 'title') { - - $renderer = \Drupal::service('renderer'); - - $authors_html = $renderer->render($variables['content']['field_authors']); - $date_html = $variables['date']; - - $field_body_paragraph[$i]['#paragraph']->authors_html = $authors_html; - $field_body_paragraph[$i]['#paragraph']->date_html = $date_html; - } - } - } } /** From 352920b6569feba60752df5c47f8cd4498e1f64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Oct 2023 17:48:00 -0400 Subject: [PATCH 050/145] Add VScode workspace opener --- agaric-coop.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 agaric-coop.code-workspace diff --git a/agaric-coop.code-workspace b/agaric-coop.code-workspace new file mode 100644 index 0000000..5709732 --- /dev/null +++ b/agaric-coop.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} From b629e7ef1998c6d12604ee8d25a5feba04c8f8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Oct 2023 18:32:04 -0400 Subject: [PATCH 051/145] Add Clean Taxonomy module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0fe3c7c..167b460 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,7 @@ "drupal/ckeditor_markdown": "^1.3", "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", + "drupal/cleantaxonomy": "2.0.x-dev@dev", "drupal/coffee": "1.x-dev", "drupal/comment_notify": "dev-1.x", "drupal/content_lock": "^2.2", From 0f5d209817c251dd1316bed0030c3fbbcec87e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Oct 2023 18:32:10 -0400 Subject: [PATCH 052/145] Update composer lock --- composer.lock | 848 +++++++++++++++++++++++++------------------------- 1 file changed, 423 insertions(+), 425 deletions(-) diff --git a/composer.lock b/composer.lock index 0d0159e..420c7cb 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": "60b4dd715c9f7188b88fbcf434055a32", + "content-hash": "6cd456b663ae308f0bac9c58ec4e769d", "packages": [ { "name": "abraham/twitteroauth", @@ -120,10 +120,10 @@ }, { "name": "agaric/php-facebook", - "version": "1.0.0", + "version": "dev-main", "source": { "type": "git", - "url": "https://gitlab.com/agaric/php/php-facebook.git", + "url": "git@gitlab.com:agaric/php/php-facebook.git", "reference": "a0cc6954345d7d1cdf51c571e7950afa01127441" }, "dist": { @@ -135,6 +135,7 @@ "require": { "league/oauth2-facebook": "^2.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -170,11 +171,7 @@ "oauth2", "post" ], - "support": { - "issues": "https://gitlab.com/agaric/php/php-facebook/-/issues", - "source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0" - }, - "time": "2022-05-11T20:31:53+00:00" + "time": "2022-05-12T00:31:33+00:00" }, { "name": "albertofem/rsync-lib", @@ -1868,16 +1865,16 @@ }, { "name": "doctrine/deprecations", - "version": "v1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" + "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", - "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931", + "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931", "shasum": "" }, "require": { @@ -1909,9 +1906,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" + "source": "https://github.com/doctrine/deprecations/tree/1.1.2" }, - "time": "2023-06-03T09:27:29+00:00" + "time": "2023-09-27T20:04:15+00:00" }, { "name": "doctrine/lexer", @@ -2203,17 +2200,17 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.4.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.4.1" + "reference": "3.4.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.1.zip", - "reference": "3.4.1", - "shasum": "bcb15ab40016becdb3ac8f21d7d1a721f48f3577" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip", + "reference": "3.4.2", + "shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854" }, "require": { "drupal/core": "^9.2 || ^10" @@ -2224,8 +2221,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.4.1", - "datestamp": "1684944156", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2284,7 +2281,7 @@ }, { "name": "drupal/admin_toolbar_links_access_filter", - "version": "3.4.1", + "version": "3.4.2", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^9.2 || ^10" @@ -2292,8 +2289,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.4.1", - "datestamp": "1684944156", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2342,7 +2339,7 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "3.4.1", + "version": "3.4.2", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^9.2 || ^10" @@ -2350,8 +2347,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.4.1", - "datestamp": "1684944156", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3077,35 +3074,32 @@ }, { "name": "drupal/checklistapi", - "version": "2.1.3", + "version": "2.1.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.1.3" + "reference": "2.1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.3.zip", - "reference": "2.1.3", - "shasum": "05c28a384044049af26a51c23c846cdd0eea9ce7" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.5.zip", + "reference": "2.1.5", + "shasum": "9d91ecdcba1fc1d4805a6ddc06a6ba5ca8a63fc9" }, "require": { "drupal/core": "^9.3 || ^10", - "php": ">=5.6.0" + "php": ">=7.3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1687522401", + "version": "2.1.5", + "datestamp": "1697644052", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, - "branch-alias": { - "dev-master": "1.x-dev" - }, "drush": { "services": { "drush.services.yml": "^10" @@ -3166,7 +3160,7 @@ "extra": { "drupal": { "version": "1.0.2", - "datestamp": "1687261951", + "datestamp": "1695740655", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3387,6 +3381,68 @@ "issues": "https://www.drupal.org/project/issues/classitup" } }, + { + "name": "drupal/cleantaxonomy", + "version": "dev-2.0.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/cleantaxonomy.git", + "reference": "5069e86a550655abe3903d4f1aa748e819d41ffa" + }, + "require": { + "drupal/core": "^8.7|^9.0", + "php": ">=7.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1697444706", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Gaurav kapoor", + "homepage": "https://drupal.org/u/gauravkapoor", + "role": "Author" + }, + { + "name": "Anmol Goel", + "homepage": "https://drupal.org/u/anmolgoyal74", + "role": "Maintainer" + }, + { + "name": "MeenakshiG", + "homepage": "https://www.drupal.org/user/3533675" + }, + { + "name": "pritish.kumar", + "homepage": "https://www.drupal.org/user/3520580" + } + ], + "description": "This extension provides new commands for Drush.", + "homepage": "https://www.drupal.org/project/cleantaxonomy", + "support": { + "source": "https://git.drupalcode.org/project/cleantaxonomy", + "issues": "https://www.drupal.org/project/issues/cleantaxonomy" + } + }, { "name": "drupal/coffee", "version": "dev-1.x", @@ -3458,7 +3514,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/comment_notify.git", - "reference": "6a6d7a99305a54ff643d284587f05c6ede052cb6" + "reference": "bbfd0413358b1a15b063cda9b9aabe519315a2ef" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -3470,8 +3526,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+3-dev", - "datestamp": "1679408494", + "version": "8.x-1.4+2-dev", + "datestamp": "1697560846", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3493,12 +3549,16 @@ "homepage": "https://www.drupal.org/u/gnuget", "role": "Co-maintainer" }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, { "name": "stefanos.petrakis", "homepage": "https://www.drupal.org/user/2573064" } ], - "description": "Comment follow-up e-mail notification for anonymous as well as registered users.", + "description": "Comment follow-up email notification for anonymous as well as registered users.", "homepage": "https://drupal.org/project/comment_notify", "support": { "source": "https://git.drupalcode.org/project/comment_notify", @@ -4556,16 +4616,16 @@ }, { "name": "drupal/core", - "version": "9.5.10", + "version": "9.5.11", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06" + "reference": "8afcb233c2a71501b35fed2713167c37831d5c19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/c84bab7403943fbc4ed90ffcdde4460a94642b06", - "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06", + "url": "https://api.github.com/repos/drupal/core/zipball/8afcb233c2a71501b35fed2713167c37831d5c19", + "reference": "8afcb233c2a71501b35fed2713167c37831d5c19", "shasum": "" }, "require": { @@ -4717,13 +4777,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.10" + "source": "https://github.com/drupal/core/tree/9.5.11" }, - "time": "2023-07-05T09:26:59+00:00" + "time": "2023-09-19T17:58:28+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.10", + "version": "9.5.11", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4767,22 +4827,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.10" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.11" }, "time": "2023-04-30T16:17:33+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.10", + "version": "9.5.11", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc" + "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d149750a704e63b40a7a26afed5ad1517d515fdc", - "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/af3521be5376e333ddcdbd31c5a169f16423b46f", + "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f", "shasum": "" }, "require": { @@ -4791,7 +4851,7 @@ "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.10", + "drupal/core": "9.5.11", "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/promises": "~1.5.2", @@ -4850,9 +4910,9 @@ ], "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/9.5.10" + "source": "https://github.com/drupal/core-recommended/tree/9.5.11" }, - "time": "2023-07-05T09:26:59+00:00" + "time": "2023-09-19T17:58:28+00:00" }, { "name": "drupal/crop", @@ -4913,28 +4973,28 @@ }, { "name": "drupal/csp", - "version": "1.20.0", + "version": "1.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.20" + "reference": "8.x-1.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.20.zip", - "reference": "8.x-1.20", - "shasum": "21a8253ae762fcdcc4982d2cc1a086f5911c8e31" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.21.zip", + "reference": "8.x-1.21", + "shasum": "712a65363793e1eeb93a418f7b4b1fc6662e3196" }, "require": { "drupal/core": "^9.5 || ^10", "ext-json": "*", - "php": ">=7.2" + "php": ">=7.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.20", - "datestamp": "1688415844", + "version": "8.x-1.21", + "datestamp": "1695423069", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5688,18 +5748,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -5788,18 +5840,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -5879,18 +5923,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -5975,18 +6011,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -6091,18 +6119,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -6555,18 +6575,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -6719,18 +6731,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -6901,18 +6905,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -7068,22 +7064,18 @@ "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -7166,22 +7158,18 @@ "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -7659,10 +7647,6 @@ { "name": "tatarbj", "homepage": "https://www.drupal.org/user/649590" - }, - { - "name": "volkswagenchick", - "homepage": "https://www.drupal.org/user/3332522" } ], "description": "Adds configuration to the system breadcrumbs.", @@ -7845,17 +7829,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.0.14", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.0.14" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.14.zip", - "reference": "2.0.14", - "shasum": "ac0e3d232f3c36e0d7759f1991e08ef767d11acd" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.3.zip", + "reference": "2.1.3", + "shasum": "d050d25a6daf2cf59bfd9bcc9cdb9b060d9dc5f6" }, "require": { "drupal/core": "^9 || ^10" @@ -7863,8 +7847,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.14", - "datestamp": "1692130094", + "version": "2.1.3", + "datestamp": "1697057896", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8296,17 +8280,17 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.14", + "version": "4.0.17", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.14" + "reference": "4.0.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.14.zip", - "reference": "4.0.14", - "shasum": "ff4fe11fcd5fa08b7ba7a451302cf93e5f68449c" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.17.zip", + "reference": "4.0.17", + "shasum": "d6bf00046516aaa027e5e91aaac0800e280b5160" }, "require": { "drupal/core": "^9.2 || ^10" @@ -8314,8 +8298,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.14", - "datestamp": "1674120945", + "version": "4.0.17", + "datestamp": "1696608287", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8328,15 +8312,21 @@ ], "authors": [ { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/550110", + "email": "mateu@mateuaguilo.com" + }, + { + "name": "Ignacio Sánchez", + "homepage": "https://www.drupal.org/user/733162", + "email": "nacho@isholgueras.com" }, { "name": "mrfelton", "homepage": "https://www.drupal.org/user/305669" } ], - "description": "Adds a color indicator for the different environments.", + "description": "Environment Indicator adds some visual cuest to indicate which copy of the site are you interacting with", "homepage": "https://www.drupal.org/project/environment_indicator", "support": { "source": "https://git.drupalcode.org/project/environment_indicator" @@ -8534,17 +8524,17 @@ }, { "name": "drupal/exif_orientation", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exif_orientation.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "264e2f8ac79e9132d05dc1abd9b519f44ae1012d" + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "692d04b1ce662a204b335135a1dadaca9b6efc7b" }, "require": { "drupal/core": "^9.2 || ^10" @@ -8552,8 +8542,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1692638784", + "version": "8.x-1.4", + "datestamp": "1694623445", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8773,17 +8763,17 @@ }, { "name": "drupal/features", - "version": "5.0.0-alpha1", + "version": "3.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/features.git", - "reference": "5.0.0-alpha1" + "reference": "8.x-3.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/features-5.0.0-alpha1.zip", - "reference": "5.0.0-alpha1", - "shasum": "4279efd774c44f2a72a528c3c8f585f37005a52e" + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.13.zip", + "reference": "8.x-3.13", + "shasum": "d722769994ae9277fa99bba3abc2a891011055db" }, "require": { "drupal/config_update": "^1.4 || ^2", @@ -8792,16 +8782,16 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.0.0-alpha1", - "datestamp": "1681517363", + "version": "8.x-3.13", + "datestamp": "1686073886", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^10 || ^11" } } }, @@ -9168,6 +9158,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Anybody", + "homepage": "https://www.drupal.org/user/291091" + }, { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" @@ -9198,17 +9192,17 @@ }, { "name": "drupal/field_token_value", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_token_value.git", - "reference": "3.0.1" + "reference": "3.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.1.zip", - "reference": "3.0.1", - "shasum": "7e5c07c39e5a6afd0b7949ac2c238180b1145af9" + "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.2.zip", + "reference": "3.0.2", + "shasum": "91ad476dd57a95086fa51fbc8fa0eb6a1b99f1ad" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -9217,8 +9211,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1675564648", + "version": "3.0.2", + "datestamp": "1696584829", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9719,17 +9713,17 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc6", + "version": "3.0.0-rc7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc6" + "reference": "8.x-3.0-rc7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc6.zip", - "reference": "8.x-3.0-rc6", - "shasum": "45d1939be11592cff64e0e3fe4e17553e754175a" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc7.zip", + "reference": "8.x-3.0-rc7", + "shasum": "9f91862fc82ef8b0adbf34b26caa3c42d4f1f6b2" }, "require": { "drupal/core": "^9 || ^10", @@ -9738,8 +9732,8 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc6", - "datestamp": "1693299666", + "version": "8.x-3.0-rc7", + "datestamp": "1697193234", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9903,17 +9897,17 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-rc3", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc3" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "f9ae6c1c086f008a2911eb2ced4740ac5c307faf" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "4f5fa958362b02804564302b0dfceb39e1b38119" }, "require": { "drupal/core": "^9 || ^10" @@ -9921,8 +9915,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1688477564", + "version": "8.x-1.0-rc4", + "datestamp": "1697192878", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9962,7 +9956,7 @@ }, { "name": "drupal/gnode", - "version": "3.2.0", + "version": "3.2.1", "require": { "drupal/core": "^9.5 || ^10", "drupal/group": "*" @@ -9970,8 +9964,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.2.0", - "datestamp": "1692969097", + "version": "3.2.1", + "datestamp": "1697204379", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10123,17 +10117,17 @@ }, { "name": "drupal/gutenberg", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.7" + "reference": "8.x-2.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.7.zip", - "reference": "8.x-2.7", - "shasum": "318b65830f7809ad554c9051c2a1f7a16f2c7e02" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.8.zip", + "reference": "8.x-2.8", + "shasum": "4fdcf7bc65e67063e5f266b733a93e8176ad7a79" }, "require": { "drupal/core": "^9 || ^10", @@ -10143,8 +10137,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.7", - "datestamp": "1678298357", + "version": "8.x-2.8", + "datestamp": "1697496069", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10176,6 +10170,10 @@ "name": "Stephan Zeidler (szeidler)", "homepage": "https://www.drupal.org/u/szeidler" }, + { + "name": "roborn", + "homepage": "https://www.drupal.org/user/139474" + }, { "name": "szeidler", "homepage": "https://www.drupal.org/user/767652" @@ -10246,17 +10244,17 @@ }, { "name": "drupal/honeypot", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.1.2" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.2.zip", - "reference": "2.1.2", - "shasum": "9511fd6db37c153f2290950bf79611b27510cede" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.3.zip", + "reference": "2.1.3", + "shasum": "101105029a10a574ef6017824182500ab9905856" }, "require": { "drupal/core": "^9.2 || ^10" @@ -10267,8 +10265,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1664658244", + "version": "2.1.3", + "datestamp": "1695604754", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11282,17 +11280,17 @@ }, { "name": "drupal/linkit", - "version": "6.0.0", + "version": "6.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0" + "reference": "6.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0.zip", - "reference": "6.0.0", - "shasum": "3c4143eb797abee04e5af47eb1885a65e6321b51" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.2.zip", + "reference": "6.0.2", + "shasum": "b7d965d122403c0d1cd8b891db3ea56004026804" }, "require": { "drupal/core": "^9.4 || ^10.0.0" @@ -11307,8 +11305,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0", - "datestamp": "1688748025", + "version": "6.0.2", + "datestamp": "1696865395", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11427,6 +11425,10 @@ { "name": "wxactly", "homepage": "https://www.drupal.org/user/3181097" + }, + { + "name": "xenophyle", + "homepage": "https://www.drupal.org/user/664428" } ], "description": "Mailchimp is an integration with the Mailchimp Mass email tool.", @@ -11437,17 +11439,17 @@ }, { "name": "drupal/markdown", - "version": "3.0.0-rc3", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/markdown.git", - "reference": "3.0.0-rc3" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0-rc3.zip", - "reference": "3.0.0-rc3", - "shasum": "93e44b3f11f4770bfbb9ff4960e6ab4f76bc36b2" + "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0.zip", + "reference": "3.0.0", + "shasum": "55da33c57c0237eab26398ff112a149ece5b2d33" }, "require": { "composer/semver": "^1.0 || ^2.0 || ^3.0", @@ -11460,11 +11462,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-rc3", - "datestamp": "1692626406", + "version": "3.0.0", + "datestamp": "1693943692", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { @@ -11880,28 +11882,28 @@ }, { "name": "drupal/microformats", - "version": "2.0.0-beta2", + "version": "2.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/microformats.git", - "reference": "2.0.0-beta2" + "reference": "2.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta2.zip", - "reference": "2.0.0-beta2", - "shasum": "a2fb4123375b511ded63ff004ed0f8e41a175ec9" + "url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta3.zip", + "reference": "2.0.0-beta3", + "shasum": "2306661c616a2a340e831ecfdd969e6b06fb351e" }, "require": { "barnabywalters/mf-cleaner": "^0.1.4", - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "mf2/mf2": "~0.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta2", - "datestamp": "1633543637", + "version": "2.0.0-beta3", + "datestamp": "1695297696", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -11920,10 +11922,6 @@ { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" } ], "description": "Microformats to provide support for exchanging data objects", @@ -12083,7 +12081,7 @@ "extra": { "drupal": { "version": "6.0.2", - "datestamp": "1688670937", + "datestamp": "1694604959", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12495,7 +12493,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "ea777805b83809b5bf6214bb8f07ec04bc9333c4" + "reference": "d11d140f24ebb33957e30e22b204132db93e146b" }, "require": { "drupal/bulma": "^1.0-rc1", @@ -12510,8 +12508,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+31-dev", - "datestamp": "1692751733", + "version": "8.x-1.3+32-dev", + "datestamp": "1694046703", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -12606,17 +12604,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.15" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "2ed2d3199553010fa1c500181bbebe676e9e60c1" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "48f60810fd8086a52d56e84af8b212cce7a270e8" }, "require": { "drupal/core": "^9.3 || ^10", @@ -12640,8 +12638,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1661440897", + "version": "8.x-1.16", + "datestamp": "1694007797", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12880,17 +12878,17 @@ }, { "name": "drupal/pathauto", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "a006fe9e6046a9833711a1ae56aa4752e65bcdc8" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c" }, "require": { "drupal/core": "^9.3 || ^10", @@ -12903,8 +12901,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1660129564", + "version": "8.x-1.12", + "datestamp": "1696776683", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13591,26 +13589,26 @@ }, { "name": "drupal/require_on_publish", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/require_on_publish.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "e71817a3fc3d35cfd02fc333a0f18074f8074cfd" + "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "7bdf81eba00de04fa1e18cc5c6c3b3326524bffd" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1617046369", + "version": "8.x-1.7", + "datestamp": "1693879881", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14020,17 +14018,17 @@ }, { "name": "drupal/search_api", - "version": "1.29.0", + "version": "1.30.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.29" + "reference": "8.x-1.30" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.29.zip", - "reference": "8.x-1.29", - "shasum": "4663abbcfe5dfc159ee0886fc6c437e998fc0653" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.30.zip", + "reference": "8.x-1.30", + "shasum": "25bd2cfab6a6332c595fbc8be1c4cfff33a85ce8" }, "require": { "drupal/core": "^9.3 || ^10.0" @@ -14051,8 +14049,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.29", - "datestamp": "1679910252", + "version": "8.x-1.30", + "datestamp": "1697366291", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14060,7 +14058,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -14092,17 +14090,17 @@ }, { "name": "drupal/search_api_autocomplete", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "9be80f9187252adbb265402276e9bdce6a5698cd" + "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "80f75774776cee193624fe5731906e35bff160f6" }, "require": { "drupal/core": "^9.2 || ^10", @@ -14114,8 +14112,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1664975494", + "version": "8.x-1.8", + "datestamp": "1697366383", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14146,21 +14144,21 @@ }, { "name": "drupal/search_api_saved_searches", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_saved_searches.git", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "0e52214b4b79a6c27dc1233274cbff45203ba648" + "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "dc66da9ca59c158b6004dc5a27ceb53c1fe0828e" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/search_api": "^1.8" + "drupal/core": "^9.2 || ^10", + "drupal/search_api": "^1.20" }, "require-dev": { "drupal/facets": "@dev", @@ -14169,8 +14167,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1613930452", + "version": "8.x-1.0-alpha4", + "datestamp": "1697360867", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -14503,10 +14501,6 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "Poieo", "homepage": "https://www.drupal.org/user/303228" @@ -14952,11 +14946,11 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_facebook.git", - "reference": "ceb01259cc2e21d2a9b81b58e6b32322438cfe32" + "reference": "9d988d3aea0ce2f88b7c0c864517defa0b399707" }, "require": { - "agaric/php-facebook": "^1", - "drupal/core": "^8 || ^9", + "agaric/php-facebook": "dev-main", + "drupal/core": "^8 || ^9 || ^10", "drupal/social_post": "^3" }, "type": "drupal-module", @@ -14966,7 +14960,7 @@ }, "drupal": { "version": "3.0.x-dev", - "datestamp": "1689208381", + "datestamp": "1695249488", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -15317,10 +15311,6 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "robertDouglass", "homepage": "https://www.drupal.org/user/5449" @@ -15620,6 +15610,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -16417,17 +16411,17 @@ }, { "name": "drupal/webform", - "version": "6.1.5", + "version": "6.1.7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.1.5" + "reference": "6.1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.1.5.zip", - "reference": "6.1.5", - "shasum": "a6d3f10b377add2db2823134b819d443f7a88f86" + "url": "https://ftp.drupal.org/files/projects/webform-6.1.7.zip", + "reference": "6.1.7", + "shasum": "6eee721871ec6588fb3f3607165576ad1714a766" }, "require": { "drupal/core": "^9.3" @@ -16475,8 +16469,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.5", - "datestamp": "1686599078", + "version": "6.1.7", + "datestamp": "1696976671", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16673,7 +16667,7 @@ "source": { "type": "git", "url": "git@git.drupal.org:project/workflow_buttons.git", - "reference": "8b6d2377b49f1fade47edac8a464d45ef1082c5f" + "reference": "f57c2af88ada6447478e1ce17dd827b571fa8d47" }, "default-branch": true, "type": "drupal-module", @@ -16695,7 +16689,7 @@ "issues": "https://www.drupal.org/project/issues/workflow_buttons", "source": "https://git.drupalcode.org/project/workflow_buttons.git" }, - "time": "2023-08-02T15:18:58+00:00" + "time": "2023-09-18T16:54:50+00:00" }, { "name": "drupal/wysiwyg_linebreaks", @@ -16953,12 +16947,12 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia.git", - "reference": "0716404b71144c1956eea16a1e818ddc4a214395" + "reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=0716404b71144c1956eea16a1e818ddc4a214395", - "reference": "0716404b71144c1956eea16a1e818ddc4a214395", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6", + "reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6", "shasum": "" }, "require": { @@ -16990,7 +16984,7 @@ "drupal/drutopia_storyline": "^1.1", "drupal/drutopia_user": "^1.1", "drupal/eu_cookie_compliance": "^1.9", - "drupal/features": "^5", + "drupal/features": "^3", "drupal/gdpr": "^3.0@alpha", "drupal/gin": "^3.0", "drupal/gin_toolbar": "^1.0@beta", @@ -17037,7 +17031,7 @@ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "time": "2023-06-27T05:18:40+00:00" + "time": "2023-10-16T16:08:48+00:00" }, { "name": "easyrdf/easyrdf", @@ -17347,16 +17341,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.19", + "version": "8.13.23", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e" + "reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/7b60d1264ba806e68fb99b06e73e2ed07815689e", - "reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b2dff83693cb46eb4478b193e9d94e2ff6258480", + "reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480", "shasum": "" }, "require": { @@ -17415,7 +17409,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2023-08-22T13:59:44+00:00" + "time": "2023-10-11T07:12:56+00:00" }, { "name": "giggsey/locale", @@ -18082,16 +18076,16 @@ }, { "name": "johngrogg/ics-parser", - "version": "v3.2.1", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/u01jmg3/ics-parser.git", - "reference": "a3a291c51c378cc4a7f3aec6cd2478bdbd110575" + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/a3a291c51c378cc4a7f3aec6cd2478bdbd110575", - "reference": "a3a291c51c378cc4a7f3aec6cd2478bdbd110575", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/eeb51c4c0c06e6df3266f85ea774ca314536aba4", + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4", "shasum": "" }, "require": { @@ -18134,7 +18128,7 @@ ], "support": { "issues": "https://github.com/u01jmg3/ics-parser/issues", - "source": "https://github.com/u01jmg3/ics-parser/tree/v3.2.1" + "source": "https://github.com/u01jmg3/ics-parser/tree/v3.3.1" }, "funding": [ { @@ -18142,7 +18136,7 @@ "type": "github" } ], - "time": "2023-02-23T16:50:46+00:00" + "time": "2023-10-10T09:58:49+00:00" }, { "name": "kwn/number-to-words", @@ -18199,33 +18193,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.12.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" + "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", - "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", + "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", - "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "infection/infection": "^0.26.6", - "laminas/laminas-coding-standard": "~2.4.0", + "infection/infection": "^0.27.0", + "laminas/laminas-coding-standard": "~2.5.0", "maglnet/composer-require-checker": "^3.8.0", - "phpunit/phpunit": "^9.5.18", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.22.0" + "phpunit/phpunit": "^9.6.7", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.9" }, "type": "library", "autoload": { @@ -18257,20 +18251,20 @@ "type": "community_bridge" } ], - "time": "2022-10-10T10:11:09+00:00" + "time": "2023-10-10T08:35:13+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.21.0", + "version": "2.22.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "52918789a417bc292ccd6fbb4b91bd78a65d50ab" + "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/52918789a417bc292ccd6fbb4b91bd78a65d50ab", - "reference": "52918789a417bc292ccd6fbb4b91bd78a65d50ab", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141", + "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141", "shasum": "" }, "require": { @@ -18278,24 +18272,24 @@ "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.13.2 || ^3.10.1", + "laminas/laminas-cache": "^2.13.2 || ^3.11", "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2", "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-db": "^2.18", "laminas/laminas-http": "^2.18", "laminas/laminas-servicemanager": "^3.21.0", - "laminas/laminas-validator": "^2.30.1", - "phpunit/phpunit": "^10.2.6", + "laminas/laminas-validator": "^2.38", + "phpunit/phpunit": "^10.3.1", "psalm/plugin-phpunit": "^0.18.4", "psr/http-message": "^2.0", - "vimeo/psalm": "^5.13.1" + "vimeo/psalm": "^5.14.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -18337,34 +18331,34 @@ "type": "community_bridge" } ], - "time": "2023-07-24T09:21:16+00:00" + "time": "2023-10-11T20:16:37+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.17.0", + "version": "3.18.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "dd35c868075bad80b6718959740913e178eb4274" + "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274", - "reference": "dd35c868075bad80b6718959740913e178eb4274", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf", + "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { "laminas/laminas-coding-standard": "^2.5", - "phpbench/phpbench": "^1.2.9", - "phpunit/phpunit": "^10.0.16", + "phpbench/phpbench": "^1.2.14", + "phpunit/phpunit": "^10.3.3", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.8" + "vimeo/psalm": "^5.15.0" }, "type": "library", "autoload": { @@ -18396,7 +18390,7 @@ "type": "community_bridge" } ], - "time": "2023-03-20T13:51:37+00:00" + "time": "2023-09-19T10:15:21+00:00" }, { "name": "laminas/laminas-xml", @@ -18775,16 +18769,16 @@ }, { "name": "league/csv", - "version": "9.10.0", + "version": "9.11.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c" + "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/d24b0d484812313b07ab74b0fe4db9661606df6c", - "reference": "d24b0d484812313b07ab74b0fe4db9661606df6c", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/33149c4bea4949aa4fa3d03fb11ed28682168b39", + "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39", "shasum": "" }, "require": { @@ -18859,7 +18853,7 @@ "type": "github" } ], - "time": "2023-08-04T15:12:48+00:00" + "time": "2023-09-23T10:09:54+00:00" }, { "name": "league/oauth2-client", @@ -20180,16 +20174,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.44", + "version": "2.0.45", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "149f608243f8133c61926aae26ce67d2b22b37e5" + "reference": "28d8f438a0064c9de80857e3270d071495544640" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/149f608243f8133c61926aae26ce67d2b22b37e5", - "reference": "149f608243f8133c61926aae26ce67d2b22b37e5", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/28d8f438a0064c9de80857e3270d071495544640", + "reference": "28d8f438a0064c9de80857e3270d071495544640", "shasum": "" }, "require": { @@ -20270,7 +20264,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.44" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.45" }, "funding": [ { @@ -20286,7 +20280,7 @@ "type": "tidelift" } ], - "time": "2023-06-13T08:41:47+00:00" + "time": "2023-09-15T20:55:47+00:00" }, { "name": "platformsh/client", @@ -20682,16 +20676,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.20", + "version": "v0.11.22", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b", "shasum": "" }, "require": { @@ -20720,7 +20714,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-0.11": "0.11.x-dev" + }, + "bamarni-bin": { + "bin-links": false, + "forward-command": false } }, "autoload": { @@ -20752,9 +20750,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" }, - "time": "2023-07-31T14:32:22+00:00" + "time": "2023-10-14T21:56:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -21748,16 +21746,16 @@ }, { "name": "symfony/finder", - "version": "v6.3.3", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e" + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e", - "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e", + "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4", + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4", "shasum": "" }, "require": { @@ -21792,7 +21790,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.3.3" + "source": "https://github.com/symfony/finder/tree/v6.3.5" }, "funding": [ { @@ -21808,7 +21806,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T08:31:44+00:00" + "time": "2023-09-26T12:56:25+00:00" }, { "name": "symfony/http-client-contracts", @@ -23299,16 +23297,16 @@ }, { "name": "symfony/string", - "version": "v6.3.2", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "53d1a83225002635bca3482fcbf963001313fb68" + "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", - "reference": "53d1a83225002635bca3482fcbf963001313fb68", + "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339", + "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339", "shasum": "" }, "require": { @@ -23365,7 +23363,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.2" + "source": "https://github.com/symfony/string/tree/v6.3.5" }, "funding": [ { @@ -23381,7 +23379,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T08:41:27+00:00" + "time": "2023-09-18T10:38:32+00:00" }, { "name": "symfony/translation", @@ -23658,16 +23656,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.28", + "version": "v5.4.29", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73" + "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73", - "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65", + "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65", "shasum": "" }, "require": { @@ -23727,7 +23725,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.28" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.29" }, "funding": [ { @@ -23743,7 +23741,7 @@ "type": "tidelift" } ], - "time": "2023-08-24T13:38:36+00:00" + "time": "2023-09-12T10:09:58+00:00" }, { "name": "symfony/yaml", @@ -24755,21 +24753,21 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "3.21.0", + "version": "3.22.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda" + "reference": "b4f547078af2ac3173cbe4a64e8fdfbd626c77ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda", - "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/b4f547078af2ac3173cbe4a64e8fdfbd626c77ae", + "reference": "b4f547078af2ac3173cbe4a64e8fdfbd626c77ae", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.17", - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/container": "^1.0" }, "conflict": { @@ -24790,10 +24788,9 @@ "laminas/laminas-code": "^4.10.0", "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-container-config-test": "^0.8", - "laminas/laminas-dependency-plugin": "^2.2", "mikey179/vfsstream": "^1.6.11", "phpbench/phpbench": "^1.2.9", - "phpunit/phpunit": "^10.0.17", + "phpunit/phpunit": "^10.4", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.8.0" }, @@ -24842,7 +24839,7 @@ "type": "community_bridge" } ], - "time": "2023-05-14T12:24:54+00:00" + "time": "2023-10-10T21:23:36+00:00" }, { "name": "laminas/laminas-text", @@ -24906,21 +24903,21 @@ }, { "name": "mathieuviossat/arraytotexttable", - "version": "v1.0.9", + "version": "v1.0.10", "source": { "type": "git", "url": "https://github.com/viossat/arraytotexttable.git", - "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" + "reference": "dddaf50d2c1d655b985e63337c421b298f7854be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", - "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", + "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/dddaf50d2c1d655b985e63337c421b298f7854be", + "reference": "dddaf50d2c1d655b985e63337c421b298f7854be", "shasum": "" }, "require": { - "laminas/laminas-text": "^2.9", - "php": ">=5.3.0" + "laminas/laminas-text": "^2.10", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "type": "library", "autoload": { @@ -24951,9 +24948,9 @@ ], "support": { "issues": "https://github.com/viossat/arraytotexttable/issues", - "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" + "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.10" }, - "time": "2022-08-30T15:33:10+00:00" + "time": "2023-09-21T16:42:23+00:00" }, { "name": "mglaman/phpstan-drupal", @@ -25061,16 +25058,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.32", + "version": "1.10.39", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44" + "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44", - "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d9dedb0413f678b4d03cbc2279a48f91592c97c4", + "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4", "shasum": "" }, "require": { @@ -25119,7 +25116,7 @@ "type": "tidelift" } ], - "time": "2023-08-24T21:54:50+00:00" + "time": "2023-10-17T15:46:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -25568,6 +25565,7 @@ "minimum-stability": "dev", "stability-flags": { "drupal/auto_entitylabel": 10, + "drupal/cleantaxonomy": 20, "drupal/coffee": 20, "drupal/comment_notify": 20, "drupal/convert_bundles": 15, @@ -25607,5 +25605,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From 4f252274245f81f8b44446d696166c4336286fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 24 Oct 2023 14:04:19 -0400 Subject: [PATCH 053/145] Update pattern library with newsletter signup thanks style fix Ref #241 --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 5c64104..4a926fa 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 5c64104e87d2d77a926edfcd13ddbf1c3f022815 +Subproject commit 4a926facf325901677b3b253d4aa7b1dc50c9ea9 From 2cffc1c29ee86fb8726095d4fb7022c3d2f15575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 24 Oct 2023 19:46:27 -0400 Subject: [PATCH 054/145] Add launch.json for debugging from VScode --- .vscode/launch.json | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..d614e81 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,52 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Listen for Xdebug", + "type": "php", + "request": "launch", + "port": 9003, + "hostname": "0.0.0.0", + "pathMappings": { + "/var/www/html": "${workspaceRoot}" + } + }, + { + "name": "Launch currently open script", + "type": "php", + "request": "launch", + "program": "${file}", + "cwd": "${fileDirname}", + "port": 0, + "runtimeArgs": [ + "-dxdebug.start_with_request=yes" + ], + "env": { + "XDEBUG_MODE": "debug,develop", + "XDEBUG_CONFIG": "client_port=${port}" + } + }, + { + "name": "Launch Built-in web server", + "type": "php", + "request": "launch", + "runtimeArgs": [ + "-dxdebug.mode=debug", + "-dxdebug.start_with_request=yes", + "-S", + "localhost:0" + ], + "program": "", + "cwd": "${workspaceRoot}", + "port": 9003, + "serverReadyAction": { + "pattern": "Development Server \\(http://localhost:([0-9]+)\\) started", + "uriFormat": "http://localhost:%s", + "action": "openExternally" + } + } + ] +} From 94a3767bda277c0f0a96cae9857599f7f3acb82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 12:19:39 -0500 Subject: [PATCH 055/145] Apply DDEV self-update --- .ddev/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 725bc73..cf73dcd 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -28,6 +28,7 @@ /mutagen/.start-synced /nginx_full/nginx-site.conf /postgres/postgresql.conf +/providers/lagoon.yaml /providers/platform.yaml /sequelpro.spf /settings/settings.ddev.py From 35f37767520a448eabdea745707fee76a1158153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 15:37:10 -0500 Subject: [PATCH 056/145] Fix undefined link URL notice (and show non-links!) Ref #242 --- web/themes/custom/agarica/agarica.theme | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index f33ab51..0863b2c 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -109,14 +109,22 @@ function agarica_languague_switch_link() { $links_render_array = []; // Transform the links to arrays that can be renderer. foreach ($links as $language => $link) { - $links_render_array[] = [ - '#type' => 'link', - '#url' => $link['url'], - '#title' => $link['title'], - '#options' => [ - 'language' => $link['language'], - ], - ]; + if (isset($link['url'])) { + $links_render_array[] = [ + '#type' => 'link', + '#url' => $link['url'], + '#title' => $link['title'], + '#options' => [ + 'language' => $link['language'], + ], + ]; + } else { + // If there's no URL, we take only the title and don't try to make a link. + $links_render_array[] = [ + '#type' => 'markup', + '#markup' => $link['title'], + ]; + } } return $links_render_array; From 949486dfa964d18002383614dfb4b10441594dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 17:10:56 -0500 Subject: [PATCH 057/145] Bring more into accordance with build source requirements section Ref #243 --- composer.json | 161 ++++++++++++++++++++++++++------------------------ 1 file changed, 84 insertions(+), 77 deletions(-) diff --git a/composer.json b/composer.json index 167b460..dd116fb 100644 --- a/composer.json +++ b/composer.json @@ -7,28 +7,17 @@ "prefer-stable": true, "homepage": "https://agaric.coop", "support": { - "docs": "http://docs.drutopia.org/en/latest" + "docs": "http://docs.drutopia.org/en/latest", + "issues": "https://gitlab.com/drutopia/drutopia/-/issues" }, "repositories": { - "drupal/octavia_camouflage": { + "drupal/search_api_entity_multiselect": { "type": "git", - "url": "git@gitlab.com:drutopia/octavia_camouflage.git" + "url": "https://codeberg.org/agaric/search_api_entity_multiselect.git" }, - "drupal/drutopia_collection": { + "drupal/google_analytics": { "type": "git", - "url": "git@gitlab.com:drutopia/drutopia_collection.git" - }, - "drupal/drutopia_organization": { - "type": "git", - "url": "git@git.drupal.org:project/drutopia_organization.git" - }, - "drupal/drutopia_core": { - "type": "git", - "url": "git@gitlab.com:drutopia/drutopia_core.git" - }, - "drupal/workflow_buttons": { - "type": "git", - "url": "git@git.drupal.org:project/workflow_buttons.git" + "url": "git@git.drupal.org:issue/google_analytics-3357831.git" }, "drupal": { "type": "composer", @@ -36,123 +25,140 @@ } }, "require": { - "composer/installers": "^2.2", + "composer/installers": "^2", "cweagans/composer-patches": "^1.7", + "drupal/admin_toolbar": "^3", + "drupal/allowed_formats": "^2", + "drupal/antibot": "^2", + "drupal/asset_injector": "^2", "drupal/auto_entitylabel": "^3.0@beta", "drupal/backup_migrate": "^5", - "drupal/block_class": "^2.0", + "drupal/better_exposed_filters": "^6", + "drupal/block_class": "^2", + "drupal/bpmn_io": "^1", "drupal/ckeditor_markdown": "^1.3", + "drupal/cancel_button": "^1", "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", "drupal/cleantaxonomy": "2.0.x-dev@dev", "drupal/coffee": "1.x-dev", - "drupal/comment_notify": "dev-1.x", - "drupal/content_lock": "^2.2", - "drupal/context_stack": "^1.0", - "drupal/convert_bundles": "^1.0@alpha", - "drupal/core-composer-scaffold": "^9", - "drupal/core-recommended": "^9", - "drupal/csp": "^1.13", - "drupal/customerror": "1.x-dev", - "drupal/dashboards": "^2.0", - "drupal/date_popup": "^1.1", - "drupal/datetimehideseconds": "^1.1", + "drupal/comment_notify": "^1", + "drupal/content_lock": "^2", + "drupal/context_stack": "^1", + "drupal/convert_bundles": "^2", + "drupal/core-composer-scaffold": "^10", + "drupal/core-recommended": "^10", + "drupal/csp": "^1", + "drupal/customerror": "^1", + "drupal/dashboards": "^2", + "drupal/date_popup": "^2", + "drupal/datetimehideseconds": "^1", "drupal/diff": "^1", "drupal/drd": "^4", "drupal/drd_agent": "^4", - "drupal/dropdown_language": "^3", - "drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev", - "drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev", - "drupal/drutopia_organization": "1.0.x-dev", - "drupal/drutopia_paragraph_title": "1.0.x-dev@dev", - "drupal/drutopia_site": "1.x-dev@dev", - "drupal/easy_breadcrumb": "^2.0", - "drupal/eca": "^1.0", + "drupal/dropdown_language": "^4", + "drupal/drutopia_collection": "2.0.x-dev@dev", + "drupal/drutopia_core": "2.0.x-dev@dev", + "drupal/drutopia_organization": "2.0.x-dev@dev", + "drupal/drutopia_paragraph_title": "^1", + "drupal/drutopia_site": "2.0.x-dev@dev", + "drupal/easy_breadcrumb": "^2", + "drupal/eca": "^1", "drupal/eca_context": "^1.0", "drupal/editor_advanced_link": "^2.0", - "drupal/editoria11y": "^2.0", - "drupal/empty_page": "^3", + "drupal/editoria11y": "^2", + "drupal/email_registration": "^1", + "drupal/entity_notify": "^1", "drupal/entity_reference_override": "^2", - "drupal/entitygroupfield": "^1.0@alpha", + "drupal/entitygroupfield": "^2", "drupal/environment_indicator": "^4", - "drupal/eva": "^2", + "drupal/eva": "^3", "drupal/exif_orientation": "^1", - "drupal/feeds": "^3.0@beta", + "drupal/feeds": "^3", + "drupal/feeds_ex": "^1", "drupal/feeds_ical": "^2", - "drupal/field_defaults": "^1", + "drupal/field_defaults": "^2", "drupal/field_formatter_class": "^1", - "drupal/field_token_value": "^3.0", - "drupal/filter_perms": "^1.0@alpha", - "drupal/fitvids": "^1", + "drupal/field_token_value": "^3", + "drupal/filter_perms": "^1", + "drupal/fitvids": "^2", "drupal/fixed_block_content": "^1", - "drupal/footnotes": "2.x-dev", - "drupal/geolocation": "^3.2", - "drupal/gin": "^3.0@beta", - "drupal/gin_gutenberg": "^1.0", - "drupal/gin_login": "^1.2", - "drupal/gin_toolbar": "^1.0@beta", - "drupal/google_analytics": "^4.0", - "drupal/gutenberg": "^2.5", - "drupal/hotjar": "^3.1", + "drupal/flag": "^4", + "drupal/footnotes": "^3", + "drupal/fullcalendar_view": "^5", + "drupal/geolocation": "^3", + "drupal/gin": "^3", + "drupal/gin_gutenberg": "^1", + "drupal/gin_login": "^2", + "drupal/gin_toolbar": "^1", + "drupal/google_analytics": "dev-3357831-php-8.2-compatibility", + "drupal/gutenberg": "^2", "drupal/http_cache_control": "^2", - "drupal/http_client_error_status": "^3.0", + "drupal/http_client_error_status": "^3", "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", "drupal/inline_entity_form": "^1.0@RC", - "drupal/inotherwords": "@dev", - "drupal/insert": "^2", + "drupal/inotherwords": "^3", + "drupal/insert": "^3", "drupal/key": "^1.14", "drupal/link_attributes": "^1.9", "drupal/linkit": "^6", + "drupal/mail_login": "^2.7", "drupal/markdown": "^3", + "drupal/menu_item_extras": "^2.19", "drupal/menu_link_config": "^1.0@alpha", - "drupal/menu_trail_by_path": "^2.0", + "drupal/menu_trail_by_path": "^2", "drupal/microformats": "^2", "drupal/migrate_plus": "^6", "drupal/migrate_source_csv": "^3", "drupal/migrate_tools": "^6", "drupal/migrate_upgrade": "^4", - "drupal/mobile_number": "^2.0@alpha", + "drupal/minimalhtml": "^2", "drupal/node_view_permissions": "^1.4", "drupal/noreferrer": "^1", "drupal/notfoundpassthrough": "1.x-dev", - "drupal/octavia": "1.x-dev", - "drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev", - "drupal/paragraphs_features": "^1.4", - "drupal/password_policy": "^4.0", + "drupal/octavia": "2.0.x-dev@dev", + "drupal/octavia_camouflage": "2.0.x-dev@dev", + "drupal/paragraphs_features": "^2", + "drupal/password_policy": "^4", "drupal/plausible": "^2.0@beta", "drupal/prepopulate": "^2", - "drupal/preview_link": "^1", + "drupal/preview_link": "^2", + "drupal/printable": "^3", "drupal/r4032login": "^2", "drupal/rabbit_hole": "^1.0@beta", - "drupal/redirect": "^1.2", - "drupal/regionincontent": "1.x-dev@dev", - "drupal/registration_role": "^1", + "drupal/regionincontent": "^1", + "drupal/registration_role": "^2", "drupal/require_on_publish": "^1", "drupal/role_delegation": "^1", "drupal/scheduler": "^1", "drupal/schema_metatag": "^2", - "drupal/scn": "^2.0", + "drupal/scn": "^2", "drupal/search404": "^2", "drupal/search_api_autocomplete": "^1.6", - "drupal/search_api_saved_searches": "^1.0@alpha", + "drupal/search_api_entity_multiselect": "1.0.x-dev", + "drupal/search_api_saved_searches": "^1", "drupal/seckit": "^2.0", "drupal/select_or_other": "^4.0", "drupal/shield": "^1.4", - "drupal/smart_date": "^3.5", + "drupal/smart_date": "^4.0", "drupal/sms": "^2.0", "drupal/sms_twilio": "^1.0", "drupal/social_post_facebook": "3.0.x-dev@dev", "drupal/social_post_twitter": "3.x-dev@dev", + "drupal/stringoverrides": "^1.8", "drupal/stripe_webform": "^1", "drupal/subpathauto": "^1.0@RC", + "drupal/taxonomy_import": "^2", "drupal/taxonomy_manager": "^2", "drupal/textarea_widget_for_text": "^1.1", "drupal/tomselect": "1.0.x-dev@dev", - "drupal/trim": "^1.0", + "drupal/trim": "^2", + "drupal/twig_tweak": "^3.2", "drupal/twigsuggest": "^1", "drupal/ui_patterns": "^1", "drupal/urllogin": "^2", + "drupal/unique_content_field_validation": "^1.1", "drupal/view_password": "^6", "drupal/view_unpublished": "^1.0", "drupal/views_daterange_filters": "^1.0@alpha", @@ -161,9 +167,10 @@ "drupal/webform": "^6.0", "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", - "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", + "drupal/workflow_buttons": "1.x-dev", + "drupal/wysiwyg_linebreaks": "^2", "drush/drush": "^11", - "drutopia/drutopia": "dev-8.x-1.x", + "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1", "webflo/drupal-finder": "^1.2" @@ -171,8 +178,7 @@ "require-dev": { "behat/behat": "^3.4", "behat/mink": "^1.7", - "behat/mink-goutte-driver": "^1.2", - "drupal/upgrade_status": "^3" + "drupal/upgrade_status": "^4" }, "config": { "sort-packages": true, @@ -218,6 +224,7 @@ "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" }, "drupal/core": { + "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch", "Exception thrown by responsive srcset images when the image is not yet in the file system (such as with Stage File Proxy)": "https://www.drupal.org/files/issues/2021-09-03/responsive_image-remove_missing_response_image_width_exception-2827921-22.patch" From 837d36715e7dac72b766179dead3c00539e6504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 18:02:44 -0500 Subject: [PATCH 058/145] Remove URL Login which is not really maintained anymore, and we weren't using --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index dd116fb..d867602 100644 --- a/composer.json +++ b/composer.json @@ -157,7 +157,6 @@ "drupal/twig_tweak": "^3.2", "drupal/twigsuggest": "^1", "drupal/ui_patterns": "^1", - "drupal/urllogin": "^2", "drupal/unique_content_field_validation": "^1.1", "drupal/view_password": "^6", "drupal/view_unpublished": "^1.0", From 7106c40f95548a8709add47946540618902c7c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 18:03:40 -0500 Subject: [PATCH 059/145] Remove cleantaxonomy which we weren't using --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index d867602..ccbac96 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,6 @@ "drupal/cancel_button": "^1", "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", - "drupal/cleantaxonomy": "2.0.x-dev@dev", "drupal/coffee": "1.x-dev", "drupal/comment_notify": "^1", "drupal/content_lock": "^2", From c0a1e8db6f6a22135faae8970d0dd8cbfb5b3ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 18:05:58 -0500 Subject: [PATCH 060/145] Switch to D10-compatible, no-upgrade path Stripe Webform Ref #243 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ccbac96..dc6cc13 100644 --- a/composer.json +++ b/composer.json @@ -146,7 +146,7 @@ "drupal/social_post_facebook": "3.0.x-dev@dev", "drupal/social_post_twitter": "3.x-dev@dev", "drupal/stringoverrides": "^1.8", - "drupal/stripe_webform": "^1", + "drupal/stripe_webform": "^2", "drupal/subpathauto": "^1.0@RC", "drupal/taxonomy_import": "^2", "drupal/taxonomy_manager": "^2", From 785ca1ad3defa88d4cbea37356094df650b26bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Nov 2023 18:08:47 -0500 Subject: [PATCH 061/145] Remove SMS Twilio which isn't D10 and which we weren't using Ref #243 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index dc6cc13..d57668f 100644 --- a/composer.json +++ b/composer.json @@ -142,7 +142,6 @@ "drupal/shield": "^1.4", "drupal/smart_date": "^4.0", "drupal/sms": "^2.0", - "drupal/sms_twilio": "^1.0", "drupal/social_post_facebook": "3.0.x-dev@dev", "drupal/social_post_twitter": "3.x-dev@dev", "drupal/stringoverrides": "^1.8", From bac3f62c5ca4a1b34f61bc16b449fd957bff74ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 15 Dec 2023 17:15:04 -0500 Subject: [PATCH 062/145] Format source code- alphabetize composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d57668f..6bb46f6 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "drupal/better_exposed_filters": "^6", "drupal/block_class": "^2", "drupal/bpmn_io": "^1", - "drupal/ckeditor_markdown": "^1.3", "drupal/cancel_button": "^1", + "drupal/ckeditor_markdown": "^1.3", "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", "drupal/coffee": "1.x-dev", From 2d7bf03029f33a45fa279b05f0710afe02fd2f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 15 Dec 2023 18:15:25 -0500 Subject: [PATCH 063/145] Add Super Login module though only want it if the leap at the eye symbol feature request https://www.drupal.org/project/super_login/issues/3409170 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 6bb46f6..12025a2 100644 --- a/composer.json +++ b/composer.json @@ -147,6 +147,7 @@ "drupal/stringoverrides": "^1.8", "drupal/stripe_webform": "^2", "drupal/subpathauto": "^1.0@RC", + "drupal/super_login": "^2.1", "drupal/taxonomy_import": "^2", "drupal/taxonomy_manager": "^2", "drupal/textarea_widget_for_text": "^1.1", From e8424186d39b11445d46f8f481a69af077ddb1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 15 Dec 2023 18:15:50 -0500 Subject: [PATCH 064/145] Apply DDEV self-updates --- .ddev/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index cf73dcd..788b845 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -28,8 +28,10 @@ /mutagen/.start-synced /nginx_full/nginx-site.conf /postgres/postgresql.conf +/providers/acquia.yaml /providers/lagoon.yaml /providers/platform.yaml +/providers/upsun.yaml /sequelpro.spf /settings/settings.ddev.py /traefik/config/agaric-coop.yaml From fb9535ad8361ea7296be5d567d1b97ab0514ff30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 15 Dec 2023 18:16:01 -0500 Subject: [PATCH 065/145] Update composer lock --- composer.lock | 9614 +++++++++++++++++++++++++++++++------------------ 1 file changed, 6095 insertions(+), 3519 deletions(-) diff --git a/composer.lock b/composer.lock index 420c7cb..33f7768 100644 --- a/composer.lock +++ b/composer.lock @@ -4,26 +4,26 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6cd456b663ae308f0bac9c58ec4e769d", + "content-hash": "9ba61fe25ee602ef0a333a15d407a768", "packages": [ { "name": "abraham/twitteroauth", - "version": "6.1.0", + "version": "6.2.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "20efddf17cd5105dfbf19282048432aa28bc414c" + "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/20efddf17cd5105dfbf19282048432aa28bc414c", - "reference": "20efddf17cd5105dfbf19282048432aa28bc414c", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/e6fc2e0c30371ce68427d547bdeb19725868db30", + "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "^8.0 || ^8.1" + "php": "8.*" }, "require-dev": { "php-vcr/php-vcr": "^1", @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2023-08-08T03:20:20+00:00" + "time": "2023-10-28T20:17:00+00:00" }, { "name": "agaric/oxford-comma", @@ -226,37 +226,90 @@ "time": "2018-01-13T20:13:12+00:00" }, { - "name": "asm89/stack-cors", - "version": "1.3.0", + "name": "arthurkushman/query-path", + "version": "3.1.4", "source": { "type": "git", - "url": "https://github.com/asm89/stack-cors.git", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + "url": "https://github.com/arthurkushman/querypath.git", + "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "url": "https://api.github.com/repos/arthurkushman/querypath/zipball/a62260eddc58e0b30dfeb7c9db60a8bd593d2135", + "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + "masterminds/html5": "2.*", + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "squizlabs/php_codesniffer": "^2.3" + "fzaninotto/faker": "^1.8", + "mockery/mockery": "^1.1", + "phpunit/phpunit": "^7.2" + }, + "type": "library", + "autoload": { + "files": [ + "src/qp_functions.php" + ], + "psr-4": { + "QueryPath\\": "src/", + "QueryPathTests\\": "tests/QueryPath/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", + "homepage": "https://github.com/arthurkushman/querypath", + "keywords": [ + "PHP7", + "css", + "html", + "jquery", + "xml", + "xslt" + ], + "support": { + "issues": "https://github.com/arthurkushman/querypath/issues", + "source": "https://github.com/arthurkushman/querypath/tree/3.1.4" + }, + "time": "2022-03-28T14:28:31+00:00" + }, + { + "name": "asm89/stack-cors", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0", + "symfony/http-foundation": "^4|^5|^6", + "symfony/http-kernel": "^4|^5|^6" + }, + "require-dev": { + "phpunit/phpunit": "^7|^9", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { - "Asm89\\Stack\\": "src/Asm89/Stack/" + "Asm89\\Stack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -277,9 +330,9 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/1.3.0" + "source": "https://github.com/asm89/stack-cors/tree/v2.1.1" }, - "time": "2019-12-24T22:41:47+00:00" + "time": "2022-01-18T09:12:03+00:00" }, { "name": "barnabywalters/mf-cleaner", @@ -327,16 +380,16 @@ }, { "name": "caxy/php-htmldiff", - "version": "v0.1.14", + "version": "v0.1.15", "source": { "type": "git", "url": "https://github.com/caxy/php-htmldiff.git", - "reference": "3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5" + "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5", - "reference": "3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", + "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", "shasum": "" }, "require": { @@ -382,9 +435,9 @@ ], "support": { "issues": "https://github.com/caxy/php-htmldiff/issues", - "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.14" + "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.15" }, - "time": "2022-01-19T11:09:59+00:00" + "time": "2023-11-05T23:49:04+00:00" }, { "name": "cebe/markdown", @@ -1114,22 +1167,22 @@ }, { "name": "consolidation/log", - "version": "2.1.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9" + "reference": "caaad9d70dae54eb49002666f000e3c607066878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9", + "url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878", + "reference": "caaad9d70dae54eb49002666f000e3c607066878", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1 || ^2", - "symfony/console": "^4 || ^5 || ^6" + "php": ">=8.0.0", + "psr/log": "^3", + "symfony/console": "^5 || ^6" }, "require-dev": { "phpunit/phpunit": ">=7.5.20", @@ -1160,9 +1213,9 @@ "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/2.1.1" + "source": "https://github.com/consolidation/log/tree/3.0.0" }, - "time": "2022-02-24T04:27:32+00:00" + "time": "2022-04-05T16:53:32+00:00" }, { "name": "consolidation/output-formatters", @@ -1220,32 +1273,33 @@ }, { "name": "consolidation/robo", - "version": "4.0.2", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452" + "reference": "55a272370940607649e5c46eb173c5c54f7c166d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/ccf80963abf11bdb8e90659aa99a7449b21e9452", - "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452", + "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", + "reference": "55a272370940607649e5c46eb173c5c54f7c166d", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.3", - "consolidation/config": "^1.2.1 || ^2.0.1", - "consolidation/log": "^1.1.1 || ^2.0.2", + "consolidation/annotated-command": "^4.8.1", + "consolidation/config": "^2.0.1", + "consolidation/log": "^2.0.2 || ^3", "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^2.0", "league/container": "^3.3.1 || ^4.0", - "php": ">=7.1.3", - "symfony/console": "^4.4.19 || ^5 || ^6", - "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", - "symfony/filesystem": "^4.4.9 || ^5 || ^6", - "symfony/finder": "^4.4.9 || ^5 || ^6", - "symfony/process": "^4.4.9 || ^5 || ^6", - "symfony/yaml": "^4.4 || ^5 || ^6" + "php": ">=8.0", + "phpowermove/docblock": "^4.0", + "symfony/console": "^6", + "symfony/event-dispatcher": "^6", + "symfony/filesystem": "^6", + "symfony/finder": "^6", + "symfony/process": "^6", + "symfony/yaml": "^6" }, "conflict": { "codegyre/robo": "*" @@ -1268,33 +1322,6 @@ "robo" ], "type": "library", - "extra": { - "scenarios": { - "symfony4": { - "require": { - "symfony/console": "^4.4.11", - "symfony/event-dispatcher": "^4.4.11", - "symfony/filesystem": "^4.4.11", - "symfony/finder": "^4.4.11", - "symfony/process": "^4.4.11", - "phpunit/phpunit": "^6", - "nikic/php-parser": "^2" - }, - "remove": [ - "codeception/phpunit-wrapper" - ], - "config": { - "platform": { - "php": "7.1.3" - } - } - } - }, - "branch-alias": { - "dev-master": "2.x-dev", - "dev-main": "2.x-dev" - } - }, "autoload": { "psr-4": { "Robo\\": "src" @@ -1313,9 +1340,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/4.0.2" + "source": "https://github.com/consolidation/robo/tree/4.0.6" }, - "time": "2022-04-21T09:29:58+00:00" + "time": "2023-04-30T21:49:04+00:00" }, { "name": "consolidation/self-update", @@ -1433,34 +1460,33 @@ }, { "name": "consolidation/site-process", - "version": "4.2.1", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234" + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/6c44638d7af8a8b4abe12c3180701243f480539d", + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1 || ^2", + "consolidation/config": "^2", "consolidation/site-alias": "^3 || ^4", - "php": ">=7.1.3", - "symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5", - "symfony/process": "^4.3.4 || ^5" + "php": ">=8.0.14", + "symfony/console": "^5.4 || ^6", + "symfony/process": "^6" }, "require-dev": { - "phpunit/phpunit": "^7.5.20 || ^8.5.14", - "squizlabs/php_codesniffer": "^3", - "yoast/phpunit-polyfills": "^0.2.0" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.x-dev" + "dev-main": "5.x-dev" } }, "autoload": { @@ -1485,9 +1511,9 @@ "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/4.2.1" + "source": "https://github.com/consolidation/site-process/tree/5.2.0" }, - "time": "2022-10-18T13:19:35+00:00" + "time": "2022-12-06T17:57:16+00:00" }, { "name": "cweagans/composer-patches", @@ -1722,32 +1748,35 @@ }, { "name": "doctrine/annotations", - "version": "1.13.3", + "version": "1.14.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0" + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", + "doctrine/lexer": "^1 || ^2", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", "vimeo/psalm": "^4.10" }, + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" + }, "type": "library", "autoload": { "psr-4": { @@ -1789,38 +1818,40 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.3" }, - "time": "2022-07-02T10:48:51+00:00" + "time": "2023-02-01T09:20:38+00:00" }, { "name": "doctrine/collections", - "version": "1.8.0", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" + "reference": "72328a11443a0de79967104ad36ba7b30bded134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", + "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134", + "reference": "72328a11443a0de79967104ad36ba7b30bded134", "shasum": "" }, "require": { - "doctrine/deprecations": "^0.5.3 || ^1", - "php": "^7.1.3 || ^8.0" + "doctrine/deprecations": "^1", + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9.0 || ^10.0", - "phpstan/phpstan": "^1.4.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", - "vimeo/psalm": "^4.22" + "doctrine/coding-standard": "^12", + "ext-json": "*", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^5.11" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Collections\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1859,9 +1890,23 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.8.0" + "source": "https://github.com/doctrine/collections/tree/2.1.4" }, - "time": "2022-09-01T20:12:10+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", + "type": "tidelift" + } + ], + "time": "2023-10-03T09:22:33+00:00" }, { "name": "doctrine/deprecations", @@ -1912,31 +1957,33 @@ }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.0" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1968,7 +2015,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/2.1.0" }, "funding": [ { @@ -1984,85 +2031,69 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2022-12-14T08:49:07+00:00" }, { - "name": "doctrine/reflection", - "version": "1.2.4", + "name": "dompdf/dompdf", + "version": "v2.0.4", "source": { "type": "git", - "url": "https://github.com/doctrine/reflection.git", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7" + "url": "https://github.com/dompdf/dompdf.git", + "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f", + "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0 || ^2.0", - "ext-tokenizer": "*", + "ext-dom": "*", + "ext-mbstring": "*", + "masterminds/html5": "^2.0", + "phenx/php-font-lib": ">=0.5.4 <1.0.0", + "phenx/php-svg-lib": ">=0.3.3 <1.0.0", "php": "^7.1 || ^8.0" }, - "conflict": { - "doctrine/common": "<2.9" - }, "require-dev": { - "doctrine/coding-standard": "^9", - "doctrine/common": "^3.3", - "phpstan/phpstan": "^1.4.10", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" + "ext-json": "*", + "ext-zip": "*", + "mockery/mockery": "^1.3", + "phpunit/phpunit": "^7.5 || ^8 || ^9", + "squizlabs/php_codesniffer": "^3.5" + }, + "suggest": { + "ext-gd": "Needed to process images", + "ext-gmagick": "Improves image processing performance", + "ext-imagick": "Improves image processing performance", + "ext-zlib": "Needed for pdf stream compression" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } + "Dompdf\\": "src/" + }, + "classmap": [ + "lib/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" + "name": "The Dompdf Community", + "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md" } ], - "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", - "homepage": "https://www.doctrine-project.org/projects/reflection.html", - "keywords": [ - "reflection", - "static" - ], + "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", + "homepage": "https://github.com/dompdf/dompdf", "support": { - "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.4" + "issues": "https://github.com/dompdf/dompdf/issues", + "source": "https://github.com/dompdf/dompdf/tree/v2.0.4" }, - "abandoned": "roave/better-reflection", - "time": "2023-07-27T18:11:59+00:00" + "time": "2023-12-12T20:19:39+00:00" }, { "name": "dragonmantank/cron-expression", @@ -2279,6 +2310,66 @@ "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, + { + "name": "drupal/admin_toolbar-admin_toolbar_search", + "version": "3.4.2", + "require": { + "drupal/admin_toolbar": "^3", + "drupal/core": "^9.2 || ^10" + }, + "require-dev": { + "drupal/admin_toolbar_tools": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "3.4.2", + "datestamp": "1696006195", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "adriancid", + "homepage": "https://www.drupal.org/user/1962106" + }, + { + "name": "bolbol", + "homepage": "https://www.drupal.org/user/3400070" + }, + { + "name": "eme", + "homepage": "https://www.drupal.org/user/542492" + }, + { + "name": "fethi.krout", + "homepage": "https://www.drupal.org/user/3206765" + }, + { + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, + { + "name": "Musa.thomas", + "homepage": "https://www.drupal.org/user/1213824" + }, + { + "name": "romainj", + "homepage": "https://www.drupal.org/user/370706" + } + ], + "homepage": "https://www.drupal.org/project/admin_toolbar", + "support": { + "source": "https://git.drupalcode.org/project/admin_toolbar" + } + }, { "name": "drupal/admin_toolbar_links_access_filter", "version": "3.4.2", @@ -2597,6 +2688,55 @@ "source": "https://git.drupalcode.org/project/antibot" } }, + { + "name": "drupal/asset_injector", + "version": "2.19.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/asset_injector.git", + "reference": "8.x-2.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/asset_injector-8.x-2.19.zip", + "reference": "8.x-2.19", + "shasum": "c0e6f9450d63f42787b93ec05375c90bcfbc6308" + }, + "require": { + "drupal/core": "^9.3 || ^10.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.19", + "datestamp": "1694704137", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mike Decker", + "homepage": "https://www.drupal.org/u/pookmish" + }, + { + "name": "Axel Rutz", + "homepage": "https://www.drupal.org/u/axelrutz" + } + ], + "description": "Adds CSS or JS to the page output based on configurable rules.", + "homepage": "http://drupal.org/project/asset_injector", + "support": { + "source": "https://git.drupalcode.org/project/asset_injector", + "issues": "https://www.drupal.org/project/issues/asset_injector" + } + }, { "name": "drupal/auto_entitylabel", "version": "3.0.0", @@ -2673,13 +2813,67 @@ "issues": "https://www.drupal.org/project/issues/auto_entitylabel" } }, + { + "name": "drupal/automated_crop", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/automated_crop.git", + "reference": "3.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/automated_crop-3.0.2.zip", + "reference": "3.0.2", + "shasum": "0f82b438307ab2fb4246a1cc53dd86fdca3dc222" + }, + "require": { + "drupal/core": "^9 || ^10", + "drupal/crop": "^2.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.2", + "datestamp": "1699876294", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "ikphilip", + "homepage": "https://www.drupal.org/user/3549191" + }, + { + "name": "rosemaryreilman", + "homepage": "https://www.drupal.org/user/3356158" + }, + { + "name": "woprrr", + "homepage": "https://www.drupal.org/user/858604" + } + ], + "description": "Provides automated cropping tools API.", + "homepage": "https://www.drupal.org/project/automated_crop", + "support": { + "source": "https://git.drupalcode.org/project/automated_crop", + "issues": "https://www.drupal.org/project/issues/automated_crop" + } + }, { "name": "drupal/autosave_form", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autosave_form.git", - "reference": "f482311cb39d5b4d145f0677716c824eadfbad04" + "reference": "7fe6cc5dd44ce23272878204c613ae3dfd112e86" }, "require": { "drupal/core": "^9 || ^10" @@ -2690,8 +2884,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3+1-dev", - "datestamp": "1664203053", + "version": "8.x-1.4+1-dev", + "datestamp": "1698662713", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -2780,6 +2974,79 @@ "slack": "https://drupal.slack.com/messages/C7C4M4QJV/details/" } }, + { + "name": "drupal/better_exposed_filters", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/better_exposed_filters.git", + "reference": "6.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.3.zip", + "reference": "6.0.3", + "shasum": "b5c20207d7679542bb81955771956c18083e6e0b" + }, + "require": { + "drupal/core": "^9 || ^10", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_datepicker": "^2.0", + "drupal/jquery_ui_slider": "^2.0.0", + "drupal/jquery_ui_touch_punch": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "6.0.3", + "datestamp": "1671541877", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mike Keran", + "homepage": "https://www.drupal.org/u/mikeker" + }, + { + "name": "Martin Keereman", + "homepage": "https://www.drupal.org/u/etroid" + }, + { + "name": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/u/neslee-canil-pinto" + }, + { + "name": "mikeker", + "homepage": "https://www.drupal.org/user/192273" + }, + { + "name": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/user/3580850" + }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + } + ], + "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", + "homepage": "https://www.drupal.org/project/better_exposed_filters", + "support": { + "source": "https://git.drupalcode.org/project/better_exposed_filters", + "issues": "https://www.drupal.org/project/issues/better_exposed_filters" + } + }, { "name": "drupal/block_class", "version": "2.0.11", @@ -2937,30 +3204,79 @@ } }, { - "name": "drupal/bulma", - "version": "1.0.0", + "name": "drupal/bpmn_io", + "version": "1.1.3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/bulma.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/bpmn_io.git", + "reference": "1.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "8f43e7be69671fe0defb944177bc2d597ee9a3d5" + "url": "https://ftp.drupal.org/files/projects/bpmn_io-1.1.3.zip", + "reference": "1.1.3", + "shasum": "32d5569f1cf4946c1841dd12bcf64f8b2a4a7fb6" + }, + "require": { + "drupal/core": "^9 || ^10", + "drupal/eca": "^1.0", + "drupal/eca_modeller_bpmn": "*", + "php": ">=7.4" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.3", + "datestamp": "1691062720", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "boromino", + "homepage": "https://www.drupal.org/user/859722" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "BPMN modeller for ECA, integrated into Drupal's admin UI.", + "homepage": "https://www.drupal.org/project/bpmn_io", + "support": { + "source": "https://drupal.org/project/bpmn_io", + "issues": "https://drupal.org/project/issues/bpmn_io" + } + }, + { + "name": "drupal/bulma", + "version": "dev-3.0.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/bulma.git", + "reference": "2966e12e3f9a21b7139d75c32d548ec143406f8f" }, "require": { "drupal/core": "^9.2 || ^10" }, "type": "drupal-theme", "extra": { + "branch-alias": { + "dev-3.0.x": "3.0.x-dev" + }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1681853811", + "version": "3.0.x-dev", + "datestamp": "1698176820", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -2970,12 +3286,12 @@ ], "authors": [ { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" }, { "name": "valic", @@ -2993,18 +3309,133 @@ } }, { - "name": "drupal/captcha", - "version": "1.14.0", + "name": "drupal/bulma_components", + "version": "dev-1.0.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "8.x-1.14" + "url": "https://git.drupalcode.org/project/bulma_components.git", + "reference": "bee8420ca8c906fbccc1bc3172e4ae9d3ac5e15d" + }, + "require": { + "drupal/component_schema": "*", + "drupal/components": "*", + "drupal/core": "^8.8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.0.x": "1.0.x-dev" + }, + "drupal": { + "version": "1.0.0-alpha6+21-dev", + "datestamp": "1687490397", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], + "description": "Provides a set of components to be used when theming with the Bulma CSS framework.", + "homepage": "https://www.drupal.org/project/bulma_components", + "support": { + "source": "https://git.drupalcode.org/project/bulma_components" + } + }, + { + "name": "drupal/cancel_button", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/cancel_button.git", + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "299be76b4a309b4758f538788ca134ddbcd30307" + "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "d1d932a4aff53938066f329a04fa3adb61367d0e" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.4", + "datestamp": "1676921894", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "danmuzyka", + "homepage": "https://www.drupal.org/user/48685" + }, + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "kevin.dutra", + "homepage": "https://www.drupal.org/user/1312744" + }, + { + "name": "sukanya.ramakrishnan", + "homepage": "https://www.drupal.org/user/3320069" + } + ], + "description": "This small module adds a Cancel button to Entity forms.", + "homepage": "https://www.drupal.org/project/cancel_button", + "support": { + "source": "https://git.drupalcode.org/project/cancel_button" + } + }, + { + "name": "drupal/captcha", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/captcha.git", + "reference": "2.0.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/captcha-2.0.5.zip", + "reference": "2.0.5", + "shasum": "0c39d27a99b53f6517ef25ceef1ac5e333964547" }, "require": { "drupal/core": ">=9.4 <11" @@ -3012,8 +3443,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1691598620", + "version": "2.0.5", + "datestamp": "1691598525", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3381,68 +3812,6 @@ "issues": "https://www.drupal.org/project/issues/classitup" } }, - { - "name": "drupal/cleantaxonomy", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/cleantaxonomy.git", - "reference": "5069e86a550655abe3903d4f1aa748e819d41ffa" - }, - "require": { - "drupal/core": "^8.7|^9.0", - "php": ">=7.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1697444706", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Gaurav kapoor", - "homepage": "https://drupal.org/u/gauravkapoor", - "role": "Author" - }, - { - "name": "Anmol Goel", - "homepage": "https://drupal.org/u/anmolgoyal74", - "role": "Maintainer" - }, - { - "name": "MeenakshiG", - "homepage": "https://www.drupal.org/user/3533675" - }, - { - "name": "pritish.kumar", - "homepage": "https://www.drupal.org/user/3520580" - } - ], - "description": "This extension provides new commands for Drush.", - "homepage": "https://www.drupal.org/project/cleantaxonomy", - "support": { - "source": "https://git.drupalcode.org/project/cleantaxonomy", - "issues": "https://www.drupal.org/project/issues/cleantaxonomy" - } - }, { "name": "drupal/coffee", "version": "dev-1.x", @@ -3510,11 +3879,17 @@ }, { "name": "drupal/comment_notify", - "version": "dev-1.x", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/comment_notify.git", - "reference": "bbfd0413358b1a15b063cda9b9aabe519315a2ef" + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/comment_notify-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "9f98848f25c1a0db60a8d39f6bbe1d22f47cc2a9" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -3522,15 +3897,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.4+2-dev", - "datestamp": "1697560846", + "version": "8.x-1.4", + "datestamp": "1679409019", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -3558,7 +3930,7 @@ "homepage": "https://www.drupal.org/user/2573064" } ], - "description": "Comment follow-up email notification for anonymous as well as registered users.", + "description": "Comment follow-up e-mail notification for anonymous as well as registered users.", "homepage": "https://drupal.org/project/comment_notify", "support": { "source": "https://git.drupalcode.org/project/comment_notify", @@ -3567,30 +3939,94 @@ } }, { - "name": "drupal/components", - "version": "2.4.0", + "name": "drupal/component_schema", + "version": "1.0.0-alpha7", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/components.git", - "reference": "8.x-2.4" + "url": "https://git.drupalcode.org/project/component_schema.git", + "reference": "1.0.0-alpha7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/components-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "9b083c2f845ff2e1a1632efcf24f88cecd7479cc" + "url": "https://ftp.drupal.org/files/projects/component_schema-1.0.0-alpha7.zip", + "reference": "1.0.0-alpha7", + "shasum": "1f19ee533b8556fa6435d3bf390a76f48ce2805d" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" + }, + "require-dev": { + "drupal/ui_patterns": "*", + "drupal/ui_patterns_settings": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1618861606", + "version": "1.0.0-alpha7", + "datestamp": "1701819925", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], + "description": "Provides schema support for components, including styleguide integration via the Styleguide module.", + "homepage": "https://www.drupal.org/project/component_schema", + "support": { + "source": "https://git.drupalcode.org/project/component_schema" + } + }, + { + "name": "drupal/components", + "version": "3.0.0-beta3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/components.git", + "reference": "3.0.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip", + "reference": "3.0.0-beta3", + "shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc" + }, + "require": { + "drupal/core": "^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.0-beta3", + "datestamp": "1651759488", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -3741,40 +4177,39 @@ }, { "name": "drupal/config_distro", - "version": "1.0.0-alpha4", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_distro.git", - "reference": "8.x-1.0-alpha4" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "a866d160348d709e0029b176826097fb9b15c49c" + "url": "https://ftp.drupal.org/files/projects/config_distro-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "8341305e0eb86208fb71a351e8c922300141a804" }, "require": { "drupal/config_filter": "*", - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "require-dev": { "drupal/config_distro_filter": "*", - "drupal/config_filter": "*" + "drupal/config_filter": "*", + "drush/drush": ">=11" + }, + "suggest": { + "drush/drush": ">=11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1592523910", + "version": "2.0.0-alpha2", + "datestamp": "1691786887", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } - }, - "drush": { - "services": { - "drush.services.yml": "^9" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3876,17 +4311,17 @@ }, { "name": "drupal/config_filter", - "version": "2.4.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.4" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "fd1a057a402436fc906c63bf0a74722f73b9b155" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -3900,8 +4335,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1656936801", + "version": "8.x-2.6", + "datestamp": "1698308577", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3945,20 +4380,21 @@ }, { "name": "drupal/config_merge", - "version": "1.0.0", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_merge.git", - "reference": "8.x-1.0" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "3d7812dbea4fa4fc28557ca5cf7ac68c3a22a6a3" + "url": "https://ftp.drupal.org/files/projects/config_merge-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "704f856a7e2f11006d0f74336f9260bbcb060cef" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10", + "php": ">=8.0" }, "require-dev": { "drupal/config_filter": "*" @@ -3966,17 +4402,17 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1664456518", + "version": "2.0.0-alpha1", + "datestamp": "1682377160", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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" + "GPL-2.0+" ], "authors": [ { @@ -4013,9 +4449,13 @@ } ], "description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.", - "homepage": "https://www.drupal.org/project/config_merge", + "homepage": "http://drupal.org/project/config_merge", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/config_merge" + "source": "http://cgit.drupalcode.org/config_merge", + "issues": "http://drupal.org/project/issues/config_merge" } }, { @@ -4169,29 +4609,29 @@ }, { "name": "drupal/config_provider", - "version": "2.0.0-rc4", + "version": "3.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_provider.git", - "reference": "8.x-2.0-rc4" + "reference": "3.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-rc4.zip", - "reference": "8.x-2.0-rc4", - "shasum": "64a1545e8cc48f9363e028d3360134f143baaf58" + "url": "https://ftp.drupal.org/files/projects/config_provider-3.0.0-alpha1.zip", + "reference": "3.0.0-alpha1", + "shasum": "0d0ba67f65d34fae7529d7a390f3d34d827f0595" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-rc4", - "datestamp": "1592923705", + "version": "3.0.0-alpha1", + "datestamp": "1682387859", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -4245,29 +4685,29 @@ }, { "name": "drupal/config_snapshot", - "version": "1.0.0-rc2", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_snapshot.git", - "reference": "8.x-1.0-rc2" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "676c7620a0086ed76c09b889d2b4ea039c47948b" + "url": "https://ftp.drupal.org/files/projects/config_snapshot-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "35cb1bb74f07c8973cee19eac71aa4124ea3dd0f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1590652016", + "version": "2.0.0-alpha1", + "datestamp": "1682448084", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -4313,35 +4753,34 @@ }, { "name": "drupal/config_sync", - "version": "3.0.0-alpha1", + "version": "3.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_sync.git", - "reference": "3.0.0-alpha1" + "reference": "3.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha1.zip", - "reference": "3.0.0-alpha1", - "shasum": "7fd0b66d022a90b2b8e3c9a7c2d990db5fbaa6c8" + "url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha3.zip", + "reference": "3.0.0-alpha3", + "shasum": "8664153679b63fe1c0b84702374122a149fc3846" }, "require": { - "drupal/config_distro": "^1.0-alpha4", + "drupal/config_distro": "^2.0.0-alpha2", "drupal/config_distro_filter": "*", - "drupal/config_filter": "^1.3||^2.0", - "drupal/config_merge": "^1.0-alpha2", - "drupal/config_normalizer": "^1.0-alpha3", - "drupal/config_provider": "^2.0-alpha6", - "drupal/config_snapshot": "^1.0-alpha6", - "drupal/config_update": "^1.5", - "drupal/core": "^8.8 || ^9", - "symfony/yaml": "~3.4.5|^4.4|^6.2" + "drupal/config_filter": "^1.10||^2.4", + "drupal/config_merge": "^2.0.0-alpha1", + "drupal/config_normalizer": "^1.0-beta1", + "drupal/config_provider": "^3.0.0-alpha1", + "drupal/config_snapshot": "^2.0.0-alpha1", + "drupal/config_update": "^2.0.0-alpha2", + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-alpha1", - "datestamp": "1671635618", + "version": "3.0.0-alpha3", + "datestamp": "1692125273", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4350,7 +4789,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -4399,36 +4838,35 @@ "description": "Synchronize your site with updated configuration provided by modules and themes.", "homepage": "https://www.drupal.org/project/config_sync", "support": { - "source": "https://cgit.drupalcode.org/config_sync", - "issues": "https://drupal.org/project/issues/config_sync", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "https://git.drupalcode.org/project/config_sync", + "issues": "https://drupal.org/project/issues/config_sync" } }, { "name": "drupal/config_update", - "version": "1.7.0", + "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "8.x-1.7" + "reference": "2.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968" + "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha3.zip", + "reference": "2.0.0-alpha3", + "shasum": "c35e81e8fb77efdff5ddca3a87116ea0c522a7e2" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1586355587", + "version": "2.0.0-alpha3", + "datestamp": "1683807608", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -4446,7 +4884,7 @@ "homepage": "https://www.drupal.org/user/80733" } ], - "description": "Provides basic revert and update functionality for other modules", + "description": "Provides basic revert and update functionality for other modules.", "homepage": "https://www.drupal.org/project/config_update", "support": { "source": "https://git.drupalcode.org/project/config_update" @@ -4568,26 +5006,26 @@ }, { "name": "drupal/convert_bundles", - "version": "1.0.0-beta1", + "version": "2.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/convert_bundles.git", - "reference": "8.x-1.0-beta1" + "reference": "2.0.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-beta1.zip", - "reference": "8.x-1.0-beta1", - "shasum": "606bbeb9c1db02da5237e54c114849d9cee2d914" + "url": "https://ftp.drupal.org/files/projects/convert_bundles-2.0.0-beta4.zip", + "reference": "2.0.0-beta4", + "shasum": "5f4f02778344bbe2e2e3a3f1c96bc79e8b2474a7" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta1", - "datestamp": "1671581467", + "version": "2.0.0-beta4", + "datestamp": "1693891734", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4616,24 +5054,24 @@ }, { "name": "drupal/core", - "version": "9.5.11", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "8afcb233c2a71501b35fed2713167c37831d5c19" + "reference": "54415049a721ede65318e3980b402af59bc35913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/8afcb233c2a71501b35fed2713167c37831d5c19", - "reference": "8afcb233c2a71501b35fed2713167c37831d5c19", + "url": "https://api.github.com/repos/drupal/core/zipball/54415049a721ede65318e3980b402af59bc35913", + "reference": "54415049a721ede65318e3980b402af59bc35913", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.3", + "asm89/stack-cors": "^2.1", + "composer-runtime-api": "^2.1", "composer/semver": "^3.3", - "doctrine/annotations": "^1.13", - "doctrine/reflection": "^1.2", - "egulias/email-validator": "^2.1.22|^3.2", + "doctrine/annotations": "^1.14", + "egulias/email-validator": "^3.2.1|^4.0", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -4647,41 +5085,35 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "laminas/laminas-feed": "^2.17", - "longwave/laminas-diactoros": "^2.14", + "guzzlehttp/guzzle": "^7.5", + "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", + "mck89/peast": "^1.14", "pear/archive_tar": "^1.4.14", - "php": ">=7.3.0", - "psr/log": "^1.1", - "stack/builder": "^1.0", - "symfony-cmf/routing": "^2.3", - "symfony/console": "^4.4", - "symfony/dependency-injection": "^4.4", - "symfony/event-dispatcher": "^4.4", - "symfony/http-foundation": "^4.4.7", - "symfony/http-kernel": "^4.4", - "symfony/mime": "^5.4", + "php": ">=8.1.0", + "psr/log": "^3.0", + "sebastian/diff": "^4", + "symfony/console": "^6.3", + "symfony/dependency-injection": "^6.3", + "symfony/event-dispatcher": "^6.3", + "symfony/http-foundation": "^6.3", + "symfony/http-kernel": "^6.3", + "symfony/mime": "^6.3", "symfony/polyfill-iconv": "^1.26", - "symfony/polyfill-php80": "^1.26", - "symfony/process": "^4.4", + "symfony/process": "^6.3", "symfony/psr-http-message-bridge": "^2.1", - "symfony/routing": "^4.4", - "symfony/serializer": "^4.4", - "symfony/translation": "^4.4", - "symfony/validator": "^4.4", - "symfony/yaml": "^4.4.19", - "twig/twig": "^2.15.3", - "typo3/phar-stream-wrapper": "^3.1.3" + "symfony/routing": "^6.3", + "symfony/serializer": "^6.3", + "symfony/validator": "^6.3", + "symfony/yaml": "^6.3", + "twig/twig": "^3.5.0" }, "conflict": { - "drush/drush": "<8.1.10", - "symfony/http-foundation": "4.4.42" + "drush/drush": "<8.1.10" }, "replace": { "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", - "drupal/core-bridge": "self.version", "drupal/core-class-finder": "self.version", "drupal/core-datetime": "self.version", "drupal/core-dependency-injection": "self.version", @@ -4705,6 +5137,9 @@ "drupal/core-uuid": "self.version", "drupal/core-version": "self.version" }, + "suggest": { + "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." + }, "type": "drupal-core", "extra": { "drupal-scaffold": { @@ -4737,12 +5172,10 @@ }, "autoload": { "files": [ - "includes/bootstrap.inc", - "includes/guzzle_php81_shim.php" + "includes/bootstrap.inc" ], "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ @@ -4761,12 +5194,10 @@ "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/Database/Statement.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", - "lib/Drupal/Core/Http/InputBag.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", "lib/Drupal/Core/Site/Settings.php" ] @@ -4777,26 +5208,26 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.11" + "source": "https://github.com/drupal/core/tree/10.1.7" }, - "time": "2023-09-19T17:58:28+00:00" + "time": "2023-12-06T09:22:56+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.11", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7" + "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", - "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/6a2d817ccb59fdb7e6b3720a1478b0d00b475445", + "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445", "shasum": "" }, "require": { - "composer-plugin-api": "^1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "conflict": { @@ -4827,78 +5258,76 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.11" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.7" }, - "time": "2023-04-30T16:17:33+00:00" + "time": "2023-11-15T23:23:43+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.11", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f" + "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/af3521be5376e333ddcdbd31c5a169f16423b46f", - "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e4726a4a0173a4b9acdac8cab5d4009d6085fd2e", + "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e", "shasum": "" }, "require": { - "asm89/stack-cors": "~1.3.0", + "asm89/stack-cors": "~v2.1.1", "composer/semver": "~3.3.2", - "doctrine/annotations": "~1.13.3", - "doctrine/lexer": "~1.2.3", - "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.11", - "egulias/email-validator": "~3.2.1", - "guzzlehttp/guzzle": "~6.5.8", - "guzzlehttp/promises": "~1.5.2", - "guzzlehttp/psr7": "~1.9.1", - "longwave/laminas-diactoros": "~2.14.2", - "masterminds/html5": "~2.7.6", + "doctrine/annotations": "~1.14.3", + "doctrine/deprecations": "~v1.1.1", + "doctrine/lexer": "~2.1.0", + "drupal/core": "10.1.7", + "egulias/email-validator": "~4.0.1", + "guzzlehttp/guzzle": "~7.7.0", + "guzzlehttp/psr7": "~2.5.0", + "masterminds/html5": "~2.8.0", + "mck89/peast": "~v1.15.4", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.11", + "pear/pear-core-minimal": "~v1.10.13", "pear/pear_exception": "~v1.0.2", - "psr/cache": "~1.0.1", - "psr/container": "~1.1.1", - "psr/http-factory": "~1.0.1", - "psr/http-message": "~1.0.1", - "psr/log": "~1.1.4", + "psr/cache": "~3.0.0", + "psr/container": "~2.0.2", + "psr/event-dispatcher": "~1.0.0", + "psr/http-client": "~1.0.2", + "psr/http-factory": "~1.0.2", + "psr/log": "~3.0.0", "ralouphie/getallheaders": "~3.0.3", - "stack/builder": "~v1.0.6", - "symfony-cmf/routing": "~2.3.4", - "symfony/console": "~v4.4.49", - "symfony/debug": "~v4.4.44", - "symfony/dependency-injection": "~v4.4.49", - "symfony/deprecation-contracts": "~v2.5.2", - "symfony/error-handler": "~v4.4.44", - "symfony/event-dispatcher": "~v4.4.44", - "symfony/event-dispatcher-contracts": "~v1.1.13", - "symfony/http-client-contracts": "~v2.5.2", - "symfony/http-foundation": "~v4.4.49", - "symfony/http-kernel": "~v4.4.50", - "symfony/mime": "~v5.4.13", + "sebastian/diff": "~4.0.5", + "symfony/console": "~v6.3.0", + "symfony/dependency-injection": "~v6.3.0", + "symfony/deprecation-contracts": "~v3.3.0", + "symfony/error-handler": "~v6.3.0", + "symfony/event-dispatcher": "~v6.3.0", + "symfony/event-dispatcher-contracts": "~v3.3.0", + "symfony/http-foundation": "~v6.3.0", + "symfony/http-kernel": "~v6.3.0", + "symfony/mime": "~v6.3.0", "symfony/polyfill-ctype": "~v1.27.0", "symfony/polyfill-iconv": "~v1.27.0", + "symfony/polyfill-intl-grapheme": "~v1.27.0", "symfony/polyfill-intl-idn": "~v1.27.0", "symfony/polyfill-intl-normalizer": "~v1.27.0", "symfony/polyfill-mbstring": "~v1.27.0", - "symfony/polyfill-php80": "~v1.27.0", - "symfony/process": "~v4.4.44", - "symfony/psr-http-message-bridge": "~v2.1.4", - "symfony/routing": "~v4.4.44", - "symfony/serializer": "~v4.4.47", - "symfony/service-contracts": "~v2.5.2", - "symfony/translation": "~v4.4.47", - "symfony/translation-contracts": "~v2.5.2", - "symfony/validator": "~v4.4.48", - "symfony/var-dumper": "~v5.4.19", - "symfony/yaml": "~v4.4.45", - "twig/twig": "~v2.15.4", - "typo3/phar-stream-wrapper": "~v3.1.7" + "symfony/polyfill-php83": "~v1.27.0", + "symfony/process": "~v6.3.0", + "symfony/psr-http-message-bridge": "~v2.2.0", + "symfony/routing": "~v6.3.0", + "symfony/serializer": "~v6.3.0", + "symfony/service-contracts": "~v3.3.0", + "symfony/string": "~v6.3.0", + "symfony/translation-contracts": "~v3.3.0", + "symfony/validator": "~v6.3.0", + "symfony/var-dumper": "~v6.3.0", + "symfony/var-exporter": "~v6.3.0", + "symfony/yaml": "~v6.3.0", + "twig/twig": "~v3.6.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -4910,9 +5339,9 @@ ], "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/9.5.11" + "source": "https://github.com/drupal/core-recommended/tree/10.1.7" }, - "time": "2023-09-19T17:58:28+00:00" + "time": "2023-12-06T09:22:56+00:00" }, { "name": "drupal/crop", @@ -4973,28 +5402,28 @@ }, { "name": "drupal/csp", - "version": "1.21.0", + "version": "1.23.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.21" + "reference": "8.x-1.23" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.21.zip", - "reference": "8.x-1.21", - "shasum": "712a65363793e1eeb93a418f7b4b1fc6662e3196" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.23.zip", + "reference": "8.x-1.23", + "shasum": "0e5caac0bfd07140932c3c01b13e9bb41eb3fb1d" }, "require": { - "drupal/core": "^9.5 || ^10", + "drupal/core": "^9.5 || ~10.0.0 || ^10.1.3", "ext-json": "*", "php": ">=7.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.21", - "datestamp": "1695423069", + "version": "8.x-1.23", + "datestamp": "1702456066", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5116,26 +5545,29 @@ }, { "name": "drupal/customerror", - "version": "dev-1.x", + "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/customerror.git", - "reference": "c1373945c9baaa4e4e3ac71a85539f41e5d796dd" + "reference": "8.x-1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/customerror-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "dbb6df7770620b65300a472284b980485fd97ec5" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta2+7-dev", - "datestamp": "1671103455", + "version": "8.x-1.0-beta3", + "datestamp": "1682597105", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -5227,17 +5659,17 @@ }, { "name": "drupal/date_popup", - "version": "1.3.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/date_popup.git", - "reference": "8.x-1.3" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "6b707646e8920bbed1b3a6227efb9588d6b98718" + "url": "https://ftp.drupal.org/files/projects/date_popup-2.0.1.zip", + "reference": "2.0.1", + "shasum": "15cab5f339d60569c2380545b6e16b5f3612b98f" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -5245,8 +5677,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1668746954", + "version": "2.0.1", + "datestamp": "1694567369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5495,37 +5927,38 @@ }, { "name": "drupal/drd", - "version": "4.0.9", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd.git", - "reference": "4.0.9" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd-4.0.9.zip", - "reference": "4.0.9", - "shasum": "771a3aec7bd5ae6f0d06feaa83bbdf2490e133f4" + "url": "https://ftp.drupal.org/files/projects/drd-4.1.0.zip", + "reference": "4.1.0", + "shasum": "d96810709e0b1dfa4d7e290ee0d7c12afef09c22" }, "require": { "albertofem/rsync-lib": "^1.0", "cypresslab/gitelephant": "^2.0|^4.0", "drupal/advancedqueue": "^1.0@RC", - "drupal/core": "^9.4 || ^10", - "drupal/drd_agent": "^4.0", - "drupal/encrypt": "^3.0@RC", - "drupal/eva": "^2.1|^3.0", - "drupal/key_value_field": "^1.2", + "drupal/core": "^10 || ^11", + "drupal/drd_agent": "^4.1", + "drupal/encrypt": "^3.1", + "drupal/eva": "^3.0", + "drupal/key_value_field": "^1.3", "mikehaertl/php-shellcommand": "^1.6", - "php": ">=7.2", - "phpseclib/phpseclib": "^2.0", + "php": ">=8.1", + "phpseclib/phpseclib": "^2.0|^3.0", "platformsh/client": "^2.0", "symfony/filesystem": "^2.8|^3|^4|^5|^6" }, "require-dev": { "drupal/drd_pi": "*", - "drupal/gitlab_api": "*", - "drupal/webform": "*" + "drupal/eca": "^2.0", + "drupal/gitlab_api": "^2.1", + "drupal/webform": "^6.2@RC" }, "suggest": { "drupal/console": "CLI to use and optionally automate DRD actions.", @@ -5539,8 +5972,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.9", - "datestamp": "1674383069", + "version": "4.1.0", + "datestamp": "1702474003", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5549,7 +5982,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -5573,21 +6006,27 @@ }, { "name": "drupal/drd_agent", - "version": "4.0.5", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd_agent.git", - "reference": "4.0.5" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.5.zip", - "reference": "4.0.5", - "shasum": "ae22d35c562972b62d61040d18849678bc4b57b5" + "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.0.zip", + "reference": "4.1.0", + "shasum": "5979d4d98f76d81c1e68bbfd7b04a7de73f9e33b" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", - "php": ">=7.2" + "drupal/core": "^10 || ^11", + "php": ">=8.1" + }, + "require-dev": { + "drupal/hacked": "^2.0@beta", + "drupal/job_scheduler": "^4.0", + "drupal/monitoring": "^1.13", + "drupal/security_review": "^2.0" }, "suggest": { "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.", @@ -5597,8 +6036,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.5", - "datestamp": "1682697922", + "version": "4.1.0", + "datestamp": "1701853228", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5607,7 +6046,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -5619,7 +6058,7 @@ "homepage": "https://www.drupal.org/user/168924" } ], - "description": "TODO", + "description": "Agent on remote Drupal sites for the main DRD module.", "homepage": "https://www.drupal.org/project/drd_agent", "keywords": [ "Drupal" @@ -5631,27 +6070,27 @@ }, { "name": "drupal/dropdown_language", - "version": "3.2.0", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dropdown_language.git", - "reference": "3.2.0" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.2.0.zip", - "reference": "3.2.0", - "shasum": "176eca48f1a6b051bc1a4cc74f46e31aafd719e0" + "url": "https://ftp.drupal.org/files/projects/dropdown_language-4.0.3.zip", + "reference": "4.0.3", + "shasum": "1c59a667f3215baa8bfa4ed9d77b17899377f2e7" }, "require": { - "drupal/core": "^9", - "php": "^7.4||^8.0" + "drupal/core": "^10", + "php": "^8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.2.0", - "datestamp": "1679322690", + "version": "4.0.3", + "datestamp": "1679314009", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5685,28 +6124,31 @@ }, { "name": "drupal/drutopia_action", - "version": "1.1.0", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_action.git", - "reference": "8.x-1.1" + "reference": "2.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "152af38111c9a134d83a9a1d3008ff22eb1b733e" + "url": "https://ftp.drupal.org/files/projects/drutopia_action-2.0.0-rc1.zip", + "reference": "2.0.0-rc1", + "shasum": "e1e9aea007a1b2174ff286b8cf54a9bc3edac75a" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/config_snapshot": "*", + "drupal/core": "^9.4 || ^10", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", @@ -5715,11 +6157,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1621285719", + "version": "2.0.0-rc1", + "datestamp": "1697332194", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -5758,7 +6200,7 @@ } ], "description": "Drutopia Action is a base feature providing an action content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_action", + "homepage": "https://www.drupal.org/project/drutopia_action", "keywords": [ "actions", "campaign", @@ -5767,33 +6209,42 @@ "group" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_action/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_action/issues" + "source": "https://git.drupalcode.org/project/drutopia_action/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_action" } }, { "name": "drupal/drutopia_article", - "version": "dev-1.x", + "version": "2.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_article.git", - "reference": "b328d67a312ba758feb817741f89f57f71913717" + "reference": "2.0.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_article-2.0.0-rc2.zip", + "reference": "2.0.0-rc2", + "shasum": "e51b860d49240eba2bdeb696c7b1e068f5f0b2fe" }, "require": { "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/config_snapshot": "*", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", "drupal/drutopia_people": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -5803,15 +6254,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.1+4-dev", - "datestamp": "1675809789", + "version": "2.0.0-rc2", + "datestamp": "1698093781", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -5850,34 +6298,42 @@ } ], "description": "Drutopia Article is a base feature providing an article content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_article", + "homepage": "https://www.drupal.org/project/drutopia_article", "support": { "source": "https://git.drupalcode.org/project/drutopia_article" } }, { "name": "drupal/drutopia_blog", - "version": "dev-1.x", + "version": "2.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_blog.git", - "reference": "5efe7f6f9e42c52368a86e5e997911b9c0a63f06" + "reference": "2.0.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_blog-2.0.0-rc2.zip", + "reference": "2.0.0-rc2", + "shasum": "71720613f7a0b4f6437f4bf1fd29dc0cb210ed7a" }, "require": { "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", "drupal/drutopia_people": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -5886,15 +6342,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.1+3-dev", - "datestamp": "1675793052", + "version": "2.0.0-rc2", + "datestamp": "1698094057", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -5933,7 +6386,7 @@ } ], "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_blog", + "homepage": "https://www.drupal.org/project/drutopia_blog", "keywords": [ "blogging", "content", @@ -5941,35 +6394,37 @@ "journal" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_blog/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_blog/issues" + "source": "https://git.drupalcode.org/project/drutopia_blog/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_blog" } }, { "name": "drupal/drutopia_campaign", - "version": "1.1.0", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_campaign.git", - "reference": "8.x-1.1" + "reference": "2.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "9fef0bb6103eb3a07100ba87978223d74c5c4bed" + "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-2.0.0-rc1.zip", + "reference": "2.0.0-rc1", + "shasum": "6a3570196c34c24daa780e64319af9a6e292e3cc" }, "require": { "drupal/block_visibility_groups": "*", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", - "drupal/drutopia_core": "^1.0", - "drupal/drutopia_seo": "^1.0", + "drupal/core": "^9.4 || ^10", + "drupal/drutopia_core": "^2", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "*", "drupal/field_group": "^3.0", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", @@ -5978,11 +6433,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286321", + "version": "2.0.0-rc1", + "datestamp": "1697332856", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -6021,7 +6476,7 @@ } ], "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_campaign", + "homepage": "https://www.drupal.org/project/drutopia_campaign", "keywords": [ "campaign", "content", @@ -6029,65 +6484,102 @@ "initiative" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_campaign/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_campaign/issues" + "source": "https://git.drupalcode.org/project/drutopia_campaign/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_campaign" } }, { "name": "drupal/drutopia_collection", - "version": "dev-8.x-1.x", + "version": "dev-2.0.x", "source": { "type": "git", - "url": "git@gitlab.com:drutopia/drutopia_collection.git", - "reference": "3ce9308896b68379286312f0eaf9f7e3ce17e6cb" + "url": "https://git.drupalcode.org/project/drutopia_collection.git", + "reference": "6f25bea1f255a34322622ecf876637429f023c43" }, "require": { "drupal/config_actions": "^1.0", + "drupal/core": "^8 || ^9 || ^10", "drupal/ctools": "^3.0", - "drupal/drutopia_article": "^1.0-beta3", - "drupal/drutopia_blog": "^1.0-beta3", - "drupal/drutopia_people": "^1.0-beta3", - "drupal/drutopia_seo": "^1.0-beta2", + "drupal/drutopia_article": "^2", + "drupal/drutopia_blog": "^2", + "drupal/drutopia_core": "*", + "drupal/drutopia_people": "^2", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.1", - "drupal/metatag": "^1.9" + "drupal/entity_reference_revisions": "*", + "drupal/metatag": "^1.9", + "drupal/paragraphs": "*" }, - "default-branch": true, "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1694686396", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], + "authors": [ + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_collection", - "time": "2022-12-16T23:48:22+00:00" + "homepage": "https://www.drupal.org/project/drutopia_collection", + "support": { + "source": "https://git.drupalcode.org/project/drutopia_collection" + } }, { "name": "drupal/drutopia_comment", - "version": "1.1.0", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_comment.git", - "reference": "8.x-1.1" + "reference": "2.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "f6f9a8e2279d46df1adfa66b507f2a8c687f4e86" + "url": "https://ftp.drupal.org/files/projects/drutopia_comment-2.0.0-rc1.zip", + "reference": "2.0.0-rc1", + "shasum": "bc213075e952a46d86978e7e9ff828d9d9b91c14" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "*", "drupal/rdf": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286434", + "version": "2.0.0-rc1", + "datestamp": "1697331973", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } }, "branch-alias": { @@ -6129,7 +6621,7 @@ } ], "description": "Drutopia comment is a base feature providing comments and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_comment", + "homepage": "https://www.drupal.org/project/drutopia_comment", "keywords": [ "comments", "content", @@ -6137,76 +6629,132 @@ "drutopia" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_comment/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_comment/issues" + "source": "https://git.drupalcode.org/project/drutopia_comment/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_comment" } }, { "name": "drupal/drutopia_core", - "version": "dev-8.x-1.x", + "version": "dev-2.0.x", "source": { "type": "git", - "url": "git@gitlab.com:drutopia/drutopia_core.git", - "reference": "2c847ab4b0a68b1833f83fcb5ef7ffafe8bbfe8d" + "url": "https://git.drupalcode.org/project/drutopia_core.git", + "reference": "05ee8ae13f1b24ea3c450aee6fd854919432f17d" }, "require": { + "drupal/automated_crop": "^3.0", "drupal/config_actions": "^1.3", "drupal/config_perms": "^2.0", + "drupal/core": "^9.4 || ^10", "drupal/crop": "^2.1", "drupal/ds": "^3.12", + "drupal/exclude_node_title": "*", "drupal/facets": "^2", "drupal/faqfield": "^7.0", "drupal/focal_point": "^2.0", + "drupal/image_field_to_media": "^2.0", + "drupal/image_widget_crop": "^2", + "drupal/media_contextual_crop": "1.2.x-dev@dev", + "drupal/media_contextual_crop_field_formatter": "^1.3", + "drupal/media_contextual_crop_fp_adapter": "^1", + "drupal/media_contextual_crop_iwc_adapter": "^1", + "drupal/media_library_media_modify": "^1.0@beta", + "drupal/media_responsive_thumbnail": "^1", "drupal/metatag": "^1.16", "drupal/paragraphs": "^1.12", + "drupal/pathauto": "*", + "drupal/rdf": "*", "drupal/search_api": "^1.19", + "drupal/search_api_db": "*", "drupal/video_embed_field": "^2.4" }, - "default-branch": true, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1701463245", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + }, "patches": { "drupal/entity_reference_revisions": { "Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch" } } }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], + "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], "description": "Drutopia core is a base feature providing core components required by other features.", - "homepage": "https://gitlab.com/drutopia/drutopia_core", + "homepage": "https://www.drupal.org/project/drutopia_core", "keywords": [ "base", "core", "drutopia" ], "support": { - "issues": "https://gitlab.com/drutopia/drutopia_core/issues", - "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x" - }, - "time": "2023-01-30T19:52:25+00:00" + "source": "https://git.drupalcode.org/project/drutopia_core/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_core" + } }, { "name": "drupal/drutopia_event", - "version": "dev-1.x", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_event.git", - "reference": "05dac653be8e53cff42d9699d30f175708c5fbb6" + "reference": "049ebe8b42a04481d637ec7bb30194b5af9c58e5" }, "require": { "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "*", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -6216,11 +6764,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "8.x-1.1+6-dev", - "datestamp": "1675809215", + "version": "2.0.x-dev", + "datestamp": "1701465986", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6252,25 +6800,17 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_event", + "homepage": "https://www.drupal.org/project/drutopia_event", "keywords": [ "calendar", "date", @@ -6278,46 +6818,43 @@ "events" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_event/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_event/issues" + "source": "https://git.drupalcode.org/project/drutopia_event/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_event" } }, { "name": "drupal/drutopia_group", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_group.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "6a7836d4663d76303b3a5c3fabb859ef69eb007d" + "reference": "13c6e8b04b29b594562a21690047342ce386f64f" }, "require": { "drupal/address": "^1.8", "drupal/config_actions": "*", "drupal/config_perms": "*", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "*", - "drupal/drutopia_core": "^1.0", + "drupal/drutopia_core": "^2", "drupal/ds": "*", "drupal/entity_reference_revisions": "*", "drupal/gnode": "*", - "drupal/group": "^1.0-rc5", + "drupal/group": "^3", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286726", + "version": "2.0.x-dev", + "datestamp": "1694685946", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6364,7 +6901,7 @@ } ], "description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_group", + "homepage": "https://www.drupal.org/project/drutopia_group", "keywords": [ "drutopia", "grassroots", @@ -6372,31 +6909,26 @@ "organizations" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_group/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_group/issues" + "source": "https://git.drupalcode.org/project/drutopia_group/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_group" } }, { "name": "drupal/drutopia_landing_page", - "version": "1.2.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_landing_page.git", - "reference": "8.x-1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_landing_page-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "de8d56c0112ce748e9a3e6bc0e4018e8cce2e24f" + "reference": "fa3e5874142fffdd757aca5665e5414cf07e416c" }, "require": { "cweagans/composer-patches": "^1.5.0", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/config_snapshot": "*", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/exclude_node_title": "^1.0-beta1", @@ -6407,12 +6939,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1624383397", + "version": "2.0.x-dev", + "datestamp": "1701465249", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6441,25 +6976,17 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_landing_page", + "homepage": "https://www.drupal.org/project/drutopia_landing_page", "keywords": [ "content", "drutopia", @@ -6467,36 +6994,81 @@ "standalone" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_landing_page/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_landing_page/issues" + "source": "https://git.drupalcode.org/project/drutopia_landing_page/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_landing_page" } }, { "name": "drupal/drutopia_organization", - "version": "1.0.x-dev", + "version": "dev-2.0.x", "source": { "type": "git", - "url": "git@git.drupal.org:project/drutopia_organization.git", - "reference": "a5122035fbc58230cb7966379c1e29c58b1db5da" + "url": "https://git.drupalcode.org/project/drutopia_organization.git", + "reference": "1401174fb7ede9e0bcc91930c16334434f2be3ce" }, "require": { + "drupal/block_visibility_groups": "*", "drupal/config_actions": "^1.1", - "drupal/drutopia_core": "^1.0", - "drupal/drutopia_seo": "^1.0", + "drupal/config_snapshot": "*", + "drupal/core": "^8.9 || ^9 || ^10", + "drupal/ctools": "*", + "drupal/drutopia_core": "^2", + "drupal/drutopia_event": "*", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", + "drupal/entity_reference_revisions": "*", + "drupal/facets": "*", "drupal/field_group": "^3.0", + "drupal/focal_point": "*", "drupal/ief_complex_open": "^1.0", "drupal/inline_entity_form": "^1.0@RC", + "drupal/metatag": "*", "drupal/paragraphs": "^1.12", - "drupal/pathauto": "^1.8" + "drupal/pathauto": "^1.8", + "drupal/search_api": "*" }, - "default-branch": true, "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1694685386", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], + "authors": [ + { + "name": "dinarcon", + "homepage": "https://www.drupal.org/user/909522" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], "description": "Drutopia Organization provides an Organization content type for showing visitors information about organizations (groups, nonprofits, businesses) that are part of the site and can be associated with blogs, resources, events, etc.", - "homepage": "https://gitlab.com/drutopia/drutopia_organization", + "homepage": "https://www.drupal.org/project/drutopia_organization", "keywords": [ "business", "content", @@ -6506,31 +7078,24 @@ "organization" ], "support": { - "issues": "https://gitlab.com/drutopia/drutopia_organization/issues", - "source": "https://gitlab.com/drutopia/drutopia_organization/tree/8.x-1.x" - }, - "time": "2022-12-16T23:53:54+00:00" + "source": "https://git.drupalcode.org/project/drutopia_organization/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_organization" + } }, { "name": "drupal/drutopia_page", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_page.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "741582b9a39009fb0dc8459e01cf8f95ad63d76b" + "reference": "ac4fece72920bfb181c50fb4c9bbcb35849d4408" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/metatag": "*", @@ -6541,12 +7106,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621287140", + "version": "2.0.x-dev", + "datestamp": "1701465224", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -6585,15 +7153,15 @@ } ], "description": "Drutopia Page is a base feature providing a page content type and related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_page", + "homepage": "https://www.drupal.org/project/drutopia_page", "keywords": [ "content", "drutopia", "pages" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_page/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_page/issues" + "source": "https://git.drupalcode.org/project/drutopia_page/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_page" } }, { @@ -6668,24 +7236,18 @@ }, { "name": "drupal/drutopia_people", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_people.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "3523571dacf8e8eaf49e76dff644705141efb4e7" + "reference": "60aa239bf374421011a88e0adfdf0e23e1e88453" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "*", - "drupal/drutopia_core": "^1.0", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_core": "^2", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", @@ -6693,13 +7255,98 @@ "drupal/metatag": "*", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", - "drupal/search_api": "*" + "drupal/search_api": "*", + "drupal/views_plain": "^1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1701465205", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], + "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.", + "homepage": "https://www.drupal.org/project/drutopia_people", + "keywords": [ + "biography", + "content", + "drutopia", + "person", + "profile", + "staff", + "volunteers" + ], + "support": { + "source": "https://git.drupalcode.org/project/drutopia_people/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_people" + } + }, + { + "name": "drupal/drutopia_related_content", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_related_content.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-2.0.0.zip", + "reference": "2.0.0", + "shasum": "205cf7d5f35cc0ae87a7a6916e295c96463c0d5b" + }, + "require": { + "drupal/block_visibility_groups": "^2", + "drupal/core": "^8.9 || ^9 || ^10", + "drupal/drutopia_core": "^2", + "drupal/similarterms": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1621287220", + "version": "2.0.0", + "datestamp": "1701820686", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6740,94 +7387,8 @@ "homepage": "https://www.drupal.org/user/3099655" } ], - "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.", - "homepage": "https://gitlab.com/drutopia/drutopia_people", - "keywords": [ - "biography", - "content", - "drutopia", - "person", - "profile", - "staff", - "volunteers" - ], - "support": { - "source": "https://gitlab.com/drutopia/drutopia_people/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_people/issues" - } - }, - { - "name": "drupal/drutopia_related_content", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_related_content.git", - "reference": "ac43115289784a05590c69efb66d5ffe29643470" - }, - "require": { - "drupal/block_visibility_groups": "^2", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^1.0-beta3", - "drupal/similarterms": "^1.3" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.1+2-dev", - "datestamp": "1675809445", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], "description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.", - "homepage": "https://gitlab.com/drutopia/drutopia_related_content", + "homepage": "https://www.drupal.org/project/drutopia_related_content", "keywords": [ "content", "drutopia", @@ -6835,30 +7396,32 @@ "similar" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_related_content/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_related_content/issues" + "source": "https://git.drupalcode.org/project/drutopia_related_content/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_related_content" } }, { "name": "drupal/drutopia_resource", - "version": "dev-1.x", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_resource.git", - "reference": "4d091769ad640333a3b51ac786b5e2ea6d677078" + "reference": "123b61f62d8368e914b7371dd882bfe9b37212b5" }, "require": { "drupal/block_visibility_groups": "^2", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^9.4 || ^10", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_seo": "^2", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", + "drupal/media_library_media_modify": "*", + "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -6869,11 +7432,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "8.x-1.1+3-dev", - "datestamp": "1675808814", + "version": "2.0.x-dev", + "datestamp": "1701465181", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6915,7 +7478,7 @@ } ], "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.", - "homepage": "https://gitlab.com/drutopia/drutopia_resource", + "homepage": "https://www.drupal.org/project/drutopia_resource", "keywords": [ "content", "drutopia", @@ -6926,36 +7489,40 @@ "search" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_resource/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_resource/issues" + "source": "https://git.drupalcode.org/project/drutopia_resource/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_resource" } }, { "name": "drupal/drutopia_search", - "version": "dev-1.x", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_search.git", - "reference": "bc68885f6d597d0568cafc2ef52e25f13958594e" + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_search-2.0.0.zip", + "reference": "2.0.0", + "shasum": "1328a24be4f450489684add8b2bf72c0bf78fcd6" }, "require": { "drupal/block_visibility_groups": "^2", "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^1.0", + "drupal/drutopia_core": "^2", "drupal/facets": "*", - "drupal/search_api": "*" + "drupal/search_api": "*", + "drupal/search_api_db": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.1+3-dev", - "datestamp": "1677100326", + "version": "2.0.0", + "datestamp": "1701816050", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6984,25 +7551,17 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, - { - "name": "rosemarymann", - "homepage": "https://www.drupal.org/user/837536" - }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia Search provides a search server, index, and view.", - "homepage": "https://gitlab.com/drutopia/drutopia_search", + "homepage": "https://www.drupal.org/project/drutopia_search", "keywords": [ "content", "drutopia", @@ -7010,27 +7569,21 @@ "searching" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_search/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_search/issues" + "source": "https://git.drupalcode.org/project/drutopia_search/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_search" } }, { "name": "drupal/drutopia_seo", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_seo.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "af41f9c756d958f4b3afd076b737608f52c5a8e2" + "reference": "b7d254541bf37c06e973250476ef40523d8b18f7" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "*", "drupal/metatag": "^1.13", "drupal/redirect": "^1.6", @@ -7038,12 +7591,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621287991", + "version": "2.0.x-dev", + "datestamp": "1697826547", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -7082,7 +7638,7 @@ } ], "description": "Sensible Search Engine Optimization default configuration for a site.", - "homepage": "https://gitlab.com/drutopia/drutopia_seo", + "homepage": "https://www.drupal.org/project/drutopia_seo", "keywords": [ "SEO", "content", @@ -7093,43 +7649,45 @@ "visibility" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_seo/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_seo/issues" + "source": "https://git.drupalcode.org/project/drutopia_seo/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_seo" } }, { "name": "drupal/drutopia_site", - "version": "dev-1.x", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_site.git", - "reference": "f5db92d1489bf822d21639b30ee21e8e69ed1ab4" + "reference": "55fae682ea8541260fd2a13ac6e0157e232154c3" }, "require": { "drupal/admin_toolbar": "^3.0", + "drupal/admin_toolbar-admin_toolbar_search": "*", "drupal/admin_toolbar_links_access_filter": "*", "drupal/admin_toolbar_tools": "*", "drupal/autosave_form": "1.x-dev", - "drupal/ckeditor": "*", - "drupal/ckeditorheight": "^1.8", "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^1.0", + "drupal/config_snapshot": "*", + "drupal/core": "^9.4 || ^10", + "drupal/drutopia_core": "^2", "drupal/ds": "*", "drupal/entity_reference_revisions": "*", "drupal/menu_admin_per_menu": "^1.1", "drupal/paragraphs": "*", "drupal/role_delegation": "^1.1", + "drupal/workflow_buttons": "^1", + "drupal/workflow_buttons_trash": "*", "drupal/wysiwyg_linebreaks": "^2" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "8.x-1.1+5-dev", - "datestamp": "1681911263", + "version": "2.0.x-dev", + "datestamp": "1701461795", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7137,7 +7695,7 @@ }, "patches": { "drupal/autosave_form": { - "Autosave not working on content creation": "https://www.drupal.org/files/issues/2021-09-10/2924006-39.patch" + "PHP 8.2 deprecation issue with AutosaveFormBuilder": "https://www.drupal.org/files/issues/2023-04-20/autosave_form-dynamic-property-deprecation.patch" } } }, @@ -7176,43 +7734,40 @@ } ], "description": "Drutopia site is a base feature providing site components.", - "homepage": "https://gitlab.com/drutopia/drutopia_site", + "homepage": "https://www.drupal.org/project/drutopia_site", "keywords": [ "base", "drutopia", "site" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_site/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_site/issues" + "source": "https://git.drupalcode.org/project/drutopia_site/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_site" } }, { "name": "drupal/drutopia_social", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_social.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "a000b52043b7fb81be18f325c0d4e694ec560191" + "reference": "b0af0f7828df04aadc2f4b897793a170e55d09d7" }, "require": { - "drupal/core": "^8.9 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/social_media_links": "^2.6" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621288156", + "version": "2.0.x-dev", + "datestamp": "1687306332", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -7259,30 +7814,24 @@ } ], "description": "Drutopia Social provides a social media block, perhaps more in the future.", - "homepage": "https://gitlab.com/drutopia/drutopia_social", + "homepage": "https://www.drupal.org/project/drutopia_social", "support": { "source": "https://git.drupalcode.org/project/drutopia_social" } }, { "name": "drupal/drutopia_storyline", - "version": "1.2.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_storyline.git", - "reference": "8.x-1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "fe054d8f4e5176c6161ca8b4033999a153df003b" + "reference": "fb32c3b3f2c3007dcb28bf55e9a0e72299e4b77a" }, "require": { "drupal/config_actions": "*", "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^1.0", - "drupal/drutopia_page": "^1.0", + "drupal/drutopia_core": "^2", + "drupal/drutopia_page": "^2", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", "drupal/paragraphs": "*" @@ -7293,12 +7842,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1675284600", + "version": "2.0.x-dev", + "datestamp": "1694684949", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -7345,7 +7897,7 @@ } ], "description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.", - "homepage": "https://gitlab.com/drutopia/drutopia_storyline", + "homepage": "https://www.drupal.org/project/drutopia_storyline", "keywords": [ "chronology", "content", @@ -7354,39 +7906,33 @@ "timeline" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_storyline/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_storyline/issues" + "source": "https://git.drupalcode.org/project/drutopia_storyline/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_storyline" } }, { "name": "drupal/drutopia_user", - "version": "1.1.0", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_user.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "371aaddc62123b7e635d3f16531462472871a4e8" + "reference": "bba7bc4fbbc5a6e18b4bd66711e0d6735d8cb3d1" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1621288305", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, "branch-alias": { - "dev-8.x-1.x": "1.x-dev" + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1693752967", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7432,7 +7978,7 @@ } ], "description": "Drutopia user is a base feature providing user-related configuration.", - "homepage": "https://gitlab.com/drutopia/drutopia_user", + "homepage": "https://git.drupalcode.org/project/drutopia_user", "keywords": [ "drutopia", "people", @@ -7440,8 +7986,8 @@ "users" ], "support": { - "source": "https://gitlab.com/drutopia/drutopia_user/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/drutopia_user/issues" + "source": "https://git.drupalcode.org/project/drutopia_user/-/tree/2.0.x", + "issues": "https://www.drupal.org/project/issues/drutopia_user" } }, { @@ -7516,24 +8062,23 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "1.16.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "8.x-1.16" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "4155c11eac17ccd485888e6e5c52858358726415" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-3.1.0.zip", + "reference": "3.1.0", + "shasum": "4672b535acc326320f012033db94b5c0e379362c" }, "require": { - "drupal/core": "^9.3", - "php": ">=7.4" + "drupal/core": "^10 || ^11", + "php": ">=8.1" }, "require-dev": { - "drupal/diff": "1.x-dev", "mglaman/phpstan-drupal": "^1.1", "phpstan/phpstan": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0" @@ -7541,8 +8086,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1644273068", + "version": "3.1.0", + "datestamp": "1688838762", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7779,6 +8324,91 @@ "issues": "https://drupal.org/project/issues/eca_context" } }, + { + "name": "drupal/eca_modeller_bpmn", + "version": "1.1.4", + "require": { + "drupal/core": "^9 || ^10", + "drupal/eca": "^1", + "drupal/eca_ui": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "1.1.4", + "datestamp": "1689338278", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "boromino", + "homepage": "https://www.drupal.org/user/859722" + }, + { + "name": "danielspeicher", + "homepage": "https://www.drupal.org/user/3621778" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "Common functionality for all BPMN based modeller implementations.", + "homepage": "https://www.drupal.org/project/eca", + "support": { + "source": "https://git.drupalcode.org/project/eca" + } + }, + { + "name": "drupal/eca_ui", + "version": "1.1.4", + "require": { + "drupal/core": "^9 || ^10", + "drupal/eca": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "1.1.4", + "datestamp": "1689338278", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "boromino", + "homepage": "https://www.drupal.org/user/859722" + }, + { + "name": "danielspeicher", + "homepage": "https://www.drupal.org/user/3621778" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "Provides a user interface for managing ECA models.", + "homepage": "https://www.drupal.org/project/eca", + "support": { + "source": "https://git.drupalcode.org/project/eca" + } + }, { "name": "drupal/editor_advanced_link", "version": "2.2.4", @@ -7829,17 +8459,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.3", + "version": "2.1.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.3" + "reference": "2.1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.3.zip", - "reference": "2.1.3", - "shasum": "d050d25a6daf2cf59bfd9bcc9cdb9b060d9dc5f6" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.6.zip", + "reference": "2.1.6", + "shasum": "40b2db74784e8e51bd73d5efec049c612ced4e19" }, "require": { "drupal/core": "^9 || ^10" @@ -7847,8 +8477,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1697057896", + "version": "2.1.6", + "datestamp": "1701962534", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7889,27 +8519,34 @@ } }, { - "name": "drupal/empty_page", - "version": "3.0.0", + "name": "drupal/email_registration", + "version": "1.4.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/empty_page.git", - "reference": "8.x-3.0" + "url": "https://git.drupalcode.org/project/email_registration.git", + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/empty_page-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "207a1ac3d66c5cfb4f8129e26670e30c66d4cd06" + "url": "https://ftp.drupal.org/files/projects/email_registration-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "fe7a91b858a98533fc1d7550b0917fc80523f186" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.1 || ^10" + }, + "conflict": { + "drupal/commerce": "<2.12" + }, + "require-dev": { + "drupal/commerce": "^2.0", + "drupal/token": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1592930944", + "version": "8.x-1.4", + "datestamp": "1700548925", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7922,30 +8559,39 @@ ], "authors": [ { - "name": "Nick Robillard", - "homepage": "https://www.drupal.org/user/176017" + "name": "Greg Knaddison (greggles)", + "homepage": "https://www.drupal.org/u/greggles", + "role": "Maintainer" }, { - "name": "NormySan", - "homepage": "https://www.drupal.org/user/112352" + "name": "Andrey Postnikov (andypost)", + "homepage": "https://www.drupal.org/u/andypost", + "role": "Maintainer" }, { - "name": "bleen", - "homepage": "https://www.drupal.org/user/77375" + "name": "Chris Herberte", + "homepage": "https://www.drupal.org/u/chris-herberte", + "role": "Maintainer" }, { - "name": "merauluka", - "homepage": "https://www.drupal.org/user/780004" + "name": "Moshe Weitzman (moshe weitzman)", + "homepage": "https://www.drupal.org/u/moshe-weitzman", + "role": "Maintainer" }, { - "name": "mukila", - "homepage": "https://www.drupal.org/user/3223526" + "name": "Grevil", + "homepage": "https://www.drupal.org/user/3668491" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" } ], - "description": "A simple empty page solution. Assists in creating empty menu callbacks mostly used for pages that only consist of blocks.", - "homepage": "https://www.drupal.org/project/empty_page", + "description": "Allows users to register with an email address as their username.", + "homepage": "https://www.drupal.org/project/email_registration", "support": { - "source": "https://git.drupalcode.org/project/empty_page" + "source": "https://git.drupalcode.org/project/email_registration", + "issues": "http://drupal.org/project/issues/email_registration" } }, { @@ -8091,6 +8737,53 @@ "issues": "https://www.drupal.org/project/issues/entity" } }, + { + "name": "drupal/entity_notify", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_notify.git", + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_notify-1.0.1.zip", + "reference": "1.0.1", + "shasum": "a58a2d532ffe269f6781926a89573d305ba546c4" + }, + "require": { + "drupal/core": "^9 || ^10", + "drupal/telegram_api": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.1", + "datestamp": "1693980020", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Andrei Ivnitskii", + "homepage": "https://www.drupal.org/u/ivnish", + "role": "Maintainer" + } + ], + "description": "Notifies the site administrator by e-mail or telegram when user create/edit/delete selected entities.", + "homepage": "https://www.drupal.org/project/entity_notify", + "support": { + "source": "https://git.drupalcode.org/project/entity_notify", + "issues": "https://www.drupal.org/project/issues/entity_notify" + } + }, { "name": "drupal/entity_reference_override", "version": "2.0.0-beta2", @@ -8225,21 +8918,21 @@ }, { "name": "drupal/entitygroupfield", - "version": "1.0.0-alpha2", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entitygroupfield.git", - "reference": "1.0.0-alpha2" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entitygroupfield-1.0.0-alpha2.zip", - "reference": "1.0.0-alpha2", - "shasum": "a6eedf0c4297f0c011a927ff0a916d57fd8c8829" + "url": "https://ftp.drupal.org/files/projects/entitygroupfield-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "8a652543ba7cf587d023c8e4e8652592691b3565" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/group": "~1.0" + "drupal/core": "^9.2 || ^10", + "drupal/group": "^2.0 || ^3.0" }, "require-dev": { "drupal/variationcache": "~1.0" @@ -8247,8 +8940,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0-alpha2", - "datestamp": "1598843615", + "version": "2.0.0-alpha1", + "datestamp": "1687130173", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -8407,20 +9100,20 @@ }, { "name": "drupal/eva", - "version": "2.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eva.git", - "reference": "8.x-2.1" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eva-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "9fd3bed40ad1c05c05d32a90965ad45c30d2fb41" + "url": "https://ftp.drupal.org/files/projects/eva-3.0.0.zip", + "reference": "3.0.0", + "shasum": "51b56ed55ab6edb7376afc34c88825b6373d4a80" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "suggest": { "drupal/token": "Enable the argument token browser" @@ -8428,8 +9121,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.1", - "datestamp": "1591701896", + "version": "3.0.0", + "datestamp": "1667476964", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8763,17 +9456,17 @@ }, { "name": "drupal/features", - "version": "3.13.0", + "version": "3.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/features.git", - "reference": "8.x-3.13" + "reference": "8.x-3.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/features-8.x-3.13.zip", - "reference": "8.x-3.13", - "shasum": "d722769994ae9277fa99bba3abc2a891011055db" + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.14.zip", + "reference": "8.x-3.14", + "shasum": "fff0bb2d133c524ddb326422eba625c55585232c" }, "require": { "drupal/config_update": "^1.4 || ^2", @@ -8782,8 +9475,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.13", - "datestamp": "1686073886", + "version": "8.x-3.14", + "datestamp": "1702059191", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8839,10 +9532,6 @@ { "name": "mpotter", "homepage": "https://www.drupal.org/user/616192" - }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" } ], "description": "Enables administrators to package configuration into modules", @@ -8961,6 +9650,70 @@ "issues": "https://www.drupal.org/project/issues/feeds" } }, + { + "name": "drupal/feeds_ex", + "version": "1.0.0-beta3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/feeds_ex.git", + "reference": "8.x-1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/feeds_ex-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "ba0e70154a2ac29edd03495271dc403d33411d38" + }, + "require": { + "arthurkushman/query-path": "^3.0", + "drupal/core": "^9 || ^10", + "drupal/feeds": "*", + "mtdowling/jmespath.php": "^2.0", + "softcreatr/jsonpath": "^0.5 || ^0.7 || ^0.8" + }, + "require-dev": { + "drupal/feeds": "3.x-dev" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta3", + "datestamp": "1667586771", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "MegaChriz", + "homepage": "https://www.drupal.org/user/654114" + }, + { + "name": "twistor", + "homepage": "https://www.drupal.org/user/473738" + } + ], + "description": "A generic Feeds parser used to create extensible parsers.", + "homepage": "http://drupal.org/project/feeds_ex", + "keywords": [ + "feeds", + "parser" + ], + "support": { + "source": "http://cgit.drupalcode.org/feeds_ex", + "issues": "http://drupal.org/project/issues/feeds_ex" + } + }, { "name": "drupal/feeds_ical", "version": "2.1.0", @@ -9013,35 +9766,40 @@ }, { "name": "drupal/field_defaults", - "version": "1.3.0", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_defaults.git", - "reference": "8.x-1.3" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_defaults-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "22a6b0344adc0c25a026cdc1d911e19c48796522" + "url": "https://ftp.drupal.org/files/projects/field_defaults-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "829fa861038991643f32ec4b04da67d659bb38c0" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1611268147", + "version": "2.0.0-alpha2", + "datestamp": "1679612171", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -9053,13 +9811,12 @@ "homepage": "https://www.drupal.org/project/field_defaults", "keywords": [ "Content", - "Content Construction Kit (CCK)", "Drupal", "Fields" ], "support": { - "source": "https://drupal.org/project/field_defaults", - "issues": "https://drupal.org/project/issues/field_defaults" + "source": "https://git.drupalcode.org/project/field_defaults", + "issues": "https://www.drupal.org/project/issues/field_defaults" } }, { @@ -9302,26 +10059,26 @@ }, { "name": "drupal/fitvids", - "version": "1.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fitvids.git", - "reference": "8.x-1.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fitvids-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "28e066336ebca9750eb72152303e7cb8a1a302c4" + "url": "https://ftp.drupal.org/files/projects/fitvids-2.0.0.zip", + "reference": "2.0.0", + "shasum": "0fb02d633ca144abee0bfca7b52457c89aba0414" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1590685117", + "version": "2.0.0", + "datestamp": "1669606300", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9350,27 +10107,27 @@ }, { "name": "drupal/fixed_block_content", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fixed_block_content.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "7f8131fa16865ce3d0c9a2106eaefb74b0164f48" + "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "30488b4a57f02b27e63e9249be3e1f9f67a19f64" }, "require": { - "drupal/core": "^9 || ~10.0.0", + "drupal/core": "^9 || ^10", "drupal/hal": "^1.0 || ^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1684583876", + "version": "8.x-1.3", + "datestamp": "1702646682", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9398,6 +10155,134 @@ "issues": "https://drupal.org/project/issues/fixed_block_content" } }, + { + "name": "drupal/flag", + "version": "4.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/flag.git", + "reference": "8.x-4.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta4.zip", + "reference": "8.x-4.0-beta4", + "shasum": "2779804f23685e1bb68a2a7b9517932dde3b1d4e" + }, + "require": { + "drupal/core": "^9.1 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.0-beta4", + "datestamp": "1670487892", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "fubhy", + "homepage": "https://www.drupal.org/user/761344" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "mooffie", + "homepage": "https://www.drupal.org/user/78454" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "shabana.navas", + "homepage": "https://www.drupal.org/user/1311398" + }, + { + "name": "socketwench", + "homepage": "https://www.drupal.org/user/65793" + } + ], + "description": "Create customized flags that users can set on entities.", + "homepage": "https://www.drupal.org/project/flag", + "support": { + "source": "https://git.drupalcode.org/project/flag" + } + }, + { + "name": "drupal/flexible_permissions", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/flexible_permissions.git", + "reference": "1.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/flexible_permissions-1.1.0.zip", + "reference": "1.1.0", + "shasum": "cfda615388131e96a5cf3fce1f24b1c220f91fce" + }, + "require": { + "drupal/core": "^9.5 || ^10", + "drupal/variationcache": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.0", + "datestamp": "1697027409", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", + "role": "Maintainer" + }, + { + "name": "Mathias Wächter", + "homepage": "https://www.drupal.org/u/mef", + "role": "Maintainer" + } + ], + "description": "This module allows you to gather, calculate and cache permissions from a myriad of sources", + "homepage": "http://drupal.org/project/flexible_permissions", + "support": { + "source": "https://git.drupalcode.org/project/flexible_permissions", + "issues": "https://drupal.org/project/issues/flexible_permissions" + } + }, { "name": "drupal/focal_point", "version": "2.0.2", @@ -9457,11 +10342,17 @@ }, { "name": "drupal/footnotes", - "version": "dev-2.x", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/footnotes.git", - "reference": "d0218117b3996558aefb726c7b29795d57b115ad" + "reference": "3.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/footnotes-3.1.0.zip", + "reference": "3.1.0", + "shasum": "6cc51af0d8cd50628b5a7e9cc75255a657e2aa62" }, "require": { "drupal/core": ">=8.6", @@ -9472,15 +10363,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.1+20-dev", - "datestamp": "1615724664", + "version": "3.1.0", + "datestamp": "1691752661", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -9525,6 +10413,59 @@ "issues": "https://drupal.org/project/issues/footnotes" } }, + { + "name": "drupal/fullcalendar_view", + "version": "5.1.13", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/fullcalendar_view.git", + "reference": "5.1.13" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.1.13.zip", + "reference": "5.1.13", + "shasum": "35b8286574a2be20265f33c132579f7e4861b8ed" + }, + "require": { + "drupal/core": "^9.2.0 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "5.1.13", + "datestamp": "1698886922", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "KarinG", + "homepage": "https://www.drupal.org/user/787114" + }, + { + "name": "Mingsong", + "homepage": "https://www.drupal.org/user/2986445" + } + ], + "description": "This is a lightweight View plugin module that provides a calendar view format powered by FullCalendar JavaScript.", + "homepage": "http://drupal.org/project/fullcalendar_view", + "keywords": [ + "Drupal", + "fullcalendar_view" + ], + "support": { + "source": "http://cgit.drupalcode.org/fullcalendar_view", + "issues": "http://drupal.org/project/issues/fullcalendar_view" + } + }, { "name": "drupal/gdpr", "version": "3.0.0", @@ -9775,17 +10716,17 @@ }, { "name": "drupal/gin_gutenberg", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_gutenberg.git", - "reference": "1.1.4" + "reference": "1.1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.4.zip", - "reference": "1.1.4", - "shasum": "97d01721d1a7b1a759d4e91e4a3b582eddf579f9" + "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.5.zip", + "reference": "1.1.5", + "shasum": "6763c87379dcc625516bbbaacd859144bdfd41bf" }, "require": { "drupal/core": "^8 || ^9.3 || ^10", @@ -9794,8 +10735,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.4", - "datestamp": "1666341998", + "version": "1.1.5", + "datestamp": "1698327378", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9838,17 +10779,17 @@ }, { "name": "drupal/gin_login", - "version": "1.6.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_login.git", - "reference": "8.x-1.6" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "4f328c2533ba9a77c908478dc5298981c1e30aab" + "url": "https://ftp.drupal.org/files/projects/gin_login-2.0.3.zip", + "reference": "2.0.3", + "shasum": "f5be85feabfde975d088a3a6b4365e0b155eb4b8" }, "require": { "drupal/core": "^8.9 || ^9 || ^10" @@ -9856,8 +10797,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1683024096", + "version": "2.0.3", + "datestamp": "1697916978", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9956,7 +10897,7 @@ }, { "name": "drupal/gnode", - "version": "3.2.1", + "version": "3.2.2", "require": { "drupal/core": "^9.5 || ^10", "drupal/group": "*" @@ -9964,8 +10905,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.2.1", - "datestamp": "1697204379", + "version": "3.2.2", + "datestamp": "1701886939", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9994,39 +10935,21 @@ }, { "name": "drupal/google_analytics", - "version": "4.0.2", + "version": "dev-3357831-php-8.2-compatibility", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/google_analytics.git", - "reference": "4.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.2.zip", - "reference": "4.0.2", - "shasum": "6deec511373e4659e42ff494c8729434728e37d7" - }, - "require": { - "drupal/core": "^9.3 || ^10" + "url": "git@git.drupal.org:issue/google_analytics-3357831.git", + "reference": "6e1250f00dd9942a91cdff4e2d44f1779019e191" }, "require-dev": { "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { - "drupal": { - "version": "4.0.2", - "datestamp": "1662768595", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, "branch-alias": { "dev-4.x": "4.x-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], @@ -10034,59 +10957,40 @@ { "name": "See contributors", "homepage": "https://www.drupal.org/node/49388/committers" - }, - { - "name": "budda", - "homepage": "https://www.drupal.org/user/13164" - }, - { - "name": "ixismark", - "homepage": "https://www.drupal.org/user/3632333" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "roberto.rivera.ixis", - "homepage": "https://www.drupal.org/user/3632325" } ], "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", "homepage": "https://www.drupal.org/project/google_analytics", "support": { - "source": "https://git.drupalcode.org/project/google_analytics", - "issues": "https://www.drupal.org/project/issues/google_analytics" - } + "issues": "https://www.drupal.org/project/issues/google_analytics", + "source": "https://git.drupalcode.org/project/google_analytics" + }, + "time": "2023-05-03T10:39:55+00:00" }, { "name": "drupal/group", - "version": "1.6.0", + "version": "3.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/group.git", - "reference": "8.x-1.6" + "reference": "3.2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/group-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f9559b6e79db8420f9d13e9d4b2387b3a66fd03b" + "url": "https://ftp.drupal.org/files/projects/group-3.2.2.zip", + "reference": "3.2.2", + "shasum": "d44d51828ca6554c32aa2d27e3a898e1d38b9efa" }, "require": { "drupal/core": "^9.5 || ^10", - "drupal/entity": "^1.4", - "drupal/variationcache": "^1.3" + "drupal/entity": "^1.2", + "drupal/flexible_permissions": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1693382492", + "version": "3.2.2", + "datestamp": "1701886939", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10109,7 +11013,7 @@ } ], "description": "This module allows you to group users, content and other entities", - "homepage": "https://drupal.org/project/group", + "homepage": "http://drupal.org/project/group", "support": { "source": "https://git.drupalcode.org/project/group", "issues": "https://drupal.org/project/issues/group" @@ -10170,6 +11074,10 @@ "name": "Stephan Zeidler (szeidler)", "homepage": "https://www.drupal.org/u/szeidler" }, + { + "name": "perandre", + "homepage": "https://www.drupal.org/user/221337" + }, { "name": "roborn", "homepage": "https://www.drupal.org/user/139474" @@ -10196,26 +11104,31 @@ }, { "name": "drupal/hal", - "version": "1.0.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/hal.git", - "reference": "1.0.3" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/hal-1.0.3.zip", - "reference": "1.0.3", - "shasum": "8e81b3b453ff63a281c1c470ff722f4af6206426" + "url": "https://ftp.drupal.org/files/projects/hal-2.0.2.zip", + "reference": "2.0.2", + "shasum": "9ec3ad376678941bae2e0eae0c980c42cddfc8b2" }, "require": { - "drupal/core": "^9" + "drupal/core": "^10" + }, + "require-dev": { + "drupal/aggregator": "2.x-dev", + "drupal/entity_reference_revisions": "1.x-dev", + "drupal/rdf": "2.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.3", - "datestamp": "1664412481", + "version": "2.0.2", + "datestamp": "1700523711", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10311,55 +11224,6 @@ "issues": "https://www.drupal.org/project/issues/honeypot" } }, - { - "name": "drupal/hotjar", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/hotjar.git", - "reference": "8.x-3.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/hotjar-8.x-3.1.zip", - "reference": "8.x-3.1", - "shasum": "2ab70dd75277c484363758020b966ba41802f59d" - }, - "require": { - "drupal/core": "^9.4 || ^10", - "ext-json": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-3.1", - "datestamp": "1667919107", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "csakiistvan", - "homepage": "https://www.drupal.org/user/491514" - }, - { - "name": "tikaszvince", - "homepage": "https://www.drupal.org/user/337178" - } - ], - "description": "Allows your site to be tracked by Hotjar by adding a Javascript tracking code to every page", - "homepage": "https://www.drupal.org/project/hotjar", - "support": { - "source": "https://git.drupalcode.org/project/hotjar" - } - }, { "name": "drupal/http_cache_control", "version": "2.1.0", @@ -10504,6 +11368,128 @@ "issues": "http://drupal.org/project/issues/ief_complex_open" } }, + { + "name": "drupal/image_field_to_media", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/image_field_to_media.git", + "reference": "2.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/image_field_to_media-2.0.2.zip", + "reference": "2.0.2", + "shasum": "7026c58a18c8bf9f02e631a5365c2b898916f478" + }, + "require": { + "drupal/core": "^9.3 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.2", + "datestamp": "1696623512", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Andrey Vitushkin (wombatbuddy)", + "homepage": "https://www.drupal.org/u/wombatbuddy", + "role": "Maintainer" + } + ], + "description": "Enables to convert existing image fields to Media image fields.", + "homepage": "https://www.drupal.org/project/image_field_to_media", + "support": { + "source": "https://git.drupalcode.org/project/image_field_to_media", + "issues": "https://www.drupal.org/project/issues/image_field_to_media" + } + }, + { + "name": "drupal/image_widget_crop", + "version": "2.4.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/image_widget_crop.git", + "reference": "8.x-2.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "6fcf4641d730bf1f5afce2a95d58f76094c72d1b" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10", + "drupal/crop": "^1 || ^2" + }, + "require-dev": { + "drupal/bartik": "^1", + "drupal/crop": "*", + "drupal/ctools": "^3", + "drupal/entity_browser": "^2", + "drupal/inline_entity_form": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.4", + "datestamp": "1667435355", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Alexandre Mallet", + "homepage": "https://github.com/woprrr", + "role": "Maintainer" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "woprrr", + "homepage": "https://www.drupal.org/user/858604" + } + ], + "description": "Provides an interface for using the features of the Crop API.", + "homepage": "https://www.drupal.org/project/image_widget_crop", + "keywords": [ + "Crop", + "Drupal", + "Drupal Media" + ], + "support": { + "source": "https://www.drupal.org/project/image_widget_crop", + "issues": "https://www.drupal.org/project/issues/image_widget_crop", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, { "name": "drupal/indieweb", "version": "1.20.0", @@ -10632,10 +11618,6 @@ "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, - { - "name": "podarok", - "homepage": "https://www.drupal.org/user/116002" - }, { "name": "ram4nd", "homepage": "https://www.drupal.org/user/601534" @@ -10731,20 +11713,20 @@ }, { "name": "drupal/insert", - "version": "2.0.0-beta4", + "version": "3.0.0-beta2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "8.x-2.0-beta4" + "reference": "3.0.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/insert-8.x-2.0-beta4.zip", - "reference": "8.x-2.0-beta4", - "shasum": "1756869ab09f11a5789c22bedea7f833c04abe2c" + "url": "https://ftp.drupal.org/files/projects/insert-3.0.0-beta2.zip", + "reference": "3.0.0-beta2", + "shasum": "19f779de9dee1bc7a4117874503e0732eedd48a8" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^10" }, "require-dev": { "drupal/colorbox": "*" @@ -10752,8 +11734,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta4", - "datestamp": "1682516948", + "version": "3.0.0-beta2", + "datestamp": "1698851036", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -10995,6 +11977,71 @@ "source": "https://git.drupalcode.org/project/jquery_ui_autocomplete" } }, + { + "name": "drupal/jquery_ui_datepicker", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ce40cf8ab400866bffda1ac3f7e4a5ac20bb3ae5" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871494", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Datepicker library.", + "homepage": "https://www.drupal.org/project/jquery_ui_datepicker", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_datepicker" + } + }, { "name": "drupal/jquery_ui_draggable", "version": "2.0.0", @@ -11113,6 +12160,115 @@ "source": "https://git.drupalcode.org/project/jquery_ui_menu" } }, + { + "name": "drupal/jquery_ui_slider", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_slider.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.0.0.zip", + "reference": "2.0.0", + "shasum": "86b7d71e91013cffafb8021dbf8047745ebc5fd6" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871571", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "zrpnr", + "homepage": "https://www.drupal.org/user/1448368" + } + ], + "description": "Provides jQuery UI Slider library.", + "homepage": "https://www.drupal.org/project/jquery_ui_slider", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_slider" + } + }, + { + "name": "drupal/jquery_ui_touch_punch", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git", + "reference": "1.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.0.zip", + "reference": "1.1.0", + "shasum": "4b7e50a98246dfa6ef48e5b12c70277873902824" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10", + "drupal/jquery_ui": "^1.0", + "politsin/jquery-ui-touch-punch": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.0", + "datestamp": "1662744607", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Naveen Valecha", + "homepage": "https://drupal.org/u/naveenvalecha", + "role": "Maintainer" + }, + { + "name": "naveenvalecha", + "homepage": "https://www.drupal.org/user/2665733" + } + ], + "description": "Provides jQuery UI Touch Punch library.", + "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch", + "keywords": [ + "Drupal", + "jquery_ui_touch_punch" + ], + "support": { + "source": "https://www.drupal.org/project/jquery_ui_touch_punch", + "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch" + } + }, { "name": "drupal/key", "version": "1.17.0", @@ -11280,23 +12436,20 @@ }, { "name": "drupal/linkit", - "version": "6.0.2", + "version": "6.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.2" + "reference": "6.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.2.zip", - "reference": "6.0.2", - "shasum": "b7d965d122403c0d1cd8b891db3ea56004026804" + "url": "https://ftp.drupal.org/files/projects/linkit-6.1.2.zip", + "reference": "6.1.2", + "shasum": "63fb311d2b78df81a9a588330429b640ec7da0e8" }, "require": { - "drupal/core": "^9.4 || ^10.0.0" - }, - "conflict": { - "drupal/core": ">=10.1" + "drupal/core": "^10.1" }, "require-dev": { "drupal/ckeditor": "*", @@ -11305,8 +12458,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.2", - "datestamp": "1696865395", + "version": "6.1.2", + "datestamp": "1696865478", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11340,6 +12493,62 @@ "issues": "http://drupal.org/project/linkit" } }, + { + "name": "drupal/mail_login", + "version": "2.9.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/mail_login.git", + "reference": "8.x-2.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/mail_login-8.x-2.9.zip", + "reference": "8.x-2.9", + "shasum": "13c0271001f1f317d625891475a08309e669146b" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.9", + "datestamp": "1696437251", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mohammad AlQanneh", + "homepage": "https://www.drupal.org/u/mqanneh", + "role": "Maintainer" + }, + { + "name": "mqanneh", + "homepage": "https://www.drupal.org/user/2833163" + } + ], + "description": "This module enables users to login by email address.", + "homepage": "https://www.drupal.org/project/mail_login", + "keywords": [ + "drupal", + "php", + "user" + ], + "support": { + "source": "https://git.drupalcode.org/project/mail_login", + "issues": "http://drupal.org/project/issues/mail_login", + "email": "mqanneh@gmail.com" + } + }, { "name": "drupal/mailchimp", "version": "2.2.2", @@ -11506,6 +12715,329 @@ "issues": "https://www.drupal.org/project/markdown" } }, + { + "name": "drupal/media_contextual_crop", + "version": "dev-1.2.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_contextual_crop.git", + "reference": "3193fb963b46a5c9d045cd61acba78fc8ae0e88e" + }, + "require": { + "drupal/core": "^9.4 || ^10" + }, + "require-dev": { + "drupal/advanced_help": "^1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.2.x": "1.2.x-dev" + }, + "drupal": { + "version": "1.2.1+5-dev", + "datestamp": "1697791918", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DrDam", + "homepage": "https://www.drupal.org/user/1555440" + } + ], + "description": "Media Contextual Cropping API", + "homepage": "https://www.drupal.org/project/media_contextual_crop", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/media_contextual_crop" + } + }, + { + "name": "drupal/media_contextual_crop_field_formatter", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter.git", + "reference": "1.3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_field_formatter-1.3.0.zip", + "reference": "1.3.0", + "shasum": "7e09a051247c22e83a665ab9538c7e18779d93d2" + }, + "require": { + "composer/installers": "^1.9 || ^2.0", + "cweagans/composer-patches": "^1.7", + "drupal/core": "^9.4 || ^10", + "drupal/media_contextual_crop": "~1.2", + "drupal/media_library_media_modify": "^1.0@beta" + }, + "require-dev": { + "drupal/advanced_help": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.3.0", + "datestamp": "1692266180", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "enable-patching": true, + "patches": { + "drupal/media_library_media_modify": { + "#3270150 Add alteration": "https://www.drupal.org/files/issues/2022-06-08/manage_crops_3270150-7.patch" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DrDam", + "homepage": "https://www.drupal.org/user/1555440" + } + ], + "description": "An implementation of media_contextual_crop API for media references", + "homepage": "https://www.drupal.org/project/media_contextual_crop_field_formatter", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter" + } + }, + { + "name": "drupal/media_contextual_crop_fp_adapter", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter.git", + "reference": "1.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_fp_adapter-1.1.1.zip", + "reference": "1.1.1", + "shasum": "b42f7d09e270becdc317bf832156b00cc1b90d12" + }, + "require": { + "drupal/core": "^9.4 || ^10", + "drupal/focal_point": "^1.5 || ^2.0@alpha", + "drupal/media_contextual_crop": "~1.2" + }, + "require-dev": { + "drupal/advanced_help": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.1", + "datestamp": "1692689051", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DrDam", + "homepage": "https://www.drupal.org/user/1555440" + } + ], + "description": "An adapter between focal_point crop plugin and media_contextual_crop", + "homepage": "https://www.drupal.org/project/media_contextual_crop_fp_adapter", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter" + } + }, + { + "name": "drupal/media_contextual_crop_iwc_adapter", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter.git", + "reference": "1.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_iwc_adapter-1.1.1.zip", + "reference": "1.1.1", + "shasum": "7f8e58070560b675cca8eb5b32b8f967532f72b0" + }, + "require": { + "drupal/core": "^9.4 || ^10", + "drupal/image_widget_crop": "^2.3", + "drupal/media_contextual_crop": "~1.2" + }, + "require-dev": { + "drupal/advanced_help": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.1", + "datestamp": "1692689056", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DrDam", + "homepage": "https://www.drupal.org/user/1555440" + } + ], + "description": "An adapter between focal_point crop plugin and media_contextual_crop", + "homepage": "https://www.drupal.org/project/media_contextual_crop_iwc_adapter", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter" + } + }, + { + "name": "drupal/media_library_media_modify", + "version": "1.0.0-beta14", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_library_media_modify.git", + "reference": "1.0.0-beta14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_library_media_modify-1.0.0-beta14.zip", + "reference": "1.0.0-beta14", + "shasum": "a754f2408c5e158e34b96c5269c2081f2453a392" + }, + "require": { + "drupal/core": "^9.5 || ^10" + }, + "require-dev": { + "drupal/inline_entity_form": "1.0-rc14" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0-beta14", + "datestamp": "1687180569", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + }, + "patches": { + "drupal/core": { + "Issue #3263397-10: Simplify form logic in media library": "https://www.drupal.org/files/issues/2023-01-19/3263397-16.patch" + }, + "drupal/inline_entity_form": { + "Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2022-09-22/47-8.diff" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Christian Fritsch", + "homepage": "https://www.drupal.org/user/157725", + "email": "christian.fritsch@burda.com" + }, + { + "name": "chr.fritsch", + "homepage": "https://www.drupal.org/user/2103716" + }, + { + "name": "daniel.bosen", + "homepage": "https://www.drupal.org/user/404865" + }, + { + "name": "volkerk", + "homepage": "https://www.drupal.org/user/57527" + } + ], + "description": "Store context specific overrides for entity reference fields.", + "homepage": "https://www.drupal.org/project/media_library_media_modify", + "support": { + "source": "https://git.drupalcode.org/project/media_library_media_modify" + } + }, + { + "name": "drupal/media_responsive_thumbnail", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_responsive_thumbnail.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_responsive_thumbnail-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "ef96d0c4e4f2759eb19888823e9e733af67f7445" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1678903132", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "yoruvo", + "homepage": "https://www.drupal.org/user/2989799" + } + ], + "description": "Adds a field formatter for Media references which displays a responsive image.", + "homepage": "https://www.drupal.org/project/media_responsive_thumbnail", + "support": { + "source": "https://git.drupalcode.org/project/media_responsive_thumbnail" + } + }, { "name": "drupal/menu_admin_per_menu", "version": "1.5.0", @@ -11626,6 +13158,79 @@ "source": "https://git.drupalcode.org/project/menu_block" } }, + { + "name": "drupal/menu_item_extras", + "version": "2.19.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/menu_item_extras.git", + "reference": "8.x-2.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_item_extras-8.x-2.19.zip", + "reference": "8.x-2.19", + "shasum": "4b3f6c1db6f6678438aebddea42f6101ae43bccb" + }, + "require": { + "drupal/core": "^9.4 || ^10.0" + }, + "require-dev": { + "drupal/ckeditor": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.19", + "datestamp": "1671971153", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Andriy Khomych", + "homepage": "https://www.drupal.org/u/andriy-khomych", + "role": "Maintainer" + }, + { + "name": "Bogdan Hepting", + "homepage": "https://www.drupal.org/u/bogdan-hepting", + "role": "Maintainer" + }, + { + "name": "Oleh Vehera", + "homepage": "https://www.drupal.org/u/voleger", + "role": "Maintainer" + }, + { + "name": "Mykhailo Gurei", + "homepage": "https://www.drupal.org/u/ozin", + "role": "Maintainer" + } + ], + "description": "Provide an additional custom fields which can be used on Menu link", + "homepage": "https://www.drupal.org/project/menu_item_extras", + "keywords": [ + "Drupal", + "Mega Menu" + ], + "support": { + "source": "https://git.drupalcode.org/project/menu_item_extras", + "issues": "https://www.drupal.org/project/issues/menu_item_extras" + } + }, { "name": "drupal/menu_link_config", "version": "1.0.0-alpha8", @@ -11692,17 +13297,17 @@ }, { "name": "drupal/menu_trail_by_path", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_trail_by_path.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.0.zip", - "reference": "2.0.0", - "shasum": "4974b181df7112e2b09e3bddf10b9e704db15375" + "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.1.zip", + "reference": "2.0.1", + "shasum": "3c2c1b0ee669c26e6ccba8a345605b7c932be2bf" }, "require": { "drupal/core": "^8.8 || ^9.0 || ^10" @@ -11710,8 +13315,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1667652245", + "version": "2.0.1", + "datestamp": "1701298206", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12278,56 +13883,6 @@ "source": "https://git.drupalcode.org/project/minimalhtml" } }, - { - "name": "drupal/mobile_number", - "version": "2.0.0-alpha5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mobile_number.git", - "reference": "2.0.0-alpha5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mobile_number-2.0.0-alpha5.zip", - "reference": "2.0.0-alpha5", - "shasum": "1885dfaf83607b452648db61ea43d0bf6471a477" - }, - "require": { - "drupal/core": "^8.8 || ^9", - "giggsey/libphonenumber-for-php": "^8.0" - }, - "require-dev": { - "drupal/sms": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-alpha5", - "datestamp": "1632255795", - "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+" - ], - "authors": [ - { - "name": "Nir Yariv", - "homepage": "http://dofinity.com", - "email": "nir@dofinity.com", - "role": "Maintainer" - } - ], - "description": "Mobile number field with sms verification.", - "homepage": "http://drupal.org/project/mobile_number", - "support": { - "source": "https://git.drupalcode.org/project/mobile_number" - } - }, { "name": "drupal/node_view_permissions", "version": "1.6.0", @@ -12489,27 +14044,27 @@ }, { "name": "drupal/octavia", - "version": "dev-1.x", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "d11d140f24ebb33957e30e22b204132db93e146b" + "reference": "d4455d92f4a191f85730bc81f491f59e93e803c2" }, "require": { - "drupal/bulma": "^1.0-rc1", - "drupal/components": "^2.0-beta3", + "drupal/bulma": "^3.0", + "drupal/components": "^3", "drupal/core": "^9 || ^10", - "drupal/skins": "^1.0-rc1", + "drupal/skins": "^2.0-alpha1", "drupal/twigsuggest": "^1.0-beta2" }, "type": "drupal-theme", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "8.x-1.3+32-dev", - "datestamp": "1694046703", + "version": "2.0.0-alpha1+14-dev", + "datestamp": "1699232839", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -12575,20 +14130,64 @@ }, { "name": "drupal/octavia_camouflage", - "version": "dev-8.x-1.x", + "version": "dev-2.0.x", "source": { "type": "git", - "url": "git@gitlab.com:drutopia/octavia_camouflage.git", - "reference": "b66513aee0ce86fb440bd6e8057c7e8001029a05" + "url": "https://git.drupalcode.org/project/octavia_camouflage.git", + "reference": "7a079941574ea787a1b4bd4f0eba8efc83764c79" }, "require": { - "drupal/octavia": "^1.0" + "drupal/core": "^9 || ^10", + "drupal/octavia": "^2" }, - "default-branch": true, "type": "drupal-theme", + "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, + "drupal": { + "version": "2.0.x-dev", + "datestamp": "1702403097", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], + "authors": [ + { + "name": "drutopia", + "homepage": "https://www.drupal.org/user/3763727" + }, + { + "name": "freescholar", + "homepage": "https://www.drupal.org/user/69463" + }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", + "homepage": "https://www.drupal.org/user/3620027" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "skgchp", + "homepage": "https://www.drupal.org/user/3519194" + }, + { + "name": "wolcen", + "homepage": "https://www.drupal.org/user/3099655" + } + ], "description": "A free-for-all-to-contribute-to set of skins for Drutopia's Octavia theme.", "homepage": "https://gitlab.com/drutopia/octavia_camouflage", "keywords": [ @@ -12597,10 +14196,9 @@ "theme" ], "support": { - "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", - "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" - }, - "time": "2023-06-29T18:45:34+00:00" + "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues" + } }, { "name": "drupal/paragraphs", @@ -12684,34 +14282,33 @@ }, { "name": "drupal/paragraphs_features", - "version": "1.16.0", + "version": "2.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs_features.git", - "reference": "8.x-1.16" + "reference": "2.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_features-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "c744a87b5a097e75dc61518e1aa50151c58dc106" + "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.0.0-beta3.zip", + "reference": "2.0.0-beta3", + "shasum": "b040ba0048101f578752050bc55cc039939a649c" }, "require": { - "drupal/core": "^9.2", + "drupal/core": "^9.2 || ^10", "drupal/paragraphs": "^1.13" }, "require-dev": { - "drupal/gin": "^3.0", - "drupal/thunder_admin": "^4.0" + "drupal/gin": "^3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1646219273", + "version": "2.0.0-beta3", + "datestamp": "1692697161", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -12944,6 +14541,62 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, + { + "name": "drupal/pdf_api", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/pdf_api.git", + "reference": "2.4.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.1.zip", + "reference": "2.4.1", + "shasum": "e23e10060e1ba625663b886823df4681a02ffe46" + }, + "require": { + "dompdf/dompdf": "^2.0", + "drupal/core": "^8.8 || ^9 || ^10", + "mikehaertl/phpwkhtmltopdf": "^2.3", + "mpdf/mpdf": "^8.2.0", + "tecnickcom/tcpdf": "^6.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.4.1", + "datestamp": "1699378420", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" + }, + { + "name": "Nigel Cunningham", + "homepage": "https://www.drupal.org/user/250105" + }, + { + "name": "Sutharsan", + "homepage": "https://www.drupal.org/user/73854" + } + ], + "description": "Provides an API for generating PDFs.", + "homepage": "https://www.drupal.org/project/pdf_api", + "support": { + "source": "https://git.drupalcode.org/project/pdf_api" + } + }, { "name": "drupal/plausible", "version": "2.1.0", @@ -13066,39 +14719,41 @@ }, { "name": "drupal/preview_link", - "version": "1.7.0", + "version": "2.1.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/preview_link.git", - "reference": "8.x-1.7" + "reference": "2.1.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "bfed04e554864f9c3fb5d7a758bc27f5041f1518" + "url": "https://ftp.drupal.org/files/projects/preview_link-2.1.0-alpha2.zip", + "reference": "2.1.0-alpha2", + "shasum": "9e077ecb0f43e9bf5e6d5fba2520b0b46846a5e8" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.4 || ^10", + "drupal/dynamic_entity_reference": "^1 || ^2 || ^3 || ^4", + "php": ">=8.0" }, "require-dev": { "drupal/entity_reference_revisions": "*", - "drupal/paragraphs": "*" + "drupal/paragraphs": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1593052165", + "version": "2.1.0-alpha2", + "datestamp": "1698724706", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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" + "GPL-2.0+" ], "authors": [ { @@ -13128,8 +14783,68 @@ ], "description": "Allows anyone to preview unpublished content with a unique link.", "homepage": "https://www.drupal.org/project/preview_link", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/preview_link" + "source": "https://git.drupalcode.org/project/preview_link", + "issues": "https://www.drupal.org/project/issues/preview_link" + } + }, + { + "name": "drupal/printable", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/printable.git", + "reference": "3.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/printable-3.0.2.zip", + "reference": "3.0.2", + "shasum": "abf887dda994a23c0cca2f282510880e23fb28e4" + }, + "require": { + "drupal/core": "^9.4 || ^10", + "drupal/pdf_api": "^2.3.1", + "wa72/htmlpagedom": "^1.3 || ^2.0 || 3.0" + }, + "require-dev": { + "drupal/pdf_api": "*", + "smalot/pdfparser": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.2", + "datestamp": "1693234627", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Nigel Cunningham", + "homepage": "https://www.drupal.org/user/346106", + "email": "nigel@nigelcunningham.com.au" + }, + { + "name": "Nigel Cunningham", + "homepage": "https://www.drupal.org/user/250105" + } + ], + "description": "Generates printer friendly version of nodes", + "homepage": "https://www.drupal.org/project/printable", + "support": { + "source": "https://git.drupalcode.org/project/printable", + "issues": "https://www.drupal.org/project/issues/printable" } }, { @@ -13480,26 +15195,29 @@ }, { "name": "drupal/regionincontent", - "version": "dev-1.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/regionincontent.git", - "reference": "d31fab70e777fbf4008ab3561a10bb1530eb08c2" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/regionincontent-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "3323c1215c4cfc3da3580e8d382c7cc0f691a513" }, "require": { - "drupal/core": "^8.8.0 || ^9.0" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0+1-dev", - "datestamp": "1693422741", + "version": "8.x-1.1", + "datestamp": "1699306875", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -13525,26 +15243,26 @@ }, { "name": "drupal/registration_role", - "version": "1.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/registration_role.git", - "reference": "8.x-1.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/registration_role-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "37135cf58f6fe90fbbdfb2354000f5763093861a" + "url": "https://ftp.drupal.org/files/projects/registration_role-2.0.0.zip", + "reference": "2.0.0", + "shasum": "3d3b9d1068e80a47e14e0e1d64498bf1e0d3075c" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1590120525", + "version": "2.0.0", + "datestamp": "1689039865", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13646,27 +15364,27 @@ }, { "name": "drupal/riddler", - "version": "2.0.5", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/riddler.git", - "reference": "2.0.5" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/riddler-2.0.5.zip", - "reference": "2.0.5", - "shasum": "8f2496837c8a30eb3574a21a4b0490d9d35737ce" + "url": "https://ftp.drupal.org/files/projects/riddler-3.0.1.zip", + "reference": "3.0.1", + "shasum": "dc758aece996787a3429c61aa534df87ccf770a3" }, "require": { - "drupal/captcha": "^1.1", - "drupal/core": "^8.9 || ^9" + "drupal/captcha": "^2", + "drupal/core": "^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.5", - "datestamp": "1691590961", + "version": "3.0.1", + "datestamp": "1686732873", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13981,6 +15699,10 @@ "name": "anoopjohn", "homepage": "https://www.drupal.org/user/188049" }, + { + "name": "Anybody", + "homepage": "https://www.drupal.org/user/291091" + }, { "name": "binnythomas", "homepage": "https://www.drupal.org/user/3123091" @@ -13989,6 +15711,10 @@ "name": "emilymathew", "homepage": "https://www.drupal.org/user/2921997" }, + { + "name": "Grevil", + "homepage": "https://www.drupal.org/user/3668491" + }, { "name": "jijojoseph_zyxware", "homepage": "https://www.drupal.org/user/3561263" @@ -14018,20 +15744,20 @@ }, { "name": "drupal/search_api", - "version": "1.30.0", + "version": "1.31.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.30" + "reference": "8.x-1.31" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.30.zip", - "reference": "8.x-1.30", - "shasum": "25bd2cfab6a6332c595fbc8be1c4cfff33a85ce8" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.31.zip", + "reference": "8.x-1.31", + "shasum": "ec8436744c34de2ede6370d4dd26875489e761bc" }, "require": { - "drupal/core": "^9.3 || ^10.0" + "drupal/core": "^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -14049,8 +15775,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.30", - "datestamp": "1697366291", + "version": "8.x-1.31", + "datestamp": "1700926323", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14142,6 +15868,64 @@ "irc": "irc://irc.freenode.org/drupal-search-api" } }, + { + "name": "drupal/search_api_db", + "version": "1.31.0", + "require": { + "drupal/core": "^10.0", + "drupal/search_api": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-1.31", + "datestamp": "1700926323", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "borisson_", + "homepage": "https://www.drupal.org/user/2393360" + }, + { + "name": "drunken monkey", + "homepage": "https://www.drupal.org/user/205582" + }, + { + "name": "Nick_vh", + "homepage": "https://www.drupal.org/user/122682" + } + ], + "description": "Offers an implementation of the Search API that uses database tables for indexing content.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "https://git.drupalcode.org/project/search_api" + } + }, + { + "name": "drupal/search_api_entity_multiselect", + "version": "1.0.x-dev", + "source": { + "type": "git", + "url": "https://codeberg.org/agaric/search_api_entity_multiselect.git", + "reference": "8045ed91a6d4d2e62d9cddb217373a2b7dba3062" + }, + "default-branch": true, + "type": "drupal-module", + "license": [ + "GPL-2.0+" + ], + "description": "Create multiselect form field for entities", + "time": "2023-08-02T16:03:56+00:00" + }, { "name": "drupal/search_api_saved_searches", "version": "1.0.0-alpha4", @@ -14402,17 +16186,17 @@ }, { "name": "drupal/similarterms", - "version": "1.6.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/similarterms.git", - "reference": "8.x-1.6" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "51317a53c478d552d796e351390c2ec1a337c990" + "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "12a28514dfee98bb723e6eed772f5eeeb525de54" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -14420,8 +16204,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1681920109", + "version": "8.x-1.8", + "datestamp": "1699725697", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14454,35 +16238,35 @@ }, { "name": "drupal/skins", - "version": "1.0.0-rc4", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/skins.git", - "reference": "8.x-1.0-rc4" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc4.zip", - "reference": "8.x-1.0-rc4", - "shasum": "04598bfffe8a5b6a1a6031f185d1140cf8c4ed08" + "url": "https://ftp.drupal.org/files/projects/skins-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "192b0ba615b866f0d36feebfc99d9a3ff58f86c0" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc4", - "datestamp": "1659298946", + "version": "2.0.0-alpha1", + "datestamp": "1687484216", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -14507,29 +16291,33 @@ } ], "description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.", - "homepage": "https://www.drupal.org/project/skins", + "homepage": "http://drupal.org/project/skins", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/skins" + "source": "http://cgit.drupalcode.org/skins", + "issues": "http://drupal.org/project/issues/skins" } }, { "name": "drupal/smart_date", - "version": "3.7.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_date.git", - "reference": "3.7.2" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_date-3.7.2.zip", - "reference": "3.7.2", - "shasum": "4dc2040d94688369cff3c8b1062c1991fe685963" + "url": "https://ftp.drupal.org/files/projects/smart_date-4.0.3.zip", + "reference": "4.0.3", + "shasum": "9f8fd56690eae5b5ae7231ab17641fa1d57ec261" }, "require": { "drupal/core": "^9 || ^10", "php": ">=8.0", - "simshaun/recurr": "^4" + "simshaun/recurr": "^5" }, "suggest": { "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." @@ -14537,8 +16325,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.7.2", - "datestamp": "1677784501", + "version": "4.0.3", + "datestamp": "1689755800", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14577,21 +16365,21 @@ }, { "name": "drupal/sms", - "version": "2.1.0", + "version": "2.2.0-rc1", "require": { - "drupal/core": "^9.2", - "drupal/dynamic_entity_reference": "^1 || ^2", + "drupal/core": "^9.5 || ^10", + "drupal/dynamic_entity_reference": "^3 || ^4", "drupal/smsframework": "^2", - "php": ">=7.4" + "php": ">=8" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1670240395", + "version": "2.2.0-rc1", + "datestamp": "1670241566", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -14622,77 +16410,6 @@ "issues": "https://www.drupal.org/project/issues/smsframework" } }, - { - "name": "drupal/sms_twilio", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/sms_twilio.git", - "reference": "a750193481855e999889a04e5165c0c220a1a0c4" - }, - "require": { - "drupal/core": "^8.9 || ^9", - "drupal/smsframework": "^1.0 || ^2.0@alpha", - "twilio/sdk": "5.4.*" - }, - "suggest": { - "drupal/smsframework": "Provides integration with SMS Framework" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0+2-dev", - "datestamp": "1630002985", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\sms_twilio\\": "src" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "Chris Rockwell", - "homepage": "https://twitter.com/chrisrockwell", - "role": "Maintainer" - }, - { - "name": "Daniel Phin", - "homepage": "http://danielph.in", - "email": "pro@danielph.in", - "role": "Developer" - }, - { - "name": "mcpuddin", - "homepage": "https://www.drupal.org/user/564834" - }, - { - "name": "spheresh", - "homepage": "https://www.drupal.org/user/624860" - }, - { - "name": "univate", - "homepage": "https://www.drupal.org/user/279264" - } - ], - "description": "Integrates Twilio with SMS Framework.", - "homepage": "https://www.drupal.org/project/sms_twilio", - "support": { - "source": "http://cgit.drupalcode.org/sms_twilio", - "issues": "https://www.drupal.org/project/issues/sms_twilio" - } - }, { "name": "drupal/smsframework", "version": "2.1.0", @@ -15064,31 +16781,107 @@ } }, { - "name": "drupal/stripe", - "version": "1.0.0", + "name": "drupal/stringoverrides", + "version": "1.8.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/stripe.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/stringoverrides.git", + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stripe-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "de84804416c278ea90d13ba7c824e23483349a1f" + "url": "https://ftp.drupal.org/files/projects/stringoverrides-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "5c621d593fc9d74079d76fb7970c7c648b98d0e7" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.8", + "datestamp": "1671212608", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Audrius Vaitonis", + "homepage": "https://www.drupal.org/user/454662" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "hubdrop", + "homepage": "https://www.drupal.org/user/2750597" + }, + { + "name": "manuel.adan", + "homepage": "https://www.drupal.org/user/516420" + }, + { + "name": "Nitesh Sethia", + "homepage": "https://www.drupal.org/user/2474982" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "webchick", + "homepage": "https://www.drupal.org/user/24967" + } + ], + "description": "Provides a quick and easy way of replacing text.", + "homepage": "https://www.drupal.org/project/stringoverrides", + "support": { + "source": "https://git.drupalcode.org/project/stringoverrides" + } + }, + { + "name": "drupal/stripe", + "version": "2.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/stripe.git", + "reference": "2.0.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/stripe-2.0.0-beta4.zip", + "reference": "2.0.0-beta4", + "shasum": "fda2de1e566690b86044832af3b105a783c13369" + }, + "require": { + "drupal/core": "^9 || ^10", "stripe/stripe-php": "^7.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1598551147", + "version": "2.0.0-beta4", + "datestamp": "1678224485", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -15158,31 +16951,31 @@ }, { "name": "drupal/stripe_webform", - "version": "1.2.0", + "version": "2.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stripe_webform.git", - "reference": "8.x-1.2" + "reference": "2.0.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stripe_webform-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "500c0b5a52f9904e36b6777584338d56b7827417" + "url": "https://ftp.drupal.org/files/projects/stripe_webform-2.0.0-beta4.zip", + "reference": "2.0.0-beta4", + "shasum": "050d409e1d3747eb1671e4a5f211bb7975fae2cb" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/stripe": "*", + "drupal/core": "^8.8 || ^9 || ^10", + "drupal/stripe": "^2.0.0", "drupal/webform": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1608159884", + "version": "2.0.0-beta4", + "datestamp": "1677789872", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -15264,35 +17057,35 @@ }, { "name": "drupal/subprofiles", - "version": "1.0.0", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subprofiles.git", - "reference": "8.x-1.0" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subprofiles-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "f026baab069c7e81d091925c714cb205a22828c3" + "url": "https://ftp.drupal.org/files/projects/subprofiles-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "2f5e16cf4a918d7e9873abbaa99a26788c8a63b3" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1619564567", + "version": "2.0.0-alpha2", + "datestamp": "1697325686", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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" + "GPL-2.0+" ], "authors": [ { @@ -15322,8 +17115,126 @@ ], "description": "Provide multiple variations of a single installation profile.", "homepage": "https://www.drupal.org/project/subprofiles", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/subprofiles" + "source": "https://git.drupalcode.org/project/subprofiles", + "issues": "http://drupal.org/project/issues/subprofiles" + } + }, + { + "name": "drupal/super_login", + "version": "2.1.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/super_login.git", + "reference": "2.1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/super_login-2.1.2.zip", + "reference": "2.1.2", + "shasum": "28c0667ea9ad0bfb689a5a17e9b2a8b186426397" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.2", + "datestamp": "1691620459", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "3CWebDev", + "homepage": "https://www.drupal.org/user/61221" + } + ], + "description": "Improves the Drupal login and registration forms.", + "homepage": "https://www.drupal.org/project/super_login", + "support": { + "source": "https://git.drupalcode.org/project/super_login" + } + }, + { + "name": "drupal/taxonomy_import", + "version": "2.0.12", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/taxonomy_import.git", + "reference": "2.0.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/taxonomy_import-2.0.12.zip", + "reference": "2.0.12", + "shasum": "7ee3acb762e5f30208423c51035db1b889fe5785" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.12", + "datestamp": "1680814752", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "AswathyAjish", + "homepage": "https://www.drupal.org/user/2584696" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "neethups", + "homepage": "https://www.drupal.org/user/3516137" + }, + { + "name": "sajiniantony", + "homepage": "https://www.drupal.org/user/2603884" + }, + { + "name": "TolstoyDotCom", + "homepage": "https://www.drupal.org/user/103055" + }, + { + "name": "vuil", + "homepage": "https://www.drupal.org/user/3568458" + } + ], + "description": "A module to import taxonomy using CSV or XML file to a user defined vocabulary.", + "homepage": "https://www.drupal.org/project/taxonomy_import", + "keywords": [ + "Drupal", + "taxonomy_import" + ], + "support": { + "source": "http://cgit.drupalcode.org/taxonomy_import", + "issues": "https://www.drupal.org/project/issues/taxonomy_import", + "documentation": "https://www.drupal.org/project/taxonomy_import" } }, { @@ -15412,27 +17323,74 @@ } }, { - "name": "drupal/textarea_widget_for_text", - "version": "1.2.0", + "name": "drupal/telegram_api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/textarea_widget_for_text.git", - "reference": "8.x-1.2" + "url": "https://git.drupalcode.org/project/telegram_api.git", + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "f39076bbf0315e505bd3893e2342a04cf2d07d75" + "url": "https://ftp.drupal.org/files/projects/telegram_api-1.0.0.zip", + "reference": "1.0.0", + "shasum": "d1825eb653389fe35e6085d066442dbb910b5c2c" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10", + "ext-curl": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1600131297", + "version": "1.0.0", + "datestamp": "1685431953", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Andrei Ivnitskii", + "homepage": "https://www.drupal.org/u/ivnish", + "role": "Maintainer" + } + ], + "description": "Add some telegram integration for your site.", + "homepage": "https://www.drupal.org/project/telegram_api", + "support": { + "source": "https://git.drupalcode.org/project/telegram_api", + "issues": "https://www.drupal.org/project/issues/telegram_api" + } + }, + { + "name": "drupal/textarea_widget_for_text", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/textarea_widget_for_text.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "4bd7c1b0eb25574efa1b959636eb7445f6ba5596" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1699891368", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15465,17 +17423,17 @@ }, { "name": "drupal/token", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.12" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "cefe1b203b793682f74ea43e18d0a814cf768763" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" }, "require": { "drupal/core": "^9.2 || ^10" @@ -15483,8 +17441,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1688015262", + "version": "8.x-1.13", + "datestamp": "1697885927", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15492,7 +17450,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": ">=9" } } }, @@ -15579,26 +17537,26 @@ }, { "name": "drupal/trim", - "version": "1.0.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/trim.git", - "reference": "8.x-1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/trim-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "6eaffecc422d556903b2b5befb2dba9a595b1aa0" + "url": "https://ftp.drupal.org/files/projects/trim-2.0.0.zip", + "reference": "2.0.0", + "shasum": "7550d1c93c4694e4e1221d3cbd5577db31fabace" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1598192128", + "version": "2.0.0", + "datestamp": "1695245036", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15623,12 +17581,73 @@ "homepage": "https://www.drupal.org/user/386087" } ], - "description": "Strips whitespace from all input prior to validation or saving.", + "description": "Strips whitespace from all textfield input prior to validation and saving.", "homepage": "https://www.drupal.org/project/trim", "support": { "source": "https://git.drupalcode.org/project/trim" } }, + { + "name": "drupal/twig_tweak", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/twig_tweak.git", + "reference": "3.2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.2.1.zip", + "reference": "3.2.1", + "shasum": "89fc08b60f494a7d786251b6c2c493c536218222" + }, + "require": { + "drupal/core": "^9.3 || ^10.0", + "ext-json": "*", + "php": ">=7.3", + "symfony/polyfill-php80": "^1.17", + "twig/twig": "^2.12 || ^3.3.8" + }, + "suggest": { + "symfony/var-dumper": "Better dump() function for debugging Twig variables" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.2.1", + "datestamp": "1677404306", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Chi", + "homepage": "https://www.drupal.org/user/556138" + } + ], + "description": "A Twig extension with some useful functions and filters for Drupal development.", + "homepage": "https://www.drupal.org/project/twig_tweak", + "keywords": [ + "Drupal", + "Twig" + ], + "support": { + "source": "https://git.drupalcode.org/project/twig_tweak", + "issues": "https://www.drupal.org/project/issues/twig_tweak" + } + }, { "name": "drupal/twigsuggest", "version": "1.0.0-rc2", @@ -15958,27 +17977,30 @@ } }, { - "name": "drupal/urllogin", - "version": "dev-2.x", + "name": "drupal/unique_content_field_validation", + "version": "1.1.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/urllogin.git", - "reference": "08c5e3861bcc92ae4b4c222499ca42e279cd8f40" + "url": "https://git.drupalcode.org/project/unique_content_field_validation.git", + "reference": "1.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/unique_content_field_validation-1.1.1.zip", + "reference": "1.1.1", + "shasum": "a6fdc0b33e3a022fbc8f2decc8b0488ebe79cb82" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "2.x-dev", - "datestamp": "1632195881", + "version": "1.1.1", + "datestamp": "1688169108", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -15988,37 +18010,31 @@ ], "authors": [ { - "name": "DarrellDuane", - "homepage": "https://www.drupal.org/user/142816" - }, - { - "name": "andrewfn", - "homepage": "https://www.drupal.org/user/60662" - }, - { - "name": "philltran", - "homepage": "https://www.drupal.org/user/295397" + "name": "Fabian Sierra", + "homepage": "https://www.drupal.org/u/fabiansierra5191", + "role": "Maintainer" } ], - "description": "Allow login using link from URL", - "homepage": "https://www.drupal.org/project/urllogin", + "description": "Validate the uniqueness of the entities fields or title.", + "homepage": "http://drupal.org/project/unique_content_field_validation", "support": { - "source": "https://git.drupalcode.org/project/urllogin" + "source": "https://cgit.drupalcode.org/unique_content_field_validation", + "issues": "https://drupal.org/project/issues/unique_content_field_validation" } }, { "name": "drupal/variationcache", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/variationcache.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "92d1e4f6c2661498bff777f22246bf27d6a03a71" + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "b9796b1ec71862a5fd84611642783a757045aa98" }, "require": { "drupal/core": "^9.5 || ^10" @@ -16026,8 +18042,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1679575893", + "version": "8.x-1.4", + "datestamp": "1701774123", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16328,23 +18344,76 @@ } }, { - "name": "drupal/viewsreference", - "version": "1.8.0", + "name": "drupal/views_plain", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/viewsreference.git", - "reference": "8.x-1.8" + "url": "https://git.drupalcode.org/project/views_plain.git", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "8dd6b3828d40f4da413f73f956da528941e2ef52" + "url": "https://ftp.drupal.org/files/projects/views_plain-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "5eac9098aea2daf2e174cc271c2689263041f401" }, "require": { - "drupal/core": "^8.6|^9.0", - "php": "^7.0|^8.0", - "squizlabs/php_codesniffer": "*" + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0", + "datestamp": "1695650382", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "colorfield", + "homepage": "https://www.drupal.org/user/2295486" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "Raphael Larrinaga", + "homepage": "https://www.drupal.org/user/2873013" + }, + { + "name": "Rockabelly", + "homepage": "https://www.drupal.org/user/2649181" + } + ], + "description": "Views display style that removes all the wrapper markup.", + "homepage": "https://www.drupal.org/project/views_plain", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/views_plain", + "issues": "https://www.drupal.org/project/issues/views_plain" + } + }, + { + "name": "drupal/viewsreference", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/viewsreference.git", + "reference": "2ee107cd681a00f26ffe5382660d2298283ec978" + }, + "require": { + "drupal/core": "^9.3 || ^10", + "php": "^7.0|^8.0" }, "conflict": { "drupal/viewsreferennce": "*" @@ -16357,12 +18426,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.8", - "datestamp": "1652694596", + "version": "8.x-1.8+2-dev", + "datestamp": "1691455445", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } }, "installer-paths": { @@ -16411,46 +18483,47 @@ }, { "name": "drupal/webform", - "version": "6.1.7", + "version": "6.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.1.7" + "reference": "6.2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.1.7.zip", - "reference": "6.1.7", - "shasum": "6eee721871ec6588fb3f3607165576ad1714a766" + "url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip", + "reference": "6.2.2", + "shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb" }, "require": { - "drupal/core": "^9.3" + "drupal/core": "^9.4 || ^10", + "php": ">=8.1" }, "require-dev": { "drupal/address": "1.x-dev", "drupal/bootstrap": "3.x-dev", - "drupal/captcha": "1.x-dev", + "drupal/captcha": "^1 || ^2", "drupal/chosen": "3.0.x-dev", - "drupal/clientside_validation": "3.0.x-dev", + "drupal/ckeditor": "1.0.x-dev", + "drupal/clientside_validation": "^3 || ^4", "drupal/clientside_validation_jquery": "*", "drupal/devel": "5.x-dev", "drupal/entity": "1.x-dev", "drupal/entity_print": "2.x-dev", - "drupal/gnode": "*", "drupal/group": "1.x-dev", + "drupal/hal": "1 - 2", "drupal/jquery_ui": "1.x-dev", - "drupal/jquery_ui_checkboxradio": "1.x-dev", - "drupal/jquery_ui_datepicker": "1.x-dev", - "drupal/lingotek": "4.0.x-dev", + "drupal/jquery_ui_checkboxradio": "2.x-dev", + "drupal/jquery_ui_datepicker": "2.x-dev", "drupal/mailsystem": "4.x-dev", + "drupal/metatag": "1.x-dev", "drupal/paragraphs": "1.x-dev", "drupal/select2": "1.x-dev", "drupal/smtp": "1.x-dev", - "drupal/styleguide": "1.x-dev", + "drupal/styleguide": "^1 || ^2", "drupal/telephone_validation": "2.x-dev", "drupal/token": "1.x-dev", "drupal/variationcache": "1.x-dev", - "drupal/webform-webform_group": "*", "drupal/webform_access": "*", "drupal/webform_attachment": "*", "drupal/webform_clientside_validation": "*", @@ -16469,8 +18542,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.7", - "datestamp": "1696976671", + "version": "6.2.2", + "datestamp": "1701948363", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16478,7 +18551,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": ">=9" } } }, @@ -16663,17 +18736,47 @@ }, { "name": "drupal/workflow_buttons", - "version": "dev-8.x-1.x", + "version": "dev-1.x", "source": { "type": "git", - "url": "git@git.drupal.org:project/workflow_buttons.git", - "reference": "f57c2af88ada6447478e1ce17dd827b571fa8d47" + "url": "https://git.drupalcode.org/project/workflow_buttons.git", + "reference": "96e0a4db7345088817d80463bf6d944b5408d3b0" + }, + "require": { + "drupal/core": "^9 || ^10" }, - "default-branch": true, "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta5+6-dev", + "datestamp": "1702437628", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], + "authors": [ + { + "name": "beunerd", + "homepage": "https://www.drupal.org/user/1312798" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], "description": "Provide workflow buttons for content moderation instead of a select dropdown of states. Button labels are taken from the transition names.", "homepage": "https://www.drupal.org/project/workflow_buttons", "keywords": [ @@ -16686,10 +18789,51 @@ "workflow" ], "support": { - "issues": "https://www.drupal.org/project/issues/workflow_buttons", - "source": "https://git.drupalcode.org/project/workflow_buttons.git" + "source": "https://git.drupalcode.org/project/workflow_buttons.git", + "issues": "https://www.drupal.org/project/issues/workflow_buttons" + } + }, + { + "name": "drupal/workflow_buttons_trash", + "version": "1.0.0-beta6", + "require": { + "drupal/core": "^9 || ^10", + "drupal/workflow_buttons": "^1" }, - "time": "2023-09-18T16:54:50+00:00" + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-1.0-beta6", + "datestamp": "1702440893", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "beunerd", + "homepage": "https://www.drupal.org/user/1312798" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Provides a trash (soft-delete) workflow which works well with (but does not require) Workflow buttons.", + "homepage": "https://www.drupal.org/project/workflow_buttons", + "support": { + "source": "https://git.drupalcode.org/project/workflow_buttons" + } }, { "name": "drupal/wysiwyg_linebreaks", @@ -16943,46 +19087,46 @@ }, { "name": "drutopia/drutopia", - "version": "dev-8.x-1.x", + "version": "2.0.x-dev", "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia.git", - "reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6" + "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6", - "reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=04f95b36c8fb2a227fd4bf4526566feacb1dd81b", + "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b", "shasum": "" }, "require": { - "cweagans/composer-patches": "^1.6", - "drupal/antibot": "^2.0", + "cweagans/composer-patches": "^1", + "drupal/antibot": "^2", "drupal/block_visibility_groups": "^2", - "drupal/bulma": "^1.0-rc1", - "drupal/config_actions_provider": "^1.0-rc1", + "drupal/bulma_components": "^1.0@alpha", + "drupal/config_actions_provider": "^1", "drupal/config_sync": "^3", - "drupal/config_update": "^1.7", + "drupal/config_update": "^2", "drupal/default_content": "^2", - "drupal/drutopia_action": "^1.1", - "drupal/drutopia_article": "^1.1", - "drupal/drutopia_blog": "^1.1", - "drupal/drutopia_campaign": "^1.1", - "drupal/drutopia_comment": "^1.1", - "drupal/drutopia_core": "^1.1", - "drupal/drutopia_event": "^1.1", - "drupal/drutopia_group": "^1.1", - "drupal/drutopia_landing_page": "^1.1", - "drupal/drutopia_page": "^1.1", - "drupal/drutopia_people": "^1.1", - "drupal/drutopia_related_content": "^1.1", - "drupal/drutopia_resource": "^1.1", - "drupal/drutopia_search": "^1.1", - "drupal/drutopia_seo": "^1.1", - "drupal/drutopia_site": "^1.1", - "drupal/drutopia_social": "^1.1", - "drupal/drutopia_storyline": "^1.1", - "drupal/drutopia_user": "^1.1", + "drupal/drutopia_action": "^2", + "drupal/drutopia_article": "^2", + "drupal/drutopia_blog": "^2", + "drupal/drutopia_campaign": "^2", + "drupal/drutopia_comment": "^2", + "drupal/drutopia_core": "^2", + "drupal/drutopia_event": "^2", + "drupal/drutopia_group": "^2", + "drupal/drutopia_landing_page": "^2", + "drupal/drutopia_page": "^2", + "drupal/drutopia_people": "^2", + "drupal/drutopia_related_content": "^2", + "drupal/drutopia_resource": "^2", + "drupal/drutopia_search": "^2", + "drupal/drutopia_seo": "^2", + "drupal/drutopia_site": "^2", + "drupal/drutopia_social": "^2", + "drupal/drutopia_storyline": "^2", + "drupal/drutopia_user": "^2", "drupal/eu_cookie_compliance": "^1.9", "drupal/features": "^3", "drupal/gdpr": "^3.0@alpha", @@ -16990,10 +19134,10 @@ "drupal/gin_toolbar": "^1.0@beta", "drupal/honeypot": "^2.0", "drupal/menu_block": "^1.6", - "drupal/octavia": "^1.1", + "drupal/octavia": "^2", "drupal/paranoia": "^1.0-rc1", - "drupal/riddler": "^2", - "drupal/subprofiles": "^1.0", + "drupal/riddler": "^3", + "drupal/subprofiles": "^2", "drupal/twigsuggest": "^1.0", "drupal/yaml_content": "^1.0-alpha7", "geeks4change/composer-pin": "*" @@ -17001,14 +19145,13 @@ "require-dev": { "drupal/devel": "^5", "drupal/drupal-extension": "^5", - "drush/drush": "^11", + "drush/drush": "^12", "jcalderonzumba/gastonjs": "~1.0.2", "mikey179/vfsstream": "~1.2", "se/selenium-server-standalone": "^2.53", "squizlabs/php_codesniffer": "2.*", "symfony/css-selector": "~2.8" }, - "default-branch": true, "type": "drupal-profile", "extra": { "drupal-scaffold": { @@ -17031,7 +19174,7 @@ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "time": "2023-10-16T16:08:48+00:00" + "time": "2023-11-30T23:44:28+00:00" }, { "name": "easyrdf/easyrdf", @@ -17110,26 +19253,26 @@ }, { "name": "egulias/email-validator", - "version": "3.2.6", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", - "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2|^2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -17137,7 +19280,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -17165,7 +19308,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" }, "funding": [ { @@ -17173,30 +19316,30 @@ "type": "github" } ], - "time": "2023-06-01T07:04:22+00:00" + "time": "2023-10-06T06:47:41+00:00" }, { "name": "enlightn/security-checker", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/enlightn/security-checker.git", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/68df5c7256c84b428bf8fcff0d249de06ce362d2", + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^6.3|^7.0", "php": ">=5.6", - "symfony/console": "^3.4|^4|^5|^6", - "symfony/finder": "^3|^4|^5|^6", - "symfony/process": "^3.4|^4|^5|^6", - "symfony/yaml": "^3.4|^4|^5|^6" + "symfony/console": "^3.4|^4|^5|^6|^7", + "symfony/finder": "^3|^4|^5|^6|^7", + "symfony/process": "^3.4|^4|^5|^6|^7", + "symfony/yaml": "^3.4|^4|^5|^6|^7" }, "require-dev": { "ext-zip": "*", @@ -17237,26 +19380,26 @@ ], "support": { "issues": "https://github.com/enlightn/security-checker/issues", - "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" + "source": "https://github.com/enlightn/security-checker/tree/v1.11.0" }, - "time": "2022-02-21T22:40:16+00:00" + "time": "2023-11-17T07:53:29+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.16.0", + "version": "v4.17.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -17298,9 +19441,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" }, - "time": "2022-09-18T07:06:19+00:00" + "time": "2023-11-17T15:01:25+00:00" }, { "name": "geeks4change/composer-pin", @@ -17339,152 +19482,26 @@ "description": "Provides helper commands to do project level version/hash pinning.", "time": "2020-06-02T10:38:25+00:00" }, - { - "name": "giggsey/libphonenumber-for-php", - "version": "8.13.23", - "source": { - "type": "git", - "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b2dff83693cb46eb4478b193e9d94e2ff6258480", - "reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480", - "shasum": "" - }, - "require": { - "giggsey/locale": "^1.7|^2.0", - "php": ">=5.3.2", - "symfony/polyfill-mbstring": "^1.17" - }, - "require-dev": { - "pear/pear-core-minimal": "^1.9", - "pear/pear_exception": "^1.0", - "pear/versioncontrol_git": "^0.5", - "phing/phing": "^2.7", - "php-coveralls/php-coveralls": "^1.0|^2.0", - "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", - "symfony/phpunit-bridge": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.x-dev" - } - }, - "autoload": { - "psr-4": { - "libphonenumber\\": "src/" - }, - "exclude-from-classmap": [ - "/src/data/", - "/src/carrier/data/", - "/src/geocoding/data/", - "/src/timezone/data/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Joshua Gigg", - "email": "giggsey@gmail.com", - "homepage": "https://giggsey.com/" - } - ], - "description": "PHP Port of Google's libphonenumber", - "homepage": "https://github.com/giggsey/libphonenumber-for-php", - "keywords": [ - "geocoding", - "geolocation", - "libphonenumber", - "mobile", - "phonenumber", - "validation" - ], - "support": { - "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", - "source": "https://github.com/giggsey/libphonenumber-for-php" - }, - "time": "2023-10-11T07:12:56+00:00" - }, - { - "name": "giggsey/locale", - "version": "2.4", - "source": { - "type": "git", - "url": "https://github.com/giggsey/Locale.git", - "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/giggsey/Locale/zipball/a6b33dfc9e8949b7e28133c4628b29cd9f1850bb", - "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "require-dev": { - "ext-json": "*", - "pear/pear-core-minimal": "^1.9", - "pear/pear_exception": "^1.0", - "pear/versioncontrol_git": "^0.5", - "phing/phing": "^2.7", - "php-coveralls/php-coveralls": "^2.0", - "phpunit/phpunit": "^8.5|^9.5", - "symfony/console": "^5.0|^6.0", - "symfony/filesystem": "^5.0|^6.0", - "symfony/finder": "^5.0|^6.0", - "symfony/process": "^5.0|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Giggsey\\Locale\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joshua Gigg", - "email": "giggsey@gmail.com", - "homepage": "https://giggsey.com/" - } - ], - "description": "Locale functions required by libphonenumber-for-php", - "support": { - "issues": "https://github.com/giggsey/Locale/issues", - "source": "https://github.com/giggsey/Locale/tree/2.4" - }, - "time": "2023-04-13T07:40:58+00:00" - }, { "name": "graham-campbell/result-type", - "version": "v1.1.1", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" + "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", + "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.1" + "phpoption/phpoption": "^1.9.2" }, "require-dev": { - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "type": "library", "autoload": { @@ -17513,7 +19530,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" }, "funding": [ { @@ -17525,31 +19542,32 @@ "type": "tidelift" } ], - "time": "2023-02-25T20:23:15+00:00" + "time": "2023-11-12T22:16:48+00:00" }, { "name": "grasmash/expander", - "version": "2.0.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e" + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", - "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", + "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3.0.0", - "php": ">=7.1", - "psr/log": "^1 | ^2 | ^3" + "php": ">=8.0", + "psr/log": "^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^6.0 || ^8.0 || ^9", - "squizlabs/php_codesniffer": "^2.7 || ^3.3" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -17574,43 +19592,53 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/2.0.3" + "source": "https://github.com/grasmash/expander/tree/3.0.0" }, - "time": "2022-04-25T22:17:46+00:00" + "time": "2022-05-10T13:14:49+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.8", + "version": "7.7.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/085b026db54d4b5012f727c80c9958e8b8cbc454", + "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.9", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17" + "guzzlehttp/promises": "^1.5.3 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { @@ -17663,19 +19691,20 @@ } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + "source": "https://github.com/guzzle/guzzle/tree/7.7.1" }, "funding": [ { @@ -17691,33 +19720,37 @@ "type": "tidelift" } ], - "time": "2022-06-20T22:16:07+00:00" + "time": "2023-08-27T10:02:06+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -17754,7 +19787,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.3" + "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { @@ -17770,42 +19803,48 @@ "type": "tidelift" } ], - "time": "2023-05-21T12:31:43+00:00" + "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.9.1", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f", + "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } @@ -17844,6 +19883,11 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -17859,7 +19903,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.1" + "source": "https://github.com/guzzle/psr7/tree/2.5.1" }, "funding": [ { @@ -17875,7 +19919,7 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:00:37+00:00" + "time": "2023-08-03T15:02:42+00:00" }, { "name": "indieauth/client", @@ -18394,22 +20438,22 @@ }, { "name": "laminas/laminas-xml", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-xml.git", - "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3" + "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/30a4da5a003971de8f54e6810e742fe375e5d5d3", - "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3", + "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/c35aab57d1d0a970b53965046d535b88c3dc8bea", + "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea", "shasum": "" }, "require": { "ext-dom": "*", "ext-simplexml": "*", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "zendframework/zendxml": "*" @@ -18450,7 +20494,7 @@ "type": "community_bridge" } ], - "time": "2022-11-16T00:17:18+00:00" + "time": "2023-11-23T10:03:52+00:00" }, { "name": "lcobucci/clock", @@ -18769,35 +20813,36 @@ }, { "name": "league/csv", - "version": "9.11.0", + "version": "9.12.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39" + "reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/33149c4bea4949aa4fa3d03fb11ed28682168b39", - "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21", + "reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21", "shasum": "" }, "require": { + "ext-filter": "*", "ext-json": "*", "ext-mbstring": "*", "php": "^8.1.2" }, "require-dev": { - "doctrine/collections": "^2.1.3", + "doctrine/collections": "^2.1.4", "ext-dom": "*", "ext-xdebug": "*", "friendsofphp/php-cs-fixer": "^v3.22.0", - "phpbench/phpbench": "^1.2.14", - "phpstan/phpstan": "^1.10.26", - "phpstan/phpstan-deprecation-rules": "^1.1.3", - "phpstan/phpstan-phpunit": "^1.3.13", - "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^10.3.1", - "symfony/var-dumper": "^6.3.3" + "phpbench/phpbench": "^1.2.15", + "phpstan/phpstan": "^1.10.46", + "phpstan/phpstan-deprecation-rules": "^1.1.4", + "phpstan/phpstan-phpunit": "^1.3.15", + "phpstan/phpstan-strict-rules": "^1.5.2", + "phpunit/phpunit": "^10.4.2", + "symfony/var-dumper": "^6.4.0" }, "suggest": { "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", @@ -18853,7 +20898,7 @@ "type": "github" } ], - "time": "2023-09-23T10:09:54+00:00" + "time": "2023-12-01T17:54:07+00:00" }, { "name": "league/oauth2-client", @@ -18981,124 +21026,26 @@ }, "time": "2022-02-24T18:45:07+00:00" }, - { - "name": "longwave/laminas-diactoros", - "version": "2.14.2", - "source": { - "type": "git", - "url": "https://github.com/longwave/laminas-diactoros.git", - "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/ae4f0becf249ae8eea8f2f8f9fb927104e55a885", - "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "conflict": { - "phpspec/prophecy": "<1.9.0", - "zendframework/zend-diactoros": "*" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "replace": { - "laminas/laminas-diactoros": "2.18.1" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.3.0", - "php-http/psr7-integration-tests": "^1.1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" - }, - "type": "library", - "extra": { - "laminas": { - "config-provider": "Laminas\\Diactoros\\ConfigProvider", - "module": "Laminas\\Diactoros" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" - ], - "psr-4": { - "Laminas\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-diactoros/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-diactoros/issues", - "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", - "source": "https://github.com/laminas/laminas-diactoros" - }, - "time": "2023-04-26T21:27:14+00:00" - }, { "name": "masterminds/html5", - "version": "2.7.6", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947" + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-dom": "*", - "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" }, "type": "library", "extra": { @@ -19142,9 +21089,58 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" }, - "time": "2022-08-18T16:18:26+00:00" + "time": "2023-05-10T11:58:31+00:00" + }, + { + "name": "mck89/peast", + "version": "v1.15.4", + "source": { + "type": "git", + "url": "https://github.com/mck89/peast.git", + "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18", + "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.15.4-dev" + } + }, + "autoload": { + "psr-4": { + "Peast\\": "lib/Peast/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marco Marchiò", + "email": "marco.mm89@gmail.com" + } + ], + "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" + }, + "time": "2023-08-12T08:29:29+00:00" }, { "name": "mf2/mf2", @@ -19252,6 +21248,101 @@ }, "time": "2023-04-19T08:25:22+00:00" }, + { + "name": "mikehaertl/php-tmpfile", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/mikehaertl/php-tmpfile.git", + "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10", + "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10", + "shasum": "" + }, + "require-dev": { + "php": ">=5.3.0", + "phpunit/phpunit": ">4.0 <=9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "mikehaertl\\tmp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Härtl", + "email": "haertl.mike@gmail.com" + } + ], + "description": "A convenience class for temporary files", + "keywords": [ + "files" + ], + "support": { + "issues": "https://github.com/mikehaertl/php-tmpfile/issues", + "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1" + }, + "time": "2021-03-01T18:26:25+00:00" + }, + { + "name": "mikehaertl/phpwkhtmltopdf", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git", + "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/17ee71341591415d942774eda2c98d8ba7ea9e90", + "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90", + "shasum": "" + }, + "require": { + "mikehaertl/php-shellcommand": "^1.5.0", + "mikehaertl/php-tmpfile": "^1.2.1", + "php": ">=5.0.0" + }, + "require-dev": { + "phpunit/phpunit": ">4.0 <9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "mikehaertl\\wkhtmlto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Haertl", + "email": "haertl.mike@gmail.com" + } + ], + "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface", + "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/", + "keywords": [ + "pdf", + "wkhtmltoimage", + "wkhtmltopdf" + ], + "support": { + "issues": "https://github.com/mikehaertl/phpwkhtmltopdf/issues", + "source": "https://github.com/mikehaertl/phpwkhtmltopdf/tree/2.5.0" + }, + "time": "2021-03-01T19:41:06+00:00" + }, { "name": "mkalkbrenner/php-htmldiff-advanced", "version": "0.0.8", @@ -19293,6 +21384,245 @@ }, "time": "2016-07-25T17:07:32+00:00" }, + { + "name": "mpdf/mpdf", + "version": "v8.2.2", + "source": { + "type": "git", + "url": "https://github.com/mpdf/mpdf.git", + "reference": "596a87b876d7793be7be060a8ac13424de120dd5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/596a87b876d7793be7be060a8ac13424de120dd5", + "reference": "596a87b876d7793be7be060a8ac13424de120dd5", + "shasum": "" + }, + "require": { + "ext-gd": "*", + "ext-mbstring": "*", + "mpdf/psr-http-message-shim": "^1.0 || ^2.0", + "mpdf/psr-log-aware-trait": "^2.0 || ^3.0", + "myclabs/deep-copy": "^1.7", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "psr/http-message": "^1.0 || ^2.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "setasign/fpdi": "^2.1" + }, + "require-dev": { + "mockery/mockery": "^1.3.0", + "mpdf/qrcode": "^1.1.0", + "squizlabs/php_codesniffer": "^3.5.0", + "tracy/tracy": "~2.5", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "ext-bcmath": "Needed for generation of some types of barcodes", + "ext-xml": "Needed mainly for SVG manipulation", + "ext-zlib": "Needed for compression of embedded resources, such as fonts" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Mpdf\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Matěj Humpál", + "role": "Developer, maintainer" + }, + { + "name": "Ian Back", + "role": "Developer (retired)" + } + ], + "description": "PHP library generating PDF files from UTF-8 encoded HTML", + "homepage": "https://mpdf.github.io", + "keywords": [ + "pdf", + "php", + "utf-8" + ], + "support": { + "docs": "http://mpdf.github.io", + "issues": "https://github.com/mpdf/mpdf/issues", + "source": "https://github.com/mpdf/mpdf" + }, + "funding": [ + { + "url": "https://www.paypal.me/mpdf", + "type": "custom" + } + ], + "time": "2023-11-07T13:52:14+00:00" + }, + { + "name": "mpdf/psr-http-message-shim", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/mpdf/psr-http-message-shim.git", + "reference": "f25a0153d645e234f9db42e5433b16d9b113920f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/f25a0153d645e234f9db42e5433b16d9b113920f", + "reference": "f25a0153d645e234f9db42e5433b16d9b113920f", + "shasum": "" + }, + "require": { + "psr/http-message": "^2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Mpdf\\PsrHttpMessageShim\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Dorison", + "email": "mark@chromatichq.com" + }, + { + "name": "Kristofer Widholm", + "email": "kristofer@chromatichq.com" + }, + { + "name": "Nigel Cunningham", + "email": "nigel.cunningham@technocrat.com.au" + } + ], + "description": "Shim to allow support of different psr/message versions.", + "support": { + "issues": "https://github.com/mpdf/psr-http-message-shim/issues", + "source": "https://github.com/mpdf/psr-http-message-shim/tree/v2.0.1" + }, + "time": "2023-10-02T14:34:03+00:00" + }, + { + "name": "mpdf/psr-log-aware-trait", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/mpdf/psr-log-aware-trait.git", + "reference": "a633da6065e946cc491e1c962850344bb0bf3e78" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/a633da6065e946cc491e1c962850344bb0bf3e78", + "reference": "a633da6065e946cc491e1c962850344bb0bf3e78", + "shasum": "" + }, + "require": { + "psr/log": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Mpdf\\PsrLogAwareTrait\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Dorison", + "email": "mark@chromatichq.com" + }, + { + "name": "Kristofer Widholm", + "email": "kristofer@chromatichq.com" + } + ], + "description": "Trait to allow support of different psr/log versions.", + "support": { + "issues": "https://github.com/mpdf/psr-log-aware-trait/issues", + "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v3.0.0" + }, + "time": "2023-05-03T06:19:36+00:00" + }, + { + "name": "mtdowling/jmespath.php", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://github.com/jmespath/jmespath.php.git", + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "composer/xdebug-handler": "^3.0.3", + "phpunit/phpunit": "^8.5.33" + }, + "bin": [ + "bin/jp.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "files": [ + "src/JmesPath.php" + ], + "psr-4": { + "JmesPath\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Declaratively specify how to extract elements from a JSON document", + "keywords": [ + "json", + "jsonpath" + ], + "support": { + "issues": "https://github.com/jmespath/jmespath.php/issues", + "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" + }, + "time": "2023-08-25T10:54:48+00:00" + }, { "name": "mtownsend/xml-to-array", "version": "2.0.0", @@ -19347,17 +21677,76 @@ "time": "2021-02-27T22:39:18+00:00" }, { - "name": "nikic/php-parser", - "version": "v4.17.1", + "name": "myclabs/deep-copy", + "version": "1.11.1", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.18.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -19398,9 +21787,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "p3k/http", @@ -19754,6 +22143,73 @@ }, "time": "2022-01-28T16:45:47+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.6.3", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "58c3f47f650c94ec05a151692652a868995d2938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", + "reference": "58c3f47f650c94ec05a151692652a868995d2938", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2022-06-14T06:56:20+00:00" + }, { "name": "paragonie/random_compat", "version": "v9.99.100", @@ -19937,21 +22393,22 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.13", + "version": "v1.10.14", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" + "pear/pear_exception": "~1.0", + "php": ">=5.4" }, "replace": { "rsky/pear-core-min": "self.version" @@ -19981,7 +22438,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-04-19T19:15:47+00:00" + "time": "2023-11-26T16:15:38+00:00" }, { "name": "pear/pear_exception", @@ -20042,6 +22499,200 @@ }, "time": "2021-03-21T15:43:46+00:00" }, + { + "name": "phenx/php-font-lib", + "version": "0.5.4", + "source": { + "type": "git", + "url": "https://github.com/dompdf/php-font-lib.git", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4", + "shasum": "" + }, + "require": { + "ext-mbstring": "*" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3 || ^4 || ^5" + }, + "type": "library", + "autoload": { + "psr-4": { + "FontLib\\": "src/FontLib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib", + "support": { + "issues": "https://github.com/dompdf/php-font-lib/issues", + "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4" + }, + "time": "2021-12-17T19:44:54+00:00" + }, + { + "name": "phenx/php-svg-lib", + "version": "0.5.1", + "source": { + "type": "git", + "url": "https://github.com/dompdf/php-svg-lib.git", + "reference": "8a8a1ebcf6aea861ef30197999f096f7bd4b4456" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/8a8a1ebcf6aea861ef30197999f096f7bd4b4456", + "reference": "8a8a1ebcf6aea861ef30197999f096f7bd4b4456", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": "^7.1 || ^8.0", + "sabberworm/php-css-parser": "^8.4" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Svg\\": "src/Svg" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse and export to PDF SVG files.", + "homepage": "https://github.com/PhenX/php-svg-lib", + "support": { + "issues": "https://github.com/dompdf/php-svg-lib/issues", + "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.1" + }, + "time": "2023-12-11T20:56:08+00:00" + }, + { + "name": "phootwork/collection", + "version": "v3.2.2", + "source": { + "type": "git", + "url": "https://github.com/phootwork/collection.git", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa", + "shasum": "" + }, + "require": { + "phootwork/lang": "^3.0", + "php": ">=8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\collection\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.", + "homepage": "https://phootwork.github.io/collection/", + "keywords": [ + "Array object", + "Text object", + "collection", + "collections", + "json", + "list", + "map", + "queue", + "set", + "stack", + "xml" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/collection/tree/v3.2.2" + }, + "time": "2022-08-27T12:51:24+00:00" + }, + { + "name": "phootwork/lang", + "version": "v3.2.2", + "source": { + "type": "git", + "url": "https://github.com/phootwork/lang.git", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/polyfill-php81": "^1.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\lang\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "Missing PHP language constructs", + "homepage": "https://phootwork.github.io/lang/", + "keywords": [ + "array", + "comparator", + "comparison", + "string" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/lang/tree/v3.2.2" + }, + "time": "2023-05-26T05:37:59+00:00" + }, { "name": "phpcollection/phpcollection", "version": "0.6.0", @@ -20099,16 +22750,16 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.1", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" + "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", + "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", "shasum": "" }, "require": { @@ -20116,7 +22767,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "type": "library", "extra": { @@ -20158,7 +22809,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" }, "funding": [ { @@ -20170,36 +22821,88 @@ "type": "tidelift" } ], - "time": "2023-02-25T19:38:58+00:00" + "time": "2023-11-12T21:59:55+00:00" }, { - "name": "phpseclib/phpseclib", - "version": "2.0.45", + "name": "phpowermove/docblock", + "version": "v4.0", "source": { "type": "git", - "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "28d8f438a0064c9de80857e3270d071495544640" + "url": "https://github.com/phpowermove/docblock.git", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/28d8f438a0064c9de80857e3270d071495544640", - "reference": "28d8f438a0064c9de80857e3270d071495544640", + "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826", "shasum": "" }, "require": { - "php": ">=5.3.3" + "phootwork/collection": "^3.0", + "phootwork/lang": "^3.0", + "php": ">=8.0" }, "require-dev": { - "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", - "squizlabs/php_codesniffer": "~2.0" + "phootwork/php-cs-fixer-config": "^0.4", + "phpunit/phpunit": "^9.0", + "psalm/phar": "^4.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpowermove\\docblock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "PHP Docblock parser and generator. An API to read and write Docblocks.", + "keywords": [ + "docblock", + "generator", + "parser" + ], + "support": { + "issues": "https://github.com/phpowermove/docblock/issues", + "source": "https://github.com/phpowermove/docblock/tree/v4.0" + }, + "time": "2021-09-22T16:57:06+00:00" + }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.34", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "56c79f16a6ae17e42089c06a2144467acc35348a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a", + "reference": "56c79f16a6ae17e42089c06a2144467acc35348a", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phpunit/phpunit": "*" }, "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", - "ext-xml": "Install the XML extension to load XML formatted public keys." + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { @@ -20207,7 +22910,7 @@ "phpseclib/bootstrap.php" ], "psr-4": { - "phpseclib\\": "phpseclib/" + "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -20264,7 +22967,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.45" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.34" }, "funding": [ { @@ -20280,7 +22983,7 @@ "type": "tidelift" } ], - "time": "2023-09-15T20:55:47+00:00" + "time": "2023-11-27T11:13:31+00:00" }, { "name": "platformsh/client", @@ -20372,21 +23075,59 @@ "time": "2021-10-20T20:12:14+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "politsin/jquery-ui-touch-punch", + "version": "1.0", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/politsin/jquery-ui-touch-punch.git", + "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/politsin/jquery-ui-touch-punch/zipball/2fe375e05821e267f0f3c0e063197f5c406896dd", + "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd", + "shasum": "" + }, + "type": "drupal-library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dave Furfero", + "email": "furf@furf.com" + } + ], + "description": "Extension to jQuery UI for mobile touch event support.", + "homepage": "http://touchpunch.furf.com/", + "keywords": [ + "gestures", + "mobile", + "touch" + ], + "support": { + "issues": "https://github.com/politsin/jquery-ui-touch-punch/issues", + "source": "https://github.com/politsin/jquery-ui-touch-punch/tree/1.0" + }, + "time": "2020-12-15T10:26:18+00:00" + }, + { + "name": "psr/cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { @@ -20406,7 +23147,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", @@ -20416,9 +23157,9 @@ "psr-6" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "source": "https://github.com/php-fig/cache/tree/3.0.0" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2021-02-03T23:26:27+00:00" }, { "name": "psr/clock", @@ -20470,22 +23211,27 @@ }, { "name": "psr/container", - "version": "1.1.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -20512,9 +23258,111 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2021-11-05T16:47:00+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "support": { + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + }, + "time": "2019-01-08T18:20:26+00:00" + }, + { + "name": "psr/http-client", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client" + }, + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", @@ -20573,25 +23421,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -20606,7 +23454,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -20620,36 +23468,36 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", - "version": "1.1.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -20670,9 +23518,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { "name": "psy/psysh", @@ -20799,25 +23647,217 @@ "time": "2019-03-08T08:55:37+00:00" }, { - "name": "simshaun/recurr", - "version": "v4.0.5", + "name": "sabberworm/php-css-parser", + "version": "8.4.0", "source": { "type": "git", - "url": "https://github.com/simshaun/recurr.git", - "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749" + "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749", - "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", "shasum": "" }, "require": { - "doctrine/collections": "~1.3", - "php": ">=5.5.0" + "ext-iconv": "*", + "php": ">=5.6.20" }, "require-dev": { - "phpunit/phpunit": "~5.7" + "codacy/coverage": "^1.4", + "phpunit/phpunit": "^4.8.36" + }, + "suggest": { + "ext-mbstring": "for parsing UTF-8 CSS" + }, + "type": "library", + "autoload": { + "psr-4": { + "Sabberworm\\CSS\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Raphael Schweikert" + } + ], + "description": "Parser for CSS Files written in PHP", + "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", + "keywords": [ + "css", + "parser", + "stylesheet" + ], + "support": { + "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", + "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" + }, + "time": "2021-12-11T13:40:54+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-05-07T05:35:17+00:00" + }, + { + "name": "setasign/fpdi", + "version": "v2.6.0", + "source": { + "type": "git", + "url": "https://github.com/Setasign/FPDI.git", + "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad", + "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad", + "shasum": "" + }, + "require": { + "ext-zlib": "*", + "php": "^5.6 || ^7.0 || ^8.0" + }, + "conflict": { + "setasign/tfpdf": "<1.31" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "setasign/fpdf": "~1.8.6", + "setasign/tfpdf": "~1.33", + "squizlabs/php_codesniffer": "^3.5", + "tecnickcom/tcpdf": "~6.2" + }, + "suggest": { + "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." + }, + "type": "library", + "autoload": { + "psr-4": { + "setasign\\Fpdi\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Slabon", + "email": "jan.slabon@setasign.com", + "homepage": "https://www.setasign.com" + }, + { + "name": "Maximilian Kresse", + "email": "maximilian.kresse@setasign.com", + "homepage": "https://www.setasign.com" + } + ], + "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", + "homepage": "https://www.setasign.com/fpdi", + "keywords": [ + "fpdf", + "fpdi", + "pdf" + ], + "support": { + "issues": "https://github.com/Setasign/FPDI/issues", + "source": "https://github.com/Setasign/FPDI/tree/v2.6.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi", + "type": "tidelift" + } + ], + "time": "2023-12-11T16:03:32+00:00" + }, + { + "name": "simshaun/recurr", + "version": "v5.0.2", + "source": { + "type": "git", + "url": "https://github.com/simshaun/recurr.git", + "reference": "1aff62e6e0ee875b3f2487352542605123ee9172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simshaun/recurr/zipball/1aff62e6e0ee875b3f2487352542605123ee9172", + "reference": "1aff62e6e0ee875b3f2487352542605123ee9172", + "shasum": "" + }, + "require": { + "doctrine/collections": "~1.6||^2.0", + "php": "^7.2||^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.16", + "symfony/yaml": "^5.3" }, "type": "library", "extra": { @@ -20852,99 +23892,39 @@ ], "support": { "issues": "https://github.com/simshaun/recurr/issues", - "source": "https://github.com/simshaun/recurr/tree/v4.0.5" + "source": "https://github.com/simshaun/recurr/tree/v5.0.2" }, - "time": "2021-03-25T23:00:49+00:00" + "time": "2023-09-26T20:31:33+00:00" }, { - "name": "squizlabs/php_codesniffer", - "version": "3.7.2", + "name": "softcreatr/jsonpath", + "version": "0.8.3", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" + "url": "https://github.com/SoftCreatR/JSONPath.git", + "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/fc12dee0b46f3fa3a175c4051dbab60984acef4b", + "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b", "shasum": "" }, "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" + "ext-json": "*", + "php": ">=8.0" + }, + "replace": { + "flow/jsonpath": "*" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" - }, - "bin": [ - "bin/phpcs", - "bin/phpcbf" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", - "keywords": [ - "phpcs", - "standards", - "static analysis" - ], - "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" - }, - "time": "2023-02-22T23:07:41+00:00" - }, - { - "name": "stack/builder", - "version": "v1.0.6", - "source": { - "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "shasum": "" - }, - "require": { - "php": ">=7.2.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" - }, - "require-dev": { - "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" + "phpunit/phpunit": "^9.6", + "roave/security-advisories": "dev-latest" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { - "psr-0": { - "Stack": "src" + "psr-4": { + "Flow\\JSONPath\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -20953,19 +23933,36 @@ ], "authors": [ { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" + "name": "Stephen Frank", + "email": "stephen@flowsa.com", + "homepage": "https://prismaticbytes.com", + "role": "Developer" + }, + { + "name": "Sascha Greuel", + "email": "hello@1-2.dev", + "homepage": "https://1-2.dev", + "role": "Developer" } ], - "description": "Builder for stack middleware based on HttpKernelInterface.", - "keywords": [ - "stack" - ], + "description": "JSONPath implementation for parsing, searching and flattening arrays", "support": { - "issues": "https://github.com/stackphp/builder/issues", - "source": "https://github.com/stackphp/builder/tree/v1.0.6" + "email": "hello@1-2.dev", + "forum": "https://github.com/SoftCreatR/JSONPath/discussions", + "issues": "https://github.com/SoftCreatR/JSONPath/issues", + "source": "https://github.com/SoftCreatR/JSONPath" }, - "time": "2020-01-30T12:17:27+00:00" + "funding": [ + { + "url": "https://ecologi.com/softcreatr?r=61212ab3fc69b8eb8a2014f4", + "type": "custom" + }, + { + "url": "https://github.com/softcreatr", + "type": "github" + } + ], + "time": "2023-08-17T20:14:00+00:00" }, { "name": "stella-maris/clock", @@ -21074,114 +24071,45 @@ }, "time": "2022-05-05T17:18:02+00:00" }, - { - "name": "symfony-cmf/routing", - "version": "2.3.4", - "source": { - "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/routing": "^4.4 || ^5.0" - }, - "require-dev": { - "symfony-cmf/testing": "^3@dev", - "symfony/config": "^4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/event-dispatcher": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^5.0" - }, - "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } - ], - "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", - "keywords": [ - "database", - "routing" - ], - "support": { - "issues": "https://github.com/symfony-cmf/Routing/issues", - "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4" - }, - "time": "2021-11-08T16:33:10+00:00" - }, { "name": "symfony/console", - "version": "v4.4.49", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" + "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", + "url": "https://api.github.com/repos/symfony/console/zipball/0566dbd051f8648d980592c7849f5d90d2c7c60c", + "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2" + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3|>=5", - "symfony/lock": "<4.4", - "symfony/process": "<3.3" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/event-dispatcher": "^4.3", - "symfony/lock": "^4.4|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/var-dumper": "^4.3|^5.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -21208,8 +24136,14 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], "support": { - "source": "https://github.com/symfony/console/tree/v4.4.49" + "source": "https://github.com/symfony/console/tree/v6.3.9" }, "funding": [ { @@ -21225,36 +24159,29 @@ "type": "tidelift" } ], - "time": "2022-11-05T17:10:16+00:00" + "time": "2023-11-20T16:36:29+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.44", + "name": "symfony/css-selector", + "version": "v6.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + "url": "https://github.com/symfony/css-selector.git", + "reference": "d036c6c0d0b09e24a14a35f8292146a658f986e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/d036c6c0d0b09e24a14a35f8292146a658f986e4", + "reference": "d036c6c0d0b09e24a14a35f8292146a658f986e4", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "php": ">=8.1" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" + "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -21269,15 +24196,19 @@ "name": "Fabien Potencier", "email": "fabien@symfony.com" }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to ease debugging PHP code", + "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.44" + "source": "https://github.com/symfony/css-selector/tree/v6.4.0" }, "funding": [ { @@ -21293,50 +24224,44 @@ "type": "tidelift" } ], - "abandoned": "symfony/error-handler", - "time": "2022-07-28T16:29:46+00:00" + "time": "2023-10-31T08:40:20+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.49", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" + "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", + "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1.6|^2" + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.2.10" }, "conflict": { - "symfony/config": "<4.3|>=5.0", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<4.4.26" + "ext-psr": "<1.1|>=2", + "symfony/config": "<6.1", + "symfony/finder": "<5.4", + "symfony/proxy-manager-bridge": "<6.3", + "symfony/yaml": "<5.4" }, "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0|2.0" + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4.26|^5.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "symfony/config": "^6.1", + "symfony/expression-language": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -21364,7 +24289,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/v4.4.49" + "source": "https://github.com/symfony/dependency-injection/tree/v6.3.10" }, "funding": [ { @@ -21380,29 +24305,29 @@ "type": "tidelift" } ], - "time": "2022-11-16T16:18:09+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.2", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -21431,7 +24356,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" }, "funding": [ { @@ -21447,33 +24372,106 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { - "name": "symfony/error-handler", - "version": "v4.4.44", + "name": "symfony/dom-crawler", + "version": "v6.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/error-handler.git", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3", - "symfony/debug": "^4.4.5", - "symfony/var-dumper": "^4.4|^5.0" + "masterminds/html5": "^2.6", + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/css-selector": "^5.4|^6.0|^7.0" }, "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-11-20T16:41:16+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v6.3.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "1f69476b64fb47105c06beef757766c376b548c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4", + "reference": "1f69476b64fb47105c06beef757766c376b548c4", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/var-dumper": "^5.4|^6.0" + }, + "conflict": { + "symfony/deprecation-contracts": "<2.5" + }, + "require-dev": { + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" + }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], + "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" @@ -21499,7 +24497,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/v4.4.44" + "source": "https://github.com/symfony/error-handler/tree/v6.3.5" }, "funding": [ { @@ -21515,47 +24513,43 @@ "type": "tidelift" } ], - "time": "2022-07-28T16:29:46+00:00" + "time": "2023-09-12T06:57:20+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.44", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e", + "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/event-dispatcher-contracts": "^1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<3.4" + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/error-handler": "~3.4|~4.4", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -21583,7 +24577,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/v4.4.44" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2" }, "funding": [ { @@ -21599,33 +24593,30 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-07-06T06:56:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.13", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", "shasum": "" }, "require": { - "php": ">=7.1.3" - }, - "suggest": { - "psr/event-dispatcher": "", - "symfony/event-dispatcher-implementation": "" + "php": ">=8.1", + "psr/event-dispatcher": "^1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -21662,7 +24653,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" }, "funding": [ { @@ -21678,27 +24669,26 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/filesystem", - "version": "v5.4.25", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { @@ -21726,7 +24716,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.25" + "source": "https://github.com/symfony/filesystem/tree/v6.4.0" }, "funding": [ { @@ -21742,27 +24732,27 @@ "type": "tidelift" } ], - "time": "2023-05-31T13:04:02+00:00" + "time": "2023-07-26T17:27:13+00:00" }, { "name": "symfony/finder", - "version": "v6.3.5", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4" + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4", - "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4", + "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -21790,7 +24780,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.3.5" + "source": "https://github.com/symfony/finder/tree/v6.4.0" }, "funding": [ { @@ -21806,109 +24796,40 @@ "type": "tidelift" } ], - "time": "2023-09-26T12:56:25+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "shasum": "" - }, - "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-12T15:48:08+00:00" + "time": "2023-10-31T17:30:12+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.49", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173" + "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49a04fd3a21edc9ce503ab78e9f342805fefe780", + "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mime": "^4.3|^5.0", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-php83": "^1.27" + }, + "conflict": { + "symfony/cache": "<6.3" }, "require-dev": { - "predis/predis": "~1.0", - "symfony/expression-language": "^3.4|^4.0|^5.0" + "doctrine/dbal": "^2.13.1|^3|^4", + "predis/predis": "^1.1|^2.0", + "symfony/cache": "^6.3", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^5.4|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -21936,7 +24857,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.9" }, "funding": [ { @@ -21952,67 +24873,76 @@ "type": "tidelift" } ], - "time": "2022-11-04T16:17:57+00:00" + "time": "2023-11-20T16:36:29+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.50", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef" + "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8d8e7aa60593fd0a2e3c1cea08cc687314841b61", + "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2", - "symfony/error-handler": "^4.4", - "symfony/event-dispatcher": "^4.4", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^4.4.30|^5.3.7", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-foundation": "^6.3.4", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/browser-kit": "<4.3", - "symfony/config": "<3.4", - "symfony/console": ">=5", - "symfony/dependency-injection": "<4.3", - "symfony/translation": "<4.2", - "twig/twig": "<1.43|<2.13,>=2" + "symfony/browser-kit": "<5.4", + "symfony/cache": "<5.4", + "symfony/config": "<6.1", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<6.3.4", + "symfony/doctrine-bridge": "<5.4", + "symfony/form": "<5.4", + "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", + "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", + "symfony/twig-bridge": "<5.4", + "symfony/validator": "<5.4", + "symfony/var-dumper": "<6.3", + "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^4.3|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0", - "symfony/css-selector": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^4.3|^5.0", - "symfony/dom-crawler": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/routing": "^3.4|^4.0|^5.0", - "symfony/stopwatch": "^3.4|^4.0|^5.0", - "symfony/templating": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2|^5.0", - "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^1.43|^2.13|^3.0.4" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" + "symfony/browser-kit": "^5.4|^6.0", + "symfony/clock": "^6.2", + "symfony/config": "^6.1", + "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^5.4|^6.0", + "symfony/dependency-injection": "^6.3.4", + "symfony/dom-crawler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^5.4|^6.0", + "symfony/property-access": "^5.4.5|^6.0.5", + "symfony/routing": "^5.4|^6.0", + "symfony/serializer": "^6.3", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^6.3", + "symfony/var-exporter": "^6.2", + "twig/twig": "^2.13|^3.0.4" }, "type": "library", "autoload": { @@ -22040,7 +24970,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/v4.4.50" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.10" }, "funding": [ { @@ -22056,42 +24986,43 @@ "type": "tidelift" } ], - "time": "2023-02-01T08:01:31+00:00" + "time": "2023-12-01T16:57:27+00:00" }, { "name": "symfony/mime", - "version": "v5.4.13", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd" + "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", + "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e", + "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.2.13|>=6.3,<6.3.2" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "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": "^4.4|^5.0|^6.0", - "symfony/property-access": "^4.4|^5.1|^6.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.2|^6.0" + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/serializer": "~6.2.13|^6.3.2" }, "type": "library", "autoload": { @@ -22123,7 +25054,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.13" + "source": "https://github.com/symfony/mime/tree/v6.3.5" }, "funding": [ { @@ -22139,7 +25070,7 @@ "type": "tidelift" } ], - "time": "2022-09-01T18:18:29+00:00" + "time": "2023-09-29T06:59:36+00:00" }, { "name": "symfony/polyfill-ctype", @@ -22308,16 +25239,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.28.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "875e90aeea2777b6f135677f618529449334a612" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "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/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -22329,7 +25260,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -22369,7 +25300,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.27.0" }, "funding": [ { @@ -22385,7 +25316,7 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -22718,17 +25649,17 @@ "time": "2023-01-26T09:26:14+00:00" }, { - "name": "symfony/polyfill-php73", + "name": "symfony/polyfill-php80", "version": "v1.28.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -22744,85 +25675,6 @@ "url": "https://github.com/symfony/polyfill" } }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-26T09:26:14+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -22861,7 +25713,163 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.28.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/polyfill-php83", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57", + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php83\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0" }, "funding": [ { @@ -22881,21 +25889,20 @@ }, { "name": "symfony/process", - "version": "v4.4.44", + "version": "v6.3.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" + "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54", + "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -22923,7 +25930,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.44" + "source": "https://github.com/symfony/process/tree/v6.3.4" }, "funding": [ { @@ -22939,36 +25946,36 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2023-08-07T10:39:22+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.4", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "a125b93ef378c492e274f217874906fb9babdebb" + "reference": "28a732c05bbad801304ad5a5c674cf2970508993" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb", - "reference": "a125b93ef378c492e274f217874906fb9babdebb", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/28a732c05bbad801304ad5a5c674cf2970508993", + "reference": "28a732c05bbad801304ad5a5c674cf2970508993", "shasum": "" }, "require": { - "php": ">=7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0" + "php": ">=7.2.5", + "psr/http-message": "^1.0 || ^2.0", + "symfony/http-foundation": "^5.4 || ^6.0" }, "require-dev": { "nyholm/psr7": "^1.1", "psr/log": "^1.1 || ^2 || ^3", - "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", - "symfony/config": "^4.4 || ^5.0 || ^6.0", - "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4@dev || ^6.0" + "symfony/browser-kit": "^5.4 || ^6.0", + "symfony/config": "^5.4 || ^6.0", + "symfony/event-dispatcher": "^5.4 || ^6.0", + "symfony/framework-bundle": "^5.4 || ^6.0", + "symfony/http-kernel": "^5.4 || ^6.0", + "symfony/phpunit-bridge": "^6.2" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" @@ -22976,7 +25983,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-main": "2.1-dev" + "dev-main": "2.2-dev" } }, "autoload": { @@ -23011,7 +26018,7 @@ ], "support": { "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.2.0" }, "funding": [ { @@ -23027,46 +26034,40 @@ "type": "tidelift" } ], - "time": "2022-11-28T22:46:34+00:00" + "time": "2023-04-21T08:40:19+00:00" }, { "name": "symfony/routing", - "version": "v4.4.44", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "url": "https://api.github.com/repos/symfony/routing/zipball/cb7404232d49dd11cc971b832fcbd49e7c22b049", + "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.12", + "symfony/config": "<6.2", + "symfony/dependency-injection": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "symfony/config": "^4.2|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "symfony/config": "^6.2", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23100,7 +26101,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.44" + "source": "https://github.com/symfony/routing/tree/v6.3.10" }, "funding": [ { @@ -23116,57 +26117,57 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.47", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d" + "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d", + "url": "https://api.github.com/repos/symfony/serializer/zipball/6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", + "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0|1.3.*", - "symfony/dependency-injection": "<3.4", - "symfony/property-access": "<3.4", - "symfony/property-info": "<3.4", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.12", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/dependency-injection": "<5.4", + "symfony/property-access": "<5.4", + "symfony/property-info": "<5.4.24|>=6,<6.2.11", + "symfony/uid": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/error-handler": "^4.4|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^4.4.36|^5.3.13", - "symfony/property-info": "^3.4.13|~4.0|^5.0", - "symfony/validator": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping.", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/property-info": "To deserialize relations.", - "symfony/yaml": "For using the default YAML mapping loader." + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4.24|^6.2.11", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0", + "symfony/var-exporter": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23194,7 +26195,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/v4.4.47" + "source": "https://github.com/symfony/serializer/tree/v6.3.10" }, "funding": [ { @@ -23210,37 +26211,33 @@ "type": "tidelift" } ], - "time": "2022-09-19T08:38:33+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.2", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.1", + "psr/container": "^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -23250,7 +26247,10 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -23277,7 +26277,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" }, "funding": [ { @@ -23293,20 +26293,20 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:17:29+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/string", - "version": "v6.3.5", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339" + "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339", + "url": "https://api.github.com/repos/symfony/string/zipball/56427887aeaf540e9bbd121ad6c43f14ad3ce136", + "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136", "shasum": "" }, "require": { @@ -23363,7 +26363,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.5" + "source": "https://github.com/symfony/string/tree/v6.3.9" }, "funding": [ { @@ -23379,121 +26379,29 @@ "type": "tidelift" } ], - "time": "2023-09-18T10:38:32+00:00" - }, - { - "name": "symfony/translation", - "version": "v4.4.47", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1.6|^2" - }, - "conflict": { - "symfony/config": "<3.4", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "symfony/translation-implementation": "1.0|2.0" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/finder": "~2.8|~3.0|~4.0|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1.2|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to internationalize your application", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-10-03T15:15:11+00:00" + "time": "2023-11-28T20:40:29+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.2", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", "shasum": "" }, "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/translation-implementation": "" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -23503,7 +26411,10 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -23530,7 +26441,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" }, "funding": [ { @@ -23546,69 +26457,59 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2023-05-30T17:17:10+00:00" }, { "name": "symfony/validator", - "version": "v4.4.48", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775" + "reference": "c118889931856af47b0732b609f3ac2ddccd1da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775", + "url": "https://api.github.com/repos/symfony/validator/zipball/c118889931856af47b0732b609f3ac2ddccd1da6", + "reference": "c118889931856af47b0732b609f3ac2ddccd1da6", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1|^2" + "symfony/polyfill-php83": "^1.27", + "symfony/translation-contracts": "^2.5|^3" }, "conflict": { + "doctrine/annotations": "<1.13", "doctrine/lexer": "<1.1", - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/intl": "<4.3", - "symfony/translation": ">=5.0", - "symfony/yaml": "<3.4" + "symfony/dependency-injection": "<5.4", + "symfony/expression-language": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/intl": "<5.4", + "symfony/property-info": "<5.4", + "symfony/translation": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "doctrine/cache": "^1.0|^2.0", - "egulias/email-validator": "^2.1.10|^3", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/http-foundation": "^4.1|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^4.3|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4|^4.0|^5.0", - "symfony/property-info": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the mapping cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/property-info": "To automatically add NotNull and Type constraints", - "symfony/translation": "For translating validation errors.", - "symfony/yaml": "" + "doctrine/annotations": "^1.13|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23636,7 +26537,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.48" + "source": "https://github.com/symfony/validator/tree/v6.3.9" }, "funding": [ { @@ -23652,43 +26553,38 @@ "type": "tidelift" } ], - "time": "2022-10-25T13:54:11+00:00" + "time": "2023-11-29T07:44:47+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.29", + "version": "v6.3.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65" + "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65", - "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81acabba9046550e89634876ca64bfcd3c06aa0a", + "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<5.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, "bin": [ "Resources/bin/var-dump-server" ], @@ -23725,7 +26621,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.29" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.8" }, "funding": [ { @@ -23741,35 +26637,110 @@ "type": "tidelift" } ], - "time": "2023-09-12T10:09:58+00:00" + "time": "2023-11-08T10:42:36+00:00" }, { - "name": "symfony/yaml", - "version": "v4.4.45", + "name": "symfony/var-exporter", + "version": "v6.3.10", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7bfcf232a9c7e4acad00e96774e340eb86d10bf0", + "reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" + "php": ">=8.1" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0" + "symfony/var-dumper": "^5.4|^6.0" }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy-loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v6.3.10" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-11-29T16:00:50+00:00" + }, + { + "name": "symfony/yaml", + "version": "v6.3.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3493af8a8dad7fa91c77fa473ba23ecd95334a92", + "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", "autoload": { "psr-4": { @@ -23796,7 +26767,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.45" + "source": "https://github.com/symfony/yaml/tree/v6.3.8" }, "funding": [ { @@ -23812,7 +26783,79 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:47:23+00:00" + "time": "2023-11-06T10:58:05+00:00" + }, + { + "name": "tecnickcom/tcpdf", + "version": "6.6.5", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce", + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" + } + ], + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" + ], + "support": { + "issues": "https://github.com/tecnickcom/TCPDF/issues", + "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5" + }, + "funding": [ + { + "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", + "type": "custom" + } + ], + "time": "2023-09-06T15:09:26+00:00" }, { "name": "thinkshout/mailchimp-api-php", @@ -23860,38 +26903,29 @@ }, { "name": "twig/twig", - "version": "v2.15.5", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e" + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", - "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "psr/container": "^1.0", + "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.15-dev" - } - }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { "Twig\\": "src/" } @@ -23924,7 +26958,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.5" + "source": "https://github.com/twigphp/Twig/tree/v3.6.1" }, "funding": [ { @@ -23936,140 +26970,35 @@ "type": "tidelift" } ], - "time": "2023-05-03T17:49:41+00:00" - }, - { - "name": "twilio/sdk", - "version": "5.4.2", - "source": { - "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "354b5859cc7386642b8842a8b9e3dee01e957235" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twilio/twilio-php/zipball/354b5859cc7386642b8842a8b9e3dee01e957235", - "reference": "354b5859cc7386642b8842a8b9e3dee01e957235", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "apigen/apigen": "^4.1", - "phpunit/phpunit": "4.5.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Twilio\\": "Twilio/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Twilio API Team", - "email": "api@twilio.com" - } - ], - "description": "A PHP wrapper for Twilio's API", - "homepage": "http://github.com/twilio/twilio-php", - "keywords": [ - "api", - "sms", - "twilio" - ], - "support": { - "issues": "https://github.com/twilio/twilio-php/issues", - "source": "https://github.com/twilio/twilio-php/tree/5.4.2" - }, - "time": "2016-10-12T17:28:31+00:00" - }, - { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.7", - "source": { - "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.0 || ^8.0" - }, - "require-dev": { - "ext-xdebug": "*", - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^5.1" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v3.x-dev" - } - }, - "autoload": { - "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" - ], - "support": { - "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", - "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7" - }, - "time": "2021-09-20T19:19:13+00:00" + "time": "2023-06-08T12:52:13+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.5.0", + "version": "v5.6.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" + "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.2", - "php": "^7.1.3 || ^8.0", - "phpoption/phpoption": "^1.8", - "symfony/polyfill-ctype": "^1.23", - "symfony/polyfill-mbstring": "^1.23.1", - "symfony/polyfill-php80": "^1.23.1" + "graham-campbell/result-type": "^1.1.2", + "php": "^7.2.5 || ^8.0", + "phpoption/phpoption": "^1.9.2", + "symfony/polyfill-ctype": "^1.24", + "symfony/polyfill-mbstring": "^1.24", + "symfony/polyfill-php80": "^1.24" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "suggest": { "ext-filter": "Required to use the boolean validator." @@ -24081,7 +27010,7 @@ "forward-command": true }, "branch-alias": { - "dev-master": "5.5-dev" + "dev-master": "5.6-dev" } }, "autoload": { @@ -24113,7 +27042,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" }, "funding": [ { @@ -24125,7 +27054,73 @@ "type": "tidelift" } ], - "time": "2022-10-16T01:01:54+00:00" + "time": "2023-11-12T22:43:29+00:00" + }, + { + "name": "wa72/htmlpagedom", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/wasinger/htmlpagedom.git", + "reference": "568a7379e66c3a8cf973885b7811900487f11fbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/568a7379e66c3a8cf973885b7811900487f11fbb", + "reference": "568a7379e66c3a8cf973885b7811900487f11fbb", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "php": "^8.0", + "symfony/css-selector": "^6", + "symfony/dom-crawler": "^6" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6.10", + "phpunit/phpunit": "^9", + "scrutinizer/ocular": "^1.9", + "wa72/html-pretty-min": "~0.1" + }, + "suggest": { + "wa72/html-pretty-min": "Minify or indent HTML documents" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Wa72\\HtmlPageDom\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christoph Singer", + "email": "singer@webagentur72.de", + "homepage": "http://www.webagentur72.de" + } + ], + "description": "jQuery-inspired DOM manipulation extension for Symfony's Crawler", + "homepage": "http://github.com/wasinger/htmlpagedom", + "keywords": [ + "crawler", + "dom", + "html" + ], + "support": { + "issues": "https://github.com/wasinger/htmlpagedom/issues", + "source": "https://github.com/wasinger/htmlpagedom/tree/v3.0.0" + }, + "time": "2022-04-13T15:28:55+00:00" }, { "name": "webflo/drupal-finder", @@ -24383,26 +27378,28 @@ }, { "name": "behat/mink", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", "shasum": "" }, "require": { "php": ">=7.2", - "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4 || ^6.0" + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", @@ -24441,131 +27438,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.10.0" + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" }, - "time": "2022-03-28T14:22:43+00:00" - }, - { - "name": "behat/mink-browserkit-driver", - "version": "v1.4.1", - "source": { - "type": "git", - "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", - "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9", - "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9", - "shasum": "" - }, - "require": { - "behat/mink": "^1.7.1@dev", - "php": ">=5.4", - "symfony/browser-kit": "~2.3|~3.0|~4.0", - "symfony/dom-crawler": "~2.3|~3.0|~4.0" - }, - "require-dev": { - "mink/driver-testsuite": "dev-master", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5", - "symfony/debug": "^2.7|^3.0|^4.0", - "symfony/http-kernel": "~2.3|~3.0|~4.0", - "yoast/phpunit-polyfills": "^1.0" - }, - "type": "mink-driver", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Behat\\Mink\\Driver\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - "description": "Symfony2 BrowserKit driver for Mink framework", - "homepage": "https://mink.behat.org/", - "keywords": [ - "Mink", - "Symfony2", - "browser", - "testing" - ], - "support": { - "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues", - "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1" - }, - "time": "2021-12-10T14:17:06+00:00" - }, - { - "name": "behat/mink-goutte-driver", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/minkphp/MinkGoutteDriver.git", - "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea", - "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea", - "shasum": "" - }, - "require": { - "behat/mink-browserkit-driver": "~1.2@dev", - "fabpot/goutte": "~1.0.4|~2.0|~3.1", - "php": ">=5.4" - }, - "require-dev": { - "mink/driver-testsuite": "dev-master" - }, - "type": "mink-driver", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Behat\\Mink\\Driver\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - "description": "Goutte driver for Mink framework", - "homepage": "https://mink.behat.org/", - "keywords": [ - "browser", - "goutte", - "headless", - "testing" - ], - "support": { - "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", - "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0" - }, - "abandoned": "behat/mink-browserkit-driver", - "time": "2021-10-12T11:35:46+00:00" + "time": "2023-12-09T11:23:23+00:00" }, { "name": "behat/transliterator", @@ -24618,20 +27493,20 @@ }, { "name": "drupal/upgrade_status", - "version": "3.19.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.19" + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.19.zip", - "reference": "8.x-3.19", - "shasum": "e155b34b80f2782778b841d72639bd0ac8b923f9" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.0.0.zip", + "reference": "4.0.0", + "shasum": "013afdb46a03c9db0119cb1ce60ca49631d64368" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9 || ^10", "mathieuviossat/arraytotexttable": "~1.0.0", "mglaman/phpstan-drupal": "^1.0.0", "nikic/php-parser": "^4.0.0", @@ -24642,8 +27517,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.19", - "datestamp": "1678815320", + "version": "4.0.0", + "datestamp": "1678815090", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -24691,111 +27566,51 @@ "source": "https://git.drupalcode.org/project/upgrade_status" } }, - { - "name": "fabpot/goutte", - "version": "v3.3.1", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5", - "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "^6.0", - "php": ">=7.1.3", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/dom-crawler": "^4.4|^5.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.0" - }, - "type": "application", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Goutte\\": "Goutte" - }, - "exclude-from-classmap": [ - "Goutte/Tests" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "A simple PHP Web Scraper", - "homepage": "https://github.com/FriendsOfPHP/Goutte", - "keywords": [ - "scraper" - ], - "support": { - "issues": "https://github.com/FriendsOfPHP/Goutte/issues", - "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" - }, - "abandoned": "symfony/browser-kit", - "time": "2020-11-01T09:30:18+00:00" - }, { "name": "laminas/laminas-servicemanager", - "version": "3.22.0", + "version": "3.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "b4f547078af2ac3173cbe4a64e8fdfbd626c77ae" + "reference": "65910ef6a8066b0369fab77fbec9e030be59c866" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/b4f547078af2ac3173cbe4a64e8fdfbd626c77ae", - "reference": "b4f547078af2ac3173cbe4a64e8fdfbd626c77ae", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/65910ef6a8066b0369fab77fbec9e030be59c866", + "reference": "65910ef6a8066b0369fab77fbec9e030be59c866", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^3.17", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/container": "^1.0" + "composer-plugin-api": "^2.0", + "laminas/laminas-stdlib": "^3.2.1", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0", + "psr/container": "^1.1 || ^2.0.2" }, "conflict": { "ext-psr": "*", - "laminas/laminas-code": "<4.10.0", + "laminas/laminas-code": "<3.3.1", "zendframework/zend-code": "<3.3.1", "zendframework/zend-servicemanager": "*" }, "provide": { - "psr/container-implementation": "^1.0" + "psr/container-implementation": "^1.1 || ^2.0" }, "replace": { "container-interop/container-interop": "^1.2.0" }, "require-dev": { - "composer/package-versions-deprecated": "^1.11.99.5", - "friendsofphp/proxy-manager-lts": "^1.0.14", - "laminas/laminas-code": "^4.10.0", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-container-config-test": "^0.8", - "mikey179/vfsstream": "^1.6.11", - "phpbench/phpbench": "^1.2.9", - "phpunit/phpunit": "^10.4", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.8.0" + "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-container-config-test": "^0.6", + "mikey179/vfsstream": "^1.6.10@alpha", + "ocramius/proxy-manager": "^2.11", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.8" }, "suggest": { - "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" + "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" }, "bin": [ "bin/generate-deps-for-config-factory", @@ -24839,35 +27654,33 @@ "type": "community_bridge" } ], - "time": "2023-10-10T21:23:36+00:00" + "time": "2022-07-18T21:18:56+00:00" }, { "name": "laminas/laminas-text", - "version": "2.10.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", - "reference": "40f7acdb284d41553d32db811e704d6e15e415b4" + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4", - "reference": "40f7acdb284d41553d32db811e704d6e15e415b4", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", "shasum": "" }, "require": { - "laminas/laminas-servicemanager": "^3.19.0", - "laminas/laminas-stdlib": "^3.7.1", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "laminas/laminas-servicemanager": "^3.4", + "laminas/laminas-stdlib": "^3.6", + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-text": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.1" + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^9.3" }, "type": "library", "autoload": { @@ -24899,25 +27712,25 @@ "type": "community_bridge" } ], - "time": "2022-12-11T15:36:27+00:00" + "time": "2021-09-02T16:50:53+00:00" }, { "name": "mathieuviossat/arraytotexttable", - "version": "v1.0.10", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/viossat/arraytotexttable.git", - "reference": "dddaf50d2c1d655b985e63337c421b298f7854be" + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/dddaf50d2c1d655b985e63337c421b298f7854be", - "reference": "dddaf50d2c1d655b985e63337c421b298f7854be", + "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", "shasum": "" }, "require": { - "laminas/laminas-text": "^2.10", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "laminas/laminas-text": "^2.9", + "php": ">=5.3.0" }, "type": "library", "autoload": { @@ -24948,43 +27761,43 @@ ], "support": { "issues": "https://github.com/viossat/arraytotexttable/issues", - "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.10" + "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" }, - "time": "2023-09-21T16:42:23+00:00" + "time": "2022-08-30T15:33:10+00:00" }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.0", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "d721420086f146640acecebb7a678661a66e97d5" + "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/d721420086f146640acecebb7a678661a66e97d5", - "reference": "d721420086f146640acecebb7a678661a66e97d5", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6", + "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^1.10.1", "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", - "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", + "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", "webflo/drupal-finder": "^1.2" }, "require-dev": { "behat/mink": "^1.8", "composer/installers": "^1.9", - "drupal/core-recommended": "^8.8@alpha || ^9.0", - "drush/drush": "^9.6 || ^10.0 || ^11", + "drupal/core-recommended": "^9.0", + "drush/drush": "^10.0 || ^11 || ^12", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", + "phpunit/phpunit": "^8.5 || ^9", "slevomat/coding-standard": "^7.1", "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^3.4.3 || ^4.4 || ^5.4 || ^6.0" + "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -25038,7 +27851,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.0" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.4" }, "funding": [ { @@ -25054,20 +27867,20 @@ "type": "tidelift" } ], - "time": "2023-08-24T20:32:56+00:00" + "time": "2023-11-14T22:47:32+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.39", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d9dedb0413f678b4d03cbc2279a48f91592c97c4", - "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -25116,7 +27929,7 @@ "type": "tidelift" } ], - "time": "2023-10-17T15:46:26+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -25166,111 +27979,36 @@ }, "time": "2023-08-05T09:02:04+00:00" }, - { - "name": "symfony/browser-kit", - "version": "v4.4.44", - "source": { - "type": "git", - "url": "https://github.com/symfony/browser-kit.git", - "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", - "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/dom-crawler": "^3.4|^4.0|^5.0", - "symfony/polyfill-php80": "^1.16" - }, - "require-dev": { - "symfony/css-selector": "^3.4|^4.0|^5.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/mime": "^4.3|^5.0", - "symfony/process": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/process": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\BrowserKit\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-07-25T12:56:14+00:00" - }, { "name": "symfony/config", - "version": "v4.4.44", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + "reference": "5d33e0fb707d603330e0edfd4691803a1253572e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "url": "https://api.github.com/repos/symfony/config/zipball/5d33e0fb707d603330e0edfd4691803a1253572e", + "reference": "5d33e0fb707d603330e0edfd4691803a1253572e", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/filesystem": "^3.4|^4.0|^5.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "symfony/finder": "<3.4" + "symfony/finder": "<5.4", + "symfony/service-contracts": "<2.5" }, "require-dev": { - "symfony/event-dispatcher": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/messenger": "^4.1|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -25298,7 +28036,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.44" + "source": "https://github.com/symfony/config/tree/v6.4.0" }, "funding": [ { @@ -25314,108 +28052,63 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-11-09T08:28:32+00:00" }, { - "name": "symfony/css-selector", - "version": "v5.4.26", + "name": "symfony/translation", + "version": "v6.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a" + "url": "https://github.com/symfony/translation.git", + "reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", - "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", + "url": "https://api.github.com/repos/symfony/translation/zipball/b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37", + "reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.26" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-07-07T06:10:25+00:00" - }, - { - "name": "symfony/dom-crawler", - "version": "v4.4.45", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", - "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/translation-contracts": "^2.5|^3.0" }, "conflict": { - "masterminds/html5": "<2.6" + "symfony/config": "<5.4", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/service-contracts": "<2.5", + "symfony/twig-bundle": "<5.4", + "symfony/yaml": "<5.4" + }, + "provide": { + "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { - "masterminds/html5": "^2.6", - "symfony/css-selector": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/css-selector": "" + "nikic/php-parser": "^4.13", + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client-contracts": "^2.5|^3.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/intl": "^5.4|^6.0|^7.0", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" + "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -25435,10 +28128,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Eases DOM navigation for HTML and XML documents", + "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + "source": "https://github.com/symfony/translation/tree/v6.4.0" }, "funding": [ { @@ -25454,144 +28147,27 @@ "type": "tidelift" } ], - "time": "2022-08-03T12:57:57+00:00" - }, - { - "name": "symfony/polyfill-php81", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", - "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-26T09:26:14+00:00" - } - ], - "aliases": [ - { - "package": "drupal/drutopia_collection", - "version": "dev-8.x-1.x", - "alias": "1.x-dev", - "alias_normalized": "1.9999999.9999999.9999999-dev" - }, - { - "package": "drupal/drutopia_core", - "version": "dev-8.x-1.x", - "alias": "1.x-dev", - "alias_normalized": "1.9999999.9999999.9999999-dev" - }, - { - "package": "drupal/octavia_camouflage", - "version": "dev-8.x-1.x", - "alias": "1.x-dev", - "alias_normalized": "1.9999999.9999999.9999999-dev" - }, - { - "package": "drupal/workflow_buttons", - "version": "dev-8.x-1.x", - "alias": "1.x-dev", - "alias_normalized": "1.9999999.9999999.9999999-dev" + "time": "2023-11-29T08:14:36+00:00" } ], + "aliases": [], "minimum-stability": "dev", "stability-flags": { "drupal/auto_entitylabel": 10, - "drupal/cleantaxonomy": 20, "drupal/coffee": 20, - "drupal/comment_notify": 20, - "drupal/convert_bundles": 15, - "drupal/customerror": 20, "drupal/drutopia_collection": 20, "drupal/drutopia_core": 20, "drupal/drutopia_organization": 20, - "drupal/drutopia_paragraph_title": 20, "drupal/drutopia_site": 20, - "drupal/entitygroupfield": 15, - "drupal/feeds": 10, - "drupal/filter_perms": 15, - "drupal/footnotes": 20, - "drupal/gin": 10, - "drupal/gin_toolbar": 10, + "drupal/google_analytics": 20, "drupal/inline_entity_form": 5, - "drupal/inotherwords": 20, "drupal/menu_link_config": 15, - "drupal/mobile_number": 15, "drupal/notfoundpassthrough": 20, "drupal/octavia": 20, "drupal/octavia_camouflage": 20, "drupal/plausible": 10, "drupal/rabbit_hole": 10, - "drupal/regionincontent": 20, - "drupal/search_api_saved_searches": 15, + "drupal/search_api_entity_multiselect": 20, "drupal/social_post_facebook": 20, "drupal/social_post_twitter": 20, "drupal/subpathauto": 5, From 82d809dd343692127a68073e23dea3e88d5c4726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 5 Feb 2024 12:56:35 -0500 Subject: [PATCH 066/145] Remove false precision --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12025a2..35c89e0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "composer/installers": "^2", - "cweagans/composer-patches": "^1.7", + "cweagans/composer-patches": "^1", "drupal/admin_toolbar": "^3", "drupal/allowed_formats": "^2", "drupal/antibot": "^2", From 1709131e38bf57df52449b5d238690721978ce73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 08:25:52 -0500 Subject: [PATCH 067/145] Add seven module just so we can easily upgrade in one step --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 35c89e0..d522a86 100644 --- a/composer.json +++ b/composer.json @@ -139,6 +139,7 @@ "drupal/search_api_saved_searches": "^1", "drupal/seckit": "^2.0", "drupal/select_or_other": "^4.0", + "drupal/seven": "^1.0", "drupal/shield": "^1.4", "drupal/smart_date": "^4.0", "drupal/sms": "^2.0", From 36820ff27291a88429226057e079f75bf2536ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 09:18:46 -0500 Subject: [PATCH 068/145] Apply updates from live (uninstalling groups) plus config formatting enhancements --- .../block.block.agarica_group_operations.yml | 38 - config/block.block.group_operations.yml | 38 - ...shot.snapshot.config_sync.module.color.yml | 11 - ...hot.config_sync.module.drutopia_action.yml | 2 +- ...ot.config_sync.module.drutopia_article.yml | 2 +- ...pshot.config_sync.module.drutopia_blog.yml | 2 +- ...t.config_sync.module.drutopia_campaign.yml | 2 +- ...config_sync.module.drutopia_case_study.yml | 4 +- ...shot.config_sync.module.drutopia_event.yml | 2 +- ...shot.config_sync.module.drutopia_group.yml | 1788 ----------------- ...pshot.config_sync.module.drutopia_page.yml | 2 +- ...hot.config_sync.module.drutopia_people.yml | 2 +- ...t.config_sync.module.drutopia_resource.yml | 2 +- ...hot.config_sync.module.drutopia_search.yml | 2 +- ...shot.snapshot.config_sync.module.gnode.yml | 962 --------- ...shot.snapshot.config_sync.module.group.yml | 835 -------- ...t.snapshot.config_sync.module.honeypot.yml | 4 +- ...hot.snapshot.config_sync.module.locale.yml | 2 +- ...snapshot.config_sync.module.search_api.yml | 8 +- ...pshot.snapshot.config_sync.module.user.yml | 16 +- ...t.snapshot.config_sync.module.views_ui.yml | 2 +- ...ield_override.comment.comment.homepage.yml | 2 +- ...ield_override.comment.comment.hostname.yml | 2 +- ...se_field_override.comment.comment.mail.yml | 2 +- ...se_field_override.comment.comment.name.yml | 2 +- ...ase_field_override.group.group.changed.yml | 18 - ...ase_field_override.group.group.created.yml | 18 - ....base_field_override.group.group.label.yml | 18 - ...ase_field_override.group.group.metatag.yml | 18 - ...e.base_field_override.group.group.path.yml | 20 - ...re.base_field_override.group.group.uid.yml | 20 - ...content.group-group_membership.changed.yml | 18 - ...content.group-group_membership.created.yml | 18 - ...p_content.group-group_membership.label.yml | 18 - ...content.group-group_membership.metatag.yml | 18 - ...up_content.group-group_membership.path.yml | 20 - ...oup_content.group-group_membership.uid.yml | 20 - config/core.date_format.short.yml | 2 +- ...ntity_form_display.group.group.default.yml | 117 -- ...content.group-group_membership.default.yml | 47 - ...ntity_view_display.group.group.default.yml | 131 -- ...e.entity_view_display.group.group.full.yml | 136 -- ...entity_view_display.group.group.teaser.yml | 85 - ...content.group-group_membership.default.yml | 26 - config/core.entity_view_mode.group.full.yml | 12 - config/core.entity_view_mode.group.teaser.yml | 12 - config/core.extension.yml | 4 - ....field.group.group.field_group_address.yml | 38 - ...ld.group.group.field_group_description.yml | 36 - ...ld.field.group.group.field_group_email.yml | 21 - ...ld.field.group.group.field_group_image.yml | 40 - ...ld.field.group.group.field_group_phone.yml | 23 - ....field.group.group.field_group_summary.yml | 23 - ...eld.field.group.group.field_group_type.yml | 30 - ....field.group.group.field_group_website.yml | 25 - ...ent.group-group_membership.group_roles.yml | 24 - ...h.quotation_with_image.field_quotation.yml | 2 +- ...ield.storage.group.field_group_address.yml | 21 - ....storage.group.field_group_description.yml | 23 - .../field.storage.group.field_group_email.yml | 20 - .../field.storage.group.field_group_image.yml | 32 - .../field.storage.group.field_group_phone.yml | 21 - ...ield.storage.group.field_group_summary.yml | 21 - .../field.storage.group.field_group_type.yml | 22 - ...ield.storage.group.field_group_website.yml | 21 - ...ield.storage.group_content.group_roles.yml | 21 - ...up.content_type.group-group_membership.yml | 18 - config/group.role.group-0b0baeca9.yml | 17 - config/group.role.group-1ac17d355.yml | 17 - config/group.role.group-2d8610827.yml | 17 - config/group.role.group-443ed8e03.yml | 17 - config/group.role.group-5165abfe1.yml | 17 - config/group.role.group-a416e6833.yml | 17 - config/group.role.group-anonymous.yml | 17 - config/group.role.group-ec70061de.yml | 17 - config/group.role.group-member.yml | 20 - config/group.role.group-outsider.yml | 18 - config/group.settings.yml | 3 - config/group.type.group.yml | 13 - .../language.content_settings.group.group.yml | 18 - ...s.group_content.group-group_membership.yml | 18 - ...ld.field.group.group.field_group_email.yml | 1 - config/language/es/group.type.group.yml | 1 - config/language/es/pathauto.pattern.group.yml | 1 - config/language/es/views.view.group.yml | 4 - .../language/es/views.view.group_content.yml | 3 - .../language/es/views.view.group_members.yml | 14 - config/language/es/views.view.group_nodes.yml | 12 - .../es/webform.webform.migration_quote.yml | 27 + config/node.type.page.yml | 2 +- config/pathauto.pattern.group.yml | 25 - config/pathauto.pattern.group_content.yml | 18 - config/pathauto.pattern.group_membership.yml | 25 - config/search_api.index.action.yml | 2 +- config/search_api.index.article.yml | 2 +- config/search_api.index.blog.yml | 2 +- config/search_api.index.campaign.yml | 2 +- config/search_api.index.case_study.yml | 2 +- config/search_api.index.content.yml | 2 +- config/search_api.index.event.yml | 2 +- config/search_api.index.people.yml | 2 +- config/search_api.index.resource.yml | 2 +- config/search_api.settings.yml | 16 +- config/tour.tour.honeypot.yml | 4 +- config/tour.tour.locale.yml | 2 +- config/tour.tour.search-api-index-fields.yml | 2 +- config/tour.tour.search-api-index-form.yml | 2 +- .../tour.tour.search-api-index-processors.yml | 2 +- config/tour.tour.search-api-server.yml | 2 +- config/tour.tour.views-ui.yml | 2 +- config/user.role.manager.yml | 3 - config/views.view.case_study.yml | 2 +- config/views.view.group.yml | 301 --- config/views.view.group_content.yml | 281 --- config/views.view.group_members.yml | 738 ------- config/views.view.group_nodes.yml | 961 --------- config/views.view.who_s_new.yml | 8 +- config/views.view.who_s_online.yml | 8 +- config/webform.webform.migration_quote.yml | 272 +++ 119 files changed, 367 insertions(+), 7628 deletions(-) delete mode 100644 config/block.block.agarica_group_operations.yml delete mode 100644 config/block.block.group_operations.yml delete mode 100644 config/config_snapshot.snapshot.config_sync.module.color.yml delete mode 100644 config/config_snapshot.snapshot.config_sync.module.drutopia_group.yml delete mode 100644 config/config_snapshot.snapshot.config_sync.module.gnode.yml delete mode 100644 config/config_snapshot.snapshot.config_sync.module.group.yml delete mode 100644 config/core.base_field_override.group.group.changed.yml delete mode 100644 config/core.base_field_override.group.group.created.yml delete mode 100644 config/core.base_field_override.group.group.label.yml delete mode 100644 config/core.base_field_override.group.group.metatag.yml delete mode 100644 config/core.base_field_override.group.group.path.yml delete mode 100644 config/core.base_field_override.group.group.uid.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.changed.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.created.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.label.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.metatag.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.path.yml delete mode 100644 config/core.base_field_override.group_content.group-group_membership.uid.yml delete mode 100644 config/core.entity_form_display.group.group.default.yml delete mode 100644 config/core.entity_form_display.group_content.group-group_membership.default.yml delete mode 100644 config/core.entity_view_display.group.group.default.yml delete mode 100644 config/core.entity_view_display.group.group.full.yml delete mode 100644 config/core.entity_view_display.group.group.teaser.yml delete mode 100644 config/core.entity_view_display.group_content.group-group_membership.default.yml delete mode 100644 config/core.entity_view_mode.group.full.yml delete mode 100644 config/core.entity_view_mode.group.teaser.yml delete mode 100644 config/field.field.group.group.field_group_address.yml delete mode 100644 config/field.field.group.group.field_group_description.yml delete mode 100644 config/field.field.group.group.field_group_email.yml delete mode 100644 config/field.field.group.group.field_group_image.yml delete mode 100644 config/field.field.group.group.field_group_phone.yml delete mode 100644 config/field.field.group.group.field_group_summary.yml delete mode 100644 config/field.field.group.group.field_group_type.yml delete mode 100644 config/field.field.group.group.field_group_website.yml delete mode 100644 config/field.field.group_content.group-group_membership.group_roles.yml delete mode 100644 config/field.storage.group.field_group_address.yml delete mode 100644 config/field.storage.group.field_group_description.yml delete mode 100644 config/field.storage.group.field_group_email.yml delete mode 100644 config/field.storage.group.field_group_image.yml delete mode 100644 config/field.storage.group.field_group_phone.yml delete mode 100644 config/field.storage.group.field_group_summary.yml delete mode 100644 config/field.storage.group.field_group_type.yml delete mode 100644 config/field.storage.group.field_group_website.yml delete mode 100644 config/field.storage.group_content.group_roles.yml delete mode 100644 config/group.content_type.group-group_membership.yml delete mode 100644 config/group.role.group-0b0baeca9.yml delete mode 100644 config/group.role.group-1ac17d355.yml delete mode 100644 config/group.role.group-2d8610827.yml delete mode 100644 config/group.role.group-443ed8e03.yml delete mode 100644 config/group.role.group-5165abfe1.yml delete mode 100644 config/group.role.group-a416e6833.yml delete mode 100644 config/group.role.group-anonymous.yml delete mode 100644 config/group.role.group-ec70061de.yml delete mode 100644 config/group.role.group-member.yml delete mode 100644 config/group.role.group-outsider.yml delete mode 100644 config/group.settings.yml delete mode 100644 config/group.type.group.yml delete mode 100644 config/language.content_settings.group.group.yml delete mode 100644 config/language.content_settings.group_content.group-group_membership.yml delete mode 100644 config/language/es/field.field.group.group.field_group_email.yml delete mode 100644 config/language/es/group.type.group.yml delete mode 100644 config/language/es/pathauto.pattern.group.yml delete mode 100644 config/language/es/views.view.group.yml delete mode 100644 config/language/es/views.view.group_content.yml delete mode 100644 config/language/es/views.view.group_members.yml delete mode 100644 config/language/es/views.view.group_nodes.yml create mode 100644 config/language/es/webform.webform.migration_quote.yml delete mode 100644 config/pathauto.pattern.group.yml delete mode 100644 config/pathauto.pattern.group_content.yml delete mode 100644 config/pathauto.pattern.group_membership.yml delete mode 100644 config/views.view.group.yml delete mode 100644 config/views.view.group_content.yml delete mode 100644 config/views.view.group_members.yml delete mode 100644 config/views.view.group_nodes.yml create mode 100644 config/webform.webform.migration_quote.yml diff --git a/config/block.block.agarica_group_operations.yml b/config/block.block.agarica_group_operations.yml deleted file mode 100644 index 83280d2..0000000 --- a/config/block.block.agarica_group_operations.yml +++ /dev/null @@ -1,38 +0,0 @@ -uuid: ffa31e4d-08cc-4580-8360-c6b77ecb5ade -langcode: en -status: true -dependencies: - module: - - block_visibility_groups - - ctools - - group - theme: - - agarica -_core: - default_config_hash: tFNrNdtnXTOnNWULWj6DqEc8-4I-DY9Z6JhS5AlHn24 -id: agarica_group_operations -theme: agarica -region: sidebar_first -weight: -20 -provider: null -plugin: group_operations -settings: - id: group_operations - label: 'Group operations' - label_display: visible - provider: group - context_mapping: - group: '@group.group_route_context:group' -visibility: - condition_group: - id: condition_group - negate: false - context_mapping: { } - block_visibility_group: '' - 'entity_bundle:group': - id: 'entity_bundle:group' - negate: false - context_mapping: - group: '@group.group_route_context:group' - bundles: - group: group diff --git a/config/block.block.group_operations.yml b/config/block.block.group_operations.yml deleted file mode 100644 index 6e6169b..0000000 --- a/config/block.block.group_operations.yml +++ /dev/null @@ -1,38 +0,0 @@ -uuid: 327c7cdf-c88a-4ccc-8097-ddc9b226d985 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups - - ctools - - group - theme: - - octavia -_core: - default_config_hash: tFNrNdtnXTOnNWULWj6DqEc8-4I-DY9Z6JhS5AlHn24 -id: group_operations -theme: octavia -region: sidebar_first -weight: -20 -provider: null -plugin: group_operations -settings: - id: group_operations - label: 'Group operations' - label_display: visible - provider: group - context_mapping: - group: '@group.group_route_context:group' -visibility: - condition_group: - id: condition_group - negate: false - context_mapping: { } - block_visibility_group: '' - 'entity_bundle:group': - id: 'entity_bundle:group' - negate: false - context_mapping: - group: '@group.group_route_context:group' - bundles: - group: group diff --git a/config/config_snapshot.snapshot.config_sync.module.color.yml b/config/config_snapshot.snapshot.config_sync.module.color.yml deleted file mode 100644 index b9e9026..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.color.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 24d017a7-cecb-4edd-9621-ba4dafa21151 -langcode: en -status: true -dependencies: - module: - - color -id: config_sync.module.color -snapshotSet: config_sync -extensionType: module -extensionName: color -items: { } diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_action.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_action.yml index 37b830e..651f5b6 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_action.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_action.yml @@ -1381,7 +1381,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 field_tags: label: Tags datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_article.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_article.yml index 297a9be..83c7d06 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_article.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_article.yml @@ -1706,7 +1706,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 field_tags: label: Tags datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml index a7da927..c90c0a2 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml @@ -1376,7 +1376,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 field_tags: label: Tags datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_campaign.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_campaign.yml index 0634cc5..4cc5851 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_campaign.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_campaign.yml @@ -1041,7 +1041,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 created: label: 'Authored on' datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml index 25fbccf..66dd56a 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml @@ -1699,7 +1699,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 uid: label: 'Authored by' datasource_id: 'entity:node' @@ -2084,7 +2084,7 @@ items: menu: type: normal title: Work - description: 'See some of what we''ve built.' + description: "See some of what we've built." expanded: false parent: '' weight: 0 diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_event.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_event.yml index 484f5e8..4e4e886 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_event.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_event.yml @@ -1361,7 +1361,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 field_tags: label: Tags datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_group.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_group.yml deleted file mode 100644 index 53cc1a6..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_group.yml +++ /dev/null @@ -1,1788 +0,0 @@ -uuid: a8cec70a-84db-45aa-b7ae-0067641ef14d -langcode: en -status: true -dependencies: - module: - - drutopia_group -id: config_sync.module.drutopia_group -snapshotSet: config_sync -extensionType: module -extensionName: drutopia_group -items: - - - collection: '' - name: config_perms.custom_perms_entity.administer_groups - data: - langcode: en - status: true - dependencies: { } - id: administer_groups - label: 'Administer groups' - route: entity.group.collection - - - collection: '' - name: core.entity_form_display.group.group.default - data: - langcode: en - status: true - dependencies: - config: - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - image.style.thumbnail - module: - - address - - image - - link - - paragraphs - - path - - telephone - - text - id: group.group.default - targetEntityType: group - bundle: group - mode: default - content: - field_group_address: - weight: 10 - settings: - default_country: null - third_party_settings: { } - type: address_default - region: content - field_group_description: - type: entity_reference_paragraphs - weight: 4 - settings: - title: Paragraph - title_plural: Paragraphs - edit_mode: open - add_mode: button - form_display_mode: default - default_paragraph_type: text - third_party_settings: { } - region: content - field_group_email: - weight: 8 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: email_default - region: content - field_group_image: - weight: 2 - settings: - progress_indicator: throbber - preview_image_style: thumbnail - third_party_settings: { } - type: image_image - region: content - field_group_phone: - weight: 7 - settings: - placeholder: '' - third_party_settings: { } - type: telephone_default - region: content - field_group_summary: - weight: 3 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - field_group_type: - weight: 1 - settings: { } - third_party_settings: { } - type: options_select - region: content - field_group_website: - weight: 9 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - label: - type: string_textfield - weight: 0 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - region: content - path: - type: path - weight: 10 - settings: { } - third_party_settings: { } - region: content - hidden: - uid: true - - - collection: '' - name: core.entity_form_display.group_content.group-group_membership.default - data: - langcode: en - status: true - dependencies: - config: - - field.field.group_content.group-group_membership.group_roles - - group.content_type.group-group_membership - module: - - path - id: group_content.group-group_membership.default - targetEntityType: group_content - bundle: group-group_membership - mode: default - content: - entity_id: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - third_party_settings: { } - region: content - group_roles: - type: options_buttons - weight: 6 - settings: { } - third_party_settings: { } - region: content - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - hidden: - uid: true - - - collection: '' - name: core.entity_view_display.group.group.default - data: - langcode: en - status: true - dependencies: - config: - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - image.style.large - module: - - address - - ds - - entity_reference_revisions - - image - - link - third_party_settings: - ds: - layout: - id: ds_1col - library: null - disable_css: false - entity_classes: all_classes - settings: - wrappers: - ds_content: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - classes: - layout_class: { } - regions: - ds_content: - - field_group_image - - label - - field_group_description - - field_group_email - - field_group_phone - - field_group_website - - field_group_address - - field_group_type - id: group.group.default - targetEntityType: group - bundle: group - mode: default - content: - field_group_address: - weight: 6 - label: above - settings: { } - third_party_settings: { } - type: address_default - region: ds_content - field_group_description: - type: entity_reference_revisions_entity_view - weight: 2 - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: ds_content - field_group_email: - weight: 3 - label: inline - settings: { } - third_party_settings: { } - type: email_mailto - region: ds_content - field_group_image: - weight: 0 - label: visually_hidden - settings: - image_style: large - image_link: '' - third_party_settings: { } - type: image - region: ds_content - field_group_phone: - weight: 4 - label: inline - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: ds_content - field_group_type: - weight: 7 - label: inline - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: ds_content - field_group_website: - weight: 5 - label: inline - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: ds_content - label: - label: hidden - type: string - weight: 1 - settings: - link_to_entity: true - third_party_settings: { } - region: ds_content - hidden: - changed: true - created: true - field_group_summary: true - uid: true - - - collection: '' - name: core.entity_view_display.group.group.full - data: - langcode: en - status: true - dependencies: - config: - - core.entity_view_mode.group.full - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - responsive_image.styles.wide - module: - - address - - ds - - entity_reference_revisions - - link - - responsive_image - - telephone - third_party_settings: - ds: - layout: - id: ds_3col_stacked - library: ds/ds_3col_stacked - disable_css: true - entity_classes: all_classes - settings: - wrappers: - header: div - left: div - middle: div - right: div - footer: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - classes: - layout_class: { } - regions: - header: - - field_group_image - left: - - field_group_email - - field_group_phone - - field_group_website - - field_group_address - middle: - - label - - field_group_description - - field_group_type - id: group.group.full - targetEntityType: group - bundle: group - mode: full - content: - field_group_address: - weight: 4 - label: above - settings: { } - third_party_settings: { } - type: address_default - region: left - field_group_description: - type: entity_reference_revisions_entity_view - weight: 6 - label: visually_hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: middle - field_group_email: - weight: 1 - label: inline - settings: { } - third_party_settings: { } - type: email_mailto - region: left - field_group_image: - weight: 0 - label: visually_hidden - settings: - responsive_image_style: wide - image_link: '' - third_party_settings: { } - type: responsive_image - region: header - field_group_phone: - weight: 2 - label: inline - settings: - title: '' - third_party_settings: { } - type: telephone_link - region: left - field_group_type: - type: entity_reference_label - weight: 7 - region: middle - label: visually_hidden - settings: - link: true - third_party_settings: { } - field_group_website: - weight: 3 - label: inline - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link_separate - region: left - label: - label: visually_hidden - type: string - weight: 5 - settings: - link_to_entity: true - third_party_settings: { } - region: middle - hidden: - changed: true - created: true - field_group_summary: true - uid: true - - - collection: '' - name: core.entity_view_display.group.group.teaser - data: - langcode: en - status: true - dependencies: - config: - - core.entity_view_mode.group.teaser - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - responsive_image.styles.narrow - module: - - ds - - responsive_image - - text - third_party_settings: - ds: - layout: - id: ds_2col - library: ds/ds_2col - disable_css: true - entity_classes: all_classes - settings: - wrappers: - left: div - right: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - classes: - layout_class: { } - regions: - left: - - field_group_image - right: - - label - - field_group_summary - id: group.group.teaser - targetEntityType: group - bundle: group - mode: teaser - content: - field_group_image: - type: responsive_image - weight: 0 - label: visually_hidden - settings: - responsive_image_style: narrow - image_link: content - third_party_settings: { } - region: left - field_group_summary: - type: text_default - weight: 2 - label: visually_hidden - settings: { } - third_party_settings: { } - region: right - label: - label: visually_hidden - type: string - weight: 1 - settings: - link_to_entity: true - third_party_settings: { } - region: right - hidden: - changed: true - created: true - field_group_address: true - field_group_description: true - field_group_email: true - field_group_phone: true - field_group_type: true - field_group_website: true - uid: true - - - collection: '' - name: core.entity_view_display.group_content.group-group_membership.default - data: - langcode: en - status: true - dependencies: - config: - - field.field.group_content.group-group_membership.group_roles - - group.content_type.group-group_membership - id: group_content.group-group_membership.default - targetEntityType: group_content - bundle: group-group_membership - mode: default - content: - group_roles: - label: above - type: entity_reference_label - settings: - link: false - weight: -4 - third_party_settings: { } - region: content - hidden: - entity_id: true - uid: true - - - collection: '' - name: core.entity_view_mode.group.full - data: - langcode: en - status: true - dependencies: - module: - - group - id: group.full - label: 'Full content' - targetEntityType: group - cache: true - - - collection: '' - name: core.entity_view_mode.group.teaser - data: - langcode: en - status: true - dependencies: - module: - - group - id: group.teaser - label: Teaser - targetEntityType: group - cache: true - - - collection: '' - name: field.field.group.group.field_group_address - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_address - - group.type.group - module: - - address - id: group.group.field_group_address - field_name: field_group_address - entity_type: group - bundle: group - label: Address - description: 'Enter the full address for your group, starting by selecting your country and then complete the remaining fields.' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - available_countries: { } - fields: - administrativeArea: administrativeArea - locality: locality - dependentLocality: dependentLocality - postalCode: postalCode - sortingCode: sortingCode - addressLine1: addressLine1 - addressLine2: addressLine2 - organization: '0' - givenName: '0' - additionalName: '0' - familyName: '0' - langcode_override: '' - field_type: address - - - collection: '' - name: field.field.group.group.field_group_description - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_description - - group.type.group - module: - - entity_reference_revisions - id: group.group.field_group_description - field_name: field_group_description - entity_type: group - bundle: group - label: 'Group description' - description: 'Start by adding a text paragraph and provide a detailed description of your group. You can also add image and download paragraphs if desired.' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: null - target_bundles_drag_drop: - text: - weight: -7 - enabled: false - image: - weight: -6 - enabled: false - file: - weight: -5 - enabled: false - field_type: entity_reference_revisions - - - collection: '' - name: field.field.group.group.field_group_email - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_email - - group.type.group - id: group.group.field_group_email - field_name: field_group_email - entity_type: group - bundle: group - label: Email - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: { } - field_type: email - - - collection: '' - name: field.field.group.group.field_group_image - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_image - - group.type.group - module: - - image - id: group.group.field_group_image - field_name: field_group_image - entity_type: group - bundle: group - label: Image - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'png gif jpg jpeg' - max_filesize: '' - max_resolution: '' - min_resolution: '' - alt_field: true - alt_field_required: true - title_field: false - title_field_required: false - default_image: - uuid: '' - alt: '' - title: '' - width: null - height: null - handler: 'default:file' - handler_settings: { } - field_type: image - - - collection: '' - name: field.field.group.group.field_group_phone - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_phone - - group.type.group - module: - - telephone - id: group.group.field_group_phone - field_name: field_group_phone - entity_type: group - bundle: group - label: Phone - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: { } - field_type: telephone - - - collection: '' - name: field.field.group.group.field_group_summary - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_summary - - group.type.group - module: - - text - id: group.group.field_group_summary - field_name: field_group_summary - entity_type: group - bundle: group - label: Summary - description: 'Add a brief description of your group that will appear on the listing page for all groups.' - required: true - translatable: false - default_value: { } - default_value_callback: '' - settings: { } - field_type: text_long - - - collection: '' - name: field.field.group.group.field_group_type - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_type - - group.type.group - - taxonomy.vocabulary.group_type - id: group.group.field_group_type - field_name: field_group_type - entity_type: group - bundle: group - label: 'Group type' - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - group_type: group_type - sort: - field: _none - auto_create: false - auto_create_bundle: '' - field_type: entity_reference - - - collection: '' - name: field.field.group.group.field_group_website - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group.field_group_website - - group.type.group - module: - - link - id: group.group.field_group_website - field_name: field_group_website - entity_type: group - bundle: group - label: Website - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - link_type: 17 - title: 1 - field_type: link - - - collection: '' - name: field.field.group_content.group-group_membership.group_roles - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group_content.group_roles - - group.content_type.group-group_membership - id: group_content.group-group_membership.group_roles - field_name: group_roles - entity_type: group_content - bundle: group-group_membership - label: Roles - description: '' - required: false - translatable: true - default_value: { } - default_value_callback: '' - settings: - handler: 'group_type:group_role' - handler_settings: - group_type_id: group - field_type: entity_reference - - - collection: '' - name: field.storage.group.field_group_address - data: - langcode: en - status: true - dependencies: - module: - - address - - group - id: group.field_group_address - field_name: field_group_address - entity_type: group - type: address - settings: { } - module: address - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_description - data: - langcode: en - status: true - dependencies: - module: - - entity_reference_revisions - - group - - paragraphs - id: group.field_group_description - field_name: field_group_description - entity_type: group - type: entity_reference_revisions - settings: - target_type: paragraph - module: entity_reference_revisions - locked: false - cardinality: -1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_email - data: - langcode: en - status: true - dependencies: - module: - - group - id: group.field_group_email - field_name: field_group_email - entity_type: group - type: email - settings: { } - module: core - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_image - data: - langcode: en - status: true - dependencies: - module: - - file - - group - - image - id: group.field_group_image - field_name: field_group_image - entity_type: group - type: image - settings: - uri_scheme: public - default_image: - uuid: '' - alt: '' - title: '' - width: null - height: null - target_type: file - display_field: false - display_default: false - module: image - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_phone - data: - langcode: en - status: true - dependencies: - module: - - group - - telephone - id: group.field_group_phone - field_name: field_group_phone - entity_type: group - type: telephone - settings: { } - module: telephone - locked: false - cardinality: -1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_summary - data: - langcode: en - status: true - dependencies: - module: - - group - - text - id: group.field_group_summary - field_name: field_group_summary - entity_type: group - type: text_long - settings: { } - module: text - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_type - data: - langcode: en - status: true - dependencies: - module: - - group - - taxonomy - id: group.field_group_type - field_name: field_group_type - entity_type: group - type: entity_reference - settings: - target_type: taxonomy_term - module: core - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: field.storage.group.field_group_website - data: - langcode: en - status: true - dependencies: - module: - - group - - link - id: group.field_group_website - field_name: field_group_website - entity_type: group - type: link - settings: { } - module: link - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - - - collection: '' - name: group.content_type.group-group_membership - data: - langcode: en - status: true - dependencies: - config: - - group.type.group - module: - - user - id: group-group_membership - label: 'Group: Group membership' - description: 'Adds users to groups as members.' - group_type: group - content_plugin: group_membership - plugin_config: - group_cardinality: 0 - entity_cardinality: 1 - - - collection: '' - name: group.role.group-anonymous - data: - langcode: en - status: true - dependencies: - config: - - group.type.group - id: group-anonymous - label: Anonymous - weight: -102 - internal: true - audience: anonymous - group_type: group - permissions_ui: true - permissions: - - 'view group' - - - collection: '' - name: group.role.group-member - data: - langcode: en - status: true - dependencies: - config: - - group.type.group - id: group-member - label: Member - weight: -100 - internal: true - audience: member - group_type: group - permissions_ui: true - permissions: - - 'update own group_membership content' - - 'leave group' - - 'view group' - - 'view group_membership content' - - - collection: '' - name: group.role.group-outsider - data: - langcode: en - status: true - dependencies: - config: - - group.type.group - id: group-outsider - label: Outsider - weight: -101 - internal: true - audience: outsider - group_type: group - permissions_ui: true - permissions: - - 'join group' - - 'view group' - - - collection: '' - name: group.type.group - data: - langcode: en - status: true - dependencies: { } - id: group - label: Group - description: 'Basic group type that can be classified by a group type vocabulary.' - creator_membership: true - creator_wizard: true - creator_roles: { } - - - collection: '' - name: pathauto.pattern.group - data: - langcode: en - status: true - dependencies: - module: - - ctools - - group - id: group - label: Group - type: 'canonical_entities:group' - pattern: 'group/[group:title]' - selection_criteria: - 3c875db9-3e6b-4959-a2db-70a6f82b75a7: - id: 'entity_bundle:group' - bundles: - group: group - negate: false - context_mapping: - group: group - uuid: 3c875db9-3e6b-4959-a2db-70a6f82b75a7 - selection_logic: and - weight: -5 - relationships: { } - - - collection: '' - name: pathauto.pattern.group_membership - data: - langcode: en - status: true - dependencies: - module: - - ctools - - group - id: group_membership - label: 'Group membership' - type: 'canonical_entities:group_content' - pattern: 'group/[group_content:group:title]/[group_content:pretty-path-key]/[group_content:id]' - selection_criteria: - eda525a1-cded-4cea-acdc-dfa809d5255e: - id: 'entity_bundle:group_content' - bundles: - group-group_membership: group-group_membership - negate: false - context_mapping: - group_content: group_content - uuid: eda525a1-cded-4cea-acdc-dfa809d5255e - selection_logic: and - weight: -5 - relationships: { } - - - collection: '' - name: pathauto.pattern.group_type - data: - langcode: en - status: true - dependencies: - module: - - ctools - - taxonomy - id: group_type - label: 'Group type' - type: 'canonical_entities:taxonomy_term' - pattern: '[term:vocabulary]/[term:name]' - selection_criteria: - 71ba3109-32a7-4acd-bac0-f21f16d63506: - id: 'entity_bundle:taxonomy_term' - bundles: - group_type: group_type - negate: false - context_mapping: - taxonomy_term: taxonomy_term - uuid: 71ba3109-32a7-4acd-bac0-f21f16d63506 - selection_logic: and - weight: -5 - relationships: { } - - - collection: '' - name: taxonomy.vocabulary.group_type - data: - langcode: en - status: true - dependencies: { } - name: 'Group type' - vid: group_type - description: 'For categorizing groups.' - hierarchy: 0 - weight: 0 - - - collection: '' - name: views.view.group - data: - langcode: en - status: true - dependencies: - config: - - core.entity_view_mode.group.teaser - - field.storage.group.field_group_summary - - group.type.group - - system.menu.main - module: - - ds - - group - - text - - user - id: group - label: Group - module: views - description: 'Group listing page.' - tag: '' - base_table: groups_field_data - base_field: id - core: 8.x - display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: mini - options: - items_per_page: 10 - offset: 0 - id: 0 - total_pages: null - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - tags: - previous: ‹‹ - next: ›› - style: - type: default - options: - row_class: '' - default_row_class: false - uses_fields: false - row: - type: 'ds_entity:group' - options: - relationship: none - view_mode: teaser - alternating_fieldset: - alternating: false - allpages: false - item_0: teaser - item_1: teaser - item_2: teaser - item_3: teaser - item_4: teaser - item_5: teaser - item_6: teaser - item_7: teaser - item_8: teaser - item_9: teaser - grouping_fieldset: - group: false - advanced_fieldset: - advanced: false - fields: - label: - id: label - table: groups_field_data - field: label - relationship: none - group_type: group - admin_label: '' - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: h2 - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: null - entity_field: label - plugin_id: field - field_group_summary: - id: field_group_summary - table: group__field_group_summary - field: field_group_summary - relationship: none - group_type: group - admin_label: '' - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: text_default - settings: { } - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - plugin_id: field - filters: - type: - id: type - table: groups_field_data - field: type - value: - group: group - entity_type: group - entity_field: type - plugin_id: bundle - sorts: - label: - id: label - table: groups_field_data - field: label - relationship: none - group_type: group - admin_label: '' - order: ASC - exposed: false - expose: - label: '' - entity_type: group - entity_field: label - plugin_id: standard - title: Groups - header: { } - footer: { } - empty: { } - relationships: { } - arguments: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: - - 'config:field.storage.group.field_group_summary' - page_1: - display_plugin: page - id: page_1 - display_title: Page - position: 1 - display_options: - display_extenders: { } - path: group - menu: - type: normal - title: Groups - description: 'Find out about our groups.' - expanded: false - parent: '' - weight: 0 - context: '0' - menu_name: main - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: - - 'config:field.storage.group.field_group_summary' - - - collection: '' - name: views.view.group_content - data: - langcode: en - status: true - dependencies: - config: - - core.entity_view_mode.node.teaser - module: - - gnode - - group - - node - - user - id: group_content - label: 'Group content' - module: gnode - description: 'Lists all of the nodes that have been added to a group.' - tag: '' - base_table: node_field_data - base_field: nid - core: 8.x - display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 20 - offset: 0 - id: 0 - total_pages: null - tags: - previous: ‹‹ - next: ›› - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - style: - type: default - options: - row_class: '' - default_row_class: true - row: - type: 'entity:node' - options: - relationship: none - view_mode: teaser - fields: { } - filters: - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: '1' - group: 1 - exposed: false - expose: - operator_id: '' - label: '' - description: '' - use_operator: false - operator: '' - identifier: '' - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: node - entity_field: status - plugin_id: boolean - sorts: - created: - id: created - table: node_field_data - field: created - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - granularity: second - entity_type: node - entity_field: created - plugin_id: date - header: { } - footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No content available.' - plugin_id: text_custom - relationships: - group_content: - id: group_content - table: node_field_data - field: group_content - relationship: none - group_type: group - admin_label: 'Content relation' - required: true - group_content_plugins: { } - entity_type: node - plugin_id: group_content_to_entity_reverse - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: group_content - group_type: group - admin_label: '' - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} nodes' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 25 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - entity_type: group_content - entity_field: gid - plugin_id: numeric - display_extenders: { } - title: 'Group content' - filter_groups: - operator: AND - groups: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - - user.permissions - tags: { } - block_recent: - display_plugin: block - id: block_recent - display_title: 'Block recent' - position: 2 - display_options: - display_extenders: { } - title: 'Latest group content' - defaults: - title: false - pager: false - use_more: false - use_more_always: false - use_more_text: false - link_display: false - link_url: false - pager: - type: some - options: - items_per_page: 10 - offset: 0 - use_more: true - use_more_always: false - use_more_text: 'All group content' - link_display: page_1 - link_url: '' - display_description: '' - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - 'user.node_grants:view' - - user.permissions - tags: { } - page_1: - display_plugin: page - id: page_1 - display_title: Page - position: 1 - display_options: - display_extenders: { } - path: group/%group/group-content - menu: - type: tab - title: 'Group content' - description: '' - expanded: false - parent: '' - weight: 25 - context: '0' - menu_name: main - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - - user.permissions - tags: { } diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_page.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_page.yml index 959df84..9902c94 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_page.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_page.yml @@ -474,7 +474,7 @@ items: parent: 'main:' name: 'Basic page' type: page - description: 'Use basic pages for your static content, such as an ''About us'' page.' + description: "Use basic pages for your static content, such as an 'About us' page." help: '' new_revision: true preview_mode: 1 diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_people.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_people.yml index 5ef4a72..18b6e1f 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_people.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_people.yml @@ -1012,7 +1012,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 created: label: 'Authored on' datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml index d2c8def..1a9db92 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml @@ -1599,7 +1599,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 field_tags: label: Tags datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_search.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_search.yml index 24148ca..4ee6527 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_search.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_search.yml @@ -79,7 +79,7 @@ items: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 created: label: 'Authored on' datasource_id: 'entity:node' diff --git a/config/config_snapshot.snapshot.config_sync.module.gnode.yml b/config/config_snapshot.snapshot.config_sync.module.gnode.yml deleted file mode 100644 index 6b59a23..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.gnode.yml +++ /dev/null @@ -1,962 +0,0 @@ -uuid: 01b8b2bf-7bfc-4219-b098-5c5fbc2a02a7 -langcode: en -status: true -dependencies: - module: - - gnode -id: config_sync.module.gnode -snapshotSet: config_sync -extensionType: module -extensionName: gnode -items: - - - collection: '' - name: views.view.group_nodes - data: - langcode: en - status: true - dependencies: - module: - - gnode - - group - - node - id: group_nodes - label: 'Group nodes' - module: gnode - description: 'Lists all of the nodes that have been added to a group.' - tag: '' - base_table: node_field_data - base_field: nid - core: 8.x - display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: group_permission - options: - group_permission: 'access group_node overview' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: null - tags: - previous: ‹‹ - next: ›› - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: true - caption: '' - summary: '' - description: '' - columns: - title: title - type: type - status: status - changed: changed - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - edit_node: edit_node - delete_node: delete_node - dropbutton: dropbutton - info: - title: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - status: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - view_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: changed - empty_table: true - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - fields: - title: - id: title - table: node_field_data - field: title - relationship: none - group_type: group - admin_label: '' - label: Title - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: false - ellipsis: false - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: node - entity_field: title - plugin_id: field - type: - id: type - table: node_field_data - field: type - relationship: none - group_type: group - admin_label: '' - label: 'Content type' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: target_id - type: entity_reference_label - settings: - link: false - group_column: target_id - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: node - entity_field: type - plugin_id: field - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - label: Status - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: custom - format_custom_true: Published - format_custom_false: Unpublished - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: node - entity_field: status - plugin_id: field - changed: - id: changed - table: node_field_data - field: changed - relationship: none - group_type: group - admin_label: '' - label: Updated - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: node - entity_field: changed - plugin_id: field - view_group_content: - id: view_group_content - table: group_content - field: view_group_content - relationship: group_content - group_type: group - admin_label: 'View relation link' - label: 'Link to Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'View relation' - entity_type: group_content - plugin_id: entity_link - edit_group_content: - id: edit_group_content - table: group_content - field: edit_group_content - relationship: group_content - group_type: group - admin_label: 'Edit relation link' - label: 'Link to edit Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit relation' - entity_type: group_content - plugin_id: entity_link_edit - delete_group_content: - id: delete_group_content - table: group_content - field: delete_group_content - relationship: group_content - group_type: group - admin_label: 'Delete relation link' - label: 'Link to delete Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Delete relation' - entity_type: group_content - plugin_id: entity_link_delete - edit_node: - id: edit_node - table: node - field: edit_node - relationship: none - group_type: group - admin_label: 'Edit node link' - label: 'Link to edit Content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit node' - entity_type: node - plugin_id: entity_link_edit - delete_node: - id: delete_node - table: node - field: delete_node - relationship: none - group_type: group - admin_label: 'Delete node link' - label: 'Link to delete Content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Delete node' - entity_type: node - plugin_id: entity_link_delete - dropbutton: - id: dropbutton - table: views - field: dropbutton - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - fields: - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - edit_node: edit_node - delete_node: delete_node - title: '0' - type: '0' - status: '0' - changed: '0' - destination: true - plugin_id: dropbutton - filters: - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: false - group: 1 - exposed: true - expose: - operator_id: '' - label: 'Published status' - description: '' - use_operator: false - operator: status_op - identifier: status - required: true - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - group_admin: '0' - is_grouped: true - group_info: - label: 'Published status' - description: '' - identifier: status - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: - 1: - title: Published - operator: '=' - value: '1' - 2: - title: Unpublished - operator: '=' - value: '0' - entity_type: node - entity_field: status - plugin_id: boolean - type: - id: type - table: node_field_data - field: type - relationship: none - group_type: group - admin_label: '' - operator: in - value: { } - group: 1 - exposed: true - expose: - operator_id: type_op - label: Type - description: '' - use_operator: false - operator: type_op - identifier: type - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - group_admin: '0' - reduce: false - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: node - entity_field: type - plugin_id: bundle - sorts: { } - header: { } - footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No content available.' - plugin_id: text_custom - relationships: - group_content: - id: group_content - table: node_field_data - field: group_content - relationship: none - group_type: group - admin_label: 'Content relation' - required: true - group_content_plugins: { } - entity_type: node - plugin_id: group_content_to_entity_reverse - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: group_content - group_type: group - admin_label: '' - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} nodes' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 25 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - entity_type: group_content - entity_field: gid - plugin_id: numeric - display_extenders: { } - title: Nodes - cache_metadata: - max-age: 0 - contexts: - - group_membership.roles.permissions - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - tags: { } - page_1: - display_plugin: page - id: page_1 - display_title: Page - position: 1 - display_options: - display_extenders: { } - path: group/%group/nodes - menu: - type: tab - title: Nodes - description: '' - expanded: false - parent: '' - weight: 25 - context: '0' - menu_name: main - enabled: true - cache_metadata: - max-age: 0 - contexts: - - group_membership.roles.permissions - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - tags: { } diff --git a/config/config_snapshot.snapshot.config_sync.module.group.yml b/config/config_snapshot.snapshot.config_sync.module.group.yml deleted file mode 100644 index b54e56c..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.group.yml +++ /dev/null @@ -1,835 +0,0 @@ -uuid: 30c1ece2-9e30-4a48-8d28-47dd10befd82 -langcode: en -status: true -dependencies: - module: - - group -id: config_sync.module.group -snapshotSet: config_sync -extensionType: module -extensionName: group -items: - - - collection: '' - name: block.block.group_operations - data: - langcode: en - status: true - dependencies: - module: - - block_visibility_groups - - ctools - - group - theme: - - octavia - id: group_operations - theme: octavia - region: sidebar_first - weight: -20 - provider: null - plugin: group_operations - settings: - id: group_operations - label: 'Group operations' - provider: group - label_display: visible - context_mapping: - group: '@group.group_route_context:group' - visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' - context_mapping: { } - 'entity_bundle:group': - id: 'entity_bundle:group' - bundles: - group: group - negate: false - context_mapping: - group: '@group.group_route_context:group' - - - collection: '' - name: field.storage.group_content.group_roles - data: - langcode: en - status: true - dependencies: - module: - - group - - options - id: group_content.group_roles - field_name: group_roles - entity_type: group_content - type: entity_reference - settings: - target_type: group_role - module: core - locked: true - cardinality: -1 - translatable: false - indexes: { } - persist_with_no_fields: true - custom_storage: false - - - collection: '' - name: group.settings - data: - use_admin_theme: true - - - collection: '' - name: pathauto.pattern.group_content - data: - langcode: en - status: true - dependencies: - module: - - group - id: group_content - label: 'Group content' - type: 'canonical_entities:group_content' - pattern: 'group/[group_content:group:id]/[group_content:pretty-path-key]/[group_content:id]' - selection_criteria: { } - selection_logic: and - weight: -5 - relationships: - 'group_content:langcode:language': - label: Language - - - collection: '' - name: views.view.group_members - data: - langcode: en - status: true - dependencies: - config: - - field.storage.group_content.group_roles - module: - - group - - user - id: group_members - label: 'Group members' - module: group - description: '' - tag: '' - base_table: group_content_field_data - base_field: id - core: 8.x - display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: group_permission - options: - group_permission: 'administer members' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: null - tags: - previous: ‹‹ - next: ›› - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: true - caption: '' - summary: '' - description: '' - columns: - name: name - group_roles: group_roles - changed: changed - created: created - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - dropbutton: dropbutton - info: - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - group_roles: - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: '-1' - empty_table: true - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - fields: - name: - id: name - table: users_field_data - field: name - relationship: gc__user - group_type: group - admin_label: '' - label: User - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: user_name - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: user - entity_field: name - plugin_id: field - group_roles: - id: group_roles - table: group_content__group_roles - field: group_roles - relationship: none - group_type: group - admin_label: '' - label: Roles - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '
  • <none>
' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: target_id - type: entity_reference_label - settings: - link: false - group_column: target_id - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: ul - separator: ', ' - field_api_classes: false - plugin_id: field - changed: - id: changed - table: group_content_field_data - field: changed - relationship: none - group_type: group - admin_label: '' - label: Updated - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: group_content - entity_field: changed - plugin_id: field - created: - id: created - table: group_content_field_data - field: created - relationship: none - group_type: group - admin_label: '' - label: Joined - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: group_content - entity_field: created - plugin_id: field - view_group_content: - id: view_group_content - table: group_content - field: view_group_content - relationship: none - group_type: group - admin_label: 'View member link' - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'View member' - entity_type: group_content - plugin_id: entity_link - edit_group_content: - id: edit_group_content - table: group_content - field: edit_group_content - relationship: none - group_type: group - admin_label: 'Edit member link' - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit member' - entity_type: group_content - plugin_id: entity_link_edit - delete_group_content: - id: delete_group_content - table: group_content - field: delete_group_content - relationship: none - group_type: group - admin_label: 'Remove member link' - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Remove member' - entity_type: group_content - plugin_id: entity_link_delete - dropbutton: - id: dropbutton - table: views - field: dropbutton - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - fields: - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - name: '0' - group_roles: '0' - changed: '0' - created: '0' - destination: true - plugin_id: dropbutton - filters: { } - sorts: { } - header: { } - footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No members available.' - plugin_id: text_custom - relationships: - gc__user: - id: gc__user - table: group_content_field_data - field: gc__user - relationship: none - group_type: group - admin_label: 'Member account' - required: true - group_content_plugins: - group_membership: group_membership - entity_type: group_content - plugin_id: group_content_to_entity - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: none - group_type: group - admin_label: '' - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} members' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 25 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - entity_type: group_content - entity_field: gid - plugin_id: numeric - display_extenders: { } - title: Members - cache_metadata: - max-age: 0 - contexts: - - group_membership.roles.permissions - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - tags: - - 'config:field.storage.group_content.group_roles' - page_1: - display_plugin: page - id: page_1 - display_title: Page - position: 1 - display_options: - display_extenders: { } - path: group/%group/members - menu: - type: tab - title: Members - description: '' - expanded: false - parent: '' - weight: 20 - context: '0' - menu_name: main - enabled: true - cache_metadata: - max-age: 0 - contexts: - - group_membership.roles.permissions - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - tags: - - 'config:field.storage.group_content.group_roles' diff --git a/config/config_snapshot.snapshot.config_sync.module.honeypot.yml b/config/config_snapshot.snapshot.config_sync.module.honeypot.yml index 6cccb2f..452158f 100644 --- a/config/config_snapshot.snapshot.config_sync.module.honeypot.yml +++ b/config/config_snapshot.snapshot.config_sync.module.honeypot.yml @@ -79,7 +79,7 @@ items: weight: -7 attributes: data-id: edit-element-name - body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!' + body: "Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like 'url', 'homepage', or 'link' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!" location: top honeypot-time-limit: id: honeypot-time-limit @@ -88,7 +88,7 @@ items: weight: -6 attributes: data-id: edit-time-limit - body: 'If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you''re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.' + body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable." location: top honeypot-form-specific-settings: id: honeypot-form-specific-settings diff --git a/config/config_snapshot.snapshot.config_sync.module.locale.yml b/config/config_snapshot.snapshot.config_sync.module.locale.yml index 14ed4f6..02771ec 100644 --- a/config/config_snapshot.snapshot.config_sync.module.locale.yml +++ b/config/config_snapshot.snapshot.config_sync.module.locale.yml @@ -68,7 +68,7 @@ items: id: locale-filter plugin: text label: 'Filter the search' - 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.' + 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." weight: 4 attributes: data-id: edit-translation diff --git a/config/config_snapshot.snapshot.config_sync.module.search_api.yml b/config/config_snapshot.snapshot.config_sync.module.search_api.yml index 85432e3..1d391a5 100644 --- a/config/config_snapshot.snapshot.config_sync.module.search_api.yml +++ b/config/config_snapshot.snapshot.config_sync.module.search_api.yml @@ -167,7 +167,7 @@ items: id: search-api-index-fields-machine-name plugin: text label: 'Machine name' - body: 'The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field''s machine name requires reindexing of the index.' + body: "The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field's machine name requires reindexing of the index." weight: 4 attributes: data-class: 'details-wrapper:nth(0) table thead th:nth(1)' @@ -270,7 +270,7 @@ items: id: search-api-index-form-tracker plugin: text label: Tracker - body: 'An index''s tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items.' + body: "An index's tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items." weight: 4 attributes: data-id: edit-tracker @@ -317,7 +317,7 @@ items: id: search-api-index-processors-introduction plugin: text label: 'Processors used for this index' - body: 'Processors customize different aspects of an index''s functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches.' + body: "Processors customize different aspects of an index's functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches." weight: 1 search-api-index-processors-enable: id: search-api-index-processors-enable @@ -392,7 +392,7 @@ items: id: search-api-server-clear plugin: text label: 'Delete all indexed data' - body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.' + body: "This will permanently remove all data currently indexed on this server for indexes that aren't read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results." weight: 5 attributes: data-id: edit-clear diff --git a/config/config_snapshot.snapshot.config_sync.module.user.yml b/config/config_snapshot.snapshot.config_sync.module.user.yml index 50eb706..042877e 100644 --- a/config/config_snapshot.snapshot.config_sync.module.user.yml +++ b/config/config_snapshot.snapshot.config_sync.module.user.yml @@ -1215,7 +1215,7 @@ items: module: - user id: who_s_new - label: 'Who''s new' + label: "Who's new" module: user description: 'Shows a list of the newest user accounts on the site.' tag: default @@ -1368,7 +1368,7 @@ items: plugin_id: date entity_type: user entity_field: created - title: 'Who''s new' + title: "Who's new" header: { } footer: { } empty: { } @@ -1385,11 +1385,11 @@ items: block_1: display_plugin: block id: block_1 - display_title: 'Who''s new' + display_title: "Who's new" position: 1 display_options: display_description: 'A list of new users' - block_description: 'Who''s new' + block_description: "Who's new" block_category: User display_extenders: { } cache_metadata: @@ -1409,7 +1409,7 @@ items: module: - user id: who_s_online - label: 'Who''s online block' + label: "Who's online block" module: user description: 'Shows the user names of the most recently active users, and the total number of active users.' tag: default @@ -1571,7 +1571,7 @@ items: plugin_id: date entity_type: user entity_field: access - title: 'Who''s online' + title: "Who's online" header: result: id: result @@ -1609,10 +1609,10 @@ items: who_s_online_block: display_plugin: block id: who_s_online_block - display_title: 'Who''s online' + display_title: "Who's online" position: 1 display_options: - block_description: 'Who''s online' + block_description: "Who's online" display_description: 'A list of users that are currently logged in.' display_extenders: { } cache_metadata: diff --git a/config/config_snapshot.snapshot.config_sync.module.views_ui.yml b/config/config_snapshot.snapshot.config_sync.module.views_ui.yml index f393470..f4186ac 100644 --- a/config/config_snapshot.snapshot.config_sync.module.views_ui.yml +++ b/config/config_snapshot.snapshot.config_sync.module.views_ui.yml @@ -54,7 +54,7 @@ items: id: views-ui-format plugin: text label: 'Output 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.' + 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." weight: 4 attributes: data-class: views-ui-display-tab-bucket.format diff --git a/config/core.base_field_override.comment.comment.homepage.yml b/config/core.base_field_override.comment.comment.homepage.yml index aae6e46..90deef2 100644 --- a/config/core.base_field_override.comment.comment.homepage.yml +++ b/config/core.base_field_override.comment.comment.homepage.yml @@ -9,7 +9,7 @@ field_name: homepage entity_type: comment bundle: comment label: Homepage -description: 'The comment author''s home page address.' +description: "The comment author's home page address." required: false translatable: false default_value: { } diff --git a/config/core.base_field_override.comment.comment.hostname.yml b/config/core.base_field_override.comment.comment.hostname.yml index 1e9468c..c9f4ebc 100644 --- a/config/core.base_field_override.comment.comment.hostname.yml +++ b/config/core.base_field_override.comment.comment.hostname.yml @@ -9,7 +9,7 @@ field_name: hostname entity_type: comment bundle: comment label: Hostname -description: 'The comment author''s hostname.' +description: "The comment author's hostname." required: false translatable: false default_value: { } diff --git a/config/core.base_field_override.comment.comment.mail.yml b/config/core.base_field_override.comment.comment.mail.yml index 449b49c..23b0034 100644 --- a/config/core.base_field_override.comment.comment.mail.yml +++ b/config/core.base_field_override.comment.comment.mail.yml @@ -9,7 +9,7 @@ field_name: mail entity_type: comment bundle: comment label: Email -description: 'The comment author''s email address.' +description: "The comment author's email address." required: false translatable: false default_value: { } diff --git a/config/core.base_field_override.comment.comment.name.yml b/config/core.base_field_override.comment.comment.name.yml index c137606..e9dbcd3 100644 --- a/config/core.base_field_override.comment.comment.name.yml +++ b/config/core.base_field_override.comment.comment.name.yml @@ -9,7 +9,7 @@ field_name: name entity_type: comment bundle: comment label: Name -description: 'The comment author''s name.' +description: "The comment author's name." required: false translatable: true default_value: diff --git a/config/core.base_field_override.group.group.changed.yml b/config/core.base_field_override.group.group.changed.yml deleted file mode 100644 index 31fe556..0000000 --- a/config/core.base_field_override.group.group.changed.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: de36266e-66ba-4405-bc8f-6674bf6dd909 -langcode: en -status: true -dependencies: - config: - - group.type.group -id: group.group.changed -field_name: changed -entity_type: group -bundle: group -label: 'Changed on' -description: 'The time that the group was last edited.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: changed diff --git a/config/core.base_field_override.group.group.created.yml b/config/core.base_field_override.group.group.created.yml deleted file mode 100644 index db3d537..0000000 --- a/config/core.base_field_override.group.group.created.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: 1b15c13e-f150-4f0f-87bf-222251728282 -langcode: en -status: true -dependencies: - config: - - group.type.group -id: group.group.created -field_name: created -entity_type: group -bundle: group -label: 'Created on' -description: 'The time that the group was created.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: created diff --git a/config/core.base_field_override.group.group.label.yml b/config/core.base_field_override.group.group.label.yml deleted file mode 100644 index fb2cfa4..0000000 --- a/config/core.base_field_override.group.group.label.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: 1edc21ca-efdc-4712-bb97-9ff5de786aae -langcode: en -status: true -dependencies: - config: - - group.type.group -id: group.group.label -field_name: label -entity_type: group -bundle: group -label: Title -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/core.base_field_override.group.group.metatag.yml b/config/core.base_field_override.group.group.metatag.yml deleted file mode 100644 index 3414f12..0000000 --- a/config/core.base_field_override.group.group.metatag.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: d6a1f798-942d-4fc0-a720-8ce7c6cb8ef9 -langcode: en -status: true -dependencies: - config: - - group.type.group -id: group.group.metatag -field_name: metatag -entity_type: group -bundle: group -label: Metatags -description: 'The meta tags for the entity.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: map diff --git a/config/core.base_field_override.group.group.path.yml b/config/core.base_field_override.group.group.path.yml deleted file mode 100644 index adbabef..0000000 --- a/config/core.base_field_override.group.group.path.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 07f1ecc6-59e8-43e2-a582-2d2cd722d297 -langcode: en -status: true -dependencies: - config: - - group.type.group - module: - - path -id: group.group.path -field_name: path -entity_type: group -bundle: group -label: 'URL alias' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: path diff --git a/config/core.base_field_override.group.group.uid.yml b/config/core.base_field_override.group.group.uid.yml deleted file mode 100644 index 866da8d..0000000 --- a/config/core.base_field_override.group.group.uid.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 95e04b5d-07c8-4f5c-a9fd-d3c8a694eb7d -langcode: en -status: true -dependencies: - config: - - group.type.group -id: group.group.uid -field_name: uid -entity_type: group -bundle: group -label: 'Group creator' -description: 'The username of the group creator.' -required: false -translatable: false -default_value: { } -default_value_callback: 'Drupal\group\Entity\Group::getDefaultEntityOwner' -settings: - handler: default - handler_settings: { } -field_type: entity_reference diff --git a/config/core.base_field_override.group_content.group-group_membership.changed.yml b/config/core.base_field_override.group_content.group-group_membership.changed.yml deleted file mode 100644 index bfbd4f1..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.changed.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: b89f25e9-d634-4e00-bd25-165e994b9b66 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership -id: group_content.group-group_membership.changed -field_name: changed -entity_type: group_content -bundle: group-group_membership -label: 'Changed on' -description: 'The time that the group content was last edited.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: changed diff --git a/config/core.base_field_override.group_content.group-group_membership.created.yml b/config/core.base_field_override.group_content.group-group_membership.created.yml deleted file mode 100644 index 8048078..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.created.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: 3c97f4b3-a890-4bdb-8e76-b0b342d23bc5 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership -id: group_content.group-group_membership.created -field_name: created -entity_type: group_content -bundle: group-group_membership -label: 'Created on' -description: 'The time that the group content was created.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: created diff --git a/config/core.base_field_override.group_content.group-group_membership.label.yml b/config/core.base_field_override.group_content.group-group_membership.label.yml deleted file mode 100644 index 6472efe..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.label.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: fcdf9926-3877-435d-9206-83a75d57ea89 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership -id: group_content.group-group_membership.label -field_name: label -entity_type: group_content -bundle: group-group_membership -label: Title -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/core.base_field_override.group_content.group-group_membership.metatag.yml b/config/core.base_field_override.group_content.group-group_membership.metatag.yml deleted file mode 100644 index 4d9d825..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.metatag.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: 74051fb8-775b-4108-9ba9-1ea46cabd870 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership -id: group_content.group-group_membership.metatag -field_name: metatag -entity_type: group_content -bundle: group-group_membership -label: Metatags -description: 'The meta tags for the entity.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: map diff --git a/config/core.base_field_override.group_content.group-group_membership.path.yml b/config/core.base_field_override.group_content.group-group_membership.path.yml deleted file mode 100644 index b28e0a4..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.path.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 85ee8626-a678-4ea2-9b1c-2830b989f28e -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership - module: - - path -id: group_content.group-group_membership.path -field_name: path -entity_type: group_content -bundle: group-group_membership -label: 'URL alias' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: path diff --git a/config/core.base_field_override.group_content.group-group_membership.uid.yml b/config/core.base_field_override.group_content.group-group_membership.uid.yml deleted file mode 100644 index f14df7e..0000000 --- a/config/core.base_field_override.group_content.group-group_membership.uid.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 8fcc348f-9d46-403b-ba58-83f3453c0987 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership -id: group_content.group-group_membership.uid -field_name: uid -entity_type: group_content -bundle: group-group_membership -label: 'Group content creator' -description: 'The username of the group content creator.' -required: false -translatable: false -default_value: { } -default_value_callback: 'Drupal\group\Entity\GroupContent::getDefaultEntityOwner' -settings: - handler: default - handler_settings: { } -field_type: entity_reference diff --git a/config/core.date_format.short.yml b/config/core.date_format.short.yml index e8f4443..2989375 100644 --- a/config/core.date_format.short.yml +++ b/config/core.date_format.short.yml @@ -7,4 +7,4 @@ _core: id: short label: 'Default short date' locked: false -pattern: '''y M d' +pattern: "'y M d" diff --git a/config/core.entity_form_display.group.group.default.yml b/config/core.entity_form_display.group.group.default.yml deleted file mode 100644 index 342e155..0000000 --- a/config/core.entity_form_display.group.group.default.yml +++ /dev/null @@ -1,117 +0,0 @@ -uuid: 9e6d8726-37df-46f5-863d-89f2dd288003 -langcode: en -status: true -dependencies: - config: - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - image.style.thumbnail - module: - - address - - image - - link - - paragraphs - - path - - telephone - - text -_core: - default_config_hash: PGQ37YaQuSsJ05Pz03KzE6l2I6Hz2f3_beCY68p_1fE -id: group.group.default -targetEntityType: group -bundle: group -mode: default -content: - field_group_address: - type: address_default - weight: 10 - region: content - settings: - default_country: null - third_party_settings: { } - field_group_description: - type: entity_reference_paragraphs - weight: 4 - region: content - settings: - title: Paragraph - title_plural: Paragraphs - edit_mode: open - add_mode: button - form_display_mode: default - default_paragraph_type: text - third_party_settings: { } - field_group_email: - type: email_default - weight: 8 - region: content - settings: - placeholder: '' - size: 60 - third_party_settings: { } - field_group_image: - type: image_image - weight: 2 - region: content - settings: - progress_indicator: throbber - preview_image_style: thumbnail - third_party_settings: { } - field_group_phone: - type: telephone_default - weight: 7 - region: content - settings: - placeholder: '' - third_party_settings: { } - field_group_summary: - type: text_textarea - weight: 3 - region: content - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - field_group_type: - type: options_select - weight: 1 - region: content - settings: { } - third_party_settings: { } - field_group_website: - type: link_default - weight: 9 - region: content - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - label: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - path: - type: path - weight: 10 - region: content - settings: { } - third_party_settings: { } -hidden: - uid: true diff --git a/config/core.entity_form_display.group_content.group-group_membership.default.yml b/config/core.entity_form_display.group_content.group-group_membership.default.yml deleted file mode 100644 index 289d2ed..0000000 --- a/config/core.entity_form_display.group_content.group-group_membership.default.yml +++ /dev/null @@ -1,47 +0,0 @@ -uuid: ff5d1b88-1858-4eba-9139-4c9da61fe684 -langcode: en -status: true -dependencies: - config: - - field.field.group_content.group-group_membership.group_roles - - group.content_type.group-group_membership - module: - - path -_core: - default_config_hash: cYqKe4at8YnaZrnD020WxlbdESYBLotrEojvFujwDcY -id: group_content.group-group_membership.default -targetEntityType: group_content -bundle: group-group_membership -mode: default -content: - entity_id: - type: entity_reference_autocomplete - weight: 5 - region: content - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } - group_roles: - type: options_buttons - weight: 6 - region: content - settings: { } - third_party_settings: { } - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } -hidden: - uid: true diff --git a/config/core.entity_view_display.group.group.default.yml b/config/core.entity_view_display.group.group.default.yml deleted file mode 100644 index d3574c5..0000000 --- a/config/core.entity_view_display.group.group.default.yml +++ /dev/null @@ -1,131 +0,0 @@ -uuid: 4fe0bedf-c2d7-4e0b-94d9-e7d9400b8ddf -langcode: en -status: true -dependencies: - config: - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - image.style.large - module: - - address - - ds - - entity_reference_revisions - - image - - link -third_party_settings: - ds: - layout: - id: ds_1col - library: null - disable_css: false - entity_classes: all_classes - settings: - classes: - layout_class: { } - wrappers: - ds_content: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - regions: - ds_content: - - field_group_image - - label - - field_group_description - - field_group_email - - field_group_phone - - field_group_website - - field_group_address - - field_group_type -_core: - default_config_hash: UUzWtWc9dsYu2qXr3WAwPBu23xH4fiCf-at0McnKjlI -id: group.group.default -targetEntityType: group -bundle: group -mode: default -content: - field_group_address: - type: address_default - label: above - settings: { } - third_party_settings: { } - weight: 6 - region: ds_content - field_group_description: - type: entity_reference_revisions_entity_view - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 2 - region: ds_content - field_group_email: - type: email_mailto - label: inline - settings: { } - third_party_settings: { } - weight: 3 - region: ds_content - field_group_image: - type: image - label: visually_hidden - settings: - image_link: '' - image_style: large - image_loading: - attribute: lazy - third_party_settings: { } - weight: 0 - region: ds_content - field_group_phone: - type: string - label: inline - settings: - link_to_entity: false - third_party_settings: { } - weight: 4 - region: ds_content - field_group_type: - type: entity_reference_label - label: inline - settings: - link: true - third_party_settings: { } - weight: 7 - region: ds_content - field_group_website: - type: link - label: inline - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - weight: 5 - region: ds_content - label: - type: string - label: hidden - settings: - link_to_entity: true - third_party_settings: { } - weight: 1 - region: ds_content -hidden: - changed: true - created: true - field_group_summary: true - langcode: true - search_api_excerpt: true - uid: true diff --git a/config/core.entity_view_display.group.group.full.yml b/config/core.entity_view_display.group.group.full.yml deleted file mode 100644 index f13f6d9..0000000 --- a/config/core.entity_view_display.group.group.full.yml +++ /dev/null @@ -1,136 +0,0 @@ -uuid: a323823a-3835-4cf7-929e-a2f8c1a36bd8 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.group.full - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - responsive_image.styles.wide - module: - - address - - ds - - entity_reference_revisions - - link - - responsive_image - - telephone -third_party_settings: - ds: - layout: - id: ds_3col_stacked - library: ds/ds_3col_stacked - disable_css: true - entity_classes: all_classes - settings: - classes: - layout_class: { } - wrappers: - header: div - left: div - middle: div - right: div - footer: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - regions: - header: - - field_group_image - left: - - field_group_email - - field_group_phone - - field_group_website - - field_group_address - middle: - - label - - field_group_description - - field_group_type -_core: - default_config_hash: XLzQS8IJ8pXh7XwJ7nJ4qmbsRFGZHdw4JiN6g9NeWMY -id: group.group.full -targetEntityType: group -bundle: group -mode: full -content: - field_group_address: - type: address_default - label: above - settings: { } - third_party_settings: { } - weight: 4 - region: left - field_group_description: - type: entity_reference_revisions_entity_view - label: visually_hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 6 - region: middle - field_group_email: - type: email_mailto - label: inline - settings: { } - third_party_settings: { } - weight: 1 - region: left - field_group_image: - type: responsive_image - label: visually_hidden - settings: - responsive_image_style: wide - image_link: '' - third_party_settings: { } - weight: 0 - region: header - field_group_phone: - type: telephone_link - label: inline - settings: - title: '' - third_party_settings: { } - weight: 2 - region: left - field_group_type: - type: entity_reference_label - label: visually_hidden - settings: - link: true - third_party_settings: { } - weight: 7 - region: middle - field_group_website: - type: link_separate - label: inline - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - weight: 3 - region: left - label: - type: string - label: visually_hidden - settings: - link_to_entity: true - third_party_settings: { } - weight: 5 - region: middle -hidden: - changed: true - created: true - field_group_summary: true - langcode: true - uid: true diff --git a/config/core.entity_view_display.group.group.teaser.yml b/config/core.entity_view_display.group.group.teaser.yml deleted file mode 100644 index 9fec6a5..0000000 --- a/config/core.entity_view_display.group.group.teaser.yml +++ /dev/null @@ -1,85 +0,0 @@ -uuid: 8268fff2-d674-4925-95cb-2a01a81bd301 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.group.teaser - - field.field.group.group.field_group_address - - field.field.group.group.field_group_description - - field.field.group.group.field_group_email - - field.field.group.group.field_group_image - - field.field.group.group.field_group_phone - - field.field.group.group.field_group_summary - - field.field.group.group.field_group_type - - field.field.group.group.field_group_website - - group.type.group - - responsive_image.styles.narrow - module: - - ds - - responsive_image - - text -third_party_settings: - ds: - layout: - id: ds_2col - library: ds/ds_2col - disable_css: true - entity_classes: all_classes - settings: - classes: - layout_class: { } - wrappers: - left: div - right: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - regions: - left: - - field_group_image - right: - - label - - field_group_summary -_core: - default_config_hash: gZzSW-EBwcddUIOJQsalGIoeAo0KoScOIibf3HFF0hA -id: group.group.teaser -targetEntityType: group -bundle: group -mode: teaser -content: - field_group_image: - type: responsive_image - label: visually_hidden - settings: - responsive_image_style: narrow - image_link: content - third_party_settings: { } - weight: 0 - region: left - field_group_summary: - type: text_default - label: visually_hidden - settings: { } - third_party_settings: { } - weight: 2 - region: right - label: - type: string - label: visually_hidden - settings: - link_to_entity: true - third_party_settings: { } - weight: 1 - region: right -hidden: - changed: true - created: true - field_group_address: true - field_group_description: true - field_group_email: true - field_group_phone: true - field_group_type: true - field_group_website: true - langcode: true - uid: true diff --git a/config/core.entity_view_display.group_content.group-group_membership.default.yml b/config/core.entity_view_display.group_content.group-group_membership.default.yml deleted file mode 100644 index 19e4ec9..0000000 --- a/config/core.entity_view_display.group_content.group-group_membership.default.yml +++ /dev/null @@ -1,26 +0,0 @@ -uuid: bb0edd22-9ddf-4853-a592-c43946b51f08 -langcode: en -status: true -dependencies: - config: - - field.field.group_content.group-group_membership.group_roles - - group.content_type.group-group_membership -_core: - default_config_hash: QxxRPMjXOLOICwQjE0XLb6qlgOAuk0Umd98Ck62Em8s -id: group_content.group-group_membership.default -targetEntityType: group_content -bundle: group-group_membership -mode: default -content: - group_roles: - type: entity_reference_label - label: above - settings: - link: false - third_party_settings: { } - weight: -4 - region: content -hidden: - entity_id: true - langcode: true - uid: true diff --git a/config/core.entity_view_mode.group.full.yml b/config/core.entity_view_mode.group.full.yml deleted file mode 100644 index ab85234..0000000 --- a/config/core.entity_view_mode.group.full.yml +++ /dev/null @@ -1,12 +0,0 @@ -uuid: 660670cf-8181-4bd6-9c1a-1e60d52fef50 -langcode: en -status: true -dependencies: - module: - - group -_core: - default_config_hash: UWSWpjm_Ly72amVd7ejQdvsEE4tr6Sicrm6jD-ydA1U -id: group.full -label: 'Full content' -targetEntityType: group -cache: true diff --git a/config/core.entity_view_mode.group.teaser.yml b/config/core.entity_view_mode.group.teaser.yml deleted file mode 100644 index 315c56c..0000000 --- a/config/core.entity_view_mode.group.teaser.yml +++ /dev/null @@ -1,12 +0,0 @@ -uuid: 68e12549-9007-442a-a3cf-15a599a76f04 -langcode: en -status: true -dependencies: - module: - - group -_core: - default_config_hash: YXlikPyGTT4Ozc42C7qAGkMEreAc7X4yfCg6B16lH2I -id: group.teaser -label: Teaser -targetEntityType: group -cache: true diff --git a/config/core.extension.yml b/config/core.extension.yml index aeb66c9..0016381 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -18,7 +18,6 @@ module: ckeditor: 0 ckeditor_markdown: 0 coffee: 0 - color: 0 comment: 0 components: 0 config: 0 @@ -53,7 +52,6 @@ module: drutopia_core: 0 drutopia_creative_license: 0 drutopia_event: 0 - drutopia_group: 0 drutopia_home_page: 0 drutopia_landing_page: 0 drutopia_page: 0 @@ -82,9 +80,7 @@ module: filter_perms: 0 focal_point: 0 gin_toolbar: 0 - gnode: 0 google_analytics: 0 - group: 0 hal: 0 help: 0 history: 0 diff --git a/config/field.field.group.group.field_group_address.yml b/config/field.field.group.group.field_group_address.yml deleted file mode 100644 index c6ef102..0000000 --- a/config/field.field.group.group.field_group_address.yml +++ /dev/null @@ -1,38 +0,0 @@ -uuid: 56401c6c-ae72-4f84-809c-05fbff3e1460 -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_address - - group.type.group - module: - - address -_core: - default_config_hash: YV69ZGMVHWXLP4cFdmrxd67jPDJxRETyyU6Pn29VAcs -id: group.group.field_group_address -field_name: field_group_address -entity_type: group -bundle: group -label: Address -description: 'Enter the full address for your group, starting by selecting your country and then complete the remaining fields.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - available_countries: { } - langcode_override: '' - field_overrides: { } - fields: - administrativeArea: administrativeArea - locality: locality - dependentLocality: dependentLocality - postalCode: postalCode - sortingCode: sortingCode - addressLine1: addressLine1 - addressLine2: addressLine2 - organization: '0' - givenName: '0' - additionalName: '0' - familyName: '0' -field_type: address diff --git a/config/field.field.group.group.field_group_description.yml b/config/field.field.group.group.field_group_description.yml deleted file mode 100644 index 6466503..0000000 --- a/config/field.field.group.group.field_group_description.yml +++ /dev/null @@ -1,36 +0,0 @@ -uuid: 4e7e80b4-8b4c-4c29-bef0-bbaf56da97b6 -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_description - - group.type.group - module: - - entity_reference_revisions -_core: - default_config_hash: rS6rvm5AcSWung7T3MIg1x-1gsajWAY0JdYT776JHwc -id: group.group.field_group_description -field_name: field_group_description -entity_type: group -bundle: group -label: 'Group description' -description: 'Start by adding a text paragraph and provide a detailed description of your group. You can also add image and download paragraphs if desired.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: null - target_bundles_drag_drop: - file: - weight: -5 - enabled: false - image: - weight: -6 - enabled: false - text: - weight: -7 - enabled: false -field_type: entity_reference_revisions diff --git a/config/field.field.group.group.field_group_email.yml b/config/field.field.group.group.field_group_email.yml deleted file mode 100644 index c45c94c..0000000 --- a/config/field.field.group.group.field_group_email.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: d3ca9ecb-3193-474d-b57f-1c02509a77fe -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_email - - group.type.group -_core: - default_config_hash: 60nrGVycL4_JSR1c4DmjspMsnL6LiJj7yk0nqw06Z-8 -id: group.group.field_group_email -field_name: field_group_email -entity_type: group -bundle: group -label: Email -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: email diff --git a/config/field.field.group.group.field_group_image.yml b/config/field.field.group.group.field_group_image.yml deleted file mode 100644 index 6106199..0000000 --- a/config/field.field.group.group.field_group_image.yml +++ /dev/null @@ -1,40 +0,0 @@ -uuid: 3c08f1b7-c6ac-4403-b6ce-02cbf20555ba -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_image - - group.type.group - module: - - image -_core: - default_config_hash: KSAvOEJLJ6t207pUp9Tmzc5GzO5dTsYMZKhKcqE-1kU -id: group.group.field_group_image -field_name: field_group_image -entity_type: group -bundle: group -label: Image -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:file' - handler_settings: { } - file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'png gif jpg jpeg' - max_filesize: '' - max_resolution: '' - min_resolution: '' - alt_field: true - alt_field_required: true - title_field: false - title_field_required: false - default_image: - uuid: '' - alt: '' - title: '' - width: null - height: null -field_type: image diff --git a/config/field.field.group.group.field_group_phone.yml b/config/field.field.group.group.field_group_phone.yml deleted file mode 100644 index ea6dca2..0000000 --- a/config/field.field.group.group.field_group_phone.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 896aa8f5-36a1-43bf-9624-1d6bb11c9094 -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_phone - - group.type.group - module: - - telephone -_core: - default_config_hash: Fsn_e5Qr5WprC_joy07dXNIEA_SQ_yUYOXNHFPDxYUQ -id: group.group.field_group_phone -field_name: field_group_phone -entity_type: group -bundle: group -label: Phone -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: telephone diff --git a/config/field.field.group.group.field_group_summary.yml b/config/field.field.group.group.field_group_summary.yml deleted file mode 100644 index e15d0d6..0000000 --- a/config/field.field.group.group.field_group_summary.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: a69f8c85-3569-496e-b46a-4d987c72f8c6 -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_summary - - group.type.group - module: - - text -_core: - default_config_hash: 7TKUMBmS6z0QB6KOz9_H_BDWDD0suh-RclwqNRorvHw -id: group.group.field_group_summary -field_name: field_group_summary -entity_type: group -bundle: group -label: Summary -description: 'Add a brief description of your group that will appear on the listing page for all groups.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/config/field.field.group.group.field_group_type.yml b/config/field.field.group.group.field_group_type.yml deleted file mode 100644 index 2992cf9..0000000 --- a/config/field.field.group.group.field_group_type.yml +++ /dev/null @@ -1,30 +0,0 @@ -uuid: a087091d-25a0-4ef6-8a39-ec774b17c755 -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_type - - group.type.group - - taxonomy.vocabulary.group_type -_core: - default_config_hash: N-hIzyE1pPLM9rcFC_atXjWbeWA25Te2m1GBP5sUp1M -id: group.group.field_group_type -field_name: field_group_type -entity_type: group -bundle: group -label: 'Group type' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - group_type: group_type - sort: - field: _none - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/field.field.group.group.field_group_website.yml b/config/field.field.group.group.field_group_website.yml deleted file mode 100644 index 44de2ac..0000000 --- a/config/field.field.group.group.field_group_website.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 3f405d4a-b1e2-4895-b32f-9d828e264afd -langcode: en -status: true -dependencies: - config: - - field.storage.group.field_group_website - - group.type.group - module: - - link -_core: - default_config_hash: NLlzz0AluEgpBVlYb8urHlnOdDmLhQcfCw65aoXWxto -id: group.group.field_group_website -field_name: field_group_website -entity_type: group -bundle: group -label: Website -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - title: 1 - link_type: 17 -field_type: link diff --git a/config/field.field.group_content.group-group_membership.group_roles.yml b/config/field.field.group_content.group-group_membership.group_roles.yml deleted file mode 100644 index 3d6553a..0000000 --- a/config/field.field.group_content.group-group_membership.group_roles.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 45c03cbb-d86f-4038-bb75-08008335ad3a -langcode: en -status: true -dependencies: - config: - - field.storage.group_content.group_roles - - group.content_type.group-group_membership -_core: - default_config_hash: wQMaiWUVvlE0sqOWMjp1e94Tk5CS42kew4h91KoiMxY -id: group_content.group-group_membership.group_roles -field_name: group_roles -entity_type: group_content -bundle: group-group_membership -label: Roles -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'group_type:group_role' - handler_settings: - group_type_id: group -field_type: entity_reference diff --git a/config/field.field.paragraph.quotation_with_image.field_quotation.yml b/config/field.field.paragraph.quotation_with_image.field_quotation.yml index f941dd1..e6a89db 100644 --- a/config/field.field.paragraph.quotation_with_image.field_quotation.yml +++ b/config/field.field.paragraph.quotation_with_image.field_quotation.yml @@ -17,7 +17,7 @@ field_name: field_quotation entity_type: paragraph bundle: quotation_with_image label: Quotation -description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.' +description: "Don't use a blockquote or quotation marks unless what you are quoting contains a quotation, itself." required: true translatable: true default_value: { } diff --git a/config/field.storage.group.field_group_address.yml b/config/field.storage.group.field_group_address.yml deleted file mode 100644 index b1089c0..0000000 --- a/config/field.storage.group.field_group_address.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: c8610bc5-2ba7-4a40-8591-a1589d26c6b1 -langcode: en -status: true -dependencies: - module: - - address - - group -_core: - default_config_hash: SThhVdsoT2cGEl1WixzKDeTriPp9zTmXWBNcUrUwIgs -id: group.field_group_address -field_name: field_group_address -entity_type: group -type: address -settings: { } -module: address -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_description.yml b/config/field.storage.group.field_group_description.yml deleted file mode 100644 index 44c66e1..0000000 --- a/config/field.storage.group.field_group_description.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: d5ab5254-4e93-45d9-b783-aa3c199b400c -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - group - - paragraphs -_core: - default_config_hash: 4s3mw-BJxYy_aatNicAVRmgnW2XcEAnwi8R-CLs0yz0 -id: group.field_group_description -field_name: field_group_description -entity_type: group -type: entity_reference_revisions -settings: - target_type: paragraph -module: entity_reference_revisions -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_email.yml b/config/field.storage.group.field_group_email.yml deleted file mode 100644 index 18a396e..0000000 --- a/config/field.storage.group.field_group_email.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: fba13d1f-ad7e-4023-88d6-c8636c0d6e5a -langcode: en -status: true -dependencies: - module: - - group -_core: - default_config_hash: Ak5JGkPREYUbREw60JRqUxFYWeYL4aGjh5cWys21oKg -id: group.field_group_email -field_name: field_group_email -entity_type: group -type: email -settings: { } -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_image.yml b/config/field.storage.group.field_group_image.yml deleted file mode 100644 index 25151c5..0000000 --- a/config/field.storage.group.field_group_image.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: 1c2952c6-a12c-44e6-99ae-6bf5a5b0328b -langcode: en -status: true -dependencies: - module: - - file - - group - - image -_core: - default_config_hash: u7wTgG3APVnwXqEqtYhU-FN9kPGC5Rp3ha2eHf7rXas -id: group.field_group_image -field_name: field_group_image -entity_type: group -type: image -settings: - target_type: file - display_field: false - display_default: false - uri_scheme: public - default_image: - uuid: '' - alt: '' - title: '' - width: null - height: null -module: image -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_phone.yml b/config/field.storage.group.field_group_phone.yml deleted file mode 100644 index 0303320..0000000 --- a/config/field.storage.group.field_group_phone.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: cf5dcc58-62da-4227-a2ce-5680995c861c -langcode: en -status: true -dependencies: - module: - - group - - telephone -_core: - default_config_hash: l6rFkmzGiJwxaAMFwoyZaRIv1N_ogmuc6gYfwtwWgUk -id: group.field_group_phone -field_name: field_group_phone -entity_type: group -type: telephone -settings: { } -module: telephone -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_summary.yml b/config/field.storage.group.field_group_summary.yml deleted file mode 100644 index a020938..0000000 --- a/config/field.storage.group.field_group_summary.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 16fb4805-96af-4337-831c-d8da7540a321 -langcode: en -status: true -dependencies: - module: - - group - - text -_core: - default_config_hash: iUOlS7wqQ1Bfq4T09NLsItIY6_ilx85WnlEv41xZbQw -id: group.field_group_summary -field_name: field_group_summary -entity_type: group -type: text_long -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_type.yml b/config/field.storage.group.field_group_type.yml deleted file mode 100644 index c6c37bb..0000000 --- a/config/field.storage.group.field_group_type.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 1687e9db-ba8d-42a2-9724-2903e43751f8 -langcode: en -status: true -dependencies: - module: - - group - - taxonomy -_core: - default_config_hash: vdB9o5YEHq6ZET64a2dAuhzbCryPN5MiC1XeoTeZZlI -id: group.field_group_type -field_name: field_group_type -entity_type: group -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group.field_group_website.yml b/config/field.storage.group.field_group_website.yml deleted file mode 100644 index 8891d8f..0000000 --- a/config/field.storage.group.field_group_website.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 0c884ed4-5ef9-49bf-ab08-b8b0db3b51df -langcode: en -status: true -dependencies: - module: - - group - - link -_core: - default_config_hash: oFPGCOuHvnpwj30S7cMEmQ0Bw7S2tD6kPFV-93Wbvus -id: group.field_group_website -field_name: field_group_website -entity_type: group -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/field.storage.group_content.group_roles.yml b/config/field.storage.group_content.group_roles.yml deleted file mode 100644 index a4911d7..0000000 --- a/config/field.storage.group_content.group_roles.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 77228bb6-f7ee-46bf-b244-d6da31e94f13 -langcode: en -status: true -dependencies: - module: - - group -_core: - default_config_hash: Sgrm2nHDx7xKvByuR5oGB77nLvI0LikTM8ff3e_YlWY -id: group_content.group_roles -field_name: group_roles -entity_type: group_content -type: entity_reference -settings: - target_type: group_role -module: core -locked: true -cardinality: -1 -translatable: false -indexes: { } -persist_with_no_fields: true -custom_storage: false diff --git a/config/group.content_type.group-group_membership.yml b/config/group.content_type.group-group_membership.yml deleted file mode 100644 index cfb70d5..0000000 --- a/config/group.content_type.group-group_membership.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: b31e90d8-a5e7-401b-bdab-b1a8229856bf -langcode: en -status: true -dependencies: - config: - - group.type.group - module: - - user -_core: - default_config_hash: rfWW16ZhVKfBX_jOg4FvcQL-s0sFW3jB39hohnutkqs -id: group-group_membership -label: 'Group: Group membership' -description: 'Adds users to groups as members.' -group_type: group -content_plugin: group_membership -plugin_config: - group_cardinality: 0 - entity_cardinality: 1 diff --git a/config/group.role.group-0b0baeca9.yml b/config/group.role.group-0b0baeca9.yml deleted file mode 100644 index 8ecdbb2..0000000 --- a/config/group.role.group-0b0baeca9.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: ceac226d-1f6a-4a8b-9f81-45e3cb10e01a -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.editor -id: group-0b0baeca9 -label: Editor -weight: 3 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-1ac17d355.yml b/config/group.role.group-1ac17d355.yml deleted file mode 100644 index 2159eb9..0000000 --- a/config/group.role.group-1ac17d355.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: dcc188a5-9960-4e74-a7b2-99aa25751fa5 -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.staff -id: group-1ac17d355 -label: Staff -weight: 8 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-2d8610827.yml b/config/group.role.group-2d8610827.yml deleted file mode 100644 index 58dfa28..0000000 --- a/config/group.role.group-2d8610827.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: ce107ee3-2a33-4cdf-98b6-8155e4ca2ef4 -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.partner -id: group-2d8610827 -label: Partner -weight: 7 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-443ed8e03.yml b/config/group.role.group-443ed8e03.yml deleted file mode 100644 index 1efac06..0000000 --- a/config/group.role.group-443ed8e03.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: 60ce9f0a-25ba-45f3-8b4f-3ea7d148e054 -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.manager -id: group-443ed8e03 -label: Manager -weight: 4 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-5165abfe1.yml b/config/group.role.group-5165abfe1.yml deleted file mode 100644 index 6d70cc4..0000000 --- a/config/group.role.group-5165abfe1.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: 6661c97e-89c4-4266-9878-6fb8a9a099eb -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.past -id: group-5165abfe1 -label: Past -weight: 6 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-a416e6833.yml b/config/group.role.group-a416e6833.yml deleted file mode 100644 index 2881ed2..0000000 --- a/config/group.role.group-a416e6833.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: eb414f79-83f0-4936-a0cc-7ff05d1e2941 -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.administrator -id: group-a416e6833 -label: Administrator -weight: 5 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-anonymous.yml b/config/group.role.group-anonymous.yml deleted file mode 100644 index 8a0b6ce..0000000 --- a/config/group.role.group-anonymous.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: 3cae3774-a01b-40a4-8e96-1a096c41f372 -langcode: en -status: true -dependencies: - config: - - group.type.group -_core: - default_config_hash: 5-LfR2OxqM5FbHfAyAr8Osg3hc1apH0FYsnAljAV91E -id: group-anonymous -label: Anonymous -weight: -102 -internal: true -audience: anonymous -group_type: group -permissions_ui: true -permissions: - - 'view group' diff --git a/config/group.role.group-ec70061de.yml b/config/group.role.group-ec70061de.yml deleted file mode 100644 index ab6de12..0000000 --- a/config/group.role.group-ec70061de.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: 3f7d48d9-86f4-4d1e-8dc7-2419baf3598f -langcode: en -status: true -dependencies: - config: - - group.type.group - enforced: - config: - - user.role.contributor -id: group-ec70061de -label: Contributor -weight: 2 -internal: true -audience: outsider -group_type: group -permissions_ui: false -permissions: { } diff --git a/config/group.role.group-member.yml b/config/group.role.group-member.yml deleted file mode 100644 index 1ab5e7d..0000000 --- a/config/group.role.group-member.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 94c33683-2ffb-4834-b7ac-2bf9936268cc -langcode: en -status: true -dependencies: - config: - - group.type.group -_core: - default_config_hash: wYJEHj7YnyBPmD0w3wEWyYKDEtAbOPOAYRqbyC7wHXA -id: group-member -label: Member -weight: -100 -internal: true -audience: member -group_type: group -permissions_ui: true -permissions: - - 'update own group_membership content' - - 'leave group' - - 'view group' - - 'view group_membership content' diff --git a/config/group.role.group-outsider.yml b/config/group.role.group-outsider.yml deleted file mode 100644 index 13e10c9..0000000 --- a/config/group.role.group-outsider.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: fe3be10b-be50-453c-b870-e95d00c67b12 -langcode: en -status: true -dependencies: - config: - - group.type.group -_core: - default_config_hash: Tge_CVzkX7FXG0vaQ_nTnCLTPduxGhXjjOucVCkoxgk -id: group-outsider -label: Outsider -weight: -101 -internal: true -audience: outsider -group_type: group -permissions_ui: true -permissions: - - 'join group' - - 'view group' diff --git a/config/group.settings.yml b/config/group.settings.yml deleted file mode 100644 index 911c9f0..0000000 --- a/config/group.settings.yml +++ /dev/null @@ -1,3 +0,0 @@ -_core: - default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 -use_admin_theme: true diff --git a/config/group.type.group.yml b/config/group.type.group.yml deleted file mode 100644 index aaf1c4d..0000000 --- a/config/group.type.group.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: f36e021c-be19-469f-8666-84d8e0917ebe -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: 6OEXZr1hw6HF6QkCRpk6tdR572H0HNrNciPZIv-qb_E -id: group -label: Group -description: 'Basic group type that can be classified by a group type vocabulary.' -new_revision: false -creator_membership: true -creator_wizard: true -creator_roles: { } diff --git a/config/language.content_settings.group.group.yml b/config/language.content_settings.group.group.yml deleted file mode 100644 index 9a3fafb..0000000 --- a/config/language.content_settings.group.group.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: 7f9d7230-5560-4732-8a22-fee2f1e1fc22 -langcode: en -status: true -dependencies: - config: - - group.type.group - module: - - content_translation -third_party_settings: - content_translation: - enabled: false - bundle_settings: - untranslatable_fields_hide: '0' -id: group.group -target_entity_type_id: group -target_bundle: group -default_langcode: site_default -language_alterable: false diff --git a/config/language.content_settings.group_content.group-group_membership.yml b/config/language.content_settings.group_content.group-group_membership.yml deleted file mode 100644 index f08955c..0000000 --- a/config/language.content_settings.group_content.group-group_membership.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: c9fb94f1-5507-4cf7-8697-6635a6476e00 -langcode: en -status: true -dependencies: - config: - - group.content_type.group-group_membership - module: - - content_translation -third_party_settings: - content_translation: - enabled: false - bundle_settings: - untranslatable_fields_hide: '0' -id: group_content.group-group_membership -target_entity_type_id: group_content -target_bundle: group-group_membership -default_langcode: site_default -language_alterable: false diff --git a/config/language/es/field.field.group.group.field_group_email.yml b/config/language/es/field.field.group.group.field_group_email.yml deleted file mode 100644 index 602c0c0..0000000 --- a/config/language/es/field.field.group.group.field_group_email.yml +++ /dev/null @@ -1 +0,0 @@ -label: 'Correo electrónico' diff --git a/config/language/es/group.type.group.yml b/config/language/es/group.type.group.yml deleted file mode 100644 index e44a3ca..0000000 --- a/config/language/es/group.type.group.yml +++ /dev/null @@ -1 +0,0 @@ -label: Grupo diff --git a/config/language/es/pathauto.pattern.group.yml b/config/language/es/pathauto.pattern.group.yml deleted file mode 100644 index e44a3ca..0000000 --- a/config/language/es/pathauto.pattern.group.yml +++ /dev/null @@ -1 +0,0 @@ -label: Grupo diff --git a/config/language/es/views.view.group.yml b/config/language/es/views.view.group.yml deleted file mode 100644 index 12e82af..0000000 --- a/config/language/es/views.view.group.yml +++ /dev/null @@ -1,4 +0,0 @@ -label: Grupo -display: - page_1: - display_title: Página diff --git a/config/language/es/views.view.group_content.yml b/config/language/es/views.view.group_content.yml deleted file mode 100644 index 046da7c..0000000 --- a/config/language/es/views.view.group_content.yml +++ /dev/null @@ -1,3 +0,0 @@ -display: - page_1: - display_title: Página diff --git a/config/language/es/views.view.group_members.yml b/config/language/es/views.view.group_members.yml deleted file mode 100644 index f21fc6d..0000000 --- a/config/language/es/views.view.group_members.yml +++ /dev/null @@ -1,14 +0,0 @@ -display: - default: - display_options: - fields: - name: - label: Usuario - dropbutton: - label: Operaciones - title: Miembros - page_1: - display_title: Página - display_options: - menu: - title: Miembros diff --git a/config/language/es/views.view.group_nodes.yml b/config/language/es/views.view.group_nodes.yml deleted file mode 100644 index f38fbad..0000000 --- a/config/language/es/views.view.group_nodes.yml +++ /dev/null @@ -1,12 +0,0 @@ -display: - default: - display_options: - fields: - title: - label: Título - status: - label: Estado - dropbutton: - label: Operaciones - page_1: - display_title: Página diff --git a/config/language/es/webform.webform.migration_quote.yml b/config/language/es/webform.webform.migration_quote.yml new file mode 100644 index 0000000..f11491c --- /dev/null +++ b/config/language/es/webform.webform.migration_quote.yml @@ -0,0 +1,27 @@ +title: Contact +elements: | + introduction: + '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – es la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.' + name: + '#title': 'Tu Nombre' + email: + '#title': 'Tu Correo Electrónico' + subject: + '#title': 'El Tema' + message: + '#title': Mensaje + actions: + '#submit__label': 'Enviar Mensaje' +settings: + confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' +handlers: + email_notification: + settings: + body: | + Hola Agarics, + + Tú recibiste un nuevo mensaje. + +

Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}

+

Submitted values are:

+ {{ webform_token('[webform_submission:values]', webform_submission) }} diff --git a/config/node.type.page.yml b/config/node.type.page.yml index 5b98ec4..2b76cf8 100644 --- a/config/node.type.page.yml +++ b/config/node.type.page.yml @@ -14,7 +14,7 @@ _core: default_config_hash: FLnYNEOFyPHOO79AfbXqzGMZqlENS8dZ8-vDJW9e-Lk name: 'Basic page' type: page -description: 'Use basic pages for your static content, such as an ''About us'' page.' +description: "Use basic pages for your static content, such as an 'About us' page." help: '' new_revision: true preview_mode: 1 diff --git a/config/pathauto.pattern.group.yml b/config/pathauto.pattern.group.yml deleted file mode 100644 index b535608..0000000 --- a/config/pathauto.pattern.group.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 855ed5a3-1209-4696-847f-070605b03dd5 -langcode: en -status: true -dependencies: - module: - - ctools - - group -_core: - default_config_hash: njHamjYTJ7IuE5vuLyQZNG0tqYioB1lLOeveyMA0gtI -id: group -label: Group -type: 'canonical_entities:group' -pattern: 'group/[group:title]' -selection_criteria: - 3c875db9-3e6b-4959-a2db-70a6f82b75a7: - id: 'entity_bundle:group' - negate: false - uuid: 3c875db9-3e6b-4959-a2db-70a6f82b75a7 - context_mapping: - group: group - bundles: - group: group -selection_logic: and -weight: -5 -relationships: { } diff --git a/config/pathauto.pattern.group_content.yml b/config/pathauto.pattern.group_content.yml deleted file mode 100644 index 2ce2867..0000000 --- a/config/pathauto.pattern.group_content.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: d9e76506-b857-4f4c-ae96-ca5f196ac74d -langcode: en -status: true -dependencies: - module: - - group -_core: - default_config_hash: rk2G0ozgUlKP7ic1RRjMcXUmeZxXUKPV-q-brekIKMc -id: group_content -label: 'Group content' -type: 'canonical_entities:group_content' -pattern: 'group/[group_content:group:id]/[group_content:pretty-path-key]/[group_content:id]' -selection_criteria: { } -selection_logic: and -weight: -5 -relationships: - 'group_content:langcode:language': - label: Language diff --git a/config/pathauto.pattern.group_membership.yml b/config/pathauto.pattern.group_membership.yml deleted file mode 100644 index a70a5cb..0000000 --- a/config/pathauto.pattern.group_membership.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 77753de8-8a5e-40b0-98d7-4aef60f1e503 -langcode: en -status: true -dependencies: - module: - - ctools - - group -_core: - default_config_hash: ZMCqMCg0V4QeMIiD5IzF3nl9Q8FvDzqJ73Y0HV6tjJc -id: group_membership -label: 'Group membership' -type: 'canonical_entities:group_content' -pattern: 'group/[group_content:group:title]/[group_content:pretty-path-key]/[group_content:id]' -selection_criteria: - eda525a1-cded-4cea-acdc-dfa809d5255e: - id: 'entity_bundle:group_content' - negate: false - uuid: eda525a1-cded-4cea-acdc-dfa809d5255e - context_mapping: - group_content: group_content - bundles: - group-group_membership: group-group_membership -selection_logic: and -weight: -5 -relationships: { } diff --git a/config/search_api.index.action.yml b/config/search_api.index.action.yml index ec07f59..ec97ad2 100644 --- a/config/search_api.index.action.yml +++ b/config/search_api.index.action.yml @@ -134,7 +134,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.article.yml b/config/search_api.index.article.yml index 8b502c6..b159423 100644 --- a/config/search_api.index.article.yml +++ b/config/search_api.index.article.yml @@ -134,7 +134,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.blog.yml b/config/search_api.index.blog.yml index fb7022c..8f11382 100644 --- a/config/search_api.index.blog.yml +++ b/config/search_api.index.blog.yml @@ -117,7 +117,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.campaign.yml b/config/search_api.index.campaign.yml index 8581382..4f1197a 100644 --- a/config/search_api.index.campaign.yml +++ b/config/search_api.index.campaign.yml @@ -98,7 +98,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.case_study.yml b/config/search_api.index.case_study.yml index cc43c22..14e5d73 100644 --- a/config/search_api.index.case_study.yml +++ b/config/search_api.index.case_study.yml @@ -168,7 +168,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.content.yml b/config/search_api.index.content.yml index a1e5772..571515f 100644 --- a/config/search_api.index.content.yml +++ b/config/search_api.index.content.yml @@ -106,7 +106,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.event.yml b/config/search_api.index.event.yml index a8e3023..c297600 100644 --- a/config/search_api.index.event.yml +++ b/config/search_api.index.event.yml @@ -142,7 +142,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.people.yml b/config/search_api.index.people.yml index f0c4807..b2e8105 100644 --- a/config/search_api.index.people.yml +++ b/config/search_api.index.people.yml @@ -107,7 +107,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.index.resource.yml b/config/search_api.index.resource.yml index e768a8e..1c40d70 100644 --- a/config/search_api.index.resource.yml +++ b/config/search_api.index.resource.yml @@ -125,7 +125,7 @@ field_settings: datasource_id: 'entity:node' property_path: title type: text - boost: !!float 8 + boost: 8.0 dependencies: module: - node diff --git a/config/search_api.settings.yml b/config/search_api.settings.yml index 6476ba9..6cd5bd1 100644 --- a/config/search_api.settings.yml +++ b/config/search_api.settings.yml @@ -5,7 +5,7 @@ cron_worker_runtime: 15 default_tracker: default tracking_page_size: 100 boost_factors: - - !!float 0 + - 0.0 - 0.1 - 0.2 - 0.3 @@ -14,15 +14,15 @@ boost_factors: - 0.7 - 0.8 - 0.9 - - !!float 1 + - 1.0 - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - - !!float 2 - - !!float 3 - - !!float 5 - - !!float 8 - - !!float 13 - - !!float 21 + - 2.0 + - 3.0 + - 5.0 + - 8.0 + - 13.0 + - 21.0 diff --git a/config/tour.tour.honeypot.yml b/config/tour.tour.honeypot.yml index 4004ea8..47ea2af 100644 --- a/config/tour.tour.honeypot.yml +++ b/config/tour.tour.honeypot.yml @@ -47,7 +47,7 @@ tips: plugin: text label: 'Honeypot Element Name' weight: -7 - body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!' + body: "Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like 'url', 'homepage', or 'link' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!" selector: '#edit-element-name' position: top-start honeypot-time-limit: @@ -55,7 +55,7 @@ tips: plugin: text label: 'Honeypot Time Limit' weight: -6 - body: 'If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you''re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.' + body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable." selector: '#edit-time-limit' position: top-start honeypot-form-specific-settings: diff --git a/config/tour.tour.locale.yml b/config/tour.tour.locale.yml index 1315365..7876032 100644 --- a/config/tour.tour.locale.yml +++ b/config/tour.tour.locale.yml @@ -38,7 +38,7 @@ tips: plugin: text label: 'Filter the search' weight: 4 - 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.' + 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." selector: '#edit-translation' locale-submit: id: locale-submit diff --git a/config/tour.tour.search-api-index-fields.yml b/config/tour.tour.search-api-index-fields.yml index 6e51f76..8559bfa 100644 --- a/config/tour.tour.search-api-index-fields.yml +++ b/config/tour.tour.search-api-index-fields.yml @@ -38,7 +38,7 @@ tips: plugin: text label: 'Machine name' weight: 4 - body: 'The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field''s machine name requires reindexing of the index.' + body: "The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field's machine name requires reindexing of the index." selector: '.details-wrapper:nth(0) table thead th:nth(1)' search-api-index-fields-property-path: id: search-api-index-fields-property-path diff --git a/config/tour.tour.search-api-index-form.yml b/config/tour.tour.search-api-index-form.yml index 5a802f7..5fcdb74 100644 --- a/config/tour.tour.search-api-index-form.yml +++ b/config/tour.tour.search-api-index-form.yml @@ -40,7 +40,7 @@ tips: plugin: text label: Tracker weight: 4 - body: 'An index''s tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items.' + body: "An index's tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items." selector: '#edit-tracker' search-api-index-form-server: id: search-api-index-form-server diff --git a/config/tour.tour.search-api-index-processors.yml b/config/tour.tour.search-api-index-processors.yml index f47cc70..4ff368a 100644 --- a/config/tour.tour.search-api-index-processors.yml +++ b/config/tour.tour.search-api-index-processors.yml @@ -18,7 +18,7 @@ tips: plugin: text label: 'Processors used for this index' weight: 1 - body: 'Processors customize different aspects of an index''s functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches.' + body: "Processors customize different aspects of an index's functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches." search-api-index-processors-enable: id: search-api-index-processors-enable plugin: text diff --git a/config/tour.tour.search-api-server.yml b/config/tour.tour.search-api-server.yml index 4ee658d..3c6c3c9 100644 --- a/config/tour.tour.search-api-server.yml +++ b/config/tour.tour.search-api-server.yml @@ -45,5 +45,5 @@ tips: plugin: text label: 'Delete all indexed data' weight: 5 - body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.' + body: "This will permanently remove all data currently indexed on this server for indexes that aren't read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results." selector: '#edit-clear' diff --git a/config/tour.tour.views-ui.yml b/config/tour.tour.views-ui.yml index c6243f3..e14312d 100644 --- a/config/tour.tour.views-ui.yml +++ b/config/tour.tour.views-ui.yml @@ -41,7 +41,7 @@ tips: plugin: text label: 'Output format' weight: 4 - 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.' + 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." selector: .views-ui-display-tab-bucket.format views-ui-fields: id: views-ui-fields diff --git a/config/user.role.manager.yml b/config/user.role.manager.yml index 63d8b31..3f8b603 100644 --- a/config/user.role.manager.yml +++ b/config/user.role.manager.yml @@ -27,7 +27,6 @@ dependencies: - exclude_node_title - file - filter - - group - honeypot - metatag - node @@ -76,12 +75,10 @@ permissions: - 'administer taxonomy' - 'administer url aliases' - 'administer users' - - 'bypass group access' - 'bypass honeypot protection' - 'bypass node access' - 'bypass node access' - 'create event content' - - 'create group group' - 'create terms in resource_type' - 'create terms in services' - 'create terms in tags' diff --git a/config/views.view.case_study.yml b/config/views.view.case_study.yml index b2850af..7a797e3 100644 --- a/config/views.view.case_study.yml +++ b/config/views.view.case_study.yml @@ -352,7 +352,7 @@ display: menu: type: normal title: Work - description: 'See some of what we''ve built.' + description: "See some of what we've built." weight: -41 enabled: false expanded: false diff --git a/config/views.view.group.yml b/config/views.view.group.yml deleted file mode 100644 index 8aff1af..0000000 --- a/config/views.view.group.yml +++ /dev/null @@ -1,301 +0,0 @@ -uuid: 1fd51016-d6a1-4074-967b-c870d98334f6 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.group.teaser - - field.storage.group.field_group_summary - - group.type.group - - system.menu.main - module: - - ds - - group - - text - - user -_core: - default_config_hash: IQFINU-7Wr_1BfFxfx4jiouSRoMe6MWRHNeD0EhW6bk -id: group -label: Group -module: views -description: 'Group listing page.' -tag: '' -base_table: groups_field_data -base_field: id -display: - default: - id: default - display_title: Master - display_plugin: default - position: 0 - display_options: - title: Groups - fields: - label: - id: label - table: groups_field_data - field: label - relationship: none - group_type: group - admin_label: '' - entity_type: null - entity_field: label - plugin_id: field - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: h2 - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - field_group_summary: - id: field_group_summary - table: group__field_group_summary - field: field_group_summary - relationship: none - group_type: group - admin_label: '' - plugin_id: field - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: text_default - settings: { } - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - pager: - type: mini - options: - offset: 0 - items_per_page: 10 - total_pages: null - id: 0 - tags: - next: ›› - previous: ‹‹ - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - empty: { } - sorts: - label: - id: label - table: groups_field_data - field: label - relationship: none - group_type: group - admin_label: '' - entity_type: group - entity_field: label - plugin_id: standard - order: ASC - expose: - label: '' - field_identifier: label - exposed: false - arguments: { } - filters: - type: - id: type - table: groups_field_data - field: type - entity_type: group - entity_field: type - plugin_id: bundle - value: - group: group - expose: - operator_limit_selection: false - operator_list: { } - style: - type: default - options: - row_class: '' - default_row_class: false - uses_fields: false - row: - type: 'ds_entity:group' - options: - relationship: none - view_mode: teaser - alternating_fieldset: - alternating: false - allpages: false - item_0: teaser - item_1: teaser - item_2: teaser - item_3: teaser - item_4: teaser - item_5: teaser - item_6: teaser - item_7: teaser - item_8: teaser - item_9: teaser - grouping_fieldset: - group: false - advanced_fieldset: - advanced: false - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - relationships: { } - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: - - 'config:field.storage.group.field_group_summary' - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: group - menu: - type: normal - title: Groups - description: 'Find out about our groups.' - weight: -39 - enabled: false - expanded: false - menu_name: main - parent: '' - context: '0' - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: - - 'config:field.storage.group.field_group_summary' diff --git a/config/views.view.group_content.yml b/config/views.view.group_content.yml deleted file mode 100644 index 6ccff83..0000000 --- a/config/views.view.group_content.yml +++ /dev/null @@ -1,281 +0,0 @@ -uuid: 55268ab6-9d84-41e9-8034-3f8e7e9b092c -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - module: - - gnode - - group - - node - - user -_core: - default_config_hash: NEXijLEpiHYeWmIv0LM7iUR-b7DDnhagl1oow3jEMVI -id: group_content -label: 'Group content' -module: gnode -description: 'Lists all of the nodes that have been added to a group.' -tag: '' -base_table: node_field_data -base_field: nid -display: - default: - id: default - display_title: Master - display_plugin: default - position: 0 - display_options: - title: 'Group content' - fields: { } - pager: - type: full - options: - offset: 0 - items_per_page: 20 - total_pages: null - id: 0 - tags: - next: ›› - previous: ‹‹ - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - plugin_id: text_custom - empty: true - content: 'No content available.' - tokenize: false - sorts: - created: - id: created - table: node_field_data - field: created - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: created - plugin_id: date - order: DESC - expose: - label: '' - field_identifier: created - exposed: false - granularity: second - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: group_content - group_type: group - admin_label: '' - entity_type: group_content - entity_field: gid - plugin_id: numeric - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} nodes' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - override: false - items_per_page: 25 - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - filters: - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: status - plugin_id: boolean - operator: '=' - value: '1' - group: 1 - exposed: false - expose: - operator_id: '' - label: '' - description: '' - use_operator: false - operator: '' - operator_limit_selection: false - operator_list: { } - identifier: '' - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - filter_groups: - operator: AND - groups: { } - style: - type: default - options: - row_class: '' - default_row_class: true - row: - type: 'entity:node' - options: - relationship: none - view_mode: teaser - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - relationships: - group_content: - id: group_content - table: node_field_data - field: group_content - relationship: none - group_type: group - admin_label: 'Content relation' - entity_type: node - plugin_id: group_content_to_entity_reverse - required: true - group_content_plugins: { } - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - - user.permissions - tags: { } - block_recent: - id: block_recent - display_title: 'Block recent' - display_plugin: block - position: 2 - display_options: - title: 'Latest group content' - pager: - type: some - options: - offset: 0 - items_per_page: 10 - defaults: - title: false - pager: false - use_more: false - use_more_always: false - use_more_text: false - link_display: false - link_url: false - display_description: '' - use_more: true - use_more_always: false - use_more_text: 'All group content' - link_display: page_1 - link_url: '' - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - 'user.node_grants:view' - - user.permissions - tags: { } - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: group/%group/group-content - menu: - type: tab - title: 'Group content' - description: '' - weight: 25 - expanded: false - menu_name: main - parent: '' - context: '0' - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_interface' - - url - - url.query_args - - 'user.node_grants:view' - - user.permissions - tags: { } diff --git a/config/views.view.group_members.yml b/config/views.view.group_members.yml deleted file mode 100644 index 8f1e4b2..0000000 --- a/config/views.view.group_members.yml +++ /dev/null @@ -1,738 +0,0 @@ -uuid: 92b772be-1d50-4394-8b25-18a82d12499a -langcode: en -status: true -dependencies: - config: - - field.storage.group_content.group_roles - module: - - group - - user -_core: - default_config_hash: VbvlMutXPE0EiR18Bv3ko8ils0ieg3fnz072bTkskAY -id: group_members -label: 'Group members' -module: group -description: '' -tag: '' -base_table: group_content_field_data -base_field: id -display: - default: - id: default - display_title: Master - display_plugin: default - position: 0 - display_options: - title: Members - fields: - name: - id: name - table: users_field_data - field: name - relationship: gc__user - group_type: group - admin_label: '' - entity_type: user - entity_field: name - plugin_id: field - label: User - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: user_name - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - group_roles: - id: group_roles - table: group_content__group_roles - field: group_roles - relationship: none - group_type: group - admin_label: '' - plugin_id: field - label: Roles - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '
  • <none>
' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: target_id - type: entity_reference_label - settings: - link: false - group_column: target_id - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: ul - separator: ', ' - field_api_classes: false - changed: - id: changed - table: group_content_field_data - field: changed - relationship: none - group_type: group - admin_label: '' - entity_type: group_content - entity_field: changed - plugin_id: field - label: Updated - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - created: - id: created - table: group_content_field_data - field: created - relationship: none - group_type: group - admin_label: '' - entity_type: group_content - entity_field: created - plugin_id: field - label: Joined - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - view_group_content: - id: view_group_content - table: group_content - field: view_group_content - relationship: none - group_type: group - admin_label: 'View member link' - entity_type: group_content - plugin_id: entity_link - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'View member' - output_url_as_text: false - absolute: false - edit_group_content: - id: edit_group_content - table: group_content - field: edit_group_content - relationship: none - group_type: group - admin_label: 'Edit member link' - entity_type: group_content - plugin_id: entity_link_edit - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit member' - delete_group_content: - id: delete_group_content - table: group_content - field: delete_group_content - relationship: none - group_type: group - admin_label: 'Remove member link' - entity_type: group_content - plugin_id: entity_link_delete - label: '' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Remove member' - dropbutton: - id: dropbutton - table: views - field: dropbutton - relationship: none - group_type: group - admin_label: '' - plugin_id: dropbutton - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - destination: true - fields: - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - name: '0' - group_roles: '0' - changed: '0' - created: '0' - pager: - type: full - options: - offset: 0 - items_per_page: 50 - total_pages: null - id: 0 - tags: - next: ›› - previous: ‹‹ - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: group_permission - options: - group_permission: 'administer members' - cache: - type: tag - options: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - plugin_id: text_custom - empty: true - content: 'No members available.' - tokenize: false - sorts: { } - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: none - group_type: group - admin_label: '' - entity_type: group_content - entity_field: gid - plugin_id: numeric - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} members' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - override: false - items_per_page: 25 - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - filters: { } - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - columns: - name: name - group_roles: group_roles - changed: changed - created: created - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - dropbutton: dropbutton - default: '-1' - info: - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - group_roles: - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - override: true - sticky: true - summary: '' - empty_table: true - caption: '' - description: '' - row: - type: fields - options: - default_field_elements: true - inline: { } - separator: '' - hide_empty: false - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - relationships: - gc__user: - id: gc__user - table: group_content_field_data - field: gc__user - relationship: none - group_type: group - admin_label: 'Member account' - entity_type: group_content - plugin_id: group_content_to_entity - required: true - group_content_plugins: - group_membership: group_membership - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - 1: 'languages:language_content' - 2: 'languages:language_interface' - 3: url - 4: url.query_args - 5: route.group - 6: user.group_permissions - tags: { } - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: group/%group/members - menu: - type: tab - title: Members - description: '' - weight: 20 - enabled: true - expanded: false - menu_name: main - parent: '' - context: '0' - cache_metadata: - max-age: -1 - contexts: - 1: 'languages:language_content' - 2: 'languages:language_interface' - 3: url - 4: url.query_args - 5: route.group - 6: user.group_permissions - tags: { } diff --git a/config/views.view.group_nodes.yml b/config/views.view.group_nodes.yml deleted file mode 100644 index 9b1994b..0000000 --- a/config/views.view.group_nodes.yml +++ /dev/null @@ -1,961 +0,0 @@ -uuid: 07723bff-b33b-46af-8717-386e56f1097a -langcode: en -status: true -dependencies: - module: - - gnode - - group - - node -_core: - default_config_hash: ZSKjHkl45YTbsYHiq_H7py04GDuX95t-GOHAAb8ZFbk -id: group_nodes -label: 'Group nodes' -module: gnode -description: 'Lists all of the nodes that have been added to a group.' -tag: '' -base_table: node_field_data -base_field: nid -display: - default: - id: default - display_title: Master - display_plugin: default - position: 0 - display_options: - title: Nodes - fields: - title: - id: title - table: node_field_data - field: title - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: title - plugin_id: field - label: Title - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: false - ellipsis: false - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - type: - id: type - table: node_field_data - field: type - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: type - plugin_id: field - label: 'Content type' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: target_id - type: entity_reference_label - settings: - link: false - group_column: target_id - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: status - plugin_id: field - label: Status - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: custom - format_custom_false: Unpublished - format_custom_true: Published - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - changed: - id: changed - table: node_field_data - field: changed - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: changed - plugin_id: field - label: Updated - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: short - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - view_group_content: - id: view_group_content - table: group_content - field: view_group_content - relationship: group_content - group_type: group - admin_label: 'View relation link' - entity_type: group_content - plugin_id: entity_link - label: 'Link to Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'View relation' - output_url_as_text: false - absolute: false - edit_group_content: - id: edit_group_content - table: group_content - field: edit_group_content - relationship: group_content - group_type: group - admin_label: 'Edit relation link' - entity_type: group_content - plugin_id: entity_link_edit - label: 'Link to edit Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit relation' - delete_group_content: - id: delete_group_content - table: group_content - field: delete_group_content - relationship: group_content - group_type: group - admin_label: 'Delete relation link' - entity_type: group_content - plugin_id: entity_link_delete - label: 'Link to delete Group content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Delete relation' - edit_node: - id: edit_node - table: node - field: edit_node - relationship: none - group_type: group - admin_label: 'Edit node link' - entity_type: node - plugin_id: entity_link_edit - label: 'Link to edit Content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Edit node' - delete_node: - id: delete_node - table: node - field: delete_node - relationship: none - group_type: group - admin_label: 'Delete node link' - entity_type: node - plugin_id: entity_link_delete - label: 'Link to delete Content' - exclude: true - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: 'Delete node' - dropbutton: - id: dropbutton - table: views - field: dropbutton - relationship: none - group_type: group - admin_label: '' - plugin_id: dropbutton - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - destination: true - fields: - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - edit_node: edit_node - delete_node: delete_node - title: '0' - type: '0' - status: '0' - changed: '0' - pager: - type: full - options: - offset: 0 - items_per_page: 50 - total_pages: null - id: 0 - tags: - next: ›› - previous: ‹‹ - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: group_permission - options: - group_permission: 'access group_node overview' - cache: - type: tag - options: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - plugin_id: text_custom - empty: true - content: 'No content available.' - tokenize: false - sorts: { } - arguments: - gid: - id: gid - table: group_content_field_data - field: gid - relationship: group_content - group_type: group - admin_label: '' - entity_type: group_content - entity_field: gid - plugin_id: numeric - default_action: 'access denied' - exception: - value: all - title_enable: false - title: All - title_enable: true - title: '{{ arguments.gid|placeholder }} nodes' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - override: false - items_per_page: 25 - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - filters: - status: - id: status - table: node_field_data - field: status - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: status - plugin_id: boolean - operator: '=' - value: '' - group: 1 - exposed: true - expose: - operator_id: '' - label: 'Published status' - description: '' - use_operator: false - operator: status_op - operator_limit_selection: false - operator_list: { } - identifier: status - required: true - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - group_admin: '0' - is_grouped: true - group_info: - label: 'Published status' - description: '' - identifier: status - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: - 1: - title: Published - operator: '=' - value: '1' - 2: - title: Unpublished - operator: '=' - value: '0' - type: - id: type - table: node_field_data - field: type - relationship: none - group_type: group - admin_label: '' - entity_type: node - entity_field: type - plugin_id: bundle - operator: in - value: { } - group: 1 - exposed: true - expose: - operator_id: type_op - label: Type - description: '' - use_operator: false - operator: type_op - operator_limit_selection: false - operator_list: { } - identifier: type - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - group_admin: '0' - reduce: false - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - columns: - title: title - type: type - status: status - changed: changed - view_group_content: view_group_content - edit_group_content: edit_group_content - delete_group_content: delete_group_content - edit_node: edit_node - delete_node: delete_node - dropbutton: dropbutton - default: changed - info: - title: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - status: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - view_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_group_content: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - edit_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - override: true - sticky: true - summary: '' - empty_table: true - caption: '' - description: '' - row: - type: fields - options: - default_field_elements: true - inline: { } - separator: '' - hide_empty: false - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - relationships: - group_content: - id: group_content - table: node_field_data - field: group_content - relationship: none - group_type: group - admin_label: 'Content relation' - entity_type: node - plugin_id: group_content_to_entity_reverse - required: true - group_content_plugins: { } - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - 1: 'languages:language_content' - 2: 'languages:language_interface' - 3: url - 4: url.query_args - 5: 'user.node_grants:view' - 6: route.group - 7: user.group_permissions - 8: route.group - 9: user.group_permissions - tags: { } - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: group/%group/nodes - menu: - type: tab - title: Nodes - description: '' - weight: 25 - enabled: true - expanded: false - menu_name: main - parent: '' - context: '0' - cache_metadata: - max-age: -1 - contexts: - 1: 'languages:language_content' - 2: 'languages:language_interface' - 3: url - 4: url.query_args - 5: 'user.node_grants:view' - 6: route.group - 7: user.group_permissions - 8: route.group - 9: user.group_permissions - tags: { } diff --git a/config/views.view.who_s_new.yml b/config/views.view.who_s_new.yml index bceca99..5c18c97 100644 --- a/config/views.view.who_s_new.yml +++ b/config/views.view.who_s_new.yml @@ -7,7 +7,7 @@ dependencies: _core: default_config_hash: o_8fSWHZOVIbydZACGsSX09DtuJhqkRmNOzcVj-4bQI id: who_s_new -label: 'Who''s new' +label: "Who's new" module: user description: 'Shows a list of the newest user accounts on the site.' tag: default @@ -20,7 +20,7 @@ display: display_plugin: default position: 0 display_options: - title: 'Who''s new' + title: "Who's new" fields: name: id: name @@ -180,13 +180,13 @@ display: tags: { } block_1: id: block_1 - display_title: 'Who''s new' + display_title: "Who's new" display_plugin: block position: 1 display_options: display_description: 'A list of new users' display_extenders: { } - block_description: 'Who''s new' + block_description: "Who's new" block_category: User cache_metadata: max-age: -1 diff --git a/config/views.view.who_s_online.yml b/config/views.view.who_s_online.yml index 2376986..752705a 100644 --- a/config/views.view.who_s_online.yml +++ b/config/views.view.who_s_online.yml @@ -7,7 +7,7 @@ dependencies: _core: default_config_hash: m0vmYmhrzMR6S_IC0UlK0Cl-q5lEvL8-EbxbbcDtk34 id: who_s_online -label: 'Who''s online block' +label: "Who's online block" module: user description: 'Shows the user names of the most recently active users, and the total number of active users.' tag: default @@ -20,7 +20,7 @@ display: display_plugin: default position: 0 display_options: - title: 'Who''s online' + title: "Who's online" fields: name: id: name @@ -210,13 +210,13 @@ display: tags: { } who_s_online_block: id: who_s_online_block - display_title: 'Who''s online' + display_title: "Who's online" display_plugin: block position: 1 display_options: display_description: 'A list of users that are currently logged in.' display_extenders: { } - block_description: 'Who''s online' + block_description: "Who's online" cache_metadata: max-age: -1 contexts: diff --git a/config/webform.webform.migration_quote.yml b/config/webform.webform.migration_quote.yml new file mode 100644 index 0000000..d81855c --- /dev/null +++ b/config/webform.webform.migration_quote.yml @@ -0,0 +1,272 @@ +uuid: 00af2e74-dcd8-4dfc-b8e6-ee24b2832bbf +langcode: en +status: open +dependencies: + enforced: + module: + - webform +_core: + default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww +weight: 0 +open: null +close: null +uid: 58 +template: false +archive: false +id: migration_quote +title: 'Migration Quote' +description: 'Migrations quote form' +category: Lead +elements: |- + name: + '#type': textfield + '#title': Name + '#placeholder': 'Your name' + '#required': true + '#default_value': '[current-user:display-name]' + email: + '#type': email + '#title': E-mail + '#placeholder': 'Your e-mail address' + '#required': true + '#default_value': '[current-user:mail]' + phone: + '#type': tel + '#title': Phone + '#placeholder': '(optional) Your telephone number' + site_url: + '#type': url + '#title': 'Site URL' + '#required': true + message: + '#type': textarea + '#title': Description + '#required': true + '#test': 'Please ignore this email.' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Ask Agaric for migration help' +css: '' +javascript: '' +settings: + ajax: false + ajax_scroll_top: form + ajax_progress_type: '' + ajax_effect: '' + ajax_speed: null + page: true + page_submit_path: '' + page_confirm_path: '' + page_theme_name: '' + form_title: source_entity_webform + form_submit_once: false + form_open_message: '' + form_close_message: '' + form_exception_message: '' + form_previous_submissions: true + form_confidential: false + form_confidential_message: '' + form_disable_remote_addr: false + form_convert_anonymous: false + form_prepopulate: false + form_prepopulate_source_entity: false + form_prepopulate_source_entity_required: false + form_prepopulate_source_entity_type: '' + form_unsaved: false + form_disable_back: false + form_submit_back: false + form_disable_autocomplete: false + form_novalidate: false + form_disable_inline_errors: false + form_required: false + form_autofocus: false + form_details_toggle: false + form_reset: false + form_access_denied: default + form_access_denied_title: '' + form_access_denied_message: '' + form_access_denied_attributes: { } + form_file_limit: '' + form_attributes: { } + form_method: '' + form_action: '' + share: false + share_node: false + share_theme_name: '' + share_title: true + share_page_body_attributes: { } + submission_label: '' + submission_exception_message: '' + submission_locked_message: '' + submission_log: false + submission_excluded_elements: { } + submission_exclude_empty: false + submission_exclude_empty_checkbox: false + submission_views: { } + submission_views_replace: { } + submission_user_columns: { } + submission_user_duplicate: false + submission_access_denied: default + submission_access_denied_title: '' + submission_access_denied_message: '' + submission_access_denied_attributes: { } + previous_submission_message: '' + previous_submissions_message: '' + autofill: false + autofill_message: '' + autofill_excluded_elements: { } + wizard_progress_bar: true + wizard_progress_pages: false + wizard_progress_percentage: false + wizard_progress_link: false + wizard_progress_states: false + wizard_start_label: '' + wizard_preview_link: false + wizard_confirmation: true + wizard_confirmation_label: '' + wizard_auto_forward: true + wizard_auto_forward_hide_next_button: false + wizard_keyboard: true + wizard_track: '' + wizard_prev_button_label: '' + wizard_next_button_label: '' + wizard_toggle: false + wizard_toggle_show_label: '' + wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 + preview: 0 + preview_label: '' + preview_title: '' + preview_message: '' + preview_attributes: { } + preview_excluded_elements: { } + preview_exclude_empty: true + preview_exclude_empty_checkbox: false + draft: none + draft_multiple: false + draft_auto_save: false + draft_saved_message: '' + draft_loaded_message: '' + draft_pending_single_message: '' + draft_pending_multiple_message: '' + confirmation_type: inline + confirmation_url: '' + confirmation_title: 'We have received your request for migration assistance ' + confirmation_message: 'Thank you for describing your migration needs!  We will respond to schedule an initial meeting within three business days.' + confirmation_attributes: { } + confirmation_back: false + confirmation_back_label: '' + confirmation_back_attributes: { } + confirmation_exclude_query: false + confirmation_exclude_token: false + confirmation_update: false + limit_total: null + limit_total_interval: null + limit_total_message: '' + limit_total_unique: false + limit_user: null + limit_user_interval: null + limit_user_message: '' + limit_user_unique: false + entity_limit_total: null + entity_limit_total_interval: null + entity_limit_user: null + entity_limit_user_interval: null + purge: none + purge_days: null + results_disabled: false + results_disabled_ignore: false + results_customize: false + token_view: false + token_update: false + token_delete: false + serial_disabled: false +access: + create: + roles: + - anonymous + - authenticated + users: { } + permissions: { } + view_any: + roles: { } + users: { } + permissions: { } + update_any: + roles: { } + users: { } + permissions: { } + delete_any: + roles: { } + users: { } + permissions: { } + purge_any: + roles: { } + users: { } + permissions: { } + view_own: + roles: { } + users: { } + permissions: { } + update_own: + roles: { } + users: { } + permissions: { } + delete_own: + roles: { } + users: { } + permissions: { } + administer: + roles: { } + users: { } + permissions: { } + test: + roles: { } + users: { } + permissions: { } + configuration: + roles: { } + users: { } + permissions: { } +handlers: + email_notification: + id: email + handler_id: email_notification + label: 'Email notification' + notes: '' + status: true + conditions: { } + weight: 1 + settings: + states: + - completed + to_mail: _default + to_options: { } + bcc_mail: '' + bcc_options: { } + cc_mail: '' + cc_options: { } + from_mail: '[webform_submission:values:email:raw]' + from_options: { } + from_name: '[webform_submission:values:name:raw]' + reply_to: '' + return_path: '' + sender_mail: '' + sender_name: '' + subject: 'Migration inquiry' + body: "{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n\r\nSubmitted on {{ webform_token('[webform_submission:created]', webform_submission) }}" + excluded_elements: + introduction: introduction + ignore_access: false + exclude_empty: true + exclude_empty_checkbox: false + exclude_attachments: false + html: true + attachments: false + twig: true + theme_name: '' + parameters: { } + debug: false +variants: { } From b968fd1bb74a26bf6a28f5ca7dcc12df15f67e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 11:17:23 -0500 Subject: [PATCH 069/145] Declare our custom modules compatible with Drupal 10 and 11 while we're at it Ref #243 --- web/modules/custom/agaric_migration/agaric_migration.info.yml | 2 +- .../custom/drutopia_case_study/drutopia_case_study.info.yml | 2 +- .../drutopia_creative_license.info.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/modules/custom/agaric_migration/agaric_migration.info.yml b/web/modules/custom/agaric_migration/agaric_migration.info.yml index df45326..301b84a 100644 --- a/web/modules/custom/agaric_migration/agaric_migration.info.yml +++ b/web/modules/custom/agaric_migration/agaric_migration.info.yml @@ -2,7 +2,7 @@ name: Agaric Migration description: Migrate the content from the D7 version of the site. package: Custom type: module -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 || ^11 dependencies: - drupal:migrate - drupal:migrate_drupal diff --git a/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml b/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml index ab148a8..8974f3f 100644 --- a/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml +++ b/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml @@ -1,7 +1,7 @@ name: 'Drutopia Case Study' description: 'A Case Study highlights work done on a project.' type: module -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 || ^11 dependencies: - config_snapshot - drutopia_case_study diff --git a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml index 2210862..65a8f6f 100644 --- a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml +++ b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml @@ -1,6 +1,6 @@ name: 'Creative License' type: module -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 || ^11 package: Drutopia dependencies: - config_actions From 69ca1e78400df34313c5c27f1ce010025df45daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 11:33:06 -0500 Subject: [PATCH 070/145] Add quickedit module so we can easily upgrade in one step Ref #243 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d522a86..982eb97 100644 --- a/composer.json +++ b/composer.json @@ -124,6 +124,7 @@ "drupal/prepopulate": "^2", "drupal/preview_link": "^2", "drupal/printable": "^3", + "drupal/quickedit": "^1.0", "drupal/r4032login": "^2", "drupal/rabbit_hole": "^1.0@beta", "drupal/regionincontent": "^1", From bb285d185c25281a8a3133d2ddc9aaa789e03274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 20:34:34 -0500 Subject: [PATCH 071/145] Apply config changes from database updates Ref #243 --- ...re.entity_view_display.node.action.box.yml | 2 + ...e.entity_view_display.node.action.card.yml | 4 ++ ...ntity_view_display.node.action.default.yml | 2 + ...e.entity_view_display.node.action.full.yml | 4 ++ ..._view_display.node.action.search_index.yml | 4 ++ ...y_view_display.node.action.simple_card.yml | 4 ++ ...entity_view_display.node.action.teaser.yml | 4 ++ ...e.entity_view_display.node.action.tile.yml | 2 + ...e.entity_view_display.node.article.box.yml | 2 + ....entity_view_display.node.article.card.yml | 4 ++ ...tity_view_display.node.article.default.yml | 2 + ....entity_view_display.node.article.full.yml | 2 + ...view_display.node.article.search_index.yml | 2 + ..._view_display.node.article.simple_card.yml | 4 ++ ...ntity_view_display.node.article.teaser.yml | 4 ++ ...ore.entity_view_display.node.blog.card.yml | 4 ++ ...core.entity_view_display.node.blog.rss.yml | 2 + ...tity_view_display.node.blog.rss_teaser.yml | 2 + ...ty_view_display.node.blog.search_index.yml | 4 ++ ...ity_view_display.node.blog.simple_card.yml | 3 + ...e.entity_view_display.node.blog.teaser.yml | 2 + ...entity_view_display.node.campaign.card.yml | 3 + ...ity_view_display.node.campaign.default.yml | 2 + ...entity_view_display.node.campaign.full.yml | 4 ++ ...iew_display.node.campaign.search_index.yml | 4 ++ ...view_display.node.campaign.simple_card.yml | 4 ++ ...tity_view_display.node.campaign.teaser.yml | 2 + ...tity_view_display.node.case_study.card.yml | 4 ++ ...y_view_display.node.case_study.default.yml | 2 + ...tity_view_display.node.case_study.full.yml | 2 + ...w_display.node.case_study.search_index.yml | 2 + ...iew_display.node.case_study.small_card.yml | 4 ++ ...tity_view_display.node.case_study.tile.yml | 2 + ...entity_view_display.node.event.default.yml | 2 + ...re.entity_view_display.node.event.full.yml | 4 ++ ...e.entity_view_display.node.event.micro.yml | 2 + ...y_view_display.node.event.search_index.yml | 4 ++ ...ty_view_display.node.event.simple_card.yml | 4 ++ ....entity_view_display.node.event.teaser.yml | 4 ++ ...view_display.node.landing_page.default.yml | 1 + ...ty_view_display.node.landing_page.full.yml | 1 + ..._display.node.landing_page.simple_card.yml | 3 + ..._view_display.node.landing_page.teaser.yml | 1 + ....entity_view_display.node.page.default.yml | 1 + ...entity_view_display.node.page.embedded.yml | 1 + ...ore.entity_view_display.node.page.full.yml | 2 + ...e.entity_view_display.node.page.teaser.yml | 2 + ...ntity_view_display.node.people.default.yml | 2 + ..._view_display.node.people.search_index.yml | 4 ++ ...ty_view_display.node.people.small_card.yml | 2 +- ...entity_view_display.node.resource.card.yml | 4 ++ ...ity_view_display.node.resource.default.yml | 2 + ...entity_view_display.node.resource.full.yml | 4 ++ ...iew_display.node.resource.search_index.yml | 4 ++ ...view_display.node.resource.simple_card.yml | 4 ++ ...tity_view_display.node.resource.teaser.yml | 4 ++ ..._view_display.paragraph.slide.columnar.yml | 5 +- ..._view_display.paragraph.title.columnar.yml | 1 - config/core.extension.yml | 7 +++ config/editor.editor.webform_default.yml | 47 ++++++++++++++ config/filter.format.basic_html.yml | 6 ++ config/filter.format.full_html.yml | 6 ++ config/filter.format.webform_default.yml | 11 ++++ config/image.style.crop_thumbnail.yml | 17 +++++ config/image_widget_crop.settings.yml | 12 ++++ .../es/tour.tour.search-api-index-fields.yml | 2 + config/language/es/views.view.media.yml | 6 ++ config/language/es/views.view.people.yml | 2 + config/language/es/views.view.watchdog.yml | 6 ++ config/language/es/views.view.webmentions.yml | 6 ++ config/preview_link.settings.yml | 3 + config/search_api.server.database.yml | 1 + config/system.feature_flags.yml | 1 + config/user.role.authenticated.yml | 4 ++ config/user.role.contributor.yml | 2 + config/user.role.editor.yml | 1 + config/user.role.manager.yml | 5 ++ config/user.role.partner.yml | 7 ++- config/user.role.past.yml | 7 ++- config/user.role.staff.yml | 2 + config/views.view.block_content.yml | 22 +++++-- config/views.view.blog.yml | 9 +++ config/views.view.case_study.yml | 14 ++++- config/views.view.comment.yml | 18 ++++++ config/views.view.content.yml | 18 ++++++ config/views.view.files.yml | 18 ++++++ config/views.view.glossary.yml | 9 +++ config/views.view.media.yml | 9 +++ config/views.view.media_library.yml | 9 +++ config/views.view.taxonomy_term.yml | 9 +++ config/views.view.webform_submissions.yml | 63 +++++++++++++++++++ config/views.view.webmentions.yml | 9 +++ config/webform.settings.yml | 8 +-- ...bform.attend_the_tech_and_rev_workshop.yml | 4 +- config/webform.webform.blog_posts.yml | 5 +- config/webform.webform.capacitacion.yml | 4 +- config/webform.webform.contact.yml | 4 +- config/webform.webform.contact_confirm.yml | 4 +- ....webform.drupal_8_9_content_migrations.yml | 5 +- config/webform.webform.drutopia_intake.yml | 5 +- ...bform.webform.drutopia_platform_intake.yml | 5 +- config/webform.webform.find_it_platform.yml | 4 +- config/webform.webform.general_services.yml | 4 +- ....webform.getting_started_with_drupal_9.yml | 5 +- ....webform.getting_started_with_react_js.yml | 5 +- config/webform.webform.join_the_movement.yml | 5 +- ...form.webform.join_the_movement_confirm.yml | 5 +- config/webform.webform.june_2020_webinars.yml | 5 +- config/webform.webform.lms.yml | 5 +- config/webform.webform.migration_quote.yml | 3 +- config/webform.webform.migrations.yml | 5 +- ...rm.webform.migrations_training_confirm.yml | 5 +- config/webform.webform.newsletter.yml | 5 +- ....webform.purchase_training_migrate_api.yml | 5 +- config/webform.webform.request.yml | 5 +- config/webform.webform.showandtell.yml | 5 +- ...webform.webform.speaker_request_agaric.yml | 4 +- ....webform.speaker_request_clayton_dewey.yml | 4 +- ...bform.speaker_request_mauricio_dinarte.yml | 4 +- ....webform.speaker_request_michele_metts.yml | 5 +- ...rm.webform.speaker_request_micky_metts.yml | 4 +- config/webform.webform.training.yml | 4 +- config/webform.webform.training_discount.yml | 5 +- ....webform.training_notification_request.yml | 4 +- ...webform.webform.training_request_draft.yml | 4 +- config/webform.webform.workshops.yml | 4 +- 126 files changed, 640 insertions(+), 51 deletions(-) create mode 100644 config/editor.editor.webform_default.yml create mode 100644 config/filter.format.webform_default.yml create mode 100644 config/image.style.crop_thumbnail.yml create mode 100644 config/image_widget_crop.settings.yml create mode 100644 config/system.feature_flags.yml diff --git a/config/core.entity_view_display.node.action.box.yml b/config/core.entity_view_display.node.action.box.yml index 716c480..224051e 100644 --- a/config/core.entity_view_display.node.action.box.yml +++ b/config/core.entity_view_display.node.action.box.yml @@ -78,7 +78,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.card.yml b/config/core.entity_view_display.node.action.card.yml index f33c3ba..efd0fba 100644 --- a/config/core.entity_view_display.node.action.card.yml +++ b/config/core.entity_view_display.node.action.card.yml @@ -100,6 +100,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -119,7 +121,9 @@ hidden: field_meta_tags: true field_summary: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.default.yml b/config/core.entity_view_display.node.action.default.yml index 105a9f2..ce192c4 100644 --- a/config/core.entity_view_display.node.action.default.yml +++ b/config/core.entity_view_display.node.action.default.yml @@ -34,7 +34,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.full.yml b/config/core.entity_view_display.node.action.full.yml index fe5670f..fdb2d24 100644 --- a/config/core.entity_view_display.node.action.full.yml +++ b/config/core.entity_view_display.node.action.full.yml @@ -106,6 +106,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: header @@ -129,7 +131,9 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.search_index.yml b/config/core.entity_view_display.node.action.search_index.yml index fce3e0e..b43cb3b 100644 --- a/config/core.entity_view_display.node.action.search_index.yml +++ b/config/core.entity_view_display.node.action.search_index.yml @@ -72,6 +72,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: content @@ -95,7 +97,9 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.simple_card.yml b/config/core.entity_view_display.node.action.simple_card.yml index 67f2783..562f078 100644 --- a/config/core.entity_view_display.node.action.simple_card.yml +++ b/config/core.entity_view_display.node.action.simple_card.yml @@ -91,6 +91,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -104,7 +106,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.teaser.yml b/config/core.entity_view_display.node.action.teaser.yml index 24dd5cb..0033632 100644 --- a/config/core.entity_view_display.node.action.teaser.yml +++ b/config/core.entity_view_display.node.action.teaser.yml @@ -68,6 +68,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: left @@ -94,7 +96,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.action.tile.yml b/config/core.entity_view_display.node.action.tile.yml index 315029e..d2e35aa 100644 --- a/config/core.entity_view_display.node.action.tile.yml +++ b/config/core.entity_view_display.node.action.tile.yml @@ -53,7 +53,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.box.yml b/config/core.entity_view_display.node.article.box.yml index a2a4179..3decd32 100644 --- a/config/core.entity_view_display.node.article.box.yml +++ b/config/core.entity_view_display.node.article.box.yml @@ -71,7 +71,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.card.yml b/config/core.entity_view_display.node.article.card.yml index a63ff78..473791f 100644 --- a/config/core.entity_view_display.node.article.card.yml +++ b/config/core.entity_view_display.node.article.card.yml @@ -95,6 +95,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -124,7 +126,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.default.yml b/config/core.entity_view_display.node.article.default.yml index 9992603..2ad9055 100644 --- a/config/core.entity_view_display.node.article.default.yml +++ b/config/core.entity_view_display.node.article.default.yml @@ -34,7 +34,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.full.yml b/config/core.entity_view_display.node.article.full.yml index 3429d8d..239c88d 100644 --- a/config/core.entity_view_display.node.article.full.yml +++ b/config/core.entity_view_display.node.article.full.yml @@ -116,6 +116,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: header diff --git a/config/core.entity_view_display.node.article.search_index.yml b/config/core.entity_view_display.node.article.search_index.yml index aa2e9fe..c867465 100644 --- a/config/core.entity_view_display.node.article.search_index.yml +++ b/config/core.entity_view_display.node.article.search_index.yml @@ -53,7 +53,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.simple_card.yml b/config/core.entity_view_display.node.article.simple_card.yml index 9592003..869fbdc 100644 --- a/config/core.entity_view_display.node.article.simple_card.yml +++ b/config/core.entity_view_display.node.article.simple_card.yml @@ -91,6 +91,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -104,7 +106,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.article.teaser.yml b/config/core.entity_view_display.node.article.teaser.yml index 9df5dfb..af218d1 100644 --- a/config/core.entity_view_display.node.article.teaser.yml +++ b/config/core.entity_view_display.node.article.teaser.yml @@ -82,6 +82,8 @@ content: settings: responsive_image_style: '' image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: left @@ -107,7 +109,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.card.yml b/config/core.entity_view_display.node.blog.card.yml index 0279154..e78fceb 100644 --- a/config/core.entity_view_display.node.blog.card.yml +++ b/config/core.entity_view_display.node.blog.card.yml @@ -62,6 +62,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 1 region: content @@ -80,7 +82,9 @@ hidden: field_meta_tags: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.rss.yml b/config/core.entity_view_display.node.blog.rss.yml index c833055..14b8380 100644 --- a/config/core.entity_view_display.node.blog.rss.yml +++ b/config/core.entity_view_display.node.blog.rss.yml @@ -81,7 +81,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.rss_teaser.yml b/config/core.entity_view_display.node.blog.rss_teaser.yml index f11f130..a19dd1c 100644 --- a/config/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/core.entity_view_display.node.blog.rss_teaser.yml @@ -54,7 +54,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.search_index.yml b/config/core.entity_view_display.node.blog.search_index.yml index f7589a2..a69bf2e 100644 --- a/config/core.entity_view_display.node.blog.search_index.yml +++ b/config/core.entity_view_display.node.blog.search_index.yml @@ -81,6 +81,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -107,7 +109,9 @@ hidden: comment: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.blog.simple_card.yml b/config/core.entity_view_display.node.blog.simple_card.yml index 12387a4..93ccb8a 100644 --- a/config/core.entity_view_display.node.blog.simple_card.yml +++ b/config/core.entity_view_display.node.blog.simple_card.yml @@ -92,6 +92,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 3 region: right @@ -104,6 +106,7 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.blog.teaser.yml b/config/core.entity_view_display.node.blog.teaser.yml index 8e4ab04..6ed3107 100644 --- a/config/core.entity_view_display.node.blog.teaser.yml +++ b/config/core.entity_view_display.node.blog.teaser.yml @@ -62,6 +62,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 1 region: content diff --git a/config/core.entity_view_display.node.campaign.card.yml b/config/core.entity_view_display.node.campaign.card.yml index 087b2c3..d17bd46 100644 --- a/config/core.entity_view_display.node.campaign.card.yml +++ b/config/core.entity_view_display.node.campaign.card.yml @@ -83,6 +83,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -100,6 +102,7 @@ hidden: field_campaign_demands: true field_campaign_updates: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.campaign.default.yml b/config/core.entity_view_display.node.campaign.default.yml index 70b4d9a..d796557 100644 --- a/config/core.entity_view_display.node.campaign.default.yml +++ b/config/core.entity_view_display.node.campaign.default.yml @@ -28,7 +28,9 @@ hidden: field_image: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.campaign.full.yml b/config/core.entity_view_display.node.campaign.full.yml index 1c04644..4ffc41e 100644 --- a/config/core.entity_view_display.node.campaign.full.yml +++ b/config/core.entity_view_display.node.campaign.full.yml @@ -83,6 +83,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -95,6 +97,8 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.campaign.search_index.yml b/config/core.entity_view_display.node.campaign.search_index.yml index d48b643..5c79d17 100644 --- a/config/core.entity_view_display.node.campaign.search_index.yml +++ b/config/core.entity_view_display.node.campaign.search_index.yml @@ -73,6 +73,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -80,7 +82,9 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.campaign.simple_card.yml b/config/core.entity_view_display.node.campaign.simple_card.yml index ba18f0e..323992b 100644 --- a/config/core.entity_view_display.node.campaign.simple_card.yml +++ b/config/core.entity_view_display.node.campaign.simple_card.yml @@ -88,6 +88,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -98,7 +100,9 @@ hidden: field_campaign_updates: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.campaign.teaser.yml b/config/core.entity_view_display.node.campaign.teaser.yml index 526c1b1..adebd7b 100644 --- a/config/core.entity_view_display.node.campaign.teaser.yml +++ b/config/core.entity_view_display.node.campaign.teaser.yml @@ -67,7 +67,9 @@ hidden: field_campaign_updates: true field_image: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.card.yml b/config/core.entity_view_display.node.case_study.card.yml index 148f160..a744119 100644 --- a/config/core.entity_view_display.node.case_study.card.yml +++ b/config/core.entity_view_display.node.case_study.card.yml @@ -90,6 +90,8 @@ content: settings: responsive_image_style: wide image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: content @@ -106,7 +108,9 @@ hidden: field_services: true field_summary: true field_technologies: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.default.yml b/config/core.entity_view_display.node.case_study.default.yml index 14fb95b..5dd9cc4 100644 --- a/config/core.entity_view_display.node.case_study.default.yml +++ b/config/core.entity_view_display.node.case_study.default.yml @@ -63,7 +63,9 @@ hidden: field_services: true field_summary: true field_technologies: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.full.yml b/config/core.entity_view_display.node.case_study.full.yml index 8cc787f..b7cd890 100644 --- a/config/core.entity_view_display.node.case_study.full.yml +++ b/config/core.entity_view_display.node.case_study.full.yml @@ -115,7 +115,9 @@ hidden: field_license: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.search_index.yml b/config/core.entity_view_display.node.case_study.search_index.yml index dc085db..400d32c 100644 --- a/config/core.entity_view_display.node.case_study.search_index.yml +++ b/config/core.entity_view_display.node.case_study.search_index.yml @@ -53,7 +53,9 @@ hidden: field_services: true field_summary: true field_technologies: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.small_card.yml b/config/core.entity_view_display.node.case_study.small_card.yml index 5f1c813..37336b1 100644 --- a/config/core.entity_view_display.node.case_study.small_card.yml +++ b/config/core.entity_view_display.node.case_study.small_card.yml @@ -123,6 +123,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: content @@ -146,7 +148,9 @@ hidden: field_license: true field_summary: true field_technologies: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.case_study.tile.yml b/config/core.entity_view_display.node.case_study.tile.yml index 92888c0..0cc0a84 100644 --- a/config/core.entity_view_display.node.case_study.tile.yml +++ b/config/core.entity_view_display.node.case_study.tile.yml @@ -68,7 +68,9 @@ hidden: field_services: true field_summary: true field_technologies: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.default.yml b/config/core.entity_view_display.node.event.default.yml index f01e6f9..499c8ab 100644 --- a/config/core.entity_view_display.node.event.default.yml +++ b/config/core.entity_view_display.node.event.default.yml @@ -50,7 +50,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.full.yml b/config/core.entity_view_display.node.event.full.yml index 8d600d5..6fab74d 100644 --- a/config/core.entity_view_display.node.event.full.yml +++ b/config/core.entity_view_display.node.event.full.yml @@ -92,6 +92,8 @@ content: settings: responsive_image_style: wide image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: header @@ -120,6 +122,8 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.micro.yml b/config/core.entity_view_display.node.event.micro.yml index 6b1135c..c68d808 100644 --- a/config/core.entity_view_display.node.event.micro.yml +++ b/config/core.entity_view_display.node.event.micro.yml @@ -74,7 +74,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.search_index.yml b/config/core.entity_view_display.node.event.search_index.yml index fdbc460..6c506f4a 100644 --- a/config/core.entity_view_display.node.event.search_index.yml +++ b/config/core.entity_view_display.node.event.search_index.yml @@ -84,6 +84,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -107,7 +109,9 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.simple_card.yml b/config/core.entity_view_display.node.event.simple_card.yml index aa41593..f27d02f 100644 --- a/config/core.entity_view_display.node.event.simple_card.yml +++ b/config/core.entity_view_display.node.event.simple_card.yml @@ -90,6 +90,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -102,7 +104,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.event.teaser.yml b/config/core.entity_view_display.node.event.teaser.yml index 496df0a..d297e92 100644 --- a/config/core.entity_view_display.node.event.teaser.yml +++ b/config/core.entity_view_display.node.event.teaser.yml @@ -87,6 +87,8 @@ content: settings: responsive_image_style: '' image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: left @@ -110,7 +112,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.landing_page.default.yml b/config/core.entity_view_display.node.landing_page.default.yml index ff5a326..ef1fae9 100644 --- a/config/core.entity_view_display.node.landing_page.default.yml +++ b/config/core.entity_view_display.node.landing_page.default.yml @@ -20,6 +20,7 @@ hidden: field_body_paragraph: true field_image: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.landing_page.full.yml b/config/core.entity_view_display.node.landing_page.full.yml index a3ff05e..61071f7 100644 --- a/config/core.entity_view_display.node.landing_page.full.yml +++ b/config/core.entity_view_display.node.landing_page.full.yml @@ -33,6 +33,7 @@ content: hidden: field_image: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.landing_page.simple_card.yml b/config/core.entity_view_display.node.landing_page.simple_card.yml index 5ef5e47..dc99df8 100644 --- a/config/core.entity_view_display.node.landing_page.simple_card.yml +++ b/config/core.entity_view_display.node.landing_page.simple_card.yml @@ -80,12 +80,15 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 1 region: right hidden: field_body_paragraph: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.landing_page.teaser.yml b/config/core.entity_view_display.node.landing_page.teaser.yml index 2c62f66..fd9a968 100644 --- a/config/core.entity_view_display.node.landing_page.teaser.yml +++ b/config/core.entity_view_display.node.landing_page.teaser.yml @@ -21,6 +21,7 @@ hidden: field_body_paragraph: true field_image: true field_meta_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.page.default.yml b/config/core.entity_view_display.node.page.default.yml index c3b21a8..8ba1384 100644 --- a/config/core.entity_view_display.node.page.default.yml +++ b/config/core.entity_view_display.node.page.default.yml @@ -54,6 +54,7 @@ hidden: field_meta_tags: true field_storyline: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true links: true diff --git a/config/core.entity_view_display.node.page.embedded.yml b/config/core.entity_view_display.node.page.embedded.yml index 534be3f..ac532e9 100644 --- a/config/core.entity_view_display.node.page.embedded.yml +++ b/config/core.entity_view_display.node.page.embedded.yml @@ -76,6 +76,7 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.page.full.yml b/config/core.entity_view_display.node.page.full.yml index 9b23307..241f638 100644 --- a/config/core.entity_view_display.node.page.full.yml +++ b/config/core.entity_view_display.node.page.full.yml @@ -62,6 +62,8 @@ content: region: content hidden: field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.page.teaser.yml b/config/core.entity_view_display.node.page.teaser.yml index ecab507..c6a767f 100644 --- a/config/core.entity_view_display.node.page.teaser.yml +++ b/config/core.entity_view_display.node.page.teaser.yml @@ -33,7 +33,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_storyline: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.people.default.yml b/config/core.entity_view_display.node.people.default.yml index 198d1c4..cae9433 100644 --- a/config/core.entity_view_display.node.people.default.yml +++ b/config/core.entity_view_display.node.people.default.yml @@ -50,7 +50,9 @@ hidden: field_people_social_media: true field_people_type: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.people.search_index.yml b/config/core.entity_view_display.node.people.search_index.yml index 45c60e3..bb2ab47 100644 --- a/config/core.entity_view_display.node.people.search_index.yml +++ b/config/core.entity_view_display.node.people.search_index.yml @@ -63,6 +63,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -88,7 +90,9 @@ hidden: field_people_public_gpg_key: true field_people_social_media: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.people.small_card.yml b/config/core.entity_view_display.node.people.small_card.yml index 0064bc1..c5f81c5 100644 --- a/config/core.entity_view_display.node.people.small_card.yml +++ b/config/core.entity_view_display.node.people.small_card.yml @@ -13,7 +13,6 @@ dependencies: - field.field.node.people.field_people_social_media - field.field.node.people.field_people_type - field.field.node.people.field_summary - - image.style.landscape - node.type.people module: - image @@ -50,6 +49,7 @@ hidden: field_people_public_gpg_key: true field_people_social_media: true field_people_type: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true diff --git a/config/core.entity_view_display.node.resource.card.yml b/config/core.entity_view_display.node.resource.card.yml index e12827b..286b3ab 100644 --- a/config/core.entity_view_display.node.resource.card.yml +++ b/config/core.entity_view_display.node.resource.card.yml @@ -99,6 +99,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -154,7 +156,9 @@ hidden: field_meta_tags: true field_resource_type: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.resource.default.yml b/config/core.entity_view_display.node.resource.default.yml index d10734f..d93782a 100644 --- a/config/core.entity_view_display.node.resource.default.yml +++ b/config/core.entity_view_display.node.resource.default.yml @@ -54,7 +54,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.resource.full.yml b/config/core.entity_view_display.node.resource.full.yml index 9e5562f..b8bbca8 100644 --- a/config/core.entity_view_display.node.resource.full.yml +++ b/config/core.entity_view_display.node.resource.full.yml @@ -75,6 +75,8 @@ content: settings: responsive_image_style: narrow image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: left @@ -141,7 +143,9 @@ hidden: body: true field_meta_tags: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.resource.search_index.yml b/config/core.entity_view_display.node.resource.search_index.yml index 37568f6..cb7e7c3 100644 --- a/config/core.entity_view_display.node.resource.search_index.yml +++ b/config/core.entity_view_display.node.resource.search_index.yml @@ -68,6 +68,8 @@ content: settings: responsive_image_style: '' image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -120,7 +122,9 @@ hidden: field_meta_tags: true field_resource_video: true field_summary: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.resource.simple_card.yml b/config/core.entity_view_display.node.resource.simple_card.yml index 66bf580..67adbf8 100644 --- a/config/core.entity_view_display.node.resource.simple_card.yml +++ b/config/core.entity_view_display.node.resource.simple_card.yml @@ -95,6 +95,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: ds_content @@ -119,7 +121,9 @@ hidden: field_summary: true field_tags: true field_topics: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.node.resource.teaser.yml b/config/core.entity_view_display.node.resource.teaser.yml index 6238f3a..560c126 100644 --- a/config/core.entity_view_display.node.resource.teaser.yml +++ b/config/core.entity_view_display.node.resource.teaser.yml @@ -77,6 +77,8 @@ content: settings: responsive_image_style: narrow image_link: content + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: left @@ -141,7 +143,9 @@ hidden: field_body_paragraph: true field_meta_tags: true field_tags: true + indieweb_bridgypublishmastodon: true indieweb_bridgypublishtwitter: true indieweb_syndication: true langcode: true links: true + search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.slide.columnar.yml b/config/core.entity_view_display.paragraph.slide.columnar.yml index f0e5aba..ac21b7b 100644 --- a/config/core.entity_view_display.paragraph.slide.columnar.yml +++ b/config/core.entity_view_display.paragraph.slide.columnar.yml @@ -26,6 +26,8 @@ content: settings: responsive_image_style: narrow image_link: '' + image_loading: + attribute: eager third_party_settings: { } weight: 0 region: content @@ -48,4 +50,5 @@ content: third_party_settings: { } weight: 2 region: content -hidden: { } +hidden: + search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.title.columnar.yml b/config/core.entity_view_display.paragraph.title.columnar.yml index 8643181..59bfac4 100644 --- a/config/core.entity_view_display.paragraph.title.columnar.yml +++ b/config/core.entity_view_display.paragraph.title.columnar.yml @@ -53,4 +53,3 @@ content: hidden: field_style_classes: true field_style_titlebar: true - search_api_excerpt: true diff --git a/config/core.extension.yml b/config/core.extension.yml index 0016381..fef2c64 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -16,6 +16,7 @@ module: breakpoint: 0 captcha: 0 ckeditor: 0 + ckeditor5: 0 ckeditor_markdown: 0 coffee: 0 comment: 0 @@ -65,6 +66,7 @@ module: drutopia_social: 0 drutopia_storyline: 0 drutopia_user: 0 + dynamic_entity_reference: 0 dynamic_page_cache: 0 editor: 0 entity: 0 @@ -87,6 +89,7 @@ module: honeypot: 0 http_client_error_status: 0 image: 0 + image_widget_crop: 0 indieweb: 0 indieweb_context: 0 indieweb_feed: 0 @@ -100,6 +103,8 @@ module: markdown: 0 media: 0 media_library: 0 + media_library_media_modify: 0 + media_responsive_thumbnail: 0 menu_block: 0 menu_trail_by_path: 0 menu_ui: 0 @@ -120,6 +125,7 @@ module: paragraphs_features: 0 path: 0 path_alias: 0 + phpass: 0 plausible: 0 preview_link: 0 quickedit: 0 @@ -158,6 +164,7 @@ module: user: 0 variationcache: 0 video_embed_field: 0 + views_plain: 0 views_ui: 0 viewsreference: 0 webform: 0 diff --git a/config/editor.editor.webform_default.yml b/config/editor.editor.webform_default.yml new file mode 100644 index 0000000..3b6c221 --- /dev/null +++ b/config/editor.editor.webform_default.yml @@ -0,0 +1,47 @@ +uuid: f9c714eb-b653-4de4-8f1d-766454d3a10b +langcode: en +status: true +dependencies: + config: + - filter.format.webform_default + module: + - ckeditor5 +format: webform_default +editor: ckeditor5 +settings: + toolbar: + items: + - heading + - '|' + - bold + - italic + - subscript + - superscript + - '|' + - specialCharacters + - '|' + - numberedList + - bulletedList + - '|' + - link + - '|' + - indent + - outdent + - '|' + - blockQuote + - '|' + - sourceEditing + plugins: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_list: + reversed: true + startIndex: true + ckeditor5_sourceEditing: + allowed_tags: { } +image_upload: { } diff --git a/config/filter.format.basic_html.yml b/config/filter.format.basic_html.yml index b30c3fc..0c3103d 100644 --- a/config/filter.format.basic_html.yml +++ b/config/filter.format.basic_html.yml @@ -68,3 +68,9 @@ filters: status: false weight: -41 settings: { } + filter_image_lazy_load: + id: filter_image_lazy_load + provider: filter + status: true + weight: -46 + settings: { } diff --git a/config/filter.format.full_html.yml b/config/filter.format.full_html.yml index ed854bf..0ca5872 100644 --- a/config/filter.format.full_html.yml +++ b/config/filter.format.full_html.yml @@ -56,3 +56,9 @@ filters: weight: 0 settings: filter_url_length: 88 + filter_image_lazy_load: + id: filter_image_lazy_load + provider: filter + status: true + weight: 12 + settings: { } diff --git a/config/filter.format.webform_default.yml b/config/filter.format.webform_default.yml new file mode 100644 index 0000000..0cbafe9 --- /dev/null +++ b/config/filter.format.webform_default.yml @@ -0,0 +1,11 @@ +uuid: c44fdcff-1798-4006-94c1-d9b2090eac40 +langcode: en +status: true +dependencies: + enforced: + module: + - webform +name: 'Webform (Default) - DO NOT EDIT' +format: webform_default +weight: 100 +filters: { } diff --git a/config/image.style.crop_thumbnail.yml b/config/image.style.crop_thumbnail.yml new file mode 100644 index 0000000..5a4d375 --- /dev/null +++ b/config/image.style.crop_thumbnail.yml @@ -0,0 +1,17 @@ +uuid: b722a525-a7df-492c-bb37-7c51d6a0fe40 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: N1S0PHZeyxfFqgzB-sDeGPaxi0dDOL8NUiP_d6WXSV0 +name: crop_thumbnail +label: 'Crop thumbnail' +effects: + 8fc26706-68dc-4eb7-8121-33e3936ed55f: + uuid: 8fc26706-68dc-4eb7-8121-33e3936ed55f + id: image_scale + weight: 1 + data: + width: 400 + height: null + upscale: false diff --git a/config/image_widget_crop.settings.yml b/config/image_widget_crop.settings.yml new file mode 100644 index 0000000..d7ceb3e --- /dev/null +++ b/config/image_widget_crop.settings.yml @@ -0,0 +1,12 @@ +_core: + default_config_hash: UYGkeE2iH3UGp9lBPsELb3VSgHz9vkMJeaGzcYwE7Uw +settings: + library_url: '' + css_url: '' + crop_preview_image_style: crop_thumbnail + crop_list: { } + crop_types_required: { } + warn_multiple_usages: false + show_default_crop: true + notify_apply: false + notify_update: true diff --git a/config/language/es/tour.tour.search-api-index-fields.yml b/config/language/es/tour.tour.search-api-index-fields.yml index 3ca2774..30348d1 100644 --- a/config/language/es/tour.tour.search-api-index-fields.yml +++ b/config/language/es/tour.tour.search-api-index-fields.yml @@ -1,3 +1,5 @@ tips: search-api-index-fields-label: label: Etiqueta + search-api-index-fields-type: + label: Tipo diff --git a/config/language/es/views.view.media.yml b/config/language/es/views.view.media.yml index c5f1183..c3ad582 100644 --- a/config/language/es/views.view.media.yml +++ b/config/language/es/views.view.media.yml @@ -5,6 +5,8 @@ display: fields: media_bulk_form: action_title: Acción + bundle: + label: Tipo status: label: Estado operations: @@ -12,3 +14,7 @@ display: exposed_form: options: submit_button: Filter + filters: + bundle: + expose: + label: Tipo diff --git a/config/language/es/views.view.people.yml b/config/language/es/views.view.people.yml index 51ad2a5..a6f812e 100644 --- a/config/language/es/views.view.people.yml +++ b/config/language/es/views.view.people.yml @@ -1,3 +1,5 @@ display: + default: + display_title: 'Por defecto' page_listing: display_title: Página diff --git a/config/language/es/views.view.watchdog.yml b/config/language/es/views.view.watchdog.yml index cb14ba9..068949e 100644 --- a/config/language/es/views.view.watchdog.yml +++ b/config/language/es/views.view.watchdog.yml @@ -3,6 +3,8 @@ display: display_title: 'Por defecto' display_options: fields: + type: + label: Tipo timestamp: label: Fecha name: @@ -12,5 +14,9 @@ display: exposed_form: options: submit_button: Filter + filters: + type: + expose: + label: Tipo page: display_title: Página diff --git a/config/language/es/views.view.webmentions.yml b/config/language/es/views.view.webmentions.yml index 9bdcb77..289bbd9 100644 --- a/config/language/es/views.view.webmentions.yml +++ b/config/language/es/views.view.webmentions.yml @@ -4,7 +4,13 @@ display: fields: webmention_bulk_form: action_title: Acción + type: + label: Tipo created: label: Creado + filters: + type: + expose: + label: Tipo page_1: display_title: Página diff --git a/config/preview_link.settings.yml b/config/preview_link.settings.yml index 3327dc2..10f4218 100644 --- a/config/preview_link.settings.yml +++ b/config/preview_link.settings.yml @@ -1 +1,4 @@ enabled_entity_types: { } +multiple_entities: false +expiry_seconds: 604800 +display_message: subsequent diff --git a/config/search_api.server.database.yml b/config/search_api.server.database.yml index 3a7936f..f315b39 100644 --- a/config/search_api.server.database.yml +++ b/config/search_api.server.database.yml @@ -19,3 +19,4 @@ backend_config: suggest_words: true database_text: '' partial_matches: false + phrase: disabled diff --git a/config/system.feature_flags.yml b/config/system.feature_flags.yml new file mode 100644 index 0000000..7169df0 --- /dev/null +++ b/config/system.feature_flags.yml @@ -0,0 +1 @@ +linkset_endpoint: false diff --git a/config/user.role.authenticated.yml b/config/user.role.authenticated.yml index 1359dfe..ef0f14a 100644 --- a/config/user.role.authenticated.yml +++ b/config/user.role.authenticated.yml @@ -6,6 +6,7 @@ dependencies: - filter.format.basic_html - filter.format.markdown - filter.format.minimalhtml + - filter.format.webform_default module: - captcha - coffee @@ -13,6 +14,7 @@ dependencies: - comment_notify - contact - exclude_node_title + - file - filter - media - shortcut @@ -31,6 +33,7 @@ permissions: - 'access site-wide contact form' - 'cancel account' - 'change own username' + - 'delete own files' - 'edit own comments' - 'post comments' - 'skip CAPTCHA' @@ -40,4 +43,5 @@ permissions: - 'use text format basic_html' - 'use text format markdown' - 'use text format minimalhtml' + - 'use text format webform_default' - 'view media' diff --git a/config/user.role.contributor.yml b/config/user.role.contributor.yml index 1c1d7c2..4c2b1b5 100644 --- a/config/user.role.contributor.yml +++ b/config/user.role.contributor.yml @@ -19,6 +19,7 @@ dependencies: - comment - contextual - exclude_node_title + - file - filter - honeypot - node @@ -51,6 +52,7 @@ permissions: - 'delete own blog content' - 'delete own campaign content' - 'delete own event content' + - 'delete own files' - 'delete own page content' - 'delete own people content' - 'delete own resource content' diff --git a/config/user.role.editor.yml b/config/user.role.editor.yml index d8a1079..ba02368 100644 --- a/config/user.role.editor.yml +++ b/config/user.role.editor.yml @@ -65,6 +65,7 @@ permissions: - 'delete all revisions' - 'delete any event content' - 'delete event revisions' + - 'delete own files' - 'delete terms in resource_type' - 'delete terms in tags' - 'delete terms in technologies' diff --git a/config/user.role.manager.yml b/config/user.role.manager.yml index 3f8b603..17b719c 100644 --- a/config/user.role.manager.yml +++ b/config/user.role.manager.yml @@ -19,6 +19,7 @@ dependencies: module: - admin_toolbar_search - block + - block_content - block_visibility_groups - comment - config_perms @@ -51,6 +52,7 @@ permissions: - 'Administer site information' - 'Edit contact form' - 'access administration pages' + - 'access block library' - 'access content overview' - 'access contextual links' - 'access files overview' @@ -64,6 +66,8 @@ permissions: - 'access user profiles' - 'access webform overview' - 'access webform submission user' + - 'administer block content' + - 'administer block types' - 'administer block visibility groups' - 'administer blocks' - 'administer comments' @@ -90,6 +94,7 @@ permissions: - 'delete all revisions' - 'delete any event content' - 'delete event revisions' + - 'delete own files' - 'delete terms in resource_type' - 'delete terms in tags' - 'delete terms in technologies' diff --git a/config/user.role.partner.yml b/config/user.role.partner.yml index 6be6752..f68d6e5 100644 --- a/config/user.role.partner.yml +++ b/config/user.role.partner.yml @@ -1,9 +1,12 @@ uuid: a0ec8067-4c42-40fc-bf5a-de93ee6af1f0 langcode: en status: true -dependencies: { } +dependencies: + module: + - file id: partner label: Partner weight: 7 is_admin: null -permissions: { } +permissions: + - 'delete own files' diff --git a/config/user.role.past.yml b/config/user.role.past.yml index 8d39a62..55796e7 100644 --- a/config/user.role.past.yml +++ b/config/user.role.past.yml @@ -1,9 +1,12 @@ uuid: 2874b779-2b7c-44f9-bf90-9ac2e297cda9 langcode: en status: true -dependencies: { } +dependencies: + module: + - file id: past label: Past weight: 6 is_admin: null -permissions: { } +permissions: + - 'delete own files' diff --git a/config/user.role.staff.yml b/config/user.role.staff.yml index a744df9..d32a554 100644 --- a/config/user.role.staff.yml +++ b/config/user.role.staff.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: module: + - file - honeypot id: staff label: Staff @@ -10,3 +11,4 @@ weight: 8 is_admin: null permissions: - 'bypass honeypot protection' + - 'delete own files' diff --git a/config/views.view.block_content.yml b/config/views.view.block_content.yml index 0311938..42c034e 100644 --- a/config/views.view.block_content.yml +++ b/config/views.view.block_content.yml @@ -8,7 +8,7 @@ dependencies: _core: default_config_hash: BmeDSOTSaTVy5QLgxgJ5ye_ZseG5t88JXRP1apFoBkk id: block_content -label: 'Custom block library' +label: 'Content blocks' module: views description: 'Find and manage custom blocks.' tag: default @@ -209,6 +209,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 operations: id: operations table: block_content @@ -291,7 +300,7 @@ display: access: type: perm options: - perm: 'administer blocks' + perm: 'access block library' cache: type: tag options: { } @@ -523,14 +532,15 @@ display: position: 1 display_options: display_extenders: { } - path: admin/structure/block/block-content + path: admin/content/block menu: type: tab - title: 'Custom block library' - description: '' + title: Blocks + description: 'Create and edit block content.' weight: 0 + expanded: false menu_name: admin - parent: block.admin_display + parent: system.admin_content context: '0' cache_metadata: max-age: -1 diff --git a/config/views.view.blog.yml b/config/views.view.blog.yml index 627bf0e..0c07adc 100644 --- a/config/views.view.blog.yml +++ b/config/views.view.blog.yml @@ -603,6 +603,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.case_study.yml b/config/views.view.case_study.yml index 7a797e3..17aa26d 100644 --- a/config/views.view.case_study.yml +++ b/config/views.view.case_study.yml @@ -75,7 +75,19 @@ display: hide_alter_empty: true click_sort_column: value type: timestamp - settings: { } + settings: + date_format: medium + custom_date_format: '' + timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.comment.yml b/config/views.view.comment.yml index ae2e3f9..2625aeb 100644 --- a/config/views.view.comment.yml +++ b/config/views.view.comment.yml @@ -394,6 +394,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1272,6 +1281,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.content.yml b/config/views.view.content.yml index d23d888..5d3a57d 100644 --- a/config/views.view.content.yml +++ b/config/views.view.content.yml @@ -204,6 +204,15 @@ display: date_format: html_date custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -271,6 +280,15 @@ display: date_format: html_date custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.files.yml b/config/views.view.files.yml index fcfbb9a..8c7ecee 100644 --- a/config/views.view.files.yml +++ b/config/views.view.files.yml @@ -335,6 +335,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 changed: id: changed table: file_managed @@ -391,6 +400,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 count: id: count table: file_usage diff --git a/config/views.view.glossary.yml b/config/views.view.glossary.yml index b55a90e..0480a9a 100644 --- a/config/views.view.glossary.yml +++ b/config/views.view.glossary.yml @@ -183,6 +183,15 @@ display: date_format: long custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 pager: type: mini options: diff --git a/config/views.view.media.yml b/config/views.view.media.yml index ed0af9b..39a9580 100644 --- a/config/views.view.media.yml +++ b/config/views.view.media.yml @@ -448,6 +448,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.media_library.yml b/config/views.view.media_library.yml index a4eb2a8..e1e4028 100644 --- a/config/views.view.media_library.yml +++ b/config/views.view.media_library.yml @@ -1172,6 +1172,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 access: type: perm options: diff --git a/config/views.view.taxonomy_term.yml b/config/views.view.taxonomy_term.yml index 6d2165a..5f67364 100644 --- a/config/views.view.taxonomy_term.yml +++ b/config/views.view.taxonomy_term.yml @@ -488,6 +488,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.webform_submissions.yml b/config/views.view.webform_submissions.yml index 707b773..2ab75e3 100644 --- a/config/views.view.webform_submissions.yml +++ b/config/views.view.webform_submissions.yml @@ -216,6 +216,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -979,6 +988,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1046,6 +1064,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1901,6 +1928,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1968,6 +2004,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -2735,6 +2780,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -2802,6 +2856,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/views.view.webmentions.yml b/config/views.view.webmentions.yml index 5f5fa9f..13c9da3 100644 --- a/config/views.view.webmentions.yml +++ b/config/views.view.webmentions.yml @@ -460,6 +460,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/webform.settings.yml b/config/webform.settings.yml index f4dec90..2a6c7e1 100644 --- a/config/webform.settings.yml +++ b/config/webform.settings.yml @@ -3,6 +3,7 @@ _core: langcode: en settings: default_status: open + default_categories: { } default_page: true default_page_base_path: /form default_ajax: false @@ -46,6 +47,7 @@ settings: default_draft_pending_multiple_message: 'You have pending drafts for this webform. View your pending drafts.' default_confirmation_message: 'New submission added to [webform:title].' default_confirmation_back_label: 'Back to form' + default_confirmation_noindex: true default_limit_total_message: 'No more submissions are permitted.' default_limit_user_message: 'No more submissions are permitted.' default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]' @@ -153,8 +155,6 @@ element: default_empty_option: true default_empty_option_required: '' default_empty_option_optional: '' - default_algolia_places_app_id: '' - default_algolia_places_api_key: '' excluded_elements: password: password password_confirm: password_confirm @@ -163,8 +163,8 @@ element: default_google_maps_api_key: '' html_editor: disabled: false - element_format: '' - mail_format: '' + element_format: webform_default + mail_format: webform_default tidy: true make_unused_managed_files_temporary: true file: diff --git a/config/webform.webform.attend_the_tech_and_rev_workshop.yml b/config/webform.webform.attend_the_tech_and_rev_workshop.yml index e671454..615885d 100644 --- a/config/webform.webform.attend_the_tech_and_rev_workshop.yml +++ b/config/webform.webform.attend_the_tech_and_rev_workshop.yml @@ -11,7 +11,7 @@ archive: false id: attend_the_tech_and_rev_workshop title: 'Attend the Tech and Rev Workshop' description: '' -category: '' +categories: { } elements: | intro: '#type': webform_markup @@ -120,6 +120,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.blog_posts.yml b/config/webform.webform.blog_posts.yml index d353913..7dab138 100644 --- a/config/webform.webform.blog_posts.yml +++ b/config/webform.webform.blog_posts.yml @@ -11,7 +11,8 @@ archive: false id: blog_posts title: 'Blog posts' description: 'Get blog posts via email' -category: Mailchimp +categories: + - Mailchimp elements: | your_name: '#type': webform_name @@ -113,6 +114,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.capacitacion.yml b/config/webform.webform.capacitacion.yml index 28ee102..0c5a0ca 100644 --- a/config/webform.webform.capacitacion.yml +++ b/config/webform.webform.capacitacion.yml @@ -11,7 +11,7 @@ archive: false id: capacitacion title: Capacitación description: '

Formulario para capacitación

' -category: '' +categories: { } elements: | intro_text: '#type': processed_text @@ -131,6 +131,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.contact.yml b/config/webform.webform.contact.yml index 2a948b4..3011d28 100644 --- a/config/webform.webform.contact.yml +++ b/config/webform.webform.contact.yml @@ -16,7 +16,7 @@ archive: false id: contact title: Contact description: 'Basic email contact webform.' -category: '' +categories: { } elements: | introduction: '#type': webform_markup @@ -133,6 +133,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.contact_confirm.yml b/config/webform.webform.contact_confirm.yml index 95d9bd7..e3f53f4 100644 --- a/config/webform.webform.contact_confirm.yml +++ b/config/webform.webform.contact_confirm.yml @@ -11,7 +11,7 @@ archive: false id: contact_confirm title: 'Thanks for contacting Agaric' description: 'A confirmation page to ask some follow-up questions.' -category: '' +categories: { } elements: | do_you_have_any_feedback_for_us_: '#type': textarea @@ -118,6 +118,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.drupal_8_9_content_migrations.yml b/config/webform.webform.drupal_8_9_content_migrations.yml index 0dec264..08e9792 100644 --- a/config/webform.webform.drupal_8_9_content_migrations.yml +++ b/config/webform.webform.drupal_8_9_content_migrations.yml @@ -13,7 +13,8 @@ archive: false id: drupal_8_9_content_migrations title: 'Drupal 9 content migrations' description: '' -category: Purchase +categories: + - Purchase elements: |- course_summary: '#type': processed_text @@ -135,6 +136,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.drutopia_intake.yml b/config/webform.webform.drutopia_intake.yml index 580e871..e1419ce 100644 --- a/config/webform.webform.drutopia_intake.yml +++ b/config/webform.webform.drutopia_intake.yml @@ -11,7 +11,8 @@ archive: false id: drutopia_intake title: 'Drutopia Intake' description: 'Determine a potential Drutopia partner's needs.' -category: 'Survey of needs' +categories: + - 'Survey of needs' elements: | contactinfo: '#type': webform_contact @@ -144,6 +145,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.drutopia_platform_intake.yml b/config/webform.webform.drutopia_platform_intake.yml index 8681a70..46a179b 100644 --- a/config/webform.webform.drutopia_platform_intake.yml +++ b/config/webform.webform.drutopia_platform_intake.yml @@ -11,7 +11,8 @@ archive: false id: drutopia_platform_intake title: 'Drutopia platform intake' description: 'Request for minimal contact information and an optional statement of need regarding a hosted site.' -category: Lead +categories: + - Lead elements: | e_mail_address: '#type': email @@ -115,6 +116,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.find_it_platform.yml b/config/webform.webform.find_it_platform.yml index c7b9703..35ab26c 100644 --- a/config/webform.webform.find_it_platform.yml +++ b/config/webform.webform.find_it_platform.yml @@ -11,7 +11,7 @@ archive: false id: find_it_platform title: 'Find It Platform' description: '' -category: '' +categories: { } elements: | name: '#type': textfield @@ -108,6 +108,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.general_services.yml b/config/webform.webform.general_services.yml index c709275..0a64c38 100644 --- a/config/webform.webform.general_services.yml +++ b/config/webform.webform.general_services.yml @@ -11,7 +11,7 @@ archive: false id: general_services title: 'General services' description: 'Intake form for general services inquiries.' -category: '' +categories: { } elements: | budget: '#type': range @@ -120,6 +120,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.getting_started_with_drupal_9.yml b/config/webform.webform.getting_started_with_drupal_9.yml index 59d123f..c097850 100644 --- a/config/webform.webform.getting_started_with_drupal_9.yml +++ b/config/webform.webform.getting_started_with_drupal_9.yml @@ -13,7 +13,8 @@ archive: false id: getting_started_with_drupal_9 title: 'Getting started with Drupal 9' description: '' -category: Purchase +categories: + - Purchase elements: | course_summary: '#type': processed_text @@ -136,6 +137,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.getting_started_with_react_js.yml b/config/webform.webform.getting_started_with_react_js.yml index a7a2861..4eacb04 100644 --- a/config/webform.webform.getting_started_with_react_js.yml +++ b/config/webform.webform.getting_started_with_react_js.yml @@ -13,7 +13,8 @@ archive: false id: getting_started_with_react_js title: 'Getting started with React.js' description: '' -category: Purchase +categories: + - Purchase elements: | course_summary: '#type': processed_text @@ -136,6 +137,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.join_the_movement.yml b/config/webform.webform.join_the_movement.yml index 3ab2cef..c50b19e 100644 --- a/config/webform.webform.join_the_movement.yml +++ b/config/webform.webform.join_the_movement.yml @@ -13,7 +13,8 @@ archive: false id: join_the_movement title: 'Join the movement' description: '' -category: Mailchimp +categories: + - Mailchimp elements: | intro_text: '#type': processed_text @@ -113,6 +114,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.join_the_movement_confirm.yml b/config/webform.webform.join_the_movement_confirm.yml index ccc6cbc..7415323 100644 --- a/config/webform.webform.join_the_movement_confirm.yml +++ b/config/webform.webform.join_the_movement_confirm.yml @@ -11,7 +11,8 @@ archive: false id: join_the_movement_confirm title: 'Join the movement confirm' description: 'Confirmation webform after submitting the "join the movement" form.' -category: 'Confirmation (do not use directly)' +categories: + - 'Confirmation (do not use directly)' elements: | what_inspired_to_sign_up: '#type': textarea @@ -103,6 +104,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.june_2020_webinars.yml b/config/webform.webform.june_2020_webinars.yml index da3ad1e..1c8ba8e 100644 --- a/config/webform.webform.june_2020_webinars.yml +++ b/config/webform.webform.june_2020_webinars.yml @@ -11,7 +11,8 @@ archive: false id: june_2020_webinars title: 'July 2020 webinars' description: '' -category: Education +categories: + - Education elements: | name: '#type': textfield @@ -116,6 +117,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.lms.yml b/config/webform.webform.lms.yml index acb524e..ca36358 100644 --- a/config/webform.webform.lms.yml +++ b/config/webform.webform.lms.yml @@ -11,7 +11,8 @@ archive: false id: lms title: 'Request an LMS - Video chat - Consultation ' description: 'Online learning platform' -category: Education +categories: + - Education elements: | your_name: '#type': webform_name @@ -121,6 +122,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.migration_quote.yml b/config/webform.webform.migration_quote.yml index d81855c..b59b071 100644 --- a/config/webform.webform.migration_quote.yml +++ b/config/webform.webform.migration_quote.yml @@ -16,7 +16,8 @@ archive: false id: migration_quote title: 'Migration Quote' description: 'Migrations quote form' -category: Lead +categories: + - Lead elements: |- name: '#type': textfield diff --git a/config/webform.webform.migrations.yml b/config/webform.webform.migrations.yml index e4a4b6d..84db81f 100644 --- a/config/webform.webform.migrations.yml +++ b/config/webform.webform.migrations.yml @@ -13,7 +13,8 @@ archive: false id: migrations title: 'Migrations training' description: 'A webform for people joining our migration trainings announcement list.' -category: Mailchimp +categories: + - Mailchimp elements: | your_email: '#type': email @@ -113,6 +114,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.migrations_training_confirm.yml b/config/webform.webform.migrations_training_confirm.yml index 9c27038..e72a2d2 100644 --- a/config/webform.webform.migrations_training_confirm.yml +++ b/config/webform.webform.migrations_training_confirm.yml @@ -11,7 +11,8 @@ archive: false id: migrations_training_confirm title: 'Migrations training confirm' description: 'Confirmation page for the migrations training signup.' -category: 'Confirmation (do not use directly)' +categories: + - 'Confirmation (do not use directly)' elements: | what_motivated_sign_up_for_migration_training: '#type': textarea @@ -107,6 +108,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.newsletter.yml b/config/webform.webform.newsletter.yml index 04ecd9c..298657e 100644 --- a/config/webform.webform.newsletter.yml +++ b/config/webform.webform.newsletter.yml @@ -11,7 +11,8 @@ archive: false id: newsletter title: Newsletter description: 'Sign up for the Agaric Newsletter' -category: Marketing +categories: + - Marketing elements: | processed_text: '#type': processed_text @@ -123,6 +124,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.purchase_training_migrate_api.yml b/config/webform.webform.purchase_training_migrate_api.yml index b2d682a..58e2ab1 100644 --- a/config/webform.webform.purchase_training_migrate_api.yml +++ b/config/webform.webform.purchase_training_migrate_api.yml @@ -13,7 +13,8 @@ archive: false id: purchase_training_migrate_api title: 'Upgrading to Drupal 9 using the Migrate API' description: '' -category: Purchase +categories: + - Purchase elements: | course_summary: '#type': processed_text @@ -136,6 +137,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index 40678e3..b39320a 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -11,7 +11,8 @@ archive: false id: request title: Request description: 'Very simple form for potential clients to tell us what they need.' -category: Lead +categories: + - Lead elements: | describe_goal: '#type': textarea @@ -113,6 +114,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.showandtell.yml b/config/webform.webform.showandtell.yml index 9b639f3..d23222e 100644 --- a/config/webform.webform.showandtell.yml +++ b/config/webform.webform.showandtell.yml @@ -11,7 +11,8 @@ archive: false id: showandtell title: 'Show and Tell' description: 'Submit an idea for Show and Tell.' -category: 'Show and Tell' +categories: + - 'Show and Tell' elements: | your_name: '#type': webform_name @@ -148,6 +149,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.speaker_request_agaric.yml b/config/webform.webform.speaker_request_agaric.yml index dcf6f8a..52723c9 100644 --- a/config/webform.webform.speaker_request_agaric.yml +++ b/config/webform.webform.speaker_request_agaric.yml @@ -11,7 +11,7 @@ archive: false id: speaker_request_agaric title: 'Speaker Request - Agaric' description: 'Request an Agaric's presence for a presentation, workshop or lecture.' -category: '' +categories: { } elements: |- event_website: '#type': url @@ -229,6 +229,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.speaker_request_clayton_dewey.yml b/config/webform.webform.speaker_request_clayton_dewey.yml index 7a5812b..7f14378 100644 --- a/config/webform.webform.speaker_request_clayton_dewey.yml +++ b/config/webform.webform.speaker_request_clayton_dewey.yml @@ -11,7 +11,7 @@ archive: true id: speaker_request_clayton_dewey title: 'Speaker Request - Clayton Dewey' description: 'Invite Clayton to speak.' -category: '' +categories: { } elements: | event_website: '#type': url @@ -142,6 +142,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.speaker_request_mauricio_dinarte.yml b/config/webform.webform.speaker_request_mauricio_dinarte.yml index 186d0c2..154c9f1 100644 --- a/config/webform.webform.speaker_request_mauricio_dinarte.yml +++ b/config/webform.webform.speaker_request_mauricio_dinarte.yml @@ -11,7 +11,7 @@ archive: false id: speaker_request_mauricio_dinarte title: 'Speaker Request - Mauricio Dinarte' description: 'Invite Mauricio to speak.' -category: '' +categories: { } elements: | event_website: '#type': url @@ -142,6 +142,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.speaker_request_michele_metts.yml b/config/webform.webform.speaker_request_michele_metts.yml index 133199c..ae4713e 100644 --- a/config/webform.webform.speaker_request_michele_metts.yml +++ b/config/webform.webform.speaker_request_michele_metts.yml @@ -11,7 +11,8 @@ archive: false id: speaker_request_michele_metts title: 'Speaker request form for Michele Metts' description: '' -category: Speaker +categories: + - Speaker elements: | your_name: '#type': webform_name @@ -142,6 +143,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.speaker_request_micky_metts.yml b/config/webform.webform.speaker_request_micky_metts.yml index 012c6b9..bf1bafc 100644 --- a/config/webform.webform.speaker_request_micky_metts.yml +++ b/config/webform.webform.speaker_request_micky_metts.yml @@ -11,7 +11,7 @@ archive: false id: speaker_request_micky_metts title: 'Speaker Request - Micky Metts' description: 'Speaker Request for Micky Metts' -category: '' +categories: { } elements: | your_name: '#type': webform_name @@ -142,6 +142,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.training.yml b/config/webform.webform.training.yml index 4e0d180..c47b296 100644 --- a/config/webform.webform.training.yml +++ b/config/webform.webform.training.yml @@ -11,7 +11,7 @@ archive: false id: training title: Training description: 'Training intake form' -category: '' +categories: { } elements: | intro_text: '#type': processed_text @@ -133,6 +133,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.training_discount.yml b/config/webform.webform.training_discount.yml index 953d399..c4be81c 100644 --- a/config/webform.webform.training_discount.yml +++ b/config/webform.webform.training_discount.yml @@ -13,7 +13,8 @@ archive: false id: training_discount title: 'Training Discount' description: '' -category: Purchase +categories: + - Purchase elements: | course_summary: '#type': processed_text @@ -142,6 +143,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.training_notification_request.yml b/config/webform.webform.training_notification_request.yml index cf6c1a9..8c07564 100644 --- a/config/webform.webform.training_notification_request.yml +++ b/config/webform.webform.training_notification_request.yml @@ -11,7 +11,7 @@ archive: false id: training_notification_request title: 'Training Notification Request' description: 'Users who submit this form should be notified when any of the trainings they are interested in become available.' -category: '' +categories: { } elements: | intro_text: '#type': processed_text @@ -128,6 +128,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.training_request_draft.yml b/config/webform.webform.training_request_draft.yml index 6bd4b06..0f51f22 100644 --- a/config/webform.webform.training_request_draft.yml +++ b/config/webform.webform.training_request_draft.yml @@ -11,7 +11,7 @@ archive: false id: training_request_draft title: 'General Training Request Form' description: 'This is the training request form that will be placed on all specific training pages. Upon submission, you can tell which page this form was submitted from by looking at the results tab.' -category: '' +categories: { } elements: | name: '#type': webform_name @@ -122,6 +122,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/webform.webform.workshops.yml b/config/webform.webform.workshops.yml index 0fac558..024686f 100644 --- a/config/webform.webform.workshops.yml +++ b/config/webform.webform.workshops.yml @@ -11,7 +11,7 @@ archive: false id: workshops title: Workshops description: Workshops -category: '' +categories: { } elements: | basic_encryption: '#type': textarea @@ -104,6 +104,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' From aa899c1d2888bcdeb879ccfb907e02e52193133a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 21:14:28 -0500 Subject: [PATCH 072/145] Apply commit snapshot updates --- ...t.snapshot.config_sync.module.drutopia.yml | 76 +++++++++++++++++++ ...t.config_sync.module.image_widget_crop.yml | 47 ++++++++++++ ...ot.snapshot.config_sync.module.webform.yml | 19 +++++ 3 files changed, 142 insertions(+) create mode 100644 config/config_snapshot.snapshot.config_sync.module.image_widget_crop.yml diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia.yml index 4838bd9..5ea3363 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia.yml @@ -1044,6 +1044,75 @@ items: fontawesome: examples: '' visibility: { } + - + collection: '' + name: editor.editor.basic_html + data: + langcode: en + status: true + dependencies: + config: + - filter.format.basic_html + module: + - ckeditor5 + format: basic_html + editor: ckeditor5 + settings: + toolbar: + items: + - bold + - italic + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - drupalInsertImage + - '|' + - heading + - code + - '|' + - sourceEditing + plugins: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_imageResize: + allow_resize: true + ckeditor5_list: + reversed: false + startIndex: true + ckeditor5_sourceEditing: + allowed_tags: + - '' + - '
' + - '
' + - '
' + - '' + - '
' + - '