Completed
Push — master ( fac20c...f0346e )
by Gabriel
12s queued 10s
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2cf02b3bc4b664c0397b5867f875ba27",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.7.6",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "8726e183ebbb0169cb6cb4832e22ebd355524563"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/8726e183ebbb0169cb6cb4832e22ebd355524563",
20
                "reference": "8726e183ebbb0169cb6cb4832e22ebd355524563",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "^2.1.1",
29
                "phpunit/phpunit": "^4|^5"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Assert\\": "lib/Assert"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2017-05-04T02:00:24+00:00"
63
        },
64
        {
65
            "name": "dividebv/phpdivideiq",
66
            "version": "v0.6.0",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/DivideBV/PHPDivideIQ.git",
70
                "reference": "bd12e3c226b061d7152f93ab1195fbaaf074b20d"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/DivideBV/PHPDivideIQ/zipball/bd12e3c226b061d7152f93ab1195fbaaf074b20d",
75
                "reference": "bd12e3c226b061d7152f93ab1195fbaaf074b20d",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "guzzlehttp/guzzle": "^6.0",
80
                "php": ">=5.4.0"
81
            },
82
            "require-dev": {
83
                "apigen/apigen": "^4.1",
84
                "squizlabs/php_codesniffer": "2.*"
85
            },
86
            "type": "library",
87
            "autoload": {
88
                "psr-4": {
89
                    "DivideBV\\PHPDivideIQ\\": [
90
                        "src"
91
                    ]
92
                }
93
            },
94
            "notification-url": "https://packagist.org/downloads/",
95
            "license": [
96
                "GPL-2.0"
97
            ],
98
            "description": "PHP connector library for Divide IQ",
99
            "homepage": "https://github.com/DivideBV/PHPDivideIQ",
100
            "time": "2018-09-07T07:29:18+00:00"
101
        },
102
        {
103
            "name": "guzzlehttp/guzzle",
104
            "version": "6.3.3",
105
            "source": {
106
                "type": "git",
107
                "url": "https://github.com/guzzle/guzzle.git",
108
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
109
            },
110
            "dist": {
111
                "type": "zip",
112
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
113
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
114
                "shasum": ""
115
            },
116
            "require": {
117
                "guzzlehttp/promises": "^1.0",
118
                "guzzlehttp/psr7": "^1.4",
119
                "php": ">=5.5"
120
            },
121
            "require-dev": {
122
                "ext-curl": "*",
123
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
124
                "psr/log": "^1.0"
125
            },
126
            "suggest": {
127
                "psr/log": "Required for using the Log middleware"
128
            },
129
            "type": "library",
130
            "extra": {
131
                "branch-alias": {
132
                    "dev-master": "6.3-dev"
133
                }
134
            },
135
            "autoload": {
136
                "files": [
137
                    "src/functions_include.php"
138
                ],
139
                "psr-4": {
140
                    "GuzzleHttp\\": "src/"
141
                }
142
            },
143
            "notification-url": "https://packagist.org/downloads/",
144
            "license": [
145
                "MIT"
146
            ],
147
            "authors": [
148
                {
149
                    "name": "Michael Dowling",
150
                    "email": "[email protected]",
151
                    "homepage": "https://github.com/mtdowling"
152
                }
153
            ],
154
            "description": "Guzzle is a PHP HTTP client library",
155
            "homepage": "http://guzzlephp.org/",
156
            "keywords": [
157
                "client",
158
                "curl",
159
                "framework",
160
                "http",
161
                "http client",
162
                "rest",
163
                "web service"
164
            ],
165
            "time": "2018-04-22T15:46:56+00:00"
166
        },
167
        {
168
            "name": "guzzlehttp/promises",
169
            "version": "v1.3.1",
170
            "source": {
171
                "type": "git",
172
                "url": "https://github.com/guzzle/promises.git",
173
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
174
            },
175
            "dist": {
176
                "type": "zip",
177
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
178
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
179
                "shasum": ""
180
            },
181
            "require": {
182
                "php": ">=5.5.0"
183
            },
184
            "require-dev": {
185
                "phpunit/phpunit": "^4.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.4-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "GuzzleHttp\\Promise\\": "src/"
196
                },
197
                "files": [
198
                    "src/functions_include.php"
199
                ]
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Michael Dowling",
208
                    "email": "[email protected]",
209
                    "homepage": "https://github.com/mtdowling"
210
                }
211
            ],
212
            "description": "Guzzle promises library",
213
            "keywords": [
214
                "promise"
215
            ],
216
            "time": "2016-12-20T10:07:11+00:00"
217
        },
218
        {
219
            "name": "guzzlehttp/psr7",
220
            "version": "1.4.2",
221
            "source": {
222
                "type": "git",
223
                "url": "https://github.com/guzzle/psr7.git",
224
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
225
            },
226
            "dist": {
227
                "type": "zip",
228
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
229
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
230
                "shasum": ""
231
            },
232
            "require": {
233
                "php": ">=5.4.0",
234
                "psr/http-message": "~1.0"
235
            },
236
            "provide": {
237
                "psr/http-message-implementation": "1.0"
238
            },
239
            "require-dev": {
240
                "phpunit/phpunit": "~4.0"
241
            },
242
            "type": "library",
243
            "extra": {
244
                "branch-alias": {
245
                    "dev-master": "1.4-dev"
246
                }
247
            },
248
            "autoload": {
249
                "psr-4": {
250
                    "GuzzleHttp\\Psr7\\": "src/"
251
                },
252
                "files": [
253
                    "src/functions_include.php"
254
                ]
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "Michael Dowling",
263
                    "email": "[email protected]",
264
                    "homepage": "https://github.com/mtdowling"
265
                },
266
                {
267
                    "name": "Tobias Schultze",
268
                    "homepage": "https://github.com/Tobion"
269
                }
270
            ],
271
            "description": "PSR-7 message implementation that also provides common utility methods",
272
            "keywords": [
273
                "http",
274
                "message",
275
                "request",
276
                "response",
277
                "stream",
278
                "uri",
279
                "url"
280
            ],
281
            "time": "2017-03-20T17:10:46+00:00"
282
        },
283
        {
284
            "name": "magento/framework",
285
            "version": "100.1.9",
286
            "dist": {
287
                "type": "zip",
288
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-100.1.9.0.zip",
289
                "reference": null,
290
                "shasum": "6dccf6eb1f5c47bb9d16280aac2b4b786188e804"
291
            },
292
            "require": {
293
                "ext-curl": "*",
294
                "ext-dom": "*",
295
                "ext-gd": "*",
296
                "ext-hash": "*",
297
                "ext-iconv": "*",
298
                "ext-mcrypt": "*",
299
                "ext-openssl": "*",
300
                "ext-simplexml": "*",
301
                "ext-spl": "*",
302
                "ext-xsl": "*",
303
                "lib-libxml": "*",
304
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
305
                "symfony/process": "~2.1",
306
                "zendframework/zend-http": "~2.4.6",
307
                "zendframework/zend-stdlib": "~2.4.6"
308
            },
309
            "suggest": {
310
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
311
            },
312
            "type": "magento2-library",
313
            "autoload": {
314
                "psr-4": {
315
                    "Magento\\Framework\\": ""
316
                },
317
                "files": [
318
                    "registration.php"
319
                ]
320
            },
321
            "license": [
322
                "OSL-3.0",
323
                "AFL-3.0"
324
            ],
325
            "description": "N/A"
326
        },
327
        {
328
            "name": "magento/module-authorization",
329
            "version": "100.1.2",
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.1.2.0.zip",
333
                "reference": null,
334
                "shasum": "b3bbc4ce889e1b43e45e1adb50208a8fc4721662"
335
            },
336
            "require": {
337
                "magento/framework": "100.1.*",
338
                "magento/module-backend": "100.1.*",
339
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
340
            },
341
            "type": "magento2-module",
342
            "autoload": {
343
                "files": [
344
                    "registration.php"
345
                ],
346
                "psr-4": {
347
                    "Magento\\Authorization\\": ""
348
                }
349
            },
350
            "license": [
351
                "OSL-3.0",
352
                "AFL-3.0"
353
            ],
354
            "description": "Authorization module provides access to Magento ACL functionality."
355
        },
356
        {
357
            "name": "magento/module-backend",
358
            "version": "100.1.4",
359
            "dist": {
360
                "type": "zip",
361
                "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-100.1.4.0.zip",
362
                "reference": null,
363
                "shasum": "00eb83bea2dd9abd45e097674bc788b4e02b79c0"
364
            },
365
            "require": {
366
                "magento/framework": "100.1.*",
367
                "magento/module-backup": "100.1.*",
368
                "magento/module-catalog": "101.0.*",
369
                "magento/module-config": "100.1.*",
370
                "magento/module-customer": "100.1.*",
371
                "magento/module-developer": "100.1.*",
372
                "magento/module-directory": "100.1.*",
373
                "magento/module-eav": "100.1.*",
374
                "magento/module-quote": "100.1.*",
375
                "magento/module-reports": "100.1.*",
376
                "magento/module-require-js": "100.1.*",
377
                "magento/module-sales": "100.1.*",
378
                "magento/module-security": "100.1.*",
379
                "magento/module-store": "100.1.*",
380
                "magento/module-theme": "100.1.*",
381
                "magento/module-translation": "100.1.*",
382
                "magento/module-user": "100.1.*",
383
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
384
            },
385
            "type": "magento2-module",
386
            "autoload": {
387
                "files": [
388
                    "registration.php"
389
                ],
390
                "psr-4": {
391
                    "Magento\\Backend\\": ""
392
                }
393
            },
394
            "license": [
395
                "OSL-3.0",
396
                "AFL-3.0"
397
            ],
398
            "description": "N/A"
399
        },
400
        {
401
            "name": "magento/module-backup",
402
            "version": "100.1.3",
403
            "dist": {
404
                "type": "zip",
405
                "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.1.3.0.zip",
406
                "reference": null,
407
                "shasum": "2026b88f68e9e85b333df6c38e2b9f31671ef61d"
408
            },
409
            "require": {
410
                "magento/framework": "100.1.*",
411
                "magento/module-backend": "100.1.*",
412
                "magento/module-cron": "100.1.*",
413
                "magento/module-store": "100.1.*",
414
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
415
            },
416
            "type": "magento2-module",
417
            "autoload": {
418
                "files": [
419
                    "registration.php"
420
                ],
421
                "psr-4": {
422
                    "Magento\\Backup\\": ""
423
                }
424
            },
425
            "license": [
426
                "OSL-3.0",
427
                "AFL-3.0"
428
            ],
429
            "description": "N/A"
430
        },
431
        {
432
            "name": "magento/module-catalog",
433
            "version": "101.0.9",
434
            "dist": {
435
                "type": "zip",
436
                "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-101.0.9.0.zip",
437
                "reference": null,
438
                "shasum": "b89fb9a203c99f4e96ca9493a4bb978c110ba062"
439
            },
440
            "require": {
441
                "magento/framework": "100.1.*",
442
                "magento/module-backend": "100.1.*",
443
                "magento/module-catalog-inventory": "100.1.*",
444
                "magento/module-catalog-rule": "100.1.*",
445
                "magento/module-catalog-url-rewrite": "100.1.*",
446
                "magento/module-checkout": "100.1.*",
447
                "magento/module-cms": "101.0.*",
448
                "magento/module-config": "100.1.*",
449
                "magento/module-customer": "100.1.*",
450
                "magento/module-directory": "100.1.*",
451
                "magento/module-eav": "100.1.*",
452
                "magento/module-indexer": "100.1.*",
453
                "magento/module-media-storage": "100.1.*",
454
                "magento/module-msrp": "100.1.*",
455
                "magento/module-page-cache": "100.1.*",
456
                "magento/module-product-alert": "100.1.*",
457
                "magento/module-quote": "100.1.*",
458
                "magento/module-store": "100.1.*",
459
                "magento/module-tax": "100.1.*",
460
                "magento/module-theme": "100.1.*",
461
                "magento/module-ui": "100.1.*",
462
                "magento/module-url-rewrite": "100.1.*",
463
                "magento/module-widget": "100.1.*",
464
                "magento/module-wishlist": "100.1.*",
465
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
466
            },
467
            "suggest": {
468
                "magento/module-catalog-sample-data": "Sample Data version:100.1.*",
469
                "magento/module-cookie": "100.1.*"
470
            },
471
            "type": "magento2-module",
472
            "autoload": {
473
                "files": [
474
                    "registration.php"
475
                ],
476
                "psr-4": {
477
                    "Magento\\Catalog\\": ""
478
                }
479
            },
480
            "license": [
481
                "OSL-3.0",
482
                "AFL-3.0"
483
            ],
484
            "description": "N/A"
485
        },
486
        {
487
            "name": "magento/module-catalog-import-export",
488
            "version": "100.1.6",
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-100.1.6.0.zip",
492
                "reference": null,
493
                "shasum": "24218865db829e80bc004797c0ce4ec6cebea520"
494
            },
495
            "require": {
496
                "ext-ctype": "*",
497
                "magento/framework": "100.1.*",
498
                "magento/module-catalog": "101.0.*",
499
                "magento/module-catalog-inventory": "100.1.*",
500
                "magento/module-catalog-url-rewrite": "100.1.*",
501
                "magento/module-customer": "100.1.*",
502
                "magento/module-eav": "100.1.*",
503
                "magento/module-import-export": "100.1.*",
504
                "magento/module-media-storage": "100.1.*",
505
                "magento/module-store": "100.1.*",
506
                "magento/module-tax": "100.1.*",
507
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
508
            },
509
            "type": "magento2-module",
510
            "autoload": {
511
                "files": [
512
                    "registration.php"
513
                ],
514
                "psr-4": {
515
                    "Magento\\CatalogImportExport\\": ""
516
                }
517
            },
518
            "license": [
519
                "OSL-3.0",
520
                "AFL-3.0"
521
            ],
522
            "description": "N/A"
523
        },
524
        {
525
            "name": "magento/module-catalog-inventory",
526
            "version": "100.1.6",
527
            "dist": {
528
                "type": "zip",
529
                "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.1.6.0.zip",
530
                "reference": null,
531
                "shasum": "e1237294f6e4cddc2d24a5e8ecf79cfee7a8386f"
532
            },
533
            "require": {
534
                "magento/framework": "100.1.*",
535
                "magento/module-catalog": "101.0.*",
536
                "magento/module-config": "100.1.*",
537
                "magento/module-customer": "100.1.*",
538
                "magento/module-eav": "100.1.*",
539
                "magento/module-quote": "100.1.*",
540
                "magento/module-store": "100.1.*",
541
                "magento/module-ui": "100.1.*",
542
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
543
            },
544
            "type": "magento2-module",
545
            "autoload": {
546
                "files": [
547
                    "registration.php"
548
                ],
549
                "psr-4": {
550
                    "Magento\\CatalogInventory\\": ""
551
                }
552
            },
553
            "license": [
554
                "OSL-3.0",
555
                "AFL-3.0"
556
            ],
557
            "description": "N/A"
558
        },
559
        {
560
            "name": "magento/module-catalog-rule",
561
            "version": "100.1.4",
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-100.1.4.0.zip",
565
                "reference": null,
566
                "shasum": "520a5ff8614cbd1cc6a760e3655e9e69d71c28f6"
567
            },
568
            "require": {
569
                "magento/framework": "100.1.*",
570
                "magento/module-backend": "100.1.*",
571
                "magento/module-catalog": "101.0.*",
572
                "magento/module-customer": "100.1.*",
573
                "magento/module-eav": "100.1.*",
574
                "magento/module-rule": "100.1.*",
575
                "magento/module-store": "100.1.*",
576
                "magento/module-ui": "100.1.*",
577
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
578
            },
579
            "suggest": {
580
                "magento/module-catalog-rule-sample-data": "Sample Data version:100.1.*",
581
                "magento/module-import-export": "100.1.*"
582
            },
583
            "type": "magento2-module",
584
            "autoload": {
585
                "files": [
586
                    "registration.php"
587
                ],
588
                "psr-4": {
589
                    "Magento\\CatalogRule\\": ""
590
                }
591
            },
592
            "license": [
593
                "OSL-3.0",
594
                "AFL-3.0"
595
            ],
596
            "description": "N/A"
597
        },
598
        {
599
            "name": "magento/module-catalog-url-rewrite",
600
            "version": "100.1.4",
601
            "dist": {
602
                "type": "zip",
603
                "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.1.4.0.zip",
604
                "reference": null,
605
                "shasum": "dfc0b64de87da00cea74030518357a2cb48dacf3"
606
            },
607
            "require": {
608
                "magento/framework": "100.1.*",
609
                "magento/module-backend": "100.1.*",
610
                "magento/module-catalog": "101.0.*",
611
                "magento/module-catalog-import-export": "100.1.*",
612
                "magento/module-eav": "100.1.*",
613
                "magento/module-import-export": "100.1.*",
614
                "magento/module-store": "100.1.*",
615
                "magento/module-ui": "100.1.*",
616
                "magento/module-url-rewrite": "100.1.*",
617
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
618
            },
619
            "type": "magento2-module",
620
            "autoload": {
621
                "files": [
622
                    "registration.php"
623
                ],
624
                "psr-4": {
625
                    "Magento\\CatalogUrlRewrite\\": ""
626
                }
627
            },
628
            "license": [
629
                "OSL-3.0",
630
                "AFL-3.0"
631
            ],
632
            "description": "N/A"
633
        },
634
        {
635
            "name": "magento/module-checkout",
636
            "version": "100.1.8",
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.1.8.0.zip",
640
                "reference": null,
641
                "shasum": "6cb853b2a5473337b120f0f2692cc940da62a278"
642
            },
643
            "require": {
644
                "magento/framework": "100.1.*",
645
                "magento/module-backend": "100.1.*",
646
                "magento/module-catalog": "101.0.*",
647
                "magento/module-catalog-inventory": "100.1.*",
648
                "magento/module-config": "100.1.*",
649
                "magento/module-customer": "100.1.*",
650
                "magento/module-directory": "100.1.*",
651
                "magento/module-eav": "100.1.*",
652
                "magento/module-msrp": "100.1.*",
653
                "magento/module-page-cache": "100.1.*",
654
                "magento/module-payment": "100.1.*",
655
                "magento/module-quote": "100.1.*",
656
                "magento/module-sales": "100.1.*",
657
                "magento/module-sales-rule": "100.1.*",
658
                "magento/module-shipping": "100.1.*",
659
                "magento/module-store": "100.1.*",
660
                "magento/module-tax": "100.1.*",
661
                "magento/module-theme": "100.1.*",
662
                "magento/module-ui": "100.1.*",
663
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
664
            },
665
            "suggest": {
666
                "magento/module-cookie": "100.1.*"
667
            },
668
            "type": "magento2-module",
669
            "autoload": {
670
                "files": [
671
                    "registration.php"
672
                ],
673
                "psr-4": {
674
                    "Magento\\Checkout\\": ""
675
                }
676
            },
677
            "license": [
678
                "OSL-3.0",
679
                "AFL-3.0"
680
            ],
681
            "description": "N/A"
682
        },
683
        {
684
            "name": "magento/module-cms",
685
            "version": "101.0.7",
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-101.0.7.0.zip",
689
                "reference": null,
690
                "shasum": "6a971ee6d8a400c78a59a4973ed1be7983fbcd1a"
691
            },
692
            "require": {
693
                "magento/framework": "100.1.*",
694
                "magento/module-backend": "100.1.*",
695
                "magento/module-catalog": "101.0.*",
696
                "magento/module-email": "100.1.*",
697
                "magento/module-media-storage": "100.1.*",
698
                "magento/module-store": "100.1.*",
699
                "magento/module-theme": "100.1.*",
700
                "magento/module-ui": "100.1.*",
701
                "magento/module-variable": "100.1.*",
702
                "magento/module-widget": "100.1.*",
703
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
704
            },
705
            "suggest": {
706
                "magento/module-cms-sample-data": "Sample Data version:100.1.*"
707
            },
708
            "type": "magento2-module",
709
            "autoload": {
710
                "files": [
711
                    "registration.php"
712
                ],
713
                "psr-4": {
714
                    "Magento\\Cms\\": ""
715
                }
716
            },
717
            "license": [
718
                "OSL-3.0",
719
                "AFL-3.0"
720
            ],
721
            "description": "N/A"
722
        },
723
        {
724
            "name": "magento/module-cms-url-rewrite",
725
            "version": "100.1.2",
726
            "dist": {
727
                "type": "zip",
728
                "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.1.2.0.zip",
729
                "reference": null,
730
                "shasum": "7a703192417c5b6ba33606a9e41f992aef3fa616"
731
            },
732
            "require": {
733
                "magento/framework": "100.1.*",
734
                "magento/module-cms": "101.0.*",
735
                "magento/module-store": "100.1.*",
736
                "magento/module-url-rewrite": "100.1.*",
737
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
738
            },
739
            "type": "magento2-module",
740
            "autoload": {
741
                "files": [
742
                    "registration.php"
743
                ],
744
                "psr-4": {
745
                    "Magento\\CmsUrlRewrite\\": ""
746
                }
747
            },
748
            "license": [
749
                "OSL-3.0",
750
                "AFL-3.0"
751
            ],
752
            "description": "N/A"
753
        },
754
        {
755
            "name": "magento/module-config",
756
            "version": "100.1.6",
757
            "dist": {
758
                "type": "zip",
759
                "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-100.1.6.0.zip",
760
                "reference": null,
761
                "shasum": "6dd17fa55e0b3a2270297c525c17deefec2db475"
762
            },
763
            "require": {
764
                "magento/framework": "100.1.*",
765
                "magento/module-backend": "100.1.*",
766
                "magento/module-cron": "100.1.*",
767
                "magento/module-directory": "100.1.*",
768
                "magento/module-email": "100.1.*",
769
                "magento/module-media-storage": "100.1.*",
770
                "magento/module-store": "100.1.*",
771
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
772
            },
773
            "suggest": {
774
                "magento/module-deploy": "100.1.*"
775
            },
776
            "type": "magento2-module",
777
            "autoload": {
778
                "files": [
779
                    "registration.php"
780
                ],
781
                "psr-4": {
782
                    "Magento\\Config\\": ""
783
                }
784
            },
785
            "license": [
786
                "OSL-3.0",
787
                "AFL-3.0"
788
            ],
789
            "description": "N/A"
790
        },
791
        {
792
            "name": "magento/module-contact",
793
            "version": "100.1.3",
794
            "dist": {
795
                "type": "zip",
796
                "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.1.3.0.zip",
797
                "reference": null,
798
                "shasum": "e01aed6486bc20edc575e706df2f68225041df41"
799
            },
800
            "require": {
801
                "magento/framework": "100.1.*",
802
                "magento/module-cms": "101.0.*",
803
                "magento/module-config": "100.1.*",
804
                "magento/module-customer": "100.1.*",
805
                "magento/module-store": "100.1.*",
806
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
807
            },
808
            "type": "magento2-module",
809
            "autoload": {
810
                "files": [
811
                    "registration.php"
812
                ],
813
                "psr-4": {
814
                    "Magento\\Contact\\": ""
815
                }
816
            },
817
            "license": [
818
                "OSL-3.0",
819
                "AFL-3.0"
820
            ],
821
            "description": "N/A"
822
        },
823
        {
824
            "name": "magento/module-cron",
825
            "version": "100.1.3",
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.1.3.0.zip",
829
                "reference": null,
830
                "shasum": "e6a118163ee02877e45af43c078c37dbe80bb871"
831
            },
832
            "require": {
833
                "magento/framework": "100.1.*",
834
                "magento/module-store": "100.1.*",
835
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
836
            },
837
            "suggest": {
838
                "magento/module-config": "100.1.*"
839
            },
840
            "type": "magento2-module",
841
            "autoload": {
842
                "files": [
843
                    "registration.php"
844
                ],
845
                "psr-4": {
846
                    "Magento\\Cron\\": ""
847
                }
848
            },
849
            "license": [
850
                "OSL-3.0",
851
                "AFL-3.0"
852
            ],
853
            "description": "N/A"
854
        },
