Abandon this bundle

This commit is contained in:
Victor Bocharsky 2022-01-27 19:09:57 +02:00 committed by Ryan Weaver
parent dc113af854
commit 091cff2698
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
> **WARNING:** This bundle is **abandoned** in favor of [markdown_to_html](https://twig.symfony.com/doc/3.x/filters/markdown_to_html.html)
> Twig filter. Please, consider using it instead. Migration should be easy because it also supports
> `michelf/php-markdown` Markdown parser that is used in this project under the hood.
Provide markdown conversion (based on [Michel Fortin work](https://github.com/michelf/php-markdown)) to your Symfony projects.
[![Build Status](https://secure.travis-ci.org/KnpLabs/KnpMarkdownBundle.svg)](http://travis-ci.org/KnpLabs/KnpMarkdownBundle)

View File

@ -29,6 +29,7 @@
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-symfony": "^1.0"
},
"abandoned": "twig/markdown-extra",
"suggest": {
"symfony/twig-bundle": "to use the Twig markdown filter",
"ext-sundown": "to use optional support for php-sundown extension instead of php implementation"