mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 13:57:00 +00:00
minor #4493 Require "erusev/parsedown": "dev-master as 1.x-dev" (nicolas-grekas)
This PR was merged into the 3.x branch.
Discussion
----------
Require "erusev/parsedown": "dev-master as 1.x-dev"
Should fix the CI until https://github.com/erusev/parsedown/pull/891 is merged.
Commits
-------
5287da57cc Require "erusev/parsedown": "dev-master as 1.x-dev"
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
||||
"erusev/parsedown": "^1.7",
|
||||
"erusev/parsedown": "dev-master as 1.x-dev",
|
||||
"league/commonmark": "^1.0|^2.0",
|
||||
"league/html-to-markdown": "^4.8|^5.0",
|
||||
"michelf/php-markdown": "^1.8|^2.0"
|
||||
|
||||
Reference in New Issue
Block a user