Completed
Pull Request — develop (#10)
by Sam
02:25
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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
    "content-hash": "c5dc36326c0c1da2e3b150638f13f048",
8
    "packages": [
9
        {
10
            "name": "clue/stream-filter",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/clue/php-stream-filter.git",
15
                "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
20
                "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Clue\\StreamFilter\\": "src/"
30
                },
31
                "files": [
32
                    "src/functions.php"
33
                ]
34
            },
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "Christian Lück",
42
                    "email": "[email protected]"
43
                }
44
            ],
45
            "description": "A simple and modern approach to stream filtering in PHP",
46
            "homepage": "https://github.com/clue/php-stream-filter",
47
            "keywords": [
48
                "bucket brigade",
49
                "callback",
50
                "filter",
51
                "php_user_filter",
52
                "stream",
53
                "stream_filter_append",
54
                "stream_filter_register"
55
            ],
56
            "time": "2015-11-08T23:41:30+00:00"
57
        },
58
        {
59
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
60
            "version": "6.2.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/guzzle/guzzle.git",
64
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
69
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "guzzlehttp/promises": "~1.0",
74
                "guzzlehttp/psr7": "~1.1",
75
                "php": ">=5.5.0"
76
            },
77
            "require-dev": {
78
                "ext-curl": "*",
79
                "phpunit/phpunit": "~4.0",
80
                "psr/log": "~1.0"
81
            },
82
            "type": "library",
83
            "extra": {
84
                "branch-alias": {
85
                    "dev-master": "6.2-dev"
86
                }
87
            },
88
            "autoload": {
89
                "files": [
90
                    "src/functions_include.php"
91
                ],
92
                "psr-4": {
93
                    "GuzzleHttp\\": "src/"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Michael Dowling",
103
                    "email": "[email protected]",
104
                    "homepage": "https://github.com/mtdowling"
105
                }
106
            ],
107
            "description": "Guzzle is a PHP HTTP client library",
108
            "homepage": "http://guzzlephp.org/",
109
            "keywords": [
110
                "client",
111
                "curl",
112
                "framework",
113
                "http",
114
                "http client",
115
                "rest",
116
                "web service"
117
            ],
118
            "time": "2016-03-21T20:02:09+00:00"
119
        },
120
        {
121
            "name": "guzzlehttp/promises",
122
            "version": "1.2.0",
123
            "source": {
124
                "type": "git",
125
                "url": "https://github.com/guzzle/promises.git",
126
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
127
            },
128
            "dist": {
129
                "type": "zip",
130
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
131
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
132
                "shasum": ""
133
            },
134
            "require": {
135
                "php": ">=5.5.0"
136
            },
137
            "require-dev": {
138
                "phpunit/phpunit": "~4.0"
139
            },
140
            "type": "library",
141
            "extra": {
142
                "branch-alias": {
143
                    "dev-master": "1.0-dev"
144
                }
145
            },
146
            "autoload": {
147
                "psr-4": {
148
                    "GuzzleHttp\\Promise\\": "src/"
149
                },
150
                "files": [
151
                    "src/functions_include.php"
152
                ]
153
            },
154
            "notification-url": "https://packagist.org/downloads/",
155
            "license": [
156
                "MIT"
157
            ],
158
            "authors": [
159
                {
160
                    "name": "Michael Dowling",
161
                    "email": "[email protected]",
162
                    "homepage": "https://github.com/mtdowling"
163
                }
164
            ],
165
            "description": "Guzzle promises library",
166
            "keywords": [
167
                "promise"
168
            ],
169
            "time": "2016-05-18T16:56:05+00:00"
170
        },
171
        {
172
            "name": "guzzlehttp/psr7",
173
            "version": "1.3.0",
174
            "source": {
175
                "type": "git",
176
                "url": "https://github.com/guzzle/psr7.git",
177
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
178
            },
179
            "dist": {
180
                "type": "zip",
181
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
182
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
183
                "shasum": ""
184
            },
185
            "require": {
186
                "php": ">=5.4.0",
187
                "psr/http-message": "~1.0"
188
            },
189
            "provide": {
190
                "psr/http-message-implementation": "1.0"
191
            },
192
            "require-dev": {
193
                "phpunit/phpunit": "~4.0"
194
            },
195
            "type": "library",
196
            "extra": {
197
                "branch-alias": {
198
                    "dev-master": "1.0-dev"
199
                }
200
            },
201
            "autoload": {
202
                "psr-4": {
203
                    "GuzzleHttp\\Psr7\\": "src/"
204
                },
205
                "files": [
206
                    "src/functions_include.php"
207
                ]
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "Michael Dowling",
216
                    "email": "[email protected]",
217
                    "homepage": "https://github.com/mtdowling"
218
                }
219
            ],
220
            "description": "PSR-7 message implementation",
221
            "keywords": [
222
                "http",
223
                "message",
224
                "stream",
225
                "uri"
226
            ],
227
            "time": "2016-04-13T19:56:01+00:00"
228
        },
229
        {
230
            "name": "php-http/discovery",
231
            "version": "1.2.1",
232
            "source": {
233
                "type": "git",
234
                "url": "https://github.com/php-http/discovery.git",
235
                "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0"
236
            },
237
            "dist": {
238
                "type": "zip",
239
                "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0",
240
                "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0",
241
                "shasum": ""
242
            },
243
            "require": {
244
                "php": "^5.5 || ^7.0"
245
            },
246
            "require-dev": {
247
                "henrikbjorn/phpspec-code-coverage": "^2.0.2",
248
                "php-http/httplug": "^1.0",
249
                "php-http/message-factory": "^1.0",
250
                "phpspec/phpspec": "^2.4",
251
                "puli/composer-plugin": "1.0.0-beta10"
252
            },
253
            "suggest": {
254
                "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
255
                "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
256
            },
257
            "type": "library",
258
            "extra": {
259
                "branch-alias": {
260
                    "dev-master": "1.3-dev"
261
                }
262
            },
263
            "autoload": {
264
                "psr-4": {
265
                    "Http\\Discovery\\": "src/"
266
                }
267
            },
268
            "notification-url": "https://packagist.org/downloads/",
269
            "license": [
270
                "MIT"
271
            ],
272
            "authors": [
273
                {
274
                    "name": "Márk Sági-Kazár",
275
                    "email": "[email protected]"
276
                }
277
            ],
278
            "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
279
            "homepage": "http://php-http.org",
280
            "keywords": [
281
                "adapter",
282
                "client",
283
                "discovery",
284
                "factory",
285
                "http",
286
                "message",
287
                "psr7"
288
            ],
289
            "time": "2017-03-02T06:56:00+00:00"
290
        },
291
        {
292
            "name": "php-http/guzzle6-adapter",
293
            "version": "v1.1.1",
294
            "source": {
295
                "type": "git",
296
                "url": "https://github.com/php-http/guzzle6-adapter.git",
297
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
298
            },
299
            "dist": {
300
                "type": "zip",
301
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
302
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
303
                "shasum": ""
304
            },
305
            "require": {
306
                "guzzlehttp/guzzle": "^6.0",
307
                "php": ">=5.5.0",
308
                "php-http/httplug": "^1.0"
309
            },
310
            "provide": {
311
                "php-http/async-client-implementation": "1.0",
312
                "php-http/client-implementation": "1.0"
313
            },
314
            "require-dev": {
315
                "ext-curl": "*",
316
                "php-http/adapter-integration-tests": "^0.4"
317
            },
318
            "type": "library",
319
            "extra": {
320
                "branch-alias": {
321
                    "dev-master": "1.2-dev"
322
                }
323
            },
324
            "autoload": {
325
                "psr-4": {
326
                    "Http\\Adapter\\Guzzle6\\": "src/"
327
                }
328
            },
329
            "notification-url": "https://packagist.org/downloads/",
330
            "license": [
331
                "MIT"
332
            ],
333
            "authors": [
334
                {
335
                    "name": "Márk Sági-Kazár",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "David de Boer",
340
                    "email": "[email protected]"
341
                }
342
            ],
343
            "description": "Guzzle 6 HTTP Adapter",
344
            "homepage": "http://httplug.io",
345
            "keywords": [
346
                "Guzzle",
347
                "http"
348
            ],
349
            "time": "2016-05-10T06:13:32+00:00"
350
        },
351
        {
352
            "name": "php-http/httplug",
353
            "version": "v1.1.0",
354
            "source": {
355
                "type": "git",
356
                "url": "https://github.com/php-http/httplug.git",
357
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
358
            },
359
            "dist": {
360
                "type": "zip",
361
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
362
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
363
                "shasum": ""
364
            },
365
            "require": {
366
                "php": ">=5.4",
367
                "php-http/promise": "^1.0",
368
                "psr/http-message": "^1.0"
369
            },
370
            "require-dev": {
371
                "henrikbjorn/phpspec-code-coverage": "^1.0",
372
                "phpspec/phpspec": "^2.4"
373
            },
374
            "type": "library",
375
            "extra": {
376
                "branch-alias": {
377
                    "dev-master": "1.1-dev"
378
                }
379
            },
380
            "autoload": {
381
                "psr-4": {
382
                    "Http\\Client\\": "src/"
383
                }
384
            },
385
            "notification-url": "https://packagist.org/downloads/",
386
            "license": [
387
                "MIT"
388
            ],
389
            "authors": [
390
                {
391
                    "name": "Eric GELOEN",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Márk Sági-Kazár",
396
                    "email": "[email protected]"
397
                }
398
            ],
399
            "description": "HTTPlug, the HTTP client abstraction for PHP",
400
            "homepage": "http://httplug.io",
401
            "keywords": [
402
                "client",
403
                "http"
404
            ],
405
            "time": "2016-08-31T08:30:17+00:00"
406
        },
407
        {
408
            "name": "php-http/message",
409
            "version": "1.5.0",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/php-http/message.git",
413
                "reference": "13df8c48f40ca7925303aa336f19be4b80984f01"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01",
418
                "reference": "13df8c48f40ca7925303aa336f19be4b80984f01",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "clue/stream-filter": "^1.3",
423
                "php": ">=5.4",
424
                "php-http/message-factory": "^1.0.2",
425
                "psr/http-message": "^1.0"
426
            },
427
            "require-dev": {
428
                "akeneo/phpspec-skip-example-extension": "^1.0",
429
                "coduo/phpspec-data-provider-extension": "^1.0",
430
                "ext-zlib": "*",
431
                "guzzlehttp/psr7": "^1.0",
432
                "henrikbjorn/phpspec-code-coverage": "^1.0",
433
                "phpspec/phpspec": "^2.4",
434
                "slim/slim": "^3.0",
435
                "zendframework/zend-diactoros": "^1.0"
436
            },
437
            "suggest": {
438
                "ext-zlib": "Used with compressor/decompressor streams",
439
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
440
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
441
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "1.6-dev"
447
                }
448
            },
449
            "autoload": {
450
                "psr-4": {
451
                    "Http\\Message\\": "src/"
452
                },
453
                "files": [
454
                    "src/filters.php"
455
                ]
456
            },
457
            "notification-url": "https://packagist.org/downloads/",
458
            "license": [
459
                "MIT"
460
            ],
461
            "authors": [
462
                {
463
                    "name": "Márk Sági-Kazár",
464
                    "email": "[email protected]"
465
                }
466
            ],
467
            "description": "HTTP Message related tools",
468
            "homepage": "http://php-http.org",
469
            "keywords": [
470
                "http",
471
                "message",
472
                "psr-7"
473
            ],
474
            "time": "2017-02-14T08:58:37+00:00"
475
        },
476
        {
477
            "name": "php-http/message-factory",
478
            "version": "v1.0.2",
479
            "source": {
480
                "type": "git",
481
                "url": "https://github.com/php-http/message-factory.git",
482
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
483
            },
484
            "dist": {
485
                "type": "zip",
486
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
487
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
488
                "shasum": ""
489
            },
490
            "require": {
491
                "php": ">=5.4",
492
                "psr/http-message": "^1.0"
493
            },
494
            "type": "library",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "1.0-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-4": {
502
                    "Http\\Message\\": "src/"
503
                }
504
            },
505
            "notification-url": "https://packagist.org/downloads/",
506
            "license": [
507
                "MIT"
508
            ],
509
            "authors": [
510
                {
511
                    "name": "Márk Sági-Kazár",
512
                    "email": "[email protected]"
513
                }
514
            ],
515
            "description": "Factory interfaces for PSR-7 HTTP Message",
516
            "homepage": "http://php-http.org",
517
            "keywords": [
518
                "factory",
519
                "http",
520
                "message",
521
                "stream",
522
                "uri"
523
            ],
524
            "time": "2015-12-19T14:08:53+00:00"
525
        },
526
        {
527
            "name": "php-http/promise",
528
            "version": "v1.0.0",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/php-http/promise.git",
532
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
537
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
538
                "shasum": ""
539
            },
540
            "require-dev": {
541
                "henrikbjorn/phpspec-code-coverage": "^1.0",
542
                "phpspec/phpspec": "^2.4"
543
            },
544
            "type": "library",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "1.1-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-4": {
552
                    "Http\\Promise\\": "src/"
553
                }
554
            },
555
            "notification-url": "https://packagist.org/downloads/",
556
            "license": [
557
                "MIT"
558
            ],
559
            "authors": [
560
                {
561
                    "name": "Márk Sági-Kazár",
562
                    "email": "[email protected]"
563
                },
564
                {
565
                    "name": "Joel Wurtz",
566
                    "email": "[email protected]"
567
                }
568
            ],
569
            "description": "Promise used for asynchronous HTTP requests",
570
            "homepage": "http://httplug.io",
571
            "keywords": [
572
                "promise"
573
            ],
574
            "time": "2016-01-26T13:27:02+00:00"
575
        },
576
        {
577
            "name": "psr/http-message",
578
            "version": "1.0.1",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/php-fig/http-message.git",
582
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
587
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "php": ">=5.3.0"
592
            },
593
            "type": "library",
594
            "extra": {
595
                "branch-alias": {
596
                    "dev-master": "1.0.x-dev"
597
                }
598
            },
599
            "autoload": {
600
                "psr-4": {
601
                    "Psr\\Http\\Message\\": "src/"
602
                }
603
            },
604
            "notification-url": "https://packagist.org/downloads/",
605
            "license": [
606
                "MIT"
607
            ],
608
            "authors": [
609
                {
610
                    "name": "PHP-FIG",
611
                    "homepage": "http://www.php-fig.org/"
612
                }
613
            ],
614
            "description": "Common interface for HTTP messages",
615
            "homepage": "https://github.com/php-fig/http-message",
616
            "keywords": [
617
                "http",
618
                "http-message",
619
                "psr",
620
                "psr-7",
621
                "request",
622
                "response"
623
            ],
624
            "time": "2016-08-06T14:39:51+00:00"
625
        },
626
        {
627
            "name": "sparkpost/sparkpost",
628
            "version": "2.1.0",
629
            "source": {
630
                "type": "git",
631
                "url": "https://github.com/SparkPost/php-sparkpost.git",
632
                "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937"
633
            },
634
            "dist": {
635
                "type": "zip",
636
                "url": "https://api.github.com/repos/SparkPost/php-sparkpost/zipball/0c45993ee9d68d47acbd04b241c8b24b8667f937",
637
                "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937",
638
                "shasum": ""
639
            },
640
            "require": {
641
                "php": "^5.6 || ^7.0",
642
                "php-http/client-implementation": "^1.0",
643
                "php-http/discovery": "^1.0",
644
                "php-http/httplug": "^1.0",
645
                "php-http/message": "^1.0"
646
            },
647
            "require-dev": {
648
                "friendsofphp/php-cs-fixer": "^1.11",
649
                "mockery/mockery": "^0.9.4",
650
                "nyholm/nsa": "^1.0",
651
                "php-http/guzzle6-adapter": "^1.0",
652
                "phpunit/phpcov": "2.*",
653
                "phpunit/phpunit": "^4.8 || ^5.4",
654
                "satooshi/php-coveralls": "dev-master"
655
            },
656
            "type": "library",
657
            "autoload": {
658
                "psr-4": {
659
                    "SparkPost\\": "lib/SparkPost"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "Apache 2.0"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "SparkPost"
669
                }
670
            ],
671
            "description": "Client library for interfacing with the SparkPost API.",
672
            "time": "2017-01-10T14:29:09+00:00"
673
        }
674
    ],