855
        {
856
            "name": "magento/module-customer",
857
            "version": "100.1.8",
858
            "dist": {
859
                "type": "zip",
860
                "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-100.1.8.0.zip",
861
                "reference": null,
862
                "shasum": "c337eb64e68718eff1a927a7dcbd39495ee31d05"
863
            },
864
            "require": {
865
                "magento/framework": "100.1.*",
866
                "magento/module-authorization": "100.1.*",
867
                "magento/module-backend": "100.1.*",
868
                "magento/module-catalog": "101.0.*",
869
                "magento/module-checkout": "100.1.*",
870
                "magento/module-config": "100.1.*",
871
                "magento/module-directory": "100.1.*",
872
                "magento/module-eav": "100.1.*",
873
                "magento/module-integration": "100.1.*",
874
                "magento/module-media-storage": "100.1.*",
875
                "magento/module-newsletter": "100.1.*",
876
                "magento/module-page-cache": "100.1.*",
877
                "magento/module-quote": "100.1.*",
878
                "magento/module-review": "100.1.*",
879
                "magento/module-sales": "100.1.*",
880
                "magento/module-store": "100.1.*",
881
                "magento/module-tax": "100.1.*",
882
                "magento/module-theme": "100.1.*",
883
                "magento/module-ui": "100.1.*",
884
                "magento/module-wishlist": "100.1.*",
885
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
886
            },
887
            "suggest": {
888
                "magento/module-cookie": "100.1.*",
889
                "magento/module-customer-sample-data": "Sample Data version:100.1.*"
890
            },
891
            "type": "magento2-module",
892
            "autoload": {
893
                "files": [
894
                    "registration.php"
895
                ],
896
                "psr-4": {
897
                    "Magento\\Customer\\": ""
898
                }
899
            },
900
            "license": [
901
                "OSL-3.0",
902
                "AFL-3.0"
903
            ],
904
            "description": "N/A"
905
        },
906
        {
907
            "name": "magento/module-developer",
908
            "version": "100.1.3",
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.1.3.0.zip",
912
                "reference": null,
913
                "shasum": "7aa5019f536dcd3fed19cc275768b2333ec66a88"
914
            },
915
            "require": {
916
                "magento/framework": "100.1.*",
917
                "magento/module-store": "100.1.*",
918
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
919
            },
920
            "type": "magento2-module",
921
            "autoload": {
922
                "files": [
923
                    "registration.php"
924
                ],
925
                "psr-4": {
926
                    "Magento\\Developer\\": ""
927
                }
928
            },
929
            "license": [
930
                "OSL-3.0",
931
                "AFL-3.0"
932
            ],
933
            "description": "N/A"
934
        },
935
        {
936
            "name": "magento/module-directory",
937
            "version": "100.1.4",
938
            "dist": {
939
                "type": "zip",
940
                "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.1.4.0.zip",
941
                "reference": null,
942
                "shasum": "f058ec409bedebb3f38f0cfda5e4488d8d1bb928"
943
            },
944
            "require": {
945
                "lib-libxml": "*",
946
                "magento/framework": "100.1.*",
947
                "magento/module-backend": "100.1.*",
948
                "magento/module-config": "100.1.*",
949
                "magento/module-store": "100.1.*",
950
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
951
            },
952
            "type": "magento2-module",
953
            "autoload": {
954
                "files": [
955
                    "registration.php"
956
                ],
957
                "psr-4": {
958
                    "Magento\\Directory\\": ""
959
                }
960
            },
961
            "license": [
962
                "OSL-3.0",
963
                "AFL-3.0"
964
            ],
965
            "description": "N/A"
966
        },
967
        {
968
            "name": "magento/module-downloadable",
969
            "version": "100.1.3",
970
            "dist": {
971
                "type": "zip",
972
                "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.1.3.0.zip",
973
                "reference": null,
974
                "shasum": "1e90656b6ca80494e6099dcf1bfedef3d49047a7"
975
            },
976
            "require": {
977
                "magento/framework": "100.1.*",
978
                "magento/module-backend": "100.1.*",
979
                "magento/module-catalog": "101.0.*",
980
                "magento/module-catalog-inventory": "100.1.*",
981
                "magento/module-checkout": "100.1.*",
982
                "magento/module-config": "100.1.*",
983
                "magento/module-customer": "100.1.*",
984
                "magento/module-directory": "100.1.*",
985
                "magento/module-eav": "100.1.*",
986
                "magento/module-gift-message": "100.1.*",
987
                "magento/module-media-storage": "100.1.*",
988
                "magento/module-quote": "100.1.*",
989
                "magento/module-sales": "100.1.*",
990
                "magento/module-store": "100.1.*",
991
                "magento/module-tax": "100.1.*",
992
                "magento/module-theme": "100.1.*",
993
                "magento/module-ui": "100.1.*",
994
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
995
            },
996
            "suggest": {
997
                "magento/module-downloadable-sample-data": "Sample Data version:100.1.*"
998
            },
999
            "type": "magento2-module",
1000
            "autoload": {
1001
                "files": [
1002
                    "registration.php"
1003
                ],
1004
                "psr-4": {
1005
                    "Magento\\Downloadable\\": ""
1006
                }
1007
            },
1008
            "license": [
1009
                "OSL-3.0",
1010
                "AFL-3.0"
1011
            ],
1012
            "description": "N/A"
1013
        },
1014
        {
1015
            "name": "magento/module-eav",
1016
            "version": "100.1.6",
1017
            "dist": {
1018
                "type": "zip",
1019
                "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-100.1.6.0.zip",
1020
                "reference": null,
1021
                "shasum": "8242954cc5bcc07b0b4a8b03cd7da3a3b9a53899"
1022
            },
1023
            "require": {
1024
                "magento/framework": "100.1.*",
1025
                "magento/module-backend": "100.1.*",
1026
                "magento/module-catalog": "101.0.*",
1027
                "magento/module-config": "100.1.*",
1028
                "magento/module-media-storage": "100.1.*",
1029
                "magento/module-store": "100.1.*",
1030
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1031
            },
1032
            "type": "magento2-module",
1033
            "autoload": {
1034
                "files": [
1035
                    "registration.php"
1036
                ],
1037
                "psr-4": {
1038
                    "Magento\\Eav\\": ""
1039
                }
1040
            },
1041
            "license": [
1042
                "OSL-3.0",
1043
                "AFL-3.0"
1044
            ],
1045
            "description": "N/A"
1046
        },
1047
        {
1048
            "name": "magento/module-email",
1049
            "version": "100.1.5",
1050
            "dist": {
1051
                "type": "zip",
1052
                "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-100.1.5.0.zip",
1053
                "reference": null,
1054
                "shasum": "b61595253faf6fc862029a48b6492c5841fb28b2"
1055
            },
1056
            "require": {
1057
                "magento/framework": "100.1.*",
1058
                "magento/module-backend": "100.1.*",
1059
                "magento/module-cms": "101.0.*",
1060
                "magento/module-config": "100.1.*",
1061
                "magento/module-store": "100.1.*",
1062
                "magento/module-theme": "100.1.*",
1063
                "magento/module-variable": "100.1.*",
1064
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1065
            },
1066
            "type": "magento2-module",
1067
            "autoload": {
1068
                "files": [
1069
                    "registration.php"
1070
                ],
1071
                "psr-4": {
1072
                    "Magento\\Email\\": ""
1073
                }
1074
            },
1075
            "license": [
1076
                "OSL-3.0",
1077
                "AFL-3.0"
1078
            ],
1079
            "description": "N/A"
1080
        },
1081
        {
1082
            "name": "magento/module-gift-message",
1083
            "version": "100.1.4",
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.1.4.0.zip",
1087
                "reference": null,
1088
                "shasum": "696bdc88b586792e833581b21e570ab9671b007f"
1089
            },
1090
            "require": {
1091
                "magento/framework": "100.1.*",
1092
                "magento/module-backend": "100.1.*",
1093
                "magento/module-catalog": "101.0.*",
1094
                "magento/module-checkout": "100.1.*",
1095
                "magento/module-customer": "100.1.*",
1096
                "magento/module-quote": "100.1.*",
1097
                "magento/module-sales": "100.1.*",
1098
                "magento/module-store": "100.1.*",
1099
                "magento/module-ui": "100.1.*",
1100
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1101
            },
1102
            "suggest": {
1103
                "magento/module-multishipping": "100.1.*"
1104
            },
1105
            "type": "magento2-module",
1106
            "autoload": {
1107
                "files": [
1108
                    "registration.php"
1109
                ],
1110
                "psr-4": {
1111
                    "Magento\\GiftMessage\\": ""
1112
                }
1113
            },
1114
            "license": [
1115
                "OSL-3.0",
1116
                "AFL-3.0"
1117
            ],
1118
            "description": "N/A"
1119
        },
1120
        {
1121
            "name": "magento/module-grouped-product",
1122
            "version": "100.1.4",
1123
            "dist": {
1124
                "type": "zip",
1125
                "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.1.4.0.zip",
1126
                "reference": null,
1127
                "shasum": "559d5dc899c4804a7737655b7c385a94e5271ed6"
1128
            },
1129
            "require": {
1130
                "magento/framework": "100.1.*",
1131
                "magento/module-backend": "100.1.*",
1132
                "magento/module-catalog": "101.0.*",
1133
                "magento/module-catalog-inventory": "100.1.*",
1134
                "magento/module-checkout": "100.1.*",
1135
                "magento/module-customer": "100.1.*",
1136
                "magento/module-eav": "100.1.*",
1137
                "magento/module-media-storage": "100.1.*",
1138
                "magento/module-msrp": "100.1.*",
1139
                "magento/module-quote": "100.1.*",
1140
                "magento/module-sales": "100.1.*",
1141
                "magento/module-store": "100.1.*",
1142
                "magento/module-ui": "100.1.*",
1143
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1144
            },
1145
            "suggest": {
1146
                "magento/module-grouped-product-sample-data": "Sample Data version:100.1.*"
1147
            },
1148
            "type": "magento2-module",
1149
            "autoload": {
1150
                "files": [
1151
                    "registration.php"
1152
                ],
1153
                "psr-4": {
1154
                    "Magento\\GroupedProduct\\": ""
1155
                }
1156
            },
1157
            "license": [
1158
                "OSL-3.0",
1159
                "AFL-3.0"
1160
            ],
1161
            "description": "N/A"
1162
        },
1163
        {
1164
            "name": "magento/module-import-export",
1165
            "version": "100.1.4",
1166
            "dist": {
1167
                "type": "zip",
1168
                "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-100.1.4.0.zip",
1169
                "reference": null,
1170
                "shasum": "f4485ee55b19d04811185645a77698246c82ab8f"
1171
            },
1172
            "require": {
1173
                "ext-ctype": "*",
1174
                "magento/framework": "100.1.*",
1175
                "magento/module-backend": "100.1.*",
1176
                "magento/module-eav": "100.1.*",
1177
                "magento/module-media-storage": "100.1.*",
1178
                "magento/module-store": "100.1.*",
1179
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1180
            },
1181
            "type": "magento2-module",
1182
            "autoload": {
1183
                "files": [
1184
                    "registration.php"
1185
                ],
1186
                "psr-4": {
1187
                    "Magento\\ImportExport\\": ""
1188
                }
1189
            },
1190
            "license": [
1191
                "OSL-3.0",
1192
                "AFL-3.0"
1193
            ],
1194
            "description": "N/A"
1195
        },
1196
        {
1197
            "name": "magento/module-indexer",
1198
            "version": "100.1.3",
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.1.3.0.zip",
1202
                "reference": null,
1203
                "shasum": "df967f885ec950ee039e50b1994d737cd509f72e"
1204
            },
1205
            "require": {
1206
                "magento/framework": "100.1.*",
1207
                "magento/module-backend": "100.1.*",
1208
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1209
            },
1210
            "type": "magento2-module",
1211
            "autoload": {
1212
                "files": [
1213
                    "registration.php"
1214
                ],
1215
                "psr-4": {
1216
                    "Magento\\Indexer\\": ""
1217
                }
1218
            },
1219
            "license": [
1220
                "OSL-3.0",
1221
                "AFL-3.0"
1222
            ],
1223
            "description": "N/A"
1224
        },
1225
        {
1226
            "name": "magento/module-integration",
1227
            "version": "100.1.5",
1228
            "dist": {
1229
                "type": "zip",
1230
                "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.1.5.0.zip",
1231
                "reference": null,
1232
                "shasum": "6a33dd09e5d22c1356e63532a558ca4e8323e588"
1233
            },
1234
            "require": {
1235
                "magento/framework": "100.1.*",
1236
                "magento/module-authorization": "100.1.*",
1237
                "magento/module-backend": "100.1.*",
1238
                "magento/module-customer": "100.1.*",
1239
                "magento/module-security": "100.1.*",
1240
                "magento/module-store": "100.1.*",
1241
                "magento/module-user": "100.1.*",
1242
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1243
            },
1244
            "type": "magento2-module",
1245
            "autoload": {
1246
                "files": [
1247
                    "registration.php"
1248
                ],
1249
                "psr-4": {
1250
                    "Magento\\Integration\\": ""
1251
                }
1252
            },
1253
            "license": [
1254
                "OSL-3.0",
1255
                "AFL-3.0"
1256
            ],
1257
            "description": "N/A"
1258
        },
1259
        {
1260
            "name": "magento/module-media-storage",
1261
            "version": "100.1.3",
1262
            "dist": {
1263
                "type": "zip",
1264
                "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.1.3.0.zip",
1265
                "reference": null,
1266
                "shasum": "1249e0e80e0be98c0f7d6244d0e079dba0fb1774"
1267
            },
1268
            "require": {
1269
                "magento/framework": "100.1.*",
1270
                "magento/module-backend": "100.1.*",
1271
                "magento/module-config": "100.1.*",
1272
                "magento/module-store": "100.1.*",
1273
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1274
            },
1275
            "type": "magento2-module",
1276
            "autoload": {
1277
                "files": [
1278
                    "registration.php"
1279
                ],
1280
                "psr-4": {
1281
                    "Magento\\MediaStorage\\": ""
1282
                }
1283
            },
1284
            "license": [
1285
                "OSL-3.0",
1286
                "AFL-3.0"
1287
            ],
1288
            "description": "N/A"
1289
        },
1290
        {
1291
            "name": "magento/module-msrp",
1292
            "version": "100.1.3",
1293
            "dist": {
1294
                "type": "zip",
1295
                "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.1.3.0.zip",
1296
                "reference": null,
1297
                "shasum": "930bfe39fca6a01a2522c47afe6b3de8d3d41584"
1298
            },
1299
            "require": {
1300
                "magento/framework": "100.1.*",
1301
                "magento/module-catalog": "101.0.*",
1302
                "magento/module-downloadable": "100.1.*",
1303
                "magento/module-eav": "100.1.*",
1304
                "magento/module-grouped-product": "100.1.*",
1305
                "magento/module-store": "100.1.*",
1306
                "magento/module-tax": "100.1.*",
1307
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1308
            },
1309
            "suggest": {
1310
                "magento/module-bundle": "100.1.*",
1311
                "magento/module-msrp-sample-data": "Sample Data version:100.1.*"
1312
            },
1313
            "type": "magento2-module",
1314
            "autoload": {
1315
                "files": [
1316
                    "registration.php"
1317
                ],
1318
                "psr-4": {
1319
                    "Magento\\Msrp\\": ""
1320
                }
1321
            },
1322
            "license": [
1323
                "OSL-3.0",
1324
                "AFL-3.0"
1325
            ],
1326
            "description": "N/A"
1327
        },
1328
        {
1329
            "name": "magento/module-newsletter",
1330
            "version": "100.1.4",
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.1.4.0.zip",
1334
                "reference": null,
1335
                "shasum": "269d08c37225446706afad27769490f2db8e0c26"
1336
            },
1337
            "require": {
1338
                "magento/framework": "100.1.*",
1339
                "magento/module-backend": "100.1.*",
1340
                "magento/module-cms": "101.0.*",
1341
                "magento/module-cron": "100.1.*",
1342
                "magento/module-customer": "100.1.*",
1343
                "magento/module-eav": "100.1.*",
1344
                "magento/module-email": "100.1.*",
1345
                "magento/module-require-js": "100.1.*",
1346
                "magento/module-store": "100.1.*",
1347
                "magento/module-widget": "100.1.*",
1348
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1349
            },
1350
            "type": "magento2-module",
1351
            "autoload": {
1352
                "files": [
1353
                    "registration.php"
1354
                ],
1355
                "psr-4": {
1356
                    "Magento\\Newsletter\\": ""
1357
                }
1358
            },
1359
            "license": [
1360
                "OSL-3.0",
1361
                "AFL-3.0"
1362
            ],
1363
            "description": "N/A"
1364
        },
1365
        {
1366
            "name": "magento/module-page-cache",
1367
            "version": "100.1.4",
1368
            "dist": {
1369
                "type": "zip",
1370
                "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.1.4.0.zip",
1371
                "reference": null,
1372
                "shasum": "98bbfbe0c72392f0e915efb12cf790b164935386"
1373
            },
1374
            "require": {
1375
                "magento/framework": "100.1.*",
1376
                "magento/module-backend": "100.1.*",
1377
                "magento/module-config": "100.1.*",
1378
                "magento/module-store": "100.1.*",
1379
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1380
            },
1381
            "type": "magento2-module",
1382
            "autoload": {
1383
                "files": [
1384
                    "registration.php"
1385
                ],
1386
                "psr-4": {
1387
                    "Magento\\PageCache\\": ""
1388
                }
1389
            },
1390
            "license": [
1391
                "OSL-3.0",
1392
                "AFL-3.0"
1393
            ],
1394
            "description": "N/A"
1395
        },
1396
        {
1397
            "name": "magento/module-payment",
1398
            "version": "100.1.7",
1399
            "dist": {
1400
                "type": "zip",
1401
                "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.1.7.0.zip",
1402
                "reference": null,
1403
                "shasum": "696a9272b7b877528e29773c9e567107a3dcd5b5"
1404
            },
1405
            "require": {
1406
                "magento/framework": "100.1.*",
1407
                "magento/module-checkout": "100.1.*",
1408
                "magento/module-config": "100.1.*",
1409
                "magento/module-directory": "100.1.*",
1410
                "magento/module-quote": "100.1.*",
1411
                "magento/module-sales": "100.1.*",
1412
                "magento/module-store": "100.1.*",
1413
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1414
            },
1415
            "type": "magento2-module",
1416
            "autoload": {
1417
                "files": [
1418
                    "registration.php"
1419
                ],
1420
                "psr-4": {
1421
                    "Magento\\Payment\\": ""
1422
                }
1423
            },
1424
            "license": [
1425
                "OSL-3.0",
1426
                "AFL-3.0"
1427
            ],
1428
            "description": "N/A"
1429
        },
1430
        {
1431
            "name": "magento/module-product-alert",
1432
            "version": "100.1.3",
1433
            "dist": {
1434
                "type": "zip",
1435
                "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.1.3.0.zip",
1436
                "reference": null,
1437
                "shasum": "ff06f944d6d731cca19f7d51102fec1b591b76e3"
1438
            },
1439
            "require": {
1440
                "magento/framework": "100.1.*",
1441
                "magento/module-backend": "100.1.*",
1442
                "magento/module-catalog": "101.0.*",
1443
                "magento/module-customer": "100.1.*",
1444
                "magento/module-store": "100.1.*",
1445
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1446
            },
1447
            "type": "magento2-module",
1448
            "autoload": {
1449
                "files": [
1450
                    "registration.php"
1451
                ],
1452
                "psr-4": {
1453
                    "Magento\\ProductAlert\\": ""
1454
                }
1455
            },
1456
            "license": [
1457
                "OSL-3.0",
1458
                "AFL-3.0"
1459
            ],
1460
            "description": "N/A"
1461
        },
1462
        {
1463
            "name": "magento/module-quote",
1464
            "version": "100.1.5",
1465
            "dist": {
1466
                "type": "zip",
1467
                "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-100.1.5.0.zip",
1468
                "reference": null,
1469
                "shasum": "7da375659fa1faa192d7c35effa3cbe4169a2b85"
1470
            },
1471
            "require": {
1472
                "magento/framework": "100.1.*",
1473
                "magento/module-authorization": "100.1.*",
1474
                "magento/module-backend": "100.1.*",
1475
                "magento/module-catalog": "101.0.*",
1476
                "magento/module-catalog-inventory": "100.1.*",
1477
                "magento/module-checkout": "100.1.*",
1478
                "magento/module-customer": "100.1.*",
1479
                "magento/module-directory": "100.1.*",
1480
                "magento/module-eav": "100.1.*",
1481
                "magento/module-payment": "100.1.*",
1482
                "magento/module-sales": "100.1.*",
1483
                "magento/module-sales-sequence": "100.1.*",
1484
                "magento/module-shipping": "100.1.*",
1485
                "magento/module-store": "100.1.*",
1486
                "magento/module-tax": "100.1.*",
1487
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1488
            },
1489
            "type": "magento2-module",
1490
            "autoload": {
1491
                "files": [
1492
                    "registration.php"
1493
                ],
1494
                "psr-4": {
1495
                    "Magento\\Quote\\": ""
1496
                }
1497
            },
1498
            "license": [
1499
                "OSL-3.0",
1500
                "AFL-3.0"
1501
            ],
1502
            "description": "N/A"
1503
        },
1504
        {
1505
            "name": "magento/module-reports",
1506
            "version": "100.1.5",
1507
            "dist": {
1508
                "type": "zip",
1509
                "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.1.5.0.zip",
1510
                "reference": null,
1511
                "shasum": "cd0b4a9fcb81245dc17ebf7e73583d7c1a7a51be"
1512
            },
1513
            "require": {
1514
                "magento/framework": "100.1.*",
1515
                "magento/module-backend": "100.1.*",
1516
                "magento/module-catalog": "101.0.*",
1517
                "magento/module-catalog-inventory": "100.1.*",
1518
                "magento/module-cms": "101.0.*",
1519
                "magento/module-config": "100.1.*",
1520
                "magento/module-customer": "100.1.*",
1521
                "magento/module-downloadable": "100.1.*",
1522
                "magento/module-eav": "100.1.*",
1523
                "magento/module-quote": "100.1.*",
1524
                "magento/module-review": "100.1.*",
1525
                "magento/module-sales": "100.1.*",
1526
                "magento/module-sales-rule": "100.1.*",
1527
                "magento/module-store": "100.1.*",
1528
                "magento/module-tax": "100.1.*",
1529
                "magento/module-widget": "100.1.*",
1530
                "magento/module-wishlist": "100.1.*",
1531
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1532
            },
1533
            "type": "magento2-module",
1534
            "autoload": {
1535
                "files": [
1536
                    "registration.php"
1537
                ],
1538
                "psr-4": {
1539
                    "Magento\\Reports\\": ""
1540
                }
1541
            },
1542
            "license": [
1543
                "OSL-3.0",
1544
                "AFL-3.0"
1545
            ],
1546
            "description": "N/A"
1547
        },
1548
        {
1549
            "name": "magento/module-require-js",
1550
            "version": "100.1.3",
1551
            "dist": {
1552
                "type": "zip",
1553
                "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.1.3.0.zip",
1554
                "reference": null,
1555
                "shasum": "be66ac4d9b1ed7167df1613dd406c860a7b43941"
1556
            },
1557
            "require": {
1558
                "magento/framework": "100.1.*",
1559
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1560
            },
1561
            "type": "magento2-module",
1562
            "autoload": {
1563
                "files": [
1564
                    "registration.php"
1565
                ],
1566
                "psr-4": {
1567
                    "Magento\\RequireJs\\": ""
1568
                }
1569
            },
1570
            "license": [
1571
                "OSL-3.0",
1572
                "AFL-3.0"
1573
            ],
1574
            "description": "N/A"
1575
        },
1576
        {
1577
            "name": "magento/module-review",
1578
            "version": "100.1.4",
1579
            "dist": {
1580
                "type": "zip",
1581
                "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.1.4.0.zip",
1582
                "reference": null,
1583
                "shasum": "5f1814320ccd45bd3b341477ef0e4a8eaec0f2c3"
1584
            },
1585
            "require": {
1586
                "magento/framework": "100.1.*",
1587
                "magento/module-backend": "100.1.*",
1588
                "magento/module-catalog": "101.0.*",
1589
                "magento/module-customer": "100.1.*",
1590
                "magento/module-eav": "100.1.*",
1591
                "magento/module-newsletter": "100.1.*",
1592
                "magento/module-store": "100.1.*",
1593
                "magento/module-theme": "100.1.*",
1594
                "magento/module-ui": "100.1.*",
1595
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1596
            },
1597
            "suggest": {
1598
                "magento/module-cookie": "100.1.*",
1599
                "magento/module-review-sample-data": "Sample Data version:100.1.*"
1600
            },
1601
            "type": "magento2-module",
1602
            "autoload": {
1603
                "files": [
1604
                    "registration.php"
1605
                ],
1606
                "psr-4": {
1607
                    "Magento\\Review\\": ""
1608
                }
1609
            },
1610
            "license": [
1611
                "OSL-3.0",
1612
                "AFL-3.0"
1613
            ],
1614
            "description": "N/A"
1615
        },
1616
        {
1617
            "name": "magento/module-rss",
1618
            "version": "100.1.3",
1619
            "dist": {
1620
                "type": "zip",
1621
                "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.1.3.0.zip",
1622
                "reference": null,
1623
                "shasum": "e3c0b77b20cddae6b73b7622d724f46b71726f95"
1624
            },
1625
            "require": {
1626
                "magento/framework": "100.1.*",
1627
                "magento/module-backend": "100.1.*",
1628
                "magento/module-customer": "100.1.*",
1629
                "magento/module-store": "100.1.*",
1630
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1631
            },
1632
            "type": "magento2-module",
1633
            "autoload": {
1634
                "files": [
1635
                    "registration.php"
1636
                ],
1637
                "psr-4": {
1638
                    "Magento\\Rss\\": ""
1639
                }
1640
            },
1641
            "license": [
1642
                "OSL-3.0",
1643
                "AFL-3.0"
1644
            ],
1645
            "description": "N/A"
1646
        },
