{ "name": "knplabs/knp-markdown-bundle", "type": "symfony-bundle", "description": "Knplabs markdown bundle transforms markdown into html", "keywords": ["markdown", "knplabs", "knp", "bundle"], "homepage": "https://github.com/KnpLabs/KnpMarkdownBundle", "license": "MIT", "authors": [ { "name": "KnpLabs Team", "homepage": "https://knplabs.com" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMarkdownBundle/contributors" } ], "require": { "php": ">= 8.0.2", "symfony/framework-bundle": "^4.4.31 || ^5.3 || ^6.0", "symfony/dependency-injection": "^4.4.31 || ^5.3 || ^6.0", "michelf/php-markdown": "~1.9" }, "require-dev": { "phpunit/phpunit" : "^8.5.21 || ^9.5", "symfony/phpunit-bridge": "^4.4.31 || ^5.3 || ^6.0", "symfony/templating": "^4.4.31 || ^5.3 || ^6.0" }, "suggest": { "symfony/twig-bundle": "to use the Twig markdown filter", "ext-sundown": "to use optional support for php-sundown extension instead of php implementation" }, "autoload": { "psr-4": { "Knp\\Bundle\\MarkdownBundle\\": "" } }, "autoload-dev": { "psr-4": { "Knp\\Bundle\\MarkdownBundle\\Tests\\": "Tests/" } } }