Skip to content

Commit 821810f

Browse files
committed
Uploaded SRC
New Package Markdown for Latte
1 parent 3298fb3 commit 821810f

File tree

5 files changed

+2126
-0
lines changed

5 files changed

+2126
-0
lines changed

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "devtoolcz/markdown",
3+
"description": "Markdown syntax for latte.",
4+
"type": "library",
5+
"license": ["MIT", "GPL-3.0"],
6+
"authors": [
7+
{
8+
"name": "Patrik Kolařík",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"minimum-stability": "stable",
13+
"autoload": {
14+
"psr-4": {
15+
"Devtoolcz\\Markdown\\": "src"
16+
}
17+
},
18+
"require": {
19+
"php": ">=7.2",
20+
"nette/di": "~3.0.0",
21+
"latte/latte": "^2.5",
22+
"ext-curl": "*"
23+
}
24+
}

0 commit comments

Comments
 (0)