675
    "packages-dev": [
676
        {
677
            "name": "behat/gherkin",
678
            "version": "v4.4.1",
679
            "source": {
680
                "type": "git",
681
                "url": "https://github.com/Behat/Gherkin.git",
682
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
683
            },
684
            "dist": {
685
                "type": "zip",
686
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
687
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
688
                "shasum": ""
689
            },
690
            "require": {
691
                "php": ">=5.3.1"
692
            },
693
            "require-dev": {
694
                "phpunit/phpunit": "~4.0",
695
                "symfony/yaml": "~2.1"
696
            },
697
            "suggest": {
698
                "symfony/yaml": "If you want to parse features, represented in YAML files"
699
            },
700
            "type": "library",
701
            "extra": {
702
                "branch-alias": {
703
                    "dev-master": "4.4-dev"
704
                }
705
            },
706
            "autoload": {
707
                "psr-0": {
708
                    "Behat\\Gherkin": "src/"
709
                }
710
            },
711
            "notification-url": "https://packagist.org/downloads/",
712
            "license": [
713
                "MIT"
714
            ],
715
            "authors": [
716
                {
717
                    "name": "Konstantin Kudryashov",
718
                    "email": "[email protected]",
719
                    "homepage": "http://everzet.com"
720
                }
721
            ],
722
            "description": "Gherkin DSL parser for PHP 5.3",
723
            "homepage": "http://behat.org/",
724
            "keywords": [
725
                "BDD",
726
                "Behat",
727
                "Cucumber",
728
                "DSL",
729
                "gherkin",
730
                "parser"
731
            ],
732
            "time": "2015-12-30T14:47:00+00:00"
733
        },
734
        {
735
            "name": "codeception/codeception",
736
            "version": "2.2.1",
737
            "source": {
738
                "type": "git",
739
                "url": "https://github.com/Codeception/Codeception.git",
740
                "reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7"
741
            },
742
            "dist": {
743
                "type": "zip",
744
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f137636f0c185e7d4a495b9cea70c1afae27dfc7",
745
                "reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7",
746
                "shasum": ""
747
            },
748
            "require": {
749
                "behat/gherkin": "~4.4.0",
750
                "ext-json": "*",
751
                "ext-mbstring": "*",
752
                "facebook/webdriver": ">=1.0.1 <2.0",
753
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
754
                "guzzlehttp/psr7": "~1.0",
755
                "php": ">=5.4.0 <8.0",
756
                "phpunit/php-code-coverage": ">=2.1.3",
757
                "phpunit/phpunit": ">4.8.20 <5.5",
758
                "symfony/browser-kit": ">=2.7 <4.0",
759
                "symfony/console": ">=2.7 <4.0",
760
                "symfony/css-selector": ">=2.7 <4.0",
761
                "symfony/dom-crawler": ">=2.7 <4.0",
762
                "symfony/event-dispatcher": ">=2.7 <4.0",
763
                "symfony/finder": ">=2.7 <4.0",
764
                "symfony/yaml": ">=2.7 <4.0"
765
            },
766
            "require-dev": {
767
                "codeception/specify": "~0.3",
768
                "facebook/php-sdk-v4": "~5.0",
769
                "flow/jsonpath": "~0.2",
770
                "league/factory-muffin": "^3.0",
771
                "league/factory-muffin-faker": "^1.0",
772
                "mongodb/mongodb": "^1.0",
773
                "monolog/monolog": "~1.8",
774
                "pda/pheanstalk": "~3.0",
775
                "php-amqplib/php-amqplib": "~2.4",
776
                "predis/predis": "^1.0",
777
                "squizlabs/php_codesniffer": "~2.0"
778
            },
779
            "suggest": {
780
                "codeception/specify": "BDD-style code blocks",
781
                "codeception/verify": "BDD-style assertions",
782
                "flow/jsonpath": "For using JSONPath in REST module",
783
                "league/factory-muffin": "For DataFactory module",
784
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
785
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
786
                "symfony/phpunit-bridge": "For phpunit-bridge support"
787
            },
788
            "bin": [
789
                "codecept"
790
            ],
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": []
794
            },
795
            "autoload": {
796
                "psr-4": {
797
                    "Codeception\\": "src\\Codeception",
798
                    "Codeception\\Extension\\": "ext"
799
                }
800
            },
801
            "notification-url": "https://packagist.org/downloads/",
802
            "license": [
803
                "MIT"
804
            ],
805
            "authors": [
806
                {
807
                    "name": "Michael Bodnarchuk",
808
                    "email": "[email protected]",
809
                    "homepage": "http://codegyre.com"
810
                }
811
            ],
812
            "description": "BDD-style testing framework",
813
            "homepage": "http://codeception.com/",
814
            "keywords": [
815
                "BDD",
816
                "TDD",
817
                "acceptance testing",
818
                "functional testing",
819
                "unit testing"
820
            ],
821
            "time": "2016-06-03T12:44:06+00:00"
822
        },
823
        {
824
            "name": "codeception/specify",
825
            "version": "0.4.3",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/Codeception/Specify.git",
829
                "reference": "8efcd017687ebdae9c4d95bcbc1dc22a28561874"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/Codeception/Specify/zipball/8efcd017687ebdae9c4d95bcbc1dc22a28561874",
834
                "reference": "8efcd017687ebdae9c4d95bcbc1dc22a28561874",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "myclabs/deep-copy": "~1.1",
839
                "php": ">=5.4.0"
840
            },
841
            "require-dev": {
842
                "phpunit/phpunit": "~4.0"
843
            },
844
            "type": "library",
845
            "autoload": {
846
                "psr-0": {
847
                    "Codeception\\": "src/"
848
                }
849
            },
850
            "notification-url": "https://packagist.org/downloads/",
851
            "authors": [
852
                {
853
                    "name": "Michael Bodnarchuk",
854
                    "email": "[email protected]"
855
                }
856
            ],
857
            "description": "BDD code blocks for PHPUnit and Codeception",
858
            "time": "2015-11-26T23:35:52+00:00"
859
        },
860
        {
861
            "name": "codeception/verify",
862
            "version": "0.3.0",
863
            "source": {
864
                "type": "git",
865
                "url": "https://github.com/Codeception/Verify.git",
866
                "reference": "d3721cfc668d96b41acbda3ecd01d3499381db64"
867
            },
868
            "dist": {
869
                "type": "zip",
870
                "url": "https://api.github.com/repos/Codeception/Verify/zipball/d3721cfc668d96b41acbda3ecd01d3499381db64",
871
                "reference": "d3721cfc668d96b41acbda3ecd01d3499381db64",
872
                "shasum": ""
873
            },
874
            "require-dev": {
875
                "phpunit/phpunit": "~4.0"
876
            },
877
            "type": "library",
878
            "autoload": {
879
                "files": [
880
                    "src/Codeception/function.php"
881
                ]
882
            },
883
            "notification-url": "https://packagist.org/downloads/",
884
            "authors": [
885
                {
886
                    "name": "Michael Bodnarchuk",
887
                    "email": "[email protected]"
888
                }
889
            ],
890
            "description": "BDD assertion library for PHPUnit",
891
            "time": "2015-11-26T23:23:25+00:00"
892
        },
893
        {
894
            "name": "doctrine/inflector",
895
            "version": "v1.1.0",
896
            "source": {
897
                "type": "git",
898
                "url": "https://github.com/doctrine/inflector.git",
899
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
900
            },
901
            "dist": {
902
                "type": "zip",
903
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
904
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
905
                "shasum": ""
906
            },
907
            "require": {
908
                "php": ">=5.3.2"
909
            },
910
            "require-dev": {
911
                "phpunit/phpunit": "4.*"
912
            },
913
            "type": "library",
914
            "extra": {
915
                "branch-alias": {
916
                    "dev-master": "1.1.x-dev"
917
                }
918
            },
919
            "autoload": {
920
                "psr-0": {
921
                    "Doctrine\\Common\\Inflector\\": "lib/"
922
                }
923
            },
924
            "notification-url": "https://packagist.org/downloads/",
925
            "license": [
926
                "MIT"
927
            ],
928
            "authors": [
929
                {
930
                    "name": "Roman Borschel",
931
                    "email": "[email protected]"
932
                },
933
                {
934
                    "name": "Benjamin Eberlei",
935
                    "email": "[email protected]"
936
                },
937
                {
938
                    "name": "Guilherme Blanco",
939
                    "email": "[email protected]"
940
                },
941
                {
942
                    "name": "Jonathan Wage",
943
                    "email": "[email protected]"
944
                },
945
                {
946
                    "name": "Johannes Schmitt",
947
                    "email": "[email protected]"
948
                }
949
            ],
950
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
951
            "homepage": "http://www.doctrine-project.org",
952
            "keywords": [
953
                "inflection",
954
                "pluralize",
955
                "singularize",
956
                "string"
957
            ],
958
            "time": "2015-11-06T14:35:42+00:00"
959
        },
960
        {
961
            "name": "doctrine/instantiator",
962
            "version": "1.0.5",
963
            "source": {
964
                "type": "git",
965
                "url": "https://github.com/doctrine/instantiator.git",
966
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
967
            },
968
            "dist": {
969
                "type": "zip",
970
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
971
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
972
                "shasum": ""
973
            },
974
            "require": {
975
                "php": ">=5.3,<8.0-DEV"
976
            },
977
            "require-dev": {
978
                "athletic/athletic": "~0.1.8",
979
                "ext-pdo": "*",
980
                "ext-phar": "*",
981
                "phpunit/phpunit": "~4.0",
982
                "squizlabs/php_codesniffer": "~2.0"
983
            },
984
            "type": "library",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "1.0.x-dev"
988
                }
989
            },
990
            "autoload": {
991
                "psr-4": {
992
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
993
                }
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "MIT"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Marco Pivetta",
1002
                    "email": "[email protected]",
1003
                    "homepage": "http://ocramius.github.com/"
1004
                }
1005
            ],
1006
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1007
            "homepage": "https://github.com/doctrine/instantiator",
1008
            "keywords": [
1009
                "constructor",
1010
                "instantiate"
1011
            ],
1012
            "time": "2015-06-14T21:17:01+00:00"
1013
        },
1014
        {
1015
            "name": "facebook/webdriver",
1016
            "version": "1.1.2",
1017
            "source": {
1018
                "type": "git",
1019
                "url": "https://github.com/facebook/php-webdriver.git",
1020
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986"
1021
            },
1022
            "dist": {
1023
                "type": "zip",
1024
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/0b889d7de7461439f8a3bbcca46e0f696cb27986",
1025
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986",
1026
                "shasum": ""
1027
            },
1028
            "require": {
1029
                "ext-curl": "*",
1030
                "php": ">=5.3.19"
1031
            },
1032
            "require-dev": {
1033
                "phpunit/phpunit": "4.6.*"
1034
            },
1035
            "suggest": {
1036
                "phpdocumentor/phpdocumentor": "2.*"
1037
            },
1038
            "type": "library",
1039
            "autoload": {
1040
                "psr-4": {
1041
                    "Facebook\\WebDriver\\": "lib/"
1042
                }
1043
            },
1044
            "notification-url": "https://packagist.org/downloads/",
1045
            "license": [
1046
                "Apache-2.0"
1047
            ],
1048
            "description": "A PHP client for WebDriver",
1049
            "homepage": "https://github.com/facebook/php-webdriver",
1050
            "keywords": [
1051
                "facebook",
1052
                "php",
1053
                "selenium",
1054
                "webdriver"
1055
            ],
1056
            "time": "2016-06-04T00:02:34+00:00"
1057
        },
1058
        {
1059
            "name": "illuminate/auth",
1060
            "version": "v5.2.37",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/illuminate/auth.git",
1064
                "reference": "df4409c6f32b8cc9e88f795c41ce867c0b8753b0"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/illuminate/auth/zipball/df4409c6f32b8cc9e88f795c41ce867c0b8753b0",
1069
                "reference": "df4409c6f32b8cc9e88f795c41ce867c0b8753b0",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "illuminate/contracts": "5.2.*",
1074
                "illuminate/http": "5.2.*",
1075
                "illuminate/support": "5.2.*",
1076
                "nesbot/carbon": "~1.20",
1077
                "php": ">=5.5.9"
1078
            },
1079
            "suggest": {
1080
                "illuminate/console": "Required to use the auth:clear-resets command (5.2.*).",
1081
                "illuminate/queue": "Required to fire login / logout events (5.2.*).",
1082
                "illuminate/session": "Required to use the session based guard (5.2.*)."
1083
            },
1084
            "type": "library",
1085
            "extra": {
1086
                "branch-alias": {
1087
                    "dev-master": "5.2-dev"
1088
                }
1089
            },
1090
            "autoload": {
1091
                "psr-4": {
1092
                    "Illuminate\\Auth\\": ""
1093
                }
1094
            },
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "MIT"
1098
            ],
1099
            "authors": [
1100
                {
1101
                    "name": "Taylor Otwell",
1102
                    "email": "[email protected]"
1103
                }
1104
            ],
1105
            "description": "The Illuminate Auth package.",
1106
            "homepage": "http://laravel.com",
1107
            "time": "2016-06-06T14:05:19+00:00"
1108
        },
1109
        {
1110
            "name": "illuminate/broadcasting",
1111
            "version": "v5.2.37",
1112
            "source": {
1113
                "type": "git",
1114
                "url": "https://github.com/illuminate/broadcasting.git",
1115
                "reference": "d7eb39ed7802473094bc75029c4fed55a38d1d24"
1116
            },
1117
            "dist": {
1118
                "type": "zip",
1119
                "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/d7eb39ed7802473094bc75029c4fed55a38d1d24",
1120
                "reference": "d7eb39ed7802473094bc75029c4fed55a38d1d24",
1121
                "shasum": ""
1122
            },
1123
            "require": {
1124
                "illuminate/contracts": "5.2.*",
1125
                "illuminate/support": "5.2.*",
1126
                "php": ">=5.5.9"
1127
            },
1128
            "suggest": {
1129
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
1130
            },
1131
            "type": "library",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "5.2-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-4": {
1139
                    "Illuminate\\Broadcasting\\": ""
1140
                }
1141
            },
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "MIT"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Taylor Otwell",
1149
                    "email": "[email protected]"
1150
                }
1151
            ],
1152
            "description": "The Illuminate Broadcasting package.",
1153
            "homepage": "http://laravel.com",
1154
            "time": "2015-12-24T14:23:14+00:00"
1155
        },
1156
        {
1157
            "name": "illuminate/bus",
1158
            "version": "v5.2.37",
1159
            "source": {
1160
                "type": "git",
1161
                "url": "https://github.com/illuminate/bus.git",
1162
                "reference": "4c45efed0f93e107cd0357d02ac1bbb220b36ba4"
1163
            },
1164
            "dist": {
1165
                "type": "zip",
1166
                "url": "https://api.github.com/repos/illuminate/bus/zipball/4c45efed0f93e107cd0357d02ac1bbb220b36ba4",
1167
                "reference": "4c45efed0f93e107cd0357d02ac1bbb220b36ba4",
1168
                "shasum": ""
1169
            },
1170
            "require": {
1171
                "illuminate/contracts": "5.2.*",
1172
                "illuminate/pipeline": "5.2.*",
1173
                "illuminate/support": "5.2.*",
1174
                "php": ">=5.5.9"
1175
            },
1176
            "type": "library",
1177
            "extra": {
1178
                "branch-alias": {
1179
                    "dev-master": "5.2-dev"
1180
                }
1181
            },
1182
            "autoload": {
1183
                "psr-4": {
1184
                    "Illuminate\\Bus\\": ""
1185
                }
1186
            },
1187
            "notification-url": "https://packagist.org/downloads/",
1188
            "license": [
1189
                "MIT"
1190
            ],
1191
            "authors": [
1192
                {
1193
                    "name": "Taylor Otwell",
1194
                    "email": "[email protected]"
1195
                }
1196
            ],
1197
            "description": "The Illuminate Bus package.",
1198
            "homepage": "http://laravel.com",
1199
            "time": "2015-12-05T22:11:33+00:00"
1200
        },
1201
        {
1202
            "name": "illuminate/cache",
1203
            "version": "v5.2.37",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/illuminate/cache.git",
1207
                "reference": "257b577d042c4242d5cc74af40a544136768d856"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/illuminate/cache/zipball/257b577d042c4242d5cc74af40a544136768d856",
1212
                "reference": "257b577d042c4242d5cc74af40a544136768d856",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "illuminate/contracts": "5.2.*",
1217
                "illuminate/support": "5.2.*",
1218
                "nesbot/carbon": "~1.20",
1219
                "php": ">=5.5.9"
1220
            },
1221
            "suggest": {
1222
                "illuminate/database": "Required to use the database cache driver (5.2.*).",
1223
                "illuminate/filesystem": "Required to use the file cache driver (5.2.*).",
1224
                "illuminate/redis": "Required to use the redis cache driver (5.2.*)."
1225
            },
1226
            "type": "library",
1227
            "extra": {
1228
                "branch-alias": {
1229
                    "dev-master": "5.2-dev"
1230
                }
1231
            },
1232
            "autoload": {
1233
                "psr-4": {
1234
                    "Illuminate\\Cache\\": ""
1235
                }
1236
            },
