Projekt

Obecné

Profil

Stáhnout (118 KB) Statistiky
| Větev: | 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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "eb888ea84a45675db2bc1f4dd4da889d",
8
    "content-hash": "be56596918ef42a15b75d881aaedbd55",
9
    "packages": [
10
        {
11
            "name": "doctrine/inflector",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/inflector.git",
16
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
21
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "4.*"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.1.x-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Doctrine\\Common\\Inflector\\": "lib/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Roman Borschel",
48
                    "email": "roman@code-factory.org"
49
                },
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "kontakt@beberlei.de"
53
                },
54
                {
55
                    "name": "Guilherme Blanco",
56
                    "email": "guilhermeblanco@gmail.com"
57
                },
58
                {
59
                    "name": "Jonathan Wage",
60
                    "email": "jonwage@gmail.com"
61
                },
62
                {
63
                    "name": "Johannes Schmitt",
64
                    "email": "schmittjoh@gmail.com"
65
                }
66
            ],
67
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
68
            "homepage": "http://www.doctrine-project.org",
69
            "keywords": [
70
                "inflection",
71
                "pluralize",
72
                "singularize",
73
                "string"
74
            ],
75
            "time": "2015-11-06 14:35:42"
76
        },
77
        {
78
            "name": "illuminate/auth",
79
            "version": "v5.2.45",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/illuminate/auth.git",
83
                "reference": "4098195b10a2c7a83f66bcd19663b4c60cd2106c"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/illuminate/auth/zipball/4098195b10a2c7a83f66bcd19663b4c60cd2106c",
88
                "reference": "4098195b10a2c7a83f66bcd19663b4c60cd2106c",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "illuminate/contracts": "5.2.*",
93
                "illuminate/http": "5.2.*",
94
                "illuminate/support": "5.2.*",
95
                "nesbot/carbon": "~1.20",
96
                "php": ">=5.5.9"
97
            },
98
            "suggest": {
99
                "illuminate/console": "Required to use the auth:clear-resets command (5.2.*).",
100
                "illuminate/queue": "Required to fire login / logout events (5.2.*).",
101
                "illuminate/session": "Required to use the session based guard (5.2.*)."
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "5.2-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Illuminate\\Auth\\": ""
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Taylor Otwell",
121
                    "email": "taylor@laravel.com"
122
                }
123
            ],
124
            "description": "The Illuminate Auth package.",
125
            "homepage": "http://laravel.com",
126
            "time": "2016-08-01 13:49:14"
127
        },
128
        {
129
            "name": "illuminate/broadcasting",
130
            "version": "v5.2.45",
131
            "source": {
132
                "type": "git",
133
                "url": "https://github.com/illuminate/broadcasting.git",
134
                "reference": "7137f24d2520697203d95bcac2d0831549b1ca0b"
135
            },
136
            "dist": {
137
                "type": "zip",
138
                "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/7137f24d2520697203d95bcac2d0831549b1ca0b",
139
                "reference": "7137f24d2520697203d95bcac2d0831549b1ca0b",
140
                "shasum": ""
141
            },
142
            "require": {
143
                "illuminate/contracts": "5.2.*",
144
                "illuminate/support": "5.2.*",
145
                "php": ">=5.5.9"
146
            },
147
            "suggest": {
148
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
149
            },
150
            "type": "library",
151
            "extra": {
152
                "branch-alias": {
153
                    "dev-master": "5.2-dev"
154
                }
155
            },
156
            "autoload": {
157
                "psr-4": {
158
                    "Illuminate\\Broadcasting\\": ""
159
                }
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Taylor Otwell",
168
                    "email": "taylor@laravel.com"
169
                }
170
            ],
171
            "description": "The Illuminate Broadcasting package.",
172
            "homepage": "http://laravel.com",
173
            "time": "2016-08-01 13:49:14"
174
        },
175
        {
176
            "name": "illuminate/bus",
177
            "version": "v5.2.45",
178
            "source": {
179
                "type": "git",
180
                "url": "https://github.com/illuminate/bus.git",
181
                "reference": "1213ce87493bd2c0530051f86a2580bc1f60a7db"
182
            },
183
            "dist": {
184
                "type": "zip",
185
                "url": "https://api.github.com/repos/illuminate/bus/zipball/1213ce87493bd2c0530051f86a2580bc1f60a7db",
186
                "reference": "1213ce87493bd2c0530051f86a2580bc1f60a7db",
187
                "shasum": ""
188
            },
189
            "require": {
190
                "illuminate/contracts": "5.2.*",
191
                "illuminate/pipeline": "5.2.*",
192
                "illuminate/support": "5.2.*",
193
                "php": ">=5.5.9"
194
            },
195
            "type": "library",
196
            "extra": {
197
                "branch-alias": {
198
                    "dev-master": "5.2-dev"
199
                }
200
            },
201
            "autoload": {
202
                "psr-4": {
203
                    "Illuminate\\Bus\\": ""
204
                }
205
            },
206
            "notification-url": "https://packagist.org/downloads/",
207
            "license": [
208
                "MIT"
209
            ],
210
            "authors": [
211
                {
212
                    "name": "Taylor Otwell",
213
                    "email": "taylor@laravel.com"
214
                }
215
            ],
216
            "description": "The Illuminate Bus package.",
217
            "homepage": "http://laravel.com",
218
            "time": "2016-08-02 12:44:26"
219
        },
220
        {
221
            "name": "illuminate/cache",
222
            "version": "v5.2.45",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/illuminate/cache.git",
226
                "reference": "09bcee8982c40570947b799d65987aa030d7706b"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/illuminate/cache/zipball/09bcee8982c40570947b799d65987aa030d7706b",
231
                "reference": "09bcee8982c40570947b799d65987aa030d7706b",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "illuminate/contracts": "5.2.*",
236
                "illuminate/support": "5.2.*",
237
                "nesbot/carbon": "~1.20",
238
                "php": ">=5.5.9"
239
            },
240
            "suggest": {
241
                "illuminate/database": "Required to use the database cache driver (5.2.*).",
242
                "illuminate/filesystem": "Required to use the file cache driver (5.2.*).",
243
                "illuminate/redis": "Required to use the redis cache driver (5.2.*)."
244
            },
245
            "type": "library",
246
            "extra": {
247
                "branch-alias": {
248
                    "dev-master": "5.2-dev"
249
                }
250
            },
251
            "autoload": {
252
                "psr-4": {
253
                    "Illuminate\\Cache\\": ""
254
                }
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "Taylor Otwell",
263
                    "email": "taylor@laravel.com"
264
                }
265
            ],
266
            "description": "The Illuminate Cache package.",
267
            "homepage": "http://laravel.com",
268
            "time": "2016-08-18 14:17:46"
269
        },
270
        {
271
            "name": "illuminate/config",
272
            "version": "v5.2.45",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/illuminate/config.git",
276
                "reference": "2db869c5b5a675cece410a0d0bc634dba0f69998"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/illuminate/config/zipball/2db869c5b5a675cece410a0d0bc634dba0f69998",
281
                "reference": "2db869c5b5a675cece410a0d0bc634dba0f69998",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "illuminate/contracts": "5.2.*",
286
                "illuminate/filesystem": "5.2.*",
287
                "illuminate/support": "5.2.*",
288
                "php": ">=5.5.9"
289
            },
290
            "type": "library",
291
            "extra": {
292
                "branch-alias": {
293
                    "dev-master": "5.2-dev"
294
                }
295
            },
296
            "autoload": {
297
                "psr-4": {
298
                    "Illuminate\\Config\\": ""
299
                }
300
            },
301
            "notification-url": "https://packagist.org/downloads/",
302
            "license": [
303
                "MIT"
304
            ],
305
            "authors": [
306
                {
307
                    "name": "Taylor Otwell",
308
                    "email": "taylor@laravel.com"
309
                }
310
            ],
311
            "description": "The Illuminate Config package.",
312
            "homepage": "http://laravel.com",
313
            "time": "2016-08-01 13:49:14"
314
        },
315
        {
316
            "name": "illuminate/console",
317
            "version": "v5.2.45",
318
            "source": {
319
                "type": "git",
320
                "url": "https://github.com/illuminate/console.git",
321
                "reference": "c6d838c6f9ac3f1aec28cde93bf613283153785e"
322
            },
323
            "dist": {
324
                "type": "zip",
325
                "url": "https://api.github.com/repos/illuminate/console/zipball/c6d838c6f9ac3f1aec28cde93bf613283153785e",
326
                "reference": "c6d838c6f9ac3f1aec28cde93bf613283153785e",
327
                "shasum": ""
328
            },
329
            "require": {
330
                "illuminate/contracts": "5.2.*",
331
                "illuminate/support": "5.2.*",
332
                "nesbot/carbon": "~1.20",
333
                "php": ">=5.5.9",
334
                "symfony/console": "2.8.*|3.0.*"
335
            },
336
            "suggest": {
337
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~5.3|~6.0).",
338
                "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
339
                "symfony/process": "Required to use scheduling component (2.8.*|3.0.*)."
340
            },
341
            "type": "library",
342
            "extra": {
343
                "branch-alias": {
344
                    "dev-master": "5.2-dev"
345
                }
346
            },
347
            "autoload": {
348
                "psr-4": {
349
                    "Illuminate\\Console\\": ""
350
                }
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Taylor Otwell",
359
                    "email": "taylor@laravel.com"
360
                }
361
            ],
362
            "description": "The Illuminate Console package.",
363
            "homepage": "http://laravel.com",
364
            "time": "2016-08-01 13:49:14"
365
        },
366
        {
367
            "name": "illuminate/container",
368
            "version": "v5.2.45",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/illuminate/container.git",
372
                "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
373
            },
374
            "dist": {
375
                "type": "zip",
376
                "url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
377
                "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
378
                "shasum": ""
379
            },
380
            "require": {
381
                "illuminate/contracts": "5.2.*",
382
                "php": ">=5.5.9"
383
            },
384
            "type": "library",
385
            "extra": {
386
                "branch-alias": {
387
                    "dev-master": "5.2-dev"
388
                }
389
            },
390
            "autoload": {
391
                "psr-4": {
392
                    "Illuminate\\Container\\": ""
393
                }
394
            },
395
            "notification-url": "https://packagist.org/downloads/",
396
            "license": [
397
                "MIT"
398
            ],
399
            "authors": [
400
                {
401
                    "name": "Taylor Otwell",
402
                    "email": "taylor@laravel.com"
403
                }
404
            ],
405
            "description": "The Illuminate Container package.",
406
            "homepage": "http://laravel.com",
407
            "time": "2016-08-01 13:49:14"
408
        },
409
        {
410
            "name": "illuminate/contracts",
411
            "version": "v5.2.45",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/illuminate/contracts.git",
415
                "reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
416
            },
417
            "dist": {
418
                "type": "zip",
419
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
420
                "reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
421
                "shasum": ""
422
            },
423
            "require": {
424
                "php": ">=5.5.9"
425
            },
426
            "type": "library",
427
            "extra": {
428
                "branch-alias": {
429
                    "dev-master": "5.2-dev"
430
                }
431
            },
432
            "autoload": {
433
                "psr-4": {
434
                    "Illuminate\\Contracts\\": ""
435
                }
436
            },
437
            "notification-url": "https://packagist.org/downloads/",
438
            "license": [
439
                "MIT"
440
            ],
441
            "authors": [
442
                {
443
                    "name": "Taylor Otwell",
444
                    "email": "taylor@laravel.com"
445
                }
446
            ],
447
            "description": "The Illuminate Contracts package.",
448
            "homepage": "http://laravel.com",
449
            "time": "2016-08-08 11:46:08"
450
        },