1647
        {
1648
            "name": "magento/module-rule",
1649
            "version": "100.1.5",
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.1.5.0.zip",
1653
                "reference": null,
1654
                "shasum": "cb7946f08c2dcb38ffb361de45308cd4f637ae63"
1655
            },
1656
            "require": {
1657
                "lib-libxml": "*",
1658
                "magento/framework": "100.1.*",
1659
                "magento/module-backend": "100.1.*",
1660
                "magento/module-catalog": "101.0.*",
1661
                "magento/module-eav": "100.1.*",
1662
                "magento/module-store": "100.1.*",
1663
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1664
            },
1665
            "type": "magento2-module",
1666
            "autoload": {
1667
                "files": [
1668
                    "registration.php"
1669
                ],
1670
                "psr-4": {
1671
                    "Magento\\Rule\\": ""
1672
                }
1673
            },
1674
            "license": [
1675
                "OSL-3.0",
1676
                "AFL-3.0"
1677
            ],
1678
            "description": "N/A"
1679
        },
1680
        {
1681
            "name": "magento/module-sales",
1682
            "version": "100.1.8",
1683
            "dist": {
1684
                "type": "zip",
1685
                "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-100.1.8.0.zip",
1686
                "reference": null,
1687
                "shasum": "9c301bae18e9b32cd9e724c2ce44d57f46d4715c"
1688
            },
1689
            "require": {
1690
                "magento/framework": "100.1.*",
1691
                "magento/module-authorization": "100.1.*",
1692
                "magento/module-backend": "100.1.*",
1693
                "magento/module-catalog": "101.0.*",
1694
                "magento/module-catalog-inventory": "100.1.*",
1695
                "magento/module-checkout": "100.1.*",
1696
                "magento/module-config": "100.1.*",
1697
                "magento/module-customer": "100.1.*",
1698
                "magento/module-directory": "100.1.*",
1699
                "magento/module-eav": "100.1.*",
1700
                "magento/module-gift-message": "100.1.*",
1701
                "magento/module-media-storage": "100.1.*",
1702
                "magento/module-payment": "100.1.*",
1703
                "magento/module-quote": "100.1.*",
1704
                "magento/module-reports": "100.1.*",
1705
                "magento/module-sales-rule": "100.1.*",
1706
                "magento/module-sales-sequence": "100.1.*",
1707
                "magento/module-shipping": "100.1.*",
1708
                "magento/module-store": "100.1.*",
1709
                "magento/module-tax": "100.1.*",
1710
                "magento/module-theme": "100.1.*",
1711
                "magento/module-ui": "100.1.*",
1712
                "magento/module-widget": "100.1.*",
1713
                "magento/module-wishlist": "100.1.*",
1714
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1715
            },
1716
            "suggest": {
1717
                "magento/module-sales-sample-data": "Sample Data version:100.1.*"
1718
            },
1719
            "type": "magento2-module",
1720
            "autoload": {
1721
                "files": [
1722
                    "registration.php"
1723
                ],
1724
                "psr-4": {
1725
                    "Magento\\Sales\\": ""
1726
                }
1727
            },
1728
            "license": [
1729
                "OSL-3.0",
1730
                "AFL-3.0"
1731
            ],
1732
            "description": "N/A"
1733
        },
1734
        {
1735
            "name": "magento/module-sales-rule",
1736
            "version": "100.1.4",
1737
            "dist": {
1738
                "type": "zip",
1739
                "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-100.1.4.0.zip",
1740
                "reference": null,
1741
                "shasum": "1171dcb4c7f37449ebf223c9802bed319d7ddf61"
1742
            },
1743
            "require": {
1744
                "magento/framework": "100.1.*",
1745
                "magento/module-backend": "100.1.*",
1746
                "magento/module-catalog": "101.0.*",
1747
                "magento/module-catalog-rule": "100.1.*",
1748
                "magento/module-config": "100.1.*",
1749
                "magento/module-customer": "100.1.*",
1750
                "magento/module-directory": "100.1.*",
1751
                "magento/module-eav": "100.1.*",
1752
                "magento/module-payment": "100.1.*",
1753
                "magento/module-quote": "100.1.*",
1754
                "magento/module-reports": "100.1.*",
1755
                "magento/module-rule": "100.1.*",
1756
                "magento/module-sales": "100.1.*",
1757
                "magento/module-shipping": "100.1.*",
1758
                "magento/module-store": "100.1.*",
1759
                "magento/module-ui": "100.1.*",
1760
                "magento/module-widget": "100.1.*",
1761
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1762
            },
1763
            "suggest": {
1764
                "magento/module-sales-rule-sample-data": "Sample Data version:100.1.*"
1765
            },
1766
            "type": "magento2-module",
1767
            "autoload": {
1768
                "files": [
1769
                    "registration.php"
1770
                ],
1771
                "psr-4": {
1772
                    "Magento\\SalesRule\\": ""
1773
                }
1774
            },
1775
            "license": [
1776
                "OSL-3.0",
1777
                "AFL-3.0"
1778
            ],
1779
            "description": "N/A"
1780
        },
1781
        {
1782
            "name": "magento/module-sales-sequence",
1783
            "version": "100.1.3",
1784
            "dist": {
1785
                "type": "zip",
1786
                "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.1.3.0.zip",
1787
                "reference": null,
1788
                "shasum": "a688f3a820109f0254afce29bb3f0cbd53b3ce69"
1789
            },
1790
            "require": {
1791
                "magento/framework": "100.1.*",
1792
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1793
            },
1794
            "type": "magento2-module",
1795
            "autoload": {
1796
                "files": [
1797
                    "registration.php"
1798
                ],
1799
                "psr-4": {
1800
                    "Magento\\SalesSequence\\": ""
1801
                }
1802
            },
1803
            "license": [
1804
                "OSL-3.0",
1805
                "AFL-3.0"
1806
            ],
1807
            "description": "N/A"
1808
        },
1809
        {
1810
            "name": "magento/module-security",
1811
            "version": "100.1.3",
1812
            "dist": {
1813
                "type": "zip",
1814
                "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.1.3.0.zip",
1815
                "reference": null,
1816
                "shasum": "899408cb15904caa3b065a6a71f9874faf456f36"
1817
            },
1818
            "require": {
1819
                "magento/framework": "100.1.*",
1820
                "magento/module-backend": "100.1.*",
1821
                "magento/module-store": "100.1.*",
1822
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1823
            },
1824
            "suggest": {
1825
                "magento/module-customer": "100.1.*"
1826
            },
1827
            "type": "magento2-module",
1828
            "autoload": {
1829
                "files": [
1830
                    "registration.php"
1831
                ],
1832
                "psr-4": {
1833
                    "Magento\\Security\\": ""
1834
                }
1835
            },
1836
            "license": [
1837
                "OSL-3.0",
1838
                "AFL-3.0"
1839
            ],
1840
            "description": "Security management module"
1841
        },
1842
        {
1843
            "name": "magento/module-shipping",
1844
            "version": "100.1.3",
1845
            "dist": {
1846
                "type": "zip",
1847
                "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.1.3.0.zip",
1848
                "reference": null,
1849
                "shasum": "95be48dc18e047d412e4eac1e660328bb6be44f8"
1850
            },
1851
            "require": {
1852
                "ext-gd": "*",
1853
                "magento/framework": "100.1.*",
1854
                "magento/module-backend": "100.1.*",
1855
                "magento/module-catalog": "101.0.*",
1856
                "magento/module-catalog-inventory": "100.1.*",
1857
                "magento/module-contact": "100.1.*",
1858
                "magento/module-customer": "100.1.*",
1859
                "magento/module-directory": "100.1.*",
1860
                "magento/module-payment": "100.1.*",
1861
                "magento/module-quote": "100.1.*",
1862
                "magento/module-sales": "100.1.*",
1863
                "magento/module-store": "100.1.*",
1864
                "magento/module-tax": "100.1.*",
1865
                "magento/module-ui": "100.1.*",
1866
                "magento/module-user": "100.1.*",
1867
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1868
            },
1869
            "suggest": {
1870
                "magento/module-fedex": "100.1.*",
1871
                "magento/module-ups": "100.1.*"
1872
            },
1873
            "type": "magento2-module",
1874
            "autoload": {
1875
                "files": [
1876
                    "registration.php"
1877
                ],
1878
                "psr-4": {
1879
                    "Magento\\Shipping\\": ""
1880
                }
1881
            },
1882
            "license": [
1883
                "OSL-3.0",
1884
                "AFL-3.0"
1885
            ],
1886
            "description": "N/A"
1887
        },
1888
        {
1889
            "name": "magento/module-store",
1890
            "version": "100.1.7",
1891
            "dist": {
1892
                "type": "zip",
1893
                "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-100.1.7.0.zip",
1894
                "reference": null,
1895
                "shasum": "ce4fbb9d105a69bd32b8ca1867d493666bfdead4"
1896
            },
1897
            "require": {
1898
                "magento/framework": "100.1.*",
1899
                "magento/module-catalog": "101.0.*",
1900
                "magento/module-config": "100.1.*",
1901
                "magento/module-directory": "100.1.*",
1902
                "magento/module-media-storage": "100.1.*",
1903
                "magento/module-ui": "100.1.*",
1904
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1905
            },
1906
            "suggest": {
1907
                "magento/module-deploy": "100.1.*"
1908
            },
1909
            "type": "magento2-module",
1910
            "autoload": {
1911
                "files": [
1912
                    "registration.php"
1913
                ],
1914
                "psr-4": {
1915
                    "Magento\\Store\\": ""
1916
                }
1917
            },
1918
            "license": [
1919
                "OSL-3.0",
1920
                "AFL-3.0"
1921
            ],
1922
            "description": "N/A"
1923
        },
1924
        {
1925
            "name": "magento/module-tax",
1926
            "version": "100.1.3",
1927
            "dist": {
1928
                "type": "zip",
1929
                "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.1.3.0.zip",
1930
                "reference": null,
1931
                "shasum": "42c5ceac2cad2e83148f6327f2d516222eac82fc"
1932
            },
1933
            "require": {
1934
                "magento/framework": "100.1.*",
1935
                "magento/module-backend": "100.1.*",
1936
                "magento/module-catalog": "101.0.*",
1937
                "magento/module-checkout": "100.1.*",
1938
                "magento/module-config": "100.1.*",
1939
                "magento/module-customer": "100.1.*",
1940
                "magento/module-directory": "100.1.*",
1941
                "magento/module-eav": "100.1.*",
1942
                "magento/module-page-cache": "100.1.*",
1943
                "magento/module-quote": "100.1.*",
1944
                "magento/module-reports": "100.1.*",
1945
                "magento/module-sales": "100.1.*",
1946
                "magento/module-shipping": "100.1.*",
1947
                "magento/module-store": "100.1.*",
1948
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1949
            },
1950
            "suggest": {
1951
                "magento/module-tax-sample-data": "Sample Data version:100.1.*"
1952
            },
1953
            "type": "magento2-module",
1954
            "autoload": {
1955
                "files": [
1956
                    "registration.php"
1957
                ],
1958
                "psr-4": {
1959
                    "Magento\\Tax\\": ""
1960
                }
1961
            },
1962
            "license": [
1963
                "OSL-3.0",
1964
                "AFL-3.0"
1965
            ],
1966
            "description": "N/A"
1967
        },
1968
        {
1969
            "name": "magento/module-theme",
1970
            "version": "100.1.7",
1971
            "dist": {
1972
                "type": "zip",
1973
                "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-100.1.7.0.zip",
1974
                "reference": null,
1975
                "shasum": "80bc206529c9c7c1811b52163644cbf3f1880a13"
1976
            },
1977
            "require": {
1978
                "magento/framework": "100.1.*",
1979
                "magento/module-backend": "100.1.*",
1980
                "magento/module-cms": "101.0.*",
1981
                "magento/module-config": "100.1.*",
1982
                "magento/module-customer": "100.1.*",
1983
                "magento/module-directory": "100.1.*",
1984
                "magento/module-eav": "100.1.*",
1985
                "magento/module-media-storage": "100.1.*",
1986
                "magento/module-require-js": "100.1.*",
1987
                "magento/module-store": "100.1.*",
1988
                "magento/module-ui": "100.1.*",
1989
                "magento/module-widget": "100.1.*",
1990
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1991
            },
1992
            "suggest": {
1993
                "magento/module-theme-sample-data": "Sample Data version:100.1.*",
1994
                "magento/module-translation": "100.1.*"
1995
            },
1996
            "type": "magento2-module",
1997
            "autoload": {
1998
                "files": [
1999
                    "registration.php"
2000
                ],
2001
                "psr-4": {
2002
                    "Magento\\Theme\\": ""
2003
                }
2004
            },
2005
            "license": [
2006
                "OSL-3.0",
2007
                "AFL-3.0"
2008
            ],
2009
            "description": "N/A"
2010
        },
2011
        {
2012
            "name": "magento/module-translation",
2013
            "version": "100.1.3",
2014
            "dist": {
2015
                "type": "zip",
2016
                "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.1.3.0.zip",
2017
                "reference": null,
2018
                "shasum": "942971fe9e2288b842dbf54ca1f7639c0eded25a"
2019
            },
2020
            "require": {
2021
                "magento/framework": "100.1.*",
2022
                "magento/module-backend": "100.1.*",
2023
                "magento/module-developer": "100.1.*",
2024
                "magento/module-store": "100.1.*",
2025
                "magento/module-theme": "100.1.*",
2026
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2027
            },
2028
            "suggest": {
2029
                "magento/module-deploy": "100.1.*"
2030
            },
2031
            "type": "magento2-module",
2032
            "autoload": {
2033
                "files": [
2034
                    "registration.php"
2035
                ],
2036
                "psr-4": {
2037
                    "Magento\\Translation\\": ""
2038
                }
2039
            },
2040
            "license": [
2041
                "OSL-3.0",
2042
                "AFL-3.0"
2043
            ],
2044
            "description": "N/A"
2045
        },
2046
        {
2047
            "name": "magento/module-ui",
2048
            "version": "100.1.7",
2049
            "dist": {
2050
                "type": "zip",
2051
                "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-100.1.7.0.zip",
2052
                "reference": null,
2053
                "shasum": "71d6eb6827182d8cef8cf9c81b0937cffaa09175"
2054
            },
2055
            "require": {
2056
                "magento/framework": "100.1.*",
2057
                "magento/module-authorization": "100.1.*",
2058
                "magento/module-backend": "100.1.*",
2059
                "magento/module-eav": "100.1.*",
2060
                "magento/module-user": "100.1.*",
2061
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2062
            },
2063
            "type": "magento2-module",
2064
            "autoload": {
2065
                "files": [
2066
                    "registration.php"
2067
                ],
2068
                "psr-4": {
2069
                    "Magento\\Ui\\": ""
2070
                }
2071
            },
2072
            "license": [
2073
                "OSL-3.0",
2074
                "AFL-3.0"
2075
            ],
2076
            "description": "N/A"
2077
        },
2078
        {
2079
            "name": "magento/module-url-rewrite",
2080
            "version": "100.1.3",
2081
            "dist": {
2082
                "type": "zip",
2083
                "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-100.1.3.0.zip",
2084
                "reference": null,
2085
                "shasum": "13ca265724819ab80416441b2040625dfcfa22c4"
2086
            },
2087
            "require": {
2088
                "magento/framework": "100.1.*",
2089
                "magento/module-backend": "100.1.*",
2090
                "magento/module-catalog": "101.0.*",
2091
                "magento/module-catalog-url-rewrite": "100.1.*",
2092
                "magento/module-cms": "101.0.*",
2093
                "magento/module-cms-url-rewrite": "100.1.*",
2094
                "magento/module-store": "100.1.*",
2095
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2096
            },
2097
            "type": "magento2-module",
2098
            "autoload": {
2099
                "files": [
2100
                    "registration.php"
2101
                ],
2102
                "psr-4": {
2103
                    "Magento\\UrlRewrite\\": ""
2104
                }
2105
            },
2106
            "license": [
2107
                "OSL-3.0",
2108
                "AFL-3.0"
2109
            ],
2110
            "description": "N/A"
2111
        },
2112
        {
2113
            "name": "magento/module-user",
2114
            "version": "100.1.3",
2115
            "dist": {
2116
                "type": "zip",
2117
                "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-100.1.3.0.zip",
2118
                "reference": null,
2119
                "shasum": "cbcec4149800c86614ee6436ecece787250dee16"
2120
            },
2121
            "require": {
2122
                "magento/framework": "100.1.*",
2123
                "magento/module-authorization": "100.1.*",
2124
                "magento/module-backend": "100.1.*",
2125
                "magento/module-email": "100.1.*",
2126
                "magento/module-integration": "100.1.*",
2127
                "magento/module-security": "100.1.*",
2128
                "magento/module-store": "100.1.*",
2129
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2130
            },
2131
            "type": "magento2-module",
2132
            "autoload": {
2133
                "files": [
2134
                    "registration.php"
2135
                ],
2136
                "psr-4": {
2137
                    "Magento\\User\\": ""
2138
                }
2139
            },
2140
            "license": [
2141
                "OSL-3.0",
2142
                "AFL-3.0"
2143
            ],
2144
            "description": "N/A"
2145
        },
2146
        {
2147
            "name": "magento/module-variable",
2148
            "version": "100.1.2",
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.1.2.0.zip",
2152
                "reference": null,
2153
                "shasum": "d497c6dcb94730c9271962c80b1ac84367cec95e"
2154
            },
2155
            "require": {
2156
                "magento/framework": "100.1.*",
2157
                "magento/module-backend": "100.1.*",
2158
                "magento/module-email": "100.1.*",
2159
                "magento/module-store": "100.1.*",
2160
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2161
            },
2162
            "type": "magento2-module",
2163
            "autoload": {
2164
                "files": [
2165
                    "registration.php"
2166
                ],
2167
                "psr-4": {
2168
                    "Magento\\Variable\\": ""
2169
                }
2170
            },
2171
            "license": [
2172
                "OSL-3.0",
2173
                "AFL-3.0"
2174
            ],
2175
            "description": "N/A"
2176
        },
2177
        {
2178
            "name": "magento/module-widget",
2179
            "version": "100.1.5",
2180
            "dist": {
2181
                "type": "zip",
2182
                "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-100.1.5.0.zip",
2183
                "reference": null,
2184
                "shasum": "cceca58bf58e2ae97185945940d449f5e401c8a8"
2185
            },
2186
            "require": {
2187
                "magento/framework": "100.1.*",
2188
                "magento/module-backend": "100.1.*",
2189
                "magento/module-catalog": "101.0.*",
2190
                "magento/module-cms": "101.0.*",
2191
                "magento/module-email": "100.1.*",
2192
                "magento/module-store": "100.1.*",
2193
                "magento/module-theme": "100.1.*",
2194
                "magento/module-variable": "100.1.*",
2195
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2196
            },
2197
            "suggest": {
2198
                "magento/module-widget-sample-data": "Sample Data version:100.1.*"
2199
            },
2200
            "type": "magento2-module",
2201
            "autoload": {
2202
                "files": [
2203
                    "registration.php"
2204
                ],
2205
                "psr-4": {
2206
                    "Magento\\Widget\\": ""
2207
                }
2208
            },
2209
            "license": [
2210
                "OSL-3.0",
2211
                "AFL-3.0"
2212
            ],
2213
            "description": "N/A"
2214
        },
2215
        {
2216
            "name": "magento/module-wishlist",
2217
            "version": "100.1.6",
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-100.1.6.0.zip",
2221
                "reference": null,
2222
                "shasum": "1390b7b8c6b09522ab542a254cdfb85936f79fc0"
2223
            },
2224
            "require": {
2225
                "magento/framework": "100.1.*",
2226
                "magento/module-backend": "100.1.*",
2227
                "magento/module-catalog": "101.0.*",
2228
                "magento/module-catalog-inventory": "100.1.*",
2229
                "magento/module-checkout": "100.1.*",
2230
                "magento/module-customer": "100.1.*",
2231
                "magento/module-grouped-product": "100.1.*",
2232
                "magento/module-rss": "100.1.*",
2233
                "magento/module-sales": "100.1.*",
2234
                "magento/module-store": "100.1.*",
2235
                "magento/module-theme": "100.1.*",
2236
                "magento/module-ui": "100.1.*",
2237
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2238
            },
2239
            "suggest": {
2240
                "magento/module-bundle": "100.1.*",
2241
                "magento/module-configurable-product": "100.1.*",
2242
                "magento/module-cookie": "100.1.*",
2243
                "magento/module-downloadable": "100.1.*",
2244
                "magento/module-wishlist-sample-data": "Sample Data version:100.1.*"
2245
            },
2246
            "type": "magento2-module",
2247
            "autoload": {
2248
                "files": [
2249
                    "registration.php"
2250
                ],
2251
                "psr-4": {
2252
                    "Magento\\Wishlist\\": ""
2253
                }
2254
            },
2255
            "license": [
2256
                "OSL-3.0",
2257
                "AFL-3.0"
2258
            ],
2259
            "description": "N/A"
2260
        },
2261
        {
2262
            "name": "psr/http-message",
2263
            "version": "1.0.1",
2264
            "source": {
2265
                "type": "git",
2266
                "url": "https://github.com/php-fig/http-message.git",
2267
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2268
            },
2269
            "dist": {
2270
                "type": "zip",
2271
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2272
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2273
                "shasum": ""
2274
            },
2275
            "require": {
2276
                "php": ">=5.3.0"
2277
            },
2278
            "type": "library",
2279
            "extra": {
2280
                "branch-alias": {
2281
                    "dev-master": "1.0.x-dev"
2282
                }
2283
            },
2284
            "autoload": {
2285
                "psr-4": {
2286
                    "Psr\\Http\\Message\\": "src/"
2287
                }
2288
            },
2289
            "notification-url": "https://packagist.org/downloads/",
2290
            "license": [
2291
                "MIT"
2292
            ],
2293
            "authors": [
2294
                {
2295
                    "name": "PHP-FIG",
2296
                    "homepage": "http://www.php-fig.org/"
2297
                }
2298
            ],
2299
            "description": "Common interface for HTTP messages",
2300
            "homepage": "https://github.com/php-fig/http-message",
2301
            "keywords": [
2302
                "http",
2303
                "http-message",
2304
                "psr",
2305
                "psr-7",
2306
                "request",
2307
                "response"
2308
            ],
2309
            "time": "2016-08-06T14:39:51+00:00"
2310
        },
2311
        {
2312
            "name": "symfony/process",
2313
            "version": "v2.8.27",
2314
            "source": {
2315
                "type": "git",
2316
                "url": "https://github.com/symfony/process.git",
2317
                "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8"
2318
            },
2319
            "dist": {
2320
                "type": "zip",
2321
                "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
2322
                "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
2323
                "shasum": ""
2324
            },
2325
            "require": {
2326
                "php": ">=5.3.9"
2327
            },
2328
            "type": "library",
2329
            "extra": {
2330
                "branch-alias": {
2331
                    "dev-master": "2.8-dev"
2332
                }
2333
            },
2334
            "autoload": {
2335
                "psr-4": {
2336
                    "Symfony\\Component\\Process\\": ""
2337
                },
2338
                "exclude-from-classmap": [
2339
                    "/Tests/"
2340
                ]
2341
            },
2342
            "notification-url": "https://packagist.org/downloads/",
2343
            "license": [
2344
                "MIT"
2345
            ],
2346
            "authors": [
2347
                {
2348
                    "name": "Fabien Potencier",
2349
                    "email": "[email protected]"
2350
                },
2351
                {
2352
                    "name": "Symfony Community",
2353
                    "homepage": "https://symfony.com/contributors"
2354
                }
2355
            ],
2356
            "description": "Symfony Process Component",
2357
            "homepage": "https://symfony.com",
2358
            "time": "2017-07-03T08:04:30+00:00"
2359
        },
2360
        {
2361
            "name": "zendframework/zend-escaper",
2362
            "version": "2.4.13",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/zendframework/zend-escaper.git",
2366
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2371
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "php": ">=5.3.23"
2376
            },
2377
            "require-dev": {
2378
                "fabpot/php-cs-fixer": "1.7.*",
2379
                "phpunit/phpunit": "~4.0",
2380
                "satooshi/php-coveralls": "dev-master"
2381
            },
2382
            "type": "library",
2383
            "extra": {
2384
                "branch-alias": {
2385
                    "dev-master": "2.4-dev",
2386
                    "dev-develop": "2.5-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "psr-4": {
2391
                    "Zend\\Escaper\\": "src/"
2392
                }
2393
            },
2394
            "notification-url": "https://packagist.org/downloads/",