1237
            "notification-url": "https://packagist.org/downloads/",
1238
            "license": [
1239
                "MIT"
1240
            ],
1241
            "authors": [
1242
                {
1243
                    "name": "Taylor Otwell",
1244
                    "email": "[email protected]"
1245
                }
1246
            ],
1247
            "description": "The Illuminate Cache package.",
1248
            "homepage": "http://laravel.com",
1249
            "time": "2016-06-04T23:26:13+00:00"
1250
        },
1251
        {
1252
            "name": "illuminate/config",
1253
            "version": "v5.2.37",
1254
            "source": {
1255
                "type": "git",
1256
                "url": "https://github.com/illuminate/config.git",
1257
                "reference": "29d25fa086eac092a54859b3cbf7580299fc101e"
1258
            },
1259
            "dist": {
1260
                "type": "zip",
1261
                "url": "https://api.github.com/repos/illuminate/config/zipball/29d25fa086eac092a54859b3cbf7580299fc101e",
1262
                "reference": "29d25fa086eac092a54859b3cbf7580299fc101e",
1263
                "shasum": ""
1264
            },
1265
            "require": {
1266
                "illuminate/contracts": "5.2.*",
1267
                "illuminate/filesystem": "5.2.*",
1268
                "illuminate/support": "5.2.*",
1269
                "php": ">=5.5.9"
1270
            },
1271
            "type": "library",
1272
            "extra": {
1273
                "branch-alias": {
1274
                    "dev-master": "5.2-dev"
1275
                }
1276
            },
1277
            "autoload": {
1278
                "psr-4": {
1279
                    "Illuminate\\Config\\": ""
1280
                }
1281
            },
1282
            "notification-url": "https://packagist.org/downloads/",
1283
            "license": [
1284
                "MIT"
1285
            ],
1286
            "authors": [
1287
                {
1288
                    "name": "Taylor Otwell",
1289
                    "email": "[email protected]"
1290
                }
1291
            ],
1292
            "description": "The Illuminate Config package.",
1293
            "homepage": "http://laravel.com",
1294
            "time": "2015-06-22T20:36:58+00:00"
1295
        },
1296
        {
1297
            "name": "illuminate/console",
1298
            "version": "v5.2.37",
1299
            "source": {
1300
                "type": "git",
1301
                "url": "https://github.com/illuminate/console.git",
1302
                "reference": "21c651991b66f4fe739e27f6d2cdacdc7c08ec1c"
1303
            },
1304
            "dist": {
1305
                "type": "zip",
1306
                "url": "https://api.github.com/repos/illuminate/console/zipball/21c651991b66f4fe739e27f6d2cdacdc7c08ec1c",
1307
                "reference": "21c651991b66f4fe739e27f6d2cdacdc7c08ec1c",
1308
                "shasum": ""
1309
            },
1310
            "require": {
1311
                "illuminate/contracts": "5.2.*",
1312
                "illuminate/support": "5.2.*",
1313
                "nesbot/carbon": "~1.20",
1314
                "php": ">=5.5.9",
1315
                "symfony/console": "2.8.*|3.0.*"
1316
            },
1317
            "suggest": {
1318
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~5.3|~6.0).",
1319
                "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
1320
                "symfony/process": "Required to use scheduling component (2.8.*|3.0.*)."
1321
            },
1322
            "type": "library",
1323
            "extra": {
1324
                "branch-alias": {
1325
                    "dev-master": "5.2-dev"
1326
                }
1327
            },
1328
            "autoload": {
1329
                "psr-4": {
1330
                    "Illuminate\\Console\\": ""
1331
                }
1332
            },
1333
            "notification-url": "https://packagist.org/downloads/",
1334
            "license": [
1335
                "MIT"
1336
            ],
1337
            "authors": [
1338
                {
1339
                    "name": "Taylor Otwell",
1340
                    "email": "[email protected]"
1341
                }
1342
            ],
1343
            "description": "The Illuminate Console package.",
1344
            "homepage": "http://laravel.com",
1345
            "time": "2016-06-09T01:54:11+00:00"
1346
        },
1347
        {
1348
            "name": "illuminate/container",
1349
            "version": "v5.2.37",
1350
            "source": {
1351
                "type": "git",
1352
                "url": "https://github.com/illuminate/container.git",
1353
                "reference": "7ec395833738b9059f829348ddc9a59d0118ac88"
1354
            },
1355
            "dist": {
1356
                "type": "zip",
1357
                "url": "https://api.github.com/repos/illuminate/container/zipball/7ec395833738b9059f829348ddc9a59d0118ac88",
1358
                "reference": "7ec395833738b9059f829348ddc9a59d0118ac88",
1359
                "shasum": ""
1360
            },
1361
            "require": {
1362
                "illuminate/contracts": "5.2.*",
1363
                "php": ">=5.5.9"
1364
            },
1365
            "type": "library",
1366
            "extra": {
1367
                "branch-alias": {
1368
                    "dev-master": "5.2-dev"
1369
                }
1370
            },
1371
            "autoload": {
1372
                "psr-4": {
1373
                    "Illuminate\\Container\\": ""
1374
                }
1375
            },
1376
            "notification-url": "https://packagist.org/downloads/",
1377
            "license": [
1378
                "MIT"
1379
            ],
1380
            "authors": [
1381
                {
1382
                    "name": "Taylor Otwell",
1383
                    "email": "[email protected]"
1384
                }
1385
            ],
1386
            "description": "The Illuminate Container package.",
1387
            "homepage": "http://laravel.com",
1388
            "time": "2016-05-29T02:18:23+00:00"
1389
        },
1390
        {
1391
            "name": "illuminate/contracts",
1392
            "version": "v5.2.37",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/illuminate/contracts.git",
1396
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
1401
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "php": ">=5.5.9"
1406
            },
1407
            "type": "library",
1408
            "extra": {
1409
                "branch-alias": {
1410
                    "dev-master": "5.2-dev"
1411
                }
1412
            },
1413
            "autoload": {
1414
                "psr-4": {
1415
                    "Illuminate\\Contracts\\": ""
1416
                }
1417
            },
1418
            "notification-url": "https://packagist.org/downloads/",
1419
            "license": [
1420
                "MIT"
1421
            ],
1422
            "authors": [
1423
                {
1424
                    "name": "Taylor Otwell",
1425
                    "email": "[email protected]"
1426
                }
1427
            ],
1428
            "description": "The Illuminate Contracts package.",
1429
            "homepage": "http://laravel.com",
1430
            "time": "2016-05-31T21:36:13+00:00"
1431
        },
1432
        {
1433
            "name": "illuminate/database",
1434
            "version": "v5.2.37",
1435
            "source": {
1436
                "type": "git",
1437
                "url": "https://github.com/illuminate/database.git",
1438
                "reference": "c0746930dc6a6ff9b72945152609d61a3b3829c6"
1439
            },
1440
            "dist": {
1441
                "type": "zip",
1442
                "url": "https://api.github.com/repos/illuminate/database/zipball/c0746930dc6a6ff9b72945152609d61a3b3829c6",
1443
                "reference": "c0746930dc6a6ff9b72945152609d61a3b3829c6",
1444
                "shasum": ""
1445
            },
1446
            "require": {
1447
                "illuminate/container": "5.2.*",
1448
                "illuminate/contracts": "5.2.*",
1449
                "illuminate/support": "5.2.*",
1450
                "nesbot/carbon": "~1.20",
1451
                "php": ">=5.5.9"
1452
            },
1453
            "suggest": {
1454
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1455
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1456
                "illuminate/console": "Required to use the database commands (5.2.*).",
1457
                "illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
1458
                "illuminate/filesystem": "Required to use the migrations (5.2.*).",
1459
                "illuminate/pagination": "Required to paginate the result set (5.2.*)."
1460
            },
1461
            "type": "library",
1462
            "extra": {
1463
                "branch-alias": {
1464
                    "dev-master": "5.2-dev"
1465
                }
1466
            },
1467
            "autoload": {
1468
                "psr-4": {
1469
                    "Illuminate\\Database\\": ""
1470
                }
1471
            },
1472
            "notification-url": "https://packagist.org/downloads/",
1473
            "license": [
1474
                "MIT"
1475
            ],
1476
            "authors": [
1477
                {
1478
                    "name": "Taylor Otwell",
1479
                    "email": "[email protected]"
1480
                }
1481
            ],
1482
            "description": "The Illuminate Database package.",
1483
            "homepage": "http://laravel.com",
1484
            "keywords": [
1485
                "database",
1486
                "laravel",
1487
                "orm",
1488
                "sql"
1489
            ],
1490
            "time": "2016-06-06T13:12:46+00:00"
1491
        },
1492
        {
1493
            "name": "illuminate/encryption",
1494
            "version": "v5.2.37",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/illuminate/encryption.git",
1498
                "reference": "bd76d4c6b5a2cddbd47ae0b70518613086b2f410"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/illuminate/encryption/zipball/bd76d4c6b5a2cddbd47ae0b70518613086b2f410",
1503
                "reference": "bd76d4c6b5a2cddbd47ae0b70518613086b2f410",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "ext-mbstring": "*",
1508
                "ext-openssl": "*",
1509
                "illuminate/contracts": "5.2.*",
1510
                "illuminate/support": "5.2.*",
1511
                "paragonie/random_compat": "~1.4",
1512
                "php": ">=5.5.9"
1513
            },
1514
            "type": "library",
1515
            "extra": {
1516
                "branch-alias": {
1517
                    "dev-master": "5.2-dev"
1518
                }
1519
            },
1520
            "autoload": {
1521
                "psr-4": {
1522
                    "Illuminate\\Encryption\\": ""
1523
                }
1524
            },
1525
            "notification-url": "https://packagist.org/downloads/",
1526
            "license": [
1527
                "MIT"
1528
            ],
1529
            "authors": [
1530
                {
1531
                    "name": "Taylor Otwell",
1532
                    "email": "[email protected]"
1533
                }
1534
            ],
1535
            "description": "The Illuminate Encryption package.",
1536
            "homepage": "http://laravel.com",
1537
            "time": "2016-04-25T01:08:38+00:00"
1538
        },
1539
        {
1540
            "name": "illuminate/events",
1541
            "version": "v5.2.37",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/illuminate/events.git",
1545
                "reference": "5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/illuminate/events/zipball/5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b",
1550
                "reference": "5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "illuminate/container": "5.2.*",
1555
                "illuminate/contracts": "5.2.*",
1556
                "illuminate/support": "5.2.*",
1557
                "php": ">=5.5.9"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "5.2-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "psr-4": {
1567
                    "Illuminate\\Events\\": ""
1568
                }
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Taylor Otwell",
1577
                    "email": "[email protected]"
1578
                }
1579
            ],
1580
            "description": "The Illuminate Events package.",
1581
            "homepage": "http://laravel.com",
1582
            "time": "2016-01-01T01:00:19+00:00"
1583
        },
1584
        {
1585
            "name": "illuminate/filesystem",
1586
            "version": "v5.2.37",
1587
            "source": {
1588
                "type": "git",
1589
                "url": "https://github.com/illuminate/filesystem.git",
1590
                "reference": "e9c3ba4fce5853f559f805a5626b18517a55b8b3"
1591
            },
1592
            "dist": {
1593
                "type": "zip",
1594
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e9c3ba4fce5853f559f805a5626b18517a55b8b3",
1595
                "reference": "e9c3ba4fce5853f559f805a5626b18517a55b8b3",
1596
                "shasum": ""
1597
            },
1598
            "require": {
1599
                "illuminate/contracts": "5.2.*",
1600
                "illuminate/support": "5.2.*",
1601
                "php": ">=5.5.9",
1602
                "symfony/finder": "2.8.*|3.0.*"
1603
            },
1604
            "suggest": {
1605
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
1606
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1607
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
1608
            },
1609
            "type": "library",
1610
            "extra": {
1611
                "branch-alias": {
1612
                    "dev-master": "5.2-dev"
1613
                }
1614
            },
1615
            "autoload": {
1616
                "psr-4": {
1617
                    "Illuminate\\Filesystem\\": ""
1618
                }
1619
            },
1620
            "notification-url": "https://packagist.org/downloads/",
1621
            "license": [
1622
                "MIT"
1623
            ],
1624
            "authors": [
1625
                {
1626
                    "name": "Taylor Otwell",
1627
                    "email": "[email protected]"
1628
                }
1629
            ],
1630
            "description": "The Illuminate Filesystem package.",
1631
            "homepage": "http://laravel.com",
1632
            "time": "2016-05-31T15:08:27+00:00"
1633
        },
1634
        {
1635
            "name": "illuminate/hashing",
1636
            "version": "v5.2.37",
1637
            "source": {
1638
                "type": "git",
1639
                "url": "https://github.com/illuminate/hashing.git",
1640
                "reference": "be191f14432c801d15a4865a52c70f30aeb0212c"
1641
            },
1642
            "dist": {
1643
                "type": "zip",
1644
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/be191f14432c801d15a4865a52c70f30aeb0212c",
1645
                "reference": "be191f14432c801d15a4865a52c70f30aeb0212c",
1646
                "shasum": ""
1647
            },
1648
            "require": {
1649
                "illuminate/contracts": "5.2.*",
1650
                "illuminate/support": "5.2.*",
1651
                "php": ">=5.5.9"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "5.2-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "psr-4": {
1661
                    "Illuminate\\Hashing\\": ""
1662
                }
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "MIT"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Taylor Otwell",
1671
                    "email": "[email protected]"
1672
                }
1673
            ],
1674
            "description": "The Illuminate Hashing package.",
1675
            "homepage": "http://laravel.com",
1676
            "time": "2015-11-30T19:26:21+00:00"
1677
        },
1678
        {
1679
            "name": "illuminate/http",
1680
            "version": "v5.2.37",
1681
            "source": {
1682
                "type": "git",
1683
                "url": "https://github.com/illuminate/http.git",
1684
                "reference": "db774c2af76c180f89b8bd51ac550e2f18c0caa7"
1685
            },
1686
            "dist": {
1687
                "type": "zip",
1688
                "url": "https://api.github.com/repos/illuminate/http/zipball/db774c2af76c180f89b8bd51ac550e2f18c0caa7",
1689
                "reference": "db774c2af76c180f89b8bd51ac550e2f18c0caa7",
1690
                "shasum": ""
1691
            },
1692
            "require": {
1693
                "illuminate/session": "5.2.*",
1694
                "illuminate/support": "5.2.*",
1695
                "php": ">=5.5.9",
1696
                "symfony/http-foundation": "2.8.*|3.0.*",
1697
                "symfony/http-kernel": "2.8.*|3.0.*"
1698
            },
1699
            "type": "library",
1700
            "extra": {
1701
                "branch-alias": {
1702
                    "dev-master": "5.2-dev"
1703
                }
1704
            },
1705
            "autoload": {
1706
                "psr-4": {
1707
                    "Illuminate\\Http\\": ""
1708
                }
1709
            },
1710
            "notification-url": "https://packagist.org/downloads/",
1711
            "license": [
1712
                "MIT"
1713
            ],
1714
            "authors": [
1715
                {
1716
                    "name": "Taylor Otwell",
1717
                    "email": "[email protected]"
1718
                }
1719
            ],
1720
            "description": "The Illuminate Http package.",
1721
            "homepage": "http://laravel.com",
1722
            "time": "2016-05-23T14:30:21+00:00"
1723
        },
1724
        {
1725
            "name": "illuminate/pagination",
1726
            "version": "v5.2.37",
1727
            "source": {
1728
                "type": "git",
1729
                "url": "https://github.com/illuminate/pagination.git",
1730
                "reference": "55024b578ed3608ad6184bc4e4d7a79f03fb9a48"
1731
            },
1732
            "dist": {
1733
                "type": "zip",
1734
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/55024b578ed3608ad6184bc4e4d7a79f03fb9a48",
1735
                "reference": "55024b578ed3608ad6184bc4e4d7a79f03fb9a48",
1736
                "shasum": ""
1737
            },
1738
            "require": {
1739
                "illuminate/contracts": "5.2.*",
1740
                "illuminate/support": "5.2.*",
1741
                "php": ">=5.5.9"
1742
            },
1743
            "type": "library",
1744
            "extra": {
1745
                "branch-alias": {
1746
                    "dev-master": "5.2-dev"
1747
                }
1748
            },
1749
            "autoload": {
1750
                "psr-4": {
1751
                    "Illuminate\\Pagination\\": ""
1752
                }
1753
            },
1754
            "notification-url": "https://packagist.org/downloads/",
1755
            "license": [
1756
                "MIT"
1757
            ],
1758
            "authors": [
1759
                {
1760
                    "name": "Taylor Otwell",
1761
                    "email": "[email protected]"
1762
                }
1763
            ],
1764
            "description": "The Illuminate Pagination package.",
1765
            "homepage": "http://laravel.com",
1766
            "time": "2016-05-30T02:43:18+00:00"
1767
        },