451
        {
452
            "name": "illuminate/database",
453
            "version": "v5.2.45",
454
            "source": {
455
                "type": "git",
456
                "url": "https://github.com/illuminate/database.git",
457
                "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a"
458
            },
459
            "dist": {
460
                "type": "zip",
461
                "url": "https://api.github.com/repos/illuminate/database/zipball/4a70c0598ed41d18a99f23c12be4e22b5006d30a",
462
                "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a",
463
                "shasum": ""
464
            },
465
            "require": {
466
                "illuminate/container": "5.2.*",
467
                "illuminate/contracts": "5.2.*",
468
                "illuminate/support": "5.2.*",
469
                "nesbot/carbon": "~1.20",
470
                "php": ">=5.5.9"
471
            },
472
            "suggest": {
473
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
474
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
475
                "illuminate/console": "Required to use the database commands (5.2.*).",
476
                "illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
477
                "illuminate/filesystem": "Required to use the migrations (5.2.*).",
478
                "illuminate/pagination": "Required to paginate the result set (5.2.*)."
479
            },
480
            "type": "library",
481
            "extra": {
482
                "branch-alias": {
483
                    "dev-master": "5.2-dev"
484
                }
485
            },
486
            "autoload": {
487
                "psr-4": {
488
                    "Illuminate\\Database\\": ""
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Taylor Otwell",
498
                    "email": "taylor@laravel.com"
499
                }
500
            ],
501
            "description": "The Illuminate Database package.",
502
            "homepage": "http://laravel.com",
503
            "keywords": [
504
                "database",
505
                "laravel",
506
                "orm",
507
                "sql"
508
            ],
509
            "time": "2016-08-25 07:01:20"
510
        },
511
        {
512
            "name": "illuminate/encryption",
513
            "version": "v5.2.45",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/illuminate/encryption.git",
517
                "reference": "9e930c111c35850d5c133316c8b0c61dcccaa942"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/illuminate/encryption/zipball/9e930c111c35850d5c133316c8b0c61dcccaa942",
522
                "reference": "9e930c111c35850d5c133316c8b0c61dcccaa942",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "ext-mbstring": "*",
527
                "ext-openssl": "*",
528
                "illuminate/contracts": "5.2.*",
529
                "illuminate/support": "5.2.*",
530
                "paragonie/random_compat": "~1.4",
531
                "php": ">=5.5.9"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "5.2-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-4": {
541
                    "Illuminate\\Encryption\\": ""
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "Taylor Otwell",
551
                    "email": "taylor@laravel.com"
552
                }
553
            ],
554
            "description": "The Illuminate Encryption package.",
555
            "homepage": "http://laravel.com",
556
            "time": "2016-08-01 13:49:14"
557
        },
558
        {
559
            "name": "illuminate/events",
560
            "version": "v5.2.45",
561
            "source": {
562
                "type": "git",
563
                "url": "https://github.com/illuminate/events.git",
564
                "reference": "9c16e022d9c4b9f875bf447f4384bd1b952c69b9"
565
            },
566
            "dist": {
567
                "type": "zip",
568
                "url": "https://api.github.com/repos/illuminate/events/zipball/9c16e022d9c4b9f875bf447f4384bd1b952c69b9",
569
                "reference": "9c16e022d9c4b9f875bf447f4384bd1b952c69b9",
570
                "shasum": ""
571
            },
572
            "require": {
573
                "illuminate/container": "5.2.*",
574
                "illuminate/contracts": "5.2.*",
575
                "illuminate/support": "5.2.*",
576
                "php": ">=5.5.9"
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "5.2-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Illuminate\\Events\\": ""
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "Taylor Otwell",
596
                    "email": "taylor@laravel.com"
597
                }
598
            ],
599
            "description": "The Illuminate Events package.",
600
            "homepage": "http://laravel.com",
601
            "time": "2016-08-01 13:49:14"
602
        },
603
        {
604
            "name": "illuminate/filesystem",
605
            "version": "v5.2.45",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/illuminate/filesystem.git",
609
                "reference": "39668a50e0cf1d673e58e7dbb437475708cfb508"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/39668a50e0cf1d673e58e7dbb437475708cfb508",
614
                "reference": "39668a50e0cf1d673e58e7dbb437475708cfb508",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "illuminate/contracts": "5.2.*",
619
                "illuminate/support": "5.2.*",
620
                "php": ">=5.5.9",
621
                "symfony/finder": "2.8.*|3.0.*"
622
            },
623
            "suggest": {
624
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
625
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
626
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
627
            },
628
            "type": "library",
629
            "extra": {
630
                "branch-alias": {
631
                    "dev-master": "5.2-dev"
632
                }
633
            },
634
            "autoload": {
635
                "psr-4": {
636
                    "Illuminate\\Filesystem\\": ""
637
                }
638
            },
639
            "notification-url": "https://packagist.org/downloads/",
640
            "license": [
641
                "MIT"
642
            ],
643
            "authors": [
644
                {
645
                    "name": "Taylor Otwell",
646
                    "email": "taylor@laravel.com"
647
                }
648
            ],
649
            "description": "The Illuminate Filesystem package.",
650
            "homepage": "http://laravel.com",
651
            "time": "2016-08-17 17:21:29"
652
        },
653
        {
654
            "name": "illuminate/hashing",
655
            "version": "v5.2.45",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/illuminate/hashing.git",
659
                "reference": "a38de58f53a085888feb432acce8a6ea7c1a5b71"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/a38de58f53a085888feb432acce8a6ea7c1a5b71",
664
                "reference": "a38de58f53a085888feb432acce8a6ea7c1a5b71",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "illuminate/contracts": "5.2.*",
669
                "illuminate/support": "5.2.*",
670
                "php": ">=5.5.9"
671
            },
672
            "type": "library",
673
            "extra": {
674
                "branch-alias": {
675
                    "dev-master": "5.2-dev"
676
                }
677
            },
678
            "autoload": {
679
                "psr-4": {
680
                    "Illuminate\\Hashing\\": ""
681
                }
682
            },
683
            "notification-url": "https://packagist.org/downloads/",
684
            "license": [
685
                "MIT"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Taylor Otwell",
690
                    "email": "taylor@laravel.com"
691
                }
692
            ],
693
            "description": "The Illuminate Hashing package.",
694
            "homepage": "http://laravel.com",
695
            "time": "2016-08-01 13:49:14"
696
        },
697
        {
698
            "name": "illuminate/http",
699
            "version": "v5.2.45",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/illuminate/http.git",
703
                "reference": "019d947e218f8dce421010a22d899d6f4b4ced45"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/illuminate/http/zipball/019d947e218f8dce421010a22d899d6f4b4ced45",
708
                "reference": "019d947e218f8dce421010a22d899d6f4b4ced45",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "illuminate/session": "5.2.*",
713
                "illuminate/support": "5.2.*",
714
                "php": ">=5.5.9",
715
                "symfony/http-foundation": "2.8.*|3.0.*",
716
                "symfony/http-kernel": "2.8.*|3.0.*"
717
            },
718
            "type": "library",
719
            "extra": {
720
                "branch-alias": {
721
                    "dev-master": "5.2-dev"
722
                }
723
            },
724
            "autoload": {
725
                "psr-4": {
726
                    "Illuminate\\Http\\": ""
727
                }
728
            },
729
            "notification-url": "https://packagist.org/downloads/",
730
            "license": [
731
                "MIT"
732
            ],
733
            "authors": [
734
                {
735
                    "name": "Taylor Otwell",
736
                    "email": "taylor@laravel.com"
737
                }
738
            ],
739
            "description": "The Illuminate Http package.",
740
            "homepage": "http://laravel.com",
741
            "time": "2016-08-10 17:33:08"
742
        },
743
        {
744
            "name": "illuminate/pagination",
745
            "version": "v5.2.45",
746
            "source": {
747
                "type": "git",
748
                "url": "https://github.com/illuminate/pagination.git",
749
                "reference": "a4450887251f443a1243ef537d98ce5bbea6b193"
750
            },
751
            "dist": {
752
                "type": "zip",
753
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/a4450887251f443a1243ef537d98ce5bbea6b193",
754
                "reference": "a4450887251f443a1243ef537d98ce5bbea6b193",
755
                "shasum": ""
756
            },
757
            "require": {
758
                "illuminate/contracts": "5.2.*",
759
                "illuminate/support": "5.2.*",
760
                "php": ">=5.5.9"
761
            },
762
            "type": "library",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "5.2-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-4": {
770
                    "Illuminate\\Pagination\\": ""
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Taylor Otwell",
780
                    "email": "taylor@laravel.com"
781
                }
782
            ],
783
            "description": "The Illuminate Pagination package.",
784
            "homepage": "http://laravel.com",
785
            "time": "2016-08-01 13:49:14"
786
        },
787
        {
788
            "name": "illuminate/pipeline",
789
            "version": "v5.2.45",
790
            "source": {
791
                "type": "git",
792
                "url": "https://github.com/illuminate/pipeline.git",
793
                "reference": "592d84b101437de3432851e4fa60a33f849164e5"
794
            },
795
            "dist": {
796
                "type": "zip",
797
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/592d84b101437de3432851e4fa60a33f849164e5",
798
                "reference": "592d84b101437de3432851e4fa60a33f849164e5",
799
                "shasum": ""
800
            },
801
            "require": {
802
                "illuminate/contracts": "5.2.*",
803
                "illuminate/support": "5.2.*",
804
                "php": ">=5.5.9"
805
            },
806
            "type": "library",
807
            "extra": {
808
                "branch-alias": {
809
                    "dev-master": "5.2-dev"
810
                }
811
            },
812
            "autoload": {
813
                "psr-4": {
814
                    "Illuminate\\Pipeline\\": ""
815
                }
816
            },
817
            "notification-url": "https://packagist.org/downloads/",
818
            "license": [
819
                "MIT"
820
            ],
821
            "authors": [
822
                {
823
                    "name": "Taylor Otwell",
824
                    "email": "taylor@laravel.com"
825
                }
826
            ],
827
            "description": "The Illuminate Pipeline package.",
828
            "homepage": "http://laravel.com",
829
            "time": "2016-08-01 13:49:14"
830
        },
831
        {
832
            "name": "illuminate/queue",
833
            "version": "v5.2.45",
834
            "source": {
835
                "type": "git",
836
                "url": "https://github.com/illuminate/queue.git",
837
                "reference": "363b6752051327b7e4e500e6d2fa5ae132ccef47"
838
            },
839
            "dist": {
840
                "type": "zip",
841
                "url": "https://api.github.com/repos/illuminate/queue/zipball/363b6752051327b7e4e500e6d2fa5ae132ccef47",
842
                "reference": "363b6752051327b7e4e500e6d2fa5ae132ccef47",
843
                "shasum": ""
844
            },
845
            "require": {
846
                "illuminate/console": "5.2.*",
847
                "illuminate/container": "5.2.*",
848
                "illuminate/contracts": "5.2.*",
849
                "illuminate/support": "5.2.*",
850
                "nesbot/carbon": "~1.20",
851
                "php": ">=5.5.9",
852
                "symfony/debug": "2.8.*|3.0.*",
853
                "symfony/process": "2.8.*|3.0.*"
854
            },
855
            "suggest": {
856
                "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
857
                "illuminate/redis": "Required to use the Redis queue driver (5.2.*).",
858
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
859
            },
860
            "type": "library",
861
            "extra": {
862
                "branch-alias": {
863
                    "dev-master": "5.2-dev"
864
                }
865
            },
866
            "autoload": {
867
                "psr-4": {
868
                    "Illuminate\\Queue\\": ""
869
                },
870
                "classmap": [
871
                    "IlluminateQueueClosure.php"
872
                ]
873
            },
874
            "notification-url": "https://packagist.org/downloads/",
875
            "license": [
876
                "MIT"
877
            ],
878
            "authors": [
879
                {
880
                    "name": "Taylor Otwell",
881
                    "email": "taylor@laravel.com"
882
                }
883
            ],
884
            "description": "The Illuminate Queue package.",
885
            "homepage": "http://laravel.com",
886
            "time": "2016-08-01 13:49:14"
887
        },
888
        {
889
            "name": "illuminate/session",
890
            "version": "v5.2.45",
891
            "source": {
892
                "type": "git",
893
                "url": "https://github.com/illuminate/session.git",
894
                "reference": "259ae8eaee714b4633b3ee4e51e98648840a976c"
895
            },
896
            "dist": {
897
                "type": "zip",
898
                "url": "https://api.github.com/repos/illuminate/session/zipball/259ae8eaee714b4633b3ee4e51e98648840a976c",
899
                "reference": "259ae8eaee714b4633b3ee4e51e98648840a976c",
900
                "shasum": ""
901
            },
902
            "require": {
903
                "illuminate/contracts": "5.2.*",
904
                "illuminate/support": "5.2.*",
905
                "nesbot/carbon": "~1.20",
906
                "php": ">=5.5.9",
907
                "symfony/finder": "2.8.*|3.0.*",
908
                "symfony/http-foundation": "2.8.*|3.0.*"
909
            },
910
            "suggest": {
911
                "illuminate/console": "Required to use the session:table command (5.2.*)."
912
            },
913
            "type": "library",
914
            "extra": {
915
                "branch-alias": {
916
                    "dev-master": "5.2-dev"
917
                }
918
            },
919
            "autoload": {
920
                "psr-4": {
921
                    "Illuminate\\Session\\": ""
922
                }
923
            },
924
            "notification-url": "https://packagist.org/downloads/",
925
            "license": [
926
                "MIT"
927
            ],
928
            "authors": [
929
                {
930
                    "name": "Taylor Otwell",
931
                    "email": "taylor@laravel.com"
932
                }
933
            ],
934
            "description": "The Illuminate Session package.",
935
            "homepage": "http://laravel.com",
936
            "time": "2016-08-01 13:49:14"
937
        },
938
        {
939
            "name": "illuminate/support",
940
            "version": "v5.2.45",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/illuminate/support.git",
944
                "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
949
                "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "doctrine/inflector": "~1.0",
954
                "ext-mbstring": "*",
955
                "illuminate/contracts": "5.2.*",
956
                "paragonie/random_compat": "~1.4",
957
                "php": ">=5.5.9"
958
            },
959
            "replace": {
960
                "tightenco/collect": "self.version"
961
            },
962
            "suggest": {
963
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
964
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
965
                "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
966
                "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
967
                "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
968
            },
969
            "type": "library",
970
            "extra": {
971
                "branch-alias": {
972
                    "dev-master": "5.2-dev"
973
                }
974
            },
975
            "autoload": {
976
                "psr-4": {
977
                    "Illuminate\\Support\\": ""
978
                },
979
                "files": [
980
                    "helpers.php"
981
                ]
982
            },
983
            "notification-url": "https://packagist.org/downloads/",
984
            "license": [
985
                "MIT"
986
            ],
987
            "authors": [
988
                {
989
                    "name": "Taylor Otwell",
990
                    "email": "taylor@laravel.com"
991
                }
992
            ],
993
            "description": "The Illuminate Support package.",
994
            "homepage": "http://laravel.com",
995
            "time": "2016-08-05 14:49:58"
996
        },
997
        {
998
            "name": "illuminate/translation",
999
            "version": "v5.2.45",
1000
            "source": {
1001
                "type": "git",
1002
                "url": "https://github.com/illuminate/translation.git",
1003
                "reference": "19247e4194e110d2d37713709e0e4b8bd0cae620"
1004
            },
1005
            "dist": {
1006
                "type": "zip",
1007
                "url": "https://api.github.com/repos/illuminate/translation/zipball/19247e4194e110d2d37713709e0e4b8bd0cae620",
1008
                "reference": "19247e4194e110d2d37713709e0e4b8bd0cae620",
1009
                "shasum": ""
1010
            },
1011
            "require": {
1012
                "illuminate/filesystem": "5.2.*",
1013
                "illuminate/support": "5.2.*",
1014
                "php": ">=5.5.9",
1015
                "symfony/translation": "2.8.*|3.0.*"
1016
            },
1017
            "type": "library",
1018
            "extra": {
1019
                "branch-alias": {
1020
                    "dev-master": "5.2-dev"
1021
                }
1022
            },
1023
            "autoload": {
1024
                "psr-4": {
1025
                    "Illuminate\\Translation\\": ""
1026
                }
1027
            },
1028
            "notification-url": "https://packagist.org/downloads/",
1029
            "license": [
1030
                "MIT"
1031
            ],
1032
            "authors": [
1033
                {
1034
                    "name": "Taylor Otwell",
1035
                    "email": "taylor@laravel.com"
1036
                }
1037
            ],
1038
            "description": "The Illuminate Translation package.",
1039
            "homepage": "http://laravel.com",
1040
            "time": "2016-08-01 13:49:14"
1041
        },
1042
        {
1043
            "name": "illuminate/validation",
1044
            "version": "v5.2.45",
1045
            "source": {
1046
                "type": "git",
1047
                "url": "https://github.com/illuminate/validation.git",
1048
                "reference": "24909f0ee0866256eca0a0b72977753886a8a479"
1049
            },
1050
            "dist": {
1051
                "type": "zip",
1052
                "url": "https://api.github.com/repos/illuminate/validation/zipball/24909f0ee0866256eca0a0b72977753886a8a479",
1053
                "reference": "24909f0ee0866256eca0a0b72977753886a8a479",
1054
                "shasum": ""
1055
            },
1056
            "require": {
1057
                "illuminate/container": "5.2.*",
1058
                "illuminate/contracts": "5.2.*",
1059
                "illuminate/support": "5.2.*",
1060
                "php": ">=5.5.9",
1061
                "symfony/http-foundation": "2.8.*|3.0.*",
1062
                "symfony/translation": "2.8.*|3.0.*"
1063
            },
1064
            "suggest": {
1065
                "illuminate/database": "Required to use the database presence verifier (5.2.*)."
1066
            },
1067
            "type": "library",
1068
            "extra": {
1069
                "branch-alias": {
1070
                    "dev-master": "5.2-dev"
1071
                }
1072
            },
1073
            "autoload": {
1074
                "psr-4": {
1075
                    "Illuminate\\Validation\\": ""
1076
                }
1077
            },
1078
            "notification-url": "https://packagist.org/downloads/",
1079
            "license": [
1080
                "MIT"
1081
            ],
1082
            "authors": [
1083
                {
1084
                    "name": "Taylor Otwell",
1085
                    "email": "taylor@laravel.com"
1086
                }
1087
            ],
1088
            "description": "The Illuminate Validation package.",
1089
            "homepage": "http://laravel.com",
1090
            "time": "2016-08-18 13:15:33"
1091
        },
1092
        {
1093
            "name": "illuminate/view",
1094
            "version": "v5.2.45",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/illuminate/view.git",
1098
                "reference": "a3f9252c7d0dce3c2a9e70e40e9397f62850aa23"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/illuminate/view/zipball/a3f9252c7d0dce3c2a9e70e40e9397f62850aa23",
1103
                "reference": "a3f9252c7d0dce3c2a9e70e40e9397f62850aa23",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "illuminate/container": "5.2.*",
1108
                "illuminate/contracts": "5.2.*",
1109
                "illuminate/events": "5.2.*",
1110
                "illuminate/filesystem": "5.2.*",
1111
                "illuminate/support": "5.2.*",
1112
                "php": ">=5.5.9",
1113
                "symfony/debug": "2.8.*|3.0.*"
1114
            },
1115
            "type": "library",
1116
            "extra": {
1117
                "branch-alias": {
1118
                    "dev-master": "5.2-dev"
1119
                }
1120
            },
1121
            "autoload": {
1122
                "psr-4": {
1123
                    "Illuminate\\View\\": ""
1124
                }
1125
            },
1126
            "notification-url": "https://packagist.org/downloads/",
1127
            "license": [
1128
                "MIT"
1129
            ],
1130
            "authors": [
1131
                {
1132
                    "name": "Taylor Otwell",
1133
                    "email": "taylor@laravel.com"
1134
                }
1135
            ],
1136
            "description": "The Illuminate View package.",
1137
            "homepage": "http://laravel.com",
1138
            "time": "2016-08-01 13:49:14"
1139
        },
1140
        {
1141
            "name": "laravel/lumen-framework",
1142
            "version": "v5.2.9",
1143
            "source": {
1144
                "type": "git",
1145
                "url": "https://github.com/laravel/lumen-framework.git",
1146
                "reference": "dafb4d4aad71d7ab8914db7769c4bbfcff4073f1"
1147
            },
1148
            "dist": {
1149
                "type": "zip",
1150
                "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/dafb4d4aad71d7ab8914db7769c4bbfcff4073f1",
1151
                "reference": "dafb4d4aad71d7ab8914db7769c4bbfcff4073f1",
1152
                "shasum": ""
1153
            },
1154
            "require": {
1155
                "illuminate/auth": "5.2.*",
1156
                "illuminate/broadcasting": "5.2.*",
1157
                "illuminate/bus": "5.2.*",
1158
                "illuminate/cache": "5.2.*",
1159
                "illuminate/config": "5.2.*",
1160
                "illuminate/container": "5.2.*",
1161
                "illuminate/contracts": "5.2.*",
1162
                "illuminate/database": "5.2.*",
1163
                "illuminate/encryption": "5.2.*",
1164
                "illuminate/events": "5.2.*",
1165
                "illuminate/filesystem": "5.2.*",
1166
                "illuminate/hashing": "5.2.*",
1167
                "illuminate/http": "5.2.*",
1168
                "illuminate/pagination": "5.2.*",
1169
                "illuminate/pipeline": "5.2.*",
1170
                "illuminate/queue": "5.2.*",
1171
                "illuminate/support": "5.2.*",
1172
                "illuminate/translation": "5.2.*",
1173
                "illuminate/validation": "~5.2.7",
1174
                "illuminate/view": "5.2.*",
1175
                "monolog/monolog": "~1.11",
1176
                "mtdowling/cron-expression": "~1.0",
1177
                "nikic/fast-route": "0.7.*",
1178
                "paragonie/random_compat": "~1.1",
1179
                "php": ">=5.5.9",
1180
                "symfony/http-foundation": "2.8.*|3.0.*",
1181
                "symfony/http-kernel": "2.8.*|3.0.*",
1182
                "symfony/polyfill-php56": "~1.0"
1183
            },
1184
            "require-dev": {
1185
                "mockery/mockery": "~0.9",
1186
                "phpunit/phpunit": "~4.0"
1187
            },
1188
            "suggest": {
1189
                "vlucas/phpdotenv": "Required to use .env files (~2.2)."
1190
            },
1191
            "type": "library",
1192
            "extra": {
1193
                "branch-alias": {
1194
                    "dev-master": "5.2-dev"
1195
                }
1196
            },
1197
            "autoload": {
1198
                "psr-4": {
1199
                    "Laravel\\Lumen\\": "src/"
1200
                },
1201
                "files": [
1202
                    "src/helpers.php"
1203
                ]
1204
            },
1205
            "notification-url": "https://packagist.org/downloads/",
1206
            "license": [
1207
                "MIT"
1208
            ],
1209
            "authors": [
1210
                {
1211
                    "name": "Taylor Otwell",
1212
                    "email": "taylorotwell@gmail.com"
1213
                }
1214
            ],
1215
            "description": "The Laravel Lumen Framework.",
1216
            "homepage": "http://laravel.com",
1217
            "keywords": [
1218
                "framework",
1219
                "laravel",
1220
                "lumen"
1221
            ],
1222
            "time": "2016-09-07 18:38:25"
1223
        },
1224
        {
1225
            "name": "monolog/monolog",
1226
            "version": "1.23.0",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/Seldaek/monolog.git",
1230
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1235
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "php": ">=5.3.0",
1240
                "psr/log": "~1.0"
1241
            },
1242
            "provide": {
1243
                "psr/log-implementation": "1.0.0"
1244
            },
1245
            "require-dev": {
1246
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1247
                "doctrine/couchdb": "~1.0@dev",
1248
                "graylog2/gelf-php": "~1.0",
1249
                "jakub-onderka/php-parallel-lint": "0.9",
1250
                "php-amqplib/php-amqplib": "~2.4",
1251
                "php-console/php-console": "^3.1.3",
1252
                "phpunit/phpunit": "~4.5",
1253
                "phpunit/phpunit-mock-objects": "2.3.0",
1254
                "ruflin/elastica": ">=0.90 <3.0",
1255
                "sentry/sentry": "^0.13",
1256
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1257
            },
1258
            "suggest": {
1259
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1260
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1261
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1262
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1263
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1264
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1265
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1266
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1267
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1268
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1269
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1270
            },
1271
            "type": "library",
1272
            "extra": {
1273
                "branch-alias": {
1274
                    "dev-master": "2.0.x-dev"
1275
                }
1276
            },
1277
            "autoload": {
1278
                "psr-4": {
1279
                    "Monolog\\": "src/Monolog"
1280
                }
1281
            },
1282
            "notification-url": "https://packagist.org/downloads/",
1283
            "license": [
1284
                "MIT"
1285
            ],
1286
            "authors": [
1287
                {
1288
                    "name": "Jordi Boggiano",
1289
                    "email": "j.boggiano@seld.be",
1290
                    "homepage": "http://seld.be"
1291
                }
1292
            ],
1293
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1294
            "homepage": "http://github.com/Seldaek/monolog",
1295
            "keywords": [
1296
                "log",
1297
                "logging",
1298
                "psr-3"
1299
            ],
1300
            "time": "2017-06-19 01:22:40"
1301
        },
1302
        {
1303
            "name": "mtdowling/cron-expression",
1304
            "version": "v1.2.1",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/mtdowling/cron-expression.git",
1308
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
1313
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "php": ">=5.3.2"
1318
            },
1319
            "require-dev": {
1320
                "phpunit/phpunit": "~4.0|~5.0"
1321
            },
1322
            "type": "library",
1323
            "autoload": {
1324
                "psr-4": {
1325
                    "Cron\\": "src/Cron/"
1326
                }
1327
            },
1328
            "notification-url": "https://packagist.org/downloads/",
1329
            "license": [
1330
                "MIT"
1331
            ],
1332
            "authors": [
1333
                {
1334
                    "name": "Michael Dowling",
1335
                    "email": "mtdowling@gmail.com",
1336
                    "homepage": "https://github.com/mtdowling"
1337
                }
1338
            ],
1339
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1340
            "keywords": [
1341
                "cron",
1342
                "schedule"
1343
            ],
1344
            "time": "2017-01-23 04:29:33"
1345
        },
1346
        {
1347
            "name": "nesbot/carbon",
1348
            "version": "1.25.0",
1349
            "source": {
1350
                "type": "git",
1351
                "url": "https://github.com/briannesbitt/Carbon.git",
1352
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
1353
            },
1354
            "dist": {
1355
                "type": "zip",
1356
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
1357
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
1358
                "shasum": ""
1359
            },
1360
            "require": {
1361
                "php": ">=5.3.9",
1362
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1363
            },
1364
            "require-dev": {
1365
                "friendsofphp/php-cs-fixer": "~2",
1366
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1367
            },
1368
            "type": "library",
1369
            "extra": {
1370
                "branch-alias": {
1371
                    "dev-master": "1.23-dev"
1372
                }
1373
            },
1374
            "autoload": {
1375
                "psr-4": {
1376
                    "Carbon\\": "src/Carbon/"
1377
                }
1378
            },
1379
            "notification-url": "https://packagist.org/downloads/",
1380
            "license": [
1381
                "MIT"
1382
            ],
1383
            "authors": [
1384
                {
1385
                    "name": "Brian Nesbitt",
1386
                    "email": "brian@nesbot.com",
1387
                    "homepage": "http://nesbot.com"
1388
                }
1389
            ],
1390
            "description": "A simple API extension for DateTime.",
1391
            "homepage": "http://carbon.nesbot.com",
1392
            "keywords": [
1393
                "date",
1394
                "datetime",
1395
                "time"
1396
            ],
1397
            "time": "2018-03-19 15:50:49"
1398
        },
1399
        {
1400
            "name": "nikic/fast-route",
1401
            "version": "v0.7.0",
1402
            "source": {
1403
                "type": "git",
1404
                "url": "https://github.com/nikic/FastRoute.git",
1405
                "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
1406
            },
1407
            "dist": {
1408
                "type": "zip",
1409
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
1410
                "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
1411
                "shasum": ""
1412
            },
1413
            "require": {
1414
                "php": ">=5.4.0"
1415
            },
1416
            "type": "library",
1417
            "autoload": {
1418
                "psr-4": {
1419
                    "FastRoute\\": "src/"
1420
                },
1421
                "files": [
1422
                    "src/functions.php"
1423
                ]
1424
            },
1425
            "notification-url": "https://packagist.org/downloads/",
1426
            "license": [
1427
                "BSD-3-Clause"
1428
            ],
1429
            "authors": [
1430
                {
1431
                    "name": "Nikita Popov",
1432
                    "email": "nikic@php.net"
1433
                }
1434
            ],
1435
            "description": "Fast request router for PHP",
1436
            "keywords": [
1437
                "router",
1438
                "routing"
1439
            ],
1440
            "time": "2015-12-20 19:50:12"
1441
        },
1442
        {
1443
            "name": "paragonie/random_compat",
1444
            "version": "v1.4.3",
1445
            "source": {
1446
                "type": "git",
1447
                "url": "https://github.com/paragonie/random_compat.git",
1448
                "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
1449
            },
1450
            "dist": {
1451
                "type": "zip",
1452
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
1453
                "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
1454
                "shasum": ""
1455
            },
1456
            "require": {
1457
                "php": ">=5.2.0"
1458
            },
1459
            "require-dev": {
1460
                "phpunit/phpunit": "4.*|5.*"
1461
            },
1462
            "suggest": {
1463
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1464
            },
1465
            "type": "library",
1466
            "autoload": {
1467
                "files": [
1468
                    "lib/random.php"
1469
                ]
1470
            },
1471
            "notification-url": "https://packagist.org/downloads/",
1472
            "license": [
1473
                "MIT"
1474
            ],
1475
            "authors": [
1476
                {
1477
                    "name": "Paragon Initiative Enterprises",
1478
                    "email": "security@paragonie.com",
1479
                    "homepage": "https://paragonie.com"
1480
                }
1481
            ],
1482
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1483
            "keywords": [
1484
                "csprng",
1485
                "pseudorandom",
1486
                "random"
1487
            ],
1488
            "time": "2018-04-04 21:48:54"
1489
        },
1490
        {
1491
            "name": "psr/log",
1492
            "version": "1.0.2",
1493
            "source": {
1494
                "type": "git",
1495
                "url": "https://github.com/php-fig/log.git",
1496
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1497
            },
1498
            "dist": {
1499
                "type": "zip",
1500
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1501
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1502
                "shasum": ""
1503
            },
1504
            "require": {
1505
                "php": ">=5.3.0"
1506
            },
1507
            "type": "library",
1508
            "extra": {
1509
                "branch-alias": {
1510
                    "dev-master": "1.0.x-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Psr\\Log\\": "Psr/Log/"
1516
                }
1517
            },
1518
            "notification-url": "https://packagist.org/downloads/",
1519
            "license": [
1520
                "MIT"
1521
            ],
1522
            "authors": [
1523
                {
1524
                    "name": "PHP-FIG",
1525
                    "homepage": "http://www.php-fig.org/"
1526
                }
1527
            ],
1528
            "description": "Common interface for logging libraries",
1529
            "homepage": "https://github.com/php-fig/log",
1530
            "keywords": [
1531
                "log",
1532
                "psr",
1533
                "psr-3"
1534
            ],
1535
            "time": "2016-10-10 12:19:37"
1536
        },
1537
        {
1538
            "name": "symfony/console",
1539
            "version": "v3.0.9",
1540
            "source": {
1541
                "type": "git",
1542
                "url": "https://github.com/symfony/console.git",
1543
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
1544
            },
1545
            "dist": {
1546
                "type": "zip",
1547
                "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
1548
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
1549
                "shasum": ""
1550
            },
1551
            "require": {
1552
                "php": ">=5.5.9",
1553
                "symfony/polyfill-mbstring": "~1.0"
1554
            },
1555
            "require-dev": {
1556
                "psr/log": "~1.0",
1557
                "symfony/event-dispatcher": "~2.8|~3.0",
1558
                "symfony/process": "~2.8|~3.0"
1559
            },
1560
            "suggest": {
1561
                "psr/log": "For using the console logger",
1562
                "symfony/event-dispatcher": "",
1563
                "symfony/process": ""
1564
            },
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "3.0-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "psr-4": {
1573
                    "Symfony\\Component\\Console\\": ""
1574
                },
1575
                "exclude-from-classmap": [
1576
                    "/Tests/"
1577
                ]
1578
            },
1579
            "notification-url": "https://packagist.org/downloads/",
1580
            "license": [
1581
                "MIT"
1582
            ],
1583
            "authors": [
1584
                {
1585
                    "name": "Fabien Potencier",
1586
                    "email": "fabien@symfony.com"
1587
                },
1588
                {
1589
                    "name": "Symfony Community",
1590
                    "homepage": "https://symfony.com/contributors"
1591
                }
1592
            ],
1593
            "description": "Symfony Console Component",
1594
            "homepage": "https://symfony.com",
1595
            "time": "2016-07-30 07:22:48"
1596
        },
1597
        {
1598
            "name": "symfony/debug",
1599
            "version": "v3.0.9",
1600
            "source": {
1601
                "type": "git",
1602
                "url": "https://github.com/symfony/debug.git",
1603
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1604
            },
1605
            "dist": {
1606
                "type": "zip",
1607
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1608
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1609
                "shasum": ""
1610
            },
1611
            "require": {
1612
                "php": ">=5.5.9",
1613
                "psr/log": "~1.0"
1614
            },
1615
            "conflict": {
1616
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1617
            },
1618
            "require-dev": {
1619
                "symfony/class-loader": "~2.8|~3.0",
1620
                "symfony/http-kernel": "~2.8|~3.0"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "3.0-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "psr-4": {
1630
                    "Symfony\\Component\\Debug\\": ""
1631
                },
1632
                "exclude-from-classmap": [
1633
                    "/Tests/"
1634
                ]
1635
            },
1636
            "notification-url": "https://packagist.org/downloads/",
1637
            "license": [
1638
                "MIT"
1639
            ],
1640
            "authors": [
1641
                {
1642
                    "name": "Fabien Potencier",
1643
                    "email": "fabien@symfony.com"
1644
                },
1645
                {
1646
                    "name": "Symfony Community",
1647
                    "homepage": "https://symfony.com/contributors"
1648
                }
1649
            ],
1650
            "description": "Symfony Debug Component",
1651
            "homepage": "https://symfony.com",
1652
            "time": "2016-07-30 07:22:48"
1653
        },
1654
        {
1655
            "name": "symfony/event-dispatcher",
1656
            "version": "v3.4.8",
1657
            "source": {
1658
                "type": "git",
1659
                "url": "https://github.com/symfony/event-dispatcher.git",
1660
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1661
            },
1662
            "dist": {
1663
                "type": "zip",
1664
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1665
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1666
                "shasum": ""
1667
            },
1668
            "require": {
1669
                "php": "^5.5.9|>=7.0.8"
1670
            },
1671
            "conflict": {
1672
                "symfony/dependency-injection": "<3.3"
1673
            },
1674
            "require-dev": {
1675
                "psr/log": "~1.0",
1676
                "symfony/config": "~2.8|~3.0|~4.0",
1677
                "symfony/dependency-injection": "~3.3|~4.0",
1678
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1679
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1680
            },
1681
            "suggest": {
1682
                "symfony/dependency-injection": "",
1683
                "symfony/http-kernel": ""
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "3.4-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "psr-4": {
1693
                    "Symfony\\Component\\EventDispatcher\\": ""
1694
                },
1695
                "exclude-from-classmap": [
1696
                    "/Tests/"
1697
                ]
1698
            },
1699
            "notification-url": "https://packagist.org/downloads/",
1700
            "license": [
1701
                "MIT"
1702
            ],
1703
            "authors": [
1704
                {
1705
                    "name": "Fabien Potencier",
1706
                    "email": "fabien@symfony.com"
1707
                },
1708
                {
1709
                    "name": "Symfony Community",
1710
                    "homepage": "https://symfony.com/contributors"
1711
                }
1712
            ],
1713
            "description": "Symfony EventDispatcher Component",
1714
            "homepage": "https://symfony.com",
