contrib module updates

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-27 10:28:37 +02:00
parent c3a9da98de
commit 55e8932540
3 changed files with 218 additions and 134 deletions

View File

@ -18,7 +18,7 @@
"composer/installers": "^1.9", "composer/installers": "^1.9",
"drupal/address": "1.x-dev@dev", "drupal/address": "1.x-dev@dev",
"drupal/administerusersbyrole": "3.x-dev@dev", "drupal/administerusersbyrole": "3.x-dev@dev",
"drupal/better_exposed_filters": "^5.0@beta", "drupal/better_exposed_filters": "^6",
"drupal/ckeditor_iframe": "^2.1", "drupal/ckeditor_iframe": "^2.1",
"drupal/config_ignore": "^2.3", "drupal/config_ignore": "^2.3",
"drupal/core-composer-scaffold": "^9.3", "drupal/core-composer-scaffold": "^9.3",
@ -34,6 +34,7 @@
"drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_maps": "^2.1",
"drupal/leaflet_more_markers": "^1.1", "drupal/leaflet_more_markers": "^1.1",
"drupal/linked_field": "^1.3", "drupal/linked_field": "^1.3",
"drupal/mailsystem": "^4.4",
"drupal/metatag": "^1.21", "drupal/metatag": "^1.21",
"drupal/page_manager": "4.x-dev@dev", "drupal/page_manager": "4.x-dev@dev",
"drupal/panelizer": "^4.4", "drupal/panelizer": "^4.4",
@ -51,6 +52,7 @@
"drupal/video_embed_field": "^2.4", "drupal/video_embed_field": "^2.4",
"drupal/views_argument_token": "2.0.x-dev@dev", "drupal/views_argument_token": "2.0.x-dev@dev",
"drupal/views_conditional": "^1.4", "drupal/views_conditional": "^1.4",
"drupal/views_ef_fieldset": "^1",
"drupal/xmlsitemap": "^1.3", "drupal/xmlsitemap": "^1.3",
"geocoder-php/google-maps-provider": "^4.6", "geocoder-php/google-maps-provider": "^4.6",
"geocoder-php/mapquest-provider": "^4.2", "geocoder-php/mapquest-provider": "^4.2",
@ -59,7 +61,7 @@
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
}, },
"minimum-stability": "stable", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"sort-packages": true, "sort-packages": true,

