minor #117 Abandon this bundle (bocharsky-bw)

This PR was squashed before being merged into the 1.5.x-dev branch.

Discussion
----------

Abandon this bundle

Closes #116

Commits
-------

091cff2 Abandon this bundle
This commit is contained in:
Ryan Weaver 2022-02-01 12:06:52 -05:00
commit 9a8e23f69f
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"