modules update

This commit is contained in:
2025-07-23 12:31:43 +02:00
parent a043196093
commit a3addfedd0
3 changed files with 56 additions and 55 deletions
+1 -2
View File
@@ -16,7 +16,6 @@
], ],
"require": { "require": {
"composer/installers": "^1.9", "composer/installers": "^1.9",
"drupal/address": "^1.10",
"drupal/administerusersbyrole": "^3.0", "drupal/administerusersbyrole": "^3.0",
"drupal/computed_token_field": "^1.0@beta", "drupal/computed_token_field": "^1.0@beta",
"drupal/config_enforce": "^1.0", "drupal/config_enforce": "^1.0",
@@ -31,7 +30,7 @@
"drupal/geofield": "^1.36", "drupal/geofield": "^1.36",
"drupal/honeypot": "^2.1", "drupal/honeypot": "^2.1",
"drupal/image_delta_formatter": "^1.1", "drupal/image_delta_formatter": "^1.1",
"drupal/image_field_caption": "^2.0", "drupal/image_field_caption": "^3.0",
"drupal/leaflet": "^10.2", "drupal/leaflet": "^10.2",
"drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_maps": "^2.1",
"drupal/leaflet_more_markers": "^1.1", "drupal/leaflet_more_markers": "^1.1",
Generated
+54 -52
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": "8d14452f04c549de70ac66ba42e6522d", "content-hash": "1ac0dfa31dad9112f41dffb76ee80556",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -190,28 +190,28 @@
}, },
{ {
"name": "commerceguys/addressing", "name": "commerceguys/addressing",
"version": "v1.4.2", "version": "v2.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/commerceguys/addressing.git", "url": "https://github.com/commerceguys/addressing.git",
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308" "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda",
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/collections": "^1.2 || ^2.0", "doctrine/collections": "^1.6 || ^2.0",
"php": ">=7.3" "php": ">=8.0"
}, },
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"mikey179/vfsstream": "^1.6.10", "mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.6", "squizlabs/php_codesniffer": "^3.7",
"symfony/validator": "^4.4 || ^5.4 || ^6.0" "symfony/validator": "^5.4 || ^6.3 || ^7.0"
}, },
"suggest": { "suggest": {
"symfony/validator": "to validate addresses" "symfony/validator": "to validate addresses"
@@ -219,7 +219,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -248,9 +248,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/commerceguys/addressing/issues", "issues": "https://github.com/commerceguys/addressing/issues",
"source": "https://github.com/commerceguys/addressing/tree/v1.4.2" "source": "https://github.com/commerceguys/addressing/tree/v2.2.4"
}, },
"time": "2023-02-15T10:11:14+00:00" "time": "2025-01-13T16:03:24+00:00"
}, },
{ {
"name": "components/highlightjs", "name": "components/highlightjs",
@@ -1816,31 +1816,33 @@
}, },
{ {
"name": "drupal/address", "name": "drupal/address",
"version": "1.12.0", "version": "2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/address.git", "url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.12" "reference": "2.0.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip", "url": "https://ftp.drupal.org/files/projects/address-2.0.4.zip",
"reference": "8.x-1.12", "reference": "2.0.4",
"shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a" "shasum": "5a86f7abc028f3d9833784dbf0791a6e4463da8e"
}, },
"require": { "require": {
"commerceguys/addressing": "^1.4.2", "commerceguys/addressing": "^2.1.1",
"drupal/core": "^9.2 || ^10", "drupal/core": "^9.5 || ^10 || ^11",
"php": "^7.3 || ^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"drupal/token": "^1.0" "drupal/diff": "^1",
"drupal/feeds": "^3",
"drupal/token": "^1"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.12", "version": "2.0.4",
"datestamp": "1684710176", "datestamp": "1746462054",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -4970,26 +4972,26 @@
}, },
{ {
"name": "drupal/image_field_caption", "name": "drupal/image_field_caption",
"version": "2.0.2", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/image_field_caption.git", "url": "https://git.drupalcode.org/project/image_field_caption.git",
"reference": "2.0.2" "reference": "3.0.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.2.zip", "url": "https://ftp.drupal.org/files/projects/image_field_caption-3.0.1.zip",
"reference": "2.0.2", "reference": "3.0.1",
"shasum": "9b1f7d780adb66755626b925a80fe2b855f4975d" "shasum": "e84c3b9534d5824b6a67885187b1c24d4eccaf60"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10" "drupal/core": "^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.2", "version": "3.0.1",
"datestamp": "1738422190", "datestamp": "1739400507",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -6099,26 +6101,26 @@
}, },
{ {
"name": "drupal/maxlength", "name": "drupal/maxlength",
"version": "2.1.4", "version": "3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/maxlength.git", "url": "https://git.drupalcode.org/project/maxlength.git",
"reference": "2.1.4" "reference": "3.1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/maxlength-2.1.4.zip", "url": "https://ftp.drupal.org/files/projects/maxlength-3.1.1.zip",
"reference": "2.1.4", "reference": "3.1.1",
"shasum": "a7ffb649b24901da4b586add16385555d1dd7bd5" "shasum": "85059a5d5107a13c780536aa05972e5e97c1308b"
}, },
"require": { "require": {
"drupal/core": "^9.5 || ^10" "drupal/core": "^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.1.4", "version": "3.1.1",
"datestamp": "1738341582", "datestamp": "1738341546",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -6161,8 +6163,9 @@
"role": "Maintainer" "role": "Maintainer"
}, },
{ {
"name": "srdtwc", "name": "Adam Nagy (joevagyok)",
"homepage": "https://www.drupal.org/user/3422763" "homepage": "https://www.drupal.org/u/joevagyok",
"role": "Maintainer"
} }
], ],
"description": "MaxLength allows a soft or hard character limit to be set on titles, text fields and link fields.", "description": "MaxLength allows a soft or hard character limit to be set on titles, text fields and link fields.",
@@ -6664,26 +6667,26 @@
}, },
{ {
"name": "drupal/persistent_login", "name": "drupal/persistent_login",
"version": "1.10.0", "version": "2.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/persistent_login.git", "url": "https://git.drupalcode.org/project/persistent_login.git",
"reference": "8.x-1.10" "reference": "2.2.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/persistent_login-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/persistent_login-2.2.4.zip",
"reference": "8.x-1.10", "reference": "2.2.4",
"shasum": "eea0d9cf0cf2ebb6063a3edc244a78ffab0aad53" "shasum": "7048ecf440938f0245f87bfb8c21f61292fce12d"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "2.2.4",
"datestamp": "1728082629", "datestamp": "1728082564",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -13663,7 +13666,6 @@
"drupal/email_registration": 5, "drupal/email_registration": 5,
"drupal/entity_clone": 20, "drupal/entity_clone": 20,
"drupal/inline_entity_form": 5, "drupal/inline_entity_form": 5,
"drupal/maxlength": 10,
"drupal/page_manager": 5, "drupal/page_manager": 5,
"drupal/pathologic": 15, "drupal/pathologic": 15,
"drupal/smtp": 10, "drupal/smtp": 10,