1715
            "time": "2018-04-06 07:35:25"
1716
        },
1717
        {
1718
            "name": "symfony/finder",
1719
            "version": "v3.0.9",
1720
            "source": {
1721
                "type": "git",
1722
                "url": "https://github.com/symfony/finder.git",
1723
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
1724
            },
1725
            "dist": {
1726
                "type": "zip",
1727
                "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1728
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1729
                "shasum": ""
1730
            },
1731
            "require": {
1732
                "php": ">=5.5.9"
1733
            },
1734
            "type": "library",
1735
            "extra": {
1736
                "branch-alias": {
1737
                    "dev-master": "3.0-dev"
1738
                }
1739
            },
1740
            "autoload": {
1741
                "psr-4": {
1742
                    "Symfony\\Component\\Finder\\": ""
1743
                },
1744
                "exclude-from-classmap": [
1745
                    "/Tests/"
1746
                ]
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "Fabien Potencier",
1755
                    "email": "fabien@symfony.com"
1756
                },
1757
                {
1758
                    "name": "Symfony Community",
1759
                    "homepage": "https://symfony.com/contributors"
1760
                }
1761
            ],
1762
            "description": "Symfony Finder Component",
1763
            "homepage": "https://symfony.com",
1764
            "time": "2016-06-29 05:40:00"
1765
        },
1766
        {
1767
            "name": "symfony/http-foundation",
1768
            "version": "v3.0.9",
1769
            "source": {
1770
                "type": "git",
1771
                "url": "https://github.com/symfony/http-foundation.git",
1772
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
1773
            },
1774
            "dist": {
1775
                "type": "zip",
1776
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
1777
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
1778
                "shasum": ""
1779
            },
1780
            "require": {
1781
                "php": ">=5.5.9",
1782
                "symfony/polyfill-mbstring": "~1.1"
1783
            },
1784
            "require-dev": {
1785
                "symfony/expression-language": "~2.8|~3.0"
1786
            },
1787
            "type": "library",
1788
            "extra": {
1789
                "branch-alias": {
1790
                    "dev-master": "3.0-dev"
1791
                }
1792
            },
1793
            "autoload": {
1794
                "psr-4": {
1795
                    "Symfony\\Component\\HttpFoundation\\": ""
1796
                },
1797
                "exclude-from-classmap": [
1798
                    "/Tests/"
1799
                ]
1800
            },
1801
            "notification-url": "https://packagist.org/downloads/",
1802
            "license": [
1803
                "MIT"
1804
            ],
1805
            "authors": [
1806
                {
1807
                    "name": "Fabien Potencier",
1808
                    "email": "fabien@symfony.com"
1809
                },
1810
                {
1811
                    "name": "Symfony Community",
1812
                    "homepage": "https://symfony.com/contributors"
1813
                }
1814
            ],
1815
            "description": "Symfony HttpFoundation Component",
1816
            "homepage": "https://symfony.com",
1817
            "time": "2016-07-17 13:54:30"
1818
        },
1819
        {
1820
            "name": "symfony/http-kernel",
1821
            "version": "v3.0.9",
1822
            "source": {
1823
                "type": "git",
1824
                "url": "https://github.com/symfony/http-kernel.git",
1825
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3"
1826
            },
1827
            "dist": {
1828
                "type": "zip",
1829
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1830
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1831
                "shasum": ""
1832
            },
1833
            "require": {
1834
                "php": ">=5.5.9",
1835
                "psr/log": "~1.0",
1836
                "symfony/debug": "~2.8|~3.0",
1837
                "symfony/event-dispatcher": "~2.8|~3.0",
1838
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
1839
            },
1840
            "conflict": {
1841
                "symfony/config": "<2.8"
1842
            },
1843
            "require-dev": {
1844
                "symfony/browser-kit": "~2.8|~3.0",
1845
                "symfony/class-loader": "~2.8|~3.0",
1846
                "symfony/config": "~2.8|~3.0",
1847
                "symfony/console": "~2.8|~3.0",
1848
                "symfony/css-selector": "~2.8|~3.0",
1849
                "symfony/dependency-injection": "~2.8|~3.0",
1850
                "symfony/dom-crawler": "~2.8|~3.0",
1851
                "symfony/expression-language": "~2.8|~3.0",
1852
                "symfony/finder": "~2.8|~3.0",
1853
                "symfony/process": "~2.8|~3.0",
1854
                "symfony/routing": "~2.8|~3.0",
1855
                "symfony/stopwatch": "~2.8|~3.0",
1856
                "symfony/templating": "~2.8|~3.0",
1857
                "symfony/translation": "~2.8|~3.0",
1858
                "symfony/var-dumper": "~2.8|~3.0"
1859
            },
1860
            "suggest": {
1861
                "symfony/browser-kit": "",
1862
                "symfony/class-loader": "",
1863
                "symfony/config": "",
1864
                "symfony/console": "",
1865
                "symfony/dependency-injection": "",
1866
                "symfony/finder": "",
1867
                "symfony/var-dumper": ""
1868
            },
1869
            "type": "library",
1870
            "extra": {
1871
                "branch-alias": {
1872
                    "dev-master": "3.0-dev"
1873
                }
1874
            },
1875
            "autoload": {
1876
                "psr-4": {
1877
                    "Symfony\\Component\\HttpKernel\\": ""
1878
                },
1879
                "exclude-from-classmap": [
1880
                    "/Tests/"
1881
                ]
1882
            },
1883
            "notification-url": "https://packagist.org/downloads/",
1884
            "license": [
1885
                "MIT"
1886
            ],
1887
            "authors": [
1888
                {
1889
                    "name": "Fabien Potencier",
1890
                    "email": "fabien@symfony.com"
1891
                },
1892
                {
1893
                    "name": "Symfony Community",
1894
                    "homepage": "https://symfony.com/contributors"
1895
                }
1896
            ],
1897
            "description": "Symfony HttpKernel Component",
1898
            "homepage": "https://symfony.com",
1899
            "time": "2016-07-30 09:10:37"
1900
        },
1901
        {
1902
            "name": "symfony/polyfill-mbstring",
1903
            "version": "v1.7.0",
1904
            "source": {
1905
                "type": "git",
1906
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1907
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1908
            },
1909
            "dist": {
1910
                "type": "zip",
1911
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1912
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1913
                "shasum": ""
1914
            },
1915
            "require": {
1916
                "php": ">=5.3.3"
1917
            },
1918
            "suggest": {
1919
                "ext-mbstring": "For best performance"
1920
            },
1921
            "type": "library",
1922
            "extra": {
1923
                "branch-alias": {
1924
                    "dev-master": "1.7-dev"
1925
                }
1926
            },
1927
            "autoload": {
1928
                "psr-4": {
1929
                    "Symfony\\Polyfill\\Mbstring\\": ""
1930
                },
1931
                "files": [
1932
                    "bootstrap.php"
1933
                ]
1934
            },
1935
            "notification-url": "https://packagist.org/downloads/",
1936
            "license": [
1937
                "MIT"
1938
            ],
1939
            "authors": [
1940
                {
1941
                    "name": "Nicolas Grekas",
1942
                    "email": "p@tchwork.com"
1943
                },
1944
                {
1945
                    "name": "Symfony Community",
1946
                    "homepage": "https://symfony.com/contributors"
1947
                }
1948
            ],
1949
            "description": "Symfony polyfill for the Mbstring extension",
1950
            "homepage": "https://symfony.com",
1951
            "keywords": [
1952
                "compatibility",
1953
                "mbstring",
1954
                "polyfill",
1955
                "portable",
1956
                "shim"
1957
            ],
1958
            "time": "2018-01-30 19:27:44"
1959
        },
1960
        {
1961
            "name": "symfony/polyfill-php56",
1962
            "version": "v1.7.0",
1963
            "source": {
1964
                "type": "git",
1965
                "url": "https://github.com/symfony/polyfill-php56.git",
1966
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
1967
            },
1968
            "dist": {
1969
                "type": "zip",
1970
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
1971
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
1972
                "shasum": ""
1973
            },
1974
            "require": {
1975
                "php": ">=5.3.3",
1976
                "symfony/polyfill-util": "~1.0"
1977
            },
1978
            "type": "library",
1979
            "extra": {
1980
                "branch-alias": {
1981
                    "dev-master": "1.7-dev"
1982
                }
1983
            },
1984
            "autoload": {
1985
                "psr-4": {
1986
                    "Symfony\\Polyfill\\Php56\\": ""
1987
                },
1988
                "files": [
1989
                    "bootstrap.php"
1990
                ]
1991
            },
1992
            "notification-url": "https://packagist.org/downloads/",
1993
            "license": [
1994
                "MIT"
1995
            ],
1996
            "authors": [
1997
                {
1998
                    "name": "Nicolas Grekas",
1999
                    "email": "p@tchwork.com"
2000
                },
2001
                {
2002
                    "name": "Symfony Community",
2003
                    "homepage": "https://symfony.com/contributors"
2004
                }
2005
            ],
2006
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2007
            "homepage": "https://symfony.com",
2008
            "keywords": [
2009
                "compatibility",
2010
                "polyfill",
2011
                "portable",
2012
                "shim"
2013
            ],
2014
            "time": "2018-01-30 19:27:44"
2015
        },
2016
        {
2017
            "name": "symfony/polyfill-util",
2018
            "version": "v1.7.0",
2019
            "source": {
2020
                "type": "git",
2021
                "url": "https://github.com/symfony/polyfill-util.git",
2022
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
2023
            },
2024
            "dist": {
2025
                "type": "zip",
2026
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
2027
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
2028
                "shasum": ""
2029
            },
2030
            "require": {
2031
                "php": ">=5.3.3"
2032
            },
2033
            "type": "library",
2034
            "extra": {
2035
                "branch-alias": {
2036
                    "dev-master": "1.7-dev"
2037
                }
2038
            },
2039
            "autoload": {
2040
                "psr-4": {
2041
                    "Symfony\\Polyfill\\Util\\": ""
2042
                }
2043
            },
2044
            "notification-url": "https://packagist.org/downloads/",
2045
            "license": [
2046
                "MIT"
2047
            ],
2048
            "authors": [
2049
                {
2050
                    "name": "Nicolas Grekas",
2051
                    "email": "p@tchwork.com"
2052
                },
2053
                {
2054
                    "name": "Symfony Community",
2055
                    "homepage": "https://symfony.com/contributors"
2056
                }
2057
            ],
2058
            "description": "Symfony utilities for portability of PHP codes",
2059
            "homepage": "https://symfony.com",
2060
            "keywords": [
2061
                "compat",
2062
                "compatibility",
2063
                "polyfill",
2064
                "shim"
2065
            ],
2066
            "time": "2018-01-31 18:08:44"
2067
        },
2068
        {
2069
            "name": "symfony/process",
2070
            "version": "v3.0.9",
2071
            "source": {
2072
                "type": "git",
2073
                "url": "https://github.com/symfony/process.git",
2074
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505"
2075
            },
2076
            "dist": {
2077
                "type": "zip",
2078
                "url": "https://api.github.com/repos/symfony/process/zipball/768debc5996f599c4372b322d9061dba2a4bf505",
2079
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505",
2080
                "shasum": ""
2081
            },
2082
            "require": {
2083
                "php": ">=5.5.9"
2084
            },
2085
            "type": "library",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "3.0-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "psr-4": {
2093
                    "Symfony\\Component\\Process\\": ""
2094
                },
2095
                "exclude-from-classmap": [
2096
                    "/Tests/"
2097
                ]
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Fabien Potencier",
2106
                    "email": "fabien@symfony.com"
2107
                },
2108
                {
2109
                    "name": "Symfony Community",
2110
                    "homepage": "https://symfony.com/contributors"
2111
                }
2112
            ],
2113
            "description": "Symfony Process Component",
2114
            "homepage": "https://symfony.com",
2115
            "time": "2016-07-28 11:13:34"
2116
        },
