1 |
67c41231
|
Filip Jani
|
{
|
2 |
|
|
"_readme": [
|
3 |
|
|
"This file locks the dependencies of your project to a known state",
|
4 |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
|
|
"This file is @generated automatically"
|
6 |
|
|
],
|
7 |
dd522430
|
Filip Jani
|
"content-hash": "6018197517a97474da6c1a7c8e26f4fc",
|
8 |
67c41231
|
Filip Jani
|
"packages": [
|
9 |
|
|
{
|
10 |
|
|
"name": "latte/latte",
|
11 |
|
|
"version": "v2.4.8",
|
12 |
|
|
"source": {
|
13 |
|
|
"type": "git",
|
14 |
|
|
"url": "https://github.com/nette/latte.git",
|
15 |
|
|
"reference": "95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90"
|
16 |
|
|
},
|
17 |
|
|
"dist": {
|
18 |
|
|
"type": "zip",
|
19 |
|
|
"url": "https://api.github.com/repos/nette/latte/zipball/95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90",
|
20 |
|
|
"reference": "95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90",
|
21 |
|
|
"shasum": ""
|
22 |
|
|
},
|
23 |
|
|
"require": {
|
24 |
|
|
"ext-json": "*",
|
25 |
|
|
"ext-tokenizer": "*",
|
26 |
|
|
"php": ">=5.4.4"
|
27 |
|
|
},
|
28 |
|
|
"conflict": {
|
29 |
|
|
"nette/application": "<2.4.1"
|
30 |
|
|
},
|
31 |
|
|
"require-dev": {
|
32 |
|
|
"nette/tester": "~1.7",
|
33 |
|
|
"tracy/tracy": "^2.3"
|
34 |
|
|
},
|
35 |
|
|
"suggest": {
|
36 |
|
|
"ext-fileinfo": "to use filter |datastream",
|
37 |
|
|
"ext-mbstring": "to use filters like lower, upper, capitalize, ...",
|
38 |
|
|
"nette/utils": "to use filter |webalize"
|
39 |
|
|
},
|
40 |
|
|
"type": "library",
|
41 |
|
|
"extra": {
|
42 |
|
|
"branch-alias": {
|
43 |
|
|
"dev-master": "2.4-dev"
|
44 |
|
|
}
|
45 |
|
|
},
|
46 |
|
|
"autoload": {
|
47 |
|
|
"classmap": [
|
48 |
|
|
"src/"
|
49 |
|
|
]
|
50 |
|
|
},
|
51 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
52 |
|
|
"license": [
|
53 |
|
|
"BSD-3-Clause",
|
54 |
|
|
"GPL-2.0",
|
55 |
|
|
"GPL-3.0"
|
56 |
|
|
],
|
57 |
|
|
"authors": [
|
58 |
|
|
{
|
59 |
|
|
"name": "David Grudl",
|
60 |
|
|
"homepage": "https://davidgrudl.com"
|
61 |
|
|
},
|
62 |
|
|
{
|
63 |
|
|
"name": "Nette Community",
|
64 |
|
|
"homepage": "https://nette.org/contributors"
|
65 |
|
|
}
|
66 |
|
|
],
|
67 |
|
|
"description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.",
|
68 |
|
|
"homepage": "https://latte.nette.org",
|
69 |
|
|
"keywords": [
|
70 |
|
|
"context-sensitive",
|
71 |
|
|
"engine",
|
72 |
|
|
"escaping",
|
73 |
|
|
"html",
|
74 |
|
|
"nette",
|
75 |
|
|
"security",
|
76 |
|
|
"template",
|
77 |
|
|
"twig"
|
78 |
|
|
],
|
79 |
|
|
"time": "2018-06-03T17:34:15+00:00"
|
80 |
|
|
},
|
81 |
|
|
{
|
82 |
|
|
"name": "nette/application",
|
83 |
|
|
"version": "v2.4.13",
|
84 |
|
|
"source": {
|
85 |
|
|
"type": "git",
|
86 |
|
|
"url": "https://github.com/nette/application.git",
|
87 |
|
|
"reference": "023acd964383de11fbc32cae8f4dfd8043643a0f"
|
88 |
|
|
},
|
89 |
|
|
"dist": {
|
90 |
|
|
"type": "zip",
|
91 |
|
|
"url": "https://api.github.com/repos/nette/application/zipball/023acd964383de11fbc32cae8f4dfd8043643a0f",
|
92 |
|
|
"reference": "023acd964383de11fbc32cae8f4dfd8043643a0f",
|
93 |
|
|
"shasum": ""
|
94 |
|
|
},
|
95 |
|
|
"require": {
|
96 |
|
|
"nette/component-model": "^2.3",
|
97 |
|
|
"nette/http": "^2.2",
|
98 |
|
|
"nette/reflection": "^2.2",
|
99 |
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
100 |
|
|
"php": ">=5.6.0"
|
101 |
|
|
},
|
102 |
|
|
"conflict": {
|
103 |
|
|
"nette/di": "<2.4",
|
104 |
|
|
"nette/forms": "<2.4",
|
105 |
|
|
"nette/latte": "<2.4",
|
106 |
|
|
"nette/nette": "<2.2"
|
107 |
|
|
},
|
108 |
|
|
"require-dev": {
|
109 |
|
|
"latte/latte": "^2.4.3",
|
110 |
|
|
"mockery/mockery": "^0.9.5",
|
111 |
|
|
"nette/di": "^2.4",
|
112 |
|
|
"nette/forms": "^2.4",
|
113 |
|
|
"nette/robot-loader": "^2.4.2 || ^3.0",
|
114 |
|
|
"nette/security": "^2.4",
|
115 |
|
|
"nette/tester": "^2.0",
|
116 |
|
|
"tracy/tracy": "^2.4"
|
117 |
|
|
},
|
118 |
|
|
"suggest": {
|
119 |
|
|
"latte/latte": "Allows using Latte in templates",
|
120 |
|
|
"nette/forms": "Allows to use Nette\\Application\\UI\\Form"
|
121 |
|
|
},
|
122 |
|
|
"type": "library",
|
123 |
|
|
"extra": {
|
124 |
|
|
"branch-alias": {
|
125 |
|
|
"dev-master": "2.4-dev"
|
126 |
|
|
}
|
127 |
|
|
},
|
128 |
|
|
"autoload": {
|
129 |
|
|
"classmap": [
|
130 |
|
|
"src/"
|
131 |
|
|
],
|
132 |
|
|
"files": [
|
133 |
|
|
"src/compatibility.php"
|
134 |
|
|
]
|
135 |
|
|
},
|
136 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
137 |
|
|
"license": [
|
138 |
|
|
"BSD-3-Clause",
|
139 |
|
|
"GPL-2.0",
|
140 |
|
|
"GPL-3.0"
|
141 |
|
|
],
|
142 |
|
|
"authors": [
|
143 |
|
|
{
|
144 |
|
|
"name": "David Grudl",
|
145 |
|
|
"homepage": "https://davidgrudl.com"
|
146 |
|
|
},
|
147 |
|
|
{
|
148 |
|
|
"name": "Nette Community",
|
149 |
|
|
"homepage": "https://nette.org/contributors"
|
150 |
|
|
}
|
151 |
|
|
],
|
152 |
|
|
"description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.",
|
153 |
|
|
"homepage": "https://nette.org",
|
154 |
|
|
"keywords": [
|
155 |
|
|
"Forms",
|
156 |
|
|
"component-based",
|
157 |
|
|
"control",
|
158 |
|
|
"framework",
|
159 |
|
|
"mvc",
|
160 |
|
|
"mvp",
|
161 |
|
|
"nette",
|
162 |
|
|
"presenter",
|
163 |
|
|
"routing",
|
164 |
|
|
"seo"
|
165 |
|
|
],
|
166 |
|
|
"time": "2018-11-23T22:28:11+00:00"
|
167 |
|
|
},
|
168 |
|
|
{
|
169 |
|
|
"name": "nette/bootstrap",
|
170 |
|
|
"version": "v2.4.6",
|
171 |
|
|
"source": {
|
172 |
|
|
"type": "git",
|
173 |
|
|
"url": "https://github.com/nette/bootstrap.git",
|
174 |
|
|
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543"
|
175 |
|
|
},
|
176 |
|
|
"dist": {
|
177 |
|
|
"type": "zip",
|
178 |
|
|
"url": "https://api.github.com/repos/nette/bootstrap/zipball/268816e3f1bb7426c3a4ceec2bd38a036b532543",
|
179 |
|
|
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543",
|
180 |
|
|
"shasum": ""
|
181 |
|
|
},
|
182 |
|
|
"require": {
|
183 |
|
|
"nette/di": "~2.4.7",
|
184 |
|
|
"nette/utils": "~2.4",
|
185 |
|
|
"php": ">=5.6.0"
|
186 |
|
|
},
|
187 |
|
|
"conflict": {
|
188 |
|
|
"nette/nette": "<2.2"
|
189 |
|
|
},
|
190 |
|
|
"require-dev": {
|
191 |
|
|
"latte/latte": "~2.2",
|
192 |
|
|
"nette/application": "~2.3",
|
193 |
|
|
"nette/caching": "~2.3",
|
194 |
|
|
"nette/database": "~2.3",
|
195 |
|
|
"nette/forms": "~2.3",
|
196 |
|
|
"nette/http": "~2.4.0",
|
197 |
|
|
"nette/mail": "~2.3",
|
198 |
|
|
"nette/robot-loader": "^2.4.2 || ^3.0",
|
199 |
|
|
"nette/safe-stream": "~2.2",
|
200 |
|
|
"nette/security": "~2.3",
|
201 |
|
|
"nette/tester": "~2.0",
|
202 |
|
|
"tracy/tracy": "^2.4.1"
|
203 |
|
|
},
|
204 |
|
|
"suggest": {
|
205 |
|
|
"nette/robot-loader": "to use Configurator::createRobotLoader()",
|
206 |
|
|
"tracy/tracy": "to use Configurator::enableTracy()"
|
207 |
|
|
},
|
208 |
|
|
"type": "library",
|
209 |
|
|
"extra": {
|
210 |
|
|
"branch-alias": {
|
211 |
|
|
"dev-master": "2.4-dev"
|
212 |
|
|
}
|
213 |
|
|
},
|
214 |
|
|
"autoload": {
|
215 |
|
|
"classmap": [
|
216 |
|
|
"src/"
|
217 |
|
|
]
|
218 |
|
|
},
|
219 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
220 |
|
|
"license": [
|
221 |
|
|
"BSD-3-Clause",
|
222 |
|
|
"GPL-2.0",
|
223 |
|
|
"GPL-3.0"
|
224 |
|
|
],
|
225 |
|
|
"authors": [
|
226 |
|
|
{
|
227 |
|
|
"name": "David Grudl",
|
228 |
|
|
"homepage": "https://davidgrudl.com"
|
229 |
|
|
},
|
230 |
|
|
{
|
231 |
|
|
"name": "Nette Community",
|
232 |
|
|
"homepage": "https://nette.org/contributors"
|
233 |
|
|
}
|
234 |
|
|
],
|
235 |
|
|
"description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
|
236 |
|
|
"homepage": "https://nette.org",
|
237 |
|
|
"keywords": [
|
238 |
|
|
"bootstrapping",
|
239 |
|
|
"configurator",
|
240 |
|
|
"nette"
|
241 |
|
|
],
|
242 |
|
|
"time": "2018-05-17T12:52:20+00:00"
|
243 |
|
|
},
|
244 |
|
|
{
|
245 |
|
|
"name": "nette/caching",
|
246 |
|
|
"version": "v2.5.8",
|
247 |
|
|
"source": {
|
248 |
|
|
"type": "git",
|
249 |
|
|
"url": "https://github.com/nette/caching.git",
|
250 |
|
|
"reference": "7fba7c7ab2585fafb7b31152f2595e1551120555"
|
251 |
|
|
},
|
252 |
|
|
"dist": {
|
253 |
|
|
"type": "zip",
|
254 |
|
|
"url": "https://api.github.com/repos/nette/caching/zipball/7fba7c7ab2585fafb7b31152f2595e1551120555",
|
255 |
|
|
"reference": "7fba7c7ab2585fafb7b31152f2595e1551120555",
|
256 |
|
|
"shasum": ""
|
257 |
|
|
},
|
258 |
|
|
"require": {
|
259 |
|
|
"nette/finder": "^2.2 || ~3.0.0",
|
260 |
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
261 |
|
|
"php": ">=5.6.0"
|
262 |
|
|
},
|
263 |
|
|
"conflict": {
|
264 |
|
|
"nette/nette": "<2.2"
|
265 |
|
|
},
|
266 |
|
|
"require-dev": {
|
267 |
|
|
"latte/latte": "^2.4",
|
268 |
|
|
"nette/di": "^2.4 || ~3.0.0",
|
269 |
|
|
"nette/tester": "^2.0",
|
270 |
|
|
"tracy/tracy": "^2.4"
|
271 |
|
|
},
|
272 |
|
|
"suggest": {
|
273 |
|
|
"ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
|
274 |
|
|
},
|
275 |
|
|
"type": "library",
|
276 |
|
|
"extra": {
|
277 |
|
|
"branch-alias": {
|
278 |
|
|
"dev-master": "2.5-dev"
|
279 |
|
|
}
|
280 |
|
|
},
|
281 |
|
|
"autoload": {
|
282 |
|
|
"classmap": [
|
283 |
|
|
"src/"
|
284 |
|
|
]
|
285 |
|
|
},
|
286 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
287 |
|
|
"license": [
|
288 |
|
|
"BSD-3-Clause",
|
289 |
|
|
"GPL-2.0",
|
290 |
|
|
"GPL-3.0"
|
291 |
|
|
],
|
292 |
|
|
"authors": [
|
293 |
|
|
{
|
294 |
|
|
"name": "David Grudl",
|
295 |
|
|
"homepage": "https://davidgrudl.com"
|
296 |
|
|
},
|
297 |
|
|
{
|
298 |
|
|
"name": "Nette Community",
|
299 |
|
|
"homepage": "https://nette.org/contributors"
|
300 |
|
|
}
|
301 |
|
|
],
|
302 |
|
|
"description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.",
|
303 |
|
|
"homepage": "https://nette.org",
|
304 |
|
|
"keywords": [
|
305 |
|
|
"cache",
|
306 |
|
|
"journal",
|
307 |
|
|
"memcached",
|
308 |
|
|
"nette",
|
309 |
|
|
"sqlite"
|
310 |
|
|
],
|
311 |
|
|
"time": "2018-03-21T11:04:32+00:00"
|
312 |
|
|
},
|
313 |
|
|
{
|
314 |
|
|
"name": "nette/component-model",
|
315 |
|
|
"version": "v2.4.0",
|
316 |
|
|
"source": {
|
317 |
|
|
"type": "git",
|
318 |
|
|
"url": "https://github.com/nette/component-model.git",
|
319 |
|
|
"reference": "6e7980f5ddec31f68a39e767799b1b0be9dd1014"
|
320 |
|
|
},
|
321 |
|
|
"dist": {
|
322 |
|
|
"type": "zip",
|
323 |
|
|
"url": "https://api.github.com/repos/nette/component-model/zipball/6e7980f5ddec31f68a39e767799b1b0be9dd1014",
|
324 |
|
|
"reference": "6e7980f5ddec31f68a39e767799b1b0be9dd1014",
|
325 |
|
|
"shasum": ""
|
326 |
|
|
},
|
327 |
|
|
"require": {
|
328 |
|
|
"nette/utils": "^2.5 || ~3.0.0",
|
329 |
|
|
"php": ">=5.6.0"
|
330 |
|
|
},
|
331 |
|
|
"conflict": {
|
332 |
|
|
"nette/application": "<2.4",
|
333 |
|
|
"nette/nette": "<2.2"
|
334 |
|
|
},
|
335 |
|
|
"require-dev": {
|
336 |
|
|
"nette/tester": "^2.0",
|
337 |
|
|
"tracy/tracy": "^2.3"
|
338 |
|
|
},
|
339 |
|
|
"type": "library",
|
340 |
|
|
"extra": {
|
341 |
|
|
"branch-alias": {
|
342 |
|
|
"dev-master": "2.4-dev"
|
343 |
|
|
}
|
344 |
|
|
},
|
345 |
|
|
"autoload": {
|
346 |
|
|
"classmap": [
|
347 |
|
|
"src/"
|
348 |
|
|
]
|
349 |
|
|
},
|
350 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
351 |
|
|
"license": [
|
352 |
|
|
"BSD-3-Clause",
|
353 |
|
|
"GPL-2.0",
|
354 |
|
|
"GPL-3.0"
|
355 |
|
|
],
|
356 |
|
|
"authors": [
|
357 |
|
|
{
|
358 |
|
|
"name": "David Grudl",
|
359 |
|
|
"homepage": "https://davidgrudl.com"
|
360 |
|
|
},
|
361 |
|
|
{
|
362 |
|
|
"name": "Nette Community",
|
363 |
|
|
"homepage": "https://nette.org/contributors"
|
364 |
|
|
}
|
365 |
|
|
],
|
366 |
|
|
"description": "⚛ Nette Component Model",
|
367 |
|
|
"homepage": "https://nette.org",
|
368 |
|
|
"keywords": [
|
369 |
|
|
"components",
|
370 |
|
|
"nette"
|
371 |
|
|
],
|
372 |
|
|
"time": "2018-03-20T16:32:50+00:00"
|
373 |
|
|
},
|
374 |
|
|
{
|
375 |
|
|
"name": "nette/database",
|
376 |
|
|
"version": "v2.4.8",
|
377 |
|
|
"source": {
|
378 |
|
|
"type": "git",
|
379 |
|
|
"url": "https://github.com/nette/database.git",
|
380 |
|
|
"reference": "388b172536f49e93c4b775c0adb1db2233a42c9f"
|
381 |
|
|
},
|
382 |
|
|
"dist": {
|
383 |
|
|
"type": "zip",
|
384 |
|
|
"url": "https://api.github.com/repos/nette/database/zipball/388b172536f49e93c4b775c0adb1db2233a42c9f",
|
385 |
|
|
"reference": "388b172536f49e93c4b775c0adb1db2233a42c9f",
|
386 |
|
|
"shasum": ""
|
387 |
|
|
},
|
388 |
|
|
"require": {
|
389 |
|
|
"ext-pdo": "*",
|
390 |
|
|
"nette/caching": "^2.2",
|
391 |
|
|
"nette/utils": "^2.4",
|
392 |
|
|
"php": ">=5.6.0"
|
393 |
|
|
},
|
394 |
|
|
"conflict": {
|
395 |
|
|
"nette/nette": "<2.2"
|
396 |
|
|
},
|
397 |
|
|
"require-dev": {
|
398 |
|
|
"mockery/mockery": "^1.0.0",
|
399 |
|
|
"nette/di": "^2.4 || ~3.0.0",
|
400 |
|
|
"nette/tester": "^2.0",
|
401 |
|
|
"tracy/tracy": "^2.4"
|
402 |
|
|
},
|
403 |
|
|
"type": "library",
|
404 |
|
|
"extra": {
|
405 |
|
|
"branch-alias": {
|
406 |
|
|
"dev-master": "2.4-dev"
|
407 |
|
|
}
|
408 |
|
|
},
|
409 |
|
|
"autoload": {
|
410 |
|
|
"classmap": [
|
411 |
|
|
"src/"
|
412 |
|
|
]
|
413 |
|
|
},
|
414 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
415 |
|
|
"license": [
|
416 |
|
|
"BSD-3-Clause",
|
417 |
|
|
"GPL-2.0",
|
418 |
|
|
"GPL-3.0"
|
419 |
|
|
],
|
420 |
|
|
"authors": [
|
421 |
|
|
{
|
422 |
|
|
"name": "David Grudl",
|
423 |
|
|
"homepage": "https://davidgrudl.com"
|
424 |
|
|
},
|
425 |
|
|
{
|
426 |
|
|
"name": "Nette Community",
|
427 |
|
|
"homepage": "https://nette.org/contributors"
|
428 |
|
|
}
|
429 |
|
|
],
|
430 |
|
|
"description": "💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.",
|
431 |
|
|
"homepage": "https://nette.org",
|
432 |
|
|
"keywords": [
|
433 |
|
|
"database",
|
434 |
|
|
"mssql",
|
435 |
|
|
"mysql",
|
436 |
|
|
"nette",
|
437 |
|
|
"notorm",
|
438 |
|
|
"oracle",
|
439 |
|
|
"pdo",
|
440 |
|
|
"postgresql",
|
441 |
|
|
"queries",
|
442 |
|
|
"sqlite"
|
443 |
|
|
],
|
444 |
|
|
"time": "2018-11-26T15:09:27+00:00"
|
445 |
|
|
},
|
446 |
|
|
{
|
447 |
|
|
"name": "nette/di",
|
448 |
|
|
"version": "v2.4.15",
|
449 |
|
|
"source": {
|
450 |
|
|
"type": "git",
|
451 |
|
|
"url": "https://github.com/nette/di.git",
|
452 |
|
|
"reference": "d0561b8f77e8ef2ed6d83328860e16c81a5a8649"
|
453 |
|
|
},
|
454 |
|
|
"dist": {
|
455 |
|
|
"type": "zip",
|
456 |
|
|
"url": "https://api.github.com/repos/nette/di/zipball/d0561b8f77e8ef2ed6d83328860e16c81a5a8649",
|
457 |
|
|
"reference": "d0561b8f77e8ef2ed6d83328860e16c81a5a8649",
|
458 |
|
|
"shasum": ""
|
459 |
|
|
},
|
460 |
|
|
"require": {
|
461 |
|
|
"ext-tokenizer": "*",
|
462 |
|
|
"nette/neon": "^2.3.3 || ~3.0.0",
|
463 |
|
|
"nette/php-generator": "^2.6.1 || ^3.0.0",
|
464 |
|
|
"nette/utils": "^2.5.0 || ~3.0.0",
|
465 |
|
|
"php": ">=5.6.0"
|
466 |
|
|
},
|
467 |
|
|
"conflict": {
|
468 |
|
|
"nette/bootstrap": "<2.4",
|
469 |
|
|
"nette/nette": "<2.2"
|
470 |
|
|
},
|
471 |
|
|
"require-dev": {
|
472 |
|
|
"nette/tester": "^2.0",
|
473 |
|
|
"tracy/tracy": "^2.3"
|
474 |
|
|
},
|
475 |
|
|
"type": "library",
|
476 |
|
|
"extra": {
|
477 |
|
|
"branch-alias": {
|
478 |
|
|
"dev-master": "2.4-dev"
|
479 |
|
|
}
|
480 |
|
|
},
|
481 |
|
|
"autoload": {
|
482 |
|
|
"classmap": [
|
483 |
|
|
"src/"
|
484 |
|
|
]
|
485 |
|
|
},
|
486 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
487 |
|
|
"license": [
|
488 |
|
|
"BSD-3-Clause",
|
489 |
|
|
"GPL-2.0",
|
490 |
|
|
"GPL-3.0"
|
491 |
|
|
],
|
492 |
|
|
"authors": [
|
493 |
|
|
{
|
494 |
|
|
"name": "David Grudl",
|
495 |
|
|
"homepage": "https://davidgrudl.com"
|
496 |
|
|
},
|
497 |
|
|
{
|
498 |
|
|
"name": "Nette Community",
|
499 |
|
|
"homepage": "https://nette.org/contributors"
|
500 |
|
|
}
|
501 |
|
|
],
|
502 |
|
|
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
|
503 |
|
|
"homepage": "https://nette.org",
|
504 |
|
|
"keywords": [
|
505 |
|
|
"compiled",
|
506 |
|
|
"di",
|
507 |
|
|
"dic",
|
508 |
|
|
"factory",
|
509 |
|
|
"ioc",
|
510 |
|
|
"nette",
|
511 |
|
|
"static"
|
512 |
|
|
],
|
513 |
|
|
"time": "2019-01-30T13:26:05+00:00"
|
514 |
|
|
},
|
515 |
|
|
{
|
516 |
|
|
"name": "nette/finder",
|
517 |
|
|
"version": "v2.4.2",
|
518 |
|
|
"source": {
|
519 |
|
|
"type": "git",
|
520 |
|
|
"url": "https://github.com/nette/finder.git",
|
521 |
|
|
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0"
|
522 |
|
|
},
|
523 |
|
|
"dist": {
|
524 |
|
|
"type": "zip",
|
525 |
|
|
"url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0",
|
526 |
|
|
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0",
|
527 |
|
|
"shasum": ""
|
528 |
|
|
},
|
529 |
|
|
"require": {
|
530 |
|
|
"nette/utils": "~2.4",
|
531 |
|
|
"php": ">=5.6.0"
|
532 |
|
|
},
|
533 |
|
|
"conflict": {
|
534 |
|
|
"nette/nette": "<2.2"
|
535 |
|
|
},
|
536 |
|
|
"require-dev": {
|
537 |
|
|
"nette/tester": "~2.0",
|
538 |
|
|
"tracy/tracy": "^2.3"
|
539 |
|
|
},
|
540 |
|
|
"type": "library",
|
541 |
|
|
"extra": {
|
542 |
|
|
"branch-alias": {
|
543 |
|
|
"dev-master": "2.4-dev"
|
544 |
|
|
}
|
545 |
|
|
},
|
546 |
|
|
"autoload": {
|
547 |
|
|
"classmap": [
|
548 |
|
|
"src/"
|
549 |
|
|
]
|
550 |
|
|
},
|
551 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
552 |
|
|
"license": [
|
553 |
|
|
"BSD-3-Clause",
|
554 |
|
|
"GPL-2.0",
|
555 |
|
|
"GPL-3.0"
|
556 |
|
|
],
|
557 |
|
|
"authors": [
|
558 |
|
|
{
|
559 |
|
|
"name": "David Grudl",
|
560 |
|
|
"homepage": "https://davidgrudl.com"
|
561 |
|
|
},
|
562 |
|
|
{
|
563 |
|
|
"name": "Nette Community",
|
564 |
|
|
"homepage": "https://nette.org/contributors"
|
565 |
|
|
}
|
566 |
|
|
],
|
567 |
|
|
"description": "🔍 Nette Finder: find files and directories with an intuitive API.",
|
568 |
|
|
"homepage": "https://nette.org",
|
569 |
|
|
"keywords": [
|
570 |
|
|
"filesystem",
|
571 |
|
|
"glob",
|
572 |
|
|
"iterator",
|
573 |
|
|
"nette"
|
574 |
|
|
],
|
575 |
|
|
"time": "2018-06-28T11:49:23+00:00"
|
576 |
|
|
},
|
577 |
|
|
{
|
578 |
|
|
"name": "nette/forms",
|
579 |
|
|
"version": "v2.4.9",
|
580 |
|
|
"source": {
|
581 |
|
|
"type": "git",
|
582 |
|
|
"url": "https://github.com/nette/forms.git",
|
583 |
|
|
"reference": "787a924d09f507c44ead60f3822c31d61d909b65"
|
584 |
|
|
},
|
585 |
|
|
"dist": {
|
586 |
|
|
"type": "zip",
|
587 |
|
|
"url": "https://api.github.com/repos/nette/forms/zipball/787a924d09f507c44ead60f3822c31d61d909b65",
|
588 |
|
|
"reference": "787a924d09f507c44ead60f3822c31d61d909b65",
|
589 |
|
|
"shasum": ""
|
590 |
|
|
},
|
591 |
|
|
"require": {
|
592 |
|
|
"nette/component-model": "~2.3",
|
593 |
|
|
"nette/http": "^2.3.8",
|
594 |
|
|
"nette/utils": "^2.4.6",
|
595 |
|
|
"php": ">=5.6.0"
|
596 |
|
|
},
|
597 |
|
|
"conflict": {
|
598 |
|
|
"nette/nette": "<2.2"
|
599 |
|
|
},
|
600 |
|
|
"require-dev": {
|
601 |
|
|
"latte/latte": "~2.4",
|
602 |
|
|
"nette/di": "~2.4",
|
603 |
|
|
"nette/tester": "~2.0",
|
604 |
|
|
"tracy/tracy": "^2.4"
|
605 |
|
|
},
|
606 |
|
|
"type": "library",
|
607 |
|
|
"extra": {
|
608 |
|
|
"branch-alias": {
|
609 |
|
|
"dev-master": "2.4-dev"
|
610 |
|
|
}
|
611 |
|
|
},
|
612 |
|
|
"autoload": {
|
613 |
|
|
"classmap": [
|
614 |
|
|
"src/"
|
615 |
|
|
]
|
616 |
|
|
},
|
617 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
618 |
|
|
"license": [
|
619 |
|
|
"BSD-3-Clause",
|
620 |
|
|
"GPL-2.0",
|
621 |
|
|
"GPL-3.0"
|
622 |
|
|
],
|
623 |
|
|
"authors": [
|
624 |
|
|
{
|
625 |
|
|
"name": "David Grudl",
|
626 |
|
|
"homepage": "https://davidgrudl.com"
|
627 |
|
|
},
|
628 |
|
|
{
|
629 |
|
|
"name": "Nette Community",
|
630 |
|
|
"homepage": "https://nette.org/contributors"
|
631 |
|
|
}
|
632 |
|
|
],
|
633 |
|
|
"description": "?? Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.",
|
634 |
|
|
"homepage": "https://nette.org",
|
635 |
|
|
"keywords": [
|
636 |
|
|
"Forms",
|
637 |
|
|
"bootstrap",
|
638 |
|
|
"csrf",
|
639 |
|
|
"javascript",
|
640 |
|
|
"nette",
|
641 |
|
|
"validation"
|
642 |
|
|
],
|
643 |
|
|
"time": "2018-09-16T18:32:29+00:00"
|
644 |
|
|
},
|
645 |
|
|
{
|
646 |
|
|
"name": "nette/http",
|
647 |
|
|
"version": "v2.4.11",
|
648 |
|
|
"source": {
|
649 |
|
|
"type": "git",
|
650 |
|
|
"url": "https://github.com/nette/http.git",
|
651 |
|
|
"reference": "3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6"
|
652 |
|
|
},
|
653 |
|
|
"dist": {
|
654 |
|
|
"type": "zip",
|
655 |
|
|
"url": "https://api.github.com/repos/nette/http/zipball/3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6",
|
656 |
|
|
"reference": "3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6",
|
657 |
|
|
"shasum": ""
|
658 |
|
|
},
|
659 |
|
|
"require": {
|
660 |
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
661 |
|
|
"php": ">=5.6.0"
|
662 |
|
|
},
|
663 |
|
|
"conflict": {
|
664 |
|
|
"nette/nette": "<2.2"
|
665 |
|
|
},
|
666 |
|
|
"require-dev": {
|
667 |
|
|
"nette/di": "^2.4.8 || ~3.0.0",
|
668 |
|
|
"nette/tester": "^2.0",
|
669 |
|
|
"tracy/tracy": "^2.4"
|
670 |
|
|
},
|
671 |
|
|
"suggest": {
|
672 |
|
|
"ext-fileinfo": "to detect type of uploaded files",
|
673 |
|
|
"nette/security": "allows use Nette\\Http\\UserStorage"
|
674 |
|
|
},
|
675 |
|
|
"type": "library",
|
676 |
|
|
"extra": {
|
677 |
|
|
"branch-alias": {
|
678 |
|
|
"dev-master": "2.4-dev"
|
679 |
|
|
}
|
680 |
|
|
},
|
681 |
|
|
"autoload": {
|
682 |
|
|
"classmap": [
|
683 |
|
|
"src/"
|
684 |
|
|
]
|
685 |
|
|
},
|
686 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
687 |
|
|
"license": [
|
688 |
|
|
"BSD-3-Clause",
|
689 |
|
|
"GPL-2.0",
|
690 |
|
|
"GPL-3.0"
|
691 |
|
|
],
|
692 |
|
|
"authors": [
|
693 |
|
|
{
|
694 |
|
|
"name": "David Grudl",
|
695 |
|
|
"homepage": "https://davidgrudl.com"
|
696 |
|
|
},
|
697 |
|
|
{
|
698 |
|
|
"name": "Nette Community",
|
699 |
|
|
"homepage": "https://nette.org/contributors"
|
700 |
|
|
}
|
701 |
|
|
],
|
702 |
|
|
"description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.",
|
703 |
|
|
"homepage": "https://nette.org",
|
704 |
|
|
"keywords": [
|
705 |
|
|
"cookies",
|
706 |
|
|
"http",
|
707 |
|
|
"nette",
|
708 |
|
|
"proxy",
|
709 |
|
|
"request",
|
710 |
|
|
"response",
|
711 |
|
|
"security",
|
712 |
|
|
"session",
|
713 |
|
|
"url"
|
714 |
|
|
],
|
715 |
|
|
"time": "2019-03-13T19:04:45+00:00"
|
716 |
|
|
},
|
717 |
|
|
{
|
718 |
|
|
"name": "nette/mail",
|
719 |
|
|
"version": "v2.4.6",
|
720 |
|
|
"source": {
|
721 |
|
|
"type": "git",
|
722 |
|
|
"url": "https://github.com/nette/mail.git",
|
723 |
|
|
"reference": "431f1774034cc14ee6a795b6514fe6343f75a68e"
|
724 |
|
|
},
|
725 |
|
|
"dist": {
|
726 |
|
|
"type": "zip",
|
727 |
|
|
"url": "https://api.github.com/repos/nette/mail/zipball/431f1774034cc14ee6a795b6514fe6343f75a68e",
|
728 |
|
|
"reference": "431f1774034cc14ee6a795b6514fe6343f75a68e",
|
729 |
|
|
"shasum": ""
|
730 |
|
|
},
|
731 |
|
|
"require": {
|
732 |
|
|
"ext-iconv": "*",
|
733 |
|
|
"nette/utils": "^2.4 || ~3.0.0",
|
734 |
|
|
"php": ">=5.6.0"
|
735 |
|
|
},
|
736 |
|
|
"conflict": {
|
737 |
|
|
"nette/nette": "<2.2"
|
738 |
|
|
},
|
739 |
|
|
"require-dev": {
|
740 |
|
|
"nette/di": "^2.4 || ~3.0.0",
|
741 |
|
|
"nette/tester": "^2.0",
|
742 |
|
|
"tracy/tracy": "^2.4"
|
743 |
|
|
},
|
744 |
|
|
"suggest": {
|
745 |
|
|
"ext-fileinfo": "to detect type of attached files"
|
746 |
|
|
},
|
747 |
|
|
"type": "library",
|
748 |
|
|
"extra": {
|
749 |
|
|
"branch-alias": {
|
750 |
|
|
"dev-master": "2.4-dev"
|
751 |
|
|
}
|
752 |
|
|
},
|
753 |
|
|
"autoload": {
|
754 |
|
|
"classmap": [
|
755 |
|
|
"src/"
|
756 |
|
|
]
|
757 |
|
|
},
|
758 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
759 |
|
|
"license": [
|
760 |
|
|
"BSD-3-Clause",
|
761 |
|
|
"GPL-2.0",
|
762 |
|
|
"GPL-3.0"
|
763 |
|
|
],
|
764 |
|
|
"authors": [
|
765 |
|
|
{
|
766 |
|
|
"name": "David Grudl",
|
767 |
|
|
"homepage": "https://davidgrudl.com"
|
768 |
|
|
},
|
769 |
|
|
{
|
770 |
|
|
"name": "Nette Community",
|
771 |
|
|
"homepage": "https://nette.org/contributors"
|
772 |
|
|
}
|
773 |
|
|
],
|
774 |
|
|
"description": "📧 Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.",
|
775 |
|
|
"homepage": "https://nette.org",
|
776 |
|
|
"keywords": [
|
777 |
|
|
"mail",
|
778 |
|
|
"mailer",
|
779 |
|
|
"mime",
|
780 |
|
|
"nette",
|
781 |
|
|
"smtp"
|
782 |
|
|
],
|
783 |
|
|
"time": "2018-11-21T22:35:13+00:00"
|
784 |
|
|
},
|
785 |
|
|
{
|
786 |
|
|
"name": "nette/neon",
|
787 |
|
|
"version": "v3.0.0",
|
788 |
|
|
"source": {
|
789 |
|
|
"type": "git",
|
790 |
|
|
"url": "https://github.com/nette/neon.git",
|
791 |
|
|
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
|
792 |
|
|
},
|
793 |
|
|
"dist": {
|
794 |
|
|
"type": "zip",
|
795 |
|
|
"url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
|
796 |
|
|
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
|
797 |
|
|
"shasum": ""
|
798 |
|
|
},
|
799 |
|
|
"require": {
|
800 |
|
|
"ext-iconv": "*",
|
801 |
|
|
"ext-json": "*",
|
802 |
|
|
"php": ">=7.0"
|
803 |
|
|
},
|
804 |
|
|
"require-dev": {
|
805 |
|
|
"nette/tester": "^2.0",
|
806 |
|
|
"tracy/tracy": "^2.3"
|
807 |
|
|
},
|
808 |
|
|
"type": "library",
|
809 |
|
|
"extra": {
|
810 |
|
|
"branch-alias": {
|
811 |
|
|
"dev-master": "3.0-dev"
|
812 |
|
|
}
|
813 |
|
|
},
|
814 |
|
|
"autoload": {
|
815 |
|
|
"classmap": [
|
816 |
|
|
"src/"
|
817 |
|
|
]
|
818 |
|
|
},
|
819 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
820 |
|
|
"license": [
|
821 |
|
|
"BSD-3-Clause",
|
822 |
|
|
"GPL-2.0",
|
823 |
|
|
"GPL-3.0"
|
824 |
|
|
],
|
825 |
|
|
"authors": [
|
826 |
|
|
{
|
827 |
|
|
"name": "David Grudl",
|
828 |
|
|
"homepage": "https://davidgrudl.com"
|
829 |
|
|
},
|
830 |
|
|
{
|
831 |
|
|
"name": "Nette Community",
|
832 |
|
|
"homepage": "https://nette.org/contributors"
|
833 |
|
|
}
|
834 |
|
|
],
|
835 |
|
|
"description": "🍸 Nette NEON: encodes and decodes NEON file format.",
|
836 |
|
|
"homepage": "http://ne-on.org",
|
837 |
|
|
"keywords": [
|
838 |
|
|
"export",
|
839 |
|
|
"import",
|
840 |
|
|
"neon",
|
841 |
|
|
"nette",
|
842 |
|
|
"yaml"
|
843 |
|
|
],
|
844 |
|
|
"time": "2019-02-05T21:30:40+00:00"
|
845 |
|
|
},
|
846 |
|
|
{
|
847 |
|
|
"name": "nette/php-generator",
|
848 |
|
|
"version": "v3.0.5",
|
849 |
|
|
"source": {
|
850 |
|
|
"type": "git",
|
851 |
|
|
"url": "https://github.com/nette/php-generator.git",
|
852 |
|
|
"reference": "ea90209c2e8a7cd087b2742ca553c047a8df5eff"
|
853 |
|
|
},
|
854 |
|
|
"dist": {
|
855 |
|
|
"type": "zip",
|
856 |
|
|
"url": "https://api.github.com/repos/nette/php-generator/zipball/ea90209c2e8a7cd087b2742ca553c047a8df5eff",
|
857 |
|
|
"reference": "ea90209c2e8a7cd087b2742ca553c047a8df5eff",
|
858 |
|
|
"shasum": ""
|
859 |
|
|
},
|
860 |
|
|
"require": {
|
861 |
|
|
"nette/utils": "^2.4.2 || ~3.0.0",
|
862 |
|
|
"php": ">=7.0"
|
863 |
|
|
},
|
864 |
|
|
"conflict": {
|
865 |
|
|
"nette/nette": "<2.2"
|
866 |
|
|
},
|
867 |
|
|
"require-dev": {
|
868 |
|
|
"nette/tester": "^2.0",
|
869 |
|
|
"tracy/tracy": "^2.3"
|
870 |
|
|
},
|
871 |
|
|
"type": "library",
|
872 |
|
|
"extra": {
|
873 |
|
|
"branch-alias": {
|
874 |
|
|
"dev-master": "3.0-dev"
|
875 |
|
|
}
|
876 |
|
|
},
|
877 |
|
|
"autoload": {
|
878 |
|
|
"classmap": [
|
879 |
|
|
"src/"
|
880 |
|
|
]
|
881 |
|
|
},
|
882 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
883 |
|
|
"license": [
|
884 |
|
|
"BSD-3-Clause",
|
885 |
|
|
"GPL-2.0",
|
886 |
|
|
"GPL-3.0"
|
887 |
|
|
],
|
888 |
|
|
"authors": [
|
889 |
|
|
{
|
890 |
|
|
"name": "David Grudl",
|
891 |
|
|
"homepage": "https://davidgrudl.com"
|
892 |
|
|
},
|
893 |
|
|
{
|
894 |
|
|
"name": "Nette Community",
|
895 |
|
|
"homepage": "https://nette.org/contributors"
|
896 |
|
|
}
|
897 |
|
|
],
|
898 |
|
|
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
|
899 |
|
|
"homepage": "https://nette.org",
|
900 |
|
|
"keywords": [
|
901 |
|
|
"code",
|
902 |
|
|
"nette",
|
903 |
|
|
"php",
|
904 |
|
|
"scaffolding"
|
905 |
|
|
],
|
906 |
|
|
"time": "2018-08-09T14:32:27+00:00"
|
907 |
|
|
},
|
908 |
|
|
{
|
909 |
|
|
"name": "nette/reflection",
|
910 |
|
|
"version": "v2.4.2",
|
911 |
|
|
"source": {
|
912 |
|
|
"type": "git",
|
913 |
|
|
"url": "https://github.com/nette/reflection.git",
|
914 |
|
|
"reference": "b12327e98ead74e87a1315e0d48182a702adf901"
|
915 |
|
|
},
|
916 |
|
|
"dist": {
|
917 |
|
|
"type": "zip",
|
918 |
|
|
"url": "https://api.github.com/repos/nette/reflection/zipball/b12327e98ead74e87a1315e0d48182a702adf901",
|
919 |
|
|
"reference": "b12327e98ead74e87a1315e0d48182a702adf901",
|
920 |
|
|
"shasum": ""
|
921 |
|
|
},
|
922 |
|
|
"require": {
|
923 |
|
|
"ext-tokenizer": "*",
|
924 |
|
|
"nette/caching": "^2.2 || ^3.0",
|
925 |
|
|
"nette/utils": "^2.4 || ^3.0",
|
926 |
|
|
"php": ">=5.6.0"
|
927 |
|
|
},
|
928 |
|
|
"conflict": {
|
929 |
|
|
"nette/nette": "<2.2"
|
930 |
|
|
},
|
931 |
|
|
"require-dev": {
|
932 |
|
|
"nette/di": "^2.4 || ^3.0",
|
933 |
|
|
"nette/tester": "^2.0",
|
934 |
|
|
"tracy/tracy": "^2.4"
|
935 |
|
|
},
|
936 |
|
|
"type": "library",
|
937 |
|
|
"extra": {
|
938 |
|
|
"branch-alias": {
|
939 |
|
|
"dev-master": "2.4-dev"
|
940 |
|
|
}
|
941 |
|
|
},
|
942 |
|
|
"autoload": {
|
943 |
|
|
"classmap": [
|
944 |
|
|
"src/"
|
945 |
|
|
]
|
946 |
|
|
},
|
947 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
948 |
|
|
"license": [
|
949 |
|
|
"BSD-3-Clause",
|
950 |
|
|
"GPL-2.0",
|
951 |
|
|
"GPL-3.0"
|
952 |
|
|
],
|
953 |
|
|
"authors": [
|
954 |
|
|
{
|
955 |
|
|
"name": "David Grudl",
|
956 |
|
|
"homepage": "https://davidgrudl.com"
|
957 |
|
|
},
|
958 |
|
|
{
|
959 |
|
|
"name": "Nette Community",
|
960 |
|
|
"homepage": "https://nette.org/contributors"
|
961 |
|
|
}
|
962 |
|
|
],
|
963 |
|
|
"description": "Nette Reflection: docblock annotations parser and common reflection classes",
|
964 |
|
|
"homepage": "https://nette.org",
|
965 |
|
|
"keywords": [
|
966 |
|
|
"annotation",
|
967 |
|
|
"nette",
|
968 |
|
|
"reflection"
|
969 |
|
|
],
|
970 |
|
|
"time": "2017-07-11T19:28:57+00:00"
|
971 |
|
|
},
|
972 |
|
|
{
|
973 |
|
|
"name": "nette/robot-loader",
|
974 |
|
|
"version": "v3.1.1",
|
975 |
|
|
"source": {
|
976 |
|
|
"type": "git",
|
977 |
|
|
"url": "https://github.com/nette/robot-loader.git",
|
978 |
|
|
"reference": "3e8d75d6d976e191bdf46752ca40a286671219d2"
|
979 |
|
|
},
|
980 |
|
|
"dist": {
|
981 |
|
|
"type": "zip",
|
982 |
|
|
"url": "https://api.github.com/repos/nette/robot-loader/zipball/3e8d75d6d976e191bdf46752ca40a286671219d2",
|
983 |
|
|
"reference": "3e8d75d6d976e191bdf46752ca40a286671219d2",
|
984 |
|
|
"shasum": ""
|
985 |
|
|
},
|
986 |
|
|
"require": {
|
987 |
|
|
"ext-tokenizer": "*",
|
988 |
|
|
"nette/finder": "^2.3 || ^3.0",
|
989 |
|
|
"nette/utils": "^2.4 || ^3.0",
|
990 |
|
|
"php": ">=5.6.0"
|
991 |
|
|
},
|
992 |
|
|
"conflict": {
|
993 |
|
|
"nette/nette": "<2.2"
|
994 |
|
|
},
|
995 |
|
|
"require-dev": {
|
996 |
|
|
"nette/tester": "^2.0",
|
997 |
|
|
"tracy/tracy": "^2.3"
|
998 |
|
|
},
|
999 |
|
|
"type": "library",
|
1000 |
|
|
"extra": {
|
1001 |
|
|
"branch-alias": {
|
1002 |
|
|
"dev-master": "3.1-dev"
|
1003 |
|
|
}
|
1004 |
|
|
},
|
1005 |
|
|
"autoload": {
|
1006 |
|
|
"classmap": [
|
1007 |
|
|
"src/"
|
1008 |
|
|
]
|
1009 |
|
|
},
|
1010 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1011 |
|
|
"license": [
|
1012 |
|
|
"BSD-3-Clause",
|
1013 |
|
|
"GPL-2.0",
|
1014 |
|
|
"GPL-3.0"
|
1015 |
|
|
],
|
1016 |
|
|
"authors": [
|
1017 |
|
|
{
|
1018 |
|
|
"name": "David Grudl",
|
1019 |
|
|
"homepage": "https://davidgrudl.com"
|
1020 |
|
|
},
|
1021 |
|
|
{
|
1022 |
|
|
"name": "Nette Community",
|
1023 |
|
|
"homepage": "https://nette.org/contributors"
|
1024 |
|
|
}
|
1025 |
|
|
],
|
1026 |
|
|
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
|
1027 |
|
|
"homepage": "https://nette.org",
|
1028 |
|
|
"keywords": [
|
1029 |
|
|
"autoload",
|
1030 |
|
|
"class",
|
1031 |
|
|
"interface",
|
1032 |
|
|
"nette",
|
1033 |
|
|
"trait"
|
1034 |
|
|
],
|
1035 |
|
|
"time": "2019-03-01T20:23:02+00:00"
|
1036 |
|
|
},
|
1037 |
|
|
{
|
1038 |
|
|
"name": "nette/security",
|
1039 |
|
|
"version": "v2.4.4",
|
1040 |
|
|
"source": {
|
1041 |
|
|
"type": "git",
|
1042 |
|
|
"url": "https://github.com/nette/security.git",
|
1043 |
|
|
"reference": "7b8ac90c9ec405bb3b4dab9214bf122d3620fc65"
|
1044 |
|
|
},
|
1045 |
|
|
"dist": {
|
1046 |
|
|
"type": "zip",
|
1047 |
|
|
"url": "https://api.github.com/repos/nette/security/zipball/7b8ac90c9ec405bb3b4dab9214bf122d3620fc65",
|
1048 |
|
|
"reference": "7b8ac90c9ec405bb3b4dab9214bf122d3620fc65",
|
1049 |
|
|
"shasum": ""
|
1050 |
|
|
},
|
1051 |
|
|
"require": {
|
1052 |
|
|
"nette/utils": "~2.4",
|
1053 |
|
|
"php": ">=5.6.0"
|
1054 |
|
|
},
|
1055 |
|
|
"conflict": {
|
1056 |
|
|
"nette/nette": "<2.2"
|
1057 |
|
|
},
|
1058 |
|
|
"require-dev": {
|
1059 |
|
|
"nette/di": "~2.4",
|
1060 |
|
|
"nette/http": "~2.4",
|
1061 |
|
|
"nette/tester": "~2.0",
|
1062 |
|
|
"tracy/tracy": "^2.4"
|
1063 |
|
|
},
|
1064 |
|
|
"type": "library",
|
1065 |
|
|
"extra": {
|
1066 |
|
|
"branch-alias": {
|
1067 |
|
|
"dev-master": "2.4-dev"
|
1068 |
|
|
}
|
1069 |
|
|
},
|
1070 |
|
|
"autoload": {
|
1071 |
|
|
"classmap": [
|
1072 |
|
|
"src/"
|
1073 |
|
|
]
|
1074 |
|
|
},
|
1075 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1076 |
|
|
"license": [
|
1077 |
|
|
"BSD-3-Clause",
|
1078 |
|
|
"GPL-2.0",
|
1079 |
|
|
"GPL-3.0"
|
1080 |
|
|
],
|
1081 |
|
|
"authors": [
|
1082 |
|
|
{
|
1083 |
|
|
"name": "David Grudl",
|
1084 |
|
|
"homepage": "https://davidgrudl.com"
|
1085 |
|
|
},
|
1086 |
|
|
{
|
1087 |
|
|
"name": "Nette Community",
|
1088 |
|
|
"homepage": "https://nette.org/contributors"
|
1089 |
|
|
}
|
1090 |
|
|
],
|
1091 |
|
|
"description": "🔑 Nette Security: provides authentication, authorization and a role-based access control management via ACL (Access Control List)",
|
1092 |
|
|
"homepage": "https://nette.org",
|
1093 |
|
|
"keywords": [
|
1094 |
|
|
"Authentication",
|
1095 |
|
|
"acl",
|
1096 |
|
|
"authorization",
|
1097 |
|
|
"nette"
|
1098 |
|
|
],
|
1099 |
|
|
"time": "2018-10-17T15:50:54+00:00"
|
1100 |
|
|
},
|
1101 |
|
|
{
|
1102 |
|
|
"name": "nette/utils",
|
1103 |
|
|
"version": "v2.5.3",
|
1104 |
|
|
"source": {
|
1105 |
|
|
"type": "git",
|
1106 |
|
|
"url": "https://github.com/nette/utils.git",
|
1107 |
|
|
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce"
|
1108 |
|
|
},
|
1109 |
|
|
"dist": {
|
1110 |
|
|
"type": "zip",
|
1111 |
|
|
"url": "https://api.github.com/repos/nette/utils/zipball/17b9f76f2abd0c943adfb556e56f2165460b15ce",
|
1112 |
|
|
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce",
|
1113 |
|
|
"shasum": ""
|
1114 |
|
|
},
|
1115 |
|
|
"require": {
|
1116 |
|
|
"php": ">=5.6.0"
|
1117 |
|
|
},
|
1118 |
|
|
"conflict": {
|
1119 |
|
|
"nette/nette": "<2.2"
|
1120 |
|
|
},
|
1121 |
|
|
"require-dev": {
|
1122 |
|
|
"nette/tester": "~2.0",
|
1123 |
|
|
"tracy/tracy": "^2.3"
|
1124 |
|
|
},
|
1125 |
|
|
"suggest": {
|
1126 |
|
|
"ext-gd": "to use Image",
|
1127 |
|
|
"ext-iconv": "to use Strings::webalize() and toAscii()",
|
1128 |
|
|
"ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
|
1129 |
|
|
"ext-json": "to use Nette\\Utils\\Json",
|
1130 |
|
|
"ext-mbstring": "to use Strings::lower() etc...",
|
1131 |
|
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
1132 |
|
|
},
|
1133 |
|
|
"type": "library",
|
1134 |
|
|
"extra": {
|
1135 |
|
|
"branch-alias": {
|
1136 |
|
|
"dev-master": "2.5-dev"
|
1137 |
|
|
}
|
1138 |
|
|
},
|
1139 |
|
|
"autoload": {
|
1140 |
|
|
"classmap": [
|
1141 |
|
|
"src/"
|
1142 |
|
|
],
|
1143 |
|
|
"files": [
|
1144 |
|
|
"src/loader.php"
|
1145 |
|
|
]
|
1146 |
|
|
},
|
1147 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1148 |
|
|
"license": [
|
1149 |
|
|
"BSD-3-Clause",
|
1150 |
|
|
"GPL-2.0",
|
1151 |
|
|
"GPL-3.0"
|
1152 |
|
|
],
|
1153 |
|
|
"authors": [
|
1154 |
|
|
{
|
1155 |
|
|
"name": "David Grudl",
|
1156 |
|
|
"homepage": "https://davidgrudl.com"
|
1157 |
|
|
},
|
1158 |
|
|
{
|
1159 |
|
|
"name": "Nette Community",
|
1160 |
|
|
"homepage": "https://nette.org/contributors"
|
1161 |
|
|
}
|
1162 |
|
|
],
|
1163 |
|
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
1164 |
|
|
"homepage": "https://nette.org",
|
1165 |
|
|
"keywords": [
|
1166 |
|
|
"array",
|
1167 |
|
|
"core",
|
1168 |
|
|
"datetime",
|
1169 |
|
|
"images",
|
1170 |
|
|
"json",
|
1171 |
|
|
"nette",
|
1172 |
|
|
"paginator",
|
1173 |
|
|
"password",
|
1174 |
|
|
"slugify",
|
1175 |
|
|
"string",
|
1176 |
|
|
"unicode",
|
1177 |
|
|
"utf-8",
|
1178 |
|
|
"utility",
|
1179 |
|
|
"validation"
|
1180 |
|
|
],
|
1181 |
|
|
"time": "2018-09-18T10:22:16+00:00"
|
1182 |
|
|
},
|
1183 |
dd522430
|
Filip Jani
|
{
|
1184 |
|
|
"name": "paragonie/random_compat",
|
1185 |
|
|
"version": "v9.99.99",
|
1186 |
|
|
"source": {
|
1187 |
|
|
"type": "git",
|
1188 |
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
1189 |
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
1190 |
|
|
},
|
1191 |
|
|
"dist": {
|
1192 |
|
|
"type": "zip",
|
1193 |
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
1194 |
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
1195 |
|
|
"shasum": ""
|
1196 |
|
|
},
|
1197 |
|
|
"require": {
|
1198 |
|
|
"php": "^7"
|
1199 |
|
|
},
|
1200 |
|
|
"require-dev": {
|
1201 |
|
|
"phpunit/phpunit": "4.*|5.*",
|
1202 |
|
|
"vimeo/psalm": "^1"
|
1203 |
|
|
},
|
1204 |
|
|
"suggest": {
|
1205 |
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
1206 |
|
|
},
|
1207 |
|
|
"type": "library",
|
1208 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1209 |
|
|
"license": [
|
1210 |
|
|
"MIT"
|
1211 |
|
|
],
|
1212 |
|
|
"authors": [
|
1213 |
|
|
{
|
1214 |
|
|
"name": "Paragon Initiative Enterprises",
|
1215 |
|
|
"email": "security@paragonie.com",
|
1216 |
|
|
"homepage": "https://paragonie.com"
|
1217 |
|
|
}
|
1218 |
|
|
],
|
1219 |
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
1220 |
|
|
"keywords": [
|
1221 |
|
|
"csprng",
|
1222 |
|
|
"polyfill",
|
1223 |
|
|
"pseudorandom",
|
1224 |
|
|
"random"
|
1225 |
|
|
],
|
1226 |
|
|
"time": "2018-07-02T15:55:56+00:00"
|
1227 |
|
|
},
|
1228 |
|
|
{
|
1229 |
|
|
"name": "symfony/inflector",
|
1230 |
|
|
"version": "v3.3.6",
|
1231 |
|
|
"source": {
|
1232 |
|
|
"type": "git",
|
1233 |
|
|
"url": "https://github.com/symfony/inflector.git",
|
1234 |
|
|
"reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb"
|
1235 |
|
|
},
|
1236 |
|
|
"dist": {
|
1237 |
|
|
"type": "zip",
|
1238 |
|
|
"url": "https://api.github.com/repos/symfony/inflector/zipball/aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
|
1239 |
|
|
"reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
|
1240 |
|
|
"shasum": ""
|
1241 |
|
|
},
|
1242 |
|
|
"require": {
|
1243 |
|
|
"php": ">=5.5.9"
|
1244 |
|
|
},
|
1245 |
|
|
"type": "library",
|
1246 |
|
|
"extra": {
|
1247 |
|
|
"branch-alias": {
|
1248 |
|
|
"dev-master": "3.3-dev"
|
1249 |
|
|
}
|
1250 |
|
|
},
|
1251 |
|
|
"autoload": {
|
1252 |
|
|
"psr-4": {
|
1253 |
|
|
"Symfony\\Component\\Inflector\\": ""
|
1254 |
|
|
},
|
1255 |
|
|
"exclude-from-classmap": [
|
1256 |
|
|
"/Tests/"
|
1257 |
|
|
]
|
1258 |
|
|
},
|
1259 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1260 |
|
|
"license": [
|
1261 |
|
|
"MIT"
|
1262 |
|
|
],
|
1263 |
|
|
"authors": [
|
1264 |
|
|
{
|
1265 |
|
|
"name": "Bernhard Schussek",
|
1266 |
|
|
"email": "bschussek@gmail.com"
|
1267 |
|
|
},
|
1268 |
|
|
{
|
1269 |
|
|
"name": "Symfony Community",
|
1270 |
|
|
"homepage": "https://symfony.com/contributors"
|
1271 |
|
|
}
|
1272 |
|
|
],
|
1273 |
|
|
"description": "Symfony Inflector Component",
|
1274 |
|
|
"homepage": "https://symfony.com",
|
1275 |
|
|
"keywords": [
|
1276 |
|
|
"inflection",
|
1277 |
|
|
"pluralize",
|
1278 |
|
|
"singularize",
|
1279 |
|
|
"string",
|
1280 |
|
|
"symfony",
|
1281 |
|
|
"words"
|
1282 |
|
|
],
|
1283 |
|
|
"time": "2017-04-12T14:14:56+00:00"
|
1284 |
|
|
},
|
1285 |
|
|
{
|
1286 |
|
|
"name": "symfony/polyfill-php70",
|
1287 |
|
|
"version": "v1.11.0",
|
1288 |
|
|
"source": {
|
1289 |
|
|
"type": "git",
|
1290 |
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
1291 |
|
|
"reference": "bc4858fb611bda58719124ca079baff854149c89"
|
1292 |
|
|
},
|
1293 |
|
|
"dist": {
|
1294 |
|
|
"type": "zip",
|
1295 |
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
|
1296 |
|
|
"reference": "bc4858fb611bda58719124ca079baff854149c89",
|
1297 |
|
|
"shasum": ""
|
1298 |
|
|
},
|
1299 |
|
|
"require": {
|
1300 |
|
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
1301 |
|
|
"php": ">=5.3.3"
|
1302 |
|
|
},
|
1303 |
|
|
"type": "library",
|
1304 |
|
|
"extra": {
|
1305 |
|
|
"branch-alias": {
|
1306 |
|
|
"dev-master": "1.11-dev"
|
1307 |
|
|
}
|
1308 |
|
|
},
|
1309 |
|
|
"autoload": {
|
1310 |
|
|
"psr-4": {
|
1311 |
|
|
"Symfony\\Polyfill\\Php70\\": ""
|
1312 |
|
|
},
|
1313 |
|
|
"files": [
|
1314 |
|
|
"bootstrap.php"
|
1315 |
|
|
],
|
1316 |
|
|
"classmap": [
|
1317 |
|
|
"Resources/stubs"
|
1318 |
|
|
]
|
1319 |
|
|
},
|
1320 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1321 |
|
|
"license": [
|
1322 |
|
|
"MIT"
|
1323 |
|
|
],
|
1324 |
|
|
"authors": [
|
1325 |
|
|
{
|
1326 |
|
|
"name": "Nicolas Grekas",
|
1327 |
|
|
"email": "p@tchwork.com"
|
1328 |
|
|
},
|
1329 |
|
|
{
|
1330 |
|
|
"name": "Symfony Community",
|
1331 |
|
|
"homepage": "https://symfony.com/contributors"
|
1332 |
|
|
}
|
1333 |
|
|
],
|
1334 |
|
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
1335 |
|
|
"homepage": "https://symfony.com",
|
1336 |
|
|
"keywords": [
|
1337 |
|
|
"compatibility",
|
1338 |
|
|
"polyfill",
|
1339 |
|
|
"portable",
|
1340 |
|
|
"shim"
|
1341 |
|
|
],
|
1342 |
|
|
"time": "2019-02-06T07:57:58+00:00"
|
1343 |
|
|
},
|
1344 |
|
|
{
|
1345 |
|
|
"name": "symfony/property-access",
|
1346 |
|
|
"version": "v3.3.6",
|
1347 |
|
|
"source": {
|
1348 |
|
|
"type": "git",
|
1349 |
|
|
"url": "https://github.com/symfony/property-access.git",
|
1350 |
|
|
"reference": "4cd2bc4afdfd914ad18cec97bb4159fc403384ea"
|
1351 |
|
|
},
|
1352 |
|
|
"dist": {
|
1353 |
|
|
"type": "zip",
|
1354 |
|
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/4cd2bc4afdfd914ad18cec97bb4159fc403384ea",
|
1355 |
|
|
"reference": "4cd2bc4afdfd914ad18cec97bb4159fc403384ea",
|
1356 |
|
|
"shasum": ""
|
1357 |
|
|
},
|
1358 |
|
|
"require": {
|
1359 |
|
|
"php": ">=5.5.9",
|
1360 |
|
|
"symfony/inflector": "~3.1",
|
1361 |
|
|
"symfony/polyfill-php70": "~1.0"
|
1362 |
|
|
},
|
1363 |
|
|
"require-dev": {
|
1364 |
|
|
"symfony/cache": "~3.1"
|
1365 |
|
|
},
|
1366 |
|
|
"suggest": {
|
1367 |
|
|
"psr/cache-implementation": "To cache access methods."
|
1368 |
|
|
},
|
1369 |
|
|
"type": "library",
|
1370 |
|
|
"extra": {
|
1371 |
|
|
"branch-alias": {
|
1372 |
|
|
"dev-master": "3.3-dev"
|
1373 |
|
|
}
|
1374 |
|
|
},
|
1375 |
|
|
"autoload": {
|
1376 |
|
|
"psr-4": {
|
1377 |
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
1378 |
|
|
},
|
1379 |
|
|
"exclude-from-classmap": [
|
1380 |
|
|
"/Tests/"
|
1381 |
|
|
]
|
1382 |
|
|
},
|
1383 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1384 |
|
|
"license": [
|
1385 |
|
|
"MIT"
|
1386 |
|
|
],
|
1387 |
|
|
"authors": [
|
1388 |
|
|
{
|
1389 |
|
|
"name": "Fabien Potencier",
|
1390 |
|
|
"email": "fabien@symfony.com"
|
1391 |
|
|
},
|
1392 |
|
|
{
|
1393 |
|
|
"name": "Symfony Community",
|
1394 |
|
|
"homepage": "https://symfony.com/contributors"
|
1395 |
|
|
}
|
1396 |
|
|
],
|
1397 |
|
|
"description": "Symfony PropertyAccess Component",
|
1398 |
|
|
"homepage": "https://symfony.com",
|
1399 |
|
|
"keywords": [
|
1400 |
|
|
"access",
|
1401 |
|
|
"array",
|
1402 |
|
|
"extraction",
|
1403 |
|
|
"index",
|
1404 |
|
|
"injection",
|
1405 |
|
|
"object",
|
1406 |
|
|
"property",
|
1407 |
|
|
"property path",
|
1408 |
|
|
"reflection"
|
1409 |
|
|
],
|
1410 |
|
|
"time": "2017-07-03T08:12:02+00:00"
|
1411 |
|
|
},
|
1412 |
67c41231
|
Filip Jani
|
{
|
1413 |
|
|
"name": "tracy/tracy",
|
1414 |
ee62b2c5
|
Filip Jani
|
"version": "v2.5.8",
|
1415 |
67c41231
|
Filip Jani
|
"source": {
|
1416 |
|
|
"type": "git",
|
1417 |
|
|
"url": "https://github.com/nette/tracy.git",
|
1418 |
ee62b2c5
|
Filip Jani
|
"reference": "3c874946fc403f728af9118cd602cac56bd493d3"
|
1419 |
67c41231
|
Filip Jani
|
},
|
1420 |
|
|
"dist": {
|
1421 |
|
|
"type": "zip",
|
1422 |
ee62b2c5
|
Filip Jani
|
"url": "https://api.github.com/repos/nette/tracy/zipball/3c874946fc403f728af9118cd602cac56bd493d3",
|
1423 |
|
|
"reference": "3c874946fc403f728af9118cd602cac56bd493d3",
|
1424 |
67c41231
|
Filip Jani
|
"shasum": ""
|
1425 |
|
|
},
|
1426 |
|
|
"require": {
|
1427 |
|
|
"ext-json": "*",
|
1428 |
|
|
"ext-session": "*",
|
1429 |
|
|
"php": ">=5.4.4"
|
1430 |
|
|
},
|
1431 |
|
|
"require-dev": {
|
1432 |
|
|
"nette/di": "~2.3 || ~3.0.0",
|
1433 |
|
|
"nette/tester": "~1.7 || ~2.0",
|
1434 |
|
|
"nette/utils": "~2.3"
|
1435 |
|
|
},
|
1436 |
|
|
"suggest": {
|
1437 |
|
|
"https://nette.org/donate": "Please support Tracy via a donation"
|
1438 |
|
|
},
|
1439 |
|
|
"type": "library",
|
1440 |
|
|
"extra": {
|
1441 |
|
|
"branch-alias": {
|
1442 |
|
|
"dev-master": "2.5-dev"
|
1443 |
|
|
}
|
1444 |
|
|
},
|
1445 |
|
|
"autoload": {
|
1446 |
|
|
"classmap": [
|
1447 |
|
|
"src"
|
1448 |
|
|
],
|
1449 |
|
|
"files": [
|
1450 |
|
|
"src/shortcuts.php"
|
1451 |
|
|
]
|
1452 |
|
|
},
|
1453 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1454 |
|
|
"license": [
|
1455 |
|
|
"BSD-3-Clause"
|
1456 |
|
|
],
|
1457 |
|
|
"authors": [
|
1458 |
|
|
{
|
1459 |
|
|
"name": "David Grudl",
|
1460 |
|
|
"homepage": "https://davidgrudl.com"
|
1461 |
|
|
},
|
1462 |
|
|
{
|
1463 |
|
|
"name": "Nette Community",
|
1464 |
|
|
"homepage": "https://nette.org/contributors"
|
1465 |
|
|
}
|
1466 |
|
|
],
|
1467 |
ee62b2c5
|
Filip Jani
|
"description": "? Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
|
1468 |
67c41231
|
Filip Jani
|
"homepage": "https://tracy.nette.org",
|
1469 |
|
|
"keywords": [
|
1470 |
|
|
"Xdebug",
|
1471 |
|
|
"debug",
|
1472 |
|
|
"debugger",
|
1473 |
|
|
"nette",
|
1474 |
|
|
"profiler"
|
1475 |
|
|
],
|
1476 |
ee62b2c5
|
Filip Jani
|
"time": "2019-03-21T15:06:29+00:00"
|
1477 |
dd522430
|
Filip Jani
|
},
|
1478 |
|
|
{
|
1479 |
|
|
"name": "ublaboo/datagrid",
|
1480 |
|
|
"version": "v5.7.1",
|
1481 |
|
|
"source": {
|
1482 |
|
|
"type": "git",
|
1483 |
|
|
"url": "https://github.com/contributte/datagrid.git",
|
1484 |
|
|
"reference": "837db074b494f3b6cb7a34c83ff5842662476c6d"
|
1485 |
|
|
},
|
1486 |
|
|
"dist": {
|
1487 |
|
|
"type": "zip",
|
1488 |
|
|
"url": "https://api.github.com/repos/contributte/datagrid/zipball/837db074b494f3b6cb7a34c83ff5842662476c6d",
|
1489 |
|
|
"reference": "837db074b494f3b6cb7a34c83ff5842662476c6d",
|
1490 |
|
|
"shasum": ""
|
1491 |
|
|
},
|
1492 |
|
|
"require": {
|
1493 |
|
|
"nette/application": "^2.3",
|
1494 |
|
|
"nette/forms": "^2.3",
|
1495 |
|
|
"nette/utils": ">=2.4.0",
|
1496 |
|
|
"php": "^5.6|^7.0",
|
1497 |
|
|
"symfony/property-access": "^3.0.0 || ^4.0.0",
|
1498 |
|
|
"ublaboo/responses": "~1.0.0 || ~2.0.0"
|
1499 |
|
|
},
|
1500 |
|
|
"require-dev": {
|
1501 |
|
|
"dibi/dibi": "^3.0",
|
1502 |
|
|
"doctrine/orm": "~2.5",
|
1503 |
|
|
"mockery/mockery": "~0.9",
|
1504 |
|
|
"nette/database": "^2.3",
|
1505 |
|
|
"nette/tester": "^1.6.1",
|
1506 |
|
|
"nextras/orm": "~2.0",
|
1507 |
|
|
"tharos/leanmapper": "~2.2.0",
|
1508 |
|
|
"tracy/tracy": "^2.3.0"
|
1509 |
|
|
},
|
1510 |
|
|
"type": "library",
|
1511 |
|
|
"extra": {
|
1512 |
|
|
"branch-alias": {
|
1513 |
|
|
"dev-v5.x": "5.8.x-dev"
|
1514 |
|
|
}
|
1515 |
|
|
},
|
1516 |
|
|
"autoload": {
|
1517 |
|
|
"psr-4": {
|
1518 |
|
|
"Ublaboo\\DataGrid\\": "src/"
|
1519 |
|
|
}
|
1520 |
|
|
},
|
1521 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1522 |
|
|
"license": [
|
1523 |
|
|
"MIT"
|
1524 |
|
|
],
|
1525 |
|
|
"authors": [
|
1526 |
|
|
{
|
1527 |
|
|
"name": "Pavel Janda",
|
1528 |
|
|
"homepage": "http://paveljanda.com"
|
1529 |
|
|
}
|
1530 |
|
|
],
|
1531 |
|
|
"description": "DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc",
|
1532 |
|
|
"keywords": [
|
1533 |
|
|
"datagrid",
|
1534 |
|
|
"grid",
|
1535 |
|
|
"nette"
|
1536 |
|
|
],
|
1537 |
|
|
"time": "2019-02-28T13:57:58+00:00"
|
1538 |
|
|
},
|
1539 |
|
|
{
|
1540 |
|
|
"name": "ublaboo/responses",
|
1541 |
|
|
"version": "v1.0.7",
|
1542 |
|
|
"source": {
|
1543 |
|
|
"type": "git",
|
1544 |
|
|
"url": "https://github.com/ublaboo/responses.git",
|
1545 |
|
|
"reference": "b152c2ee836c315cf1878a7d092551244680ce42"
|
1546 |
|
|
},
|
1547 |
|
|
"dist": {
|
1548 |
|
|
"type": "zip",
|
1549 |
|
|
"url": "https://api.github.com/repos/ublaboo/responses/zipball/b152c2ee836c315cf1878a7d092551244680ce42",
|
1550 |
|
|
"reference": "b152c2ee836c315cf1878a7d092551244680ce42",
|
1551 |
|
|
"shasum": ""
|
1552 |
|
|
},
|
1553 |
|
|
"require": {
|
1554 |
|
|
"nette/http": "^2.3|^2.4",
|
1555 |
|
|
"nette/utils": "^2.3|^2.4"
|
1556 |
|
|
},
|
1557 |
|
|
"suggest": {
|
1558 |
|
|
"psr/http-message": "Allows usage of PSR7 stream response."
|
1559 |
|
|
},
|
1560 |
|
|
"type": "library",
|
1561 |
|
|
"autoload": {
|
1562 |
|
|
"psr-4": {
|
1563 |
|
|
"Ublaboo\\Responses\\": "src/"
|
1564 |
|
|
}
|
1565 |
|
|
},
|
1566 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1567 |
|
|
"license": [
|
1568 |
|
|
"MIT"
|
1569 |
|
|
],
|
1570 |
|
|
"authors": [
|
1571 |
|
|
{
|
1572 |
|
|
"name": "Pavel Janda",
|
1573 |
|
|
"homepage": "http://paveljanda.com"
|
1574 |
|
|
}
|
1575 |
|
|
],
|
1576 |
|
|
"description": "Additional responses for Nette Framework",
|
1577 |
|
|
"homepage": "http://ublaboo.paveljanda.com/responses",
|
1578 |
|
|
"keywords": [
|
1579 |
|
|
"csv",
|
1580 |
|
|
"image",
|
1581 |
|
|
"json",
|
1582 |
|
|
"nette",
|
1583 |
|
|
"responses"
|
1584 |
|
|
],
|
1585 |
|
|
"abandoned": "contributte/application",
|
1586 |
|
|
"time": "2018-01-09T23:01:42+00:00"
|
1587 |
67c41231
|
Filip Jani
|
}
|
1588 |
|
|
],
|
1589 |
|
|
"packages-dev": [
|
1590 |
|
|
{
|
1591 |
|
|
"name": "nette/tester",
|
1592 |
|
|
"version": "v2.0.2",
|
1593 |
|
|
"source": {
|
1594 |
|
|
"type": "git",
|
1595 |
|
|
"url": "https://github.com/nette/tester.git",
|
1596 |
|
|
"reference": "3f273cf0ef82939e5ed07baaa5cf21ea6f657fc2"
|
1597 |
|
|
},
|
1598 |
|
|
"dist": {
|
1599 |
|
|
"type": "zip",
|
1600 |
|
|
"url": "https://api.github.com/repos/nette/tester/zipball/3f273cf0ef82939e5ed07baaa5cf21ea6f657fc2",
|
1601 |
|
|
"reference": "3f273cf0ef82939e5ed07baaa5cf21ea6f657fc2",
|
1602 |
|
|
"shasum": ""
|
1603 |
|
|
},
|
1604 |
|
|
"require": {
|
1605 |
|
|
"php": ">=5.6.0"
|
1606 |
|
|
},
|
1607 |
|
|
"bin": [
|
1608 |
|
|
"src/tester"
|
1609 |
|
|
],
|
1610 |
|
|
"type": "library",
|
1611 |
|
|
"extra": {
|
1612 |
|
|
"branch-alias": {
|
1613 |
|
|
"dev-master": "2.0-dev"
|
1614 |
|
|
}
|
1615 |
|
|
},
|
1616 |
|
|
"autoload": {
|
1617 |
|
|
"classmap": [
|
1618 |
|
|
"src/"
|
1619 |
|
|
]
|
1620 |
|
|
},
|
1621 |
|
|
"notification-url": "https://packagist.org/downloads/",
|
1622 |
|
|
"license": [
|
1623 |
|
|
"BSD-3-Clause",
|
1624 |
|
|
"GPL-2.0",
|
1625 |
|
|
"GPL-3.0"
|
1626 |
|
|
],
|
1627 |
|
|
"authors": [
|
1628 |
|
|
{
|
1629 |
|
|
"name": "David Grudl",
|
1630 |
|
|
"homepage": "https://davidgrudl.com"
|
1631 |
|
|
},
|
1632 |
|
|
{
|
1633 |
|
|
"name": "Nette Community",
|
1634 |
|
|
"homepage": "https://nette.org/contributors"
|
1635 |
|
|
}
|
1636 |
|
|
],
|
1637 |
|
|
"description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏",
|
1638 |
|
|
"homepage": "https://tester.nette.org",
|
1639 |
|
|
"keywords": [
|
1640 |
|
|
"Xdebug",
|
1641 |
|
|
"assertions",
|
1642 |
|
|
"clover",
|
1643 |
|
|
"code coverage",
|
1644 |
|
|
"nette",
|
1645 |
|
|
"phpdbg",
|
1646 |
|
|
"phpunit",
|
1647 |
|
|
"testing",
|
1648 |
|
|
"unit"
|
1649 |
|
|
],
|
1650 |
|
|
"time": "2018-06-07T11:24:40+00:00"
|
1651 |
|
|
}
|
1652 |
|
|
],
|
1653 |
|
|
"aliases": [],
|
1654 |
|
|
"minimum-stability": "stable",
|
1655 |
|
|
"stability-flags": [],
|
1656 |
|
|
"prefer-stable": false,
|
1657 |
|
|
"prefer-lowest": false,
|
1658 |
|
|
"platform": {
|
1659 |
ee62b2c5
|
Filip Jani
|
"php": ">= 7.0"
|
1660 |
67c41231
|
Filip Jani
|
},
|
1661 |
|
|
"platform-dev": [],
|
1662 |
|
|
"platform-overrides": {
|
1663 |
ee62b2c5
|
Filip Jani
|
"php": "7.0"
|
1664 |
67c41231
|
Filip Jani
|
}
|
1665 |
|
|
}
|