1768
        {
1769
            "name": "illuminate/pipeline",
1770
            "version": "v5.2.37",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/illuminate/pipeline.git",
1774
                "reference": "0c97454ca225d35e530f94624654b1a25577cb1c"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/0c97454ca225d35e530f94624654b1a25577cb1c",
1779
                "reference": "0c97454ca225d35e530f94624654b1a25577cb1c",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "illuminate/contracts": "5.2.*",
1784
                "illuminate/support": "5.2.*",
1785
                "php": ">=5.5.9"
1786
            },
1787
            "type": "library",
1788
            "extra": {
1789
                "branch-alias": {
1790
                    "dev-master": "5.2-dev"
1791
                }
1792
            },
1793
            "autoload": {
1794
                "psr-4": {
1795
                    "Illuminate\\Pipeline\\": ""
1796
                }
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "MIT"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Taylor Otwell",
1805
                    "email": "[email protected]"
1806
                }
1807
            ],
1808
            "description": "The Illuminate Pipeline package.",
1809
            "homepage": "http://laravel.com",
1810
            "time": "2016-04-08T04:24:31+00:00"
1811
        },
1812
        {
1813
            "name": "illuminate/queue",
1814
            "version": "v5.2.37",
1815
            "source": {
1816
                "type": "git",
1817
                "url": "https://github.com/illuminate/queue.git",
1818
                "reference": "4e05c2184618e08273e8c159a6345a85bcff7b1a"
1819
            },
1820
            "dist": {
1821
                "type": "zip",
1822
                "url": "https://api.github.com/repos/illuminate/queue/zipball/4e05c2184618e08273e8c159a6345a85bcff7b1a",
1823
                "reference": "4e05c2184618e08273e8c159a6345a85bcff7b1a",
1824
                "shasum": ""
1825
            },
1826
            "require": {
1827
                "illuminate/console": "5.2.*",
1828
                "illuminate/container": "5.2.*",
1829
                "illuminate/contracts": "5.2.*",
1830
                "illuminate/support": "5.2.*",
1831
                "nesbot/carbon": "~1.20",
1832
                "php": ">=5.5.9",
1833
                "symfony/debug": "2.8.*|3.0.*",
1834
                "symfony/process": "2.8.*|3.0.*"
1835
            },
1836
            "suggest": {
1837
                "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
1838
                "illuminate/redis": "Required to use the Redis queue driver (5.2.*).",
1839
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
1840
            },
1841
            "type": "library",
1842
            "extra": {
1843
                "branch-alias": {
1844
                    "dev-master": "5.2-dev"
1845
                }
1846
            },
1847
            "autoload": {
1848
                "psr-4": {
1849
                    "Illuminate\\Queue\\": ""
1850
                },
1851
                "classmap": [
1852
                    "IlluminateQueueClosure.php"
1853
                ]
1854
            },
1855
            "notification-url": "https://packagist.org/downloads/",
1856
            "license": [
1857
                "MIT"
1858
            ],
1859
            "authors": [
1860
                {
1861
                    "name": "Taylor Otwell",
1862
                    "email": "[email protected]"
1863
                }
1864
            ],
1865
            "description": "The Illuminate Queue package.",
1866
            "homepage": "http://laravel.com",
1867
            "time": "2016-06-09T01:50:28+00:00"
1868
        },
1869
        {
1870
            "name": "illuminate/session",
1871
            "version": "v5.2.37",
1872
            "source": {
1873
                "type": "git",
1874
                "url": "https://github.com/illuminate/session.git",
1875
                "reference": "76e10560cb57b20425689ef56e439b9d7e5a8a29"
1876
            },
1877
            "dist": {
1878
                "type": "zip",
1879
                "url": "https://api.github.com/repos/illuminate/session/zipball/76e10560cb57b20425689ef56e439b9d7e5a8a29",
1880
                "reference": "76e10560cb57b20425689ef56e439b9d7e5a8a29",
1881
                "shasum": ""
1882
            },
1883
            "require": {
1884
                "illuminate/contracts": "5.2.*",
1885
                "illuminate/support": "5.2.*",
1886
                "nesbot/carbon": "~1.20",
1887
                "php": ">=5.5.9",
1888
                "symfony/finder": "2.8.*|3.0.*",
1889
                "symfony/http-foundation": "2.8.*|3.0.*"
1890
            },
1891
            "suggest": {
1892
                "illuminate/console": "Required to use the session:table command (5.2.*)."
1893
            },
1894
            "type": "library",
1895
            "extra": {
1896
                "branch-alias": {
1897
                    "dev-master": "5.2-dev"
1898
                }
1899
            },
1900
            "autoload": {
1901
                "psr-4": {
1902
                    "Illuminate\\Session\\": ""
1903
                }
1904
            },
1905
            "notification-url": "https://packagist.org/downloads/",
1906
            "license": [
1907
                "MIT"
1908
            ],
1909
            "authors": [
1910
                {
1911
                    "name": "Taylor Otwell",
1912
                    "email": "[email protected]"
1913
                }
1914
            ],
1915
            "description": "The Illuminate Session package.",
1916
            "homepage": "http://laravel.com",
1917
            "time": "2016-06-10T22:38:27+00:00"
1918
        },
1919
        {
1920
            "name": "illuminate/support",
1921
            "version": "v5.2.37",
1922
            "source": {
1923
                "type": "git",
1924
                "url": "https://github.com/illuminate/support.git",
1925
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b"
1926
            },
1927
            "dist": {
1928
                "type": "zip",
1929
                "url": "https://api.github.com/repos/illuminate/support/zipball/6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
1930
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
1931
                "shasum": ""
1932
            },
1933
            "require": {
1934
                "doctrine/inflector": "~1.0",
1935
                "ext-mbstring": "*",
1936
                "illuminate/contracts": "5.2.*",
1937
                "paragonie/random_compat": "~1.4",
1938
                "php": ">=5.5.9"
1939
            },
1940
            "suggest": {
1941
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
1942
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
1943
                "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
1944
                "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
1945
                "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-master": "5.2-dev"
1951
                }
1952
            },
1953
            "autoload": {
1954
                "psr-4": {
1955
                    "Illuminate\\Support\\": ""
1956
                },
1957
                "files": [
1958
                    "helpers.php"
1959
                ]
1960
            },
1961
            "notification-url": "https://packagist.org/downloads/",
1962
            "license": [
1963
                "MIT"
1964
            ],
1965
            "authors": [
1966
                {
1967
                    "name": "Taylor Otwell",
1968
                    "email": "[email protected]"
1969
                }
1970
            ],
1971
            "description": "The Illuminate Support package.",
1972
            "homepage": "http://laravel.com",
1973
            "time": "2016-05-30T02:40:53+00:00"
1974
        },
1975
        {
1976
            "name": "illuminate/translation",
1977
            "version": "v5.2.37",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/illuminate/translation.git",
1981
                "reference": "04aa7985562ae079711a0e46e5fd63db29233adf"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/illuminate/translation/zipball/04aa7985562ae079711a0e46e5fd63db29233adf",
1986
                "reference": "04aa7985562ae079711a0e46e5fd63db29233adf",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "illuminate/filesystem": "5.2.*",
1991
                "illuminate/support": "5.2.*",
1992
                "php": ">=5.5.9",
1993
                "symfony/translation": "2.8.*|3.0.*"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "5.2-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "psr-4": {
2003
                    "Illuminate\\Translation\\": ""
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Taylor Otwell",
2013
                    "email": "[email protected]"
2014
                }
2015
            ],
2016
            "description": "The Illuminate Translation package.",
2017
            "homepage": "http://laravel.com",
2018
            "time": "2016-04-21T13:19:18+00:00"
2019
        },
2020
        {
2021
            "name": "illuminate/validation",
2022
            "version": "v5.2.37",
2023
            "source": {
2024
                "type": "git",
2025
                "url": "https://github.com/illuminate/validation.git",
2026
                "reference": "70b089ce508229b446c85e0143e48dc0eed90c15"
2027
            },
2028
            "dist": {
2029
                "type": "zip",
2030
                "url": "https://api.github.com/repos/illuminate/validation/zipball/70b089ce508229b446c85e0143e48dc0eed90c15",
2031
                "reference": "70b089ce508229b446c85e0143e48dc0eed90c15",
2032
                "shasum": ""
2033
            },
2034
            "require": {
2035
                "illuminate/container": "5.2.*",
2036
                "illuminate/contracts": "5.2.*",
2037
                "illuminate/support": "5.2.*",
2038
                "php": ">=5.5.9",
2039
                "symfony/http-foundation": "2.8.*|3.0.*",
2040
                "symfony/translation": "2.8.*|3.0.*"
2041
            },
2042
            "suggest": {
2043
                "illuminate/database": "Required to use the database presence verifier (5.2.*)."
2044
            },
2045
            "type": "library",
2046
            "extra": {
2047
                "branch-alias": {
2048
                    "dev-master": "5.2-dev"
2049
                }
2050
            },
2051
            "autoload": {
2052
                "psr-4": {
2053
                    "Illuminate\\Validation\\": ""
2054
                }
2055
            },
2056
            "notification-url": "https://packagist.org/downloads/",
2057
            "license": [
2058
                "MIT"
2059
            ],
2060
            "authors": [
2061
                {
2062
                    "name": "Taylor Otwell",
2063
                    "email": "[email protected]"
2064
                }
2065
            ],
2066
            "description": "The Illuminate Validation package.",
2067
            "homepage": "http://laravel.com",
2068
            "time": "2016-06-03T13:17:37+00:00"
2069
        },
2070
        {
2071
            "name": "illuminate/view",
2072
            "version": "v5.2.37",
2073
            "source": {
2074
                "type": "git",
2075
                "url": "https://github.com/illuminate/view.git",
2076
                "reference": "459795e5ba447d674eae03bfb2f9bc3c6206d424"
2077
            },
2078
            "dist": {
2079
                "type": "zip",
2080
                "url": "https://api.github.com/repos/illuminate/view/zipball/459795e5ba447d674eae03bfb2f9bc3c6206d424",
2081
                "reference": "459795e5ba447d674eae03bfb2f9bc3c6206d424",
2082
                "shasum": ""
2083
            },
2084
            "require": {
2085
                "illuminate/container": "5.2.*",
2086
                "illuminate/contracts": "5.2.*",
2087
                "illuminate/events": "5.2.*",
2088
                "illuminate/filesystem": "5.2.*",
2089
                "illuminate/support": "5.2.*",
2090
                "php": ">=5.5.9",
2091
                "symfony/debug": "2.8.*|3.0.*"
2092
            },
2093
            "type": "library",
2094
            "extra": {
2095
                "branch-alias": {
2096
                    "dev-master": "5.2-dev"
2097
                }
2098
            },
2099
            "autoload": {
2100
                "psr-4": {
2101
                    "Illuminate\\View\\": ""
2102
                }
2103
            },
2104
            "notification-url": "https://packagist.org/downloads/",
2105
            "license": [
2106
                "MIT"
2107
            ],
2108
            "authors": [
2109
                {
2110
                    "name": "Taylor Otwell",
2111
                    "email": "[email protected]"
2112
                }
2113
            ],
2114
            "description": "The Illuminate View package.",
2115
            "homepage": "http://laravel.com",
2116
            "time": "2016-05-28T21:20:12+00:00"
2117
        },
2118
        {
2119
            "name": "laravel/lumen-framework",
2120
            "version": "v5.2.7",
2121
            "source": {
2122
                "type": "git",
2123
                "url": "https://github.com/laravel/lumen-framework.git",
2124
                "reference": "e9fed189e1a20273a3696dfab8b413b2e721d2d9"
2125
            },
2126
            "dist": {
2127
                "type": "zip",
2128
                "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/e9fed189e1a20273a3696dfab8b413b2e721d2d9",
2129
                "reference": "e9fed189e1a20273a3696dfab8b413b2e721d2d9",
2130
                "shasum": ""
2131
            },
2132
            "require": {
2133
                "illuminate/auth": "5.2.*",
2134
                "illuminate/broadcasting": "5.2.*",
2135
                "illuminate/bus": "5.2.*",
2136
                "illuminate/cache": "5.2.*",
2137
                "illuminate/config": "5.2.*",
2138
                "illuminate/container": "5.2.*",
2139
                "illuminate/contracts": "5.2.*",
2140
                "illuminate/database": "5.2.*",
2141
                "illuminate/encryption": "5.2.*",
2142
                "illuminate/events": "5.2.*",
2143
                "illuminate/filesystem": "5.2.*",
2144
                "illuminate/hashing": "5.2.*",
2145
                "illuminate/http": "5.2.*",
2146
                "illuminate/pagination": "5.2.*",
2147
                "illuminate/pipeline": "5.2.*",
2148
                "illuminate/queue": "5.2.*",
2149
                "illuminate/support": "5.2.*",
2150
                "illuminate/translation": "5.2.*",
2151
                "illuminate/validation": "~5.2.7",
2152
                "illuminate/view": "5.2.*",
2153
                "monolog/monolog": "~1.11",
2154
                "mtdowling/cron-expression": "~1.0",
2155
                "nikic/fast-route": "0.7.*",
2156
                "paragonie/random_compat": "~1.1",
2157
                "php": ">=5.5.9",
2158
                "symfony/http-foundation": "2.8.*|3.0.*",
2159
                "symfony/http-kernel": "2.8.*|3.0.*",
2160
                "symfony/polyfill-php56": "~1.0"
2161
            },
2162
            "require-dev": {
2163
                "mockery/mockery": "~0.9",
2164
                "phpunit/phpunit": "~4.0"
2165
            },
2166
            "suggest": {
2167
                "vlucas/phpdotenv": "Required to use .env files (~2.2)."
2168
            },
2169
            "type": "library",
2170
            "extra": {
2171
                "branch-alias": {
2172
                    "dev-master": "5.2-dev"
2173
                }
2174
            },
2175
            "autoload": {
2176
                "psr-4": {
2177
                    "Laravel\\Lumen\\": "src/"
2178
                },
2179
                "files": [
2180
                    "src/helpers.php"
2181
                ]
2182
            },
2183
            "notification-url": "https://packagist.org/downloads/",
2184
            "license": [
2185
                "MIT"
2186
            ],
2187
            "authors": [
2188
                {
2189
                    "name": "Taylor Otwell",
2190
                    "email": "[email protected]"
2191
                }
2192
            ],
2193
            "description": "The Laravel Lumen Framework.",
2194
            "homepage": "http://laravel.com",
2195
            "keywords": [
2196
                "framework",
2197
                "laravel",
2198
                "lumen"
2199
            ],
2200
            "time": "2016-06-06T16:13:21+00:00"
2201
        },
2202
        {
2203
            "name": "monolog/monolog",
2204
            "version": "1.19.0",
2205
            "source": {
2206
                "type": "git",
2207
                "url": "https://github.com/Seldaek/monolog.git",
2208
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
2209
            },
2210
            "dist": {
2211
                "type": "zip",
2212
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
2213
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
2214
                "shasum": ""
2215
            },
2216
            "require": {
2217
                "php": ">=5.3.0",
2218
                "psr/log": "~1.0"
2219
            },
2220
            "provide": {
2221
                "psr/log-implementation": "1.0.0"
2222
            },
2223
            "require-dev": {
2224
                "aws/aws-sdk-php": "^2.4.9",
2225
                "doctrine/couchdb": "~1.0@dev",
2226
                "graylog2/gelf-php": "~1.0",
2227
                "jakub-onderka/php-parallel-lint": "0.9",
2228
                "php-amqplib/php-amqplib": "~2.4",
2229
                "php-console/php-console": "^3.1.3",
2230
                "phpunit/phpunit": "~4.5",
2231
                "phpunit/phpunit-mock-objects": "2.3.0",
2232
                "raven/raven": "^0.13",
2233
                "ruflin/elastica": ">=0.90 <3.0",
2234
                "swiftmailer/swiftmailer": "~5.3"
2235
            },
2236
            "suggest": {
2237
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2238
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2239
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2240
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2241
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2242
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2243
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2244
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2245
                "raven/raven": "Allow sending log messages to a Sentry server",
2246
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2247
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2248
            },
2249
            "type": "library",
2250
            "extra": {
2251
                "branch-alias": {
2252
                    "dev-master": "2.0.x-dev"
2253
                }
2254
            },
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Monolog\\": "src/Monolog"
2258
                }
2259
            },
2260
            "notification-url": "https://packagist.org/downloads/",
2261
            "license": [
2262
                "MIT"
2263
            ],
2264
            "authors": [
2265
                {
2266
                    "name": "Jordi Boggiano",
2267
                    "email": "[email protected]",
2268
                    "homepage": "http://seld.be"
2269
                }
2270
            ],