2117
        {
2118
            "name": "symfony/translation",
2119
            "version": "v3.0.9",
2120
            "source": {
2121
                "type": "git",
2122
                "url": "https://github.com/symfony/translation.git",
2123
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
2124
            },
2125
            "dist": {
2126
                "type": "zip",
2127
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
2128
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
2129
                "shasum": ""
2130
            },
2131
            "require": {
2132
                "php": ">=5.5.9",
2133
                "symfony/polyfill-mbstring": "~1.0"
2134
            },
2135
            "conflict": {
2136
                "symfony/config": "<2.8"
2137
            },
2138
            "require-dev": {
2139
                "psr/log": "~1.0",
2140
                "symfony/config": "~2.8|~3.0",
2141
                "symfony/intl": "~2.8|~3.0",
2142
                "symfony/yaml": "~2.8|~3.0"
2143
            },
2144
            "suggest": {
2145
                "psr/log": "To use logging capability in translator",
2146
                "symfony/config": "",
2147
                "symfony/yaml": ""
2148
            },
2149
            "type": "library",
2150
            "extra": {
2151
                "branch-alias": {
2152
                    "dev-master": "3.0-dev"
2153
                }
2154
            },
2155
            "autoload": {
2156
                "psr-4": {
2157
                    "Symfony\\Component\\Translation\\": ""
2158
                },
2159
                "exclude-from-classmap": [
2160
                    "/Tests/"
2161
                ]
2162
            },
2163
            "notification-url": "https://packagist.org/downloads/",
2164
            "license": [
2165
                "MIT"
2166
            ],
2167
            "authors": [
2168
                {
2169
                    "name": "Fabien Potencier",
2170
                    "email": "fabien@symfony.com"
2171
                },
2172
                {
2173
                    "name": "Symfony Community",
2174
                    "homepage": "https://symfony.com/contributors"
2175
                }
2176
            ],
2177
            "description": "Symfony Translation Component",
2178
            "homepage": "https://symfony.com",
2179
            "time": "2016-07-30 07:22:48"
2180
        },
2181
        {
2182
            "name": "vlucas/phpdotenv",
2183
            "version": "v2.4.0",
2184
            "source": {
2185
                "type": "git",
2186
                "url": "https://github.com/vlucas/phpdotenv.git",
2187
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2188
            },
2189
            "dist": {
2190
                "type": "zip",
2191
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2192
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2193
                "shasum": ""
2194
            },
2195
            "require": {
2196
                "php": ">=5.3.9"
2197
            },
2198
            "require-dev": {
2199
                "phpunit/phpunit": "^4.8 || ^5.0"
2200
            },
2201
            "type": "library",
2202
            "extra": {
2203
                "branch-alias": {
2204
                    "dev-master": "2.4-dev"
2205
                }
2206
            },
2207
            "autoload": {
2208
                "psr-4": {
2209
                    "Dotenv\\": "src/"
2210
                }
2211
            },
2212
            "notification-url": "https://packagist.org/downloads/",
2213
            "license": [
2214
                "BSD-3-Clause-Attribution"
2215
            ],
2216
            "authors": [
2217
                {
2218
                    "name": "Vance Lucas",
2219
                    "email": "vance@vancelucas.com",
2220
                    "homepage": "http://www.vancelucas.com"
2221
                }
2222
            ],
2223
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2224
            "keywords": [
2225
                "dotenv",
2226
                "env",
2227
                "environment"
2228
            ],
2229
            "time": "2016-09-01 10:05:43"
2230
        }
2231
    ],
2232
    "packages-dev": [
2233
        {
2234
            "name": "doctrine/instantiator",
2235
            "version": "1.0.5",
2236
            "source": {
2237
                "type": "git",
2238
                "url": "https://github.com/doctrine/instantiator.git",
2239
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2240
            },
2241
            "dist": {
2242
                "type": "zip",
2243
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2244
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2245
                "shasum": ""
2246
            },
2247
            "require": {
2248
                "php": ">=5.3,<8.0-DEV"
2249
            },
2250
            "require-dev": {
2251
                "athletic/athletic": "~0.1.8",
2252
                "ext-pdo": "*",
2253
                "ext-phar": "*",
2254
                "phpunit/phpunit": "~4.0",
2255
                "squizlabs/php_codesniffer": "~2.0"
2256
            },
2257
            "type": "library",
2258
            "extra": {
2259
                "branch-alias": {
2260
                    "dev-master": "1.0.x-dev"
2261
                }
2262
            },
2263
            "autoload": {
2264
                "psr-4": {
2265
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2266
                }
2267
            },
2268
            "notification-url": "https://packagist.org/downloads/",
2269
            "license": [
2270
                "MIT"
2271
            ],
2272
            "authors": [
2273
                {
2274
                    "name": "Marco Pivetta",
2275
                    "email": "ocramius@gmail.com",
2276
                    "homepage": "http://ocramius.github.com/"
2277
                }
2278
            ],
2279
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2280
            "homepage": "https://github.com/doctrine/instantiator",
2281
            "keywords": [
2282
                "constructor",
2283
                "instantiate"
2284
            ],
2285
            "time": "2015-06-14 21:17:01"
2286
        },
2287
        {
2288
            "name": "fzaninotto/faker",
2289
            "version": "v1.7.1",
2290
            "source": {
2291
                "type": "git",
2292
                "url": "https://github.com/fzaninotto/Faker.git",
2293
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
2294
            },
2295
            "dist": {
2296
                "type": "zip",
2297
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2298
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2299
                "shasum": ""
2300
            },
2301
            "require": {
2302
                "php": "^5.3.3 || ^7.0"
2303
            },
2304
            "require-dev": {
2305
                "ext-intl": "*",
2306
                "phpunit/phpunit": "^4.0 || ^5.0",
2307
                "squizlabs/php_codesniffer": "^1.5"
2308
            },
2309
            "type": "library",
2310
            "extra": {
2311
                "branch-alias": {
2312
                    "dev-master": "1.8-dev"
2313
                }
2314
            },
2315
            "autoload": {
2316
                "psr-4": {
2317
                    "Faker\\": "src/Faker/"
2318
                }
2319
            },
2320
            "notification-url": "https://packagist.org/downloads/",
2321
            "license": [
2322
                "MIT"
2323
            ],
2324
            "authors": [
2325
                {
2326
                    "name": "François Zaninotto"
2327
                }
2328
            ],
2329
            "description": "Faker is a PHP library that generates fake data for you.",
2330
            "keywords": [
2331
                "data",
2332
                "faker",
2333
                "fixtures"
2334
            ],
2335
            "time": "2017-08-15 16:48:10"
2336
        },
2337
        {
2338
            "name": "phpdocumentor/reflection-common",
2339
            "version": "1.0.1",
2340
            "source": {
2341
                "type": "git",
2342
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2343
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2344
            },
2345
            "dist": {
2346
                "type": "zip",
2347
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2348
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2349
                "shasum": ""
2350
            },
2351
            "require": {
2352
                "php": ">=5.5"
2353
            },
2354
            "require-dev": {
2355
                "phpunit/phpunit": "^4.6"
2356
            },
2357
            "type": "library",
2358
            "extra": {
2359
                "branch-alias": {
2360
                    "dev-master": "1.0.x-dev"
2361
                }
2362
            },
2363
            "autoload": {
2364
                "psr-4": {
2365
                    "phpDocumentor\\Reflection\\": [
2366
                        "src"
2367
                    ]
2368
                }
2369
            },
2370
            "notification-url": "https://packagist.org/downloads/",
2371
            "license": [
2372
                "MIT"
2373
            ],
2374
            "authors": [
2375
                {
2376
                    "name": "Jaap van Otterdijk",
2377
                    "email": "opensource@ijaap.nl"
2378
                }
2379
            ],
2380
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2381
            "homepage": "http://www.phpdoc.org",
2382
            "keywords": [
2383
                "FQSEN",
2384
                "phpDocumentor",
2385
                "phpdoc",
2386
                "reflection",
2387
                "static analysis"
2388
            ],
2389
            "time": "2017-09-11 18:02:19"
2390
        },
2391
        {
2392
            "name": "phpdocumentor/reflection-docblock",
2393
            "version": "3.3.2",
2394
            "source": {
2395
                "type": "git",
2396
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2397
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
2398
            },
2399
            "dist": {
2400
                "type": "zip",
2401
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
2402
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
2403
                "shasum": ""
2404
            },
2405
            "require": {
2406
                "php": "^5.6 || ^7.0",
2407
                "phpdocumentor/reflection-common": "^1.0.0",
2408
                "phpdocumentor/type-resolver": "^0.4.0",
2409
                "webmozart/assert": "^1.0"
2410
            },
2411
            "require-dev": {
2412
                "mockery/mockery": "^0.9.4",
2413
                "phpunit/phpunit": "^4.4"
2414
            },
2415
            "type": "library",
2416
            "autoload": {
2417
                "psr-4": {
2418
                    "phpDocumentor\\Reflection\\": [
2419
                        "src/"
2420
                    ]
2421
                }
2422
            },
2423
            "notification-url": "https://packagist.org/downloads/",
2424
            "license": [
2425
                "MIT"
2426
            ],
2427
            "authors": [
2428
                {
2429
                    "name": "Mike van Riel",
2430
                    "email": "me@mikevanriel.com"
2431
                }
2432
            ],
2433
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2434
            "time": "2017-11-10 14:09:06"
2435
        },
2436
        {
2437
            "name": "phpdocumentor/type-resolver",
2438
            "version": "0.4.0",
2439
            "source": {
2440
                "type": "git",
2441
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2442
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2443
            },
2444
            "dist": {
2445
                "type": "zip",
2446
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2447
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2448
                "shasum": ""
2449
            },
2450
            "require": {
2451
                "php": "^5.5 || ^7.0",
2452
                "phpdocumentor/reflection-common": "^1.0"
2453
            },
2454
            "require-dev": {
2455
                "mockery/mockery": "^0.9.4",
2456
                "phpunit/phpunit": "^5.2||^4.8.24"
2457
            },
2458
            "type": "library",
2459
            "extra": {
2460
                "branch-alias": {
2461
                    "dev-master": "1.0.x-dev"
2462
                }
2463
            },
2464
            "autoload": {
2465
                "psr-4": {
2466
                    "phpDocumentor\\Reflection\\": [
2467
                        "src/"
2468
                    ]
2469
                }
2470
            },
2471
            "notification-url": "https://packagist.org/downloads/",
2472
            "license": [
2473
                "MIT"
2474
            ],
2475
            "authors": [
2476
                {
2477
                    "name": "Mike van Riel",
2478
                    "email": "me@mikevanriel.com"
2479
                }
2480
            ],
2481
            "time": "2017-07-14 14:27:02"
2482
        },
2483
        {
2484
            "name": "phpspec/prophecy",
2485
            "version": "1.7.5",
2486
            "source": {
2487
                "type": "git",
2488
                "url": "https://github.com/phpspec/prophecy.git",
2489
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2490
            },
2491
            "dist": {
2492
                "type": "zip",
2493
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2494
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2495
                "shasum": ""
2496
            },
2497
            "require": {
2498
                "doctrine/instantiator": "^1.0.2",
2499
                "php": "^5.3|^7.0",
2500
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2501
                "sebastian/comparator": "^1.1|^2.0",
2502
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2503
            },
2504
            "require-dev": {
2505
                "phpspec/phpspec": "^2.5|^3.2",
2506
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2507
            },
2508
            "type": "library",
2509
            "extra": {
2510
                "branch-alias": {
2511
                    "dev-master": "1.7.x-dev"
2512
                }
2513
            },
2514
            "autoload": {
2515
                "psr-0": {
2516
                    "Prophecy\\": "src/"
2517
                }
2518
            },
2519
            "notification-url": "https://packagist.org/downloads/",
2520
            "license": [
2521
                "MIT"
2522
            ],
2523
            "authors": [
2524
                {
2525
                    "name": "Konstantin Kudryashov",
2526
                    "email": "ever.zet@gmail.com",
2527
                    "homepage": "http://everzet.com"
2528
                },
2529
                {
2530
                    "name": "Marcello Duarte",
2531
                    "email": "marcello.duarte@gmail.com"
2532
                }
2533
            ],
2534
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2535
            "homepage": "https://github.com/phpspec/prophecy",
2536
            "keywords": [
2537
                "Double",
2538
                "Dummy",
2539
                "fake",
2540
                "mock",
2541
                "spy",
2542
                "stub"
2543
            ],
2544
            "time": "2018-02-19 10:16:54"
2545
        },
2546
        {
2547
            "name": "phpunit/php-code-coverage",
2548
            "version": "2.2.4",
2549
            "source": {
2550
                "type": "git",
2551
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2552
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2553
            },
2554
            "dist": {
2555
                "type": "zip",
2556
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2557
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2558
                "shasum": ""
2559
            },
2560
            "require": {
2561
                "php": ">=5.3.3",
2562
                "phpunit/php-file-iterator": "~1.3",
2563
                "phpunit/php-text-template": "~1.2",
2564
                "phpunit/php-token-stream": "~1.3",
2565
                "sebastian/environment": "^1.3.2",
2566
                "sebastian/version": "~1.0"
2567
            },
2568
            "require-dev": {
2569
                "ext-xdebug": ">=2.1.4",
2570
                "phpunit/phpunit": "~4"
2571
            },
2572
            "suggest": {
2573
                "ext-dom": "*",
2574
                "ext-xdebug": ">=2.2.1",
2575
                "ext-xmlwriter": "*"
2576
            },
2577
            "type": "library",
2578
            "extra": {
2579
                "branch-alias": {
2580
                    "dev-master": "2.2.x-dev"
2581
                }
2582
            },
2583
            "autoload": {
2584
                "classmap": [
2585
                    "src/"
2586
                ]
2587
            },
2588
            "notification-url": "https://packagist.org/downloads/",
2589
            "license": [
2590
                "BSD-3-Clause"
2591
            ],
2592
            "authors": [
2593
                {
2594
                    "name": "Sebastian Bergmann",
2595
                    "email": "sb@sebastian-bergmann.de",
2596
                    "role": "lead"
2597
                }
2598
            ],
2599
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2600
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2601
            "keywords": [
2602
                "coverage",
2603
                "testing",
2604
                "xunit"
2605
            ],
2606
            "time": "2015-10-06 15:47:00"
2607
        },
2608
        {
2609
            "name": "phpunit/php-file-iterator",
2610
            "version": "1.4.5",
2611
            "source": {
2612
                "type": "git",
2613
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2614
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2615
            },
2616
            "dist": {
2617
                "type": "zip",
2618
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2619
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2620
                "shasum": ""
2621
            },
2622
            "require": {
2623
                "php": ">=5.3.3"
2624
            },
2625
            "type": "library",
2626
            "extra": {
2627
                "branch-alias": {
2628
                    "dev-master": "1.4.x-dev"
2629
                }
2630
            },
2631
            "autoload": {
2632
                "classmap": [
2633
                    "src/"
2634
                ]
2635
            },
2636
            "notification-url": "https://packagist.org/downloads/",
2637
            "license": [
2638
                "BSD-3-Clause"
2639
            ],
2640
            "authors": [
2641
                {
2642
                    "name": "Sebastian Bergmann",
2643
                    "email": "sb@sebastian-bergmann.de",
2644
                    "role": "lead"
2645
                }
2646
            ],
2647
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2648
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2649
            "keywords": [
2650
                "filesystem",
2651
                "iterator"
2652
            ],
2653
            "time": "2017-11-27 13:52:08"
2654
        },
2655
        {
2656
            "name": "phpunit/php-text-template",
2657
            "version": "1.2.1",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2661
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2666
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "php": ">=5.3.3"
2671
            },
2672
            "type": "library",
2673
            "autoload": {
2674
                "classmap": [
2675
                    "src/"
2676
                ]
2677
            },
2678
            "notification-url": "https://packagist.org/downloads/",
2679
            "license": [
2680
                "BSD-3-Clause"
2681
            ],
2682
            "authors": [
2683
                {
2684
                    "name": "Sebastian Bergmann",
2685
                    "email": "sebastian@phpunit.de",
2686
                    "role": "lead"
2687
                }
2688
            ],
2689
            "description": "Simple template engine.",
2690
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2691
            "keywords": [
2692
                "template"
2693
            ],
2694
            "time": "2015-06-21 13:50:34"
2695
        },