2395
            "license": [
2396
                "BSD-3-Clause"
2397
            ],
2398
            "homepage": "https://github.com/zendframework/zend-escaper",
2399
            "keywords": [
2400
                "escaper",
2401
                "zf2"
2402
            ],
2403
            "time": "2015-05-07T14:55:31+00:00"
2404
        },
2405
        {
2406
            "name": "zendframework/zend-http",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-http:

URL Rewrite vulnerability
Loading history...
2407
            "version": "2.4.13",
2408
            "source": {
2409
                "type": "git",
2410
                "url": "https://github.com/zendframework/zend-http.git",
2411
                "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8"
2412
            },
2413
            "dist": {
2414
                "type": "zip",
2415
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/0456267c3825f3c4b558460e0bffeb4c496e6fb8",
2416
                "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8",
2417
                "shasum": ""
2418
            },
2419
            "require": {
2420
                "php": ">=5.3.23",
2421
                "zendframework/zend-loader": "~2.4.0",
2422
                "zendframework/zend-stdlib": "~2.4.0",
2423
                "zendframework/zend-uri": "~2.4.0",
2424
                "zendframework/zend-validator": "~2.4.0"
2425
            },
2426
            "require-dev": {
2427
                "fabpot/php-cs-fixer": "1.7.*",
2428
                "phpunit/phpunit": "~4.0",
2429
                "satooshi/php-coveralls": "dev-master",
2430
                "zendframework/zend-config": "~2.4.0"
2431
            },
2432
            "type": "library",
2433
            "extra": {
2434
                "branch-alias": {
2435
                    "dev-master": "2.4-dev",
2436
                    "dev-develop": "2.5-dev"
2437
                }
2438
            },
2439
            "autoload": {
2440
                "psr-4": {
2441
                    "Zend\\Http\\": "src/"
2442
                }
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "BSD-3-Clause"
2447
            ],
2448
            "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2449
            "homepage": "https://github.com/zendframework/zend-http",
2450
            "keywords": [
2451
                "http",
2452
                "zf2"
2453
            ],
2454
            "time": "2015-09-14T16:11:20+00:00"
2455
        },
2456
        {
2457
            "name": "zendframework/zend-loader",
2458
            "version": "2.4.13",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/zendframework/zend-loader.git",
2462
                "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
2467
                "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "php": ">=5.3.23"
2472
            },
2473
            "require-dev": {
2474
                "fabpot/php-cs-fixer": "1.7.*",
2475
                "phpunit/phpunit": "~4.0",
2476
                "satooshi/php-coveralls": "dev-master"
2477
            },
2478
            "type": "library",
2479
            "extra": {
2480
                "branch-alias": {
2481
                    "dev-master": "2.4-dev",
2482
                    "dev-develop": "2.5-dev"
2483
                }
2484
            },
2485
            "autoload": {
2486
                "psr-4": {
2487
                    "Zend\\Loader\\": "src/"
2488
                }
2489
            },
2490
            "notification-url": "https://packagist.org/downloads/",
2491
            "license": [
2492
                "BSD-3-Clause"
2493
            ],
2494
            "homepage": "https://github.com/zendframework/zend-loader",
2495
            "keywords": [
2496
                "loader",
2497
                "zf2"
2498
            ],
2499
            "time": "2015-05-07T14:55:31+00:00"
2500
        },
2501
        {
2502
            "name": "zendframework/zend-stdlib",
2503
            "version": "2.4.13",
2504
            "source": {
2505
                "type": "git",
2506
                "url": "https://github.com/zendframework/zend-stdlib.git",
2507
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
2508
            },
2509
            "dist": {
2510
                "type": "zip",
2511
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
2512
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
2513
                "shasum": ""
2514
            },
2515
            "require": {
2516
                "php": ">=5.3.23"
2517
            },
2518
            "require-dev": {
2519
                "fabpot/php-cs-fixer": "1.7.*",
2520
                "phpunit/phpunit": "~4.0",
2521
                "satooshi/php-coveralls": "dev-master",
2522
                "zendframework/zend-eventmanager": "self.version",
2523
                "zendframework/zend-filter": "self.version",
2524
                "zendframework/zend-serializer": "self.version",
2525
                "zendframework/zend-servicemanager": "self.version"
2526
            },
2527
            "suggest": {
2528
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2529
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2530
                "zendframework/zend-serializer": "Zend\\Serializer component",
2531
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2532
            },
2533
            "type": "library",
2534
            "extra": {
2535
                "branch-alias": {
2536
                    "dev-master": "2.4-dev",
2537
                    "dev-develop": "2.5-dev"
2538
                }
2539
            },
2540
            "autoload": {
2541
                "psr-4": {
2542
                    "Zend\\Stdlib\\": "src/"
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "BSD-3-Clause"
2548
            ],
2549
            "homepage": "https://github.com/zendframework/zend-stdlib",
2550
            "keywords": [
2551
                "stdlib",
2552
                "zf2"
2553
            ],
2554
            "time": "2015-07-21T13:55:46+00:00"
2555
        },
2556
        {
2557
            "name": "zendframework/zend-uri",
2558
            "version": "2.4.13",
2559
            "source": {
2560
                "type": "git",
2561
                "url": "https://github.com/zendframework/zend-uri.git",
2562
                "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3"
2563
            },
2564
            "dist": {
2565
                "type": "zip",
2566
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
2567
                "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
2568
                "shasum": ""
2569
            },
2570
            "require": {
2571
                "php": ">=5.3.23",
2572
                "zendframework/zend-escaper": "~2.4.0",
2573
                "zendframework/zend-validator": "~2.4.0"
2574
            },
2575
            "require-dev": {
2576
                "fabpot/php-cs-fixer": "1.7.*",
2577
                "phpunit/phpunit": "~4.0",
2578
                "satooshi/php-coveralls": "dev-master"
2579
            },
2580
            "type": "library",
2581
            "extra": {
2582
                "branch-alias": {
2583
                    "dev-master": "2.4-dev",
2584
                    "dev-develop": "2.5-dev"
2585
                }
2586
            },
2587
            "autoload": {
2588
                "psr-4": {
2589
                    "Zend\\Uri\\": "src/"
2590
                }
2591
            },
2592
            "notification-url": "https://packagist.org/downloads/",
2593
            "license": [
2594
                "BSD-3-Clause"
2595
            ],
2596
            "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
2597
            "homepage": "https://github.com/zendframework/zend-uri",
2598
            "keywords": [
2599
                "uri",
2600
                "zf2"
2601
            ],
2602
            "time": "2015-09-14T16:17:10+00:00"
2603
        },
2604
        {
2605
            "name": "zendframework/zend-validator",
2606
            "version": "2.4.13",
2607
            "source": {
2608
                "type": "git",
2609
                "url": "https://github.com/zendframework/zend-validator.git",
2610
                "reference": "81415511fe729e6de19a61936313cef43c80d337"
2611
            },
2612
            "dist": {
2613
                "type": "zip",
2614
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
2615
                "reference": "81415511fe729e6de19a61936313cef43c80d337",
2616
                "shasum": ""
2617
            },
2618
            "require": {
2619
                "php": ">=5.3.23",
2620
                "zendframework/zend-stdlib": "~2.4.0"
2621
            },
2622
            "require-dev": {
2623
                "fabpot/php-cs-fixer": "1.7.*",
2624
                "phpunit/phpunit": "~4.0",
2625
                "satooshi/php-coveralls": "dev-master",
2626
                "zendframework/zend-config": "~2.4.0",
2627
                "zendframework/zend-db": "~2.4.0",
2628
                "zendframework/zend-filter": "~2.4.0",
2629
                "zendframework/zend-i18n": "~2.4.0",
2630
                "zendframework/zend-math": "~2.4.0",
2631
                "zendframework/zend-servicemanager": "~2.4.0",
2632
                "zendframework/zend-session": "~2.4.0",
2633
                "zendframework/zend-uri": "~2.4.0"
2634
            },
2635
            "suggest": {
2636
                "zendframework/zend-db": "Zend\\Db component",
2637
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2638
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
2639
                "zendframework/zend-math": "Zend\\Math component",
2640
                "zendframework/zend-resources": "Translations of validator messages",
2641
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2642
                "zendframework/zend-session": "Zend\\Session component",
2643
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2644
            },
2645
            "type": "library",
2646
            "extra": {
2647
                "branch-alias": {
2648
                    "dev-master": "2.4-dev",
2649
                    "dev-develop": "2.5-dev"
2650
                }
2651
            },
2652
            "autoload": {
2653
                "psr-4": {
2654
                    "Zend\\Validator\\": "src/"
2655
                }
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "BSD-3-Clause"
2660
            ],
2661
            "description": "provides a set of commonly needed validators",
2662
            "homepage": "https://github.com/zendframework/zend-validator",
2663
            "keywords": [
2664
                "validator",
2665
                "zf2"
2666
            ],
2667
            "time": "2015-09-08T21:04:17+00:00"
2668
        }
2669
    ],
2670
    "packages-dev": [
2671
        {
2672
            "name": "aura/cli",
2673
            "version": "2.2.0",
2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/auraphp/Aura.Cli.git",
2677
                "reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b"
2678
            },
2679
            "dist": {
2680
                "type": "zip",
2681
                "url": "https://api.github.com/repos/auraphp/Aura.Cli/zipball/d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
2682
                "reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
2683
                "shasum": ""
2684
            },
2685
            "require": {
2686
                "php": ">=5.3.0"
2687
            },
2688
            "require-dev": {
2689
                "aura/di": "~2.0"
2690
            },
2691
            "type": "library",
2692
            "extra": {
2693
                "aura": {
2694
                    "type": "library",
2695
                    "config": {
2696
                        "common": "Aura\\Cli\\_Config\\Common"
2697
                    }
2698
                }
2699
            },
2700
            "autoload": {
2701
                "psr-4": {
2702
                    "Aura\\Cli\\": "src/",
2703
                    "Aura\\Cli\\_Config\\": "config/"
2704
                }
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "BSD-2-Clause"
2709
            ],
2710
            "authors": [
2711
                {
2712
                    "name": "Aura.Cli Contributors",
2713
                    "homepage": "https://github.com/auraphp/Aura.Cli/contributors"
2714
                }
2715
            ],
2716
            "description": "Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.",
2717
            "homepage": "https://github.com/auraphp/Aura.Cli",
2718
            "keywords": [
2719
                "cli",
2720
                "command",
2721
                "command line",
2722
                "getopt",
2723
                "options",
2724
                "stdio"
2725
            ],
2726
            "time": "2017-02-09T17:14:27+00:00"
2727
        },
2728
        {
2729
            "name": "aura/html",
2730
            "version": "2.5.0",
2731
            "source": {
2732
                "type": "git",
2733
                "url": "https://github.com/auraphp/Aura.Html.git",
2734
                "reference": "eda14b491f45fe2e1d1fec3364b1c783d7b7da31"
2735
            },
2736
            "dist": {
2737
                "type": "zip",
2738
                "url": "https://api.github.com/repos/auraphp/Aura.Html/zipball/eda14b491f45fe2e1d1fec3364b1c783d7b7da31",
2739
                "reference": "eda14b491f45fe2e1d1fec3364b1c783d7b7da31",
2740
                "shasum": ""
2741
            },
2742
            "require": {
2743
                "php": ">=5.3.0"
2744
            },
2745
            "require-dev": {
2746
                "aura/di": "~2.0",
2747
                "phpunit/phpunit": "~5.7 || ~4.8"
2748
            },
2749
            "type": "library",
2750
            "extra": {
2751
                "aura": {
2752
                    "type": "library",
2753
                    "config": {
2754
                        "common": "Aura\\Html\\_Config\\Common"
2755
                    }
2756
                }
2757
            },
2758
            "autoload": {
2759
                "psr-4": {
2760
                    "Aura\\Html\\": "src/",
2761
                    "Aura\\Html\\_Config\\": "config/"
2762
                }
2763
            },
2764
            "notification-url": "https://packagist.org/downloads/",
2765
            "license": [
2766
                "BSD-2-Clause"
2767
            ],
2768
            "authors": [
2769
                {
2770
                    "name": "Aura.Html Contributors",
2771
                    "homepage": "https://github.com/auraphp/Aura.Html/contributors"
2772
                }
2773
            ],
2774
            "description": "Provides HTML escapers and helpers, including form input helpers.",
2775
            "homepage": "https://github.com/auraphp/Aura.Html",
2776
            "keywords": [
2777
                "Escape",
2778
                "escaper",
2779
                "escapers",
2780
                "escaping",
2781
                "form",
2782
                "helper",
2783
                "helpers",
2784
                "html",
2785
                "input"
2786
            ],
2787
            "time": "2017-07-21T06:56:56+00:00"
2788
        },
2789
        {
2790
            "name": "aura/view",
2791
            "version": "2.3.0",
2792
            "source": {
2793
                "type": "git",
2794
                "url": "https://github.com/auraphp/Aura.View.git",
2795
                "reference": "58dbc0361c040019be72cf410e693583c469b084"
2796
            },
2797
            "dist": {
2798
                "type": "zip",
2799
                "url": "https://api.github.com/repos/auraphp/Aura.View/zipball/58dbc0361c040019be72cf410e693583c469b084",
2800
                "reference": "58dbc0361c040019be72cf410e693583c469b084",
2801
                "shasum": ""
2802
            },
2803
            "require": {
2804
                "php": ">=5.4.0"
2805
            },
2806
            "require-dev": {
2807
                "aura/di": "~2.0"
2808
            },
2809
            "type": "library",
2810
            "extra": {
2811
                "aura": {
2812
                    "type": "library",
2813
                    "config": {
2814
                        "common": "Aura\\View\\_Config\\Common"
2815
                    }
2816
                }
2817
            },
2818
            "autoload": {
2819
                "psr-4": {
2820
                    "Aura\\View\\": "src/",
2821
                    "Aura\\View\\_Config\\": "config/"
2822
                }
2823
            },
2824
            "notification-url": "https://packagist.org/downloads/",
2825
            "license": [
2826
                "BSD-2-Clause"
2827
            ],
2828
            "authors": [
2829
                {
2830
                    "name": "Aura.View Contributors",
2831
                    "homepage": "https://github.com/auraphp/Aura.View/contributors"
2832
                }
2833
            ],
2834
            "description": "Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.",
2835
            "homepage": "https://github.com/auraphp/Aura.View",
2836
            "keywords": [
2837
                "Escape",
2838
                "escaper",
2839
                "escaping",
2840
                "template",
2841
                "template view",
2842
                "two step view",
2843
                "two-step view",
2844
                "twostep view",
2845
                "view"
2846
            ],
2847
            "time": "2017-07-21T05:15:05+00:00"
2848
        },
2849
        {
2850
            "name": "bookdown/bookdown",
2851
            "version": "1.0.0",
2852
            "source": {
2853
                "type": "git",
2854
                "url": "https://github.com/bookdown/Bookdown.Bookdown.git",
2855
                "reference": "81a8f37edc94c8805dd919e97829f99ed44b9370"
2856
            },
2857
            "dist": {
2858
                "type": "zip",
2859
                "url": "https://api.github.com/repos/bookdown/Bookdown.Bookdown/zipball/81a8f37edc94c8805dd919e97829f99ed44b9370",
2860
                "reference": "81a8f37edc94c8805dd919e97829f99ed44b9370",
2861
                "shasum": ""
2862
            },
2863
            "require": {
2864
                "aura/cli": "~2.0",
2865
                "aura/html": "~2.0",
2866
                "aura/view": "~2.0",
2867
                "league/commonmark": "~0.0",
2868
                "php": ">=5.6.0",
2869
                "psr/log": "~1.0"
2870
            },
2871
            "require-dev": {
2872
                "pds/skeleton": "~1.0",
2873
                "phpunit/phpunit": "~5.0",
2874
                "webuni/commonmark-attributes-extension": "~0.5",
2875
                "webuni/commonmark-table-extension": "~0.6"
2876
            },
2877
            "bin": [
2878
                "bin/bookdown"
2879
            ],
2880
            "type": "library",
2881
            "autoload": {
2882
                "psr-4": {
2883
                    "Bookdown\\Bookdown\\": "src/"
2884
                }
2885
            },
2886
            "notification-url": "https://packagist.org/downloads/",
2887
            "license": [
2888
                "MIT"
2889
            ],
2890
            "authors": [
2891
                {
2892
                    "name": "Bookdown.Bookdown Contributors",
2893
                    "homepage": "https://github.com/bookdown/Bookdown.Bookdown/contributors"
2894
                }
2895
            ],
2896
            "description": "Provides DocBook-like rendering of Markdown files.",
2897
            "homepage": "https://github.com/bookdown/Bookdown.Bookdown",
2898
            "keywords": [
2899
                "docbook",
2900
                "documentation",
2901
                "manual",
2902
                "markdown",
2903
                "static site"
2904
            ],
2905
            "time": "2017-05-21T15:04:49+00:00"
2906
        },
2907
        {
2908
            "name": "composer/ca-bundle",
2909
            "version": "1.0.8",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/composer/ca-bundle.git",
2913
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
2918
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "ext-openssl": "*",
2923
                "ext-pcre": "*",
2924
                "php": "^5.3.2 || ^7.0"
2925
            },
2926
            "require-dev": {
2927
                "phpunit/phpunit": "^4.5",
2928
                "psr/log": "^1.0",
2929
                "symfony/process": "^2.5 || ^3.0"
2930
            },
2931
            "suggest": {
2932
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
2933
            },
2934
            "type": "library",
2935
            "extra": {
2936
                "branch-alias": {
2937
                    "dev-master": "1.x-dev"
2938
                }
2939
            },
2940
            "autoload": {
2941
                "psr-4": {
2942
                    "Composer\\CaBundle\\": "src"
2943
                }
2944
            },
2945
            "notification-url": "https://packagist.org/downloads/",
2946
            "license": [
2947
                "MIT"
2948
            ],
2949
            "authors": [
2950
                {
2951
                    "name": "Jordi Boggiano",
2952
                    "email": "[email protected]",
2953
                    "homepage": "http://seld.be"
2954
                }
2955
            ],
2956
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2957
            "keywords": [
2958
                "cabundle",
2959
                "cacert",
2960
                "certificate",
2961
                "ssl",
2962
                "tls"
2963
            ],
2964
            "time": "2017-09-11T07:24:36+00:00"
2965
        },
2966
        {
2967
            "name": "composer/composer",
2968
            "version": "1.5.2",
2969
            "source": {
2970
                "type": "git",
2971
                "url": "https://github.com/composer/composer.git",
2972
                "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae"
2973
            },
2974
            "dist": {
2975
                "type": "zip",
2976
                "url": "https://api.github.com/repos/composer/composer/zipball/c639623fa2178b404ed4bab80f0d1263853fa4ae",
2977
                "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae",
2978
                "shasum": ""
2979
            },
2980
            "require": {
2981
                "composer/ca-bundle": "^1.0",
2982
                "composer/semver": "^1.0",
2983
                "composer/spdx-licenses": "^1.0",
2984
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
2985
                "php": "^5.3.2 || ^7.0",
2986
                "psr/log": "^1.0",
2987
                "seld/cli-prompt": "^1.0",
2988
                "seld/jsonlint": "^1.4",
2989
                "seld/phar-utils": "^1.0",
2990
                "symfony/console": "^2.7 || ^3.0",
2991
                "symfony/filesystem": "^2.7 || ^3.0",
2992
                "symfony/finder": "^2.7 || ^3.0",
2993
                "symfony/process": "^2.7 || ^3.0"
2994
            },
2995
            "require-dev": {
2996
                "phpunit/phpunit": "^4.5 || ^5.0.5",
2997
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
2998
            },
2999
            "suggest": {
3000
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3001
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3002
                "ext-zlib": "Allow gzip compression of HTTP requests"
3003
            },
3004
            "bin": [
3005
                "bin/composer"
3006
            ],
3007
            "type": "library",
3008
            "extra": {
3009
                "branch-alias": {
3010
                    "dev-master": "1.5-dev"
3011
                }
3012
            },
3013
            "autoload": {
3014
                "psr-4": {
3015
                    "Composer\\": "src/Composer"
3016
                }
3017
            },
3018
            "notification-url": "https://packagist.org/downloads/",
3019
            "license": [
3020
                "MIT"
3021
            ],
3022
            "authors": [
3023
                {
3024
                    "name": "Nils Adermann",
3025
                    "email": "[email protected]",
3026
                    "homepage": "http://www.naderman.de"
3027
                },
3028
                {
3029
                    "name": "Jordi Boggiano",
3030
                    "email": "[email protected]",
3031
                    "homepage": "http://seld.be"
3032
                }
3033
            ],
3034
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
3035
            "homepage": "https://getcomposer.org/",
3036
            "keywords": [
3037
                "autoload",
3038
                "dependency",
3039
                "package"
3040
            ],
3041
            "time": "2017-09-11T14:59:26+00:00"
3042
        },
3043
        {
3044
            "name": "composer/semver",
3045
            "version": "1.4.2",
3046
            "source": {
3047
                "type": "git",
3048
                "url": "https://github.com/composer/semver.git",
3049
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
3050
            },
3051
            "dist": {
3052
                "type": "zip",
3053
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
3054
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
3055
                "shasum": ""
3056
            },
3057
            "require": {
3058
                "php": "^5.3.2 || ^7.0"
3059
            },
3060
            "require-dev": {
3061
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3062
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3063
            },
3064
            "type": "library",
3065
            "extra": {
3066
                "branch-alias": {
3067
                    "dev-master": "1.x-dev"
3068
                }
3069
            },
3070
            "autoload": {
3071
                "psr-4": {
3072
                    "Composer\\Semver\\": "src"
3073
                }
3074
            },
3075
            "notification-url": "https://packagist.org/downloads/",
3076
            "license": [
3077
                "MIT"
3078
            ],
3079
            "authors": [
3080
                {
3081
                    "name": "Nils Adermann",
3082
                    "email": "[email protected]",
3083
                    "homepage": "http://www.naderman.de"
3084
                },
3085
                {
3086
                    "name": "Jordi Boggiano",
3087
                    "email": "[email protected]",
3088
                    "homepage": "http://seld.be"
3089
                },
3090
                {
3091
                    "name": "Rob Bast",
3092
                    "email": "[email protected]",
3093
                    "homepage": "http://robbast.nl"
3094
                }
3095
            ],
3096
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3097
            "keywords": [
3098
                "semantic",
3099
                "semver",
3100
                "validation",
3101
                "versioning"
3102
            ],
3103
            "time": "2016-08-30T16:08:34+00:00"
3104
        },
3105
        {
3106
            "name": "composer/spdx-licenses",
3107
            "version": "1.1.6",
3108
            "source": {
3109
                "type": "git",
3110
                "url": "https://github.com/composer/spdx-licenses.git",
3111
                "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
3112
            },
3113
            "dist": {
3114
                "type": "zip",
3115
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
3116
                "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
3117
                "shasum": ""
3118
            },
3119
            "require": {
3120
                "php": "^5.3.2 || ^7.0"
3121
            },
3122
            "require-dev": {
3123
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3124
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3125
            },
3126
            "type": "library",
3127
            "extra": {
3128
                "branch-alias": {
3129
                    "dev-master": "1.x-dev"
3130
                }
3131
            },
3132
            "autoload": {
3133
                "psr-4": {
3134
                    "Composer\\Spdx\\": "src"
3135
                }
3136
            },
3137
            "notification-url": "https://packagist.org/downloads/",
3138
            "license": [
3139
                "MIT"
3140
            ],
3141
            "authors": [
3142
                {
3143
                    "name": "Nils Adermann",
3144
                    "email": "[email protected]",
3145
                    "homepage": "http://www.naderman.de"
3146
                },
3147
                {
3148
                    "name": "Jordi Boggiano",
3149
                    "email": "[email protected]",
3150
                    "homepage": "http://seld.be"
3151
                },
3152
                {
3153
                    "name": "Rob Bast",
3154
                    "email": "[email protected]",
3155
                    "homepage": "http://robbast.nl"
3156
                }
3157
            ],
3158
            "description": "SPDX licenses list and validation library.",
3159
            "keywords": [
3160
                "license",
3161
                "spdx",
3162
                "validator"
3163
            ],
3164
            "time": "2017-04-03T19:08:52+00:00"
3165
        },
3166
        {
3167
            "name": "doctrine/collections",
3168
            "version": "v1.4.0",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/doctrine/collections.git",
3172
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
3177
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": "^5.6 || ^7.0"
3182
            },
3183
            "require-dev": {
3184
                "doctrine/coding-standard": "~0.1@dev",
3185
                "phpunit/phpunit": "^5.7"
3186
            },
3187
            "type": "library",
3188
            "extra": {
3189
                "branch-alias": {
3190
                    "dev-master": "1.3.x-dev"
3191
                }
3192
            },
3193
            "autoload": {
3194
                "psr-0": {
3195
                    "Doctrine\\Common\\Collections\\": "lib/"
3196
                }
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "MIT"
3201
            ],
3202
            "authors": [
3203
                {
3204
                    "name": "Roman Borschel",
3205
                    "email": "[email protected]"
3206
                },
3207
                {
3208
                    "name": "Benjamin Eberlei",
3209
                    "email": "[email protected]"
3210
                },
3211
                {
3212
                    "name": "Guilherme Blanco",
3213
                    "email": "[email protected]"
3214
                },
3215
                {
3216
                    "name": "Jonathan Wage",
3217
                    "email": "[email protected]"
3218
                },
3219
                {
3220
                    "name": "Johannes Schmitt",
3221
                    "email": "[email protected]"
3222
                }
3223
            ],
3224
            "description": "Collections Abstraction library",
3225
            "homepage": "http://www.doctrine-project.org",
3226
            "keywords": [
3227
                "array",
3228
                "collections",
3229
                "iterator"
3230
            ],
3231
            "time": "2017-01-03T10:49:41+00:00"
3232
        },
3233
        {
3234
            "name": "doctrine/instantiator",
3235
            "version": "1.0.5",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/doctrine/instantiator.git",
3239
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3244
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "php": ">=5.3,<8.0-DEV"
3249
            },
3250
            "require-dev": {
3251
                "athletic/athletic": "~0.1.8",
3252
                "ext-pdo": "*",
3253
                "ext-phar": "*",
3254
                "phpunit/phpunit": "~4.0",
3255
                "squizlabs/php_codesniffer": "~2.0"
3256
            },
3257
            "type": "library",
3258
            "extra": {
3259
                "branch-alias": {
3260
                    "dev-master": "1.0.x-dev"
3261
                }
3262
            },
3263
            "autoload": {
3264
                "psr-4": {
3265
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3266
                }
3267
            },
3268
            "notification-url": "https://packagist.org/downloads/",
3269
            "license": [
3270
                "MIT"
3271
            ],
3272
            "authors": [
3273
                {
3274
                    "name": "Marco Pivetta",
3275
                    "email": "[email protected]",
3276
                    "homepage": "http://ocramius.github.com/"
3277
                }
3278
            ],
3279
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3280
            "homepage": "https://github.com/doctrine/instantiator",
3281
            "keywords": [
3282
                "constructor",
3283
                "instantiate"
3284
            ],
3285
            "time": "2015-06-14T21:17:01+00:00"
3286
        },
3287
        {
3288
            "name": "escapestudios/symfony2-coding-standard",
3289
            "version": "2.11.0",
3290
            "source": {
3291
                "type": "git",
3292
                "url": "https://github.com/djoos/Symfony-coding-standard.git",
3293
                "reference": "4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc"
3294
            },
3295
            "dist": {
3296
                "type": "zip",
3297
                "url": "https://api.github.com/repos/djoos/Symfony-coding-standard/zipball/4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc",
3298
                "reference": "4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc",
3299
                "shasum": ""
3300
            },
3301
            "require": {
3302
                "squizlabs/php_codesniffer": "~2.0"
3303
            },
3304
            "type": "phpcodesniffer-standard",
3305
            "extra": {
3306
                "branch-alias": {
3307
                    "dev-master": "2.x-dev"
3308
                }
3309
            },
3310
            "notification-url": "https://packagist.org/downloads/",
3311
            "license": [
3312
                "MIT"
3313
            ],
3314
            "authors": [
3315
                {
3316
                    "name": "David Joos",
3317
                    "email": "[email protected]"
3318
                },
3319
                {
3320
                    "name": "Community contributors",
3321
                    "homepage": "https://github.com/djoos/Symfony2-coding-standard/graphs/contributors"
3322
                }
3323
            ],
3324
            "description": "CodeSniffer ruleset for the Symfony 2+ coding standard",
3325
            "homepage": "https://github.com/djoos/Symfony2-coding-standard",
3326
            "keywords": [
3327
                "Coding Standard",
3328
                "Symfony2",
3329
                "phpcs",
3330
                "symfony"
3331
            ],
3332
            "time": "2017-06-08T10:48:30+00:00"
3333
        },
3334
        {
3335
            "name": "gitonomy/gitlib",
3336
            "version": "v1.0.2",
3337
            "source": {
3338
                "type": "git",
3339
                "url": "https://github.com/gitonomy/gitlib.git",
3340
                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c"
3341
            },
3342
            "dist": {
3343
                "type": "zip",
3344
                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c",
3345
                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c",
3346
                "shasum": ""
3347
            },
3348
            "require": {
3349
                "symfony/process": "^2.3|^3.0"
3350
            },
3351
            "require-dev": {
3352
                "psr/log": "^1.0"
3353
            },
3354
            "suggest": {
3355
                "psr/log": "Add some log"
3356
            },
3357
            "type": "library",
3358
            "extra": {
3359
                "branch-alias": {
3360
                    "dev-master": "1.0-dev"
3361
                }
3362
            },
3363
            "autoload": {
3364
                "psr-4": {
3365
                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
3366
                }
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "MIT"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Alexandre Salomé",
3375
                    "email": "[email protected]",
3376
                    "homepage": "http://alexandre-salome.fr"
3377
                },
3378
                {
3379
                    "name": "Julien DIDIER",
3380
                    "email": "[email protected]",
3381
                    "homepage": "http://www.jdidier.net"
3382
                }
3383
            ],
3384
            "description": "Library for accessing git",
3385
            "homepage": "http://gitonomy.com",
3386
            "time": "2016-05-11T08:25:40+00:00"
3387
        },
3388
        {
3389
            "name": "guzzlehttp/ringphp",
3390
            "version": "1.1.0",
3391
            "source": {
3392
                "type": "git",
3393
                "url": "https://github.com/guzzle/RingPHP.git",
3394
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
3395
            },
3396
            "dist": {
3397
                "type": "zip",
3398
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
3399
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
3400
                "shasum": ""
3401
            },
3402
            "require": {
3403
                "guzzlehttp/streams": "~3.0",
3404
                "php": ">=5.4.0",
3405
                "react/promise": "~2.0"
3406
            },
3407
            "require-dev": {
3408
                "ext-curl": "*",
3409
                "phpunit/phpunit": "~4.0"
3410
            },
3411
            "suggest": {
3412
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
3413
            },
3414
            "type": "library",
3415
            "extra": {
3416
                "branch-alias": {
3417
                    "dev-master": "1.1-dev"
3418
                }
3419
            },
3420
            "autoload": {
3421
                "psr-4": {
3422
                    "GuzzleHttp\\Ring\\": "src/"
3423
                }
3424
            },
3425
            "notification-url": "https://packagist.org/downloads/",
3426
            "license": [
3427
                "MIT"
3428
            ],
3429
            "authors": [
3430
                {
3431
                    "name": "Michael Dowling",
3432
                    "email": "[email protected]",
3433
                    "homepage": "https://github.com/mtdowling"
3434
                }
3435
            ],
3436
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
3437
            "time": "2015-05-20T03:37:09+00:00"
3438
        },
3439
        {
3440
            "name": "guzzlehttp/streams",
3441
            "version": "3.0.0",
3442
            "source": {
3443
                "type": "git",
3444
                "url": "https://github.com/guzzle/streams.git",
3445
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
3446
            },
3447
            "dist": {
3448
                "type": "zip",
3449
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
3450
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
3451
                "shasum": ""
3452
            },
3453
            "require": {
3454
                "php": ">=5.4.0"
3455
            },
3456
            "require-dev": {
3457
                "phpunit/phpunit": "~4.0"
3458
            },
3459
            "type": "library",
3460
            "extra": {
3461
                "branch-alias": {
3462
                    "dev-master": "3.0-dev"
3463
                }
3464
            },
3465
            "autoload": {
3466
                "psr-4": {
3467
                    "GuzzleHttp\\Stream\\": "src/"
3468
                }
3469
            },
3470
            "notification-url": "https://packagist.org/downloads/",
3471
            "license": [
3472
                "MIT"
3473
            ],
3474
            "authors": [
3475
                {
3476
                    "name": "Michael Dowling",
3477
                    "email": "[email protected]",
3478
                    "homepage": "https://github.com/mtdowling"
3479
                }
3480
            ],
3481
            "description": "Provides a simple abstraction over streams of data",
3482
            "homepage": "http://guzzlephp.org/",
3483
            "keywords": [
3484
                "Guzzle",
3485
                "stream"
3486
            ],
3487
            "time": "2014-10-12T19:18:40+00:00"
3488
        },
3489
        {
3490
            "name": "justinrainbow/json-schema",
3491
            "version": "5.2.1",
3492
            "source": {
3493
                "type": "git",
3494
                "url": "https://github.com/justinrainbow/json-schema.git",
3495
                "reference": "429be236f296ca249d61c65649cdf2652f4a5e80"
3496
            },
3497
            "dist": {
3498
                "type": "zip",
3499
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/429be236f296ca249d61c65649cdf2652f4a5e80",
3500
                "reference": "429be236f296ca249d61c65649cdf2652f4a5e80",
3501
                "shasum": ""
3502
            },
3503
            "require": {
3504
                "php": ">=5.3.3"
3505
            },
3506
            "require-dev": {
3507
                "friendsofphp/php-cs-fixer": "^2.1",
3508
                "json-schema/json-schema-test-suite": "1.2.0",
3509
                "phpdocumentor/phpdocumentor": "^2.7",
3510
                "phpunit/phpunit": "^4.8.22"
3511
            },
3512
            "bin": [
3513
                "bin/validate-json"
3514
            ],
3515
            "type": "library",
3516
            "extra": {
3517
                "branch-alias": {
3518
                    "dev-master": "5.0.x-dev"
3519
                }
3520
            },
3521
            "autoload": {
3522
                "psr-4": {
3523
                    "JsonSchema\\": "src/JsonSchema/"
3524
                }
3525
            },
3526
            "notification-url": "https://packagist.org/downloads/",
3527
            "license": [
3528
                "MIT"
3529
            ],
3530
            "authors": [
3531
                {
3532
                    "name": "Bruno Prieto Reis",
3533
                    "email": "[email protected]"
3534
                },
3535
                {
3536
                    "name": "Justin Rainbow",
3537
                    "email": "[email protected]"
3538
                },
3539
                {
3540
                    "name": "Igor Wiedler",
3541
                    "email": "[email protected]"
3542
                },
3543
                {
3544
                    "name": "Robert Schönthal",
3545
                    "email": "[email protected]"
3546
                }
3547
            ],
3548
            "description": "A library to validate a json schema.",
3549
            "homepage": "https://github.com/justinrainbow/json-schema",
3550
            "keywords": [
3551
                "json",
3552
                "schema"
3553
            ],
3554
            "time": "2017-05-16T21:06:09+00:00"
3555
        },
3556
        {
3557
            "name": "league/commonmark",
3558
            "version": "0.15.6",
3559
            "source": {
3560
                "type": "git",
3561
                "url": "https://github.com/thephpleague/commonmark.git",
3562
                "reference": "91742543c25fecedc84a4883d2919213e04a73b7"
3563
            },
3564
            "dist": {
3565
                "type": "zip",
3566
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91742543c25fecedc84a4883d2919213e04a73b7",
3567
                "reference": "91742543c25fecedc84a4883d2919213e04a73b7",
3568
                "shasum": ""
3569
            },
3570
            "require": {
3571
                "ext-mbstring": "*",
3572
                "php": ">=5.4.8"
3573
            },
3574
            "replace": {
3575
                "colinodell/commonmark-php": "*"
3576
            },
3577
            "require-dev": {
3578
                "cebe/markdown": "~1.0",
3579
                "erusev/parsedown": "~1.0",
3580
                "jgm/commonmark": "0.28",
3581
                "michelf/php-markdown": "~1.4",
3582
                "mikehaertl/php-shellcommand": "~1.2.0",
3583
                "phpunit/phpunit": "~4.3|~5.0",
3584
                "scrutinizer/ocular": "~1.1",
3585
                "symfony/finder": "~2.3|~3.0"
3586
            },
3587
            "suggest": {
3588
                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
3589
            },
3590
            "bin": [
3591
                "bin/commonmark"
3592
            ],
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "0.16-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "psr-4": {
3601
                    "League\\CommonMark\\": "src/"
3602
                }
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "BSD-3-Clause"
3607
            ],
3608
            "authors": [
3609
                {
3610
                    "name": "Colin O'Dell",
3611
                    "email": "[email protected]",
3612
                    "homepage": "https://www.colinodell.com",
3613
                    "role": "Lead Developer"
3614
                }
3615
            ],
3616
            "description": "Markdown parser for PHP based on the CommonMark spec",
3617
            "homepage": "https://github.com/thephpleague/commonmark",
3618
            "keywords": [
3619
                "commonmark",
3620
                "markdown",
3621
                "parser"
3622
            ],
3623
            "time": "2017-08-08T11:47:33+00:00"
3624
        },
3625
        {
3626
            "name": "magento-ecg/coding-standard",
3627
            "version": "2.1",
3628
            "source": {
3629
                "type": "git",
3630
                "url": "https://github.com/magento-ecg/coding-standard.git",
3631
                "reference": "a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71"
3632
            },
3633
            "dist": {
3634
                "type": "zip",
3635
                "url": "https://api.github.com/repos/magento-ecg/coding-standard/zipball/a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71",
3636
                "reference": "a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71",
3637
                "shasum": ""
3638
            },
3639
            "require": {
3640
                "php": ">=5.4.0"
3641
            },
3642
            "type": "library",
3643
            "notification-url": "https://packagist.org/downloads/",
3644
            "license": [
3645
                "MIT"
3646
            ],
3647
            "authors": [
3648
                {
3649
                    "name": "Magento Expert Consulting Group",
3650
                    "homepage": "http://magentocommerce.com/consulting",
3651
                    "role": "Maintainer"
3652
                }
3653
            ],
3654
            "description": "A set of PHP_CodeSniffer rules and sniffs.",
3655
            "homepage": "https://github.com/magento-ecg/coding-standard",
3656
            "time": "2017-05-18T19:12:29+00:00"
3657
        },
3658
        {
3659
            "name": "magento/zendframework1",
3660
            "version": "1.12.10",
3661
            "source": {
3662
                "type": "git",
3663
                "url": "https://github.com/magento/zf1.git",
3664
                "reference": "d1e5cd8c9f83229bcdd9bb485c3ce25259c77884"
3665
            },
3666
            "dist": {
3667
                "type": "zip",
3668
                "url": "https://api.github.com/repos/magento/zf1/zipball/d1e5cd8c9f83229bcdd9bb485c3ce25259c77884",
3669
                "reference": "d1e5cd8c9f83229bcdd9bb485c3ce25259c77884",
3670
                "shasum": ""
3671
            },
3672
            "require": {
3673
                "php": ">=5.2.11"
3674
            },
3675
            "require-dev": {
3676
                "phpunit/dbunit": "1.3.*",
3677
                "phpunit/phpunit": "3.7.*"
3678
            },
3679
            "type": "library",
3680
            "extra": {
3681
                "branch-alias": {
3682
                    "dev-master": "1.12.x-dev"
3683
                }
3684
            },
3685
            "autoload": {
3686
                "psr-0": {
3687
                    "Zend_": "library/"
3688
                }
3689
            },
3690
            "notification-url": "https://packagist.org/downloads/",
3691
            "include-path": [
3692
                "library/"
3693
            ],
3694
            "license": [
3695
                "BSD-3-Clause"
3696
            ],
3697
            "description": "Magento Zend Framework 1",
3698
            "homepage": "http://framework.zend.com/",
3699
            "keywords": [
3700
                "ZF1",
3701
                "framework"
3702
            ],
3703
            "time": "2015-02-06T17:25:45+00:00"
3704
        },
3705
        {
3706
            "name": "monolog/monolog",
3707
            "version": "1.23.0",
3708
            "source": {
3709
                "type": "git",
3710
                "url": "https://github.com/Seldaek/monolog.git",
3711
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3712
            },
3713
            "dist": {
3714
                "type": "zip",
3715
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3716
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3717
                "shasum": ""
3718
            },
3719
            "require": {
3720
                "php": ">=5.3.0",
3721
                "psr/log": "~1.0"
3722
            },
3723
            "provide": {
3724
                "psr/log-implementation": "1.0.0"
3725
            },
3726
            "require-dev": {
3727
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3728
                "doctrine/couchdb": "~1.0@dev",
3729
                "graylog2/gelf-php": "~1.0",
3730
                "jakub-onderka/php-parallel-lint": "0.9",
3731
                "php-amqplib/php-amqplib": "~2.4",
3732
                "php-console/php-console": "^3.1.3",
3733
                "phpunit/phpunit": "~4.5",
3734
                "phpunit/phpunit-mock-objects": "2.3.0",
3735
                "ruflin/elastica": ">=0.90 <3.0",
3736
                "sentry/sentry": "^0.13",
3737
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3738
            },
3739
            "suggest": {
3740
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3741
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3742
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3743
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3744
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3745
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3746
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3747
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3748
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3749
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3750
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3751
            },
3752
            "type": "library",
3753
            "extra": {
3754
                "branch-alias": {
3755
                    "dev-master": "2.0.x-dev"
3756
                }
3757
            },
3758
            "autoload": {
3759
                "psr-4": {
3760
                    "Monolog\\": "src/Monolog"
3761
                }
3762
            },
3763
            "notification-url": "https://packagist.org/downloads/",
3764
            "license": [
3765
                "MIT"
3766
            ],
3767
            "authors": [
3768
                {
3769
                    "name": "Jordi Boggiano",
3770
                    "email": "[email protected]",
3771
                    "homepage": "http://seld.be"
3772
                }
3773
            ],
3774
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3775
            "homepage": "http://github.com/Seldaek/monolog",
3776
            "keywords": [
3777
                "log",
3778
                "logging",
3779
                "psr-3"
3780
            ],
3781
            "time": "2017-06-19T01:22:40+00:00"
3782
        },
3783
        {
3784
            "name": "myclabs/deep-copy",
3785
            "version": "1.6.1",
3786
            "source": {
3787
                "type": "git",
3788
                "url": "https://github.com/myclabs/DeepCopy.git",
3789
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
3790
            },
3791
            "dist": {
3792
                "type": "zip",
3793
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
3794
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
3795
                "shasum": ""
3796
            },
3797
            "require": {
3798
                "php": ">=5.4.0"
3799
            },
3800
            "require-dev": {
3801
                "doctrine/collections": "1.*",
3802
                "phpunit/phpunit": "~4.1"
3803
            },
3804
            "type": "library",
3805
            "autoload": {
3806
                "psr-4": {
3807
                    "DeepCopy\\": "src/DeepCopy/"
3808
                }
3809
            },
3810
            "notification-url": "https://packagist.org/downloads/",
3811
            "license": [
3812
                "MIT"
3813
            ],
3814
            "description": "Create deep copies (clones) of your objects",
3815
            "homepage": "https://github.com/myclabs/DeepCopy",
3816
            "keywords": [
3817
                "clone",
3818
                "copy",
3819
                "duplicate",
3820
                "object",
3821
                "object graph"
3822
            ],
3823
            "time": "2017-04-12T18:52:22+00:00"
3824
        },
3825
        {
3826
            "name": "ocramius/package-versions",
3827
            "version": "1.1.3",
3828
            "source": {
3829
                "type": "git",
3830
                "url": "https://github.com/Ocramius/PackageVersions.git",
3831
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7"
3832
            },
3833
            "dist": {
3834
                "type": "zip",
3835
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3836
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3837
                "shasum": ""
3838
            },
3839
            "require": {
3840
                "composer-plugin-api": "^1.0",
3841
                "php": "~7.0"
3842
            },
3843
            "require-dev": {
3844
                "composer/composer": "^1.3",
3845
                "ext-zip": "*",
3846
                "humbug/humbug": "dev-master",
3847
                "phpunit/phpunit": "^5.7.5"
3848
            },
3849
            "type": "composer-plugin",
3850
            "extra": {
3851
                "class": "PackageVersions\\Installer",
3852
                "branch-alias": {
3853
                    "dev-master": "2.0.x-dev"
3854
                }
3855
            },
3856
            "autoload": {
3857
                "psr-4": {
3858
                    "PackageVersions\\": "src/PackageVersions"
3859
                }
3860
            },
3861
            "notification-url": "https://packagist.org/downloads/",
3862
            "license": [
3863
                "MIT"
3864
            ],
3865
            "authors": [
3866
                {
3867
                    "name": "Marco Pivetta",
3868
                    "email": "[email protected]"
3869
                }
3870
            ],
3871
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
3872
            "time": "2017-09-06T15:24:43+00:00"
3873
        },
3874
        {
3875
            "name": "ocramius/proxy-manager",
3876
            "version": "2.0.4",
3877
            "source": {
3878
                "type": "git",
3879
                "url": "https://github.com/Ocramius/ProxyManager.git",
3880
                "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6"
3881
            },
3882
            "dist": {
3883
                "type": "zip",
3884
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6",
3885
                "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6",
3886
                "shasum": ""
3887
            },
3888
            "require": {
3889
                "ocramius/package-versions": "^1.0",
3890
                "php": "7.0.0 - 7.0.5 || ^7.0.7",
3891
                "zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4"
3892
            },
3893
            "require-dev": {
3894
                "couscous/couscous": "^1.4.0",
3895
                "ext-phar": "*",
3896
                "phpbench/phpbench": "^0.11.2",
3897
                "phpunit/phpunit": "^5.4.6",
3898
                "squizlabs/php_codesniffer": "^2.6.0"
3899
            },
3900
            "suggest": {
3901
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3902
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3903
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3904
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3905
            },
3906
            "type": "library",
3907
            "extra": {
3908
                "branch-alias": {
3909
                    "dev-master": "3.0.x-dev"
3910
                }
3911
            },
3912
            "autoload": {
3913
                "psr-0": {
3914
                    "ProxyManager\\": "src"
3915
                }
3916
            },
3917
            "notification-url": "https://packagist.org/downloads/",
3918
            "license": [
3919
                "MIT"
3920
            ],
3921
            "authors": [
3922
                {
3923
                    "name": "Marco Pivetta",
3924
                    "email": "[email protected]",
3925
                    "homepage": "http://ocramius.github.io/"
3926
                }
3927
            ],
3928
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3929
            "homepage": "https://github.com/Ocramius/ProxyManager",
3930
            "keywords": [
3931
                "aop",
3932
                "lazy loading",
3933
                "proxy",
3934
                "proxy pattern",
3935
                "service proxies"
3936
            ],
3937
            "time": "2016-11-04T15:53:15+00:00"
3938
        },
3939
        {
3940
            "name": "phar-io/manifest",
3941
            "version": "1.0.1",
3942
            "source": {
3943
                "type": "git",
3944
                "url": "https://github.com/phar-io/manifest.git",
3945
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3946
            },
3947
            "dist": {
3948
                "type": "zip",
3949
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3950
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3951
                "shasum": ""
3952
            },
3953
            "require": {
3954
                "ext-dom": "*",
3955
                "ext-phar": "*",
3956
                "phar-io/version": "^1.0.1",
3957
                "php": "^5.6 || ^7.0"
3958
            },
3959
            "type": "library",
3960
            "extra": {
3961
                "branch-alias": {
3962
                    "dev-master": "1.0.x-dev"
3963
                }
3964
            },
3965
            "autoload": {
3966
                "classmap": [
3967
                    "src/"
3968
                ]
3969
            },
3970
            "notification-url": "https://packagist.org/downloads/",
3971
            "license": [
3972
                "BSD-3-Clause"
3973
            ],
3974
            "authors": [
3975
                {
3976
                    "name": "Arne Blankerts",
3977
                    "email": "[email protected]",
3978
                    "role": "Developer"
3979
                },
3980
                {
3981
                    "name": "Sebastian Heuer",
3982
                    "email": "[email protected]",
3983
                    "role": "Developer"
3984
                },
3985
                {
3986
                    "name": "Sebastian Bergmann",
3987
                    "email": "[email protected]",
3988
                    "role": "Developer"
3989
                }
3990
            ],
3991
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3992
            "time": "2017-03-05T18:14:27+00:00"
3993
        },
3994
        {
3995
            "name": "phar-io/version",
3996
            "version": "1.0.1",
3997
            "source": {
3998
                "type": "git",
3999
                "url": "https://github.com/phar-io/version.git",
4000
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4001
            },
4002
            "dist": {
4003
                "type": "zip",
4004
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4005
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4006
                "shasum": ""
4007
            },
4008
            "require": {
4009
                "php": "^5.6 || ^7.0"
4010
            },
4011
            "type": "library",
4012
            "autoload": {
4013
                "classmap": [
4014
                    "src/"
4015
                ]
4016
            },
4017
            "notification-url": "https://packagist.org/downloads/",
4018
            "license": [
4019
                "BSD-3-Clause"
4020
            ],
4021
            "authors": [
4022
                {
4023
                    "name": "Arne Blankerts",
4024
                    "email": "[email protected]",
4025
                    "role": "Developer"
4026
                },
4027
                {
4028
                    "name": "Sebastian Heuer",
4029
                    "email": "[email protected]",
4030
                    "role": "Developer"
4031
                },
4032
                {
4033
                    "name": "Sebastian Bergmann",
4034
                    "email": "[email protected]",
4035
                    "role": "Developer"
4036
                }
4037
            ],
4038
            "description": "Library for handling version information and constraints",
4039
            "time": "2017-03-05T17:38:23+00:00"
4040
        },
4041
        {
4042
            "name": "phpdocumentor/reflection-common",
4043
            "version": "1.0.1",
4044
            "source": {
4045
                "type": "git",
4046
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4047
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4048
            },
4049
            "dist": {
4050
                "type": "zip",
4051
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4052
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4053
                "shasum": ""
4054
            },
4055
            "require": {
4056
                "php": ">=5.5"
4057
            },
4058
            "require-dev": {
4059
                "phpunit/phpunit": "^4.6"
4060
            },
4061
            "type": "library",
4062
            "extra": {
4063
                "branch-alias": {
4064
                    "dev-master": "1.0.x-dev"
4065
                }
4066
            },
4067
            "autoload": {
4068
                "psr-4": {
4069
                    "phpDocumentor\\Reflection\\": [
4070
                        "src"
4071
                    ]
4072
                }
4073
            },
4074
            "notification-url": "https://packagist.org/downloads/",
4075
            "license": [
4076
                "MIT"
4077
            ],
4078
            "authors": [
4079
                {
4080
                    "name": "Jaap van Otterdijk",
4081
                    "email": "[email protected]"
4082
                }
4083
            ],
4084
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4085
            "homepage": "http://www.phpdoc.org",
4086
            "keywords": [
4087
                "FQSEN",
4088
                "phpDocumentor",
4089
                "phpdoc",
4090
                "reflection",
4091
                "static analysis"
4092
            ],
4093
            "time": "2017-09-11T18:02:19+00:00"
4094
        },
4095
        {
4096
            "name": "phpdocumentor/reflection-docblock",
4097
            "version": "4.1.1",
4098
            "source": {
4099
                "type": "git",
4100
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4101
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
4102
            },
4103
            "dist": {
4104
                "type": "zip",
4105
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
4106
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
4107
                "shasum": ""
4108
            },
4109
            "require": {
4110
                "php": "^7.0",
4111
                "phpdocumentor/reflection-common": "^1.0@dev",
4112
                "phpdocumentor/type-resolver": "^0.4.0",
4113
                "webmozart/assert": "^1.0"
4114
            },
4115
            "require-dev": {
4116
                "mockery/mockery": "^0.9.4",
4117
                "phpunit/phpunit": "^4.4"
4118
            },
4119
            "type": "library",
4120
            "autoload": {
4121
                "psr-4": {
4122
                    "phpDocumentor\\Reflection\\": [
4123
                        "src/"
4124
                    ]
4125
                }
4126
            },
4127
            "notification-url": "https://packagist.org/downloads/",
4128
            "license": [
4129
                "MIT"
4130
            ],
4131
            "authors": [
4132
                {
4133
                    "name": "Mike van Riel",
4134
                    "email": "[email protected]"
4135
                }
4136
            ],
4137
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4138
            "time": "2017-08-30T18:51:59+00:00"
4139
        },
4140
        {
4141
            "name": "phpdocumentor/type-resolver",
4142
            "version": "0.4.0",
4143
            "source": {
4144
                "type": "git",
4145
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4146
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4147
            },
4148
            "dist": {
4149
                "type": "zip",
4150
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4151
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4152
                "shasum": ""
4153
            },
4154
            "require": {
4155
                "php": "^5.5 || ^7.0",
4156
                "phpdocumentor/reflection-common": "^1.0"
4157
            },
4158
            "require-dev": {
4159
                "mockery/mockery": "^0.9.4",
4160
                "phpunit/phpunit": "^5.2||^4.8.24"
4161
            },
4162
            "type": "library",
4163
            "extra": {
4164
                "branch-alias": {
4165
                    "dev-master": "1.0.x-dev"
4166
                }
4167
            },
4168
            "autoload": {
4169
                "psr-4": {
4170
                    "phpDocumentor\\Reflection\\": [
4171
                        "src/"
4172
                    ]
4173
                }
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "MIT"
4178
            ],
4179
            "authors": [
4180
                {
4181
                    "name": "Mike van Riel",
4182
                    "email": "[email protected]"
4183
                }
4184
            ],
4185
            "time": "2017-07-14T14:27:02+00:00"
4186
        },
4187
        {
4188
            "name": "phpro/grumphp",
4189
            "version": "v0.11.6",
4190
            "source": {
4191
                "type": "git",
4192
                "url": "https://github.com/phpro/grumphp.git",
4193
                "reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02"
4194
            },
4195
            "dist": {
4196
                "type": "zip",
4197
                "url": "https://api.github.com/repos/phpro/grumphp/zipball/c57aeff808b4b5a7da84a432d3b39ef347dcba02",
4198
                "reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02",
4199
                "shasum": ""
4200
            },
4201
            "require": {
4202
                "composer-plugin-api": "~1.0",
4203
                "composer/composer": "^1.0",
4204
                "doctrine/collections": "~1.2",
4205
                "gitonomy/gitlib": "~1.0",
4206
                "monolog/monolog": "~1.16",
4207
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
4208
                "php": ">=5.6.0",
4209
                "seld/jsonlint": "~1.1",
4210
                "symfony/config": "~2.7|~3.0",
4211
                "symfony/console": "~2.7|~3.0",
4212
                "symfony/dependency-injection": "~2.7|~3.0",
4213
                "symfony/event-dispatcher": "~2.7|~3.0",
4214
                "symfony/filesystem": "~2.7|~3.0",
4215
                "symfony/finder": "~2.7|~3.0",
4216
                "symfony/options-resolver": "~2.7|~3.0",
4217
                "symfony/process": "~2.7|~3.0",
4218
                "symfony/proxy-manager-bridge": "~2.7|~3.0",
4219
                "symfony/yaml": "~2.7|~3.0"
4220
            },
4221
            "require-dev": {
4222
                "friendsofphp/php-cs-fixer": "~1|~2",
4223
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4224
                "nikic/php-parser": "~2.1",
4225
                "phpspec/phpspec": "^3.2.2",
4226
                "phpspec/prophecy": "^1.6.2",
4227
                "phpunit/phpunit": "^4.8.31",
4228
                "sebastian/comparator": "^1.2.4",
4229
                "sensiolabs/security-checker": "^3.0",
4230
                "squizlabs/php_codesniffer": "~2.4"
4231
            },
4232
            "suggest": {
4233
                "atoum/atoum": "Lets GrumPHP run your unit tests.",
4234
                "behat/behat": "Lets GrumPHP validate your project features.",
4235
                "codeception/codeception": "Lets GrumPHP run your project's full stack tests",
4236
                "codegyre/robo": "Lets GrumPHP run your automated PHP tasks.",
4237
                "doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
4238
                "etsy/phan": "Lets GrumPHP unleash a static analyzer on your code",
4239
                "friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
4240
                "jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
4241
                "malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
4242
                "nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
4243
                "phing/phing": "Lets GrumPHP run your automated PHP tasks.",
4244
                "phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
4245
                "phpmnd/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
4246
                "phpspec/phpspec": "Lets GrumPHP spec your code.",
4247
                "phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
4248
                "phpunit/phpunit": "Lets GrumPHP run your unit tests.",
4249
                "roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
4250
                "sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
4251
                "sensiolabs/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
4252
                "squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
4253
                "sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7."
4254
            },
4255
            "bin": [
4256
                "bin/grumphp"
4257
            ],
4258
            "type": "composer-plugin",
4259
            "extra": {
4260
                "class": "GrumPHP\\Composer\\GrumPHPPlugin"
4261
            },
4262
            "autoload": {
4263
                "psr-4": {
4264
                    "GrumPHP\\": "src"
4265
                }
4266
            },
4267
            "notification-url": "https://packagist.org/downloads/",
4268
            "license": [
4269
                "MIT"
4270
            ],
4271
            "authors": [
4272
                {
4273
                    "name": "Toon Verwerft",
4274
                    "email": "[email protected]"
4275
                },
4276
                {
4277
                    "name": "Alexander Deruwe",
4278
                    "email": "[email protected]"
4279
                }
4280
            ],
4281
            "description": "A composer plugin that enables source code quality checks.",
4282
            "time": "2017-05-31T17:49:48+00:00"
4283
        },
4284
        {
4285
            "name": "phpspec/prophecy",
4286
            "version": "v1.7.2",
4287
            "source": {
4288
                "type": "git",
4289
                "url": "https://github.com/phpspec/prophecy.git",
4290
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
4291
            },
4292
            "dist": {
4293
                "type": "zip",
4294
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
4295
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
4296
                "shasum": ""
4297
            },
4298
            "require": {
4299
                "doctrine/instantiator": "^1.0.2",
4300
                "php": "^5.3|^7.0",
4301
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4302
                "sebastian/comparator": "^1.1|^2.0",
4303
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4304
            },
4305
            "require-dev": {
4306
                "phpspec/phpspec": "^2.5|^3.2",
4307
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4308
            },
4309
            "type": "library",
4310
            "extra": {
4311
                "branch-alias": {
4312
                    "dev-master": "1.7.x-dev"
4313
                }
4314
            },
4315
            "autoload": {
4316
                "psr-0": {
4317
                    "Prophecy\\": "src/"
4318
                }
4319
            },
4320
            "notification-url": "https://packagist.org/downloads/",
4321
            "license": [
4322
                "MIT"
4323
            ],
4324
            "authors": [
4325
                {
4326
                    "name": "Konstantin Kudryashov",
4327
                    "email": "[email protected]",
4328
                    "homepage": "http://everzet.com"
4329
                },
4330
                {
4331
                    "name": "Marcello Duarte",
4332
                    "email": "[email protected]"
4333
                }
4334
            ],
4335
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4336
            "homepage": "https://github.com/phpspec/prophecy",
4337
            "keywords": [
4338
                "Double",
4339
                "Dummy",
4340
                "fake",
4341
                "mock",
4342
                "spy",
4343
                "stub"
4344
            ],
4345
            "time": "2017-09-04T11:05:03+00:00"
4346
        },
4347
        {
4348
            "name": "phpunit/php-code-coverage",
4349
            "version": "5.2.2",
4350
            "source": {
4351
                "type": "git",
4352
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4353
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
4354
            },
4355
            "dist": {
4356
                "type": "zip",
4357
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
4358
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
4359
                "shasum": ""
4360
            },
4361
            "require": {
4362
                "ext-dom": "*",
4363
                "ext-xmlwriter": "*",
4364
                "php": "^7.0",
4365
                "phpunit/php-file-iterator": "^1.4.2",
4366
                "phpunit/php-text-template": "^1.2.1",
4367
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
4368
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4369
                "sebastian/environment": "^3.0",
4370
                "sebastian/version": "^2.0.1",
4371
                "theseer/tokenizer": "^1.1"
4372
            },
4373
            "require-dev": {
4374
                "ext-xdebug": "^2.5",
4375
                "phpunit/phpunit": "^6.0"
4376
            },
4377
            "suggest": {
4378
                "ext-xdebug": "^2.5.5"
4379
            },
4380
            "type": "library",
4381
            "extra": {
4382
                "branch-alias": {
4383
                    "dev-master": "5.2.x-dev"
4384
                }
4385
            },
4386
            "autoload": {
4387
                "classmap": [
4388
                    "src/"
4389
                ]
4390
            },
4391
            "notification-url": "https://packagist.org/downloads/",
4392
            "license": [
4393
                "BSD-3-Clause"
4394
            ],
4395
            "authors": [
4396
                {
4397
                    "name": "Sebastian Bergmann",
4398
                    "email": "[email protected]",
4399
                    "role": "lead"
4400
                }
4401
            ],
4402
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4403
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4404
            "keywords": [
4405
                "coverage",
4406
                "testing",
4407
                "xunit"
4408
            ],
4409
            "time": "2017-08-03T12:40:43+00:00"
4410
        },
4411
        {
4412
            "name": "phpunit/php-file-iterator",
4413
            "version": "1.4.2",
4414
            "source": {
4415
                "type": "git",
4416
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4417
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4418
            },
4419
            "dist": {
4420
                "type": "zip",
4421
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4422
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4423
                "shasum": ""
4424
            },
4425
            "require": {
4426
                "php": ">=5.3.3"
4427
            },
4428
            "type": "library",
4429
            "extra": {
4430
                "branch-alias": {
4431
                    "dev-master": "1.4.x-dev"
4432
                }
4433
            },
4434
            "autoload": {
4435
                "classmap": [
4436
                    "src/"
4437
                ]
4438
            },
4439
            "notification-url": "https://packagist.org/downloads/",
4440
            "license": [
4441
                "BSD-3-Clause"
4442
            ],
4443
            "authors": [
4444
                {
4445
                    "name": "Sebastian Bergmann",
4446
                    "email": "[email protected]",
4447
                    "role": "lead"
4448
                }
4449
            ],
4450
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4451
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4452
            "keywords": [
4453
                "filesystem",
4454
                "iterator"
4455
            ],
4456
            "time": "2016-10-03T07:40:28+00:00"
4457
        },
4458
        {
4459
            "name": "phpunit/php-text-template",
4460
            "version": "1.2.1",
4461
            "source": {
4462
                "type": "git",
4463
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4464
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4465
            },
4466
            "dist": {
4467
                "type": "zip",
4468
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4469
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4470
                "shasum": ""
4471
            },
4472
            "require": {
4473
                "php": ">=5.3.3"
4474
            },
4475
            "type": "library",
4476
            "autoload": {
4477
                "classmap": [
4478
                    "src/"
4479
                ]
4480
            },
4481
            "notification-url": "https://packagist.org/downloads/",
4482
            "license": [
4483
                "BSD-3-Clause"
4484
            ],
4485
            "authors": [
4486
                {
4487
                    "name": "Sebastian Bergmann",
4488
                    "email": "[email protected]",
4489
                    "role": "lead"
4490
                }
4491
            ],
4492
            "description": "Simple template engine.",
4493
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4494
            "keywords": [
4495
                "template"
4496
            ],
4497
            "time": "2015-06-21T13:50:34+00:00"
4498
        },
4499
        {
4500
            "name": "phpunit/php-timer",
4501
            "version": "1.0.9",
4502
            "source": {
4503
                "type": "git",
4504
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4505
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4506
            },
4507
            "dist": {
4508
                "type": "zip",
4509
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4510
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4511
                "shasum": ""
4512
            },
4513
            "require": {
4514
                "php": "^5.3.3 || ^7.0"
4515
            },
4516
            "require-dev": {
4517
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4518
            },
4519
            "type": "library",
4520
            "extra": {
4521
                "branch-alias": {
4522
                    "dev-master": "1.0-dev"
4523
                }
4524
            },
4525
            "autoload": {
4526
                "classmap": [
4527
                    "src/"
4528
                ]
4529
            },
4530
            "notification-url": "https://packagist.org/downloads/",
4531
            "license": [
4532
                "BSD-3-Clause"
4533
            ],
4534
            "authors": [
4535
                {
4536
                    "name": "Sebastian Bergmann",
4537
                    "email": "[email protected]",
4538
                    "role": "lead"
4539
                }
4540
            ],
4541
            "description": "Utility class for timing",
4542
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4543
            "keywords": [
4544
                "timer"
4545
            ],
4546
            "time": "2017-02-26T11:10:40+00:00"
4547
        },
4548
        {
4549
            "name": "phpunit/php-token-stream",
4550
            "version": "2.0.1",
4551
            "source": {
4552
                "type": "git",
4553
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4554
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
4555
            },
4556
            "dist": {
4557
                "type": "zip",
4558
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
4559
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
4560
                "shasum": ""
4561
            },
4562
            "require": {
4563
                "ext-tokenizer": "*",
4564
                "php": "^7.0"
4565
            },
4566
            "require-dev": {
4567
                "phpunit/phpunit": "^6.2.4"
4568
            },
4569
            "type": "library",
4570
            "extra": {
4571
                "branch-alias": {
4572
                    "dev-master": "2.0-dev"
4573
                }
4574
            },
4575
            "autoload": {
4576
                "classmap": [
4577
                    "src/"
4578
                ]
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "BSD-3-Clause"
4583
            ],
4584
            "authors": [
4585
                {
4586
                    "name": "Sebastian Bergmann",
4587
                    "email": "[email protected]"
4588
                }
4589
            ],
4590
            "description": "Wrapper around PHP's tokenizer extension.",
4591
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4592
            "keywords": [
4593
                "tokenizer"
4594
            ],
4595
            "time": "2017-08-20T05:47:52+00:00"
4596
        },
4597
        {
4598
            "name": "phpunit/phpunit",
4599
            "version": "6.3.0",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4603
                "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9501bab711403a1ab5b8378a8adb4ec3db3debdb",
4608
                "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb",
4609
                "shasum": ""
4610
            },
4611
            "require": {
4612
                "ext-dom": "*",
4613
                "ext-json": "*",
4614
                "ext-libxml": "*",
4615
                "ext-mbstring": "*",
4616
                "ext-xml": "*",
4617
                "myclabs/deep-copy": "^1.6.1",
4618
                "phar-io/manifest": "^1.0.1",
4619
                "phar-io/version": "^1.0",
4620
                "php": "^7.0",
4621
                "phpspec/prophecy": "^1.7",
4622
                "phpunit/php-code-coverage": "^5.2.2",
4623
                "phpunit/php-file-iterator": "^1.4.2",
4624
                "phpunit/php-text-template": "^1.2.1",
4625
                "phpunit/php-timer": "^1.0.9",
4626
                "phpunit/phpunit-mock-objects": "^4.0.3",
4627
                "sebastian/comparator": "^2.0.2",
4628
                "sebastian/diff": "^2.0",
4629
                "sebastian/environment": "^3.1",
4630
                "sebastian/exporter": "^3.1",
4631
                "sebastian/global-state": "^2.0",
4632
                "sebastian/object-enumerator": "^3.0.3",
4633
                "sebastian/resource-operations": "^1.0",
4634
                "sebastian/version": "^2.0.1"
4635
            },
4636
            "conflict": {
4637
                "phpdocumentor/reflection-docblock": "3.0.2",
4638
                "phpunit/dbunit": "<3.0"
4639
            },
4640
            "require-dev": {
4641
                "ext-pdo": "*"
4642
            },
4643
            "suggest": {
4644
                "ext-xdebug": "*",
4645
                "phpunit/php-invoker": "^1.1"
4646
            },
4647
            "bin": [
4648
                "phpunit"
4649
            ],
4650
            "type": "library",
4651
            "extra": {
4652
                "branch-alias": {
4653
                    "dev-master": "6.3.x-dev"
4654
                }
4655
            },
4656
            "autoload": {
4657
                "classmap": [
4658
                    "src/"
4659
                ]
4660
            },
4661
            "notification-url": "https://packagist.org/downloads/",
4662
            "license": [
4663
                "BSD-3-Clause"
4664
            ],
4665
            "authors": [
4666
                {
4667
                    "name": "Sebastian Bergmann",
4668
                    "email": "[email protected]",
4669
                    "role": "lead"
4670
                }
4671
            ],
4672
            "description": "The PHP Unit Testing framework.",
4673
            "homepage": "https://phpunit.de/",
4674
            "keywords": [
4675
                "phpunit",
4676
                "testing",
4677
                "xunit"
4678
            ],
4679
            "time": "2017-08-04T05:20:39+00:00"
4680
        },
4681
        {
4682
            "name": "phpunit/phpunit-mock-objects",
4683
            "version": "4.0.4",
4684
            "source": {
4685
                "type": "git",
4686
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4687
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
4688
            },
4689
            "dist": {
4690
                "type": "zip",
4691
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
4692
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
4693
                "shasum": ""
4694
            },
4695
            "require": {
4696
                "doctrine/instantiator": "^1.0.5",
4697
                "php": "^7.0",
4698
                "phpunit/php-text-template": "^1.2.1",
4699
                "sebastian/exporter": "^3.0"
4700
            },
4701
            "conflict": {
4702
                "phpunit/phpunit": "<6.0"
4703
            },
4704
            "require-dev": {
4705
                "phpunit/phpunit": "^6.0"
4706
            },
4707
            "suggest": {
4708
                "ext-soap": "*"
4709
            },
4710
            "type": "library",
4711
            "extra": {
4712
                "branch-alias": {
4713
                    "dev-master": "4.0.x-dev"
4714
                }
4715
            },
4716
            "autoload": {
4717
                "classmap": [
4718
                    "src/"
4719
                ]
4720
            },
4721
            "notification-url": "https://packagist.org/downloads/",
4722
            "license": [
4723
                "BSD-3-Clause"
4724
            ],
4725
            "authors": [
4726
                {
4727
                    "name": "Sebastian Bergmann",
4728
                    "email": "[email protected]",
4729
                    "role": "lead"
4730
                }
4731
            ],
4732
            "description": "Mock Object library for PHPUnit",
4733
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4734
            "keywords": [
4735
                "mock",
4736
                "xunit"
4737
            ],
4738
            "time": "2017-08-03T14:08:16+00:00"
4739
        },
4740
        {
4741
            "name": "psr/container",
4742
            "version": "1.0.0",
4743
            "source": {
4744
                "type": "git",
4745
                "url": "https://github.com/php-fig/container.git",
4746
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4747
            },
4748
            "dist": {
4749
                "type": "zip",
4750
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4751
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4752
                "shasum": ""
4753
            },
4754
            "require": {
4755
                "php": ">=5.3.0"
4756
            },
4757
            "type": "library",
4758
            "extra": {
4759
                "branch-alias": {
4760
                    "dev-master": "1.0.x-dev"
4761
                }
4762
            },
4763
            "autoload": {
4764
                "psr-4": {
4765
                    "Psr\\Container\\": "src/"
4766
                }
4767
            },
4768
            "notification-url": "https://packagist.org/downloads/",
4769
            "license": [
4770
                "MIT"
4771
            ],
4772
            "authors": [
4773
                {
4774
                    "name": "PHP-FIG",
4775
                    "homepage": "http://www.php-fig.org/"
4776
                }
4777
            ],
4778
            "description": "Common Container Interface (PHP FIG PSR-11)",
4779
            "homepage": "https://github.com/php-fig/container",
4780
            "keywords": [
4781
                "PSR-11",
4782
                "container",
4783
                "container-interface",
4784
                "container-interop",
4785
                "psr"
4786
            ],
4787
            "time": "2017-02-14T16:28:37+00:00"
4788
        },
4789
        {
4790
            "name": "psr/log",
4791
            "version": "1.0.2",
4792
            "source": {
4793
                "type": "git",
4794
                "url": "https://github.com/php-fig/log.git",
4795
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
4796
            },
4797
            "dist": {
4798
                "type": "zip",
4799
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4800
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4801
                "shasum": ""
4802
            },
4803
            "require": {
4804
                "php": ">=5.3.0"
4805
            },
4806
            "type": "library",
4807
            "extra": {
4808
                "branch-alias": {
4809
                    "dev-master": "1.0.x-dev"
4810
                }
4811
            },
4812
            "autoload": {
4813
                "psr-4": {
4814
                    "Psr\\Log\\": "Psr/Log/"
4815
                }
4816
            },
4817
            "notification-url": "https://packagist.org/downloads/",
4818
            "license": [
4819
                "MIT"
4820
            ],
4821
            "authors": [
4822
                {
4823
                    "name": "PHP-FIG",
4824
                    "homepage": "http://www.php-fig.org/"
4825
                }
4826
            ],
4827
            "description": "Common interface for logging libraries",
4828
            "homepage": "https://github.com/php-fig/log",
4829
            "keywords": [
4830
                "log",
4831
                "psr",
4832
                "psr-3"
4833
            ],
4834
            "time": "2016-10-10T12:19:37+00:00"
4835
        },
4836
        {
4837
            "name": "react/promise",
4838
            "version": "v2.5.1",
4839
            "source": {
4840
                "type": "git",
4841
                "url": "https://github.com/reactphp/promise.git",
4842
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
4843
            },
4844
            "dist": {
4845
                "type": "zip",
4846
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
4847
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
4848
                "shasum": ""
4849
            },
4850
            "require": {
4851
                "php": ">=5.4.0"
4852
            },
4853
            "require-dev": {
4854
                "phpunit/phpunit": "~4.8"
4855
            },
4856
            "type": "library",
4857
            "autoload": {
4858
                "psr-4": {
4859
                    "React\\Promise\\": "src/"
4860
                },
4861
                "files": [
4862
                    "src/functions_include.php"
4863
                ]
4864
            },
4865
            "notification-url": "https://packagist.org/downloads/",
4866
            "license": [
4867
                "MIT"
4868
            ],
4869
            "authors": [
4870
                {
4871
                    "name": "Jan Sorgalla",
4872
                    "email": "[email protected]"
4873
                }
4874
            ],
4875
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4876
            "keywords": [
4877
                "promise",
4878
                "promises"
4879
            ],
4880
            "time": "2017-03-25T12:08:31+00:00"
4881
        },
