Projekt

Obecné

Profil

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