Compare commits

..

5 commits

5 changed files with 30 additions and 25 deletions

View file

@ -228,6 +228,9 @@
"drupal/ds": {
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
},
"drupal/markdown": {
"Explain Unknown parsers more clearly - also fixes status check 403 [#3529633]": "https://git.drupalcode.org/project/markdown/-/merge_requests/51.diff"
},
"drupal/stripe": {
"Don't load Stripe JS on every page": "https://www.drupal.org/files/issues/2021-08-12/dont-load-strip-js-on-every-page-3225280.diff"
}

43
composer.lock generated
View file

@ -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": "ad877c4b07c11163c14d524cf522c6c7",
"content-hash": "7a617efdfbf41d634c864445561a740f",
"packages": [
{
"name": "abraham/twitteroauth",
@ -12262,23 +12262,24 @@
},
{
"name": "drupal/mailchimp",
"version": "3.0.2",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mailchimp.git",
"reference": "3.0.2"
"reference": "3.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mailchimp-3.0.2.zip",
"reference": "3.0.2",
"shasum": "fe090a99600cff85f18765cb512199f5ee53b350"
"url": "https://ftp.drupal.org/files/projects/mailchimp-3.1.0.zip",
"reference": "3.1.0",
"shasum": "80406b8c50355ccc2823408e6bd6a44c8f615ba9"
},
"require": {
"drupal/core": "^10 || ^11",
"thinkshout/mailchimp-api-php": "^3"
"thinkshout/mailchimp-api-php": "^3.1.2"
},
"require-dev": {
"drupal/eca": "^2 || ^3",
"drupal/mailchimp_events": "*",
"drupal/mailchimp_lists": "*"
},
@ -12288,8 +12289,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.2",
"datestamp": "1753452273",
"version": "3.1.0",
"datestamp": "1758842330",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -27095,16 +27096,16 @@
},
{
"name": "thinkshout/mailchimp-api-php",
"version": "v3.1.1",
"version": "v3.1.2",
"source": {
"type": "git",
"url": "https://github.com/thinkshout/mailchimp-api-php.git",
"reference": "6affaca30ba3d7473e51543bef92dfb3b9b5cfa2"
"reference": "21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/6affaca30ba3d7473e51543bef92dfb3b9b5cfa2",
"reference": "6affaca30ba3d7473e51543bef92dfb3b9b5cfa2",
"url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace",
"reference": "21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace",
"shasum": ""
},
"require": {
@ -27133,9 +27134,9 @@
],
"support": {
"issues": "https://github.com/thinkshout/mailchimp-api-php/issues",
"source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.1.1"
"source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.1.2"
},
"time": "2025-09-18T20:48:36+00:00"
"time": "2025-09-25T19:02:06+00:00"
},
{
"name": "twig/twig",
@ -28057,16 +28058,16 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.28",
"version": "2.1.29",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "578fa296a166605d97b94091f724f1257185d278"
"url": "https://github.com/phpstan/phpstan-phar-composer-source.git",
"reference": "git"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/578fa296a166605d97b94091f724f1257185d278",
"reference": "578fa296a166605d97b94091f724f1257185d278",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
"reference": "d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
"shasum": ""
},
"require": {
@ -28111,7 +28112,7 @@
"type": "github"
}
],
"time": "2025-09-19T08:58:49+00:00"
"time": "2025-09-25T06:58:18+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",

View file

@ -9,8 +9,8 @@ unprotected_forms:
- honeypot_settings_form
log: true
element_name: url
time_limit: 6
expire: 600
time_limit: 7
expire: 1200
form_settings:
user_register_form: true
user_pass: true

View file

@ -1,3 +1,4 @@
_core:
default_config_hash: BGlnbueWmcxablTviSA1SF0-yNvbNkUjnvYMMFuUl24
default_parser: commonmark
markdown_library: php-markdown

View file

@ -180,8 +180,8 @@ settings:
limit_total_interval: null
limit_total_message: ''
limit_total_unique: false
limit_user: null
limit_user_interval: null
limit_user: 2
limit_user_interval: 172800
limit_user_message: ''
limit_user_unique: false
entity_limit_total: null