4882
        {
4883
            "name": "sebastian/code-unit-reverse-lookup",
4884
            "version": "1.0.1",
4885
            "source": {
4886
                "type": "git",
4887
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4888
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4889
            },
4890
            "dist": {
4891
                "type": "zip",
4892
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4893
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4894
                "shasum": ""
4895
            },
4896
            "require": {
4897
                "php": "^5.6 || ^7.0"
4898
            },
4899
            "require-dev": {
4900
                "phpunit/phpunit": "^5.7 || ^6.0"
4901
            },
4902
            "type": "library",
4903
            "extra": {
4904
                "branch-alias": {
4905
                    "dev-master": "1.0.x-dev"
4906
                }
4907
            },
4908
            "autoload": {
4909
                "classmap": [
4910
                    "src/"
4911
                ]
4912
            },
4913
            "notification-url": "https://packagist.org/downloads/",
4914
            "license": [
4915
                "BSD-3-Clause"
4916
            ],
4917
            "authors": [
4918
                {
4919
                    "name": "Sebastian Bergmann",
4920
                    "email": "[email protected]"
4921
                }
4922
            ],
4923
            "description": "Looks up which function or method a line of code belongs to",
4924
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4925
            "time": "2017-03-04T06:30:41+00:00"
4926
        },
4927
        {
4928
            "name": "sebastian/comparator",
4929
            "version": "2.0.2",
4930
            "source": {
4931
                "type": "git",
4932
                "url": "https://github.com/sebastianbergmann/comparator.git",
4933
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
4934
            },
4935
            "dist": {
4936
                "type": "zip",
4937
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
4938
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
4939
                "shasum": ""
4940
            },
4941
            "require": {
4942
                "php": "^7.0",
4943
                "sebastian/diff": "^2.0",
4944
                "sebastian/exporter": "^3.0"
4945
            },
4946
            "require-dev": {
4947
                "phpunit/phpunit": "^6.0"
4948
            },
4949
            "type": "library",
4950
            "extra": {
4951
                "branch-alias": {
4952
                    "dev-master": "2.0.x-dev"
4953
                }
4954
            },
4955
            "autoload": {
4956
                "classmap": [
4957
                    "src/"
4958
                ]
4959
            },
4960
            "notification-url": "https://packagist.org/downloads/",
4961
            "license": [
4962
                "BSD-3-Clause"
4963
            ],
4964
            "authors": [
4965
                {
4966
                    "name": "Jeff Welch",
4967
                    "email": "[email protected]"
4968
                },
4969
                {
4970
                    "name": "Volker Dusch",
4971
                    "email": "[email protected]"
4972
                },
4973
                {
4974
                    "name": "Bernhard Schussek",
4975
                    "email": "[email protected]"
4976
                },
4977
                {
4978
                    "name": "Sebastian Bergmann",
4979
                    "email": "[email protected]"
4980
                }
4981
            ],
4982
            "description": "Provides the functionality to compare PHP values for equality",
4983
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4984
            "keywords": [
4985
                "comparator",
4986
                "compare",
4987
                "equality"
4988
            ],
4989
            "time": "2017-08-03T07:14:59+00:00"
4990
        },
4991
        {
4992
            "name": "sebastian/diff",
4993
            "version": "2.0.1",
4994
            "source": {
4995
                "type": "git",
4996
                "url": "https://github.com/sebastianbergmann/diff.git",
4997
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4998
            },
4999
            "dist": {
5000
                "type": "zip",
5001
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5002
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5003
                "shasum": ""
5004
            },
5005
            "require": {
5006
                "php": "^7.0"
5007
            },
5008
            "require-dev": {
5009
                "phpunit/phpunit": "^6.2"
5010
            },
5011
            "type": "library",
5012
            "extra": {
5013
                "branch-alias": {
5014
                    "dev-master": "2.0-dev"
5015
                }
5016
            },
5017
            "autoload": {
5018
                "classmap": [
5019
                    "src/"
5020
                ]
5021
            },
5022
            "notification-url": "https://packagist.org/downloads/",
5023
            "license": [
5024
                "BSD-3-Clause"
5025
            ],
5026
            "authors": [
5027
                {
5028
                    "name": "Kore Nordmann",
5029
                    "email": "[email protected]"
5030
                },
5031
                {
5032
                    "name": "Sebastian Bergmann",
5033
                    "email": "[email protected]"
5034
                }
5035
            ],
5036
            "description": "Diff implementation",
5037
            "homepage": "https://github.com/sebastianbergmann/diff",
5038
            "keywords": [
5039
                "diff"
5040
            ],
5041
            "time": "2017-08-03T08:09:46+00:00"
5042
        },
5043
        {
5044
            "name": "sebastian/environment",
5045
            "version": "3.1.0",
5046
            "source": {
5047
                "type": "git",
5048
                "url": "https://github.com/sebastianbergmann/environment.git",
5049
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5050
            },
5051
            "dist": {
5052
                "type": "zip",
5053
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5054
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5055
                "shasum": ""
5056
            },
5057
            "require": {
5058
                "php": "^7.0"
5059
            },
5060
            "require-dev": {
5061
                "phpunit/phpunit": "^6.1"
5062
            },
5063
            "type": "library",
5064
            "extra": {
5065
                "branch-alias": {
5066
                    "dev-master": "3.1.x-dev"
5067
                }
5068
            },
5069
            "autoload": {
5070
                "classmap": [
5071
                    "src/"
5072
                ]
5073
            },
5074
            "notification-url": "https://packagist.org/downloads/",
5075
            "license": [
5076
                "BSD-3-Clause"
5077
            ],
5078
            "authors": [
5079
                {
5080
                    "name": "Sebastian Bergmann",
5081
                    "email": "[email protected]"
5082
                }
5083
            ],
5084
            "description": "Provides functionality to handle HHVM/PHP environments",
5085
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5086
            "keywords": [
5087
                "Xdebug",
5088
                "environment",
5089
                "hhvm"
5090
            ],
5091
            "time": "2017-07-01T08:51:00+00:00"
5092
        },
5093
        {
5094
            "name": "sebastian/exporter",
5095
            "version": "3.1.0",
5096
            "source": {
5097
                "type": "git",
5098
                "url": "https://github.com/sebastianbergmann/exporter.git",
5099
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5100
            },
5101
            "dist": {
5102
                "type": "zip",
5103
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5104
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5105
                "shasum": ""
5106
            },
5107
            "require": {
5108
                "php": "^7.0",
5109
                "sebastian/recursion-context": "^3.0"
5110
            },
5111
            "require-dev": {
5112
                "ext-mbstring": "*",
5113
                "phpunit/phpunit": "^6.0"
5114
            },
5115
            "type": "library",
5116
            "extra": {
5117
                "branch-alias": {
5118
                    "dev-master": "3.1.x-dev"
5119
                }
5120
            },
5121
            "autoload": {
5122
                "classmap": [
5123
                    "src/"
5124
                ]
5125
            },
5126
            "notification-url": "https://packagist.org/downloads/",
5127
            "license": [
5128
                "BSD-3-Clause"
5129
            ],
5130
            "authors": [
5131
                {
5132
                    "name": "Jeff Welch",
5133
                    "email": "[email protected]"
5134
                },
5135
                {
5136
                    "name": "Volker Dusch",
5137
                    "email": "[email protected]"
5138
                },
5139
                {
5140
                    "name": "Bernhard Schussek",
5141
                    "email": "[email protected]"
5142
                },
5143
                {
5144
                    "name": "Sebastian Bergmann",
5145
                    "email": "[email protected]"
5146
                },
5147
                {
5148
                    "name": "Adam Harvey",
5149
                    "email": "[email protected]"
5150
                }
5151
            ],
5152
            "description": "Provides the functionality to export PHP variables for visualization",
5153
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5154
            "keywords": [
5155
                "export",
5156
                "exporter"
5157
            ],
5158
            "time": "2017-04-03T13:19:02+00:00"
5159
        },
5160
        {
5161
            "name": "sebastian/global-state",
5162
            "version": "2.0.0",
5163
            "source": {
5164
                "type": "git",
5165
                "url": "https://github.com/sebastianbergmann/global-state.git",
5166
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5167
            },
5168
            "dist": {
5169
                "type": "zip",
5170
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5171
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5172
                "shasum": ""
5173
            },
5174
            "require": {
5175
                "php": "^7.0"
5176
            },
5177
            "require-dev": {
5178
                "phpunit/phpunit": "^6.0"
5179
            },
5180
            "suggest": {
5181
                "ext-uopz": "*"
5182
            },
5183
            "type": "library",
5184
            "extra": {
5185
                "branch-alias": {
5186
                    "dev-master": "2.0-dev"
5187
                }
5188
            },
5189
            "autoload": {
5190
                "classmap": [
5191
                    "src/"
5192
                ]
5193
            },
5194
            "notification-url": "https://packagist.org/downloads/",
5195
            "license": [
5196
                "BSD-3-Clause"
5197
            ],
5198
            "authors": [
5199
                {
5200
                    "name": "Sebastian Bergmann",
5201
                    "email": "[email protected]"
5202
                }
5203
            ],
5204
            "description": "Snapshotting of global state",
5205
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5206
            "keywords": [
5207
                "global state"
5208
            ],
5209
            "time": "2017-04-27T15:39:26+00:00"
5210
        },
5211
        {
5212
            "name": "sebastian/object-enumerator",
5213
            "version": "3.0.3",
5214
            "source": {
5215
                "type": "git",
5216
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5217
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5218
            },
5219
            "dist": {
5220
                "type": "zip",
5221
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5222
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5223
                "shasum": ""
5224
            },
5225
            "require": {
5226
                "php": "^7.0",
5227
                "sebastian/object-reflector": "^1.1.1",
5228
                "sebastian/recursion-context": "^3.0"
5229
            },
5230
            "require-dev": {
5231
                "phpunit/phpunit": "^6.0"
5232
            },
5233
            "type": "library",
5234
            "extra": {
5235
                "branch-alias": {
5236
                    "dev-master": "3.0.x-dev"
5237
                }
5238
            },
5239
            "autoload": {
5240
                "classmap": [
5241
                    "src/"
5242
                ]
5243
            },
5244
            "notification-url": "https://packagist.org/downloads/",
5245
            "license": [
5246
                "BSD-3-Clause"
5247
            ],
5248
            "authors": [
5249
                {
5250
                    "name": "Sebastian Bergmann",
5251
                    "email": "[email protected]"
5252
                }
5253
            ],
5254
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5255
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5256
            "time": "2017-08-03T12:35:26+00:00"
5257
        },
5258
        {
5259
            "name": "sebastian/object-reflector",
5260
            "version": "1.1.1",
5261
            "source": {
5262
                "type": "git",
5263
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5264
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5265
            },
5266
            "dist": {
5267
                "type": "zip",
5268
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5269
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5270
                "shasum": ""
5271
            },
5272
            "require": {
5273
                "php": "^7.0"
5274
            },
5275
            "require-dev": {
5276
                "phpunit/phpunit": "^6.0"
5277
            },
5278
            "type": "library",
5279
            "extra": {
5280
                "branch-alias": {
5281
                    "dev-master": "1.1-dev"
5282
                }
5283
            },
5284
            "autoload": {
5285
                "classmap": [
5286
                    "src/"
5287
                ]
5288
            },
5289
            "notification-url": "https://packagist.org/downloads/",
5290
            "license": [
5291
                "BSD-3-Clause"
5292
            ],
5293
            "authors": [
5294
                {
5295
                    "name": "Sebastian Bergmann",
5296
                    "email": "[email protected]"
5297
                }
5298
            ],
5299
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5300
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5301
            "time": "2017-03-29T09:07:27+00:00"
5302
        },
5303
        {
5304
            "name": "sebastian/recursion-context",
5305
            "version": "3.0.0",
5306
            "source": {
5307
                "type": "git",
5308
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5309
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5310
            },
5311
            "dist": {
5312
                "type": "zip",
5313
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5314
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5315
                "shasum": ""
5316
            },
5317
            "require": {
5318
                "php": "^7.0"
5319
            },
5320
            "require-dev": {
5321
                "phpunit/phpunit": "^6.0"
5322
            },
5323
            "type": "library",
5324
            "extra": {
5325
                "branch-alias": {
5326
                    "dev-master": "3.0.x-dev"
5327
                }
5328
            },
5329
            "autoload": {
5330
                "classmap": [
5331
                    "src/"
5332
                ]
5333
            },
5334
            "notification-url": "https://packagist.org/downloads/",
5335
            "license": [
5336
                "BSD-3-Clause"
5337
            ],
5338
            "authors": [
5339
                {
5340
                    "name": "Jeff Welch",
5341
                    "email": "[email protected]"
5342
                },
5343
                {
5344
                    "name": "Sebastian Bergmann",
5345
                    "email": "[email protected]"
5346
                },
5347
                {
5348
                    "name": "Adam Harvey",
5349
                    "email": "[email protected]"
5350
                }
5351
            ],
5352
            "description": "Provides functionality to recursively process PHP variables",
5353
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5354
            "time": "2017-03-03T06:23:57+00:00"
5355
        },
5356
        {
5357
            "name": "sebastian/resource-operations",
5358
            "version": "1.0.0",
5359
            "source": {
5360
                "type": "git",
5361
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5362
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5363
            },
5364
            "dist": {
5365
                "type": "zip",
5366
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5367
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5368
                "shasum": ""
5369
            },
5370
            "require": {
5371
                "php": ">=5.6.0"
5372
            },
5373
            "type": "library",
5374
            "extra": {
5375
                "branch-alias": {
5376
                    "dev-master": "1.0.x-dev"
5377
                }
5378
            },
5379
            "autoload": {
5380
                "classmap": [
5381
                    "src/"
5382
                ]
5383
            },
5384
            "notification-url": "https://packagist.org/downloads/",
5385
            "license": [
5386
                "BSD-3-Clause"
5387
            ],
5388
            "authors": [
5389
                {
5390
                    "name": "Sebastian Bergmann",
5391
                    "email": "[email protected]"
5392
                }
5393
            ],
5394
            "description": "Provides a list of PHP built-in functions that operate on resources",
5395
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5396
            "time": "2015-07-28T20:34:47+00:00"
5397
        },
5398
        {
5399
            "name": "sebastian/version",
5400
            "version": "2.0.1",
5401
            "source": {
5402
                "type": "git",
5403
                "url": "https://github.com/sebastianbergmann/version.git",
5404
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5405
            },
5406
            "dist": {
5407
                "type": "zip",
5408
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5409
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5410
                "shasum": ""
5411
            },
5412
            "require": {
5413
                "php": ">=5.6"
5414
            },
5415
            "type": "library",
5416
            "extra": {
5417
                "branch-alias": {
5418
                    "dev-master": "2.0.x-dev"
5419
                }
5420
            },
5421
            "autoload": {
5422
                "classmap": [
5423
                    "src/"
5424
                ]
5425
            },
5426
            "notification-url": "https://packagist.org/downloads/",
5427
            "license": [
5428
                "BSD-3-Clause"
5429
            ],
5430
            "authors": [
5431
                {
5432
                    "name": "Sebastian Bergmann",
5433
                    "email": "[email protected]",
5434
                    "role": "lead"
5435
                }
5436
            ],
5437
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5438
            "homepage": "https://github.com/sebastianbergmann/version",
5439
            "time": "2016-10-03T07:35:21+00:00"
5440
        },
5441
        {
5442
            "name": "seld/cli-prompt",
5443
            "version": "1.0.3",
5444
            "source": {
5445
                "type": "git",
5446
                "url": "https://github.com/Seldaek/cli-prompt.git",
5447
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
5448
            },
5449
            "dist": {
5450
                "type": "zip",
5451
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
5452
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
5453
                "shasum": ""
5454
            },
5455
            "require": {
5456
                "php": ">=5.3"
5457
            },
5458
            "type": "library",
5459
            "extra": {
5460
                "branch-alias": {
5461
                    "dev-master": "1.x-dev"
5462
                }
5463
            },
5464
            "autoload": {
5465
                "psr-4": {
5466
                    "Seld\\CliPrompt\\": "src/"
5467
                }
5468
            },
5469
            "notification-url": "https://packagist.org/downloads/",
5470
            "license": [
5471
                "MIT"
5472
            ],
5473
            "authors": [
5474
                {
5475
                    "name": "Jordi Boggiano",
5476
                    "email": "[email protected]"
5477
                }
5478
            ],
5479
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
5480
            "keywords": [
5481
                "cli",
5482
                "console",
5483
                "hidden",
5484
                "input",
5485
                "prompt"
5486
            ],
5487
            "time": "2017-03-18T11:32:45+00:00"
5488
        },
5489
        {
5490
            "name": "seld/jsonlint",
5491
            "version": "1.6.1",
5492
            "source": {
5493
                "type": "git",
5494
                "url": "https://github.com/Seldaek/jsonlint.git",
5495
                "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77"
5496
            },
5497
            "dist": {
5498
                "type": "zip",
5499
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
5500
                "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
5501
                "shasum": ""
5502
            },
5503
            "require": {
5504
                "php": "^5.3 || ^7.0"
5505
            },
5506
            "require-dev": {
5507
                "phpunit/phpunit": "^4.5"
5508
            },
5509
            "bin": [
5510
                "bin/jsonlint"
5511
            ],
5512
            "type": "library",
5513
            "autoload": {
5514
                "psr-4": {
5515
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5516
                }
5517
            },
5518
            "notification-url": "https://packagist.org/downloads/",
5519
            "license": [
5520
                "MIT"
5521
            ],
5522
            "authors": [
5523
                {
5524
                    "name": "Jordi Boggiano",
5525
                    "email": "[email protected]",
5526
                    "homepage": "http://seld.be"
5527
                }
5528
            ],
5529
            "description": "JSON Linter",
5530
            "keywords": [
5531
                "json",
5532
                "linter",
5533
                "parser",
5534
                "validator"
5535
            ],
5536
            "time": "2017-06-18T15:11:04+00:00"
5537
        },
5538
        {
5539
            "name": "seld/phar-utils",
5540
            "version": "1.0.1",
5541
            "source": {
5542
                "type": "git",
5543
                "url": "https://github.com/Seldaek/phar-utils.git",
5544
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
5545
            },
5546
            "dist": {
5547
                "type": "zip",
5548
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
5549
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
5550
                "shasum": ""
5551
            },
5552
            "require": {
5553
                "php": ">=5.3"
5554
            },
5555
            "type": "library",
5556
            "extra": {
5557
                "branch-alias": {
5558
                    "dev-master": "1.x-dev"
5559
                }
5560
            },
5561
            "autoload": {
5562
                "psr-4": {
5563
                    "Seld\\PharUtils\\": "src/"
5564
                }
5565
            },
5566
            "notification-url": "https://packagist.org/downloads/",
5567
            "license": [
5568
                "MIT"
5569
            ],
5570
            "authors": [
5571
                {
5572
                    "name": "Jordi Boggiano",
5573
                    "email": "[email protected]"
5574
                }
5575
            ],
5576
            "description": "PHAR file format utilities, for when PHP phars you up",
5577
            "keywords": [
5578
                "phra"
5579
            ],
5580
            "time": "2015-10-13T18:44:15+00:00"
5581
        },
5582
        {
5583
            "name": "squizlabs/php_codesniffer",
5584
            "version": "2.9.1",
5585
            "source": {
5586
                "type": "git",
5587
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5588
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
5589
            },
5590
            "dist": {
5591
                "type": "zip",
5592
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
5593
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
5594
                "shasum": ""
5595
            },
5596
            "require": {
5597
                "ext-simplexml": "*",
5598
                "ext-tokenizer": "*",
5599
                "ext-xmlwriter": "*",
5600
                "php": ">=5.1.2"
5601
            },
5602
            "require-dev": {
5603
                "phpunit/phpunit": "~4.0"
5604
            },
5605
            "bin": [
5606
                "scripts/phpcs",
5607
                "scripts/phpcbf"
5608
            ],
5609
            "type": "library",
5610
            "extra": {
5611
                "branch-alias": {
5612
                    "dev-master": "2.x-dev"
5613
                }
5614
            },
5615
            "autoload": {
5616
                "classmap": [
5617
                    "CodeSniffer.php",
5618
                    "CodeSniffer/CLI.php",
5619
                    "CodeSniffer/Exception.php",
5620
                    "CodeSniffer/File.php",
5621
                    "CodeSniffer/Fixer.php",
5622
                    "CodeSniffer/Report.php",
5623
                    "CodeSniffer/Reporting.php",
5624
                    "CodeSniffer/Sniff.php",
5625
                    "CodeSniffer/Tokens.php",
5626
                    "CodeSniffer/Reports/",
5627
                    "CodeSniffer/Tokenizers/",
5628
                    "CodeSniffer/DocGenerators/",
5629
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5630
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5631
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5632
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5633
                    "CodeSniffer/Standards/Generic/Sniffs/",
5634
                    "CodeSniffer/Standards/MySource/Sniffs/",
5635
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5636
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5637
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5638
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5639
                    "CodeSniffer/Standards/Zend/Sniffs/"
5640
                ]
5641
            },
5642
            "notification-url": "https://packagist.org/downloads/",
5643
            "license": [
5644
                "BSD-3-Clause"
5645
            ],
5646
            "authors": [
5647
                {
5648
                    "name": "Greg Sherwood",
5649
                    "role": "lead"
5650
                }
5651
            ],
5652
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5653
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5654
            "keywords": [
5655
                "phpcs",
5656
                "standards"
5657
            ],
5658
            "time": "2017-05-22T02:43:20+00:00"
5659
        },
5660
        {
5661
            "name": "symfony/config",
5662
            "version": "v3.3.9",
5663
            "source": {
5664
                "type": "git",
5665
                "url": "https://github.com/symfony/config.git",
5666
                "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315"
5667
            },
5668
            "dist": {
5669
                "type": "zip",
5670
                "url": "https://api.github.com/repos/symfony/config/zipball/f9f19a39ee178f61bb2190f51ff7c517c2159315",
5671
                "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315",
5672
                "shasum": ""
5673
            },
5674
            "require": {
5675
                "php": "^5.5.9|>=7.0.8",
5676
                "symfony/filesystem": "~2.8|~3.0"
5677
            },
5678
            "conflict": {
5679
                "symfony/dependency-injection": "<3.3",
5680
                "symfony/finder": "<3.3"
5681
            },
5682
            "require-dev": {
5683
                "symfony/dependency-injection": "~3.3",
5684
                "symfony/finder": "~3.3",
5685
                "symfony/yaml": "~3.0"
5686
            },
5687
            "suggest": {
5688
                "symfony/yaml": "To use the yaml reference dumper"
5689
            },
5690
            "type": "library",
5691
            "extra": {
5692
                "branch-alias": {
5693
                    "dev-master": "3.3-dev"
5694
                }
5695
            },
5696
            "autoload": {
5697
                "psr-4": {
5698
                    "Symfony\\Component\\Config\\": ""
5699
                },
5700
                "exclude-from-classmap": [
5701
                    "/Tests/"
5702
                ]
5703
            },
5704
            "notification-url": "https://packagist.org/downloads/",
5705
            "license": [
5706
                "MIT"
5707
            ],
5708
            "authors": [
5709
                {
5710
                    "name": "Fabien Potencier",
5711
                    "email": "[email protected]"
5712
                },
5713
                {
5714
                    "name": "Symfony Community",
5715
                    "homepage": "https://symfony.com/contributors"
5716
                }
5717
            ],
5718
            "description": "Symfony Config Component",
5719
            "homepage": "https://symfony.com",
5720
            "time": "2017-09-04T16:28:07+00:00"
5721
        },
5722
        {
5723
            "name": "symfony/console",
5724
            "version": "v3.3.9",
5725
            "source": {
5726
                "type": "git",
5727
                "url": "https://github.com/symfony/console.git",
5728
                "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf"
5729
            },
5730
            "dist": {
5731
                "type": "zip",
5732
                "url": "https://api.github.com/repos/symfony/console/zipball/a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
5733
                "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
5734
                "shasum": ""
5735
            },
5736
            "require": {
5737
                "php": "^5.5.9|>=7.0.8",
5738
                "symfony/debug": "~2.8|~3.0",
5739
                "symfony/polyfill-mbstring": "~1.0"
5740
            },
5741
            "conflict": {
5742
                "symfony/dependency-injection": "<3.3"
5743
            },
5744
            "require-dev": {
5745
                "psr/log": "~1.0",
5746
                "symfony/config": "~3.3",
5747
                "symfony/dependency-injection": "~3.3",
5748
                "symfony/event-dispatcher": "~2.8|~3.0",
5749
                "symfony/filesystem": "~2.8|~3.0",
5750
                "symfony/process": "~2.8|~3.0"
5751
            },
5752
            "suggest": {
5753
                "psr/log": "For using the console logger",
5754
                "symfony/event-dispatcher": "",
5755
                "symfony/filesystem": "",
5756
                "symfony/process": ""
5757
            },
5758
            "type": "library",
5759
            "extra": {
5760
                "branch-alias": {
5761
                    "dev-master": "3.3-dev"
5762
                }
5763
            },
5764
            "autoload": {
5765
                "psr-4": {
5766
                    "Symfony\\Component\\Console\\": ""
5767
                },
5768
                "exclude-from-classmap": [
5769
                    "/Tests/"
5770
                ]
5771
            },
5772
            "notification-url": "https://packagist.org/downloads/",
5773
            "license": [
5774
                "MIT"
5775
            ],
5776
            "authors": [
5777
                {
5778
                    "name": "Fabien Potencier",
5779
                    "email": "[email protected]"
5780
                },
5781
                {
5782
                    "name": "Symfony Community",
5783
                    "homepage": "https://symfony.com/contributors"
5784
                }
5785
            ],
5786
            "description": "Symfony Console Component",
5787
            "homepage": "https://symfony.com",
5788
            "time": "2017-09-06T16:40:18+00:00"
5789
        },