2696
        {
2697
            "name": "phpunit/php-timer",
2698
            "version": "1.0.9",
2699
            "source": {
2700
                "type": "git",
2701
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2702
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2703
            },
2704
            "dist": {
2705
                "type": "zip",
2706
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2707
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2708
                "shasum": ""
2709
            },
2710
            "require": {
2711
                "php": "^5.3.3 || ^7.0"
2712
            },
2713
            "require-dev": {
2714
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2715
            },
2716
            "type": "library",
2717
            "extra": {
2718
                "branch-alias": {
2719
                    "dev-master": "1.0-dev"
2720
                }
2721
            },
2722
            "autoload": {
2723
                "classmap": [
2724
                    "src/"
2725
                ]
2726
            },
2727
            "notification-url": "https://packagist.org/downloads/",
2728
            "license": [
2729
                "BSD-3-Clause"
2730
            ],
2731
            "authors": [
2732
                {
2733
                    "name": "Sebastian Bergmann",
2734
                    "email": "sb@sebastian-bergmann.de",
2735
                    "role": "lead"
2736
                }
2737
            ],
2738
            "description": "Utility class for timing",
2739
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2740
            "keywords": [
2741
                "timer"
2742
            ],
2743
            "time": "2017-02-26 11:10:40"
2744
        },
2745
        {
2746
            "name": "phpunit/php-token-stream",
2747
            "version": "1.4.12",
2748
            "source": {
2749
                "type": "git",
2750
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2751
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2752
            },
2753
            "dist": {
2754
                "type": "zip",
2755
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
2756
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2757
                "shasum": ""
2758
            },
2759
            "require": {
2760
                "ext-tokenizer": "*",
2761
                "php": ">=5.3.3"
2762
            },
2763
            "require-dev": {
2764
                "phpunit/phpunit": "~4.2"
2765
            },
2766
            "type": "library",
2767
            "extra": {
2768
                "branch-alias": {
2769
                    "dev-master": "1.4-dev"
2770
                }
2771
            },
2772
            "autoload": {
2773
                "classmap": [
2774
                    "src/"
2775
                ]
2776
            },
2777
            "notification-url": "https://packagist.org/downloads/",
2778
            "license": [
2779
                "BSD-3-Clause"
2780
            ],
2781
            "authors": [
2782
                {
2783
                    "name": "Sebastian Bergmann",
2784
                    "email": "sebastian@phpunit.de"
2785
                }
2786
            ],
2787
            "description": "Wrapper around PHP's tokenizer extension.",
2788
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2789
            "keywords": [
2790
                "tokenizer"
2791
            ],
2792
            "time": "2017-12-04 08:55:13"
2793
        },
2794
        {
2795
            "name": "phpunit/phpunit",
2796
            "version": "4.8.36",
2797
            "source": {
2798
                "type": "git",
2799
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2800
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
2801
            },
2802
            "dist": {
2803
                "type": "zip",
2804
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
2805
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
2806
                "shasum": ""
2807
            },
2808
            "require": {
2809
                "ext-dom": "*",
2810
                "ext-json": "*",
2811
                "ext-pcre": "*",
2812
                "ext-reflection": "*",
2813
                "ext-spl": "*",
2814
                "php": ">=5.3.3",
2815
                "phpspec/prophecy": "^1.3.1",
2816
                "phpunit/php-code-coverage": "~2.1",
2817
                "phpunit/php-file-iterator": "~1.4",
2818
                "phpunit/php-text-template": "~1.2",
2819
                "phpunit/php-timer": "^1.0.6",
2820
                "phpunit/phpunit-mock-objects": "~2.3",
2821
                "sebastian/comparator": "~1.2.2",
2822
                "sebastian/diff": "~1.2",
2823
                "sebastian/environment": "~1.3",
2824
                "sebastian/exporter": "~1.2",
2825
                "sebastian/global-state": "~1.0",
2826
                "sebastian/version": "~1.0",
2827
                "symfony/yaml": "~2.1|~3.0"
2828
            },
2829
            "suggest": {
2830
                "phpunit/php-invoker": "~1.1"
2831
            },
2832
            "bin": [
2833
                "phpunit"
2834
            ],
2835
            "type": "library",
2836
            "extra": {
2837
                "branch-alias": {
2838
                    "dev-master": "4.8.x-dev"
2839
                }
2840
            },
2841
            "autoload": {
2842
                "classmap": [
2843
                    "src/"
2844
                ]
2845
            },
2846
            "notification-url": "https://packagist.org/downloads/",
2847
            "license": [
2848
                "BSD-3-Clause"
2849
            ],
2850
            "authors": [
2851
                {
2852
                    "name": "Sebastian Bergmann",
2853
                    "email": "sebastian@phpunit.de",
2854
                    "role": "lead"
2855
                }
2856
            ],
2857
            "description": "The PHP Unit Testing framework.",
2858
            "homepage": "https://phpunit.de/",
2859
            "keywords": [
2860
                "phpunit",
2861
                "testing",
2862
                "xunit"
2863
            ],
2864
            "time": "2017-06-21 08:07:12"
2865
        },
2866
        {
2867
            "name": "phpunit/phpunit-mock-objects",
2868
            "version": "2.3.8",
2869
            "source": {
2870
                "type": "git",
2871
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2872
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2873
            },
2874
            "dist": {
2875
                "type": "zip",
2876
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2877
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2878
                "shasum": ""
2879
            },
2880
            "require": {
2881
                "doctrine/instantiator": "^1.0.2",
2882
                "php": ">=5.3.3",
2883
                "phpunit/php-text-template": "~1.2",
2884
                "sebastian/exporter": "~1.2"
2885
            },
2886
            "require-dev": {
2887
                "phpunit/phpunit": "~4.4"
2888
            },
2889
            "suggest": {
2890
                "ext-soap": "*"
2891
            },
2892
            "type": "library",
2893
            "extra": {
2894
                "branch-alias": {
2895
                    "dev-master": "2.3.x-dev"
2896
                }
2897
            },
2898
            "autoload": {
2899
                "classmap": [
2900
                    "src/"
2901
                ]
2902
            },
2903
            "notification-url": "https://packagist.org/downloads/",
2904
            "license": [
2905
                "BSD-3-Clause"
2906
            ],
2907
            "authors": [
2908
                {
2909
                    "name": "Sebastian Bergmann",
2910
                    "email": "sb@sebastian-bergmann.de",
2911
                    "role": "lead"
2912
                }
2913
            ],
2914
            "description": "Mock Object library for PHPUnit",
2915
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2916
            "keywords": [
2917
                "mock",
2918
                "xunit"
2919
            ],
2920
            "time": "2015-10-02 06:51:40"
2921
        },
2922
        {
2923
            "name": "sebastian/comparator",
2924
            "version": "1.2.4",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/sebastianbergmann/comparator.git",
2928
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2933
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "php": ">=5.3.3",
2938
                "sebastian/diff": "~1.2",
2939
                "sebastian/exporter": "~1.2 || ~2.0"
2940
            },
2941
            "require-dev": {
2942
                "phpunit/phpunit": "~4.4"
2943
            },
2944
            "type": "library",
2945
            "extra": {
2946
                "branch-alias": {
2947
                    "dev-master": "1.2.x-dev"
2948
                }
2949
            },
2950
            "autoload": {
2951
                "classmap": [
2952
                    "src/"
2953
                ]
2954
            },
2955
            "notification-url": "https://packagist.org/downloads/",
2956
            "license": [
2957
                "BSD-3-Clause"
2958
            ],
2959
            "authors": [
2960
                {
2961
                    "name": "Jeff Welch",
2962
                    "email": "whatthejeff@gmail.com"
2963
                },
2964
                {
2965
                    "name": "Volker Dusch",
2966
                    "email": "github@wallbash.com"
2967
                },
2968
                {
2969
                    "name": "Bernhard Schussek",
2970
                    "email": "bschussek@2bepublished.at"
2971
                },
2972
                {
2973
                    "name": "Sebastian Bergmann",
2974
                    "email": "sebastian@phpunit.de"
2975
                }
2976
            ],
2977
            "description": "Provides the functionality to compare PHP values for equality",
2978
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2979
            "keywords": [
2980
                "comparator",
2981
                "compare",
2982
                "equality"
2983
            ],
2984
            "time": "2017-01-29 09:50:25"
2985
        },
2986
        {
2987
            "name": "sebastian/diff",
2988
            "version": "1.4.3",
2989
            "source": {
2990
                "type": "git",
2991
                "url": "https://github.com/sebastianbergmann/diff.git",
2992
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2993
            },
2994
            "dist": {
2995
                "type": "zip",
2996
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2997
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2998
                "shasum": ""
2999
            },
3000
            "require": {
3001
                "php": "^5.3.3 || ^7.0"
3002
            },
3003
            "require-dev": {
3004
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3005
            },
3006
            "type": "library",
3007
            "extra": {
3008
                "branch-alias": {
3009
                    "dev-master": "1.4-dev"
3010
                }
3011
            },
3012
            "autoload": {
3013
                "classmap": [
3014
                    "src/"
3015
                ]
3016
            },
3017
            "notification-url": "https://packagist.org/downloads/",
3018
            "license": [
3019
                "BSD-3-Clause"
3020
            ],
3021
            "authors": [
3022
                {
3023
                    "name": "Kore Nordmann",
3024
                    "email": "mail@kore-nordmann.de"
3025
                },
3026
                {
3027
                    "name": "Sebastian Bergmann",
3028
                    "email": "sebastian@phpunit.de"
3029
                }
3030
            ],
3031
            "description": "Diff implementation",
3032
            "homepage": "https://github.com/sebastianbergmann/diff",
3033
            "keywords": [
3034
                "diff"
3035
            ],
3036
            "time": "2017-05-22 07:24:03"
3037
        },
3038
        {
3039
            "name": "sebastian/environment",
3040
            "version": "1.3.8",
3041
            "source": {
3042
                "type": "git",
3043
                "url": "https://github.com/sebastianbergmann/environment.git",
3044
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3045
            },
3046
            "dist": {
3047
                "type": "zip",
3048
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3049
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3050
                "shasum": ""
3051
            },
3052
            "require": {
3053
                "php": "^5.3.3 || ^7.0"
3054
            },
3055
            "require-dev": {
3056
                "phpunit/phpunit": "^4.8 || ^5.0"
3057
            },
3058
            "type": "library",
3059
            "extra": {
3060
                "branch-alias": {
3061
                    "dev-master": "1.3.x-dev"
3062
                }
3063
            },
3064
            "autoload": {
3065
                "classmap": [
3066
                    "src/"
3067
                ]
3068
            },
3069
            "notification-url": "https://packagist.org/downloads/",
3070
            "license": [
3071
                "BSD-3-Clause"
3072
            ],
3073
            "authors": [
3074
                {
3075
                    "name": "Sebastian Bergmann",
3076
                    "email": "sebastian@phpunit.de"
3077
                }
3078
            ],
3079
            "description": "Provides functionality to handle HHVM/PHP environments",
3080
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3081
            "keywords": [
3082
                "Xdebug",
3083
                "environment",
3084
                "hhvm"
3085
            ],
3086
            "time": "2016-08-18 05:49:44"
3087
        },
3088
        {
3089
            "name": "sebastian/exporter",
3090
            "version": "1.2.2",
3091
            "source": {
3092
                "type": "git",
3093
                "url": "https://github.com/sebastianbergmann/exporter.git",
3094
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3095
            },
3096
            "dist": {
3097
                "type": "zip",
3098
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3099
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3100
                "shasum": ""
3101
            },
3102
            "require": {
3103
                "php": ">=5.3.3",
3104
                "sebastian/recursion-context": "~1.0"
3105
            },
3106
            "require-dev": {
3107
                "ext-mbstring": "*",
3108
                "phpunit/phpunit": "~4.4"
3109
            },
3110
            "type": "library",
3111
            "extra": {
3112
                "branch-alias": {
3113
                    "dev-master": "1.3.x-dev"
3114
                }
3115
            },
3116
            "autoload": {
3117
                "classmap": [
3118
                    "src/"
3119
                ]
3120
            },
3121
            "notification-url": "https://packagist.org/downloads/",
3122
            "license": [
3123
                "BSD-3-Clause"
3124
            ],
3125
            "authors": [
3126
                {
3127
                    "name": "Jeff Welch",
3128
                    "email": "whatthejeff@gmail.com"
3129
                },
3130
                {
3131
                    "name": "Volker Dusch",
3132
                    "email": "github@wallbash.com"
3133
                },
3134
                {
3135
                    "name": "Bernhard Schussek",
3136
                    "email": "bschussek@2bepublished.at"
3137
                },
3138
                {
3139
                    "name": "Sebastian Bergmann",
3140
                    "email": "sebastian@phpunit.de"
3141
                },
3142
                {
3143
                    "name": "Adam Harvey",
3144
                    "email": "aharvey@php.net"
3145
                }
3146
            ],
3147
            "description": "Provides the functionality to export PHP variables for visualization",
3148
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3149
            "keywords": [
3150
                "export",
3151
                "exporter"
3152
            ],
3153
            "time": "2016-06-17 09:04:28"
3154
        },
3155
        {
3156
            "name": "sebastian/global-state",
3157
            "version": "1.1.1",
3158
            "source": {
3159
                "type": "git",
3160
                "url": "https://github.com/sebastianbergmann/global-state.git",
3161
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3162
            },
3163
            "dist": {
3164
                "type": "zip",
3165
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3166
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3167
                "shasum": ""
3168
            },
3169
            "require": {
3170
                "php": ">=5.3.3"
3171
            },
3172
            "require-dev": {
3173
                "phpunit/phpunit": "~4.2"
3174
            },
3175
            "suggest": {
3176
                "ext-uopz": "*"
3177
            },
3178
            "type": "library",
3179
            "extra": {
3180
                "branch-alias": {
3181
                    "dev-master": "1.0-dev"
3182
                }
3183
            },
3184
            "autoload": {
3185
                "classmap": [
3186
                    "src/"
3187
                ]
3188
            },
3189
            "notification-url": "https://packagist.org/downloads/",
3190
            "license": [
3191
                "BSD-3-Clause"
3192
            ],
3193
            "authors": [
3194
                {
3195
                    "name": "Sebastian Bergmann",
3196
                    "email": "sebastian@phpunit.de"
3197
                }
3198
            ],
3199
            "description": "Snapshotting of global state",
3200
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3201
            "keywords": [
3202
                "global state"
3203
            ],
3204
            "time": "2015-10-12 03:26:01"
3205
        },
3206
        {
3207
            "name": "sebastian/recursion-context",
3208
            "version": "1.0.5",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3212
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3217
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "php": ">=5.3.3"
3222
            },
3223
            "require-dev": {
3224
                "phpunit/phpunit": "~4.4"
3225
            },
3226
            "type": "library",
3227
            "extra": {
3228
                "branch-alias": {
3229
                    "dev-master": "1.0.x-dev"
3230
                }
3231
            },
3232
            "autoload": {
3233
                "classmap": [
3234
                    "src/"
3235
                ]
3236
            },
3237
            "notification-url": "https://packagist.org/downloads/",
3238
            "license": [
3239
                "BSD-3-Clause"
3240
            ],
3241
            "authors": [
3242
                {
3243
                    "name": "Jeff Welch",
3244
                    "email": "whatthejeff@gmail.com"
3245
                },
3246
                {
3247
                    "name": "Sebastian Bergmann",
3248
                    "email": "sebastian@phpunit.de"
3249
                },
3250
                {
3251
                    "name": "Adam Harvey",
3252
                    "email": "aharvey@php.net"
3253
                }
3254
            ],
3255
            "description": "Provides functionality to recursively process PHP variables",
3256
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3257
            "time": "2016-10-03 07:41:43"
3258
        },
3259
        {
3260
            "name": "sebastian/version",
3261
            "version": "1.0.6",
3262
            "source": {
3263
                "type": "git",
3264
                "url": "https://github.com/sebastianbergmann/version.git",
3265
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3266
            },
3267
            "dist": {
3268
                "type": "zip",
3269
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3270
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3271
                "shasum": ""
3272
            },
3273
            "type": "library",
3274
            "autoload": {
3275
                "classmap": [
3276
                    "src/"
3277
                ]
3278
            },
3279
            "notification-url": "https://packagist.org/downloads/",
3280
            "license": [
3281
                "BSD-3-Clause"
3282
            ],
3283
            "authors": [
3284
                {
3285
                    "name": "Sebastian Bergmann",
3286
                    "email": "sebastian@phpunit.de",
3287
                    "role": "lead"
3288
                }
3289
            ],
3290
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3291
            "homepage": "https://github.com/sebastianbergmann/version",
3292
            "time": "2015-06-21 13:59:46"
3293
        },
3294
        {
3295
            "name": "symfony/yaml",
3296
            "version": "v3.3.16",
3297
            "source": {
3298
                "type": "git",
3299
                "url": "https://github.com/symfony/yaml.git",
3300
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
3301
            },
3302
            "dist": {
3303
                "type": "zip",
3304
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
3305
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
3306
                "shasum": ""
3307
            },
3308
            "require": {
3309
                "php": "^5.5.9|>=7.0.8"
3310
            },
3311
            "require-dev": {
3312
                "symfony/console": "~2.8|~3.0"
3313
            },
3314
            "suggest": {
3315
                "symfony/console": "For validating YAML files using the lint command"
3316
            },
3317
            "type": "library",
3318
            "extra": {
3319
                "branch-alias": {
3320
                    "dev-master": "3.3-dev"
3321
                }
3322
            },
3323
            "autoload": {
3324
                "psr-4": {
3325
                    "Symfony\\Component\\Yaml\\": ""
3326
                },
3327
                "exclude-from-classmap": [
3328
                    "/Tests/"
3329
                ]
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "MIT"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Fabien Potencier",
3338
                    "email": "fabien@symfony.com"
3339
                },
3340
                {
3341
                    "name": "Symfony Community",
3342
                    "homepage": "https://symfony.com/contributors"
3343
                }
3344
            ],
3345
            "description": "Symfony Yaml Component",
3346
            "homepage": "https://symfony.com",
3347
            "time": "2018-01-20 15:04:53"
3348
        },
3349
        {
3350
            "name": "webmozart/assert",
3351
            "version": "1.3.0",
3352
            "source": {
3353
                "type": "git",
3354
                "url": "https://github.com/webmozart/assert.git",
3355
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3356
            },
3357
            "dist": {
3358
                "type": "zip",
3359
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3360
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3361
                "shasum": ""
3362
            },
3363
            "require": {
3364
                "php": "^5.3.3 || ^7.0"
3365
            },
3366
            "require-dev": {
3367
                "phpunit/phpunit": "^4.6",
3368
                "sebastian/version": "^1.0.1"
3369
            },
3370
            "type": "library",
3371
            "extra": {
3372
                "branch-alias": {
3373
                    "dev-master": "1.3-dev"
3374
                }
3375
            },
3376
            "autoload": {
3377
                "psr-4": {
3378
                    "Webmozart\\Assert\\": "src/"
3379
                }
3380
            },
3381
            "notification-url": "https://packagist.org/downloads/",
3382
            "license": [
3383
                "MIT"
3384
            ],
3385
            "authors": [
3386
                {
3387
                    "name": "Bernhard Schussek",
3388
                    "email": "bschussek@gmail.com"
3389
                }
3390
            ],
3391
            "description": "Assertions to validate method input/output with nice error messages.",
3392
            "keywords": [
3393
                "assert",
3394
                "check",
3395
                "validate"
3396
            ],
3397
            "time": "2018-01-29 19:49:41"
3398
        }
3399
    ],
3400
    "aliases": [],
3401
    "minimum-stability": "stable",
3402
    "stability-flags": [],
3403
    "prefer-stable": false,
3404
    "prefer-lowest": false,
3405
    "platform": {
3406
        "php": ">=5.5.9"
3407
    },
3408
    "platform-dev": []
3409
}
(4-4/6)