Compare commits
5 commits
845f0fec64
...
32b2295586
Author | SHA1 | Date | |
---|---|---|---|
32b2295586 | |||
a968490a05 | |||
0029c88732 | |||
187b86fe7d | |||
10465a39f0 |
5 changed files with 30 additions and 25 deletions
|
@ -228,6 +228,9 @@
|
||||||
"drupal/ds": {
|
"drupal/ds": {
|
||||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
"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": {
|
"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"
|
"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
43
composer.lock
generated
|
@ -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": "ad877c4b07c11163c14d524cf522c6c7",
|
"content-hash": "7a617efdfbf41d634c864445561a740f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "abraham/twitteroauth",
|
"name": "abraham/twitteroauth",
|
||||||
|
@ -12262,23 +12262,24 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/mailchimp",
|
"name": "drupal/mailchimp",
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/mailchimp.git",
|
"url": "https://git.drupalcode.org/project/mailchimp.git",
|
||||||
"reference": "3.0.2"
|
"reference": "3.1.0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/mailchimp-3.0.2.zip",
|
"url": "https://ftp.drupal.org/files/projects/mailchimp-3.1.0.zip",
|
||||||
"reference": "3.0.2",
|
"reference": "3.1.0",
|
||||||
"shasum": "fe090a99600cff85f18765cb512199f5ee53b350"
|
"shasum": "80406b8c50355ccc2823408e6bd6a44c8f615ba9"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^10 || ^11",
|
"drupal/core": "^10 || ^11",
|
||||||
"thinkshout/mailchimp-api-php": "^3"
|
"thinkshout/mailchimp-api-php": "^3.1.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"drupal/eca": "^2 || ^3",
|
||||||
"drupal/mailchimp_events": "*",
|
"drupal/mailchimp_events": "*",
|
||||||
"drupal/mailchimp_lists": "*"
|
"drupal/mailchimp_lists": "*"
|
||||||
},
|
},
|
||||||
|
@ -12288,8 +12289,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"datestamp": "1753452273",
|
"datestamp": "1758842330",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -27095,16 +27096,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "thinkshout/mailchimp-api-php",
|
"name": "thinkshout/mailchimp-api-php",
|
||||||
"version": "v3.1.1",
|
"version": "v3.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thinkshout/mailchimp-api-php.git",
|
"url": "https://github.com/thinkshout/mailchimp-api-php.git",
|
||||||
"reference": "6affaca30ba3d7473e51543bef92dfb3b9b5cfa2"
|
"reference": "21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/6affaca30ba3d7473e51543bef92dfb3b9b5cfa2",
|
"url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace",
|
||||||
"reference": "6affaca30ba3d7473e51543bef92dfb3b9b5cfa2",
|
"reference": "21c2ffc0a522c0bab4f7a2f6a769e0e85d01bace",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -27133,9 +27134,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/thinkshout/mailchimp-api-php/issues",
|
"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",
|
"name": "twig/twig",
|
||||||
|
@ -28057,16 +28058,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "2.1.28",
|
"version": "2.1.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan-phar-composer-source.git",
|
||||||
"reference": "578fa296a166605d97b94091f724f1257185d278"
|
"reference": "git"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/578fa296a166605d97b94091f724f1257185d278",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
|
||||||
"reference": "578fa296a166605d97b94091f724f1257185d278",
|
"reference": "d618573eed4a1b6b75e37b2e0b65ac65c885d88e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -28111,7 +28112,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-19T08:58:49+00:00"
|
"time": "2025-09-25T06:58:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-deprecation-rules",
|
"name": "phpstan/phpstan-deprecation-rules",
|
||||||
|
|
|
@ -9,8 +9,8 @@ unprotected_forms:
|
||||||
- honeypot_settings_form
|
- honeypot_settings_form
|
||||||
log: true
|
log: true
|
||||||
element_name: url
|
element_name: url
|
||||||
time_limit: 6
|
time_limit: 7
|
||||||
expire: 600
|
expire: 1200
|
||||||
form_settings:
|
form_settings:
|
||||||
user_register_form: true
|
user_register_form: true
|
||||||
user_pass: true
|
user_pass: true
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: BGlnbueWmcxablTviSA1SF0-yNvbNkUjnvYMMFuUl24
|
default_config_hash: BGlnbueWmcxablTviSA1SF0-yNvbNkUjnvYMMFuUl24
|
||||||
|
default_parser: commonmark
|
||||||
markdown_library: php-markdown
|
markdown_library: php-markdown
|
||||||
|
|
|
@ -180,8 +180,8 @@ settings:
|
||||||
limit_total_interval: null
|
limit_total_interval: null
|
||||||
limit_total_message: ''
|
limit_total_message: ''
|
||||||
limit_total_unique: false
|
limit_total_unique: false
|
||||||
limit_user: null
|
limit_user: 2
|
||||||
limit_user_interval: null
|
limit_user_interval: 172800
|
||||||
limit_user_message: ''
|
limit_user_message: ''
|
||||||
limit_user_unique: false
|
limit_user_unique: false
|
||||||
entity_limit_total: null
|
entity_limit_total: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue