Skip to content

Commit d6a5a3e

Browse files
committed
minor #4691 Bump minimum Commonmark requirement (fabpot)
This PR was merged into the 3.x branch. Discussion ---------- Bump minimum Commonmark requirement All previous versions have security issues Commits ------- 8f97076 Bump minimum Commonmark requirement
2 parents 32f88a2 + 8f97076 commit d6a5a3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extra/markdown-extra/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"symfony/phpunit-bridge": "^6.4|^7.0",
2424
"erusev/parsedown": "dev-master as 1.x-dev",
25-
"league/commonmark": "^1.0|^2.0",
25+
"league/commonmark": "^2.7",
2626
"league/html-to-markdown": "^4.8|^5.0",
2727
"michelf/php-markdown": "^1.8|^2.0"
2828
},

extra/twig-extra-bundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"twig/twig": "^3.2|^4.0"
2222
},
2323
"require-dev": {
24-
"league/commonmark": "^1.0|^2.0",
24+
"league/commonmark": "^2.7",
2525
"symfony/phpunit-bridge": "^6.4|^7.0",
2626
"twig/cache-extra": "^3.0",
2727
"twig/cssinliner-extra": "^3.0",

0 commit comments

Comments
 (0)