Update drupal/markdown 3.0.1->3.1
And remove merged or unused patches
This commit is contained in:
parent
e4e3501d2e
commit
fc5452298f
2 changed files with 19 additions and 15 deletions
30
composer.lock
generated
30
composer.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue