diff --git a/composer.json b/composer.json index 226fc01..adfbf76 100644 --- a/composer.json +++ b/composer.json @@ -231,10 +231,6 @@ "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", - "Fix fatal error with Drush 13 due to MarkdownCommands replacing logger [#3483437]": "https://www.drupal.org/files/issues/2025-09-02/3483437-markdown--fix-drush-13.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" } diff --git a/composer.lock b/composer.lock index 731b6e8..cf9f63d 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": "3b873db1d9b271245e84604512509453", + "content-hash": "7587e3b4798b27f461cc471565347847", "packages": [ { "name": "abraham/twitteroauth", @@ -12621,22 +12621,30 @@ }, { "name": "drupal/markdown", - "version": "3.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/markdown.git", - "reference": "3.0.1" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/markdown-3.0.1.zip", - "reference": "3.0.1", - "shasum": "ae33f2819c0f2591484ae02921781fb3ea783330" + "url": "https://ftp.drupal.org/files/projects/markdown-3.1.0.zip", + "reference": "3.1.0", + "shasum": "bcea24188f889c530d24490e991c3803d0240217" }, "require": { "composer/semver": "^1.0 || ^2.0 || ^3.0", - "drupal/core": "^9.1 || ^10", - "php": ">=5.5.9" + "drupal/core": "^10.4 || ^11", + "ext-dom": "*", + "ext-libxml": "*" + }, + "require-dev": { + "drush/drush": "^12 || ^13", + "erusev/parsedown": "^1.7", + "erusev/parsedown-extra": "^0.8.1", + "league/commonmark": "^1.6 || ^2.7", + "michelf/php-markdown": "^2.0" }, "suggest": { "league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications." @@ -12644,8 +12652,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1704727858", + "version": "3.1.0", + "datestamp": "1767799978", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -29804,5 +29812,5 @@ "prefer-lowest": false, "platform": {}, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }