Projekt

Obecné

Profil

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