2271
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2272
            "homepage": "http://github.com/Seldaek/monolog",
2273
            "keywords": [
2274
                "log",
2275
                "logging",
2276
                "psr-3"
2277
            ],
2278
            "time": "2016-04-12T18:29:35+00:00"
2279
        },
2280
        {
2281
            "name": "mtdowling/cron-expression",
2282
            "version": "v1.1.0",
2283
            "source": {
2284
                "type": "git",
2285
                "url": "https://github.com/mtdowling/cron-expression.git",
2286
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
2287
            },
2288
            "dist": {
2289
                "type": "zip",
2290
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
2291
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
2292
                "shasum": ""
2293
            },
2294
            "require": {
2295
                "php": ">=5.3.2"
2296
            },
2297
            "require-dev": {
2298
                "phpunit/phpunit": "~4.0|~5.0"
2299
            },
2300
            "type": "library",
2301
            "autoload": {
2302
                "psr-0": {
2303
                    "Cron": "src/"
2304
                }
2305
            },
2306
            "notification-url": "https://packagist.org/downloads/",
2307
            "license": [
2308
                "MIT"
2309
            ],
2310
            "authors": [
2311
                {
2312
                    "name": "Michael Dowling",
2313
                    "email": "[email protected]",
2314
                    "homepage": "https://github.com/mtdowling"
2315
                }
2316
            ],
2317
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
2318
            "keywords": [
2319
                "cron",
2320
                "schedule"
2321
            ],
2322
            "time": "2016-01-26T21:23:30+00:00"
2323
        },
2324
        {
2325
            "name": "myclabs/deep-copy",
2326
            "version": "1.5.1",
2327
            "source": {
2328
                "type": "git",
2329
                "url": "https://github.com/myclabs/DeepCopy.git",
2330
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
2331
            },
2332
            "dist": {
2333
                "type": "zip",
2334
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
2335
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
2336
                "shasum": ""
2337
            },
2338
            "require": {
2339
                "php": ">=5.4.0"
2340
            },
2341
            "require-dev": {
2342
                "doctrine/collections": "1.*",
2343
                "phpunit/phpunit": "~4.1"
2344
            },
2345
            "type": "library",
2346
            "autoload": {
2347
                "psr-4": {
2348
                    "DeepCopy\\": "src/DeepCopy/"
2349
                }
2350
            },
2351
            "notification-url": "https://packagist.org/downloads/",
2352
            "license": [
2353
                "MIT"
2354
            ],
2355
            "description": "Create deep copies (clones) of your objects",
2356
            "homepage": "https://github.com/myclabs/DeepCopy",
2357
            "keywords": [
2358
                "clone",
2359
                "copy",
2360
                "duplicate",
2361
                "object",
2362
                "object graph"
2363
            ],
2364
            "time": "2015-11-20T12:04:31+00:00"
2365
        },
2366
        {
2367
            "name": "nesbot/carbon",
2368
            "version": "1.21.0",
2369
            "source": {
2370
                "type": "git",
2371
                "url": "https://github.com/briannesbitt/Carbon.git",
2372
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
2373
            },
2374
            "dist": {
2375
                "type": "zip",
2376
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
2377
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
2378
                "shasum": ""
2379
            },
2380
            "require": {
2381
                "php": ">=5.3.0",
2382
                "symfony/translation": "~2.6|~3.0"
2383
            },
2384
            "require-dev": {
2385
                "phpunit/phpunit": "~4.0|~5.0"
2386
            },
2387
            "type": "library",
2388
            "autoload": {
2389
                "psr-4": {
2390
                    "Carbon\\": "src/Carbon/"
2391
                }
2392
            },
2393
            "notification-url": "https://packagist.org/downloads/",
2394
            "license": [
2395
                "MIT"
2396
            ],
2397
            "authors": [
2398
                {
2399
                    "name": "Brian Nesbitt",
2400
                    "email": "[email protected]",
2401
                    "homepage": "http://nesbot.com"
2402
                }
2403
            ],
2404
            "description": "A simple API extension for DateTime.",
2405
            "homepage": "http://carbon.nesbot.com",
2406
            "keywords": [
2407
                "date",
2408
                "datetime",
2409
                "time"
2410
            ],
2411
            "time": "2015-11-04T20:07:17+00:00"
2412
        },
2413
        {
2414
            "name": "nikic/fast-route",
2415
            "version": "v0.7.0",
2416
            "source": {
2417
                "type": "git",
2418
                "url": "https://github.com/nikic/FastRoute.git",
2419
                "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
2420
            },
2421
            "dist": {
2422
                "type": "zip",
2423
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
2424
                "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
2425
                "shasum": ""
2426
            },
2427
            "require": {
2428
                "php": ">=5.4.0"
2429
            },
2430
            "type": "library",
2431
            "autoload": {
2432
                "psr-4": {
2433
                    "FastRoute\\": "src/"
2434
                },
2435
                "files": [
2436
                    "src/functions.php"
2437
                ]
2438
            },
2439
            "notification-url": "https://packagist.org/downloads/",
2440
            "license": [
2441
                "BSD-3-Clause"
2442
            ],
2443
            "authors": [
2444
                {
2445
                    "name": "Nikita Popov",
2446
                    "email": "[email protected]"
2447
                }
2448
            ],
2449
            "description": "Fast request router for PHP",
2450
            "keywords": [
2451
                "router",
2452
                "routing"
2453
            ],
2454
            "time": "2015-12-20T19:50:12+00:00"
2455
        },
2456
        {
2457
            "name": "paragonie/random_compat",
2458
            "version": "v1.4.1",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/paragonie/random_compat.git",
2462
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2467
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "php": ">=5.2.0"
2472
            },
2473
            "require-dev": {
2474
                "phpunit/phpunit": "4.*|5.*"
2475
            },
2476
            "suggest": {
2477
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2478
            },
2479
            "type": "library",
2480
            "autoload": {
2481
                "files": [
2482
                    "lib/random.php"
2483
                ]
2484
            },
2485
            "notification-url": "https://packagist.org/downloads/",
2486
            "license": [
2487
                "MIT"
2488
            ],
2489
            "authors": [
2490
                {
2491
                    "name": "Paragon Initiative Enterprises",
2492
                    "email": "[email protected]",
2493
                    "homepage": "https://paragonie.com"
2494
                }
2495
            ],
2496
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2497
            "keywords": [
2498
                "csprng",
2499
                "pseudorandom",
2500
                "random"
2501
            ],
2502
            "time": "2016-03-18T20:34:03+00:00"
2503
        },
2504
        {
2505
            "name": "phpdocumentor/reflection-common",
2506
            "version": "1.0",
2507
            "source": {
2508
                "type": "git",
2509
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2510
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2511
            },
2512
            "dist": {
2513
                "type": "zip",
2514
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2515
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2516
                "shasum": ""
2517
            },
2518
            "require": {
2519
                "php": ">=5.5"
2520
            },
2521
            "require-dev": {
2522
                "phpunit/phpunit": "^4.6"
2523
            },
2524
            "type": "library",
2525
            "extra": {
2526
                "branch-alias": {
2527
                    "dev-master": "1.0.x-dev"
2528
                }
2529
            },
2530
            "autoload": {
2531
                "psr-4": {
2532
                    "phpDocumentor\\Reflection\\": [
2533
                        "src"
2534
                    ]
2535
                }
2536
            },
2537
            "notification-url": "https://packagist.org/downloads/",
2538
            "license": [
2539
                "MIT"
2540
            ],
2541
            "authors": [
2542
                {
2543
                    "name": "Jaap van Otterdijk",
2544
                    "email": "[email protected]"
2545
                }
2546
            ],
2547
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2548
            "homepage": "http://www.phpdoc.org",
2549
            "keywords": [
2550
                "FQSEN",
2551
                "phpDocumentor",
2552
                "phpdoc",
2553
                "reflection",
2554
                "static analysis"
2555
            ],
2556
            "time": "2015-12-27T11:43:31+00:00"
2557
        },
2558
        {
2559
            "name": "phpdocumentor/reflection-docblock",
2560
            "version": "3.1.0",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2564
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
2569
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "php": ">=5.5",
2574
                "phpdocumentor/reflection-common": "^1.0@dev",
2575
                "phpdocumentor/type-resolver": "^0.2.0",
2576
                "webmozart/assert": "^1.0"
2577
            },
2578
            "require-dev": {
2579
                "mockery/mockery": "^0.9.4",
2580
                "phpunit/phpunit": "^4.4"
2581
            },
2582
            "type": "library",
2583
            "autoload": {
2584
                "psr-4": {
2585
                    "phpDocumentor\\Reflection\\": [
2586
                        "src/"
2587
                    ]
2588
                }
2589
            },
2590
            "notification-url": "https://packagist.org/downloads/",
2591
            "license": [
2592
                "MIT"
2593
            ],
2594
            "authors": [
2595
                {
2596
                    "name": "Mike van Riel",
2597
                    "email": "[email protected]"
2598
                }
2599
            ],
2600
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2601
            "time": "2016-06-10T09:48:41+00:00"
2602
        },
2603
        {
2604
            "name": "phpdocumentor/type-resolver",
2605
            "version": "0.2",
2606
            "source": {
2607
                "type": "git",
2608
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2609
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
2610
            },
2611
            "dist": {
2612
                "type": "zip",
2613
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
2614
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
2615
                "shasum": ""
2616
            },
2617
            "require": {
2618
                "php": ">=5.5",
2619
                "phpdocumentor/reflection-common": "^1.0"
2620
            },
2621
            "require-dev": {
2622
                "mockery/mockery": "^0.9.4",
2623
                "phpunit/phpunit": "^5.2||^4.8.24"
2624
            },
2625
            "type": "library",
2626
            "extra": {
2627
                "branch-alias": {
2628
                    "dev-master": "1.0.x-dev"
2629
                }
2630
            },
2631
            "autoload": {
2632
                "psr-4": {
2633
                    "phpDocumentor\\Reflection\\": [
2634
                        "src/"
2635
                    ]
2636
                }
2637
            },
2638
            "notification-url": "https://packagist.org/downloads/",
2639
            "license": [
2640
                "MIT"
2641
            ],
2642
            "authors": [
2643
                {
2644
                    "name": "Mike van Riel",
2645
                    "email": "[email protected]"
2646
                }
2647
            ],
2648
            "time": "2016-06-10T07:14:17+00:00"
2649
        },
2650
        {
2651
            "name": "phpspec/prophecy",
2652
            "version": "v1.6.1",
2653
            "source": {
2654
                "type": "git",
2655
                "url": "https://github.com/phpspec/prophecy.git",
2656
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2657
            },
2658
            "dist": {
2659
                "type": "zip",
2660
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
2661
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2662
                "shasum": ""
2663
            },
2664
            "require": {
2665
                "doctrine/instantiator": "^1.0.2",
2666
                "php": "^5.3|^7.0",
2667
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2668
                "sebastian/comparator": "^1.1",
2669
                "sebastian/recursion-context": "^1.0"
2670
            },
2671
            "require-dev": {
2672
                "phpspec/phpspec": "^2.0"
2673
            },
2674
            "type": "library",
2675
            "extra": {
2676
                "branch-alias": {
2677
                    "dev-master": "1.6.x-dev"
2678
                }
2679
            },
2680
            "autoload": {
2681
                "psr-0": {
2682
                    "Prophecy\\": "src/"
2683
                }
2684
            },
2685
            "notification-url": "https://packagist.org/downloads/",
2686
            "license": [
2687
                "MIT"
2688
            ],
2689
            "authors": [
2690
                {
2691
                    "name": "Konstantin Kudryashov",
2692
                    "email": "[email protected]",
2693
                    "homepage": "http://everzet.com"
2694
                },
2695
                {
2696
                    "name": "Marcello Duarte",
2697
                    "email": "[email protected]"
2698
                }
2699
            ],
2700
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2701
            "homepage": "https://github.com/phpspec/prophecy",
2702
            "keywords": [
2703
                "Double",
2704
                "Dummy",
2705
                "fake",
2706
                "mock",
2707
                "spy",
2708
                "stub"
2709
            ],
2710
            "time": "2016-06-07T08:13:47+00:00"
2711
        },
2712
        {
2713
            "name": "phpunit/php-code-coverage",
2714
            "version": "4.0.0",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2718
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
2723
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
2724
                "shasum": ""
2725
            },
2726
            "require": {
2727
                "php": "^5.6 || ^7.0",
2728
                "phpunit/php-file-iterator": "~1.3",
2729
                "phpunit/php-text-template": "~1.2",
2730
                "phpunit/php-token-stream": "^1.4.2",
2731
                "sebastian/code-unit-reverse-lookup": "~1.0",
2732
                "sebastian/environment": "^1.3.2",
2733
                "sebastian/version": "~1.0|~2.0"
2734
            },
2735
            "require-dev": {
2736
                "ext-xdebug": ">=2.1.4",
2737
                "phpunit/phpunit": "^5.4"
2738
            },
2739
            "suggest": {
2740
                "ext-dom": "*",
2741
                "ext-xdebug": ">=2.4.0",
2742
                "ext-xmlwriter": "*"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "4.0.x-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "classmap": [
2752
                    "src/"
2753
                ]
2754
            },
2755
            "notification-url": "https://packagist.org/downloads/",
2756
            "license": [
2757
                "BSD-3-Clause"
2758
            ],
2759
            "authors": [
2760
                {
2761
                    "name": "Sebastian Bergmann",
2762
                    "email": "[email protected]",
2763
                    "role": "lead"
2764
                }
2765
            ],
2766
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2767
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2768
            "keywords": [
2769
                "coverage",
2770
                "testing",
2771
                "xunit"
2772
            ],
2773
            "time": "2016-06-03T05:03:56+00:00"
2774
        },
2775
        {
2776
            "name": "phpunit/php-file-iterator",
2777
            "version": "1.4.1",
2778
            "source": {
2779
                "type": "git",
2780
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2781
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2782
            },
2783
            "dist": {
2784
                "type": "zip",
2785
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2786
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2787
                "shasum": ""
2788
            },
2789
            "require": {
2790
                "php": ">=5.3.3"
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "1.4.x-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "classmap": [
2800
                    "src/"
2801
                ]
2802
            },
2803
            "notification-url": "https://packagist.org/downloads/",
2804
            "license": [
2805
                "BSD-3-Clause"
2806
            ],
2807
            "authors": [
2808
                {
2809
                    "name": "Sebastian Bergmann",
2810
                    "email": "[email protected]",
2811
                    "role": "lead"
2812
                }
2813
            ],
2814
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2815
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2816
            "keywords": [
2817
                "filesystem",
2818
                "iterator"
2819
            ],
2820
            "time": "2015-06-21T13:08:43+00:00"
2821
        },
2822
        {
2823
            "name": "phpunit/php-text-template",
2824
            "version": "1.2.1",
2825
            "source": {
2826
                "type": "git",
2827
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2828
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2829
            },
2830
            "dist": {
2831
                "type": "zip",
2832
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2833
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2834
                "shasum": ""
2835
            },
2836
            "require": {
2837
                "php": ">=5.3.3"
2838
            },
2839
            "type": "library",
2840
            "autoload": {
2841
                "classmap": [
2842
                    "src/"
2843
                ]
2844
            },
2845
            "notification-url": "https://packagist.org/downloads/",
2846
            "license": [
2847
                "BSD-3-Clause"
2848
            ],
2849
            "authors": [
2850
                {
2851
                    "name": "Sebastian Bergmann",
2852
                    "email": "[email protected]",
2853
                    "role": "lead"
2854
                }
2855
            ],
2856
            "description": "Simple template engine.",
2857
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2858
            "keywords": [
2859
                "template"
2860
            ],
2861
            "time": "2015-06-21T13:50:34+00:00"
2862
        },
2863
        {
2864
            "name": "phpunit/php-timer",
2865
            "version": "1.0.8",
2866
            "source": {
2867
                "type": "git",
2868
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2869
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2870
            },
2871
            "dist": {
2872
                "type": "zip",
2873
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2874
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2875
                "shasum": ""
2876
            },
2877
            "require": {
2878
                "php": ">=5.3.3"
2879
            },
2880
            "require-dev": {
2881
                "phpunit/phpunit": "~4|~5"
2882
            },
2883
            "type": "library",
2884
            "autoload": {
2885
                "classmap": [
2886
                    "src/"
2887
                ]
2888
            },
2889
            "notification-url": "https://packagist.org/downloads/",
2890
            "license": [
2891
                "BSD-3-Clause"
2892
            ],
2893
            "authors": [
2894
                {
2895
                    "name": "Sebastian Bergmann",
2896
                    "email": "[email protected]",
2897
                    "role": "lead"
2898
                }
2899
            ],
2900
            "description": "Utility class for timing",
2901
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2902
            "keywords": [
2903
                "timer"
2904
            ],
2905
            "time": "2016-05-12T18:03:57+00:00"
2906
        },