344
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1133436d0236fad6cdf43ecf521fcc8f", "content-hash": "8611bdcd311dd50d054b56402e92419b",
"packages": [ "packages": [
{ {
"name": "ajgl/breakpoint-twig-extension", "name": "ajgl/breakpoint-twig-extension",
@ -2413,26 +2413,29 @@
}, },
{ {
"name": "drupal/admin_toolbar", "name": "drupal/admin_toolbar",
"version": "2.5.0", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git", "url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.5" "reference": "3.3.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.5.zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.3.0.zip",
"reference": "8.x-2.5", "reference": "3.3.0",
"shasum": "c71e58051b8d6818272df96d14cb11407d5e5ceb" "shasum": "8e61fba9c9d83a94a844cff96d00871878a7eb98"
}, },
"require": { "require": {
"drupal/core": "^8.8.0 || ^9.0" "drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.5", "version": "3.3.0",
"datestamp": "1629907119", "datestamp": "1669567837",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2855,30 +2858,30 @@
}, },
{ {
"name": "drupal/better_exposed_filters", "name": "drupal/better_exposed_filters",
"version": "5.2.0", "version": "6.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/better_exposed_filters.git", "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
"reference": "8.x-5.2" "reference": "6.0.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.2.zip", "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.2.zip",
"reference": "8.x-5.2", "reference": "6.0.2",
"shasum": "43f0d013d78ab72c29d797ac5fe9be682ffbfb85" "shasum": "e06e8f88fab14942e4d3f71faaa64a30f136792c"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9", "drupal/core": "^9 || ^10",
"drupal/jquery_ui": "^1.4", "drupal/jquery_ui": "^1.4",
"drupal/jquery_ui_datepicker": "^1.0", "drupal/jquery_ui_datepicker": "^1.2",
"drupal/jquery_ui_slider": "^1.1", "drupal/jquery_ui_slider": "^1.1",
"drupal/jquery_ui_touch_punch": "^1.0" "drupal/jquery_ui_touch_punch": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-5.2", "version": "6.0.2",
"datestamp": "1657172286", "datestamp": "1666017720",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -3402,29 +3405,32 @@
}, },
{ {
"name": "drupal/config_filter", "name": "drupal/config_filter",
"version": "1.10.0", "version": "2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/config_filter.git", "url": "https://git.drupalcode.org/project/config_filter.git",
"reference": "8.x-1.10" "reference": "8.x-2.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip",
"reference": "8.x-1.10", "reference": "8.x-2.4",
"shasum": "c5002f2b9dece3c684db754123936d1388b80b8d" "shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9 || ^10" "drupal/core": "^8.8 || ^9 || ^10"
}, },
"conflict": {
"drush/drush": "<10"
},
"suggest": { "suggest": {
"drupal/config_split": "Split site configuration for different environments." "drupal/config_split": "Split site configuration for different environments."
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-2.4",
"datestamp": "1656936763", "datestamp": "1656936801",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -5554,29 +5560,26 @@
}, },
{ {
"name": "drupal/field_group", "name": "drupal/field_group",
"version": "3.4.0", "version": "dev-3.x",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/field_group.git", "url": "https://git.drupalcode.org/project/field_group.git",
"reference": "8.x-3.4" "reference": "badc69d77745143e98172a3fa4829eb4e19baae5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "80b937e1a11f8b29c69d853fc4bf798c057c6f94"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.2 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": { "drupal": {
"version": "8.x-3.4", "version": "8.x-3.4+2-dev",
"datestamp": "1667241979", "datestamp": "1667403745",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Dev releases are not covered by Drupal security advisories."
} }
} }
}, },
@ -5777,6 +5780,59 @@
"source": "https://git.drupalcode.org/project/filter_perms" "source": "https://git.drupalcode.org/project/filter_perms"
} }
}, },
{
"name": "drupal/formatter_suite",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/formatter_suite.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/formatter_suite-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "ac7bd151141e4b362d02744e8ea125d7e6919af2"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1595830765",
"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": "nadeau",
"homepage": "https://www.drupal.org/user/103422"
},
{
"name": "toamit",
"homepage": "https://www.drupal.org/user/2820523"
}
],
"description": "Field formaters to present numbers, text, links, etc.",
"homepage": "https://www.drupal.org/project/formatter_suite",
"keywords": [
"Drupal",
"Format"
],
"support": {
"source": "http://cgit.drupalcode.org/formatter_suite",
"issues": "http://drupal.org/project/issues/formatter_suite"
}
},
{ {
"name": "drupal/geocoder", "name": "drupal/geocoder",
"version": "3.31.0", "version": "3.31.0",
@ -7259,29 +7315,30 @@
}, },
{ {
"name": "drupal/linkit", "name": "drupal/linkit",
"version": "5.0.0-beta13", "version": "6.0.0-beta4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/linkit.git", "url": "https://git.drupalcode.org/project/linkit.git",
"reference": "8.x-5.0-beta13" "reference": "6.0.0-beta4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta13.zip", "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta4.zip",
"reference": "8.x-5.0-beta13", "reference": "6.0.0-beta4",
"shasum": "9215fbea84166cabc9b7a2d9a04dedaffb9fc1ed" "shasum": "94274f0af2315ca91d9be8fc4e5103c9566860f0"
}, },
"require": { "require": {
"drupal/core": "^8.7.7 || ^9" "drupal/core": "^9.4 || ^10"
}, },
"require-dev": { "require-dev": {
"drupal/ckeditor": "*",
"drupal/imce": "*" "drupal/imce": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-5.0-beta13", "version": "6.0.0-beta4",
"datestamp": "1632946970", "datestamp": "1678030708",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories." "message": "Beta releases are not covered by Drupal security advisories."
@ -7302,6 +7359,10 @@
{ {
"name": "johnwebdev", "name": "johnwebdev",
"homepage": "https://www.drupal.org/user/3331569" "homepage": "https://www.drupal.org/user/3331569"
},
{
"name": "mark_fullmer",
"homepage": "https://www.drupal.org/user/2612816"
} }
], ],
"description": "Linkit - Enriched linking experience", "description": "Linkit - Enriched linking experience",
@ -7578,29 +7639,29 @@
}, },
{ {
"name": "drupal/maxlength", "name": "drupal/maxlength",
"version": "1.0.0-rc1", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/maxlength.git", "url": "https://git.drupalcode.org/project/maxlength.git",
"reference": "8.x-1.0-rc1" "reference": "2.1.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/maxlength-8.x-1.0-rc1.zip", "url": "https://ftp.drupal.org/files/projects/maxlength-2.1.0.zip",
"reference": "8.x-1.0-rc1", "reference": "2.1.0",
"shasum": "44eb9d79d9814cd786c2c9874c28033759665a99" "shasum": "fb434fba2afd6c521d9a9d3b5c7c4981e20d264c"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.2 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0-rc1", "version": "2.1.0",
"datestamp": "1593198218", "datestamp": "1678299441",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "covered",
"message": "RC releases are not covered by Drupal security advisories." "message": "Covered by Drupal's security advisory policy"
} }
} }
}, },
@ -7610,34 +7671,45 @@
], ],
"authors": [ "authors": [
{ {
"name": "cedewey", "name": "Marius Scurtescu (mariuss)",
"homepage": "https://www.drupal.org/user/38694" "homepage": "https://www.drupal.org/u/mariuss",
"role": "Maintainer"
}, },
{ {
"name": "dawehner", "name": "Clayton Dewey (cedewey)",
"homepage": "https://www.drupal.org/user/99340" "homepage": "https://www.drupal.org/u/cedewey",
"role": "Maintainer"
}, },
{ {
"name": "hipp2bsquare", "name": "Daniel Wehner (dawehner)",
"homepage": "https://www.drupal.org/user/2473076" "homepage": "https://www.drupal.org/u/dawehner",
"role": "Maintainer"
}, },
{ {
"name": "joevagyok", "name": "Paulino Michelazzo (pmichelazzo)",
"homepage": "https://www.drupal.org/user/2876343" "homepage": "https://www.drupal.org/u/pmichelazzo",
"role": "Maintainer"
}, },
{ {
"name": "mariuss", "name": "Jeff Hipp (hipp2bsquare)",
"homepage": "https://www.drupal.org/user/28539" "homepage": "https://www.drupal.org/u/hipp2bsquare",
"role": "Maintainer"
},
{
"name": "Steven DuBois (srdtwc)",
"homepage": "https://www.drupal.org/u/srdtwc",
"role": "Maintainer"
}, },
{ {
"name": "srdtwc", "name": "srdtwc",
"homepage": "https://www.drupal.org/user/3422763" "homepage": "https://www.drupal.org/user/3422763"
} }
], ],
"description": "Limit the number of characters in textfields and textareas and shows the amount of characters left.", "description": "Maxlength allows a soft or hard character limit to be set on titles, text fields and link fields.",
"homepage": "https://www.drupal.org/project/maxlength", "homepage": "https://www.drupal.org/project/maxlength",
"support": { "support": {
"source": "https://git.drupalcode.org/project/maxlength" "source": "https://git.drupalcode.org/project/maxlength",
"issues": "https://www.drupal.org/project/issues/maxlength"
} }
}, },
{ {
@ -9148,26 +9220,27 @@
}, },
{ {
"name": "drupal/smart_trim", "name": "drupal/smart_trim",
"version": "1.3.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/smart_trim.git", "url": "https://git.drupalcode.org/project/smart_trim.git",
"reference": "8.x-1.3" "reference": "2.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_trim-8.x-1.3.zip", "url": "https://ftp.drupal.org/files/projects/smart_trim-2.0.0.zip",
"reference": "8.x-1.3", "reference": "2.0.0",
"shasum": "5894aa067fba19a3452ed8ce749f33bd9ae91907" "shasum": "d917ad4d78b50cf535f3a292a2e09cc73b87bf4f"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9 || ^10",
"drupal/token": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.3", "version": "2.0.0",
"datestamp": "1589766531", "datestamp": "1666374010",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -9200,7 +9273,7 @@
"description": "Provides a more robust alternative to 'summary or trimmed' textfield format.", "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.",
"homepage": "https://drupal.org/project/smart_trim", "homepage": "https://drupal.org/project/smart_trim",
"support": { "support": {
"source": "https://cgit.drupalcode.org/smart_trim", "source": "https://git.drupalcode.org/project/smart_trim",
"issues": "https://drupal.org/project/issues/smart_trim" "issues": "https://drupal.org/project/issues/smart_trim"
} }
}, },
@ -9417,26 +9490,32 @@
}, },
{ {
"name": "drupal/synonyms", "name": "drupal/synonyms",
"version": "dev-1.x", "version": "2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/synonyms.git", "url": "https://git.drupalcode.org/project/synonyms.git",
"reference": "d9c7956405622c5630284f15633845771e84ae54" "reference": "2.1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/synonyms-2.1.2.zip",
"reference": "2.1.2",
"shasum": "b6b88dc80ecb88b67bf4cbf220ea5e712137ca4d"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/synonyms_list_field": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": { "drupal": {
"version": "8.x-1.0-alpha3+4-dev", "version": "2.1.2",
"datestamp": "1613107043", "datestamp": "1665785027",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "covered",
"message": "Dev releases are not covered by Drupal security advisories." "message": "Covered by Drupal's security advisory policy"
} }
} }
}, },
@ -9446,26 +9525,30 @@
], ],
"authors": [ "authors": [
{ {
"name": "bojanz", "name": "Bojan Zivanovic",
"homepage": "https://www.drupal.org/user/86106" "homepage": "https://www.drupal.org/u/bojanz",
"role": "Author and D5, D6 and D7 versions developer."
}, },
{ {
"name": "bucefal91", "name": "Alex Trosenko",
"homepage": "https://www.drupal.org/user/504128" "homepage": "https://www.drupal.org/u/bucefal91",
"role": "D7 and D8 versions developer."
}, },
{ {
"name": "devad", "name": "Duro Arezina",
"homepage": "https://www.drupal.org/user/2268520" "homepage": "https://www.drupal.org/u/devad",
"role": "D8, D9 and D10 versions maintenance"
}, },
{ {
"name": "Zen", "name": "See other contributors",
"homepage": "https://www.drupal.org/user/21209" "homepage": "https://www.drupal.org/node/148775/committers"
} }
], ],
"description": "Provides synonyms feature for content entities.", "description": "Provides synonyms feature for all entities.",
"homepage": "https://www.drupal.org/project/synonyms", "homepage": "https://www.drupal.org/project/synonyms",
"support": { "support": {
"source": "https://git.drupalcode.org/project/synonyms" "source": "https://git.drupalcode.org/project/synonyms",
"issues": "https://www.drupal.org/project/issues/synonyms"
} }
}, },
{ {
@ -9985,32 +10068,33 @@
}, },
{ {
"name": "drupal/views_bulk_operations", "name": "drupal/views_bulk_operations",
"version": "3.13.0", "version": "4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/views_bulk_operations.git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
"reference": "8.x-3.13" "reference": "4.2.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.13.zip", "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.3.zip",
"reference": "8.x-3.13", "reference": "4.2.3",
"shasum": "70583d08b91be3b5e008f571589425c2176eb73b" "shasum": "56014a68924b358caca5c41cd74b995fc0cc5e13"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.4 || ^10",
"php": ">=7.4.0"
}, },
"require-dev": { "require-dev": {
"drush/drush": "^10" "drush/drush": "^11"
}, },
"suggest": { "suggest": {
"drush/drush": "^9 || ^10" "drush/drush": "^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.13", "version": "4.2.3",
"datestamp": "1619697066", "datestamp": "1673360841",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -10018,7 +10102,7 @@
}, },
"drush": { "drush": {
"services": { "services": {
"drush.services.yml": "^9 || ^10" "drush.services.yml": "^10 || ^11"
} }
} }
}, },
@ -12717,20 +12801,20 @@
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.1", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.0" "php": ">=7.4.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -12759,9 +12843,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1" "source": "https://github.com/php-fig/container/tree/1.1.2"
}, },
"time": "2021-03-05T17:36:06+00:00" "time": "2021-11-05T16:50:12+00:00"
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",
@ -16201,16 +16285,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b" "reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6c5ac3a1be8b849d59a1a77877ee110e1b55eb74",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", "reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16270,7 +16354,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.19" "source": "https://github.com/symfony/var-dumper/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
@ -16286,20 +16370,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-16T10:52:33+00:00" "time": "2023-02-23T10:00:28+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6" "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16343,7 +16427,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.19" "source": "https://github.com/symfony/var-exporter/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
@ -16359,7 +16443,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-12T16:39:29+00:00" "time": "2023-02-21T19:46:44+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -16838,17 +16922,15 @@
], ],
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"drupal/address": 20, "drupal/address": 20,
"drupal/administerusersbyrole": 20, "drupal/administerusersbyrole": 20,
"drupal/better_exposed_filters": 10,
"drupal/page_manager": 20, "drupal/page_manager": 20,
"drupal/paragraphs": 20, "drupal/paragraphs": 20,
"drupal/perimeter": 20, "drupal/perimeter": 20,
"drupal/selective_better_exposed_filters": 20, "drupal/selective_better_exposed_filters": 20,
"drupal/views_argument_token": 20, "drupal/views_argument_token": 20,
"drupal/autocomplete_deluxe": 5,
"drupal/bulkdelete": 20, "drupal/bulkdelete": 20,
"drupal/cshs": 20, "drupal/cshs": 20,
"drupal/config_ignore": 5, "drupal/config_ignore": 5,
@ -16862,6 +16944,7 @@
"drupal/email_registration": 5, "drupal/email_registration": 5,
"drupal/entity_browser_enhanced": 5, "drupal/entity_browser_enhanced": 5,
"drupal/entity_clone": 15, "drupal/entity_clone": 15,
"drupal/field_group": 20,
"drupal/filefield_sources": 20, "drupal/filefield_sources": 20,
"drupal/filter_perms": 20, "drupal/filter_perms": 20,
"drupal/inline_entity_form": 5, "drupal/inline_entity_form": 5,
@ -16875,7 +16958,6 @@
"drupal/pathologic": 15, "drupal/pathologic": 15,
"drupal/profile": 5, "drupal/profile": 5,
"drupal/smtp": 10, "drupal/smtp": 10,
"drupal/synonyms": 20,
"drupal/translation_views": 15, "drupal/translation_views": 15,
"drupal/ultimate_cron": 15 "drupal/ultimate_cron": 15
}, },
@ -16883,5 +16965,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.1.0" "plugin-api-version": "2.3.0"
} }

@ -1 +1 @@
Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2 Subproject commit 27bf1819cdd12b38553d91c8f95eaf2659902b99