-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 2.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "dikki/markdown",
"description": "Write and Parse Markdown Content for Your Websites",
"keywords": ["markdown", "parser", "html", "php", "markdown-parser", "markdown-to-html", "markdown-to-html-converter", "markdown-to-html-parser", "markdown-to-html-renderer", "markdown-to-html-render", "markdown-to-html-rendering", "markdown-to-html-rendering-engine", "markdown-to-html-rendering-library", "markdown-to-html-rendering-tool", "markdown-to-html-rendering-toolkit", "markdown-to-html-rendering-utility", "markdown-to-html-rendering-module", "markdown-to-html-rendering-package", "markdown-to-html-rendering-script", "markdown-to-html-rendering-program", "markdown-to-html-rendering-application", "markdown-to-html-rendering-software", "markdown-to-html-rendering-system", "markdown-to-html-rendering-framework", "markdown-to-html-rendering-library", "markdown-to-html-rendering-toolkit", "markdown-to-html-rendering-utility", "markdown-to-html-rendering-module", "markdown-to-html-rendering-package", "markdown-to-html-rendering-script", "markdown-to-html-rendering-program", "markdown-to-html-rendering-application", "markdown-to-html-rendering-software", "markdown-to-html-rendering-system", "markdown-to-html-rendering-framework", "markdown-to-html-rendering-library", "markdown-to-html-rendering-toolkit", "markdown-to-html-rendering-utility", "markdown-to-html-rendering-module", "markdown-to-html-rendering-package", "markdown-to-html-rendering-script", "markdown-to-html-rendering-program", "markdown-to-html-rendering-application", "markdown-to-html-rendering-software", "markdown-to-html-rendering-system", "markdown-to-html-rendering-framework"],
"homepage": "https://dikki.website/components/markdown",
"license": "MIT",
"authors": [
{
"name": "Naman Kumar",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.3",
"league/commonmark": "^2.5",
"league/html-to-markdown": "^5.1",
"nette/utils": "^4.0",
"symfony/yaml": "*"
},
"autoload": {
"psr-4": {
"Dikki\\Markdown\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}