2907
        {
2908
            "name": "phpunit/php-token-stream",
2909
            "version": "1.4.8",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2913
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2918
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "ext-tokenizer": "*",
2923
                "php": ">=5.3.3"
2924
            },
2925
            "require-dev": {
2926
                "phpunit/phpunit": "~4.2"
2927
            },
2928
            "type": "library",
2929
            "extra": {
2930
                "branch-alias": {
2931
                    "dev-master": "1.4-dev"
2932
                }
2933
            },
2934
            "autoload": {
2935
                "classmap": [
2936
                    "src/"
2937
                ]
2938
            },
2939
            "notification-url": "https://packagist.org/downloads/",
2940
            "license": [
2941
                "BSD-3-Clause"
2942
            ],
2943
            "authors": [
2944
                {
2945
                    "name": "Sebastian Bergmann",
2946
                    "email": "[email protected]"
2947
                }
2948
            ],
2949
            "description": "Wrapper around PHP's tokenizer extension.",
2950
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2951
            "keywords": [
2952
                "tokenizer"
2953
            ],
2954
            "time": "2015-09-15T10:49:45+00:00"
2955
        },
2956
        {
2957
            "name": "phpunit/phpunit",
2958
            "version": "5.4.4",
2959
            "source": {
2960
                "type": "git",
2961
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2962
                "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928"
2963
            },
2964
            "dist": {
2965
                "type": "zip",
2966
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/02d5b64aa0837a038a5a4faeeefa5ef44bdcb928",
2967
                "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928",
2968
                "shasum": ""
2969
            },
2970
            "require": {
2971
                "ext-dom": "*",
2972
                "ext-json": "*",
2973
                "ext-pcre": "*",
2974
                "ext-reflection": "*",
2975
                "ext-spl": "*",
2976
                "myclabs/deep-copy": "~1.3",
2977
                "php": "^5.6 || ^7.0",
2978
                "phpspec/prophecy": "^1.3.1",
2979
                "phpunit/php-code-coverage": "^4.0",
2980
                "phpunit/php-file-iterator": "~1.4",
2981
                "phpunit/php-text-template": "~1.2",
2982
                "phpunit/php-timer": "^1.0.6",
2983
                "phpunit/phpunit-mock-objects": "^3.2",
2984
                "sebastian/comparator": "~1.1",
2985
                "sebastian/diff": "~1.2",
2986
                "sebastian/environment": "~1.3",
2987
                "sebastian/exporter": "~1.2",
2988
                "sebastian/global-state": "~1.0",
2989
                "sebastian/object-enumerator": "~1.0",
2990
                "sebastian/resource-operations": "~1.0",
2991
                "sebastian/version": "~1.0|~2.0",
2992
                "symfony/yaml": "~2.1|~3.0"
2993
            },
2994
            "conflict": {
2995
                "phpdocumentor/reflection-docblock": "3.0.2"
2996
            },
2997
            "suggest": {
2998
                "phpunit/php-invoker": "~1.1"
2999
            },
3000
            "bin": [
3001
                "phpunit"
3002
            ],
3003
            "type": "library",
3004
            "extra": {
3005
                "branch-alias": {
3006
                    "dev-master": "5.4.x-dev"
3007
                }
3008
            },
3009
            "autoload": {
3010
                "classmap": [
3011
                    "src/"
3012
                ]
3013
            },
3014
            "notification-url": "https://packagist.org/downloads/",
3015
            "license": [
3016
                "BSD-3-Clause"
3017
            ],
3018
            "authors": [
3019
                {
3020
                    "name": "Sebastian Bergmann",
3021
                    "email": "[email protected]",
3022
                    "role": "lead"
3023
                }
3024
            ],
3025
            "description": "The PHP Unit Testing framework.",
3026
            "homepage": "https://phpunit.de/",
3027
            "keywords": [
3028
                "phpunit",
3029
                "testing",
3030
                "xunit"
3031
            ],
3032
            "time": "2016-06-09T09:09:27+00:00"
3033
        },
3034
        {
3035
            "name": "phpunit/phpunit-mock-objects",
3036
            "version": "3.2.3",
3037
            "source": {
3038
                "type": "git",
3039
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3040
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52"
3041
            },
3042
            "dist": {
3043
                "type": "zip",
3044
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52",
3045
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52",
3046
                "shasum": ""
3047
            },
3048
            "require": {
3049
                "doctrine/instantiator": "^1.0.2",
3050
                "php": "^5.6 || ^7.0",
3051
                "phpunit/php-text-template": "^1.2",
3052
                "sebastian/exporter": "^1.2"
3053
            },
3054
            "conflict": {
3055
                "phpunit/phpunit": "<5.4.0"
3056
            },
3057
            "require-dev": {
3058
                "phpunit/phpunit": "^5.4"
3059
            },
3060
            "suggest": {
3061
                "ext-soap": "*"
3062
            },
3063
            "type": "library",
3064
            "extra": {
3065
                "branch-alias": {
3066
                    "dev-master": "3.2.x-dev"
3067
                }
3068
            },
3069
            "autoload": {
3070
                "classmap": [
3071
                    "src/"
3072
                ]
3073
            },
3074
            "notification-url": "https://packagist.org/downloads/",
3075
            "license": [
3076
                "BSD-3-Clause"
3077
            ],
3078
            "authors": [
3079
                {
3080
                    "name": "Sebastian Bergmann",
3081
                    "email": "[email protected]",
3082
                    "role": "lead"
3083
                }
3084
            ],
3085
            "description": "Mock Object library for PHPUnit",
3086
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3087
            "keywords": [
3088
                "mock",
3089
                "xunit"
3090
            ],
3091
            "time": "2016-06-12T07:37:26+00:00"
3092
        },
3093
        {
3094
            "name": "psr/log",
3095
            "version": "1.0.2",
3096
            "source": {
3097
                "type": "git",
3098
                "url": "https://github.com/php-fig/log.git",
3099
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3100
            },
3101
            "dist": {
3102
                "type": "zip",
3103
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3104
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3105
                "shasum": ""
3106
            },
3107
            "require": {
3108
                "php": ">=5.3.0"
3109
            },
3110
            "type": "library",
3111
            "extra": {
3112
                "branch-alias": {
3113
                    "dev-master": "1.0.x-dev"
3114
                }
3115
            },
3116
            "autoload": {
3117
                "psr-4": {
3118
                    "Psr\\Log\\": "Psr/Log/"
3119
                }
3120
            },
3121
            "notification-url": "https://packagist.org/downloads/",
3122
            "license": [
3123
                "MIT"
3124
            ],
3125
            "authors": [
3126
                {
3127
                    "name": "PHP-FIG",
3128
                    "homepage": "http://www.php-fig.org/"
3129
                }
3130
            ],
3131
            "description": "Common interface for logging libraries",
3132
            "homepage": "https://github.com/php-fig/log",
3133
            "keywords": [
3134
                "log",
3135
                "psr",
3136
                "psr-3"
3137
            ],
3138
            "time": "2016-10-10T12:19:37+00:00"
3139
        },
3140
        {
3141
            "name": "sebastian/code-unit-reverse-lookup",
3142
            "version": "1.0.0",
3143
            "source": {
3144
                "type": "git",
3145
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3146
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
3147
            },
3148
            "dist": {
3149
                "type": "zip",
3150
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
3151
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
3152
                "shasum": ""
3153
            },
3154
            "require": {
3155
                "php": ">=5.6"
3156
            },
3157
            "require-dev": {
3158
                "phpunit/phpunit": "~5"
3159
            },
3160
            "type": "library",
3161
            "extra": {
3162
                "branch-alias": {
3163
                    "dev-master": "1.0.x-dev"
3164
                }
3165
            },
3166
            "autoload": {
3167
                "classmap": [
3168
                    "src/"
3169
                ]
3170
            },
3171
            "notification-url": "https://packagist.org/downloads/",
3172
            "license": [
3173
                "BSD-3-Clause"
3174
            ],
3175
            "authors": [
3176
                {
3177
                    "name": "Sebastian Bergmann",
3178
                    "email": "[email protected]"
3179
                }
3180
            ],
3181
            "description": "Looks up which function or method a line of code belongs to",
3182
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3183
            "time": "2016-02-13T06:45:14+00:00"
3184
        },
3185
        {
3186
            "name": "sebastian/comparator",
3187
            "version": "1.2.0",
3188
            "source": {
3189
                "type": "git",
3190
                "url": "https://github.com/sebastianbergmann/comparator.git",
3191
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3192
            },
3193
            "dist": {
3194
                "type": "zip",
3195
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3196
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3197
                "shasum": ""
3198
            },
3199
            "require": {
3200
                "php": ">=5.3.3",
3201
                "sebastian/diff": "~1.2",
3202
                "sebastian/exporter": "~1.2"
3203
            },
3204
            "require-dev": {
3205
                "phpunit/phpunit": "~4.4"
3206
            },
3207
            "type": "library",
3208
            "extra": {
3209
                "branch-alias": {
3210
                    "dev-master": "1.2.x-dev"
3211
                }
3212
            },
3213
            "autoload": {
3214
                "classmap": [
3215
                    "src/"
3216
                ]
3217
            },
3218
            "notification-url": "https://packagist.org/downloads/",
3219
            "license": [
3220
                "BSD-3-Clause"
3221
            ],
3222
            "authors": [
3223
                {
3224
                    "name": "Jeff Welch",
3225
                    "email": "[email protected]"
3226
                },
3227
                {
3228
                    "name": "Volker Dusch",
3229
                    "email": "[email protected]"
3230
                },
3231
                {
3232
                    "name": "Bernhard Schussek",
3233
                    "email": "[email protected]"
3234
                },
3235
                {
3236
                    "name": "Sebastian Bergmann",
3237
                    "email": "[email protected]"
3238
                }
3239
            ],
3240
            "description": "Provides the functionality to compare PHP values for equality",
3241
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3242
            "keywords": [
3243
                "comparator",
3244
                "compare",
3245
                "equality"
3246
            ],
3247
            "time": "2015-07-26T15:48:44+00:00"
3248
        },
3249
        {
3250
            "name": "sebastian/diff",
3251
            "version": "1.4.1",
3252
            "source": {
3253
                "type": "git",
3254
                "url": "https://github.com/sebastianbergmann/diff.git",
3255
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3256
            },
3257
            "dist": {
3258
                "type": "zip",
3259
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3260
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3261
                "shasum": ""
3262
            },
3263
            "require": {
3264
                "php": ">=5.3.3"
3265
            },
3266
            "require-dev": {
3267
                "phpunit/phpunit": "~4.8"
3268
            },
3269
            "type": "library",
3270
            "extra": {
3271
                "branch-alias": {
3272
                    "dev-master": "1.4-dev"
3273
                }
3274
            },
3275
            "autoload": {
3276
                "classmap": [
3277
                    "src/"
3278
                ]
3279
            },
3280
            "notification-url": "https://packagist.org/downloads/",
3281
            "license": [
3282
                "BSD-3-Clause"
3283
            ],
3284
            "authors": [
3285
                {
3286
                    "name": "Kore Nordmann",
3287
                    "email": "[email protected]"
3288
                },
3289
                {
3290
                    "name": "Sebastian Bergmann",
3291
                    "email": "[email protected]"
3292
                }
3293
            ],
3294
            "description": "Diff implementation",
3295
            "homepage": "https://github.com/sebastianbergmann/diff",
3296
            "keywords": [
3297
                "diff"
3298
            ],
3299
            "time": "2015-12-08T07:14:41+00:00"
3300
        },
3301
        {
3302
            "name": "sebastian/environment",
3303
            "version": "1.3.7",
3304
            "source": {
3305
                "type": "git",
3306
                "url": "https://github.com/sebastianbergmann/environment.git",
3307
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
3308
            },
3309
            "dist": {
3310
                "type": "zip",
3311
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
3312
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
3313
                "shasum": ""
3314
            },
3315
            "require": {
3316
                "php": ">=5.3.3"
3317
            },
3318
            "require-dev": {
3319
                "phpunit/phpunit": "~4.4"
3320
            },
3321
            "type": "library",
3322
            "extra": {
3323
                "branch-alias": {
3324
                    "dev-master": "1.3.x-dev"
3325
                }
3326
            },
3327
            "autoload": {
3328
                "classmap": [
3329
                    "src/"
3330
                ]
3331
            },
3332
            "notification-url": "https://packagist.org/downloads/",
3333
            "license": [
3334
                "BSD-3-Clause"
3335
            ],
3336
            "authors": [
3337
                {
3338
                    "name": "Sebastian Bergmann",
3339
                    "email": "[email protected]"
3340
                }
3341
            ],
3342
            "description": "Provides functionality to handle HHVM/PHP environments",
3343
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3344
            "keywords": [
3345
                "Xdebug",
3346
                "environment",
3347
                "hhvm"
3348
            ],
3349
            "time": "2016-05-17T03:18:57+00:00"
3350
        },
3351
        {
3352
            "name": "sebastian/exporter",
3353
            "version": "1.2.1",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/sebastianbergmann/exporter.git",
3357
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3362
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "php": ">=5.3.3",
3367
                "sebastian/recursion-context": "~1.0"
3368
            },
3369
            "require-dev": {
3370
                "phpunit/phpunit": "~4.4"
3371
            },
3372
            "type": "library",
3373
            "extra": {
3374
                "branch-alias": {
3375
                    "dev-master": "1.2.x-dev"
3376
                }
3377
            },
3378
            "autoload": {
3379
                "classmap": [
3380
                    "src/"
3381
                ]
3382
            },
3383
            "notification-url": "https://packagist.org/downloads/",
3384
            "license": [
3385
                "BSD-3-Clause"
3386
            ],
3387
            "authors": [
3388
                {
3389
                    "name": "Jeff Welch",
3390
                    "email": "[email protected]"
3391
                },
3392
                {
3393
                    "name": "Volker Dusch",
3394
                    "email": "[email protected]"
3395
                },
3396
                {
3397
                    "name": "Bernhard Schussek",
3398
                    "email": "[email protected]"
3399
                },
3400
                {
3401
                    "name": "Sebastian Bergmann",
3402
                    "email": "[email protected]"
3403
                },
3404
                {
3405
                    "name": "Adam Harvey",
3406
                    "email": "[email protected]"
3407
                }
3408
            ],
3409
            "description": "Provides the functionality to export PHP variables for visualization",
3410
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3411
            "keywords": [
3412
                "export",
3413
                "exporter"
3414
            ],
3415
            "time": "2015-06-21T07:55:53+00:00"
3416
        },
3417
        {
3418
            "name": "sebastian/global-state",
3419
            "version": "1.1.1",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/sebastianbergmann/global-state.git",
3423
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3428
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "php": ">=5.3.3"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/phpunit": "~4.2"
3436
            },
3437
            "suggest": {
3438
                "ext-uopz": "*"
3439
            },
3440
            "type": "library",
3441
            "extra": {
3442
                "branch-alias": {
3443
                    "dev-master": "1.0-dev"
3444
                }
3445
            },
3446
            "autoload": {
3447
                "classmap": [
3448
                    "src/"
3449
                ]
3450
            },
3451
            "notification-url": "https://packagist.org/downloads/",
3452
            "license": [
3453
                "BSD-3-Clause"
3454
            ],
3455
            "authors": [
3456
                {
3457
                    "name": "Sebastian Bergmann",
3458
                    "email": "[email protected]"
3459
                }
3460
            ],
3461
            "description": "Snapshotting of global state",
3462
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3463
            "keywords": [
3464
                "global state"
3465
            ],
3466
            "time": "2015-10-12T03:26:01+00:00"
3467
        },
3468
        {
3469
            "name": "sebastian/object-enumerator",
3470
            "version": "1.0.0",
3471
            "source": {
3472
                "type": "git",
3473
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3474
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
3475
            },
3476
            "dist": {
3477
                "type": "zip",
3478
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
3479
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
3480
                "shasum": ""
3481
            },
3482
            "require": {
3483
                "php": ">=5.6",
3484
                "sebastian/recursion-context": "~1.0"
3485
            },
3486
            "require-dev": {
3487
                "phpunit/phpunit": "~5"
3488
            },
3489
            "type": "library",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "1.0.x-dev"
3493
                }
3494
            },
3495
            "autoload": {
3496
                "classmap": [
3497
                    "src/"
3498
                ]
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "BSD-3-Clause"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Sebastian Bergmann",
3507
                    "email": "[email protected]"
3508
                }
3509
            ],
3510
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3511
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3512
            "time": "2016-01-28T13:25:10+00:00"
3513
        },
