-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
124 lines (123 loc) · 3.84 KB
/
composer.lock
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"hash": "6b1bf4111629f29694b89c574f04aa38",
"packages": [
{
"name": "dflydev/markdown",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-markdown.git",
"reference": "11f8faa2d17f717a038b4d372abd22a6ac4a15dc"
},
"dist": {
"type": "zip",
"url": "https://github.com/dflydev/dflydev-markdown/zipball/11f8faa2d17f717a038b4d372abd22a6ac4a15dc",
"reference": "11f8faa2d17f717a038b4d372abd22a6ac4a15dc",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"time": "1342369887",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"dflydev\\markdown": "src"
}
},
"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"
}
],
"description": "PHP Markdown & Extra",
"homepage": "http://github.com/dflydev/dflydev-markdown",
"keywords": [
"markdown"
]
},
{
"name": "kriswallsmith/buzz",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/kriswallsmith/Buzz.git",
"reference": "988bf14201ffbed940f23b42f87302e6adec4c21"
},
"dist": {
"type": "zip",
"url": "https://github.com/kriswallsmith/Buzz/archive/988bf14201ffbed940f23b42f87302e6adec4c21.zip",
"reference": "988bf14201ffbed940f23b42f87302e6adec4c21",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-curl": "*"
},
"time": "1345206213",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Buzz": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "[email protected]",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Lightweight HTTP client",
"homepage": "https://github.com/kriswallsmith/Buzz",
"keywords": [
"curl",
"http client"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"dflydev/markdown": 20,
"kriswallsmith/buzz": 20,
"apigen/apigen": 20,
"pdepend/pdepend": 20,
"phing/phing": 20,
"phpunit/phpunit": 20,
"fabpot/php-cs-fixer": 20,
"phpmd/phpmd": 20
}
}