5790
        {
5791
            "name": "symfony/debug",
5792
            "version": "v3.3.9",
5793
            "source": {
5794
                "type": "git",
5795
                "url": "https://github.com/symfony/debug.git",
5796
                "reference": "8beb24eec70b345c313640962df933499373a944"
5797
            },
5798
            "dist": {
5799
                "type": "zip",
5800
                "url": "https://api.github.com/repos/symfony/debug/zipball/8beb24eec70b345c313640962df933499373a944",
5801
                "reference": "8beb24eec70b345c313640962df933499373a944",
5802
                "shasum": ""
5803
            },
5804
            "require": {
5805
                "php": "^5.5.9|>=7.0.8",
5806
                "psr/log": "~1.0"
5807
            },
5808
            "conflict": {
5809
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
5810
            },
5811
            "require-dev": {
5812
                "symfony/http-kernel": "~2.8|~3.0"
5813
            },
5814
            "type": "library",
5815
            "extra": {
5816
                "branch-alias": {
5817
                    "dev-master": "3.3-dev"
5818
                }
5819
            },
5820
            "autoload": {
5821
                "psr-4": {
5822
                    "Symfony\\Component\\Debug\\": ""
5823
                },
5824
                "exclude-from-classmap": [
5825
                    "/Tests/"
5826
                ]
5827
            },
5828
            "notification-url": "https://packagist.org/downloads/",
5829
            "license": [
5830
                "MIT"
5831
            ],
5832
            "authors": [
5833
                {
5834
                    "name": "Fabien Potencier",
5835
                    "email": "[email protected]"
5836
                },
5837
                {
5838
                    "name": "Symfony Community",
5839
                    "homepage": "https://symfony.com/contributors"
5840
                }
5841
            ],
5842
            "description": "Symfony Debug Component",
5843
            "homepage": "https://symfony.com",
5844
            "time": "2017-09-01T13:23:39+00:00"
5845
        },
5846
        {
5847
            "name": "symfony/dependency-injection",
5848
            "version": "v3.3.9",
5849
            "source": {
5850
                "type": "git",
5851
                "url": "https://github.com/symfony/dependency-injection.git",
5852
                "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2"
5853
            },
5854
            "dist": {
5855
                "type": "zip",
5856
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
5857
                "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
5858
                "shasum": ""
5859
            },
5860
            "require": {
5861
                "php": "^5.5.9|>=7.0.8",
5862
                "psr/container": "^1.0"
5863
            },
5864
            "conflict": {
5865
                "symfony/config": "<3.3.1",
5866
                "symfony/finder": "<3.3",
5867
                "symfony/yaml": "<3.3"
5868
            },
5869
            "provide": {
5870
                "psr/container-implementation": "1.0"
5871
            },
5872
            "require-dev": {
5873
                "symfony/config": "~3.3",
5874
                "symfony/expression-language": "~2.8|~3.0",
5875
                "symfony/yaml": "~3.3"
5876
            },
5877
            "suggest": {
5878
                "symfony/config": "",
5879
                "symfony/expression-language": "For using expressions in service container configuration",
5880
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
5881
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
5882
                "symfony/yaml": ""
5883
            },
5884
            "type": "library",
5885
            "extra": {
5886
                "branch-alias": {
5887
                    "dev-master": "3.3-dev"
5888
                }
5889
            },
5890
            "autoload": {
5891
                "psr-4": {
5892
                    "Symfony\\Component\\DependencyInjection\\": ""
5893
                },
5894
                "exclude-from-classmap": [
5895
                    "/Tests/"
5896
                ]
5897
            },
5898
            "notification-url": "https://packagist.org/downloads/",
5899
            "license": [
5900
                "MIT"
5901
            ],
5902
            "authors": [
5903
                {
5904
                    "name": "Fabien Potencier",
5905
                    "email": "[email protected]"
5906
                },
5907
                {
5908
                    "name": "Symfony Community",
5909
                    "homepage": "https://symfony.com/contributors"
5910
                }
5911
            ],
5912
            "description": "Symfony DependencyInjection Component",
5913
            "homepage": "https://symfony.com",
5914
            "time": "2017-09-05T20:39:38+00:00"
5915
        },
5916
        {
5917
            "name": "symfony/event-dispatcher",
5918
            "version": "v3.3.9",
5919
            "source": {
5920
                "type": "git",
5921
                "url": "https://github.com/symfony/event-dispatcher.git",
5922
                "reference": "54ca9520a00386f83bca145819ad3b619aaa2485"
5923
            },
5924
            "dist": {
5925
                "type": "zip",
5926
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54ca9520a00386f83bca145819ad3b619aaa2485",
5927
                "reference": "54ca9520a00386f83bca145819ad3b619aaa2485",
5928
                "shasum": ""
5929
            },
5930
            "require": {
5931
                "php": "^5.5.9|>=7.0.8"
5932
            },
5933
            "conflict": {
5934
                "symfony/dependency-injection": "<3.3"
5935
            },
5936
            "require-dev": {
5937
                "psr/log": "~1.0",
5938
                "symfony/config": "~2.8|~3.0",
5939
                "symfony/dependency-injection": "~3.3",
5940
                "symfony/expression-language": "~2.8|~3.0",
5941
                "symfony/stopwatch": "~2.8|~3.0"
5942
            },
5943
            "suggest": {
5944
                "symfony/dependency-injection": "",
5945
                "symfony/http-kernel": ""
5946
            },
5947
            "type": "library",
5948
            "extra": {
5949
                "branch-alias": {
5950
                    "dev-master": "3.3-dev"
5951
                }
5952
            },
5953
            "autoload": {
5954
                "psr-4": {
5955
                    "Symfony\\Component\\EventDispatcher\\": ""
5956
                },
5957
                "exclude-from-classmap": [
5958
                    "/Tests/"
5959
                ]
5960
            },
5961
            "notification-url": "https://packagist.org/downloads/",
5962
            "license": [
5963
                "MIT"
5964
            ],
5965
            "authors": [
5966
                {
5967
                    "name": "Fabien Potencier",
5968
                    "email": "[email protected]"
5969
                },
5970
                {
5971
                    "name": "Symfony Community",
5972
                    "homepage": "https://symfony.com/contributors"
5973
                }
5974
            ],
5975
            "description": "Symfony EventDispatcher Component",
5976
            "homepage": "https://symfony.com",
5977
            "time": "2017-07-29T21:54:42+00:00"
5978
        },
5979
        {
5980
            "name": "symfony/filesystem",
5981
            "version": "v3.3.9",
5982
            "source": {
5983
                "type": "git",
5984
                "url": "https://github.com/symfony/filesystem.git",
5985
                "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb"
5986
            },
5987
            "dist": {
5988
                "type": "zip",
5989
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
5990
                "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
5991
                "shasum": ""
5992
            },
5993
            "require": {
5994
                "php": "^5.5.9|>=7.0.8"
5995
            },
5996
            "type": "library",
5997
            "extra": {
5998
                "branch-alias": {
5999
                    "dev-master": "3.3-dev"
6000
                }
6001
            },
6002
            "autoload": {
6003
                "psr-4": {
6004
                    "Symfony\\Component\\Filesystem\\": ""
6005
                },
6006
                "exclude-from-classmap": [
6007
                    "/Tests/"
6008
                ]
6009
            },
6010
            "notification-url": "https://packagist.org/downloads/",
6011
            "license": [
6012
                "MIT"
6013
            ],
6014
            "authors": [
6015
                {
6016
                    "name": "Fabien Potencier",
6017
                    "email": "[email protected]"
6018
                },
6019
                {
6020
                    "name": "Symfony Community",
6021
                    "homepage": "https://symfony.com/contributors"
6022
                }
6023
            ],
6024
            "description": "Symfony Filesystem Component",
6025
            "homepage": "https://symfony.com",
6026
            "time": "2017-07-29T21:54:42+00:00"
6027
        },
6028
        {
6029
            "name": "symfony/finder",
6030
            "version": "v3.3.9",
6031
            "source": {
6032
                "type": "git",
6033
                "url": "https://github.com/symfony/finder.git",
6034
                "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e"
6035
            },
6036
            "dist": {
6037
                "type": "zip",
6038
                "url": "https://api.github.com/repos/symfony/finder/zipball/b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
6039
                "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
6040
                "shasum": ""
6041
            },
6042
            "require": {
6043
                "php": "^5.5.9|>=7.0.8"
6044
            },
6045
            "type": "library",
6046
            "extra": {
6047
                "branch-alias": {
6048
                    "dev-master": "3.3-dev"
6049
                }
6050
            },
6051
            "autoload": {
6052
                "psr-4": {
6053
                    "Symfony\\Component\\Finder\\": ""
6054
                },
6055
                "exclude-from-classmap": [
6056
                    "/Tests/"
6057
                ]
6058
            },
6059
            "notification-url": "https://packagist.org/downloads/",
6060
            "license": [
6061
                "MIT"
6062
            ],
6063
            "authors": [
6064
                {
6065
                    "name": "Fabien Potencier",
6066
                    "email": "[email protected]"
6067
                },
6068
                {
6069
                    "name": "Symfony Community",
6070
                    "homepage": "https://symfony.com/contributors"
6071
                }
6072
            ],
6073
            "description": "Symfony Finder Component",
6074
            "homepage": "https://symfony.com",
6075
            "time": "2017-07-29T21:54:42+00:00"
6076
        },
6077
        {
6078
            "name": "symfony/options-resolver",
6079
            "version": "v3.3.9",
6080
            "source": {
6081
                "type": "git",
6082
                "url": "https://github.com/symfony/options-resolver.git",
6083
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6"
6084
            },
6085
            "dist": {
6086
                "type": "zip",
6087
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
6088
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
6089
                "shasum": ""
6090
            },
6091
            "require": {
6092
                "php": "^5.5.9|>=7.0.8"
6093
            },
6094
            "type": "library",
6095
            "extra": {
6096
                "branch-alias": {
6097
                    "dev-master": "3.3-dev"
6098
                }
6099
            },
6100
            "autoload": {
6101
                "psr-4": {
6102
                    "Symfony\\Component\\OptionsResolver\\": ""
6103
                },
6104
                "exclude-from-classmap": [
6105
                    "/Tests/"
6106
                ]
6107
            },
6108
            "notification-url": "https://packagist.org/downloads/",
6109
            "license": [
6110
                "MIT"
6111
            ],
6112
            "authors": [
6113
                {
6114
                    "name": "Fabien Potencier",
6115
                    "email": "[email protected]"
6116
                },
6117
                {
6118
                    "name": "Symfony Community",
6119
                    "homepage": "https://symfony.com/contributors"
6120
                }
6121
            ],
6122
            "description": "Symfony OptionsResolver Component",
6123
            "homepage": "https://symfony.com",
6124
            "keywords": [
6125
                "config",
6126
                "configuration",
6127
                "options"
6128
            ],
6129
            "time": "2017-07-29T21:54:42+00:00"
6130
        },
6131
        {
6132
            "name": "symfony/polyfill-mbstring",
6133
            "version": "v1.5.0",
6134
            "source": {
6135
                "type": "git",
6136
                "url": "https://github.com/symfony/polyfill-mbstring.git",
6137
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
6138
            },
6139
            "dist": {
6140
                "type": "zip",
6141
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
6142
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
6143
                "shasum": ""
6144
            },
6145
            "require": {
6146
                "php": ">=5.3.3"
6147
            },
6148
            "suggest": {
6149
                "ext-mbstring": "For best performance"
6150
            },
6151
            "type": "library",
6152
            "extra": {
6153
                "branch-alias": {
6154
                    "dev-master": "1.5-dev"
6155
                }
6156
            },
6157
            "autoload": {
6158
                "psr-4": {
6159
                    "Symfony\\Polyfill\\Mbstring\\": ""
6160
                },
6161
                "files": [
6162
                    "bootstrap.php"
6163
                ]
6164
            },
6165
            "notification-url": "https://packagist.org/downloads/",
6166
            "license": [
6167
                "MIT"
6168
            ],
6169
            "authors": [
6170
                {
6171
                    "name": "Nicolas Grekas",
6172
                    "email": "[email protected]"
6173
                },
6174
                {
6175
                    "name": "Symfony Community",
6176
                    "homepage": "https://symfony.com/contributors"
6177
                }
6178
            ],
6179
            "description": "Symfony polyfill for the Mbstring extension",
6180
            "homepage": "https://symfony.com",
6181
            "keywords": [
6182
                "compatibility",
6183
                "mbstring",
6184
                "polyfill",
6185
                "portable",
6186
                "shim"
6187
            ],
6188
            "time": "2017-06-14T15:44:48+00:00"
6189
        },
6190
        {
6191
            "name": "symfony/proxy-manager-bridge",
6192
            "version": "v3.3.9",
6193
            "source": {
6194
                "type": "git",
6195
                "url": "https://github.com/symfony/proxy-manager-bridge.git",
6196
                "reference": "525756137287cef51ecf5071daa98dbd6010be8e"
6197
            },
6198
            "dist": {
6199
                "type": "zip",
6200
                "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/525756137287cef51ecf5071daa98dbd6010be8e",
6201
                "reference": "525756137287cef51ecf5071daa98dbd6010be8e",
6202
                "shasum": ""
6203
            },
6204
            "require": {
6205
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6206
                "php": "^5.5.9|>=7.0.8",
6207
                "symfony/dependency-injection": "~2.8|~3.0"
6208
            },
6209
            "require-dev": {
6210
                "symfony/config": "~2.8|~3.0"
6211
            },
6212
            "type": "symfony-bridge",
6213
            "extra": {
6214
                "branch-alias": {
6215
                    "dev-master": "3.3-dev"
6216
                }
6217
            },
6218
            "autoload": {
6219
                "psr-4": {
6220
                    "Symfony\\Bridge\\ProxyManager\\": ""
6221
                },
6222
                "exclude-from-classmap": [
6223
                    "/Tests/"
6224
                ]
6225
            },
6226
            "notification-url": "https://packagist.org/downloads/",
6227
            "license": [
6228
                "MIT"
6229
            ],
6230
            "authors": [
6231
                {
6232
                    "name": "Fabien Potencier",
6233
                    "email": "[email protected]"
6234
                },
6235
                {
6236
                    "name": "Symfony Community",
6237
                    "homepage": "https://symfony.com/contributors"
6238
                }
6239
            ],
6240
            "description": "Symfony ProxyManager Bridge",
6241
            "homepage": "https://symfony.com",
6242
            "time": "2017-08-03T12:14:47+00:00"
6243
        },
6244
        {
6245
            "name": "symfony/yaml",
6246
            "version": "v3.3.9",
6247
            "source": {
6248
                "type": "git",
6249
                "url": "https://github.com/symfony/yaml.git",
6250
                "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0"
6251
            },
6252
            "dist": {
6253
                "type": "zip",
6254
                "url": "https://api.github.com/repos/symfony/yaml/zipball/1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
6255
                "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
6256
                "shasum": ""
6257
            },
6258
            "require": {
6259
                "php": "^5.5.9|>=7.0.8"
6260
            },
6261
            "require-dev": {
6262
                "symfony/console": "~2.8|~3.0"
6263
            },
6264
            "suggest": {
6265
                "symfony/console": "For validating YAML files using the lint command"
6266
            },
6267
            "type": "library",
6268
            "extra": {
6269
                "branch-alias": {
6270
                    "dev-master": "3.3-dev"
6271
                }
6272
            },
6273
            "autoload": {
6274
                "psr-4": {
6275
                    "Symfony\\Component\\Yaml\\": ""
6276
                },
6277
                "exclude-from-classmap": [
6278
                    "/Tests/"
6279
                ]
6280
            },
6281
            "notification-url": "https://packagist.org/downloads/",
6282
            "license": [
6283
                "MIT"
6284
            ],
6285
            "authors": [
6286
                {
6287
                    "name": "Fabien Potencier",
6288
                    "email": "[email protected]"
6289
                },
6290
                {
6291
                    "name": "Symfony Community",
6292
                    "homepage": "https://symfony.com/contributors"
6293
                }
6294
            ],
6295
            "description": "Symfony Yaml Component",
6296
            "homepage": "https://symfony.com",
6297
            "time": "2017-07-29T21:54:42+00:00"
6298
        },
6299
        {
6300
            "name": "theseer/tokenizer",
6301
            "version": "1.1.0",
6302
            "source": {
6303
                "type": "git",
6304
                "url": "https://github.com/theseer/tokenizer.git",
6305
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
6306
            },
6307
            "dist": {
6308
                "type": "zip",
6309
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6310
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6311
                "shasum": ""
6312
            },
6313
            "require": {
6314
                "ext-dom": "*",
6315
                "ext-tokenizer": "*",
6316
                "ext-xmlwriter": "*",
6317
                "php": "^7.0"
6318
            },
6319
            "type": "library",
6320
            "autoload": {
6321
                "classmap": [
6322
                    "src/"
6323
                ]
6324
            },
6325
            "notification-url": "https://packagist.org/downloads/",
6326
            "license": [
6327
                "BSD-3-Clause"
6328
            ],
6329
            "authors": [
6330
                {
6331
                    "name": "Arne Blankerts",
6332
                    "email": "[email protected]",
6333
                    "role": "Developer"
6334
                }
6335
            ],
6336
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6337
            "time": "2017-04-07T12:08:54+00:00"
6338
        },
6339
        {
6340
            "name": "tobiju/bookdown-bootswatch-templates",
6341
            "version": "1.1.0",
6342
            "source": {
6343
                "type": "git",
6344
                "url": "https://github.com/tobiju/bookdown-bootswatch-templates.git",
6345
                "reference": "bc74d81c1b5dc8e25e1913cba3b7aa95e534d028"
6346
            },
6347
            "dist": {
6348
                "type": "zip",
6349
                "url": "https://api.github.com/repos/tobiju/bookdown-bootswatch-templates/zipball/bc74d81c1b5dc8e25e1913cba3b7aa95e534d028",
6350
                "reference": "bc74d81c1b5dc8e25e1913cba3b7aa95e534d028",
6351
                "shasum": ""
6352
            },
6353
            "require": {
6354
                "bookdown/bookdown": "^1.0.0"
6355
            },
6356
            "type": "library",
6357
            "extra": {
6358
                "branch-alias": {
6359
                    "dev-master": "1.0-dev",
6360
                    "dev-develop": "1.1-dev"
6361
                }
6362
            },
6363
            "notification-url": "https://packagist.org/downloads/",
6364
            "license": [
6365
                "BSD-3-Clause"
6366
            ],
6367
            "authors": [
6368
                {
6369
                    "name": "Bookdown Bootswatch Templates Contributors",
6370
                    "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates/contributors"
6371
                }
6372
            ],
6373
            "description": "Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting",
6374
            "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates",
6375
            "keywords": [
6376
                "bookdown",
6377
                "docbook",
6378
                "docs",
6379
                "documentation",
6380
                "highlighting",
6381
                "manual",
6382
                "markdown",
6383
                "static site",
6384
                "syntax",
6385
                "templates"
6386
            ],
6387
            "time": "2017-01-22T14:52:00+00:00"
6388
        },
6389
        {
6390
            "name": "webmozart/assert",
6391
            "version": "1.2.0",
6392
            "source": {
6393
                "type": "git",
6394
                "url": "https://github.com/webmozart/assert.git",
6395
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
6396
            },
6397
            "dist": {
6398
                "type": "zip",
6399
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
6400
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
6401
                "shasum": ""
6402
            },
6403
            "require": {
6404
                "php": "^5.3.3 || ^7.0"
6405
            },
6406
            "require-dev": {
6407
                "phpunit/phpunit": "^4.6",
6408
                "sebastian/version": "^1.0.1"
6409
            },
6410
            "type": "library",
6411
            "extra": {
6412
                "branch-alias": {
6413
                    "dev-master": "1.3-dev"
6414
                }
6415
            },
6416
            "autoload": {
6417
                "psr-4": {
6418
                    "Webmozart\\Assert\\": "src/"
6419
                }
6420
            },
6421
            "notification-url": "https://packagist.org/downloads/",
6422
            "license": [
6423
                "MIT"
6424
            ],
6425
            "authors": [
6426
                {
6427
                    "name": "Bernhard Schussek",
6428
                    "email": "[email protected]"
6429
                }
6430
            ],
6431
            "description": "Assertions to validate method input/output with nice error messages.",
6432
            "keywords": [
6433
                "assert",
6434
                "check",
6435
                "validate"
6436
            ],
6437
            "time": "2016-11-23T20:04:58+00:00"
6438
        },
6439
        {
6440
            "name": "zendframework/zend-code",
6441
            "version": "3.1.0",
6442
            "source": {
6443
                "type": "git",
6444
                "url": "https://github.com/zendframework/zend-code.git",
6445
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
6446
            },
6447
            "dist": {
6448
                "type": "zip",
6449
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
6450
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
6451
                "shasum": ""
6452
            },
6453
            "require": {
6454
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
6455
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6456
            },
6457
            "require-dev": {
6458
                "doctrine/annotations": "~1.0",
6459
                "ext-phar": "*",
6460
                "phpunit/phpunit": "^4.8.21",
6461
                "squizlabs/php_codesniffer": "^2.5",
6462
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
6463
            },
6464
            "suggest": {
6465
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6466
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
6467
            },
6468
            "type": "library",
6469
            "extra": {
6470
                "branch-alias": {
6471
                    "dev-master": "3.1-dev",
6472
                    "dev-develop": "3.2-dev"
6473
                }
6474
            },
6475
            "autoload": {
6476
                "psr-4": {
6477
                    "Zend\\Code\\": "src/"
6478
                }
6479
            },
6480
            "notification-url": "https://packagist.org/downloads/",
6481
            "license": [
6482
                "BSD-3-Clause"
6483
            ],
6484
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
6485
            "homepage": "https://github.com/zendframework/zend-code",
6486
            "keywords": [
6487
                "code",
6488
                "zf2"
6489
            ],
6490
            "time": "2016-10-24T13:23:32+00:00"
6491
        },
6492
        {
6493
            "name": "zendframework/zend-eventmanager",
6494
            "version": "3.2.0",
6495
            "source": {
6496
                "type": "git",
6497
                "url": "https://github.com/zendframework/zend-eventmanager.git",
6498
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
6499
            },
6500
            "dist": {
6501
                "type": "zip",
6502
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6503
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6504
                "shasum": ""
6505
            },
6506
            "require": {
6507
                "php": "^5.6 || ^7.0"
6508
            },
6509
            "require-dev": {
6510
                "athletic/athletic": "^0.1",
6511
                "container-interop/container-interop": "^1.1.0",
6512
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
6513
                "zendframework/zend-coding-standard": "~1.0.0",
6514
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6515
            },
6516
            "suggest": {
6517
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6518
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6519
            },
6520
            "type": "library",
6521
            "extra": {
6522
                "branch-alias": {
6523
                    "dev-master": "3.2-dev",
6524
                    "dev-develop": "3.3-dev"
6525
                }
6526
            },
6527
            "autoload": {
6528
                "psr-4": {
6529
                    "Zend\\EventManager\\": "src/"
6530
                }
6531
            },
6532
            "notification-url": "https://packagist.org/downloads/",
6533
            "license": [
6534
                "BSD-3-Clause"
6535
            ],
6536
            "description": "Trigger and listen to events within a PHP application",
6537
            "homepage": "https://github.com/zendframework/zend-eventmanager",
6538
            "keywords": [
6539
                "event",
6540
                "eventmanager",
6541
                "events",
6542
                "zf2"
6543
            ],
6544
            "time": "2017-07-11T19:17:22+00:00"
6545
        }
6546
    ],
6547
    "aliases": [],
6548
    "minimum-stability": "stable",
6549
    "stability-flags": [],
6550
    "prefer-stable": false,
6551
    "prefer-lowest": false,
6552
    "platform": {
6553
        "php": "^7.0"
6554
    },
6555
    "platform-dev": []
6556
}
6557