forked from dflydev/dflydev-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 991 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
{
"name": "dflydev/markdown",
"type": "library",
"description": "PHP Markdown & Extra - DEPRECATED",
"homepage": "http://github.com/dflydev/dflydev-markdown",
"keywords": ["markdown"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "[email protected]",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "[email protected]",
"homepage": "http://beausimensen.com"
},
{
"name": "Michel Fortin",
"homepage": "http://michelf.com"
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": { "dflydev\\markdown": "src" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}