3514
        {
3515
            "name": "sebastian/recursion-context",
3516
            "version": "1.0.2",
3517
            "source": {
3518
                "type": "git",
3519
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3520
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3521
            },
3522
            "dist": {
3523
                "type": "zip",
3524
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3525
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3526
                "shasum": ""
3527
            },
3528
            "require": {
3529
                "php": ">=5.3.3"
3530
            },
3531
            "require-dev": {
3532
                "phpunit/phpunit": "~4.4"
3533
            },
3534
            "type": "library",
3535
            "extra": {
3536
                "branch-alias": {
3537
                    "dev-master": "1.0.x-dev"
3538
                }
3539
            },
3540
            "autoload": {
3541
                "classmap": [
3542
                    "src/"
3543
                ]
3544
            },
3545
            "notification-url": "https://packagist.org/downloads/",
3546
            "license": [
3547
                "BSD-3-Clause"
3548
            ],
3549
            "authors": [
3550
                {
3551
                    "name": "Jeff Welch",
3552
                    "email": "[email protected]"
3553
                },
3554
                {
3555
                    "name": "Sebastian Bergmann",
3556
                    "email": "[email protected]"
3557
                },
3558
                {
3559
                    "name": "Adam Harvey",
3560
                    "email": "[email protected]"
3561
                }
3562
            ],
3563
            "description": "Provides functionality to recursively process PHP variables",
3564
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3565
            "time": "2015-11-11T19:50:13+00:00"
3566
        },
3567
        {
3568
            "name": "sebastian/resource-operations",
3569
            "version": "1.0.0",
3570
            "source": {
3571
                "type": "git",
3572
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3573
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3574
            },
3575
            "dist": {
3576
                "type": "zip",
3577
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3578
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3579
                "shasum": ""
3580
            },
3581
            "require": {
3582
                "php": ">=5.6.0"
3583
            },
3584
            "type": "library",
3585
            "extra": {
3586
                "branch-alias": {
3587
                    "dev-master": "1.0.x-dev"
3588
                }
3589
            },
3590
            "autoload": {
3591
                "classmap": [
3592
                    "src/"
3593
                ]
3594
            },
3595
            "notification-url": "https://packagist.org/downloads/",
3596
            "license": [
3597
                "BSD-3-Clause"
3598
            ],
3599
            "authors": [
3600
                {
3601
                    "name": "Sebastian Bergmann",
3602
                    "email": "[email protected]"
3603
                }
3604
            ],
3605
            "description": "Provides a list of PHP built-in functions that operate on resources",
3606
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3607
            "time": "2015-07-28T20:34:47+00:00"
3608
        },
3609
        {
3610
            "name": "sebastian/version",
3611
            "version": "2.0.0",
3612
            "source": {
3613
                "type": "git",
3614
                "url": "https://github.com/sebastianbergmann/version.git",
3615
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
3616
            },
3617
            "dist": {
3618
                "type": "zip",
3619
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
3620
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
3621
                "shasum": ""
3622
            },
3623
            "require": {
3624
                "php": ">=5.6"
3625
            },
3626
            "type": "library",
3627
            "extra": {
3628
                "branch-alias": {
3629
                    "dev-master": "2.0.x-dev"
3630
                }
3631
            },
3632
            "autoload": {
3633
                "classmap": [
3634
                    "src/"
3635
                ]
3636
            },
3637
            "notification-url": "https://packagist.org/downloads/",
3638
            "license": [
3639
                "BSD-3-Clause"
3640
            ],
3641
            "authors": [
3642
                {
3643
                    "name": "Sebastian Bergmann",
3644
                    "email": "[email protected]",
3645
                    "role": "lead"
3646
                }
3647
            ],
3648
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3649
            "homepage": "https://github.com/sebastianbergmann/version",
3650
            "time": "2016-02-04T12:56:52+00:00"
3651
        },
3652
        {
3653
            "name": "symfony/browser-kit",
3654
            "version": "v3.1.0",
3655
            "source": {
3656
                "type": "git",
3657
                "url": "https://github.com/symfony/browser-kit.git",
3658
                "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22"
3659
            },
3660
            "dist": {
3661
                "type": "zip",
3662
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
3663
                "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
3664
                "shasum": ""
3665
            },
3666
            "require": {
3667
                "php": ">=5.5.9",
3668
                "symfony/dom-crawler": "~2.8|~3.0"
3669
            },
3670
            "require-dev": {
3671
                "symfony/css-selector": "~2.8|~3.0",
3672
                "symfony/process": "~2.8|~3.0"
3673
            },
3674
            "suggest": {
3675
                "symfony/process": ""
3676
            },
3677
            "type": "library",
3678
            "extra": {
3679
                "branch-alias": {
3680
                    "dev-master": "3.1-dev"
3681
                }
3682
            },
3683
            "autoload": {
3684
                "psr-4": {
3685
                    "Symfony\\Component\\BrowserKit\\": ""
3686
                },
3687
                "exclude-from-classmap": [
3688
                    "/Tests/"
3689
                ]
3690
            },
3691
            "notification-url": "https://packagist.org/downloads/",
3692
            "license": [
3693
                "MIT"
3694
            ],
3695
            "authors": [
3696
                {
3697
                    "name": "Fabien Potencier",
3698
                    "email": "[email protected]"
3699
                },
3700
                {
3701
                    "name": "Symfony Community",
3702
                    "homepage": "https://symfony.com/contributors"
3703
                }
3704
            ],
3705
            "description": "Symfony BrowserKit Component",
3706
            "homepage": "https://symfony.com",
3707
            "time": "2016-03-04T07:56:56+00:00"
3708
        },
3709
        {
3710
            "name": "symfony/console",
3711
            "version": "v3.0.9",
3712
            "source": {
3713
                "type": "git",
3714
                "url": "https://github.com/symfony/console.git",
3715
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
3716
            },
3717
            "dist": {
3718
                "type": "zip",
3719
                "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
3720
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
3721
                "shasum": ""
3722
            },
3723
            "require": {
3724
                "php": ">=5.5.9",
3725
                "symfony/polyfill-mbstring": "~1.0"
3726
            },
3727
            "require-dev": {
3728
                "psr/log": "~1.0",
3729
                "symfony/event-dispatcher": "~2.8|~3.0",
3730
                "symfony/process": "~2.8|~3.0"
3731
            },
3732
            "suggest": {
3733
                "psr/log": "For using the console logger",
3734
                "symfony/event-dispatcher": "",
3735
                "symfony/process": ""
3736
            },
3737
            "type": "library",
3738
            "extra": {
3739
                "branch-alias": {
3740
                    "dev-master": "3.0-dev"
3741
                }
3742
            },
3743
            "autoload": {
3744
                "psr-4": {
3745
                    "Symfony\\Component\\Console\\": ""
3746
                },
3747
                "exclude-from-classmap": [
3748
                    "/Tests/"
3749
                ]
3750
            },
3751
            "notification-url": "https://packagist.org/downloads/",
3752
            "license": [
3753
                "MIT"
3754
            ],
3755
            "authors": [
3756
                {
3757
                    "name": "Fabien Potencier",
3758
                    "email": "[email protected]"
3759
                },
3760
                {
3761
                    "name": "Symfony Community",
3762
                    "homepage": "https://symfony.com/contributors"
3763
                }
3764
            ],
3765
            "description": "Symfony Console Component",
3766
            "homepage": "https://symfony.com",
3767
            "time": "2016-07-30T07:22:48+00:00"
3768
        },
3769
        {
3770
            "name": "symfony/css-selector",
3771
            "version": "v3.1.0",
3772
            "source": {
3773
                "type": "git",
3774
                "url": "https://github.com/symfony/css-selector.git",
3775
                "reference": "e17f386efef7258ac671c24e727673abd086b0cf"
3776
            },
3777
            "dist": {
3778
                "type": "zip",
3779
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/e17f386efef7258ac671c24e727673abd086b0cf",
3780
                "reference": "e17f386efef7258ac671c24e727673abd086b0cf",
3781
                "shasum": ""
3782
            },
3783
            "require": {
3784
                "php": ">=5.5.9"
3785
            },
3786
            "type": "library",
3787
            "extra": {
3788
                "branch-alias": {
3789
                    "dev-master": "3.1-dev"
3790
                }
3791
            },
3792
            "autoload": {
3793
                "psr-4": {
3794
                    "Symfony\\Component\\CssSelector\\": ""
3795
                },
3796
                "exclude-from-classmap": [
3797
                    "/Tests/"
3798
                ]
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "MIT"
3803
            ],
3804
            "authors": [
3805
                {
3806
                    "name": "Jean-François Simon",
3807
                    "email": "[email protected]"
3808
                },
3809
                {
3810
                    "name": "Fabien Potencier",
3811
                    "email": "[email protected]"
3812
                },
3813
                {
3814
                    "name": "Symfony Community",
3815
                    "homepage": "https://symfony.com/contributors"
3816
                }
3817
            ],
3818
            "description": "Symfony CssSelector Component",
3819
            "homepage": "https://symfony.com",
3820
            "time": "2016-03-04T07:56:56+00:00"
3821
        },
3822
        {
3823
            "name": "symfony/debug",
3824
            "version": "v3.0.7",
3825
            "source": {
3826
                "type": "git",
3827
                "url": "https://github.com/symfony/debug.git",
3828
                "reference": "e67e1552dd7313df1cf6535cb606751899e0e727"
3829
            },
3830
            "dist": {
3831
                "type": "zip",
3832
                "url": "https://api.github.com/repos/symfony/debug/zipball/e67e1552dd7313df1cf6535cb606751899e0e727",
3833
                "reference": "e67e1552dd7313df1cf6535cb606751899e0e727",
3834
                "shasum": ""
3835
            },
3836
            "require": {
3837
                "php": ">=5.5.9",
3838
                "psr/log": "~1.0"
3839
            },
3840
            "conflict": {
3841
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3842
            },
3843
            "require-dev": {
3844
                "symfony/class-loader": "~2.8|~3.0",
3845
                "symfony/http-kernel": "~2.8|~3.0"
3846
            },
3847
            "type": "library",
3848
            "extra": {
3849
                "branch-alias": {
3850
                    "dev-master": "3.0-dev"
3851
                }
3852
            },
3853
            "autoload": {
3854
                "psr-4": {
3855
                    "Symfony\\Component\\Debug\\": ""
3856
                },
3857
                "exclude-from-classmap": [
3858
                    "/Tests/"
3859
                ]
3860
            },
3861
            "notification-url": "https://packagist.org/downloads/",
3862
            "license": [
3863
                "MIT"
3864
            ],
3865
            "authors": [
3866
                {
3867
                    "name": "Fabien Potencier",
3868
                    "email": "[email protected]"
3869
                },
3870
                {
3871
                    "name": "Symfony Community",
3872
                    "homepage": "https://symfony.com/contributors"
3873
                }
3874
            ],
3875
            "description": "Symfony Debug Component",
3876
            "homepage": "https://symfony.com",
3877
            "time": "2016-06-06T15:08:35+00:00"
3878
        },
3879
        {
3880
            "name": "symfony/dom-crawler",
3881
            "version": "v3.1.0",
3882
            "source": {
3883
                "type": "git",
3884
                "url": "https://github.com/symfony/dom-crawler.git",
3885
                "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3"
3886
            },
3887
            "dist": {
3888
                "type": "zip",
3889
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
3890
                "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
3891
                "shasum": ""
3892
            },
3893
            "require": {
3894
                "php": ">=5.5.9",
3895
                "symfony/polyfill-mbstring": "~1.0"
3896
            },
3897
            "require-dev": {
3898
                "symfony/css-selector": "~2.8|~3.0"
3899
            },
3900
            "suggest": {
3901
                "symfony/css-selector": ""
3902
            },
3903
            "type": "library",
3904
            "extra": {
3905
                "branch-alias": {
3906
                    "dev-master": "3.1-dev"
3907
                }
3908
            },
3909
            "autoload": {
3910
                "psr-4": {
3911
                    "Symfony\\Component\\DomCrawler\\": ""
3912
                },
3913
                "exclude-from-classmap": [
3914
                    "/Tests/"
3915
                ]
3916
            },
3917
            "notification-url": "https://packagist.org/downloads/",
3918
            "license": [
3919
                "MIT"
3920
            ],
3921
            "authors": [
3922
                {
3923
                    "name": "Fabien Potencier",
3924
                    "email": "[email protected]"
3925
                },
3926
                {
3927
                    "name": "Symfony Community",
3928
                    "homepage": "https://symfony.com/contributors"
3929
                }
3930
            ],
3931
            "description": "Symfony DomCrawler Component",
3932
            "homepage": "https://symfony.com",
3933
            "time": "2016-05-13T15:49:09+00:00"
3934
        },
3935
        {
3936
            "name": "symfony/event-dispatcher",
3937
            "version": "v3.2.7",
3938
            "source": {
3939
                "type": "git",
3940
                "url": "https://github.com/symfony/event-dispatcher.git",
3941
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca"
3942
            },
3943
            "dist": {
3944
                "type": "zip",
3945
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
3946
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
3947
                "shasum": ""
3948
            },
3949
            "require": {
3950
                "php": ">=5.5.9"
3951
            },
3952
            "require-dev": {
3953
                "psr/log": "~1.0",
3954
                "symfony/config": "~2.8|~3.0",
3955
                "symfony/dependency-injection": "~2.8|~3.0",
3956
                "symfony/expression-language": "~2.8|~3.0",
3957
                "symfony/stopwatch": "~2.8|~3.0"
3958
            },
3959
            "suggest": {
3960
                "symfony/dependency-injection": "",
3961
                "symfony/http-kernel": ""
3962
            },
3963
            "type": "library",
3964
            "extra": {
3965
                "branch-alias": {
3966
                    "dev-master": "3.2-dev"
3967
                }
3968
            },
3969
            "autoload": {
3970
                "psr-4": {
3971
                    "Symfony\\Component\\EventDispatcher\\": ""
3972
                },
3973
                "exclude-from-classmap": [
3974
                    "/Tests/"
3975
                ]
3976
            },
3977
            "notification-url": "https://packagist.org/downloads/",
3978
            "license": [
3979
                "MIT"
3980
            ],
3981
            "authors": [
3982
                {
3983
                    "name": "Fabien Potencier",
3984
                    "email": "[email protected]"
3985
                },
3986
                {
3987
                    "name": "Symfony Community",
3988
                    "homepage": "https://symfony.com/contributors"
3989
                }
3990
            ],
3991
            "description": "Symfony EventDispatcher Component",
3992
            "homepage": "https://symfony.com",
3993
            "time": "2017-04-04T07:26:27+00:00"
3994
        },
3995
        {
3996
            "name": "symfony/finder",
3997
            "version": "v3.0.7",
3998
            "source": {
3999
                "type": "git",
4000
                "url": "https://github.com/symfony/finder.git",
4001
                "reference": "39e5f3d533d07b5416b9d7aad53a27f939d4f811"
4002
            },
4003
            "dist": {
4004
                "type": "zip",
4005
                "url": "https://api.github.com/repos/symfony/finder/zipball/39e5f3d533d07b5416b9d7aad53a27f939d4f811",
4006
                "reference": "39e5f3d533d07b5416b9d7aad53a27f939d4f811",
4007
                "shasum": ""
4008
            },
4009
            "require": {
4010
                "php": ">=5.5.9"
4011
            },
4012
            "type": "library",
4013
            "extra": {
4014
                "branch-alias": {
4015
                    "dev-master": "3.0-dev"
4016
                }
4017
            },
4018
            "autoload": {
4019
                "psr-4": {
4020
                    "Symfony\\Component\\Finder\\": ""
4021
                },
4022
                "exclude-from-classmap": [
4023
                    "/Tests/"
4024
                ]
4025
            },
4026
            "notification-url": "https://packagist.org/downloads/",
4027
            "license": [
4028
                "MIT"
4029
            ],
4030
            "authors": [
4031
                {
4032
                    "name": "Fabien Potencier",
4033
                    "email": "[email protected]"
4034
                },
4035
                {
4036
                    "name": "Symfony Community",
4037
                    "homepage": "https://symfony.com/contributors"
4038
                }
4039
            ],
4040
            "description": "Symfony Finder Component",
4041
            "homepage": "https://symfony.com",
4042
            "time": "2016-05-13T18:03:36+00:00"
4043
        },
