forked from ApiGen/ApiGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
227 lines (227 loc) · 7.96 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "73249ed896361f54595768600305100f",
"packages": [
{
"name": "andrewsville/php-token-reflection",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/Andrewsville/PHP-Token-Reflection.git",
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"TokenReflection": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3"
],
"authors": [
{
"name": "Ondřej Nešpor",
"homepage": "https://github.com/andrewsville"
},
{
"name": "Jaroslav Hanslík",
"homepage": "https://github.com/kukulich"
}
],
"description": "Library emulating the PHP internal reflection using just the tokenized source code.",
"homepage": "http://andrewsville.github.com/PHP-Token-Reflection/",
"keywords": [
"library",
"reflection",
"tokenizer"
],
"time": "2014-08-06 16:37:08"
},
{
"name": "dg/texy",
"version": "v2.6",
"source": {
"type": "git",
"url": "https://github.com/dg/texy.git",
"reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/texy/zipball/8213d3646c3ab1a3eca52413a5be26acb29826fc",
"reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"replace": {
"dg/texy": "self.version"
},
"require-dev": {
"nette/tester": "~1.2"
},
"type": "library",
"autoload": {
"files": [
"src/texy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"description": "Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.",
"homepage": "http://texy.info",
"keywords": [
"html",
"markdown",
"markup language",
"plain text",
"text",
"textile",
"texy",
"wiki",
"xhtml"
],
"time": "2014-06-20 18:38:38"
},
{
"name": "kukulich/fshl",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/kukulich/fshl.git",
"reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kukulich/fshl/zipball/974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
"reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-0": {
"FSHL": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jaroslav Hanslík",
"homepage": "https://github.com/kukulich"
}
],
"description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.",
"homepage": "http://fshl.kukulich.cz/",
"keywords": [
"highlight",
"library",
"syntax"
],
"time": "2012-09-08 19:00:07"
},
{
"name": "nette/nette",
"version": "v2.0.16",
"source": {
"type": "git",
"url": "https://github.com/nette/nette.git",
"reference": "252506d3bed2a0c8c6fc6cc75d2a18783f4531c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/nette/zipball/252506d3bed2a0c8c6fc6cc75d2a18783f4531c5",
"reference": "252506d3bed2a0c8c6fc6cc75d2a18783f4531c5",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-tokenizer": "*",
"php": ">=5.3.0"
},
"require-dev": {
"nette/tester": "~1.1"
},
"suggest": {
"ext-fileinfo": "",
"ext-gd": "",
"ext-mbstring": "",
"ext-pdo": ""
},
"type": "library",
"autoload": {
"files": [
"Nette/loader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
}
],
"description": "Nette Framework - innovative framework for fast and easy development of secured web applications in PHP. Write less, have cleaner code and your work will bring you joy.",
"homepage": "http://nette.org",
"keywords": [
"Forms",
"database",
"debugging",
"framework",
"mailing",
"mvc",
"templating"
],
"time": "2014-08-28 11:09:48"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}