4044
        {
4045
            "name": "symfony/http-foundation",
4046
            "version": "v3.0.7",
4047
            "source": {
4048
                "type": "git",
4049
                "url": "https://github.com/symfony/http-foundation.git",
4050
                "reference": "d268a643884f85e91d6ba11ca68de96833f3f6e5"
4051
            },
4052
            "dist": {
4053
                "type": "zip",
4054
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d268a643884f85e91d6ba11ca68de96833f3f6e5",
4055
                "reference": "d268a643884f85e91d6ba11ca68de96833f3f6e5",
4056
                "shasum": ""
4057
            },
4058
            "require": {
4059
                "php": ">=5.5.9",
4060
                "symfony/polyfill-mbstring": "~1.1"
4061
            },
4062
            "require-dev": {
4063
                "symfony/expression-language": "~2.8|~3.0"
4064
            },
4065
            "type": "library",
4066
            "extra": {
4067
                "branch-alias": {
4068
                    "dev-master": "3.0-dev"
4069
                }
4070
            },
4071
            "autoload": {
4072
                "psr-4": {
4073
                    "Symfony\\Component\\HttpFoundation\\": ""
4074
                },
4075
                "exclude-from-classmap": [
4076
                    "/Tests/"
4077
                ]
4078
            },
4079
            "notification-url": "https://packagist.org/downloads/",
4080
            "license": [
4081
                "MIT"
4082
            ],
4083
            "authors": [
4084
                {
4085
                    "name": "Fabien Potencier",
4086
                    "email": "[email protected]"
4087
                },
4088
                {
4089
                    "name": "Symfony Community",
4090
                    "homepage": "https://symfony.com/contributors"
4091
                }
4092
            ],
4093
            "description": "Symfony HttpFoundation Component",
4094
            "homepage": "https://symfony.com",
4095
            "time": "2016-06-06T11:33:26+00:00"
4096
        },
4097
        {
4098
            "name": "symfony/http-kernel",
4099
            "version": "v3.0.7",
4100
            "source": {
4101
                "type": "git",
4102
                "url": "https://github.com/symfony/http-kernel.git",
4103
                "reference": "97cc1c15e3406e7a2adf14ad6b0e41a04d4a6fc4"
4104
            },
4105
            "dist": {
4106
                "type": "zip",
4107
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/97cc1c15e3406e7a2adf14ad6b0e41a04d4a6fc4",
4108
                "reference": "97cc1c15e3406e7a2adf14ad6b0e41a04d4a6fc4",
4109
                "shasum": ""
4110
            },
4111
            "require": {
4112
                "php": ">=5.5.9",
4113
                "psr/log": "~1.0",
4114
                "symfony/debug": "~2.8|~3.0",
4115
                "symfony/event-dispatcher": "~2.8|~3.0",
4116
                "symfony/http-foundation": "~2.8|~3.0"
4117
            },
4118
            "conflict": {
4119
                "symfony/config": "<2.8"
4120
            },
4121
            "require-dev": {
4122
                "symfony/browser-kit": "~2.8|~3.0",
4123
                "symfony/class-loader": "~2.8|~3.0",
4124
                "symfony/config": "~2.8|~3.0",
4125
                "symfony/console": "~2.8|~3.0",
4126
                "symfony/css-selector": "~2.8|~3.0",
4127
                "symfony/dependency-injection": "~2.8|~3.0",
4128
                "symfony/dom-crawler": "~2.8|~3.0",
4129
                "symfony/expression-language": "~2.8|~3.0",
4130
                "symfony/finder": "~2.8|~3.0",
4131
                "symfony/process": "~2.8|~3.0",
4132
                "symfony/routing": "~2.8|~3.0",
4133
                "symfony/stopwatch": "~2.8|~3.0",
4134
                "symfony/templating": "~2.8|~3.0",
4135
                "symfony/translation": "~2.8|~3.0",
4136
                "symfony/var-dumper": "~2.8|~3.0"
4137
            },
4138
            "suggest": {
4139
                "symfony/browser-kit": "",
4140
                "symfony/class-loader": "",
4141
                "symfony/config": "",
4142
                "symfony/console": "",
4143
                "symfony/dependency-injection": "",
4144
                "symfony/finder": "",
4145
                "symfony/var-dumper": ""
4146
            },
4147
            "type": "library",
4148
            "extra": {
4149
                "branch-alias": {
4150
                    "dev-master": "3.0-dev"
4151
                }
4152
            },
4153
            "autoload": {
4154
                "psr-4": {
4155
                    "Symfony\\Component\\HttpKernel\\": ""
4156
                },
4157
                "exclude-from-classmap": [
4158
                    "/Tests/"
4159
                ]
4160
            },
4161
            "notification-url": "https://packagist.org/downloads/",
4162
            "license": [
4163
                "MIT"
4164
            ],
4165
            "authors": [
4166
                {
4167
                    "name": "Fabien Potencier",
4168
                    "email": "[email protected]"
4169
                },
4170
                {
4171
                    "name": "Symfony Community",
4172
                    "homepage": "https://symfony.com/contributors"
4173
                }
4174
            ],
4175
            "description": "Symfony HttpKernel Component",
4176
            "homepage": "https://symfony.com",
4177
            "time": "2016-06-06T16:52:35+00:00"
4178
        },
4179
        {
4180
            "name": "symfony/polyfill-mbstring",
4181
            "version": "v1.3.0",
4182
            "source": {
4183
                "type": "git",
4184
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4185
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
4186
            },
4187
            "dist": {
4188
                "type": "zip",
4189
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
4190
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
4191
                "shasum": ""
4192
            },
4193
            "require": {
4194
                "php": ">=5.3.3"
4195
            },
4196
            "suggest": {
4197
                "ext-mbstring": "For best performance"
4198
            },
4199
            "type": "library",
4200
            "extra": {
4201
                "branch-alias": {
4202
                    "dev-master": "1.3-dev"
4203
                }
4204
            },
4205
            "autoload": {
4206
                "psr-4": {
4207
                    "Symfony\\Polyfill\\Mbstring\\": ""
4208
                },
4209
                "files": [
4210
                    "bootstrap.php"
4211
                ]
4212
            },
4213
            "notification-url": "https://packagist.org/downloads/",
4214
            "license": [
4215
                "MIT"
4216
            ],
4217
            "authors": [
4218
                {
4219
                    "name": "Nicolas Grekas",
4220
                    "email": "[email protected]"
4221
                },
4222
                {
4223
                    "name": "Symfony Community",
4224
                    "homepage": "https://symfony.com/contributors"
4225
                }
4226
            ],
4227
            "description": "Symfony polyfill for the Mbstring extension",
4228
            "homepage": "https://symfony.com",
4229
            "keywords": [
4230
                "compatibility",
4231
                "mbstring",
4232
                "polyfill",
4233
                "portable",
4234
                "shim"
4235
            ],
4236
            "time": "2016-11-14T01:06:16+00:00"
4237
        },
4238
        {
4239
            "name": "symfony/polyfill-php56",
4240
            "version": "v1.2.0",
4241
            "source": {
4242
                "type": "git",
4243
                "url": "https://github.com/symfony/polyfill-php56.git",
4244
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
4245
            },
4246
            "dist": {
4247
                "type": "zip",
4248
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
4249
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
4250
                "shasum": ""
4251
            },
4252
            "require": {
4253
                "php": ">=5.3.3",
4254
                "symfony/polyfill-util": "~1.0"
4255
            },
4256
            "type": "library",
4257
            "extra": {
4258
                "branch-alias": {
4259
                    "dev-master": "1.2-dev"
4260
                }
4261
            },
4262
            "autoload": {
4263
                "psr-4": {
4264
                    "Symfony\\Polyfill\\Php56\\": ""
4265
                },
4266
                "files": [
4267
                    "bootstrap.php"
4268
                ]
4269
            },
4270
            "notification-url": "https://packagist.org/downloads/",
4271
            "license": [
4272
                "MIT"
4273
            ],
4274
            "authors": [
4275
                {
4276
                    "name": "Nicolas Grekas",
4277
                    "email": "[email protected]"
4278
                },
4279
                {
4280
                    "name": "Symfony Community",
4281
                    "homepage": "https://symfony.com/contributors"
4282
                }
4283
            ],
4284
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4285
            "homepage": "https://symfony.com",
4286
            "keywords": [
4287
                "compatibility",
4288
                "polyfill",
4289
                "portable",
4290
                "shim"
4291
            ],
4292
            "time": "2016-05-18T14:26:46+00:00"
4293
        },
4294
        {
4295
            "name": "symfony/polyfill-util",
4296
            "version": "v1.2.0",
4297
            "source": {
4298
                "type": "git",
4299
                "url": "https://github.com/symfony/polyfill-util.git",
4300
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
4301
            },
4302
            "dist": {
4303
                "type": "zip",
4304
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
4305
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
4306
                "shasum": ""
4307
            },
4308
            "require": {
4309
                "php": ">=5.3.3"
4310
            },
4311
            "type": "library",
4312
            "extra": {
4313
                "branch-alias": {
4314
                    "dev-master": "1.2-dev"
4315
                }
4316
            },
4317
            "autoload": {
4318
                "psr-4": {
4319
                    "Symfony\\Polyfill\\Util\\": ""
4320
                }
4321
            },
4322
            "notification-url": "https://packagist.org/downloads/",
4323
            "license": [
4324
                "MIT"
4325
            ],
4326
            "authors": [
4327
                {
4328
                    "name": "Nicolas Grekas",
4329
                    "email": "[email protected]"
4330
                },
4331
                {
4332
                    "name": "Symfony Community",
4333
                    "homepage": "https://symfony.com/contributors"
4334
                }
4335
            ],
4336
            "description": "Symfony utilities for portability of PHP codes",
4337
            "homepage": "https://symfony.com",
4338
            "keywords": [
4339
                "compat",
4340
                "compatibility",
4341
                "polyfill",
4342
                "shim"
4343
            ],
4344
            "time": "2016-05-18T14:26:46+00:00"
4345
        },
4346
        {
4347
            "name": "symfony/process",
4348
            "version": "v3.0.7",
4349
            "source": {
4350
                "type": "git",
4351
                "url": "https://github.com/symfony/process.git",
4352
                "reference": "bf6e2d1fa8b93fdd7cca6b684c0ea213cf0255dd"
4353
            },
4354
            "dist": {
4355
                "type": "zip",
4356
                "url": "https://api.github.com/repos/symfony/process/zipball/bf6e2d1fa8b93fdd7cca6b684c0ea213cf0255dd",
4357
                "reference": "bf6e2d1fa8b93fdd7cca6b684c0ea213cf0255dd",
4358
                "shasum": ""
4359
            },
4360
            "require": {
4361
                "php": ">=5.5.9"
4362
            },
4363
            "type": "library",
4364
            "extra": {
4365
                "branch-alias": {
4366
                    "dev-master": "3.0-dev"
4367
                }
4368
            },
4369
            "autoload": {
4370
                "psr-4": {
4371
                    "Symfony\\Component\\Process\\": ""
4372
                },
4373
                "exclude-from-classmap": [
4374
                    "/Tests/"
4375
                ]
4376
            },
4377
            "notification-url": "https://packagist.org/downloads/",
4378
            "license": [
4379
                "MIT"
4380
            ],
4381
            "authors": [
4382
                {
4383
                    "name": "Fabien Potencier",
4384
                    "email": "[email protected]"
4385
                },
4386
                {
4387
                    "name": "Symfony Community",
4388
                    "homepage": "https://symfony.com/contributors"
4389
                }
4390
            ],
4391
            "description": "Symfony Process Component",
4392
            "homepage": "https://symfony.com",
4393
            "time": "2016-06-06T11:33:26+00:00"
4394
        },
4395
        {
4396
            "name": "symfony/translation",
4397
            "version": "v3.0.7",
4398
            "source": {
4399
                "type": "git",
4400
                "url": "https://github.com/symfony/translation.git",
4401
                "reference": "2b0aacaa613c0ec1ad8046f972d8abdcb19c1db7"
4402
            },
4403
            "dist": {
4404
                "type": "zip",
4405
                "url": "https://api.github.com/repos/symfony/translation/zipball/2b0aacaa613c0ec1ad8046f972d8abdcb19c1db7",
4406
                "reference": "2b0aacaa613c0ec1ad8046f972d8abdcb19c1db7",
4407
                "shasum": ""
4408
            },
4409
            "require": {
4410
                "php": ">=5.5.9",
4411
                "symfony/polyfill-mbstring": "~1.0"
4412
            },
4413
            "conflict": {
4414
                "symfony/config": "<2.8"
4415
            },
4416
            "require-dev": {
4417
                "psr/log": "~1.0",
4418
                "symfony/config": "~2.8|~3.0",
4419
                "symfony/intl": "~2.8|~3.0",
4420
                "symfony/yaml": "~2.8|~3.0"
4421
            },
4422
            "suggest": {
4423
                "psr/log": "To use logging capability in translator",
4424
                "symfony/config": "",
4425
                "symfony/yaml": ""
4426
            },
4427
            "type": "library",
4428
            "extra": {
4429
                "branch-alias": {
4430
                    "dev-master": "3.0-dev"
4431
                }
4432
            },
4433
            "autoload": {
4434
                "psr-4": {
4435
                    "Symfony\\Component\\Translation\\": ""
4436
                },
4437
                "exclude-from-classmap": [
4438
                    "/Tests/"
4439
                ]
4440
            },
4441
            "notification-url": "https://packagist.org/downloads/",
4442
            "license": [
4443
                "MIT"
4444
            ],
4445
            "authors": [
4446
                {
4447
                    "name": "Fabien Potencier",
4448
                    "email": "[email protected]"
4449
                },
4450
                {
4451
                    "name": "Symfony Community",
4452
                    "homepage": "https://symfony.com/contributors"
4453
                }
4454
            ],
4455
            "description": "Symfony Translation Component",
4456
            "homepage": "https://symfony.com",
4457
            "time": "2016-06-06T11:33:26+00:00"
4458
        },
4459
        {
4460
            "name": "symfony/yaml",
4461
            "version": "v3.2.7",
4462
            "source": {
4463
                "type": "git",
4464
                "url": "https://github.com/symfony/yaml.git",
4465
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
4466
            },
4467
            "dist": {
4468
                "type": "zip",
4469
                "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
4470
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
4471
                "shasum": ""
4472
            },
4473
            "require": {
4474
                "php": ">=5.5.9"
4475
            },
4476
            "require-dev": {
4477
                "symfony/console": "~2.8|~3.0"
4478
            },
4479
            "suggest": {
4480
                "symfony/console": "For validating YAML files using the lint command"
4481
            },
4482
            "type": "library",
4483
            "extra": {
4484
                "branch-alias": {
4485
                    "dev-master": "3.2-dev"
4486
                }
4487
            },
4488
            "autoload": {
4489
                "psr-4": {
4490
                    "Symfony\\Component\\Yaml\\": ""
4491
                },
4492
                "exclude-from-classmap": [
4493
                    "/Tests/"
4494
                ]
4495
            },
4496
            "notification-url": "https://packagist.org/downloads/",
4497
            "license": [
4498
                "MIT"
4499
            ],
4500
            "authors": [
4501
                {
4502
                    "name": "Fabien Potencier",
4503
                    "email": "[email protected]"
4504
                },
4505
                {
4506
                    "name": "Symfony Community",
4507
                    "homepage": "https://symfony.com/contributors"
4508
                }
4509
            ],
4510
            "description": "Symfony Yaml Component",
4511
            "homepage": "https://symfony.com",
4512
            "time": "2017-03-20T09:45:15+00:00"
4513
        },
4514
        {
4515
            "name": "webmozart/assert",
4516
            "version": "1.0.2",
4517
            "source": {
4518
                "type": "git",
4519
                "url": "https://github.com/webmozart/assert.git",
4520
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
4521
            },
4522
            "dist": {
4523
                "type": "zip",
4524
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4525
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4526
                "shasum": ""
4527
            },
4528
            "require": {
4529
                "php": ">=5.3.3"
4530
            },
4531
            "require-dev": {
4532
                "phpunit/phpunit": "^4.6"
4533
            },
4534
            "type": "library",
4535
            "extra": {
4536
                "branch-alias": {
4537
                    "dev-master": "1.0-dev"
4538
                }
4539
            },
4540
            "autoload": {
4541
                "psr-4": {
4542
                    "Webmozart\\Assert\\": "src/"
4543
                }
4544
            },
4545
            "notification-url": "https://packagist.org/downloads/",
4546
            "license": [
4547
                "MIT"
4548
            ],
4549
            "authors": [
4550
                {
4551
                    "name": "Bernhard Schussek",
4552
                    "email": "[email protected]"
4553
                }
4554
            ],
4555
            "description": "Assertions to validate method input/output with nice error messages.",
4556
            "keywords": [
4557
                "assert",
4558
                "check",
4559
                "validate"
4560
            ],
4561
            "time": "2015-08-24T13:29:44+00:00"
4562
        }
4563
    ],
4564
    "aliases": [],
4565
    "minimum-stability": "stable",
4566
    "stability-flags": [],
4567
    "prefer-stable": false,
4568
    "prefer-lowest": false,
4569
    "platform": {
4570
        "php": ">=5.6.0"
4571
    },
4572
    "platform-dev": [],
4573
    "platform-overrides": {
4574
        "php": "5.6"
4575
    }
4576
}
4577