Completed
Push — master ( e64d63...07010a )
by Gabriel
10:26 queued 11s
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "3c7a5550f31b0e738c16e48701ac9959",
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.5.0",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/DivideBV/PHPDivideIQ.git",
70
                "reference": "0e2009eb1bf72df8cf71ebb8843ec0f5efffd410"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/DivideBV/PHPDivideIQ/zipball/0e2009eb1bf72df8cf71ebb8843ec0f5efffd410",
75
                "reference": "0e2009eb1bf72df8cf71ebb8843ec0f5efffd410",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "guzzlehttp/guzzle": "^5.3.1",
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": "2017-05-30T14:57:43+00:00"
101
        },
102
        {
103
            "name": "guzzlehttp/guzzle",
104
            "version": "5.3.1",
105
            "source": {
106
                "type": "git",
107
                "url": "https://github.com/guzzle/guzzle.git",
108
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
109
            },
110
            "dist": {
111
                "type": "zip",
112
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
113
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
114
                "shasum": ""
115
            },
116
            "require": {
117
                "guzzlehttp/ringphp": "^1.1",
118
                "php": ">=5.4.0"
119
            },
120
            "require-dev": {
121
                "ext-curl": "*",
122
                "phpunit/phpunit": "^4.0"
123
            },
124
            "type": "library",
125
            "autoload": {
126
                "psr-4": {
127
                    "GuzzleHttp\\": "src/"
128
                }
129
            },
130
            "notification-url": "https://packagist.org/downloads/",
131
            "license": [
132
                "MIT"
133
            ],
134
            "authors": [
135
                {
136
                    "name": "Michael Dowling",
137
                    "email": "[email protected]",
138
                    "homepage": "https://github.com/mtdowling"
139
                }
140
            ],
141
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
142
            "homepage": "http://guzzlephp.org/",
143
            "keywords": [
144
                "client",
145
                "curl",
146
                "framework",
147
                "http",
148
                "http client",
149
                "rest",
150
                "web service"
151
            ],
152
            "time": "2016-07-15T19:28:39+00:00"
153
        },
154
        {
155
            "name": "guzzlehttp/ringphp",
156
            "version": "1.1.0",
157
            "source": {
158
                "type": "git",
159
                "url": "https://github.com/guzzle/RingPHP.git",
160
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
161
            },
162
            "dist": {
163
                "type": "zip",
164
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
165
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
166
                "shasum": ""
167
            },
168
            "require": {
169
                "guzzlehttp/streams": "~3.0",
170
                "php": ">=5.4.0",
171
                "react/promise": "~2.0"
172
            },
173
            "require-dev": {
174
                "ext-curl": "*",
175
                "phpunit/phpunit": "~4.0"
176
            },
177
            "suggest": {
178
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
179
            },
180
            "type": "library",
181
            "extra": {
182
                "branch-alias": {
183
                    "dev-master": "1.1-dev"
184
                }
185
            },
186
            "autoload": {
187
                "psr-4": {
188
                    "GuzzleHttp\\Ring\\": "src/"
189
                }
190
            },
191
            "notification-url": "https://packagist.org/downloads/",
192
            "license": [
193
                "MIT"
194
            ],
195
            "authors": [
196
                {
197
                    "name": "Michael Dowling",
198
                    "email": "[email protected]",
199
                    "homepage": "https://github.com/mtdowling"
200
                }
201
            ],
202
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
203
            "time": "2015-05-20T03:37:09+00:00"
204
        },
205
        {
206
            "name": "guzzlehttp/streams",
207
            "version": "3.0.0",
208
            "source": {
209
                "type": "git",
210
                "url": "https://github.com/guzzle/streams.git",
211
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
212
            },
213
            "dist": {
214
                "type": "zip",
215
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
216
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
217
                "shasum": ""
218
            },
219
            "require": {
220
                "php": ">=5.4.0"
221
            },
222
            "require-dev": {
223
                "phpunit/phpunit": "~4.0"
224
            },
225
            "type": "library",
226
            "extra": {
227
                "branch-alias": {
228
                    "dev-master": "3.0-dev"
229
                }
230
            },
231
            "autoload": {
232
                "psr-4": {
233
                    "GuzzleHttp\\Stream\\": "src/"
234
                }
235
            },
236
            "notification-url": "https://packagist.org/downloads/",
237
            "license": [
238
                "MIT"
239
            ],
240
            "authors": [
241
                {
242
                    "name": "Michael Dowling",
243
                    "email": "[email protected]",
244
                    "homepage": "https://github.com/mtdowling"
245
                }
246
            ],
247
            "description": "Provides a simple abstraction over streams of data",
248
            "homepage": "http://guzzlephp.org/",
249
            "keywords": [
250
                "Guzzle",
251
                "stream"
252
            ],
253
            "time": "2014-10-12T19:18:40+00:00"
254
        },
255
        {
256
            "name": "magento/framework",
257
            "version": "100.1.9",
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-100.1.9.0.zip",
261
                "reference": null,
262
                "shasum": "6dccf6eb1f5c47bb9d16280aac2b4b786188e804"
263
            },
264
            "require": {
265
                "ext-curl": "*",
266
                "ext-dom": "*",
267
                "ext-gd": "*",
268
                "ext-hash": "*",
269
                "ext-iconv": "*",
270
                "ext-mcrypt": "*",
271
                "ext-openssl": "*",
272
                "ext-simplexml": "*",
273
                "ext-spl": "*",
274
                "ext-xsl": "*",
275
                "lib-libxml": "*",
276
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
277
                "symfony/process": "~2.1",
278
                "zendframework/zend-http": "~2.4.6",
279
                "zendframework/zend-stdlib": "~2.4.6"
280
            },
281
            "suggest": {
282
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
283
            },
284
            "type": "magento2-library",
285
            "autoload": {
286
                "psr-4": {
287
                    "Magento\\Framework\\": ""
288
                },
289
                "files": [
290
                    "registration.php"
291
                ]
292
            },
293
            "license": [
294
                "OSL-3.0",
295
                "AFL-3.0"
296
            ],
297
            "description": "N/A"
298
        },
299
        {
300
            "name": "magento/module-authorization",
301
            "version": "100.1.2",
302
            "dist": {
303
                "type": "zip",
304
                "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.1.2.0.zip",
305
                "reference": null,
306
                "shasum": "b3bbc4ce889e1b43e45e1adb50208a8fc4721662"
307
            },
308
            "require": {
309
                "magento/framework": "100.1.*",
310
                "magento/module-backend": "100.1.*",
311
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
312
            },
313
            "type": "magento2-module",
314
            "autoload": {
315
                "files": [
316
                    "registration.php"
317
                ],
318
                "psr-4": {
319
                    "Magento\\Authorization\\": ""
320
                }
321
            },
322
            "license": [
323
                "OSL-3.0",
324
                "AFL-3.0"
325
            ],
326
            "description": "Authorization module provides access to Magento ACL functionality."
327
        },
328
        {
329
            "name": "magento/module-backend",
330
            "version": "100.1.4",
331
            "dist": {
332
                "type": "zip",
333
                "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-100.1.4.0.zip",
334
                "reference": null,
335
                "shasum": "00eb83bea2dd9abd45e097674bc788b4e02b79c0"
336
            },
337
            "require": {
338
                "magento/framework": "100.1.*",
339
                "magento/module-backup": "100.1.*",
340
                "magento/module-catalog": "101.0.*",
341
                "magento/module-config": "100.1.*",
342
                "magento/module-customer": "100.1.*",
343
                "magento/module-developer": "100.1.*",
344
                "magento/module-directory": "100.1.*",
345
                "magento/module-eav": "100.1.*",
346
                "magento/module-quote": "100.1.*",
347
                "magento/module-reports": "100.1.*",
348
                "magento/module-require-js": "100.1.*",
349
                "magento/module-sales": "100.1.*",
350
                "magento/module-security": "100.1.*",
351
                "magento/module-store": "100.1.*",
352
                "magento/module-theme": "100.1.*",
353
                "magento/module-translation": "100.1.*",
354
                "magento/module-user": "100.1.*",
355
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
356
            },
357
            "type": "magento2-module",
358
            "autoload": {
359
                "files": [
360
                    "registration.php"
361
                ],
362
                "psr-4": {
363
                    "Magento\\Backend\\": ""
364
                }
365
            },
366
            "license": [
367
                "OSL-3.0",
368
                "AFL-3.0"
369
            ],
370
            "description": "N/A"
371
        },
372
        {
373
            "name": "magento/module-backup",
374
            "version": "100.1.3",
375
            "dist": {
376
                "type": "zip",
377
                "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.1.3.0.zip",
378
                "reference": null,
379
                "shasum": "2026b88f68e9e85b333df6c38e2b9f31671ef61d"
380
            },
381
            "require": {
382
                "magento/framework": "100.1.*",
383
                "magento/module-backend": "100.1.*",
384
                "magento/module-cron": "100.1.*",
385
                "magento/module-store": "100.1.*",
386
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
387
            },
388
            "type": "magento2-module",
389
            "autoload": {
390
                "files": [
391
                    "registration.php"
392
                ],
393
                "psr-4": {
394
                    "Magento\\Backup\\": ""
395
                }
396
            },
397
            "license": [
398
                "OSL-3.0",
399
                "AFL-3.0"
400
            ],
401
            "description": "N/A"
402
        },
403
        {
404
            "name": "magento/module-catalog",
405
            "version": "101.0.9",
406
            "dist": {
407
                "type": "zip",
408
                "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-101.0.9.0.zip",
409
                "reference": null,
410
                "shasum": "b89fb9a203c99f4e96ca9493a4bb978c110ba062"
411
            },
412
            "require": {
413
                "magento/framework": "100.1.*",
414
                "magento/module-backend": "100.1.*",
415
                "magento/module-catalog-inventory": "100.1.*",
416
                "magento/module-catalog-rule": "100.1.*",
417
                "magento/module-catalog-url-rewrite": "100.1.*",
418
                "magento/module-checkout": "100.1.*",
419
                "magento/module-cms": "101.0.*",
420
                "magento/module-config": "100.1.*",
421
                "magento/module-customer": "100.1.*",
422
                "magento/module-directory": "100.1.*",
423
                "magento/module-eav": "100.1.*",
424
                "magento/module-indexer": "100.1.*",
425
                "magento/module-media-storage": "100.1.*",
426
                "magento/module-msrp": "100.1.*",
427
                "magento/module-page-cache": "100.1.*",
428
                "magento/module-product-alert": "100.1.*",
429
                "magento/module-quote": "100.1.*",
430
                "magento/module-store": "100.1.*",
431
                "magento/module-tax": "100.1.*",
432
                "magento/module-theme": "100.1.*",
433
                "magento/module-ui": "100.1.*",
434
                "magento/module-url-rewrite": "100.1.*",
435
                "magento/module-widget": "100.1.*",
436
                "magento/module-wishlist": "100.1.*",
437
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
438
            },
439
            "suggest": {
440
                "magento/module-catalog-sample-data": "Sample Data version:100.1.*",
441
                "magento/module-cookie": "100.1.*"
442
            },
443
            "type": "magento2-module",
444
            "autoload": {
445
                "files": [
446
                    "registration.php"
447
                ],
448
                "psr-4": {
449
                    "Magento\\Catalog\\": ""
450
                }
451
            },
452
            "license": [
453
                "OSL-3.0",
454
                "AFL-3.0"
455
            ],
456
            "description": "N/A"
457
        },
458
        {
459
            "name": "magento/module-catalog-import-export",
460
            "version": "100.1.6",
461
            "dist": {
462
                "type": "zip",
463
                "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-100.1.6.0.zip",
464
                "reference": null,
465
                "shasum": "24218865db829e80bc004797c0ce4ec6cebea520"
466
            },
467
            "require": {
468
                "ext-ctype": "*",
469
                "magento/framework": "100.1.*",
470
                "magento/module-catalog": "101.0.*",
471
                "magento/module-catalog-inventory": "100.1.*",
472
                "magento/module-catalog-url-rewrite": "100.1.*",
473
                "magento/module-customer": "100.1.*",
474
                "magento/module-eav": "100.1.*",
475
                "magento/module-import-export": "100.1.*",
476
                "magento/module-media-storage": "100.1.*",
477
                "magento/module-store": "100.1.*",
478
                "magento/module-tax": "100.1.*",
479
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
480
            },
481
            "type": "magento2-module",
482
            "autoload": {
483
                "files": [
484
                    "registration.php"
485
                ],
486
                "psr-4": {
487
                    "Magento\\CatalogImportExport\\": ""
488
                }
489
            },
490
            "license": [
491
                "OSL-3.0",
492
                "AFL-3.0"
493
            ],
494
            "description": "N/A"
495
        },
496
        {
497
            "name": "magento/module-catalog-inventory",
498
            "version": "100.1.6",
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.1.6.0.zip",
502
                "reference": null,
503
                "shasum": "e1237294f6e4cddc2d24a5e8ecf79cfee7a8386f"
504
            },
505
            "require": {
506
                "magento/framework": "100.1.*",
507
                "magento/module-catalog": "101.0.*",
508
                "magento/module-config": "100.1.*",
509
                "magento/module-customer": "100.1.*",
510
                "magento/module-eav": "100.1.*",
511
                "magento/module-quote": "100.1.*",
512
                "magento/module-store": "100.1.*",
513
                "magento/module-ui": "100.1.*",
514
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
515
            },
516
            "type": "magento2-module",
517
            "autoload": {
518
                "files": [
519
                    "registration.php"
520
                ],
521
                "psr-4": {
522
                    "Magento\\CatalogInventory\\": ""
523
                }
524
            },
525
            "license": [
526
                "OSL-3.0",
527
                "AFL-3.0"
528
            ],
529
            "description": "N/A"
530
        },
531
        {
532
            "name": "magento/module-catalog-rule",
533
            "version": "100.1.4",
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-100.1.4.0.zip",
537
                "reference": null,
538
                "shasum": "520a5ff8614cbd1cc6a760e3655e9e69d71c28f6"
539
            },
540
            "require": {
541
                "magento/framework": "100.1.*",
542
                "magento/module-backend": "100.1.*",
543
                "magento/module-catalog": "101.0.*",
544
                "magento/module-customer": "100.1.*",
545
                "magento/module-eav": "100.1.*",
546
                "magento/module-rule": "100.1.*",
547
                "magento/module-store": "100.1.*",
548
                "magento/module-ui": "100.1.*",
549
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
550
            },
551
            "suggest": {
552
                "magento/module-catalog-rule-sample-data": "Sample Data version:100.1.*",
553
                "magento/module-import-export": "100.1.*"
554
            },
555
            "type": "magento2-module",
556
            "autoload": {
557
                "files": [
558
                    "registration.php"
559
                ],
560
                "psr-4": {
561
                    "Magento\\CatalogRule\\": ""
562
                }
563
            },
564
            "license": [
565
                "OSL-3.0",
566
                "AFL-3.0"
567
            ],
568
            "description": "N/A"
569
        },
570
        {
571
            "name": "magento/module-catalog-url-rewrite",
572
            "version": "100.1.4",
573
            "dist": {
574
                "type": "zip",
575
                "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.1.4.0.zip",
576
                "reference": null,
577
                "shasum": "dfc0b64de87da00cea74030518357a2cb48dacf3"
578
            },
579
            "require": {
580
                "magento/framework": "100.1.*",
581
                "magento/module-backend": "100.1.*",
582
                "magento/module-catalog": "101.0.*",
583
                "magento/module-catalog-import-export": "100.1.*",
584
                "magento/module-eav": "100.1.*",
585
                "magento/module-import-export": "100.1.*",
586
                "magento/module-store": "100.1.*",
587
                "magento/module-ui": "100.1.*",
588
                "magento/module-url-rewrite": "100.1.*",
589
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
590
            },
591
            "type": "magento2-module",
592
            "autoload": {
593
                "files": [
594
                    "registration.php"
595
                ],
596
                "psr-4": {
597
                    "Magento\\CatalogUrlRewrite\\": ""
598
                }
599
            },
600
            "license": [
601
                "OSL-3.0",
602
                "AFL-3.0"
603
            ],
604
            "description": "N/A"
605
        },
606
        {
607
            "name": "magento/module-checkout",
608
            "version": "100.1.8",
609
            "dist": {
610
                "type": "zip",
611
                "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.1.8.0.zip",
612
                "reference": null,
613
                "shasum": "6cb853b2a5473337b120f0f2692cc940da62a278"
614
            },
615
            "require": {
616
                "magento/framework": "100.1.*",
617
                "magento/module-backend": "100.1.*",
618
                "magento/module-catalog": "101.0.*",
619
                "magento/module-catalog-inventory": "100.1.*",
620
                "magento/module-config": "100.1.*",
621
                "magento/module-customer": "100.1.*",
622
                "magento/module-directory": "100.1.*",
623
                "magento/module-eav": "100.1.*",
624
                "magento/module-msrp": "100.1.*",
625
                "magento/module-page-cache": "100.1.*",
626
                "magento/module-payment": "100.1.*",
627
                "magento/module-quote": "100.1.*",
628
                "magento/module-sales": "100.1.*",
629
                "magento/module-sales-rule": "100.1.*",
630
                "magento/module-shipping": "100.1.*",
631
                "magento/module-store": "100.1.*",
632
                "magento/module-tax": "100.1.*",
633
                "magento/module-theme": "100.1.*",
634
                "magento/module-ui": "100.1.*",
635
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
636
            },
637
            "suggest": {
638
                "magento/module-cookie": "100.1.*"
639
            },
640
            "type": "magento2-module",
641
            "autoload": {
642
                "files": [
643
                    "registration.php"
644
                ],
645
                "psr-4": {
646
                    "Magento\\Checkout\\": ""
647
                }
648
            },
649
            "license": [
650
                "OSL-3.0",
651
                "AFL-3.0"
652
            ],
653
            "description": "N/A"
654
        },
655
        {
656
            "name": "magento/module-cms",
657
            "version": "101.0.7",
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-101.0.7.0.zip",
661
                "reference": null,
662
                "shasum": "6a971ee6d8a400c78a59a4973ed1be7983fbcd1a"
663
            },
664
            "require": {
665
                "magento/framework": "100.1.*",
666
                "magento/module-backend": "100.1.*",
667
                "magento/module-catalog": "101.0.*",
668
                "magento/module-email": "100.1.*",
669
                "magento/module-media-storage": "100.1.*",
670
                "magento/module-store": "100.1.*",
671
                "magento/module-theme": "100.1.*",
672
                "magento/module-ui": "100.1.*",
673
                "magento/module-variable": "100.1.*",
674
                "magento/module-widget": "100.1.*",
675
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
676
            },
677
            "suggest": {
678
                "magento/module-cms-sample-data": "Sample Data version:100.1.*"
679
            },
680
            "type": "magento2-module",
681
            "autoload": {
682
                "files": [
683
                    "registration.php"
684
                ],
685
                "psr-4": {
686
                    "Magento\\Cms\\": ""
687
                }
688
            },
689
            "license": [
690
                "OSL-3.0",
691
                "AFL-3.0"
692
            ],
693
            "description": "N/A"
694
        },
695
        {
696
            "name": "magento/module-cms-url-rewrite",
697
            "version": "100.1.2",
698
            "dist": {
699
                "type": "zip",
700
                "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.1.2.0.zip",
701
                "reference": null,
702
                "shasum": "7a703192417c5b6ba33606a9e41f992aef3fa616"
703
            },
704
            "require": {
705
                "magento/framework": "100.1.*",
706
                "magento/module-cms": "101.0.*",
707
                "magento/module-store": "100.1.*",
708
                "magento/module-url-rewrite": "100.1.*",
709
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
710
            },
711
            "type": "magento2-module",
712
            "autoload": {
713
                "files": [
714
                    "registration.php"
715
                ],
716
                "psr-4": {
717
                    "Magento\\CmsUrlRewrite\\": ""
718
                }
719
            },
720
            "license": [
721
                "OSL-3.0",
722
                "AFL-3.0"
723
            ],
724
            "description": "N/A"
725
        },
726
        {
727
            "name": "magento/module-config",
728
            "version": "100.1.6",
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-100.1.6.0.zip",
732
                "reference": null,
733
                "shasum": "6dd17fa55e0b3a2270297c525c17deefec2db475"
734
            },
735
            "require": {
736
                "magento/framework": "100.1.*",
737
                "magento/module-backend": "100.1.*",
738
                "magento/module-cron": "100.1.*",
739
                "magento/module-directory": "100.1.*",
740
                "magento/module-email": "100.1.*",
741
                "magento/module-media-storage": "100.1.*",
742
                "magento/module-store": "100.1.*",
743
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
744
            },
745
            "suggest": {
746
                "magento/module-deploy": "100.1.*"
747
            },
748
            "type": "magento2-module",
749
            "autoload": {
750
                "files": [
751
                    "registration.php"
752
                ],
753
                "psr-4": {
754
                    "Magento\\Config\\": ""
755
                }
756
            },
757
            "license": [
758
                "OSL-3.0",
759
                "AFL-3.0"
760
            ],
761
            "description": "N/A"
762
        },
763
        {
764
            "name": "magento/module-contact",
765
            "version": "100.1.3",
766
            "dist": {
767
                "type": "zip",
768
                "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.1.3.0.zip",
769
                "reference": null,
770
                "shasum": "e01aed6486bc20edc575e706df2f68225041df41"
771
            },
772
            "require": {
773
                "magento/framework": "100.1.*",
774
                "magento/module-cms": "101.0.*",
775
                "magento/module-config": "100.1.*",
776
                "magento/module-customer": "100.1.*",
777
                "magento/module-store": "100.1.*",
778
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
779
            },
780
            "type": "magento2-module",
781
            "autoload": {
782
                "files": [
783
                    "registration.php"
784
                ],
785
                "psr-4": {
786
                    "Magento\\Contact\\": ""
787
                }
788
            },
789
            "license": [
790
                "OSL-3.0",
791
                "AFL-3.0"
792
            ],
793
            "description": "N/A"
794
        },
795
        {
796
            "name": "magento/module-cron",
797
            "version": "100.1.3",
798
            "dist": {
799
                "type": "zip",
800
                "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.1.3.0.zip",
801
                "reference": null,
802
                "shasum": "e6a118163ee02877e45af43c078c37dbe80bb871"
803
            },
804
            "require": {
805
                "magento/framework": "100.1.*",
806
                "magento/module-store": "100.1.*",
807
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
808
            },
809
            "suggest": {
810
                "magento/module-config": "100.1.*"
811
            },
812
            "type": "magento2-module",
813
            "autoload": {
814
                "files": [
815
                    "registration.php"
816
                ],
817
                "psr-4": {
818
                    "Magento\\Cron\\": ""
819
                }
820
            },
821
            "license": [
822
                "OSL-3.0",
823
                "AFL-3.0"
824
            ],
825
            "description": "N/A"
826
        },
827
        {
828
            "name": "magento/module-customer",
829
            "version": "100.1.8",
830
            "dist": {
831
                "type": "zip",
832
                "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-100.1.8.0.zip",
833
                "reference": null,
834
                "shasum": "c337eb64e68718eff1a927a7dcbd39495ee31d05"
835
            },
836
            "require": {
837
                "magento/framework": "100.1.*",
838
                "magento/module-authorization": "100.1.*",
839
                "magento/module-backend": "100.1.*",
840
                "magento/module-catalog": "101.0.*",
841
                "magento/module-checkout": "100.1.*",
842
                "magento/module-config": "100.1.*",
843
                "magento/module-directory": "100.1.*",
844
                "magento/module-eav": "100.1.*",
845
                "magento/module-integration": "100.1.*",
846
                "magento/module-media-storage": "100.1.*",
847
                "magento/module-newsletter": "100.1.*",
848
                "magento/module-page-cache": "100.1.*",
849
                "magento/module-quote": "100.1.*",
850
                "magento/module-review": "100.1.*",
851
                "magento/module-sales": "100.1.*",
852
                "magento/module-store": "100.1.*",
853
                "magento/module-tax": "100.1.*",
854
                "magento/module-theme": "100.1.*",
855
                "magento/module-ui": "100.1.*",
856
                "magento/module-wishlist": "100.1.*",
857
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
858
            },
859
            "suggest": {
860
                "magento/module-cookie": "100.1.*",
861
                "magento/module-customer-sample-data": "Sample Data version:100.1.*"
862
            },
863
            "type": "magento2-module",
864
            "autoload": {
865
                "files": [
866
                    "registration.php"
867
                ],
868
                "psr-4": {
869
                    "Magento\\Customer\\": ""
870
                }
871
            },
872
            "license": [
873
                "OSL-3.0",
874
                "AFL-3.0"
875
            ],
876
            "description": "N/A"
877
        },
878
        {
879
            "name": "magento/module-developer",
880
            "version": "100.1.3",
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.1.3.0.zip",
884
                "reference": null,
885
                "shasum": "7aa5019f536dcd3fed19cc275768b2333ec66a88"
886
            },
887
            "require": {
888
                "magento/framework": "100.1.*",
889
                "magento/module-store": "100.1.*",
890
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
891
            },
892
            "type": "magento2-module",
893
            "autoload": {
894
                "files": [
895
                    "registration.php"
896
                ],
897
                "psr-4": {
898
                    "Magento\\Developer\\": ""
899
                }
900
            },
901
            "license": [
902
                "OSL-3.0",
903
                "AFL-3.0"
904
            ],
905
            "description": "N/A"
906
        },
907
        {
908
            "name": "magento/module-directory",
909
            "version": "100.1.4",
910
            "dist": {
911
                "type": "zip",
912
                "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.1.4.0.zip",
913
                "reference": null,
914
                "shasum": "f058ec409bedebb3f38f0cfda5e4488d8d1bb928"
915
            },
916
            "require": {
917
                "lib-libxml": "*",
918
                "magento/framework": "100.1.*",
919
                "magento/module-backend": "100.1.*",
920
                "magento/module-config": "100.1.*",
921
                "magento/module-store": "100.1.*",
922
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
923
            },
924
            "type": "magento2-module",
925
            "autoload": {
926
                "files": [
927
                    "registration.php"
928
                ],
929
                "psr-4": {
930
                    "Magento\\Directory\\": ""
931
                }
932
            },
933
            "license": [
934
                "OSL-3.0",
935
                "AFL-3.0"
936
            ],
937
            "description": "N/A"
938
        },
939
        {
940
            "name": "magento/module-downloadable",
941
            "version": "100.1.3",
942
            "dist": {
943
                "type": "zip",
944
                "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.1.3.0.zip",
945
                "reference": null,
946
                "shasum": "1e90656b6ca80494e6099dcf1bfedef3d49047a7"
947
            },
948
            "require": {
949
                "magento/framework": "100.1.*",
950
                "magento/module-backend": "100.1.*",
951
                "magento/module-catalog": "101.0.*",
952
                "magento/module-catalog-inventory": "100.1.*",
953
                "magento/module-checkout": "100.1.*",
954
                "magento/module-config": "100.1.*",
955
                "magento/module-customer": "100.1.*",
956
                "magento/module-directory": "100.1.*",
957
                "magento/module-eav": "100.1.*",
958
                "magento/module-gift-message": "100.1.*",
959
                "magento/module-media-storage": "100.1.*",
960
                "magento/module-quote": "100.1.*",
961
                "magento/module-sales": "100.1.*",
962
                "magento/module-store": "100.1.*",
963
                "magento/module-tax": "100.1.*",
964
                "magento/module-theme": "100.1.*",
965
                "magento/module-ui": "100.1.*",
966
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
967
            },
968
            "suggest": {
969
                "magento/module-downloadable-sample-data": "Sample Data version:100.1.*"
970
            },
971
            "type": "magento2-module",
972
            "autoload": {
973
                "files": [
974
                    "registration.php"
975
                ],
976
                "psr-4": {
977
                    "Magento\\Downloadable\\": ""
978
                }
979
            },
980
            "license": [
981
                "OSL-3.0",
982
                "AFL-3.0"
983
            ],
984
            "description": "N/A"
985
        },
986
        {
987
            "name": "magento/module-eav",
988
            "version": "100.1.6",
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-100.1.6.0.zip",
992
                "reference": null,
993
                "shasum": "8242954cc5bcc07b0b4a8b03cd7da3a3b9a53899"
994
            },
995
            "require": {
996
                "magento/framework": "100.1.*",
997
                "magento/module-backend": "100.1.*",
998
                "magento/module-catalog": "101.0.*",
999
                "magento/module-config": "100.1.*",
1000
                "magento/module-media-storage": "100.1.*",
1001
                "magento/module-store": "100.1.*",
1002
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1003
            },
1004
            "type": "magento2-module",
1005
            "autoload": {
1006
                "files": [
1007
                    "registration.php"
1008
                ],
1009
                "psr-4": {
1010
                    "Magento\\Eav\\": ""
1011
                }
1012
            },
1013
            "license": [
1014
                "OSL-3.0",
1015
                "AFL-3.0"
1016
            ],
1017
            "description": "N/A"
1018
        },
1019
        {
1020
            "name": "magento/module-email",
1021
            "version": "100.1.5",
1022
            "dist": {
1023
                "type": "zip",
1024
                "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-100.1.5.0.zip",
1025
                "reference": null,
1026
                "shasum": "b61595253faf6fc862029a48b6492c5841fb28b2"
1027
            },
1028
            "require": {
1029
                "magento/framework": "100.1.*",
1030
                "magento/module-backend": "100.1.*",
1031
                "magento/module-cms": "101.0.*",
1032
                "magento/module-config": "100.1.*",
1033
                "magento/module-store": "100.1.*",
1034
                "magento/module-theme": "100.1.*",
1035
                "magento/module-variable": "100.1.*",
1036
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1037
            },
1038
            "type": "magento2-module",
1039
            "autoload": {
1040
                "files": [
1041
                    "registration.php"
1042
                ],
1043
                "psr-4": {
1044
                    "Magento\\Email\\": ""
1045
                }
1046
            },
1047
            "license": [
1048
                "OSL-3.0",
1049
                "AFL-3.0"
1050
            ],
1051
            "description": "N/A"
1052
        },
1053
        {
1054
            "name": "magento/module-gift-message",
1055
            "version": "100.1.4",
1056
            "dist": {
1057
                "type": "zip",
1058
                "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.1.4.0.zip",
1059
                "reference": null,
1060
                "shasum": "696bdc88b586792e833581b21e570ab9671b007f"
1061
            },
1062
            "require": {
1063
                "magento/framework": "100.1.*",
1064
                "magento/module-backend": "100.1.*",
1065
                "magento/module-catalog": "101.0.*",
1066
                "magento/module-checkout": "100.1.*",
1067
                "magento/module-customer": "100.1.*",
1068
                "magento/module-quote": "100.1.*",
1069
                "magento/module-sales": "100.1.*",
1070
                "magento/module-store": "100.1.*",
1071
                "magento/module-ui": "100.1.*",
1072
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1073
            },
1074
            "suggest": {
1075
                "magento/module-multishipping": "100.1.*"
1076
            },
1077
            "type": "magento2-module",
1078
            "autoload": {
1079
                "files": [
1080
                    "registration.php"
1081
                ],
1082
                "psr-4": {
1083
                    "Magento\\GiftMessage\\": ""
1084
                }
1085
            },
1086
            "license": [
1087
                "OSL-3.0",
1088
                "AFL-3.0"
1089
            ],
1090
            "description": "N/A"
1091
        },
1092
        {
1093
            "name": "magento/module-grouped-product",
1094
            "version": "100.1.4",
1095
            "dist": {
1096
                "type": "zip",
1097
                "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.1.4.0.zip",
1098
                "reference": null,
1099
                "shasum": "559d5dc899c4804a7737655b7c385a94e5271ed6"
1100
            },
1101
            "require": {
1102
                "magento/framework": "100.1.*",
1103
                "magento/module-backend": "100.1.*",
1104
                "magento/module-catalog": "101.0.*",
1105
                "magento/module-catalog-inventory": "100.1.*",
1106
                "magento/module-checkout": "100.1.*",
1107
                "magento/module-customer": "100.1.*",
1108
                "magento/module-eav": "100.1.*",
1109
                "magento/module-media-storage": "100.1.*",
1110
                "magento/module-msrp": "100.1.*",
1111
                "magento/module-quote": "100.1.*",
1112
                "magento/module-sales": "100.1.*",
1113
                "magento/module-store": "100.1.*",
1114
                "magento/module-ui": "100.1.*",
1115
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1116
            },
1117
            "suggest": {
1118
                "magento/module-grouped-product-sample-data": "Sample Data version:100.1.*"
1119
            },
1120
            "type": "magento2-module",
1121
            "autoload": {
1122
                "files": [
1123
                    "registration.php"
1124
                ],
1125
                "psr-4": {
1126
                    "Magento\\GroupedProduct\\": ""
1127
                }
1128
            },
1129
            "license": [
1130
                "OSL-3.0",
1131
                "AFL-3.0"
1132
            ],
1133
            "description": "N/A"
1134
        },
1135
        {
1136
            "name": "magento/module-import-export",
1137
            "version": "100.1.4",
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-100.1.4.0.zip",
1141
                "reference": null,
1142
                "shasum": "f4485ee55b19d04811185645a77698246c82ab8f"
1143
            },
1144
            "require": {
1145
                "ext-ctype": "*",
1146
                "magento/framework": "100.1.*",
1147
                "magento/module-backend": "100.1.*",
1148
                "magento/module-eav": "100.1.*",
1149
                "magento/module-media-storage": "100.1.*",
1150
                "magento/module-store": "100.1.*",
1151
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1152
            },
1153
            "type": "magento2-module",
1154
            "autoload": {
1155
                "files": [
1156
                    "registration.php"
1157
                ],
1158
                "psr-4": {
1159
                    "Magento\\ImportExport\\": ""
1160
                }
1161
            },
1162
            "license": [
1163
                "OSL-3.0",
1164
                "AFL-3.0"
1165
            ],
1166
            "description": "N/A"
1167
        },
1168
        {
1169
            "name": "magento/module-indexer",
1170
            "version": "100.1.3",
1171
            "dist": {
1172
                "type": "zip",
1173
                "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.1.3.0.zip",
1174
                "reference": null,
1175
                "shasum": "df967f885ec950ee039e50b1994d737cd509f72e"
1176
            },
1177
            "require": {
1178
                "magento/framework": "100.1.*",
1179
                "magento/module-backend": "100.1.*",
1180
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1181
            },
1182
            "type": "magento2-module",
1183
            "autoload": {
1184
                "files": [
1185
                    "registration.php"
1186
                ],
1187
                "psr-4": {
1188
                    "Magento\\Indexer\\": ""
1189
                }
1190
            },
1191
            "license": [
1192
                "OSL-3.0",
1193
                "AFL-3.0"
1194
            ],
1195
            "description": "N/A"
1196
        },
1197
        {
1198
            "name": "magento/module-integration",
1199
            "version": "100.1.5",
1200
            "dist": {
1201
                "type": "zip",
1202
                "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.1.5.0.zip",
1203
                "reference": null,
1204
                "shasum": "6a33dd09e5d22c1356e63532a558ca4e8323e588"
1205
            },
1206
            "require": {
1207
                "magento/framework": "100.1.*",
1208
                "magento/module-authorization": "100.1.*",
1209
                "magento/module-backend": "100.1.*",
1210
                "magento/module-customer": "100.1.*",
1211
                "magento/module-security": "100.1.*",
1212
                "magento/module-store": "100.1.*",
1213
                "magento/module-user": "100.1.*",
1214
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1215
            },
1216
            "type": "magento2-module",
1217
            "autoload": {
1218
                "files": [
1219
                    "registration.php"
1220
                ],
1221
                "psr-4": {
1222
                    "Magento\\Integration\\": ""
1223
                }
1224
            },
1225
            "license": [
1226
                "OSL-3.0",
1227
                "AFL-3.0"
1228
            ],
1229
            "description": "N/A"
1230
        },
1231
        {
1232
            "name": "magento/module-media-storage",
1233
            "version": "100.1.3",
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.1.3.0.zip",
1237
                "reference": null,
1238
                "shasum": "1249e0e80e0be98c0f7d6244d0e079dba0fb1774"
1239
            },
1240
            "require": {
1241
                "magento/framework": "100.1.*",
1242
                "magento/module-backend": "100.1.*",
1243
                "magento/module-config": "100.1.*",
1244
                "magento/module-store": "100.1.*",
1245
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1246
            },
1247
            "type": "magento2-module",
1248
            "autoload": {
1249
                "files": [
1250
                    "registration.php"
1251
                ],
1252
                "psr-4": {
1253
                    "Magento\\MediaStorage\\": ""
1254
                }
1255
            },
1256
            "license": [
1257
                "OSL-3.0",
1258
                "AFL-3.0"
1259
            ],
1260
            "description": "N/A"
1261
        },
1262
        {
1263
            "name": "magento/module-msrp",
1264
            "version": "100.1.3",
1265
            "dist": {
1266
                "type": "zip",
1267
                "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.1.3.0.zip",
1268
                "reference": null,
1269
                "shasum": "930bfe39fca6a01a2522c47afe6b3de8d3d41584"
1270
            },
1271
            "require": {
1272
                "magento/framework": "100.1.*",
1273
                "magento/module-catalog": "101.0.*",
1274
                "magento/module-downloadable": "100.1.*",
1275
                "magento/module-eav": "100.1.*",
1276
                "magento/module-grouped-product": "100.1.*",
1277
                "magento/module-store": "100.1.*",
1278
                "magento/module-tax": "100.1.*",
1279
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1280
            },
1281
            "suggest": {
1282
                "magento/module-bundle": "100.1.*",
1283
                "magento/module-msrp-sample-data": "Sample Data version:100.1.*"
1284
            },
1285
            "type": "magento2-module",
1286
            "autoload": {
1287
                "files": [
1288
                    "registration.php"
1289
                ],
1290
                "psr-4": {
1291
                    "Magento\\Msrp\\": ""
1292
                }
1293
            },
1294
            "license": [
1295
                "OSL-3.0",
1296
                "AFL-3.0"
1297
            ],
1298
            "description": "N/A"
1299
        },
1300
        {
1301
            "name": "magento/module-newsletter",
1302
            "version": "100.1.4",
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.1.4.0.zip",
1306
                "reference": null,
1307
                "shasum": "269d08c37225446706afad27769490f2db8e0c26"
1308
            },
1309
            "require": {
1310
                "magento/framework": "100.1.*",
1311
                "magento/module-backend": "100.1.*",
1312
                "magento/module-cms": "101.0.*",
1313
                "magento/module-cron": "100.1.*",
1314
                "magento/module-customer": "100.1.*",
1315
                "magento/module-eav": "100.1.*",
1316
                "magento/module-email": "100.1.*",
1317
                "magento/module-require-js": "100.1.*",
1318
                "magento/module-store": "100.1.*",
1319
                "magento/module-widget": "100.1.*",
1320
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1321
            },
1322
            "type": "magento2-module",
1323
            "autoload": {
1324
                "files": [
1325
                    "registration.php"
1326
                ],
1327
                "psr-4": {
1328
                    "Magento\\Newsletter\\": ""
1329
                }
1330
            },
1331
            "license": [
1332
                "OSL-3.0",
1333
                "AFL-3.0"
1334
            ],
1335
            "description": "N/A"
1336
        },
1337
        {
1338
            "name": "magento/module-page-cache",
1339
            "version": "100.1.4",
1340
            "dist": {
1341
                "type": "zip",
1342
                "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.1.4.0.zip",
1343
                "reference": null,
1344
                "shasum": "98bbfbe0c72392f0e915efb12cf790b164935386"
1345
            },
1346
            "require": {
1347
                "magento/framework": "100.1.*",
1348
                "magento/module-backend": "100.1.*",
1349
                "magento/module-config": "100.1.*",
1350
                "magento/module-store": "100.1.*",
1351
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1352
            },
1353
            "type": "magento2-module",
1354
            "autoload": {
1355
                "files": [
1356
                    "registration.php"
1357
                ],
1358
                "psr-4": {
1359
                    "Magento\\PageCache\\": ""
1360
                }
1361
            },
1362
            "license": [
1363
                "OSL-3.0",
1364
                "AFL-3.0"
1365
            ],
1366
            "description": "N/A"
1367
        },
1368
        {
1369
            "name": "magento/module-payment",
1370
            "version": "100.1.7",
1371
            "dist": {
1372
                "type": "zip",
1373
                "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.1.7.0.zip",
1374
                "reference": null,
1375
                "shasum": "696a9272b7b877528e29773c9e567107a3dcd5b5"
1376
            },
1377
            "require": {
1378
                "magento/framework": "100.1.*",
1379
                "magento/module-checkout": "100.1.*",
1380
                "magento/module-config": "100.1.*",
1381
                "magento/module-directory": "100.1.*",
1382
                "magento/module-quote": "100.1.*",
1383
                "magento/module-sales": "100.1.*",
1384
                "magento/module-store": "100.1.*",
1385
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1386
            },
1387
            "type": "magento2-module",
1388
            "autoload": {
1389
                "files": [
1390
                    "registration.php"
1391
                ],
1392
                "psr-4": {
1393
                    "Magento\\Payment\\": ""
1394
                }
1395
            },
1396
            "license": [
1397
                "OSL-3.0",
1398
                "AFL-3.0"
1399
            ],
1400
            "description": "N/A"
1401
        },
1402
        {
1403
            "name": "magento/module-product-alert",
1404
            "version": "100.1.3",
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.1.3.0.zip",
1408
                "reference": null,
1409
                "shasum": "ff06f944d6d731cca19f7d51102fec1b591b76e3"
1410
            },
1411
            "require": {
1412
                "magento/framework": "100.1.*",
1413
                "magento/module-backend": "100.1.*",
1414
                "magento/module-catalog": "101.0.*",
1415
                "magento/module-customer": "100.1.*",
1416
                "magento/module-store": "100.1.*",
1417
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1418
            },
1419
            "type": "magento2-module",
1420
            "autoload": {
1421
                "files": [
1422
                    "registration.php"
1423
                ],
1424
                "psr-4": {
1425
                    "Magento\\ProductAlert\\": ""
1426
                }
1427
            },
1428
            "license": [
1429
                "OSL-3.0",
1430
                "AFL-3.0"
1431
            ],
1432
            "description": "N/A"
1433
        },
1434
        {
1435
            "name": "magento/module-quote",
1436
            "version": "100.1.5",
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-100.1.5.0.zip",
1440
                "reference": null,
1441
                "shasum": "7da375659fa1faa192d7c35effa3cbe4169a2b85"
1442
            },
1443
            "require": {
1444
                "magento/framework": "100.1.*",
1445
                "magento/module-authorization": "100.1.*",
1446
                "magento/module-backend": "100.1.*",
1447
                "magento/module-catalog": "101.0.*",
1448
                "magento/module-catalog-inventory": "100.1.*",
1449
                "magento/module-checkout": "100.1.*",
1450
                "magento/module-customer": "100.1.*",
1451
                "magento/module-directory": "100.1.*",
1452
                "magento/module-eav": "100.1.*",
1453
                "magento/module-payment": "100.1.*",
1454
                "magento/module-sales": "100.1.*",
1455
                "magento/module-sales-sequence": "100.1.*",
1456
                "magento/module-shipping": "100.1.*",
1457
                "magento/module-store": "100.1.*",
1458
                "magento/module-tax": "100.1.*",
1459
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1460
            },
1461
            "type": "magento2-module",
1462
            "autoload": {
1463
                "files": [
1464
                    "registration.php"
1465
                ],
1466
                "psr-4": {
1467
                    "Magento\\Quote\\": ""
1468
                }
1469
            },
1470
            "license": [
1471
                "OSL-3.0",
1472
                "AFL-3.0"
1473
            ],
1474
            "description": "N/A"
1475
        },
1476
        {
1477
            "name": "magento/module-reports",
1478
            "version": "100.1.5",
1479
            "dist": {
1480
                "type": "zip",
1481
                "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.1.5.0.zip",
1482
                "reference": null,
1483
                "shasum": "cd0b4a9fcb81245dc17ebf7e73583d7c1a7a51be"
1484
            },
1485
            "require": {
1486
                "magento/framework": "100.1.*",
1487
                "magento/module-backend": "100.1.*",
1488
                "magento/module-catalog": "101.0.*",
1489
                "magento/module-catalog-inventory": "100.1.*",
1490
                "magento/module-cms": "101.0.*",
1491
                "magento/module-config": "100.1.*",
1492
                "magento/module-customer": "100.1.*",
1493
                "magento/module-downloadable": "100.1.*",
1494
                "magento/module-eav": "100.1.*",
1495
                "magento/module-quote": "100.1.*",
1496
                "magento/module-review": "100.1.*",
1497
                "magento/module-sales": "100.1.*",
1498
                "magento/module-sales-rule": "100.1.*",
1499
                "magento/module-store": "100.1.*",
1500
                "magento/module-tax": "100.1.*",
1501
                "magento/module-widget": "100.1.*",
1502
                "magento/module-wishlist": "100.1.*",
1503
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1504
            },
1505
            "type": "magento2-module",
1506
            "autoload": {
1507
                "files": [
1508
                    "registration.php"
1509
                ],
1510
                "psr-4": {
1511
                    "Magento\\Reports\\": ""
1512
                }
1513
            },
1514
            "license": [
1515
                "OSL-3.0",
1516
                "AFL-3.0"
1517
            ],
1518
            "description": "N/A"
1519
        },
1520
        {
1521
            "name": "magento/module-require-js",
1522
            "version": "100.1.3",
1523
            "dist": {
1524
                "type": "zip",
1525
                "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.1.3.0.zip",
1526
                "reference": null,
1527
                "shasum": "be66ac4d9b1ed7167df1613dd406c860a7b43941"
1528
            },
1529
            "require": {
1530
                "magento/framework": "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\\RequireJs\\": ""
1540
                }
1541
            },
1542
            "license": [
1543
                "OSL-3.0",
1544
                "AFL-3.0"
1545
            ],
1546
            "description": "N/A"
1547
        },
1548
        {
1549
            "name": "magento/module-review",
1550
            "version": "100.1.4",
1551
            "dist": {
1552
                "type": "zip",
1553
                "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.1.4.0.zip",
1554
                "reference": null,
1555
                "shasum": "5f1814320ccd45bd3b341477ef0e4a8eaec0f2c3"
1556
            },
1557
            "require": {
1558
                "magento/framework": "100.1.*",
1559
                "magento/module-backend": "100.1.*",
1560
                "magento/module-catalog": "101.0.*",
1561
                "magento/module-customer": "100.1.*",
1562
                "magento/module-eav": "100.1.*",
1563
                "magento/module-newsletter": "100.1.*",
1564
                "magento/module-store": "100.1.*",
1565
                "magento/module-theme": "100.1.*",
1566
                "magento/module-ui": "100.1.*",
1567
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1568
            },
1569
            "suggest": {
1570
                "magento/module-cookie": "100.1.*",
1571
                "magento/module-review-sample-data": "Sample Data version:100.1.*"
1572
            },
1573
            "type": "magento2-module",
1574
            "autoload": {
1575
                "files": [
1576
                    "registration.php"
1577
                ],
1578
                "psr-4": {
1579
                    "Magento\\Review\\": ""
1580
                }
1581
            },
1582
            "license": [
1583
                "OSL-3.0",
1584
                "AFL-3.0"
1585
            ],
1586
            "description": "N/A"
1587
        },
1588
        {
1589
            "name": "magento/module-rss",
1590
            "version": "100.1.3",
1591
            "dist": {
1592
                "type": "zip",
1593
                "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.1.3.0.zip",
1594
                "reference": null,
1595
                "shasum": "e3c0b77b20cddae6b73b7622d724f46b71726f95"
1596
            },
1597
            "require": {
1598
                "magento/framework": "100.1.*",
1599
                "magento/module-backend": "100.1.*",
1600
                "magento/module-customer": "100.1.*",
1601
                "magento/module-store": "100.1.*",
1602
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1603
            },
1604
            "type": "magento2-module",
1605
            "autoload": {
1606
                "files": [
1607
                    "registration.php"
1608
                ],
1609
                "psr-4": {
1610
                    "Magento\\Rss\\": ""
1611
                }
1612
            },
1613
            "license": [
1614
                "OSL-3.0",
1615
                "AFL-3.0"
1616
            ],
1617
            "description": "N/A"
1618
        },
1619
        {
1620
            "name": "magento/module-rule",
1621
            "version": "100.1.5",
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.1.5.0.zip",
1625
                "reference": null,
1626
                "shasum": "cb7946f08c2dcb38ffb361de45308cd4f637ae63"
1627
            },
1628
            "require": {
1629
                "lib-libxml": "*",
1630
                "magento/framework": "100.1.*",
1631
                "magento/module-backend": "100.1.*",
1632
                "magento/module-catalog": "101.0.*",
1633
                "magento/module-eav": "100.1.*",
1634
                "magento/module-store": "100.1.*",
1635
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1636
            },
1637
            "type": "magento2-module",
1638
            "autoload": {
1639
                "files": [
1640
                    "registration.php"
1641
                ],
1642
                "psr-4": {
1643
                    "Magento\\Rule\\": ""
1644
                }
1645
            },
1646
            "license": [
1647
                "OSL-3.0",
1648
                "AFL-3.0"
1649
            ],
1650
            "description": "N/A"
1651
        },
1652
        {
1653
            "name": "magento/module-sales",
1654
            "version": "100.1.8",
1655
            "dist": {
1656
                "type": "zip",
1657
                "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-100.1.8.0.zip",
1658
                "reference": null,
1659
                "shasum": "9c301bae18e9b32cd9e724c2ce44d57f46d4715c"
1660
            },
1661
            "require": {
1662
                "magento/framework": "100.1.*",
1663
                "magento/module-authorization": "100.1.*",
1664
                "magento/module-backend": "100.1.*",
1665
                "magento/module-catalog": "101.0.*",
1666
                "magento/module-catalog-inventory": "100.1.*",
1667
                "magento/module-checkout": "100.1.*",
1668
                "magento/module-config": "100.1.*",
1669
                "magento/module-customer": "100.1.*",
1670
                "magento/module-directory": "100.1.*",
1671
                "magento/module-eav": "100.1.*",
1672
                "magento/module-gift-message": "100.1.*",
1673
                "magento/module-media-storage": "100.1.*",
1674
                "magento/module-payment": "100.1.*",
1675
                "magento/module-quote": "100.1.*",
1676
                "magento/module-reports": "100.1.*",
1677
                "magento/module-sales-rule": "100.1.*",
1678
                "magento/module-sales-sequence": "100.1.*",
1679
                "magento/module-shipping": "100.1.*",
1680
                "magento/module-store": "100.1.*",
1681
                "magento/module-tax": "100.1.*",
1682
                "magento/module-theme": "100.1.*",
1683
                "magento/module-ui": "100.1.*",
1684
                "magento/module-widget": "100.1.*",
1685
                "magento/module-wishlist": "100.1.*",
1686
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1687
            },
1688
            "suggest": {
1689
                "magento/module-sales-sample-data": "Sample Data version:100.1.*"
1690
            },
1691
            "type": "magento2-module",
1692
            "autoload": {
1693
                "files": [
1694
                    "registration.php"
1695
                ],
1696
                "psr-4": {
1697
                    "Magento\\Sales\\": ""
1698
                }
1699
            },
1700
            "license": [
1701
                "OSL-3.0",
1702
                "AFL-3.0"
1703
            ],
1704
            "description": "N/A"
1705
        },
1706
        {
1707
            "name": "magento/module-sales-rule",
1708
            "version": "100.1.4",
1709
            "dist": {
1710
                "type": "zip",
1711
                "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-100.1.4.0.zip",
1712
                "reference": null,
1713
                "shasum": "1171dcb4c7f37449ebf223c9802bed319d7ddf61"
1714
            },
1715
            "require": {
1716
                "magento/framework": "100.1.*",
1717
                "magento/module-backend": "100.1.*",
1718
                "magento/module-catalog": "101.0.*",
1719
                "magento/module-catalog-rule": "100.1.*",
1720
                "magento/module-config": "100.1.*",
1721
                "magento/module-customer": "100.1.*",
1722
                "magento/module-directory": "100.1.*",
1723
                "magento/module-eav": "100.1.*",
1724
                "magento/module-payment": "100.1.*",
1725
                "magento/module-quote": "100.1.*",
1726
                "magento/module-reports": "100.1.*",
1727
                "magento/module-rule": "100.1.*",
1728
                "magento/module-sales": "100.1.*",
1729
                "magento/module-shipping": "100.1.*",
1730
                "magento/module-store": "100.1.*",
1731
                "magento/module-ui": "100.1.*",
1732
                "magento/module-widget": "100.1.*",
1733
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1734
            },
1735
            "suggest": {
1736
                "magento/module-sales-rule-sample-data": "Sample Data version:100.1.*"
1737
            },
1738
            "type": "magento2-module",
1739
            "autoload": {
1740
                "files": [
1741
                    "registration.php"
1742
                ],
1743
                "psr-4": {
1744
                    "Magento\\SalesRule\\": ""
1745
                }
1746
            },
1747
            "license": [
1748
                "OSL-3.0",
1749
                "AFL-3.0"
1750
            ],
1751
            "description": "N/A"
1752
        },
1753
        {
1754
            "name": "magento/module-sales-sequence",
1755
            "version": "100.1.3",
1756
            "dist": {
1757
                "type": "zip",
1758
                "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.1.3.0.zip",
1759
                "reference": null,
1760
                "shasum": "a688f3a820109f0254afce29bb3f0cbd53b3ce69"
1761
            },
1762
            "require": {
1763
                "magento/framework": "100.1.*",
1764
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1765
            },
1766
            "type": "magento2-module",
1767
            "autoload": {
1768
                "files": [
1769
                    "registration.php"
1770
                ],
1771
                "psr-4": {
1772
                    "Magento\\SalesSequence\\": ""
1773
                }
1774
            },
1775
            "license": [
1776
                "OSL-3.0",
1777
                "AFL-3.0"
1778
            ],
1779
            "description": "N/A"
1780
        },
1781
        {
1782
            "name": "magento/module-security",
1783
            "version": "100.1.3",
1784
            "dist": {
1785
                "type": "zip",
1786
                "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.1.3.0.zip",
1787
                "reference": null,
1788
                "shasum": "899408cb15904caa3b065a6a71f9874faf456f36"
1789
            },
1790
            "require": {
1791
                "magento/framework": "100.1.*",
1792
                "magento/module-backend": "100.1.*",
1793
                "magento/module-store": "100.1.*",
1794
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1795
            },
1796
            "suggest": {
1797
                "magento/module-customer": "100.1.*"
1798
            },
1799
            "type": "magento2-module",
1800
            "autoload": {
1801
                "files": [
1802
                    "registration.php"
1803
                ],
1804
                "psr-4": {
1805
                    "Magento\\Security\\": ""
1806
                }
1807
            },
1808
            "license": [
1809
                "OSL-3.0",
1810
                "AFL-3.0"
1811
            ],
1812
            "description": "Security management module"
1813
        },
1814
        {
1815
            "name": "magento/module-shipping",
1816
            "version": "100.1.3",
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.1.3.0.zip",
1820
                "reference": null,
1821
                "shasum": "95be48dc18e047d412e4eac1e660328bb6be44f8"
1822
            },
1823
            "require": {
1824
                "ext-gd": "*",
1825
                "magento/framework": "100.1.*",
1826
                "magento/module-backend": "100.1.*",
1827
                "magento/module-catalog": "101.0.*",
1828
                "magento/module-catalog-inventory": "100.1.*",
1829
                "magento/module-contact": "100.1.*",
1830
                "magento/module-customer": "100.1.*",
1831
                "magento/module-directory": "100.1.*",
1832
                "magento/module-payment": "100.1.*",
1833
                "magento/module-quote": "100.1.*",
1834
                "magento/module-sales": "100.1.*",
1835
                "magento/module-store": "100.1.*",
1836
                "magento/module-tax": "100.1.*",
1837
                "magento/module-ui": "100.1.*",
1838
                "magento/module-user": "100.1.*",
1839
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1840
            },
1841
            "suggest": {
1842
                "magento/module-fedex": "100.1.*",
1843
                "magento/module-ups": "100.1.*"
1844
            },
1845
            "type": "magento2-module",
1846
            "autoload": {
1847
                "files": [
1848
                    "registration.php"
1849
                ],
1850
                "psr-4": {
1851
                    "Magento\\Shipping\\": ""
1852
                }
1853
            },
1854
            "license": [
1855
                "OSL-3.0",
1856
                "AFL-3.0"
1857
            ],
1858
            "description": "N/A"
1859
        },
1860
        {
1861
            "name": "magento/module-store",
1862
            "version": "100.1.7",
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-100.1.7.0.zip",
1866
                "reference": null,
1867
                "shasum": "ce4fbb9d105a69bd32b8ca1867d493666bfdead4"
1868
            },
1869
            "require": {
1870
                "magento/framework": "100.1.*",
1871
                "magento/module-catalog": "101.0.*",
1872
                "magento/module-config": "100.1.*",
1873
                "magento/module-directory": "100.1.*",
1874
                "magento/module-media-storage": "100.1.*",
1875
                "magento/module-ui": "100.1.*",
1876
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1877
            },
1878
            "suggest": {
1879
                "magento/module-deploy": "100.1.*"
1880
            },
1881
            "type": "magento2-module",
1882
            "autoload": {
1883
                "files": [
1884
                    "registration.php"
1885
                ],
1886
                "psr-4": {
1887
                    "Magento\\Store\\": ""
1888
                }
1889
            },
1890
            "license": [
1891
                "OSL-3.0",
1892
                "AFL-3.0"
1893
            ],
1894
            "description": "N/A"
1895
        },
1896
        {
1897
            "name": "magento/module-tax",
1898
            "version": "100.1.3",
1899
            "dist": {
1900
                "type": "zip",
1901
                "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.1.3.0.zip",
1902
                "reference": null,
1903
                "shasum": "42c5ceac2cad2e83148f6327f2d516222eac82fc"
1904
            },
1905
            "require": {
1906
                "magento/framework": "100.1.*",
1907
                "magento/module-backend": "100.1.*",
1908
                "magento/module-catalog": "101.0.*",
1909
                "magento/module-checkout": "100.1.*",
1910
                "magento/module-config": "100.1.*",
1911
                "magento/module-customer": "100.1.*",
1912
                "magento/module-directory": "100.1.*",
1913
                "magento/module-eav": "100.1.*",
1914
                "magento/module-page-cache": "100.1.*",
1915
                "magento/module-quote": "100.1.*",
1916
                "magento/module-reports": "100.1.*",
1917
                "magento/module-sales": "100.1.*",
1918
                "magento/module-shipping": "100.1.*",
1919
                "magento/module-store": "100.1.*",
1920
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1921
            },
1922
            "suggest": {
1923
                "magento/module-tax-sample-data": "Sample Data version:100.1.*"
1924
            },
1925
            "type": "magento2-module",
1926
            "autoload": {
1927
                "files": [
1928
                    "registration.php"
1929
                ],
1930
                "psr-4": {
1931
                    "Magento\\Tax\\": ""
1932
                }
1933
            },
1934
            "license": [
1935
                "OSL-3.0",
1936
                "AFL-3.0"
1937
            ],
1938
            "description": "N/A"
1939
        },
1940
        {
1941
            "name": "magento/module-theme",
1942
            "version": "100.1.7",
1943
            "dist": {
1944
                "type": "zip",
1945
                "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-100.1.7.0.zip",
1946
                "reference": null,
1947
                "shasum": "80bc206529c9c7c1811b52163644cbf3f1880a13"
1948
            },
1949
            "require": {
1950
                "magento/framework": "100.1.*",
1951
                "magento/module-backend": "100.1.*",
1952
                "magento/module-cms": "101.0.*",
1953
                "magento/module-config": "100.1.*",
1954
                "magento/module-customer": "100.1.*",
1955
                "magento/module-directory": "100.1.*",
1956
                "magento/module-eav": "100.1.*",
1957
                "magento/module-media-storage": "100.1.*",
1958
                "magento/module-require-js": "100.1.*",
1959
                "magento/module-store": "100.1.*",
1960
                "magento/module-ui": "100.1.*",
1961
                "magento/module-widget": "100.1.*",
1962
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1963
            },
1964
            "suggest": {
1965
                "magento/module-theme-sample-data": "Sample Data version:100.1.*",
1966
                "magento/module-translation": "100.1.*"
1967
            },
1968
            "type": "magento2-module",
1969
            "autoload": {
1970
                "files": [
1971
                    "registration.php"
1972
                ],
1973
                "psr-4": {
1974
                    "Magento\\Theme\\": ""
1975
                }
1976
            },
1977
            "license": [
1978
                "OSL-3.0",
1979
                "AFL-3.0"
1980
            ],
1981
            "description": "N/A"
1982
        },
1983
        {
1984
            "name": "magento/module-translation",
1985
            "version": "100.1.3",
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.1.3.0.zip",
1989
                "reference": null,
1990
                "shasum": "942971fe9e2288b842dbf54ca1f7639c0eded25a"
1991
            },
1992
            "require": {
1993
                "magento/framework": "100.1.*",
1994
                "magento/module-backend": "100.1.*",
1995
                "magento/module-developer": "100.1.*",
1996
                "magento/module-store": "100.1.*",
1997
                "magento/module-theme": "100.1.*",
1998
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
1999
            },
2000
            "suggest": {
2001
                "magento/module-deploy": "100.1.*"
2002
            },
2003
            "type": "magento2-module",
2004
            "autoload": {
2005
                "files": [
2006
                    "registration.php"
2007
                ],
2008
                "psr-4": {
2009
                    "Magento\\Translation\\": ""
2010
                }
2011
            },
2012
            "license": [
2013
                "OSL-3.0",
2014
                "AFL-3.0"
2015
            ],
2016
            "description": "N/A"
2017
        },
2018
        {
2019
            "name": "magento/module-ui",
2020
            "version": "100.1.7",
2021
            "dist": {
2022
                "type": "zip",
2023
                "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-100.1.7.0.zip",
2024
                "reference": null,
2025
                "shasum": "71d6eb6827182d8cef8cf9c81b0937cffaa09175"
2026
            },
2027
            "require": {
2028
                "magento/framework": "100.1.*",
2029
                "magento/module-authorization": "100.1.*",
2030
                "magento/module-backend": "100.1.*",
2031
                "magento/module-eav": "100.1.*",
2032
                "magento/module-user": "100.1.*",
2033
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2034
            },
2035
            "type": "magento2-module",
2036
            "autoload": {
2037
                "files": [
2038
                    "registration.php"
2039
                ],
2040
                "psr-4": {
2041
                    "Magento\\Ui\\": ""
2042
                }
2043
            },
2044
            "license": [
2045
                "OSL-3.0",
2046
                "AFL-3.0"
2047
            ],
2048
            "description": "N/A"
2049
        },
2050
        {
2051
            "name": "magento/module-url-rewrite",
2052
            "version": "100.1.3",
2053
            "dist": {
2054
                "type": "zip",
2055
                "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-100.1.3.0.zip",
2056
                "reference": null,
2057
                "shasum": "13ca265724819ab80416441b2040625dfcfa22c4"
2058
            },
2059
            "require": {
2060
                "magento/framework": "100.1.*",
2061
                "magento/module-backend": "100.1.*",
2062
                "magento/module-catalog": "101.0.*",
2063
                "magento/module-catalog-url-rewrite": "100.1.*",
2064
                "magento/module-cms": "101.0.*",
2065
                "magento/module-cms-url-rewrite": "100.1.*",
2066
                "magento/module-store": "100.1.*",
2067
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2068
            },
2069
            "type": "magento2-module",
2070
            "autoload": {
2071
                "files": [
2072
                    "registration.php"
2073
                ],
2074
                "psr-4": {
2075
                    "Magento\\UrlRewrite\\": ""
2076
                }
2077
            },
2078
            "license": [
2079
                "OSL-3.0",
2080
                "AFL-3.0"
2081
            ],
2082
            "description": "N/A"
2083
        },
2084
        {
2085
            "name": "magento/module-user",
2086
            "version": "100.1.3",
2087
            "dist": {
2088
                "type": "zip",
2089
                "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-100.1.3.0.zip",
2090
                "reference": null,
2091
                "shasum": "cbcec4149800c86614ee6436ecece787250dee16"
2092
            },
2093
            "require": {
2094
                "magento/framework": "100.1.*",
2095
                "magento/module-authorization": "100.1.*",
2096
                "magento/module-backend": "100.1.*",
2097
                "magento/module-email": "100.1.*",
2098
                "magento/module-integration": "100.1.*",
2099
                "magento/module-security": "100.1.*",
2100
                "magento/module-store": "100.1.*",
2101
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2102
            },
2103
            "type": "magento2-module",
2104
            "autoload": {
2105
                "files": [
2106
                    "registration.php"
2107
                ],
2108
                "psr-4": {
2109
                    "Magento\\User\\": ""
2110
                }
2111
            },
2112
            "license": [
2113
                "OSL-3.0",
2114
                "AFL-3.0"
2115
            ],
2116
            "description": "N/A"
2117
        },
2118
        {
2119
            "name": "magento/module-variable",
2120
            "version": "100.1.2",
2121
            "dist": {
2122
                "type": "zip",
2123
                "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.1.2.0.zip",
2124
                "reference": null,
2125
                "shasum": "d497c6dcb94730c9271962c80b1ac84367cec95e"
2126
            },
2127
            "require": {
2128
                "magento/framework": "100.1.*",
2129
                "magento/module-backend": "100.1.*",
2130
                "magento/module-email": "100.1.*",
2131
                "magento/module-store": "100.1.*",
2132
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2133
            },
2134
            "type": "magento2-module",
2135
            "autoload": {
2136
                "files": [
2137
                    "registration.php"
2138
                ],
2139
                "psr-4": {
2140
                    "Magento\\Variable\\": ""
2141
                }
2142
            },
2143
            "license": [
2144
                "OSL-3.0",
2145
                "AFL-3.0"
2146
            ],
2147
            "description": "N/A"
2148
        },
2149
        {
2150
            "name": "magento/module-widget",
2151
            "version": "100.1.5",
2152
            "dist": {
2153
                "type": "zip",
2154
                "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-100.1.5.0.zip",
2155
                "reference": null,
2156
                "shasum": "cceca58bf58e2ae97185945940d449f5e401c8a8"
2157
            },
2158
            "require": {
2159
                "magento/framework": "100.1.*",
2160
                "magento/module-backend": "100.1.*",
2161
                "magento/module-catalog": "101.0.*",
2162
                "magento/module-cms": "101.0.*",
2163
                "magento/module-email": "100.1.*",
2164
                "magento/module-store": "100.1.*",
2165
                "magento/module-theme": "100.1.*",
2166
                "magento/module-variable": "100.1.*",
2167
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2168
            },
2169
            "suggest": {
2170
                "magento/module-widget-sample-data": "Sample Data version:100.1.*"
2171
            },
2172
            "type": "magento2-module",
2173
            "autoload": {
2174
                "files": [
2175
                    "registration.php"
2176
                ],
2177
                "psr-4": {
2178
                    "Magento\\Widget\\": ""
2179
                }
2180
            },
2181
            "license": [
2182
                "OSL-3.0",
2183
                "AFL-3.0"
2184
            ],
2185
            "description": "N/A"
2186
        },
2187
        {
2188
            "name": "magento/module-wishlist",
2189
            "version": "100.1.6",
2190
            "dist": {
2191
                "type": "zip",
2192
                "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-100.1.6.0.zip",
2193
                "reference": null,
2194
                "shasum": "1390b7b8c6b09522ab542a254cdfb85936f79fc0"
2195
            },
2196
            "require": {
2197
                "magento/framework": "100.1.*",
2198
                "magento/module-backend": "100.1.*",
2199
                "magento/module-catalog": "101.0.*",
2200
                "magento/module-catalog-inventory": "100.1.*",
2201
                "magento/module-checkout": "100.1.*",
2202
                "magento/module-customer": "100.1.*",
2203
                "magento/module-grouped-product": "100.1.*",
2204
                "magento/module-rss": "100.1.*",
2205
                "magento/module-sales": "100.1.*",
2206
                "magento/module-store": "100.1.*",
2207
                "magento/module-theme": "100.1.*",
2208
                "magento/module-ui": "100.1.*",
2209
                "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
2210
            },
2211
            "suggest": {
2212
                "magento/module-bundle": "100.1.*",
2213
                "magento/module-configurable-product": "100.1.*",
2214
                "magento/module-cookie": "100.1.*",
2215
                "magento/module-downloadable": "100.1.*",
2216
                "magento/module-wishlist-sample-data": "Sample Data version:100.1.*"
2217
            },
2218
            "type": "magento2-module",
2219
            "autoload": {
2220
                "files": [
2221
                    "registration.php"
2222
                ],
2223
                "psr-4": {
2224
                    "Magento\\Wishlist\\": ""
2225
                }
2226
            },
2227
            "license": [
2228
                "OSL-3.0",
2229
                "AFL-3.0"
2230
            ],
2231
            "description": "N/A"
2232
        },
2233
        {
2234
            "name": "react/promise",
2235
            "version": "v2.5.1",
2236
            "source": {
2237
                "type": "git",
2238
                "url": "https://github.com/reactphp/promise.git",
2239
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
2240
            },
2241
            "dist": {
2242
                "type": "zip",
2243
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
2244
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
2245
                "shasum": ""
2246
            },
2247
            "require": {
2248
                "php": ">=5.4.0"
2249
            },
2250
            "require-dev": {
2251
                "phpunit/phpunit": "~4.8"
2252
            },
2253
            "type": "library",
2254
            "autoload": {
2255
                "psr-4": {
2256
                    "React\\Promise\\": "src/"
2257
                },
2258
                "files": [
2259
                    "src/functions_include.php"
2260
                ]
2261
            },
2262
            "notification-url": "https://packagist.org/downloads/",
2263
            "license": [
2264
                "MIT"
2265
            ],
2266
            "authors": [
2267
                {
2268
                    "name": "Jan Sorgalla",
2269
                    "email": "[email protected]"
2270
                }
2271
            ],
2272
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2273
            "keywords": [
2274
                "promise",
2275
                "promises"
2276
            ],
2277
            "time": "2017-03-25T12:08:31+00:00"
2278
        },
2279
        {
2280
            "name": "symfony/process",
2281
            "version": "v2.8.27",
2282
            "source": {
2283
                "type": "git",
2284
                "url": "https://github.com/symfony/process.git",
2285
                "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8"
2286
            },
2287
            "dist": {
2288
                "type": "zip",
2289
                "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
2290
                "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
2291
                "shasum": ""
2292
            },
2293
            "require": {
2294
                "php": ">=5.3.9"
2295
            },
2296
            "type": "library",
2297
            "extra": {
2298
                "branch-alias": {
2299
                    "dev-master": "2.8-dev"
2300
                }
2301
            },
2302
            "autoload": {
2303
                "psr-4": {
2304
                    "Symfony\\Component\\Process\\": ""
2305
                },
2306
                "exclude-from-classmap": [
2307
                    "/Tests/"
2308
                ]
2309
            },
2310
            "notification-url": "https://packagist.org/downloads/",
2311
            "license": [
2312
                "MIT"
2313
            ],
2314
            "authors": [
2315
                {
2316
                    "name": "Fabien Potencier",
2317
                    "email": "[email protected]"
2318
                },
2319
                {
2320
                    "name": "Symfony Community",
2321
                    "homepage": "https://symfony.com/contributors"
2322
                }
2323
            ],
2324
            "description": "Symfony Process Component",
2325
            "homepage": "https://symfony.com",
2326
            "time": "2017-07-03T08:04:30+00:00"
2327
        },
2328
        {
2329
            "name": "zendframework/zend-escaper",
2330
            "version": "2.4.13",
2331
            "source": {
2332
                "type": "git",
2333
                "url": "https://github.com/zendframework/zend-escaper.git",
2334
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2335
            },
2336
            "dist": {
2337
                "type": "zip",
2338
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2339
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2340
                "shasum": ""
2341
            },
2342
            "require": {
2343
                "php": ">=5.3.23"
2344
            },
2345
            "require-dev": {
2346
                "fabpot/php-cs-fixer": "1.7.*",
2347
                "phpunit/phpunit": "~4.0",
2348
                "satooshi/php-coveralls": "dev-master"
2349
            },
2350
            "type": "library",
2351
            "extra": {
2352
                "branch-alias": {
2353
                    "dev-master": "2.4-dev",
2354
                    "dev-develop": "2.5-dev"
2355
                }
2356
            },
2357
            "autoload": {
2358
                "psr-4": {
2359
                    "Zend\\Escaper\\": "src/"
2360
                }
2361
            },
2362
            "notification-url": "https://packagist.org/downloads/",
2363
            "license": [
2364
                "BSD-3-Clause"
2365
            ],
2366
            "homepage": "https://github.com/zendframework/zend-escaper",
2367
            "keywords": [
2368
                "escaper",
2369
                "zf2"
2370
            ],
2371
            "time": "2015-05-07T14:55:31+00:00"
2372
        },
2373
        {
2374
            "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...
2375
            "version": "2.4.13",
2376
            "source": {
2377
                "type": "git",
2378
                "url": "https://github.com/zendframework/zend-http.git",
2379
                "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8"
2380
            },
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/0456267c3825f3c4b558460e0bffeb4c496e6fb8",
2384
                "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8",
2385
                "shasum": ""
2386
            },
2387
            "require": {
2388
                "php": ">=5.3.23",
2389
                "zendframework/zend-loader": "~2.4.0",
2390
                "zendframework/zend-stdlib": "~2.4.0",
2391
                "zendframework/zend-uri": "~2.4.0",
2392
                "zendframework/zend-validator": "~2.4.0"
2393
            },
2394
            "require-dev": {
2395
                "fabpot/php-cs-fixer": "1.7.*",
2396
                "phpunit/phpunit": "~4.0",
2397
                "satooshi/php-coveralls": "dev-master",
2398
                "zendframework/zend-config": "~2.4.0"
2399
            },
2400
            "type": "library",
2401
            "extra": {
2402
                "branch-alias": {
2403
                    "dev-master": "2.4-dev",
2404
                    "dev-develop": "2.5-dev"
2405
                }
2406
            },
2407
            "autoload": {
2408
                "psr-4": {
2409
                    "Zend\\Http\\": "src/"
2410
                }
2411
            },
2412
            "notification-url": "https://packagist.org/downloads/",
2413
            "license": [
2414
                "BSD-3-Clause"
2415
            ],
2416
            "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2417
            "homepage": "https://github.com/zendframework/zend-http",
2418
            "keywords": [
2419
                "http",
2420
                "zf2"
2421
            ],
2422
            "time": "2015-09-14T16:11:20+00:00"
2423
        },
2424
        {
2425
            "name": "zendframework/zend-loader",
2426
            "version": "2.4.13",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/zendframework/zend-loader.git",
2430
                "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
2435
                "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.3.23"
2440
            },
2441
            "require-dev": {
2442
                "fabpot/php-cs-fixer": "1.7.*",
2443
                "phpunit/phpunit": "~4.0",
2444
                "satooshi/php-coveralls": "dev-master"
2445
            },
2446
            "type": "library",
2447
            "extra": {
2448
                "branch-alias": {
2449
                    "dev-master": "2.4-dev",
2450
                    "dev-develop": "2.5-dev"
2451
                }
2452
            },
2453
            "autoload": {
2454
                "psr-4": {
2455
                    "Zend\\Loader\\": "src/"
2456
                }
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "BSD-3-Clause"
2461
            ],
2462
            "homepage": "https://github.com/zendframework/zend-loader",
2463
            "keywords": [
2464
                "loader",
2465
                "zf2"
2466
            ],
2467
            "time": "2015-05-07T14:55:31+00:00"
2468
        },
2469
        {
2470
            "name": "zendframework/zend-stdlib",
2471
            "version": "2.4.13",
2472
            "source": {
2473
                "type": "git",
2474
                "url": "https://github.com/zendframework/zend-stdlib.git",
2475
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
2476
            },
2477
            "dist": {
2478
                "type": "zip",
2479
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
2480
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
2481
                "shasum": ""
2482
            },
2483
            "require": {
2484
                "php": ">=5.3.23"
2485
            },
2486
            "require-dev": {
2487
                "fabpot/php-cs-fixer": "1.7.*",
2488
                "phpunit/phpunit": "~4.0",
2489
                "satooshi/php-coveralls": "dev-master",
2490
                "zendframework/zend-eventmanager": "self.version",
2491
                "zendframework/zend-filter": "self.version",
2492
                "zendframework/zend-serializer": "self.version",
2493
                "zendframework/zend-servicemanager": "self.version"
2494
            },
2495
            "suggest": {
2496
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2497
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2498
                "zendframework/zend-serializer": "Zend\\Serializer component",
2499
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2500
            },
2501
            "type": "library",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "2.4-dev",
2505
                    "dev-develop": "2.5-dev"
2506
                }
2507
            },
2508
            "autoload": {
2509
                "psr-4": {
2510
                    "Zend\\Stdlib\\": "src/"
2511
                }
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "BSD-3-Clause"
2516
            ],
2517
            "homepage": "https://github.com/zendframework/zend-stdlib",
2518
            "keywords": [
2519
                "stdlib",
2520
                "zf2"
2521
            ],
2522
            "time": "2015-07-21T13:55:46+00:00"
2523
        },
2524
        {
2525
            "name": "zendframework/zend-uri",
2526
            "version": "2.4.13",
2527
            "source": {
2528
                "type": "git",
2529
                "url": "https://github.com/zendframework/zend-uri.git",
2530
                "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3"
2531
            },
2532
            "dist": {
2533
                "type": "zip",
2534
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
2535
                "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
2536
                "shasum": ""
2537
            },
2538
            "require": {
2539
                "php": ">=5.3.23",
2540
                "zendframework/zend-escaper": "~2.4.0",
2541
                "zendframework/zend-validator": "~2.4.0"
2542
            },
2543
            "require-dev": {
2544
                "fabpot/php-cs-fixer": "1.7.*",
2545
                "phpunit/phpunit": "~4.0",
2546
                "satooshi/php-coveralls": "dev-master"
2547
            },
2548
            "type": "library",
2549
            "extra": {
2550
                "branch-alias": {
2551
                    "dev-master": "2.4-dev",
2552
                    "dev-develop": "2.5-dev"
2553
                }
2554
            },
2555
            "autoload": {
2556
                "psr-4": {
2557
                    "Zend\\Uri\\": "src/"
2558
                }
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "BSD-3-Clause"
2563
            ],
2564
            "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
2565
            "homepage": "https://github.com/zendframework/zend-uri",
2566
            "keywords": [
2567
                "uri",
2568
                "zf2"
2569
            ],
2570
            "time": "2015-09-14T16:17:10+00:00"
2571
        },
2572
        {
2573
            "name": "zendframework/zend-validator",
2574
            "version": "2.4.13",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/zendframework/zend-validator.git",
2578
                "reference": "81415511fe729e6de19a61936313cef43c80d337"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
2583
                "reference": "81415511fe729e6de19a61936313cef43c80d337",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "php": ">=5.3.23",
2588
                "zendframework/zend-stdlib": "~2.4.0"
2589
            },
2590
            "require-dev": {
2591
                "fabpot/php-cs-fixer": "1.7.*",
2592
                "phpunit/phpunit": "~4.0",
2593
                "satooshi/php-coveralls": "dev-master",
2594
                "zendframework/zend-config": "~2.4.0",
2595
                "zendframework/zend-db": "~2.4.0",
2596
                "zendframework/zend-filter": "~2.4.0",
2597
                "zendframework/zend-i18n": "~2.4.0",
2598
                "zendframework/zend-math": "~2.4.0",
2599
                "zendframework/zend-servicemanager": "~2.4.0",
2600
                "zendframework/zend-session": "~2.4.0",
2601
                "zendframework/zend-uri": "~2.4.0"
2602
            },
2603
            "suggest": {
2604
                "zendframework/zend-db": "Zend\\Db component",
2605
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2606
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
2607
                "zendframework/zend-math": "Zend\\Math component",
2608
                "zendframework/zend-resources": "Translations of validator messages",
2609
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2610
                "zendframework/zend-session": "Zend\\Session component",
2611
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2612
            },
2613
            "type": "library",
2614
            "extra": {
2615
                "branch-alias": {
2616
                    "dev-master": "2.4-dev",
2617
                    "dev-develop": "2.5-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "psr-4": {
2622
                    "Zend\\Validator\\": "src/"
2623
                }
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "BSD-3-Clause"
2628
            ],
2629
            "description": "provides a set of commonly needed validators",
2630
            "homepage": "https://github.com/zendframework/zend-validator",
2631
            "keywords": [
2632
                "validator",
2633
                "zf2"
2634
            ],
2635
            "time": "2015-09-08T21:04:17+00:00"
2636
        }
2637
    ],
2638
    "packages-dev": [
2639
        {
2640
            "name": "aura/cli",
2641
            "version": "2.2.0",
2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/auraphp/Aura.Cli.git",
2645
                "reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b"
2646
            },
2647
            "dist": {
2648
                "type": "zip",
2649
                "url": "https://api.github.com/repos/auraphp/Aura.Cli/zipball/d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
2650
                "reference": "d69cfa6d81e94e13d831e38ad9e3d53aa0f08a8b",
2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "php": ">=5.3.0"
2655
            },
2656
            "require-dev": {
2657
                "aura/di": "~2.0"
2658
            },
2659
            "type": "library",
2660
            "extra": {
2661
                "aura": {
2662
                    "type": "library",
2663
                    "config": {
2664
                        "common": "Aura\\Cli\\_Config\\Common"
2665
                    }
2666
                }
2667
            },
2668
            "autoload": {
2669
                "psr-4": {
2670
                    "Aura\\Cli\\": "src/",
2671
                    "Aura\\Cli\\_Config\\": "config/"
2672
                }
2673
            },
2674
            "notification-url": "https://packagist.org/downloads/",
2675
            "license": [
2676
                "BSD-2-Clause"
2677
            ],
2678
            "authors": [
2679
                {
2680
                    "name": "Aura.Cli Contributors",
2681
                    "homepage": "https://github.com/auraphp/Aura.Cli/contributors"
2682
                }
2683
            ],
2684
            "description": "Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.",
2685
            "homepage": "https://github.com/auraphp/Aura.Cli",
2686
            "keywords": [
2687
                "cli",
2688
                "command",
2689
                "command line",
2690
                "getopt",
2691
                "options",
2692
                "stdio"
2693
            ],
2694
            "time": "2017-02-09T17:14:27+00:00"
2695
        },
2696
        {
2697
            "name": "aura/html",
2698
            "version": "2.5.0",
2699
            "source": {
2700
                "type": "git",
2701
                "url": "https://github.com/auraphp/Aura.Html.git",
2702
                "reference": "eda14b491f45fe2e1d1fec3364b1c783d7b7da31"
2703
            },
2704
            "dist": {
2705
                "type": "zip",
2706
                "url": "https://api.github.com/repos/auraphp/Aura.Html/zipball/eda14b491f45fe2e1d1fec3364b1c783d7b7da31",
2707
                "reference": "eda14b491f45fe2e1d1fec3364b1c783d7b7da31",
2708
                "shasum": ""
2709
            },
2710
            "require": {
2711
                "php": ">=5.3.0"
2712
            },
2713
            "require-dev": {
2714
                "aura/di": "~2.0",
2715
                "phpunit/phpunit": "~5.7 || ~4.8"
2716
            },
2717
            "type": "library",
2718
            "extra": {
2719
                "aura": {
2720
                    "type": "library",
2721
                    "config": {
2722
                        "common": "Aura\\Html\\_Config\\Common"
2723
                    }
2724
                }
2725
            },
2726
            "autoload": {
2727
                "psr-4": {
2728
                    "Aura\\Html\\": "src/",
2729
                    "Aura\\Html\\_Config\\": "config/"
2730
                }
2731
            },
2732
            "notification-url": "https://packagist.org/downloads/",
2733
            "license": [
2734
                "BSD-2-Clause"
2735
            ],
2736
            "authors": [
2737
                {
2738
                    "name": "Aura.Html Contributors",
2739
                    "homepage": "https://github.com/auraphp/Aura.Html/contributors"
2740
                }
2741
            ],
2742
            "description": "Provides HTML escapers and helpers, including form input helpers.",
2743
            "homepage": "https://github.com/auraphp/Aura.Html",
2744
            "keywords": [
2745
                "Escape",
2746
                "escaper",
2747
                "escapers",
2748
                "escaping",
2749
                "form",
2750
                "helper",
2751
                "helpers",
2752
                "html",
2753
                "input"
2754
            ],
2755
            "time": "2017-07-21T06:56:56+00:00"
2756
        },
2757
        {
2758
            "name": "aura/view",
2759
            "version": "2.3.0",
2760
            "source": {
2761
                "type": "git",
2762
                "url": "https://github.com/auraphp/Aura.View.git",
2763
                "reference": "58dbc0361c040019be72cf410e693583c469b084"
2764
            },
2765
            "dist": {
2766
                "type": "zip",
2767
                "url": "https://api.github.com/repos/auraphp/Aura.View/zipball/58dbc0361c040019be72cf410e693583c469b084",
2768
                "reference": "58dbc0361c040019be72cf410e693583c469b084",
2769
                "shasum": ""
2770
            },
2771
            "require": {
2772
                "php": ">=5.4.0"
2773
            },
2774
            "require-dev": {
2775
                "aura/di": "~2.0"
2776
            },
2777
            "type": "library",
2778
            "extra": {
2779
                "aura": {
2780
                    "type": "library",
2781
                    "config": {
2782
                        "common": "Aura\\View\\_Config\\Common"
2783
                    }
2784
                }
2785
            },
2786
            "autoload": {
2787
                "psr-4": {
2788
                    "Aura\\View\\": "src/",
2789
                    "Aura\\View\\_Config\\": "config/"
2790
                }
2791
            },
2792
            "notification-url": "https://packagist.org/downloads/",
2793
            "license": [
2794
                "BSD-2-Clause"
2795
            ],
2796
            "authors": [
2797
                {
2798
                    "name": "Aura.View Contributors",
2799
                    "homepage": "https://github.com/auraphp/Aura.View/contributors"
2800
                }
2801
            ],
2802
            "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.",
2803
            "homepage": "https://github.com/auraphp/Aura.View",
2804
            "keywords": [
2805
                "Escape",
2806
                "escaper",
2807
                "escaping",
2808
                "template",
2809
                "template view",
2810
                "two step view",
2811
                "two-step view",
2812
                "twostep view",
2813
                "view"
2814
            ],
2815
            "time": "2017-07-21T05:15:05+00:00"
2816
        },
2817
        {
2818
            "name": "bookdown/bookdown",
2819
            "version": "1.0.0",
2820
            "source": {
2821
                "type": "git",
2822
                "url": "https://github.com/bookdown/Bookdown.Bookdown.git",
2823
                "reference": "81a8f37edc94c8805dd919e97829f99ed44b9370"
2824
            },
2825
            "dist": {
2826
                "type": "zip",
2827
                "url": "https://api.github.com/repos/bookdown/Bookdown.Bookdown/zipball/81a8f37edc94c8805dd919e97829f99ed44b9370",
2828
                "reference": "81a8f37edc94c8805dd919e97829f99ed44b9370",
2829
                "shasum": ""
2830
            },
2831
            "require": {
2832
                "aura/cli": "~2.0",
2833
                "aura/html": "~2.0",
2834
                "aura/view": "~2.0",
2835
                "league/commonmark": "~0.0",
2836
                "php": ">=5.6.0",
2837
                "psr/log": "~1.0"
2838
            },
2839
            "require-dev": {
2840
                "pds/skeleton": "~1.0",
2841
                "phpunit/phpunit": "~5.0",
2842
                "webuni/commonmark-attributes-extension": "~0.5",
2843
                "webuni/commonmark-table-extension": "~0.6"
2844
            },
2845
            "bin": [
2846
                "bin/bookdown"
2847
            ],
2848
            "type": "library",
2849
            "autoload": {
2850
                "psr-4": {
2851
                    "Bookdown\\Bookdown\\": "src/"
2852
                }
2853
            },
2854
            "notification-url": "https://packagist.org/downloads/",
2855
            "license": [
2856
                "MIT"
2857
            ],
2858
            "authors": [
2859
                {
2860
                    "name": "Bookdown.Bookdown Contributors",
2861
                    "homepage": "https://github.com/bookdown/Bookdown.Bookdown/contributors"
2862
                }
2863
            ],
2864
            "description": "Provides DocBook-like rendering of Markdown files.",
2865
            "homepage": "https://github.com/bookdown/Bookdown.Bookdown",
2866
            "keywords": [
2867
                "docbook",
2868
                "documentation",
2869
                "manual",
2870
                "markdown",
2871
                "static site"
2872
            ],
2873
            "time": "2017-05-21T15:04:49+00:00"
2874
        },
2875
        {
2876
            "name": "composer/ca-bundle",
2877
            "version": "1.0.8",
2878
            "source": {
2879
                "type": "git",
2880
                "url": "https://github.com/composer/ca-bundle.git",
2881
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
2882
            },
2883
            "dist": {
2884
                "type": "zip",
2885
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
2886
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
2887
                "shasum": ""
2888
            },
2889
            "require": {
2890
                "ext-openssl": "*",
2891
                "ext-pcre": "*",
2892
                "php": "^5.3.2 || ^7.0"
2893
            },
2894
            "require-dev": {
2895
                "phpunit/phpunit": "^4.5",
2896
                "psr/log": "^1.0",
2897
                "symfony/process": "^2.5 || ^3.0"
2898
            },
2899
            "suggest": {
2900
                "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+"
2901
            },
2902
            "type": "library",
2903
            "extra": {
2904
                "branch-alias": {
2905
                    "dev-master": "1.x-dev"
2906
                }
2907
            },
2908
            "autoload": {
2909
                "psr-4": {
2910
                    "Composer\\CaBundle\\": "src"
2911
                }
2912
            },
2913
            "notification-url": "https://packagist.org/downloads/",
2914
            "license": [
2915
                "MIT"
2916
            ],
2917
            "authors": [
2918
                {
2919
                    "name": "Jordi Boggiano",
2920
                    "email": "[email protected]",
2921
                    "homepage": "http://seld.be"
2922
                }
2923
            ],
2924
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2925
            "keywords": [
2926
                "cabundle",
2927
                "cacert",
2928
                "certificate",
2929
                "ssl",
2930
                "tls"
2931
            ],
2932
            "time": "2017-09-11T07:24:36+00:00"
2933
        },
2934
        {
2935
            "name": "composer/composer",
2936
            "version": "1.5.2",
2937
            "source": {
2938
                "type": "git",
2939
                "url": "https://github.com/composer/composer.git",
2940
                "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae"
2941
            },
2942
            "dist": {
2943
                "type": "zip",
2944
                "url": "https://api.github.com/repos/composer/composer/zipball/c639623fa2178b404ed4bab80f0d1263853fa4ae",
2945
                "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae",
2946
                "shasum": ""
2947
            },
2948
            "require": {
2949
                "composer/ca-bundle": "^1.0",
2950
                "composer/semver": "^1.0",
2951
                "composer/spdx-licenses": "^1.0",
2952
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
2953
                "php": "^5.3.2 || ^7.0",
2954
                "psr/log": "^1.0",
2955
                "seld/cli-prompt": "^1.0",
2956
                "seld/jsonlint": "^1.4",
2957
                "seld/phar-utils": "^1.0",
2958
                "symfony/console": "^2.7 || ^3.0",
2959
                "symfony/filesystem": "^2.7 || ^3.0",
2960
                "symfony/finder": "^2.7 || ^3.0",
2961
                "symfony/process": "^2.7 || ^3.0"
2962
            },
2963
            "require-dev": {
2964
                "phpunit/phpunit": "^4.5 || ^5.0.5",
2965
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
2966
            },
2967
            "suggest": {
2968
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
2969
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
2970
                "ext-zlib": "Allow gzip compression of HTTP requests"
2971
            },
2972
            "bin": [
2973
                "bin/composer"
2974
            ],
2975
            "type": "library",
2976
            "extra": {
2977
                "branch-alias": {
2978
                    "dev-master": "1.5-dev"
2979
                }
2980
            },
2981
            "autoload": {
2982
                "psr-4": {
2983
                    "Composer\\": "src/Composer"
2984
                }
2985
            },
2986
            "notification-url": "https://packagist.org/downloads/",
2987
            "license": [
2988
                "MIT"
2989
            ],
2990
            "authors": [
2991
                {
2992
                    "name": "Nils Adermann",
2993
                    "email": "[email protected]",
2994
                    "homepage": "http://www.naderman.de"
2995
                },
2996
                {
2997
                    "name": "Jordi Boggiano",
2998
                    "email": "[email protected]",
2999
                    "homepage": "http://seld.be"
3000
                }
3001
            ],
3002
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
3003
            "homepage": "https://getcomposer.org/",
3004
            "keywords": [
3005
                "autoload",
3006
                "dependency",
3007
                "package"
3008
            ],
3009
            "time": "2017-09-11T14:59:26+00:00"
3010
        },
3011
        {
3012
            "name": "composer/semver",
3013
            "version": "1.4.2",
3014
            "source": {
3015
                "type": "git",
3016
                "url": "https://github.com/composer/semver.git",
3017
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
3018
            },
3019
            "dist": {
3020
                "type": "zip",
3021
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
3022
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
3023
                "shasum": ""
3024
            },
3025
            "require": {
3026
                "php": "^5.3.2 || ^7.0"
3027
            },
3028
            "require-dev": {
3029
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3030
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3031
            },
3032
            "type": "library",
3033
            "extra": {
3034
                "branch-alias": {
3035
                    "dev-master": "1.x-dev"
3036
                }
3037
            },
3038
            "autoload": {
3039
                "psr-4": {
3040
                    "Composer\\Semver\\": "src"
3041
                }
3042
            },
3043
            "notification-url": "https://packagist.org/downloads/",
3044
            "license": [
3045
                "MIT"
3046
            ],
3047
            "authors": [
3048
                {
3049
                    "name": "Nils Adermann",
3050
                    "email": "[email protected]",
3051
                    "homepage": "http://www.naderman.de"
3052
                },
3053
                {
3054
                    "name": "Jordi Boggiano",
3055
                    "email": "[email protected]",
3056
                    "homepage": "http://seld.be"
3057
                },
3058
                {
3059
                    "name": "Rob Bast",
3060
                    "email": "[email protected]",
3061
                    "homepage": "http://robbast.nl"
3062
                }
3063
            ],
3064
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3065
            "keywords": [
3066
                "semantic",
3067
                "semver",
3068
                "validation",
3069
                "versioning"
3070
            ],
3071
            "time": "2016-08-30T16:08:34+00:00"
3072
        },
3073
        {
3074
            "name": "composer/spdx-licenses",
3075
            "version": "1.1.6",
3076
            "source": {
3077
                "type": "git",
3078
                "url": "https://github.com/composer/spdx-licenses.git",
3079
                "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
3080
            },
3081
            "dist": {
3082
                "type": "zip",
3083
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
3084
                "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
3085
                "shasum": ""
3086
            },
3087
            "require": {
3088
                "php": "^5.3.2 || ^7.0"
3089
            },
3090
            "require-dev": {
3091
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3092
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3093
            },
3094
            "type": "library",
3095
            "extra": {
3096
                "branch-alias": {
3097
                    "dev-master": "1.x-dev"
3098
                }
3099
            },
3100
            "autoload": {
3101
                "psr-4": {
3102
                    "Composer\\Spdx\\": "src"
3103
                }
3104
            },
3105
            "notification-url": "https://packagist.org/downloads/",
3106
            "license": [
3107
                "MIT"
3108
            ],
3109
            "authors": [
3110
                {
3111
                    "name": "Nils Adermann",
3112
                    "email": "[email protected]",
3113
                    "homepage": "http://www.naderman.de"
3114
                },
3115
                {
3116
                    "name": "Jordi Boggiano",
3117
                    "email": "[email protected]",
3118
                    "homepage": "http://seld.be"
3119
                },
3120
                {
3121
                    "name": "Rob Bast",
3122
                    "email": "[email protected]",
3123
                    "homepage": "http://robbast.nl"
3124
                }
3125
            ],
3126
            "description": "SPDX licenses list and validation library.",
3127
            "keywords": [
3128
                "license",
3129
                "spdx",
3130
                "validator"
3131
            ],
3132
            "time": "2017-04-03T19:08:52+00:00"
3133
        },
3134
        {
3135
            "name": "doctrine/collections",
3136
            "version": "v1.4.0",
3137
            "source": {
3138
                "type": "git",
3139
                "url": "https://github.com/doctrine/collections.git",
3140
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
3141
            },
3142
            "dist": {
3143
                "type": "zip",
3144
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
3145
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
3146
                "shasum": ""
3147
            },
3148
            "require": {
3149
                "php": "^5.6 || ^7.0"
3150
            },
3151
            "require-dev": {
3152
                "doctrine/coding-standard": "~0.1@dev",
3153
                "phpunit/phpunit": "^5.7"
3154
            },
3155
            "type": "library",
3156
            "extra": {
3157
                "branch-alias": {
3158
                    "dev-master": "1.3.x-dev"
3159
                }
3160
            },
3161
            "autoload": {
3162
                "psr-0": {
3163
                    "Doctrine\\Common\\Collections\\": "lib/"
3164
                }
3165
            },
3166
            "notification-url": "https://packagist.org/downloads/",
3167
            "license": [
3168
                "MIT"
3169
            ],
3170
            "authors": [
3171
                {
3172
                    "name": "Roman Borschel",
3173
                    "email": "[email protected]"
3174
                },
3175
                {
3176
                    "name": "Benjamin Eberlei",
3177
                    "email": "[email protected]"
3178
                },
3179
                {
3180
                    "name": "Guilherme Blanco",
3181
                    "email": "[email protected]"
3182
                },
3183
                {
3184
                    "name": "Jonathan Wage",
3185
                    "email": "[email protected]"
3186
                },
3187
                {
3188
                    "name": "Johannes Schmitt",
3189
                    "email": "[email protected]"
3190
                }
3191
            ],
3192
            "description": "Collections Abstraction library",
3193
            "homepage": "http://www.doctrine-project.org",
3194
            "keywords": [
3195
                "array",
3196
                "collections",
3197
                "iterator"
3198
            ],
3199
            "time": "2017-01-03T10:49:41+00:00"
3200
        },
3201
        {
3202
            "name": "doctrine/instantiator",
3203
            "version": "1.0.5",
3204
            "source": {
3205
                "type": "git",
3206
                "url": "https://github.com/doctrine/instantiator.git",
3207
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3208
            },
3209
            "dist": {
3210
                "type": "zip",
3211
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3212
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3213
                "shasum": ""
3214
            },
3215
            "require": {
3216
                "php": ">=5.3,<8.0-DEV"
3217
            },
3218
            "require-dev": {
3219
                "athletic/athletic": "~0.1.8",
3220
                "ext-pdo": "*",
3221
                "ext-phar": "*",
3222
                "phpunit/phpunit": "~4.0",
3223
                "squizlabs/php_codesniffer": "~2.0"
3224
            },
3225
            "type": "library",
3226
            "extra": {
3227
                "branch-alias": {
3228
                    "dev-master": "1.0.x-dev"
3229
                }
3230
            },
3231
            "autoload": {
3232
                "psr-4": {
3233
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3234
                }
3235
            },
3236
            "notification-url": "https://packagist.org/downloads/",
3237
            "license": [
3238
                "MIT"
3239
            ],
3240
            "authors": [
3241
                {
3242
                    "name": "Marco Pivetta",
3243
                    "email": "[email protected]",
3244
                    "homepage": "http://ocramius.github.com/"
3245
                }
3246
            ],
3247
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3248
            "homepage": "https://github.com/doctrine/instantiator",
3249
            "keywords": [
3250
                "constructor",
3251
                "instantiate"
3252
            ],
3253
            "time": "2015-06-14T21:17:01+00:00"
3254
        },
3255
        {
3256
            "name": "escapestudios/symfony2-coding-standard",
3257
            "version": "2.11.0",
3258
            "source": {
3259
                "type": "git",
3260
                "url": "https://github.com/djoos/Symfony-coding-standard.git",
3261
                "reference": "4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc"
3262
            },
3263
            "dist": {
3264
                "type": "zip",
3265
                "url": "https://api.github.com/repos/djoos/Symfony-coding-standard/zipball/4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc",
3266
                "reference": "4aea10ad53d1952b2cfd8f7c9afe5e481dd574bc",
3267
                "shasum": ""
3268
            },
3269
            "require": {
3270
                "squizlabs/php_codesniffer": "~2.0"
3271
            },
3272
            "type": "phpcodesniffer-standard",
3273
            "extra": {
3274
                "branch-alias": {
3275
                    "dev-master": "2.x-dev"
3276
                }
3277
            },
3278
            "notification-url": "https://packagist.org/downloads/",
3279
            "license": [
3280
                "MIT"
3281
            ],
3282
            "authors": [
3283
                {
3284
                    "name": "David Joos",
3285
                    "email": "[email protected]"
3286
                },
3287
                {
3288
                    "name": "Community contributors",
3289
                    "homepage": "https://github.com/djoos/Symfony2-coding-standard/graphs/contributors"
3290
                }
3291
            ],
3292
            "description": "CodeSniffer ruleset for the Symfony 2+ coding standard",
3293
            "homepage": "https://github.com/djoos/Symfony2-coding-standard",
3294
            "keywords": [
3295
                "Coding Standard",
3296
                "Symfony2",
3297
                "phpcs",
3298
                "symfony"
3299
            ],
3300
            "time": "2017-06-08T10:48:30+00:00"
3301
        },
3302
        {
3303
            "name": "gitonomy/gitlib",
3304
            "version": "v1.0.2",
3305
            "source": {
3306
                "type": "git",
3307
                "url": "https://github.com/gitonomy/gitlib.git",
3308
                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c"
3309
            },
3310
            "dist": {
3311
                "type": "zip",
3312
                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c",
3313
                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c",
3314
                "shasum": ""
3315
            },
3316
            "require": {
3317
                "symfony/process": "^2.3|^3.0"
3318
            },
3319
            "require-dev": {
3320
                "psr/log": "^1.0"
3321
            },
3322
            "suggest": {
3323
                "psr/log": "Add some log"
3324
            },
3325
            "type": "library",
3326
            "extra": {
3327
                "branch-alias": {
3328
                    "dev-master": "1.0-dev"
3329
                }
3330
            },
3331
            "autoload": {
3332
                "psr-4": {
3333
                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
3334
                }
3335
            },
3336
            "notification-url": "https://packagist.org/downloads/",
3337
            "license": [
3338
                "MIT"
3339
            ],
3340
            "authors": [
3341
                {
3342
                    "name": "Alexandre Salomé",
3343
                    "email": "[email protected]",
3344
                    "homepage": "http://alexandre-salome.fr"
3345
                },
3346
                {
3347
                    "name": "Julien DIDIER",
3348
                    "email": "[email protected]",
3349
                    "homepage": "http://www.jdidier.net"
3350
                }
3351
            ],
3352
            "description": "Library for accessing git",
3353
            "homepage": "http://gitonomy.com",
3354
            "time": "2016-05-11T08:25:40+00:00"
3355
        },
3356
        {
3357
            "name": "justinrainbow/json-schema",
3358
            "version": "5.2.1",
3359
            "source": {
3360
                "type": "git",
3361
                "url": "https://github.com/justinrainbow/json-schema.git",
3362
                "reference": "429be236f296ca249d61c65649cdf2652f4a5e80"
3363
            },
3364
            "dist": {
3365
                "type": "zip",
3366
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/429be236f296ca249d61c65649cdf2652f4a5e80",
3367
                "reference": "429be236f296ca249d61c65649cdf2652f4a5e80",
3368
                "shasum": ""
3369
            },
3370
            "require": {
3371
                "php": ">=5.3.3"
3372
            },
3373
            "require-dev": {
3374
                "friendsofphp/php-cs-fixer": "^2.1",
3375
                "json-schema/json-schema-test-suite": "1.2.0",
3376
                "phpdocumentor/phpdocumentor": "^2.7",
3377
                "phpunit/phpunit": "^4.8.22"
3378
            },
3379
            "bin": [
3380
                "bin/validate-json"
3381
            ],
3382
            "type": "library",
3383
            "extra": {
3384
                "branch-alias": {
3385
                    "dev-master": "5.0.x-dev"
3386
                }
3387
            },
3388
            "autoload": {
3389
                "psr-4": {
3390
                    "JsonSchema\\": "src/JsonSchema/"
3391
                }
3392
            },
3393
            "notification-url": "https://packagist.org/downloads/",
3394
            "license": [
3395
                "MIT"
3396
            ],
3397
            "authors": [
3398
                {
3399
                    "name": "Bruno Prieto Reis",
3400
                    "email": "[email protected]"
3401
                },
3402
                {
3403
                    "name": "Justin Rainbow",
3404
                    "email": "[email protected]"
3405
                },
3406
                {
3407
                    "name": "Igor Wiedler",
3408
                    "email": "[email protected]"
3409
                },
3410
                {
3411
                    "name": "Robert Schönthal",
3412
                    "email": "[email protected]"
3413
                }
3414
            ],
3415
            "description": "A library to validate a json schema.",
3416
            "homepage": "https://github.com/justinrainbow/json-schema",
3417
            "keywords": [
3418
                "json",
3419
                "schema"
3420
            ],
3421
            "time": "2017-05-16T21:06:09+00:00"
3422
        },
3423
        {
3424
            "name": "league/commonmark",
3425
            "version": "0.15.6",
3426
            "source": {
3427
                "type": "git",
3428
                "url": "https://github.com/thephpleague/commonmark.git",
3429
                "reference": "91742543c25fecedc84a4883d2919213e04a73b7"
3430
            },
3431
            "dist": {
3432
                "type": "zip",
3433
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91742543c25fecedc84a4883d2919213e04a73b7",
3434
                "reference": "91742543c25fecedc84a4883d2919213e04a73b7",
3435
                "shasum": ""
3436
            },
3437
            "require": {
3438
                "ext-mbstring": "*",
3439
                "php": ">=5.4.8"
3440
            },
3441
            "replace": {
3442
                "colinodell/commonmark-php": "*"
3443
            },
3444
            "require-dev": {
3445
                "cebe/markdown": "~1.0",
3446
                "erusev/parsedown": "~1.0",
3447
                "jgm/commonmark": "0.28",
3448
                "michelf/php-markdown": "~1.4",
3449
                "mikehaertl/php-shellcommand": "~1.2.0",
3450
                "phpunit/phpunit": "~4.3|~5.0",
3451
                "scrutinizer/ocular": "~1.1",
3452
                "symfony/finder": "~2.3|~3.0"
3453
            },
3454
            "suggest": {
3455
                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
3456
            },
3457
            "bin": [
3458
                "bin/commonmark"
3459
            ],
3460
            "type": "library",
3461
            "extra": {
3462
                "branch-alias": {
3463
                    "dev-master": "0.16-dev"
3464
                }
3465
            },
3466
            "autoload": {
3467
                "psr-4": {
3468
                    "League\\CommonMark\\": "src/"
3469
                }
3470
            },
3471
            "notification-url": "https://packagist.org/downloads/",
3472
            "license": [
3473
                "BSD-3-Clause"
3474
            ],
3475
            "authors": [
3476
                {
3477
                    "name": "Colin O'Dell",
3478
                    "email": "[email protected]",
3479
                    "homepage": "https://www.colinodell.com",
3480
                    "role": "Lead Developer"
3481
                }
3482
            ],
3483
            "description": "Markdown parser for PHP based on the CommonMark spec",
3484
            "homepage": "https://github.com/thephpleague/commonmark",
3485
            "keywords": [
3486
                "commonmark",
3487
                "markdown",
3488
                "parser"
3489
            ],
3490
            "time": "2017-08-08T11:47:33+00:00"
3491
        },
3492
        {
3493
            "name": "magento-ecg/coding-standard",
3494
            "version": "2.1",
3495
            "source": {
3496
                "type": "git",
3497
                "url": "https://github.com/magento-ecg/coding-standard.git",
3498
                "reference": "a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71"
3499
            },
3500
            "dist": {
3501
                "type": "zip",
3502
                "url": "https://api.github.com/repos/magento-ecg/coding-standard/zipball/a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71",
3503
                "reference": "a9db08df5ed6f6a4ca8398a01cdcf2d947b62c71",
3504
                "shasum": ""
3505
            },
3506
            "require": {
3507
                "php": ">=5.4.0"
3508
            },
3509
            "type": "library",
3510
            "notification-url": "https://packagist.org/downloads/",
3511
            "license": [
3512
                "MIT"
3513
            ],
3514
            "authors": [
3515
                {
3516
                    "name": "Magento Expert Consulting Group",
3517
                    "homepage": "http://magentocommerce.com/consulting",
3518
                    "role": "Maintainer"
3519
                }
3520
            ],
3521
            "description": "A set of PHP_CodeSniffer rules and sniffs.",
3522
            "homepage": "https://github.com/magento-ecg/coding-standard",
3523
            "time": "2017-05-18T19:12:29+00:00"
3524
        },
3525
        {
3526
            "name": "magento/zendframework1",
3527
            "version": "1.12.10",
3528
            "source": {
3529
                "type": "git",
3530
                "url": "https://github.com/magento/zf1.git",
3531
                "reference": "d1e5cd8c9f83229bcdd9bb485c3ce25259c77884"
3532
            },
3533
            "dist": {
3534
                "type": "zip",
3535
                "url": "https://api.github.com/repos/magento/zf1/zipball/d1e5cd8c9f83229bcdd9bb485c3ce25259c77884",
3536
                "reference": "d1e5cd8c9f83229bcdd9bb485c3ce25259c77884",
3537
                "shasum": ""
3538
            },
3539
            "require": {
3540
                "php": ">=5.2.11"
3541
            },
3542
            "require-dev": {
3543
                "phpunit/dbunit": "1.3.*",
3544
                "phpunit/phpunit": "3.7.*"
3545
            },
3546
            "type": "library",
3547
            "extra": {
3548
                "branch-alias": {
3549
                    "dev-master": "1.12.x-dev"
3550
                }
3551
            },
3552
            "autoload": {
3553
                "psr-0": {
3554
                    "Zend_": "library/"
3555
                }
3556
            },
3557
            "notification-url": "https://packagist.org/downloads/",
3558
            "include-path": [
3559
                "library/"
3560
            ],
3561
            "license": [
3562
                "BSD-3-Clause"
3563
            ],
3564
            "description": "Magento Zend Framework 1",
3565
            "homepage": "http://framework.zend.com/",
3566
            "keywords": [
3567
                "ZF1",
3568
                "framework"
3569
            ],
3570
            "time": "2015-02-06T17:25:45+00:00"
3571
        },
3572
        {
3573
            "name": "monolog/monolog",
3574
            "version": "1.23.0",
3575
            "source": {
3576
                "type": "git",
3577
                "url": "https://github.com/Seldaek/monolog.git",
3578
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3579
            },
3580
            "dist": {
3581
                "type": "zip",
3582
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3583
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3584
                "shasum": ""
3585
            },
3586
            "require": {
3587
                "php": ">=5.3.0",
3588
                "psr/log": "~1.0"
3589
            },
3590
            "provide": {
3591
                "psr/log-implementation": "1.0.0"
3592
            },
3593
            "require-dev": {
3594
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3595
                "doctrine/couchdb": "~1.0@dev",
3596
                "graylog2/gelf-php": "~1.0",
3597
                "jakub-onderka/php-parallel-lint": "0.9",
3598
                "php-amqplib/php-amqplib": "~2.4",
3599
                "php-console/php-console": "^3.1.3",
3600
                "phpunit/phpunit": "~4.5",
3601
                "phpunit/phpunit-mock-objects": "2.3.0",
3602
                "ruflin/elastica": ">=0.90 <3.0",
3603
                "sentry/sentry": "^0.13",
3604
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3605
            },
3606
            "suggest": {
3607
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3608
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3609
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3610
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3611
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3612
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3613
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3614
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3615
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3616
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3617
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3618
            },
3619
            "type": "library",
3620
            "extra": {
3621
                "branch-alias": {
3622
                    "dev-master": "2.0.x-dev"
3623
                }
3624
            },
3625
            "autoload": {
3626
                "psr-4": {
3627
                    "Monolog\\": "src/Monolog"
3628
                }
3629
            },
3630
            "notification-url": "https://packagist.org/downloads/",
3631
            "license": [
3632
                "MIT"
3633
            ],
3634
            "authors": [
3635
                {
3636
                    "name": "Jordi Boggiano",
3637
                    "email": "[email protected]",
3638
                    "homepage": "http://seld.be"
3639
                }
3640
            ],
3641
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3642
            "homepage": "http://github.com/Seldaek/monolog",
3643
            "keywords": [
3644
                "log",
3645
                "logging",
3646
                "psr-3"
3647
            ],
3648
            "time": "2017-06-19T01:22:40+00:00"
3649
        },
3650
        {
3651
            "name": "myclabs/deep-copy",
3652
            "version": "1.6.1",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/myclabs/DeepCopy.git",
3656
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
3661
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": ">=5.4.0"
3666
            },
3667
            "require-dev": {
3668
                "doctrine/collections": "1.*",
3669
                "phpunit/phpunit": "~4.1"
3670
            },
3671
            "type": "library",
3672
            "autoload": {
3673
                "psr-4": {
3674
                    "DeepCopy\\": "src/DeepCopy/"
3675
                }
3676
            },
3677
            "notification-url": "https://packagist.org/downloads/",
3678
            "license": [
3679
                "MIT"
3680
            ],
3681
            "description": "Create deep copies (clones) of your objects",
3682
            "homepage": "https://github.com/myclabs/DeepCopy",
3683
            "keywords": [
3684
                "clone",
3685
                "copy",
3686
                "duplicate",
3687
                "object",
3688
                "object graph"
3689
            ],
3690
            "time": "2017-04-12T18:52:22+00:00"
3691
        },
3692
        {
3693
            "name": "ocramius/package-versions",
3694
            "version": "1.1.3",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/Ocramius/PackageVersions.git",
3698
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3703
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "composer-plugin-api": "^1.0",
3708
                "php": "~7.0"
3709
            },
3710
            "require-dev": {
3711
                "composer/composer": "^1.3",
3712
                "ext-zip": "*",
3713
                "humbug/humbug": "dev-master",
3714
                "phpunit/phpunit": "^5.7.5"
3715
            },
3716
            "type": "composer-plugin",
3717
            "extra": {
3718
                "class": "PackageVersions\\Installer",
3719
                "branch-alias": {
3720
                    "dev-master": "2.0.x-dev"
3721
                }
3722
            },
3723
            "autoload": {
3724
                "psr-4": {
3725
                    "PackageVersions\\": "src/PackageVersions"
3726
                }
3727
            },
3728
            "notification-url": "https://packagist.org/downloads/",
3729
            "license": [
3730
                "MIT"
3731
            ],
3732
            "authors": [
3733
                {
3734
                    "name": "Marco Pivetta",
3735
                    "email": "[email protected]"
3736
                }
3737
            ],
3738
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
3739
            "time": "2017-09-06T15:24:43+00:00"
3740
        },
3741
        {
3742
            "name": "ocramius/proxy-manager",
3743
            "version": "2.0.4",
3744
            "source": {
3745
                "type": "git",
3746
                "url": "https://github.com/Ocramius/ProxyManager.git",
3747
                "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6"
3748
            },
3749
            "dist": {
3750
                "type": "zip",
3751
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6",
3752
                "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6",
3753
                "shasum": ""
3754
            },
3755
            "require": {
3756
                "ocramius/package-versions": "^1.0",
3757
                "php": "7.0.0 - 7.0.5 || ^7.0.7",
3758
                "zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4"
3759
            },
3760
            "require-dev": {
3761
                "couscous/couscous": "^1.4.0",
3762
                "ext-phar": "*",
3763
                "phpbench/phpbench": "^0.11.2",
3764
                "phpunit/phpunit": "^5.4.6",
3765
                "squizlabs/php_codesniffer": "^2.6.0"
3766
            },
3767
            "suggest": {
3768
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3769
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3770
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3771
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3772
            },
3773
            "type": "library",
3774
            "extra": {
3775
                "branch-alias": {
3776
                    "dev-master": "3.0.x-dev"
3777
                }
3778
            },
3779
            "autoload": {
3780
                "psr-0": {
3781
                    "ProxyManager\\": "src"
3782
                }
3783
            },
3784
            "notification-url": "https://packagist.org/downloads/",
3785
            "license": [
3786
                "MIT"
3787
            ],
3788
            "authors": [
3789
                {
3790
                    "name": "Marco Pivetta",
3791
                    "email": "[email protected]",
3792
                    "homepage": "http://ocramius.github.io/"
3793
                }
3794
            ],
3795
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3796
            "homepage": "https://github.com/Ocramius/ProxyManager",
3797
            "keywords": [
3798
                "aop",
3799
                "lazy loading",
3800
                "proxy",
3801
                "proxy pattern",
3802
                "service proxies"
3803
            ],
3804
            "time": "2016-11-04T15:53:15+00:00"
3805
        },
3806
        {
3807
            "name": "phar-io/manifest",
3808
            "version": "1.0.1",
3809
            "source": {
3810
                "type": "git",
3811
                "url": "https://github.com/phar-io/manifest.git",
3812
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3813
            },
3814
            "dist": {
3815
                "type": "zip",
3816
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3817
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3818
                "shasum": ""
3819
            },
3820
            "require": {
3821
                "ext-dom": "*",
3822
                "ext-phar": "*",
3823
                "phar-io/version": "^1.0.1",
3824
                "php": "^5.6 || ^7.0"
3825
            },
3826
            "type": "library",
3827
            "extra": {
3828
                "branch-alias": {
3829
                    "dev-master": "1.0.x-dev"
3830
                }
3831
            },
3832
            "autoload": {
3833
                "classmap": [
3834
                    "src/"
3835
                ]
3836
            },
3837
            "notification-url": "https://packagist.org/downloads/",
3838
            "license": [
3839
                "BSD-3-Clause"
3840
            ],
3841
            "authors": [
3842
                {
3843
                    "name": "Arne Blankerts",
3844
                    "email": "[email protected]",
3845
                    "role": "Developer"
3846
                },
3847
                {
3848
                    "name": "Sebastian Heuer",
3849
                    "email": "[email protected]",
3850
                    "role": "Developer"
3851
                },
3852
                {
3853
                    "name": "Sebastian Bergmann",
3854
                    "email": "[email protected]",
3855
                    "role": "Developer"
3856
                }
3857
            ],
3858
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3859
            "time": "2017-03-05T18:14:27+00:00"
3860
        },
3861
        {
3862
            "name": "phar-io/version",
3863
            "version": "1.0.1",
3864
            "source": {
3865
                "type": "git",
3866
                "url": "https://github.com/phar-io/version.git",
3867
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3868
            },
3869
            "dist": {
3870
                "type": "zip",
3871
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3872
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3873
                "shasum": ""
3874
            },
3875
            "require": {
3876
                "php": "^5.6 || ^7.0"
3877
            },
3878
            "type": "library",
3879
            "autoload": {
3880
                "classmap": [
3881
                    "src/"
3882
                ]
3883
            },
3884
            "notification-url": "https://packagist.org/downloads/",
3885
            "license": [
3886
                "BSD-3-Clause"
3887
            ],
3888
            "authors": [
3889
                {
3890
                    "name": "Arne Blankerts",
3891
                    "email": "[email protected]",
3892
                    "role": "Developer"
3893
                },
3894
                {
3895
                    "name": "Sebastian Heuer",
3896
                    "email": "[email protected]",
3897
                    "role": "Developer"
3898
                },
3899
                {
3900
                    "name": "Sebastian Bergmann",
3901
                    "email": "[email protected]",
3902
                    "role": "Developer"
3903
                }
3904
            ],
3905
            "description": "Library for handling version information and constraints",
3906
            "time": "2017-03-05T17:38:23+00:00"
3907
        },
3908
        {
3909
            "name": "phpdocumentor/reflection-common",
3910
            "version": "1.0.1",
3911
            "source": {
3912
                "type": "git",
3913
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3914
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3915
            },
3916
            "dist": {
3917
                "type": "zip",
3918
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3919
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3920
                "shasum": ""
3921
            },
3922
            "require": {
3923
                "php": ">=5.5"
3924
            },
3925
            "require-dev": {
3926
                "phpunit/phpunit": "^4.6"
3927
            },
3928
            "type": "library",
3929
            "extra": {
3930
                "branch-alias": {
3931
                    "dev-master": "1.0.x-dev"
3932
                }
3933
            },
3934
            "autoload": {
3935
                "psr-4": {
3936
                    "phpDocumentor\\Reflection\\": [
3937
                        "src"
3938
                    ]
3939
                }
3940
            },
3941
            "notification-url": "https://packagist.org/downloads/",
3942
            "license": [
3943
                "MIT"
3944
            ],
3945
            "authors": [
3946
                {
3947
                    "name": "Jaap van Otterdijk",
3948
                    "email": "[email protected]"
3949
                }
3950
            ],
3951
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3952
            "homepage": "http://www.phpdoc.org",
3953
            "keywords": [
3954
                "FQSEN",
3955
                "phpDocumentor",
3956
                "phpdoc",
3957
                "reflection",
3958
                "static analysis"
3959
            ],
3960
            "time": "2017-09-11T18:02:19+00:00"
3961
        },
3962
        {
3963
            "name": "phpdocumentor/reflection-docblock",
3964
            "version": "4.1.1",
3965
            "source": {
3966
                "type": "git",
3967
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3968
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
3969
            },
3970
            "dist": {
3971
                "type": "zip",
3972
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
3973
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
3974
                "shasum": ""
3975
            },
3976
            "require": {
3977
                "php": "^7.0",
3978
                "phpdocumentor/reflection-common": "^1.0@dev",
3979
                "phpdocumentor/type-resolver": "^0.4.0",
3980
                "webmozart/assert": "^1.0"
3981
            },
3982
            "require-dev": {
3983
                "mockery/mockery": "^0.9.4",
3984
                "phpunit/phpunit": "^4.4"
3985
            },
3986
            "type": "library",
3987
            "autoload": {
3988
                "psr-4": {
3989
                    "phpDocumentor\\Reflection\\": [
3990
                        "src/"
3991
                    ]
3992
                }
3993
            },
3994
            "notification-url": "https://packagist.org/downloads/",
3995
            "license": [
3996
                "MIT"
3997
            ],
3998
            "authors": [
3999
                {
4000
                    "name": "Mike van Riel",
4001
                    "email": "[email protected]"
4002
                }
4003
            ],
4004
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4005
            "time": "2017-08-30T18:51:59+00:00"
4006
        },
4007
        {
4008
            "name": "phpdocumentor/type-resolver",
4009
            "version": "0.4.0",
4010
            "source": {
4011
                "type": "git",
4012
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4013
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4014
            },
4015
            "dist": {
4016
                "type": "zip",
4017
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4018
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4019
                "shasum": ""
4020
            },
4021
            "require": {
4022
                "php": "^5.5 || ^7.0",
4023
                "phpdocumentor/reflection-common": "^1.0"
4024
            },
4025
            "require-dev": {
4026
                "mockery/mockery": "^0.9.4",
4027
                "phpunit/phpunit": "^5.2||^4.8.24"
4028
            },
4029
            "type": "library",
4030
            "extra": {
4031
                "branch-alias": {
4032
                    "dev-master": "1.0.x-dev"
4033
                }
4034
            },
4035
            "autoload": {
4036
                "psr-4": {
4037
                    "phpDocumentor\\Reflection\\": [
4038
                        "src/"
4039
                    ]
4040
                }
4041
            },
4042
            "notification-url": "https://packagist.org/downloads/",
4043
            "license": [
4044
                "MIT"
4045
            ],
4046
            "authors": [
4047
                {
4048
                    "name": "Mike van Riel",
4049
                    "email": "[email protected]"
4050
                }
4051
            ],
4052
            "time": "2017-07-14T14:27:02+00:00"
4053
        },
4054
        {
4055
            "name": "phpro/grumphp",
4056
            "version": "v0.11.6",
4057
            "source": {
4058
                "type": "git",
4059
                "url": "https://github.com/phpro/grumphp.git",
4060
                "reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02"
4061
            },
4062
            "dist": {
4063
                "type": "zip",
4064
                "url": "https://api.github.com/repos/phpro/grumphp/zipball/c57aeff808b4b5a7da84a432d3b39ef347dcba02",
4065
                "reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02",
4066
                "shasum": ""
4067
            },
4068
            "require": {
4069
                "composer-plugin-api": "~1.0",
4070
                "composer/composer": "^1.0",
4071
                "doctrine/collections": "~1.2",
4072
                "gitonomy/gitlib": "~1.0",
4073
                "monolog/monolog": "~1.16",
4074
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
4075
                "php": ">=5.6.0",
4076
                "seld/jsonlint": "~1.1",
4077
                "symfony/config": "~2.7|~3.0",
4078
                "symfony/console": "~2.7|~3.0",
4079
                "symfony/dependency-injection": "~2.7|~3.0",
4080
                "symfony/event-dispatcher": "~2.7|~3.0",
4081
                "symfony/filesystem": "~2.7|~3.0",
4082
                "symfony/finder": "~2.7|~3.0",
4083
                "symfony/options-resolver": "~2.7|~3.0",
4084
                "symfony/process": "~2.7|~3.0",
4085
                "symfony/proxy-manager-bridge": "~2.7|~3.0",
4086
                "symfony/yaml": "~2.7|~3.0"
4087
            },
4088
            "require-dev": {
4089
                "friendsofphp/php-cs-fixer": "~1|~2",
4090
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4091
                "nikic/php-parser": "~2.1",
4092
                "phpspec/phpspec": "^3.2.2",
4093
                "phpspec/prophecy": "^1.6.2",
4094
                "phpunit/phpunit": "^4.8.31",
4095
                "sebastian/comparator": "^1.2.4",
4096
                "sensiolabs/security-checker": "^3.0",
4097
                "squizlabs/php_codesniffer": "~2.4"
4098
            },
4099
            "suggest": {
4100
                "atoum/atoum": "Lets GrumPHP run your unit tests.",
4101
                "behat/behat": "Lets GrumPHP validate your project features.",
4102
                "codeception/codeception": "Lets GrumPHP run your project's full stack tests",
4103
                "codegyre/robo": "Lets GrumPHP run your automated PHP tasks.",
4104
                "doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
4105
                "etsy/phan": "Lets GrumPHP unleash a static analyzer on your code",
4106
                "friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
4107
                "jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
4108
                "malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
4109
                "nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
4110
                "phing/phing": "Lets GrumPHP run your automated PHP tasks.",
4111
                "phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
4112
                "phpmnd/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
4113
                "phpspec/phpspec": "Lets GrumPHP spec your code.",
4114
                "phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
4115
                "phpunit/phpunit": "Lets GrumPHP run your unit tests.",
4116
                "roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
4117
                "sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
4118
                "sensiolabs/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
4119
                "squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
4120
                "sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7."
4121
            },
4122
            "bin": [
4123
                "bin/grumphp"
4124
            ],
4125
            "type": "composer-plugin",
4126
            "extra": {
4127
                "class": "GrumPHP\\Composer\\GrumPHPPlugin"
4128
            },
4129
            "autoload": {
4130
                "psr-4": {
4131
                    "GrumPHP\\": "src"
4132
                }
4133
            },
4134
            "notification-url": "https://packagist.org/downloads/",
4135
            "license": [
4136
                "MIT"
4137
            ],
4138
            "authors": [
4139
                {
4140
                    "name": "Toon Verwerft",
4141
                    "email": "[email protected]"
4142
                },
4143
                {
4144
                    "name": "Alexander Deruwe",
4145
                    "email": "[email protected]"
4146
                }
4147
            ],
4148
            "description": "A composer plugin that enables source code quality checks.",
4149
            "time": "2017-05-31T17:49:48+00:00"
4150
        },
4151
        {
4152
            "name": "phpspec/prophecy",
4153
            "version": "v1.7.2",
4154
            "source": {
4155
                "type": "git",
4156
                "url": "https://github.com/phpspec/prophecy.git",
4157
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
4158
            },
4159
            "dist": {
4160
                "type": "zip",
4161
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
4162
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
4163
                "shasum": ""
4164
            },
4165
            "require": {
4166
                "doctrine/instantiator": "^1.0.2",
4167
                "php": "^5.3|^7.0",
4168
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4169
                "sebastian/comparator": "^1.1|^2.0",
4170
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4171
            },
4172
            "require-dev": {
4173
                "phpspec/phpspec": "^2.5|^3.2",
4174
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4175
            },
4176
            "type": "library",
4177
            "extra": {
4178
                "branch-alias": {
4179
                    "dev-master": "1.7.x-dev"
4180
                }
4181
            },
4182
            "autoload": {
4183
                "psr-0": {
4184
                    "Prophecy\\": "src/"
4185
                }
4186
            },
4187
            "notification-url": "https://packagist.org/downloads/",
4188
            "license": [
4189
                "MIT"
4190
            ],
4191
            "authors": [
4192
                {
4193
                    "name": "Konstantin Kudryashov",
4194
                    "email": "[email protected]",
4195
                    "homepage": "http://everzet.com"
4196
                },
4197
                {
4198
                    "name": "Marcello Duarte",
4199
                    "email": "[email protected]"
4200
                }
4201
            ],
4202
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4203
            "homepage": "https://github.com/phpspec/prophecy",
4204
            "keywords": [
4205
                "Double",
4206
                "Dummy",
4207
                "fake",
4208
                "mock",
4209
                "spy",
4210
                "stub"
4211
            ],
4212
            "time": "2017-09-04T11:05:03+00:00"
4213
        },
4214
        {
4215
            "name": "phpunit/php-code-coverage",
4216
            "version": "5.2.2",
4217
            "source": {
4218
                "type": "git",
4219
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4220
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
4221
            },
4222
            "dist": {
4223
                "type": "zip",
4224
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
4225
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
4226
                "shasum": ""
4227
            },
4228
            "require": {
4229
                "ext-dom": "*",
4230
                "ext-xmlwriter": "*",
4231
                "php": "^7.0",
4232
                "phpunit/php-file-iterator": "^1.4.2",
4233
                "phpunit/php-text-template": "^1.2.1",
4234
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
4235
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4236
                "sebastian/environment": "^3.0",
4237
                "sebastian/version": "^2.0.1",
4238
                "theseer/tokenizer": "^1.1"
4239
            },
4240
            "require-dev": {
4241
                "ext-xdebug": "^2.5",
4242
                "phpunit/phpunit": "^6.0"
4243
            },
4244
            "suggest": {
4245
                "ext-xdebug": "^2.5.5"
4246
            },
4247
            "type": "library",
4248
            "extra": {
4249
                "branch-alias": {
4250
                    "dev-master": "5.2.x-dev"
4251
                }
4252
            },
4253
            "autoload": {
4254
                "classmap": [
4255
                    "src/"
4256
                ]
4257
            },
4258
            "notification-url": "https://packagist.org/downloads/",
4259
            "license": [
4260
                "BSD-3-Clause"
4261
            ],
4262
            "authors": [
4263
                {
4264
                    "name": "Sebastian Bergmann",
4265
                    "email": "[email protected]",
4266
                    "role": "lead"
4267
                }
4268
            ],
4269
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4270
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4271
            "keywords": [
4272
                "coverage",
4273
                "testing",
4274
                "xunit"
4275
            ],
4276
            "time": "2017-08-03T12:40:43+00:00"
4277
        },
4278
        {
4279
            "name": "phpunit/php-file-iterator",
4280
            "version": "1.4.2",
4281
            "source": {
4282
                "type": "git",
4283
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4284
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4285
            },
4286
            "dist": {
4287
                "type": "zip",
4288
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4289
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4290
                "shasum": ""
4291
            },
4292
            "require": {
4293
                "php": ">=5.3.3"
4294
            },
4295
            "type": "library",
4296
            "extra": {
4297
                "branch-alias": {
4298
                    "dev-master": "1.4.x-dev"
4299
                }
4300
            },
4301
            "autoload": {
4302
                "classmap": [
4303
                    "src/"
4304
                ]
4305
            },
4306
            "notification-url": "https://packagist.org/downloads/",
4307
            "license": [
4308
                "BSD-3-Clause"
4309
            ],
4310
            "authors": [
4311
                {
4312
                    "name": "Sebastian Bergmann",
4313
                    "email": "[email protected]",
4314
                    "role": "lead"
4315
                }
4316
            ],
4317
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4318
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4319
            "keywords": [
4320
                "filesystem",
4321
                "iterator"
4322
            ],
4323
            "time": "2016-10-03T07:40:28+00:00"
4324
        },
4325
        {
4326
            "name": "phpunit/php-text-template",
4327
            "version": "1.2.1",
4328
            "source": {
4329
                "type": "git",
4330
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4331
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4332
            },
4333
            "dist": {
4334
                "type": "zip",
4335
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4336
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4337
                "shasum": ""
4338
            },
4339
            "require": {
4340
                "php": ">=5.3.3"
4341
            },
4342
            "type": "library",
4343
            "autoload": {
4344
                "classmap": [
4345
                    "src/"
4346
                ]
4347
            },
4348
            "notification-url": "https://packagist.org/downloads/",
4349
            "license": [
4350
                "BSD-3-Clause"
4351
            ],
4352
            "authors": [
4353
                {
4354
                    "name": "Sebastian Bergmann",
4355
                    "email": "[email protected]",
4356
                    "role": "lead"
4357
                }
4358
            ],
4359
            "description": "Simple template engine.",
4360
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4361
            "keywords": [
4362
                "template"
4363
            ],
4364
            "time": "2015-06-21T13:50:34+00:00"
4365
        },
4366
        {
4367
            "name": "phpunit/php-timer",
4368
            "version": "1.0.9",
4369
            "source": {
4370
                "type": "git",
4371
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4372
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4373
            },
4374
            "dist": {
4375
                "type": "zip",
4376
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4377
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4378
                "shasum": ""
4379
            },
4380
            "require": {
4381
                "php": "^5.3.3 || ^7.0"
4382
            },
4383
            "require-dev": {
4384
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4385
            },
4386
            "type": "library",
4387
            "extra": {
4388
                "branch-alias": {
4389
                    "dev-master": "1.0-dev"
4390
                }
4391
            },
4392
            "autoload": {
4393
                "classmap": [
4394
                    "src/"
4395
                ]
4396
            },
4397
            "notification-url": "https://packagist.org/downloads/",
4398
            "license": [
4399
                "BSD-3-Clause"
4400
            ],
4401
            "authors": [
4402
                {
4403
                    "name": "Sebastian Bergmann",
4404
                    "email": "[email protected]",
4405
                    "role": "lead"
4406
                }
4407
            ],
4408
            "description": "Utility class for timing",
4409
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4410
            "keywords": [
4411
                "timer"
4412
            ],
4413
            "time": "2017-02-26T11:10:40+00:00"
4414
        },
4415
        {
4416
            "name": "phpunit/php-token-stream",
4417
            "version": "2.0.1",
4418
            "source": {
4419
                "type": "git",
4420
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4421
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
4422
            },
4423
            "dist": {
4424
                "type": "zip",
4425
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
4426
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
4427
                "shasum": ""
4428
            },
4429
            "require": {
4430
                "ext-tokenizer": "*",
4431
                "php": "^7.0"
4432
            },
4433
            "require-dev": {
4434
                "phpunit/phpunit": "^6.2.4"
4435
            },
4436
            "type": "library",
4437
            "extra": {
4438
                "branch-alias": {
4439
                    "dev-master": "2.0-dev"
4440
                }
4441
            },
4442
            "autoload": {
4443
                "classmap": [
4444
                    "src/"
4445
                ]
4446
            },
4447
            "notification-url": "https://packagist.org/downloads/",
4448
            "license": [
4449
                "BSD-3-Clause"
4450
            ],
4451
            "authors": [
4452
                {
4453
                    "name": "Sebastian Bergmann",
4454
                    "email": "[email protected]"
4455
                }
4456
            ],
4457
            "description": "Wrapper around PHP's tokenizer extension.",
4458
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4459
            "keywords": [
4460
                "tokenizer"
4461
            ],
4462
            "time": "2017-08-20T05:47:52+00:00"
4463
        },
4464
        {
4465
            "name": "phpunit/phpunit",
4466
            "version": "6.3.0",
4467
            "source": {
4468
                "type": "git",
4469
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4470
                "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb"
4471
            },
4472
            "dist": {
4473
                "type": "zip",
4474
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9501bab711403a1ab5b8378a8adb4ec3db3debdb",
4475
                "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb",
4476
                "shasum": ""
4477
            },
4478
            "require": {
4479
                "ext-dom": "*",
4480
                "ext-json": "*",
4481
                "ext-libxml": "*",
4482
                "ext-mbstring": "*",
4483
                "ext-xml": "*",
4484
                "myclabs/deep-copy": "^1.6.1",
4485
                "phar-io/manifest": "^1.0.1",
4486
                "phar-io/version": "^1.0",
4487
                "php": "^7.0",
4488
                "phpspec/prophecy": "^1.7",
4489
                "phpunit/php-code-coverage": "^5.2.2",
4490
                "phpunit/php-file-iterator": "^1.4.2",
4491
                "phpunit/php-text-template": "^1.2.1",
4492
                "phpunit/php-timer": "^1.0.9",
4493
                "phpunit/phpunit-mock-objects": "^4.0.3",
4494
                "sebastian/comparator": "^2.0.2",
4495
                "sebastian/diff": "^2.0",
4496
                "sebastian/environment": "^3.1",
4497
                "sebastian/exporter": "^3.1",
4498
                "sebastian/global-state": "^2.0",
4499
                "sebastian/object-enumerator": "^3.0.3",
4500
                "sebastian/resource-operations": "^1.0",
4501
                "sebastian/version": "^2.0.1"
4502
            },
4503
            "conflict": {
4504
                "phpdocumentor/reflection-docblock": "3.0.2",
4505
                "phpunit/dbunit": "<3.0"
4506
            },
4507
            "require-dev": {
4508
                "ext-pdo": "*"
4509
            },
4510
            "suggest": {
4511
                "ext-xdebug": "*",
4512
                "phpunit/php-invoker": "^1.1"
4513
            },
4514
            "bin": [
4515
                "phpunit"
4516
            ],
4517
            "type": "library",
4518
            "extra": {
4519
                "branch-alias": {
4520
                    "dev-master": "6.3.x-dev"
4521
                }
4522
            },
4523
            "autoload": {
4524
                "classmap": [
4525
                    "src/"
4526
                ]
4527
            },
4528
            "notification-url": "https://packagist.org/downloads/",
4529
            "license": [
4530
                "BSD-3-Clause"
4531
            ],
4532
            "authors": [
4533
                {
4534
                    "name": "Sebastian Bergmann",
4535
                    "email": "[email protected]",
4536
                    "role": "lead"
4537
                }
4538
            ],
4539
            "description": "The PHP Unit Testing framework.",
4540
            "homepage": "https://phpunit.de/",
4541
            "keywords": [
4542
                "phpunit",
4543
                "testing",
4544
                "xunit"
4545
            ],
4546
            "time": "2017-08-04T05:20:39+00:00"
4547
        },
4548
        {
4549
            "name": "phpunit/phpunit-mock-objects",
4550
            "version": "4.0.4",
4551
            "source": {
4552
                "type": "git",
4553
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4554
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
4555
            },
4556
            "dist": {
4557
                "type": "zip",
4558
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
4559
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
4560
                "shasum": ""
4561
            },
4562
            "require": {
4563
                "doctrine/instantiator": "^1.0.5",
4564
                "php": "^7.0",
4565
                "phpunit/php-text-template": "^1.2.1",
4566
                "sebastian/exporter": "^3.0"
4567
            },
4568
            "conflict": {
4569
                "phpunit/phpunit": "<6.0"
4570
            },
4571
            "require-dev": {
4572
                "phpunit/phpunit": "^6.0"
4573
            },
4574
            "suggest": {
4575
                "ext-soap": "*"
4576
            },
4577
            "type": "library",
4578
            "extra": {
4579
                "branch-alias": {
4580
                    "dev-master": "4.0.x-dev"
4581
                }
4582
            },
4583
            "autoload": {
4584
                "classmap": [
4585
                    "src/"
4586
                ]
4587
            },
4588
            "notification-url": "https://packagist.org/downloads/",
4589
            "license": [
4590
                "BSD-3-Clause"
4591
            ],
4592
            "authors": [
4593
                {
4594
                    "name": "Sebastian Bergmann",
4595
                    "email": "[email protected]",
4596
                    "role": "lead"
4597
                }
4598
            ],
4599
            "description": "Mock Object library for PHPUnit",
4600
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4601
            "keywords": [
4602
                "mock",
4603
                "xunit"
4604
            ],
4605
            "time": "2017-08-03T14:08:16+00:00"
4606
        },
4607
        {
4608
            "name": "psr/container",
4609
            "version": "1.0.0",
4610
            "source": {
4611
                "type": "git",
4612
                "url": "https://github.com/php-fig/container.git",
4613
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4614
            },
4615
            "dist": {
4616
                "type": "zip",
4617
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4618
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4619
                "shasum": ""
4620
            },
4621
            "require": {
4622
                "php": ">=5.3.0"
4623
            },
4624
            "type": "library",
4625
            "extra": {
4626
                "branch-alias": {
4627
                    "dev-master": "1.0.x-dev"
4628
                }
4629
            },
4630
            "autoload": {
4631
                "psr-4": {
4632
                    "Psr\\Container\\": "src/"
4633
                }
4634
            },
4635
            "notification-url": "https://packagist.org/downloads/",
4636
            "license": [
4637
                "MIT"
4638
            ],
4639
            "authors": [
4640
                {
4641
                    "name": "PHP-FIG",
4642
                    "homepage": "http://www.php-fig.org/"
4643
                }
4644
            ],
4645
            "description": "Common Container Interface (PHP FIG PSR-11)",
4646
            "homepage": "https://github.com/php-fig/container",
4647
            "keywords": [
4648
                "PSR-11",
4649
                "container",
4650
                "container-interface",
4651
                "container-interop",
4652
                "psr"
4653
            ],
4654
            "time": "2017-02-14T16:28:37+00:00"
4655
        },
4656
        {
4657
            "name": "psr/log",
4658
            "version": "1.0.2",
4659
            "source": {
4660
                "type": "git",
4661
                "url": "https://github.com/php-fig/log.git",
4662
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
4663
            },
4664
            "dist": {
4665
                "type": "zip",
4666
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4667
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4668
                "shasum": ""
4669
            },
4670
            "require": {
4671
                "php": ">=5.3.0"
4672
            },
4673
            "type": "library",
4674
            "extra": {
4675
                "branch-alias": {
4676
                    "dev-master": "1.0.x-dev"
4677
                }
4678
            },
4679
            "autoload": {
4680
                "psr-4": {
4681
                    "Psr\\Log\\": "Psr/Log/"
4682
                }
4683
            },
4684
            "notification-url": "https://packagist.org/downloads/",
4685
            "license": [
4686
                "MIT"
4687
            ],
4688
            "authors": [
4689
                {
4690
                    "name": "PHP-FIG",
4691
                    "homepage": "http://www.php-fig.org/"
4692
                }
4693
            ],
4694
            "description": "Common interface for logging libraries",
4695
            "homepage": "https://github.com/php-fig/log",
4696
            "keywords": [
4697
                "log",
4698
                "psr",
4699
                "psr-3"
4700
            ],
4701
            "time": "2016-10-10T12:19:37+00:00"
4702
        },
4703
        {
4704
            "name": "sebastian/code-unit-reverse-lookup",
4705
            "version": "1.0.1",
4706
            "source": {
4707
                "type": "git",
4708
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4709
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4710
            },
4711
            "dist": {
4712
                "type": "zip",
4713
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4714
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4715
                "shasum": ""
4716
            },
4717
            "require": {
4718
                "php": "^5.6 || ^7.0"
4719
            },
4720
            "require-dev": {
4721
                "phpunit/phpunit": "^5.7 || ^6.0"
4722
            },
4723
            "type": "library",
4724
            "extra": {
4725
                "branch-alias": {
4726
                    "dev-master": "1.0.x-dev"
4727
                }
4728
            },
4729
            "autoload": {
4730
                "classmap": [
4731
                    "src/"
4732
                ]
4733
            },
4734
            "notification-url": "https://packagist.org/downloads/",
4735
            "license": [
4736
                "BSD-3-Clause"
4737
            ],
4738
            "authors": [
4739
                {
4740
                    "name": "Sebastian Bergmann",
4741
                    "email": "[email protected]"
4742
                }
4743
            ],
4744
            "description": "Looks up which function or method a line of code belongs to",
4745
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4746
            "time": "2017-03-04T06:30:41+00:00"
4747
        },
4748
        {
4749
            "name": "sebastian/comparator",
4750
            "version": "2.0.2",
4751
            "source": {
4752
                "type": "git",
4753
                "url": "https://github.com/sebastianbergmann/comparator.git",
4754
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
4755
            },
4756
            "dist": {
4757
                "type": "zip",
4758
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
4759
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
4760
                "shasum": ""
4761
            },
4762
            "require": {
4763
                "php": "^7.0",
4764
                "sebastian/diff": "^2.0",
4765
                "sebastian/exporter": "^3.0"
4766
            },
4767
            "require-dev": {
4768
                "phpunit/phpunit": "^6.0"
4769
            },
4770
            "type": "library",
4771
            "extra": {
4772
                "branch-alias": {
4773
                    "dev-master": "2.0.x-dev"
4774
                }
4775
            },
4776
            "autoload": {
4777
                "classmap": [
4778
                    "src/"
4779
                ]
4780
            },
4781
            "notification-url": "https://packagist.org/downloads/",
4782
            "license": [
4783
                "BSD-3-Clause"
4784
            ],
4785
            "authors": [
4786
                {
4787
                    "name": "Jeff Welch",
4788
                    "email": "[email protected]"
4789
                },
4790
                {
4791
                    "name": "Volker Dusch",
4792
                    "email": "[email protected]"
4793
                },
4794
                {
4795
                    "name": "Bernhard Schussek",
4796
                    "email": "[email protected]"
4797
                },
4798
                {
4799
                    "name": "Sebastian Bergmann",
4800
                    "email": "[email protected]"
4801
                }
4802
            ],
4803
            "description": "Provides the functionality to compare PHP values for equality",
4804
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4805
            "keywords": [
4806
                "comparator",
4807
                "compare",
4808
                "equality"
4809
            ],
4810
            "time": "2017-08-03T07:14:59+00:00"
4811
        },
4812
        {
4813
            "name": "sebastian/diff",
4814
            "version": "2.0.1",
4815
            "source": {
4816
                "type": "git",
4817
                "url": "https://github.com/sebastianbergmann/diff.git",
4818
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4819
            },
4820
            "dist": {
4821
                "type": "zip",
4822
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4823
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4824
                "shasum": ""
4825
            },
4826
            "require": {
4827
                "php": "^7.0"
4828
            },
4829
            "require-dev": {
4830
                "phpunit/phpunit": "^6.2"
4831
            },
4832
            "type": "library",
4833
            "extra": {
4834
                "branch-alias": {
4835
                    "dev-master": "2.0-dev"
4836
                }
4837
            },
4838
            "autoload": {
4839
                "classmap": [
4840
                    "src/"
4841
                ]
4842
            },
4843
            "notification-url": "https://packagist.org/downloads/",
4844
            "license": [
4845
                "BSD-3-Clause"
4846
            ],
4847
            "authors": [
4848
                {
4849
                    "name": "Kore Nordmann",
4850
                    "email": "[email protected]"
4851
                },
4852
                {
4853
                    "name": "Sebastian Bergmann",
4854
                    "email": "[email protected]"
4855
                }
4856
            ],
4857
            "description": "Diff implementation",
4858
            "homepage": "https://github.com/sebastianbergmann/diff",
4859
            "keywords": [
4860
                "diff"
4861
            ],
4862
            "time": "2017-08-03T08:09:46+00:00"
4863
        },
4864
        {
4865
            "name": "sebastian/environment",
4866
            "version": "3.1.0",
4867
            "source": {
4868
                "type": "git",
4869
                "url": "https://github.com/sebastianbergmann/environment.git",
4870
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4871
            },
4872
            "dist": {
4873
                "type": "zip",
4874
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4875
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4876
                "shasum": ""
4877
            },
4878
            "require": {
4879
                "php": "^7.0"
4880
            },
4881
            "require-dev": {
4882
                "phpunit/phpunit": "^6.1"
4883
            },
4884
            "type": "library",
4885
            "extra": {
4886
                "branch-alias": {
4887
                    "dev-master": "3.1.x-dev"
4888
                }
4889
            },
4890
            "autoload": {
4891
                "classmap": [
4892
                    "src/"
4893
                ]
4894
            },
4895
            "notification-url": "https://packagist.org/downloads/",
4896
            "license": [
4897
                "BSD-3-Clause"
4898
            ],
4899
            "authors": [
4900
                {
4901
                    "name": "Sebastian Bergmann",
4902
                    "email": "[email protected]"
4903
                }
4904
            ],
4905
            "description": "Provides functionality to handle HHVM/PHP environments",
4906
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4907
            "keywords": [
4908
                "Xdebug",
4909
                "environment",
4910
                "hhvm"
4911
            ],
4912
            "time": "2017-07-01T08:51:00+00:00"
4913
        },
4914
        {
4915
            "name": "sebastian/exporter",
4916
            "version": "3.1.0",
4917
            "source": {
4918
                "type": "git",
4919
                "url": "https://github.com/sebastianbergmann/exporter.git",
4920
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4921
            },
4922
            "dist": {
4923
                "type": "zip",
4924
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4925
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4926
                "shasum": ""
4927
            },
4928
            "require": {
4929
                "php": "^7.0",
4930
                "sebastian/recursion-context": "^3.0"
4931
            },
4932
            "require-dev": {
4933
                "ext-mbstring": "*",
4934
                "phpunit/phpunit": "^6.0"
4935
            },
4936
            "type": "library",
4937
            "extra": {
4938
                "branch-alias": {
4939
                    "dev-master": "3.1.x-dev"
4940
                }
4941
            },
4942
            "autoload": {
4943
                "classmap": [
4944
                    "src/"
4945
                ]
4946
            },
4947
            "notification-url": "https://packagist.org/downloads/",
4948
            "license": [
4949
                "BSD-3-Clause"
4950
            ],
4951
            "authors": [
4952
                {
4953
                    "name": "Jeff Welch",
4954
                    "email": "[email protected]"
4955
                },
4956
                {
4957
                    "name": "Volker Dusch",
4958
                    "email": "[email protected]"
4959
                },
4960
                {
4961
                    "name": "Bernhard Schussek",
4962
                    "email": "[email protected]"
4963
                },
4964
                {
4965
                    "name": "Sebastian Bergmann",
4966
                    "email": "[email protected]"
4967
                },
4968
                {
4969
                    "name": "Adam Harvey",
4970
                    "email": "[email protected]"
4971
                }
4972
            ],
4973
            "description": "Provides the functionality to export PHP variables for visualization",
4974
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4975
            "keywords": [
4976
                "export",
4977
                "exporter"
4978
            ],
4979
            "time": "2017-04-03T13:19:02+00:00"
4980
        },
4981
        {
4982
            "name": "sebastian/global-state",
4983
            "version": "2.0.0",
4984
            "source": {
4985
                "type": "git",
4986
                "url": "https://github.com/sebastianbergmann/global-state.git",
4987
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4988
            },
4989
            "dist": {
4990
                "type": "zip",
4991
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4992
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4993
                "shasum": ""
4994
            },
4995
            "require": {
4996
                "php": "^7.0"
4997
            },
4998
            "require-dev": {
4999
                "phpunit/phpunit": "^6.0"
5000
            },
5001
            "suggest": {
5002
                "ext-uopz": "*"
5003
            },
5004
            "type": "library",
5005
            "extra": {
5006
                "branch-alias": {
5007
                    "dev-master": "2.0-dev"
5008
                }
5009
            },
5010
            "autoload": {
5011
                "classmap": [
5012
                    "src/"
5013
                ]
5014
            },
5015
            "notification-url": "https://packagist.org/downloads/",
5016
            "license": [
5017
                "BSD-3-Clause"
5018
            ],
5019
            "authors": [
5020
                {
5021
                    "name": "Sebastian Bergmann",
5022
                    "email": "[email protected]"
5023
                }
5024
            ],
5025
            "description": "Snapshotting of global state",
5026
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5027
            "keywords": [
5028
                "global state"
5029
            ],
5030
            "time": "2017-04-27T15:39:26+00:00"
5031
        },
5032
        {
5033
            "name": "sebastian/object-enumerator",
5034
            "version": "3.0.3",
5035
            "source": {
5036
                "type": "git",
5037
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5038
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5039
            },
5040
            "dist": {
5041
                "type": "zip",
5042
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5043
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5044
                "shasum": ""
5045
            },
5046
            "require": {
5047
                "php": "^7.0",
5048
                "sebastian/object-reflector": "^1.1.1",
5049
                "sebastian/recursion-context": "^3.0"
5050
            },
5051
            "require-dev": {
5052
                "phpunit/phpunit": "^6.0"
5053
            },
5054
            "type": "library",
5055
            "extra": {
5056
                "branch-alias": {
5057
                    "dev-master": "3.0.x-dev"
5058
                }
5059
            },
5060
            "autoload": {
5061
                "classmap": [
5062
                    "src/"
5063
                ]
5064
            },
5065
            "notification-url": "https://packagist.org/downloads/",
5066
            "license": [
5067
                "BSD-3-Clause"
5068
            ],
5069
            "authors": [
5070
                {
5071
                    "name": "Sebastian Bergmann",
5072
                    "email": "[email protected]"
5073
                }
5074
            ],
5075
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5076
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5077
            "time": "2017-08-03T12:35:26+00:00"
5078
        },
5079
        {
5080
            "name": "sebastian/object-reflector",
5081
            "version": "1.1.1",
5082
            "source": {
5083
                "type": "git",
5084
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5085
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5086
            },
5087
            "dist": {
5088
                "type": "zip",
5089
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5090
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5091
                "shasum": ""
5092
            },
5093
            "require": {
5094
                "php": "^7.0"
5095
            },
5096
            "require-dev": {
5097
                "phpunit/phpunit": "^6.0"
5098
            },
5099
            "type": "library",
5100
            "extra": {
5101
                "branch-alias": {
5102
                    "dev-master": "1.1-dev"
5103
                }
5104
            },
5105
            "autoload": {
5106
                "classmap": [
5107
                    "src/"
5108
                ]
5109
            },
5110
            "notification-url": "https://packagist.org/downloads/",
5111
            "license": [
5112
                "BSD-3-Clause"
5113
            ],
5114
            "authors": [
5115
                {
5116
                    "name": "Sebastian Bergmann",
5117
                    "email": "[email protected]"
5118
                }
5119
            ],
5120
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5121
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5122
            "time": "2017-03-29T09:07:27+00:00"
5123
        },
5124
        {
5125
            "name": "sebastian/recursion-context",
5126
            "version": "3.0.0",
5127
            "source": {
5128
                "type": "git",
5129
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5130
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5131
            },
5132
            "dist": {
5133
                "type": "zip",
5134
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5135
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5136
                "shasum": ""
5137
            },
5138
            "require": {
5139
                "php": "^7.0"
5140
            },
5141
            "require-dev": {
5142
                "phpunit/phpunit": "^6.0"
5143
            },
5144
            "type": "library",
5145
            "extra": {
5146
                "branch-alias": {
5147
                    "dev-master": "3.0.x-dev"
5148
                }
5149
            },
5150
            "autoload": {
5151
                "classmap": [
5152
                    "src/"
5153
                ]
5154
            },
5155
            "notification-url": "https://packagist.org/downloads/",
5156
            "license": [
5157
                "BSD-3-Clause"
5158
            ],
5159
            "authors": [
5160
                {
5161
                    "name": "Jeff Welch",
5162
                    "email": "[email protected]"
5163
                },
5164
                {
5165
                    "name": "Sebastian Bergmann",
5166
                    "email": "[email protected]"
5167
                },
5168
                {
5169
                    "name": "Adam Harvey",
5170
                    "email": "[email protected]"
5171
                }
5172
            ],
5173
            "description": "Provides functionality to recursively process PHP variables",
5174
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5175
            "time": "2017-03-03T06:23:57+00:00"
5176
        },
5177
        {
5178
            "name": "sebastian/resource-operations",
5179
            "version": "1.0.0",
5180
            "source": {
5181
                "type": "git",
5182
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5183
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5184
            },
5185
            "dist": {
5186
                "type": "zip",
5187
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5188
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5189
                "shasum": ""
5190
            },
5191
            "require": {
5192
                "php": ">=5.6.0"
5193
            },
5194
            "type": "library",
5195
            "extra": {
5196
                "branch-alias": {
5197
                    "dev-master": "1.0.x-dev"
5198
                }
5199
            },
5200
            "autoload": {
5201
                "classmap": [
5202
                    "src/"
5203
                ]
5204
            },
5205
            "notification-url": "https://packagist.org/downloads/",
5206
            "license": [
5207
                "BSD-3-Clause"
5208
            ],
5209
            "authors": [
5210
                {
5211
                    "name": "Sebastian Bergmann",
5212
                    "email": "[email protected]"
5213
                }
5214
            ],
5215
            "description": "Provides a list of PHP built-in functions that operate on resources",
5216
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5217
            "time": "2015-07-28T20:34:47+00:00"
5218
        },
5219
        {
5220
            "name": "sebastian/version",
5221
            "version": "2.0.1",
5222
            "source": {
5223
                "type": "git",
5224
                "url": "https://github.com/sebastianbergmann/version.git",
5225
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5226
            },
5227
            "dist": {
5228
                "type": "zip",
5229
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5230
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5231
                "shasum": ""
5232
            },
5233
            "require": {
5234
                "php": ">=5.6"
5235
            },
5236
            "type": "library",
5237
            "extra": {
5238
                "branch-alias": {
5239
                    "dev-master": "2.0.x-dev"
5240
                }
5241
            },
5242
            "autoload": {
5243
                "classmap": [
5244
                    "src/"
5245
                ]
5246
            },
5247
            "notification-url": "https://packagist.org/downloads/",
5248
            "license": [
5249
                "BSD-3-Clause"
5250
            ],
5251
            "authors": [
5252
                {
5253
                    "name": "Sebastian Bergmann",
5254
                    "email": "[email protected]",
5255
                    "role": "lead"
5256
                }
5257
            ],
5258
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5259
            "homepage": "https://github.com/sebastianbergmann/version",
5260
            "time": "2016-10-03T07:35:21+00:00"
5261
        },
5262
        {
5263
            "name": "seld/cli-prompt",
5264
            "version": "1.0.3",
5265
            "source": {
5266
                "type": "git",
5267
                "url": "https://github.com/Seldaek/cli-prompt.git",
5268
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
5269
            },
5270
            "dist": {
5271
                "type": "zip",
5272
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
5273
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
5274
                "shasum": ""
5275
            },
5276
            "require": {
5277
                "php": ">=5.3"
5278
            },
5279
            "type": "library",
5280
            "extra": {
5281
                "branch-alias": {
5282
                    "dev-master": "1.x-dev"
5283
                }
5284
            },
5285
            "autoload": {
5286
                "psr-4": {
5287
                    "Seld\\CliPrompt\\": "src/"
5288
                }
5289
            },
5290
            "notification-url": "https://packagist.org/downloads/",
5291
            "license": [
5292
                "MIT"
5293
            ],
5294
            "authors": [
5295
                {
5296
                    "name": "Jordi Boggiano",
5297
                    "email": "[email protected]"
5298
                }
5299
            ],
5300
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
5301
            "keywords": [
5302
                "cli",
5303
                "console",
5304
                "hidden",
5305
                "input",
5306
                "prompt"
5307
            ],
5308
            "time": "2017-03-18T11:32:45+00:00"
5309
        },
5310
        {
5311
            "name": "seld/jsonlint",
5312
            "version": "1.6.1",
5313
            "source": {
5314
                "type": "git",
5315
                "url": "https://github.com/Seldaek/jsonlint.git",
5316
                "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77"
5317
            },
5318
            "dist": {
5319
                "type": "zip",
5320
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
5321
                "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
5322
                "shasum": ""
5323
            },
5324
            "require": {
5325
                "php": "^5.3 || ^7.0"
5326
            },
5327
            "require-dev": {
5328
                "phpunit/phpunit": "^4.5"
5329
            },
5330
            "bin": [
5331
                "bin/jsonlint"
5332
            ],
5333
            "type": "library",
5334
            "autoload": {
5335
                "psr-4": {
5336
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5337
                }
5338
            },
5339
            "notification-url": "https://packagist.org/downloads/",
5340
            "license": [
5341
                "MIT"
5342
            ],
5343
            "authors": [
5344
                {
5345
                    "name": "Jordi Boggiano",
5346
                    "email": "[email protected]",
5347
                    "homepage": "http://seld.be"
5348
                }
5349
            ],
5350
            "description": "JSON Linter",
5351
            "keywords": [
5352
                "json",
5353
                "linter",
5354
                "parser",
5355
                "validator"
5356
            ],
5357
            "time": "2017-06-18T15:11:04+00:00"
5358
        },
5359
        {
5360
            "name": "seld/phar-utils",
5361
            "version": "1.0.1",
5362
            "source": {
5363
                "type": "git",
5364
                "url": "https://github.com/Seldaek/phar-utils.git",
5365
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
5366
            },
5367
            "dist": {
5368
                "type": "zip",
5369
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
5370
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
5371
                "shasum": ""
5372
            },
5373
            "require": {
5374
                "php": ">=5.3"
5375
            },
5376
            "type": "library",
5377
            "extra": {
5378
                "branch-alias": {
5379
                    "dev-master": "1.x-dev"
5380
                }
5381
            },
5382
            "autoload": {
5383
                "psr-4": {
5384
                    "Seld\\PharUtils\\": "src/"
5385
                }
5386
            },
5387
            "notification-url": "https://packagist.org/downloads/",
5388
            "license": [
5389
                "MIT"
5390
            ],
5391
            "authors": [
5392
                {
5393
                    "name": "Jordi Boggiano",
5394
                    "email": "[email protected]"
5395
                }
5396
            ],
5397
            "description": "PHAR file format utilities, for when PHP phars you up",
5398
            "keywords": [
5399
                "phra"
5400
            ],
5401
            "time": "2015-10-13T18:44:15+00:00"
5402
        },
5403
        {
5404
            "name": "squizlabs/php_codesniffer",
5405
            "version": "2.9.1",
5406
            "source": {
5407
                "type": "git",
5408
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5409
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
5410
            },
5411
            "dist": {
5412
                "type": "zip",
5413
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
5414
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
5415
                "shasum": ""
5416
            },
5417
            "require": {
5418
                "ext-simplexml": "*",
5419
                "ext-tokenizer": "*",
5420
                "ext-xmlwriter": "*",
5421
                "php": ">=5.1.2"
5422
            },
5423
            "require-dev": {
5424
                "phpunit/phpunit": "~4.0"
5425
            },
5426
            "bin": [
5427
                "scripts/phpcs",
5428
                "scripts/phpcbf"
5429
            ],
5430
            "type": "library",
5431
            "extra": {
5432
                "branch-alias": {
5433
                    "dev-master": "2.x-dev"
5434
                }
5435
            },
5436
            "autoload": {
5437
                "classmap": [
5438
                    "CodeSniffer.php",
5439
                    "CodeSniffer/CLI.php",
5440
                    "CodeSniffer/Exception.php",
5441
                    "CodeSniffer/File.php",
5442
                    "CodeSniffer/Fixer.php",
5443
                    "CodeSniffer/Report.php",
5444
                    "CodeSniffer/Reporting.php",
5445
                    "CodeSniffer/Sniff.php",
5446
                    "CodeSniffer/Tokens.php",
5447
                    "CodeSniffer/Reports/",
5448
                    "CodeSniffer/Tokenizers/",
5449
                    "CodeSniffer/DocGenerators/",
5450
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5451
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5452
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5453
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5454
                    "CodeSniffer/Standards/Generic/Sniffs/",
5455
                    "CodeSniffer/Standards/MySource/Sniffs/",
5456
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5457
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5458
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5459
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5460
                    "CodeSniffer/Standards/Zend/Sniffs/"
5461
                ]
5462
            },
5463
            "notification-url": "https://packagist.org/downloads/",
5464
            "license": [
5465
                "BSD-3-Clause"
5466
            ],
5467
            "authors": [
5468
                {
5469
                    "name": "Greg Sherwood",
5470
                    "role": "lead"
5471
                }
5472
            ],
5473
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5474
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5475
            "keywords": [
5476
                "phpcs",
5477
                "standards"
5478
            ],
5479
            "time": "2017-05-22T02:43:20+00:00"
5480
        },
5481
        {
5482
            "name": "symfony/config",
5483
            "version": "v3.3.9",
5484
            "source": {
5485
                "type": "git",
5486
                "url": "https://github.com/symfony/config.git",
5487
                "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315"
5488
            },
5489
            "dist": {
5490
                "type": "zip",
5491
                "url": "https://api.github.com/repos/symfony/config/zipball/f9f19a39ee178f61bb2190f51ff7c517c2159315",
5492
                "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315",
5493
                "shasum": ""
5494
            },
5495
            "require": {
5496
                "php": "^5.5.9|>=7.0.8",
5497
                "symfony/filesystem": "~2.8|~3.0"
5498
            },
5499
            "conflict": {
5500
                "symfony/dependency-injection": "<3.3",
5501
                "symfony/finder": "<3.3"
5502
            },
5503
            "require-dev": {
5504
                "symfony/dependency-injection": "~3.3",
5505
                "symfony/finder": "~3.3",
5506
                "symfony/yaml": "~3.0"
5507
            },
5508
            "suggest": {
5509
                "symfony/yaml": "To use the yaml reference dumper"
5510
            },
5511
            "type": "library",
5512
            "extra": {
5513
                "branch-alias": {
5514
                    "dev-master": "3.3-dev"
5515
                }
5516
            },
5517
            "autoload": {
5518
                "psr-4": {
5519
                    "Symfony\\Component\\Config\\": ""
5520
                },
5521
                "exclude-from-classmap": [
5522
                    "/Tests/"
5523
                ]
5524
            },
5525
            "notification-url": "https://packagist.org/downloads/",
5526
            "license": [
5527
                "MIT"
5528
            ],
5529
            "authors": [
5530
                {
5531
                    "name": "Fabien Potencier",
5532
                    "email": "[email protected]"
5533
                },
5534
                {
5535
                    "name": "Symfony Community",
5536
                    "homepage": "https://symfony.com/contributors"
5537
                }
5538
            ],
5539
            "description": "Symfony Config Component",
5540
            "homepage": "https://symfony.com",
5541
            "time": "2017-09-04T16:28:07+00:00"
5542
        },
5543
        {
5544
            "name": "symfony/console",
5545
            "version": "v3.3.9",
5546
            "source": {
5547
                "type": "git",
5548
                "url": "https://github.com/symfony/console.git",
5549
                "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf"
5550
            },
5551
            "dist": {
5552
                "type": "zip",
5553
                "url": "https://api.github.com/repos/symfony/console/zipball/a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
5554
                "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
5555
                "shasum": ""
5556
            },
5557
            "require": {
5558
                "php": "^5.5.9|>=7.0.8",
5559
                "symfony/debug": "~2.8|~3.0",
5560
                "symfony/polyfill-mbstring": "~1.0"
5561
            },
5562
            "conflict": {
5563
                "symfony/dependency-injection": "<3.3"
5564
            },
5565
            "require-dev": {
5566
                "psr/log": "~1.0",
5567
                "symfony/config": "~3.3",
5568
                "symfony/dependency-injection": "~3.3",
5569
                "symfony/event-dispatcher": "~2.8|~3.0",
5570
                "symfony/filesystem": "~2.8|~3.0",
5571
                "symfony/process": "~2.8|~3.0"
5572
            },
5573
            "suggest": {
5574
                "psr/log": "For using the console logger",
5575
                "symfony/event-dispatcher": "",
5576
                "symfony/filesystem": "",
5577
                "symfony/process": ""
5578
            },
5579
            "type": "library",
5580
            "extra": {
5581
                "branch-alias": {
5582
                    "dev-master": "3.3-dev"
5583
                }
5584
            },
5585
            "autoload": {
5586
                "psr-4": {
5587
                    "Symfony\\Component\\Console\\": ""
5588
                },
5589
                "exclude-from-classmap": [
5590
                    "/Tests/"
5591
                ]
5592
            },
5593
            "notification-url": "https://packagist.org/downloads/",
5594
            "license": [
5595
                "MIT"
5596
            ],
5597
            "authors": [
5598
                {
5599
                    "name": "Fabien Potencier",
5600
                    "email": "[email protected]"
5601
                },
5602
                {
5603
                    "name": "Symfony Community",
5604
                    "homepage": "https://symfony.com/contributors"
5605
                }
5606
            ],
5607
            "description": "Symfony Console Component",
5608
            "homepage": "https://symfony.com",
5609
            "time": "2017-09-06T16:40:18+00:00"
5610
        },
5611
        {
5612
            "name": "symfony/debug",
5613
            "version": "v3.3.9",
5614
            "source": {
5615
                "type": "git",
5616
                "url": "https://github.com/symfony/debug.git",
5617
                "reference": "8beb24eec70b345c313640962df933499373a944"
5618
            },
5619
            "dist": {
5620
                "type": "zip",
5621
                "url": "https://api.github.com/repos/symfony/debug/zipball/8beb24eec70b345c313640962df933499373a944",
5622
                "reference": "8beb24eec70b345c313640962df933499373a944",
5623
                "shasum": ""
5624
            },
5625
            "require": {
5626
                "php": "^5.5.9|>=7.0.8",
5627
                "psr/log": "~1.0"
5628
            },
5629
            "conflict": {
5630
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
5631
            },
5632
            "require-dev": {
5633
                "symfony/http-kernel": "~2.8|~3.0"
5634
            },
5635
            "type": "library",
5636
            "extra": {
5637
                "branch-alias": {
5638
                    "dev-master": "3.3-dev"
5639
                }
5640
            },
5641
            "autoload": {
5642
                "psr-4": {
5643
                    "Symfony\\Component\\Debug\\": ""
5644
                },
5645
                "exclude-from-classmap": [
5646
                    "/Tests/"
5647
                ]
5648
            },
5649
            "notification-url": "https://packagist.org/downloads/",
5650
            "license": [
5651
                "MIT"
5652
            ],
5653
            "authors": [
5654
                {
5655
                    "name": "Fabien Potencier",
5656
                    "email": "[email protected]"
5657
                },
5658
                {
5659
                    "name": "Symfony Community",
5660
                    "homepage": "https://symfony.com/contributors"
5661
                }
5662
            ],
5663
            "description": "Symfony Debug Component",
5664
            "homepage": "https://symfony.com",
5665
            "time": "2017-09-01T13:23:39+00:00"
5666
        },
5667
        {
5668
            "name": "symfony/dependency-injection",
5669
            "version": "v3.3.9",
5670
            "source": {
5671
                "type": "git",
5672
                "url": "https://github.com/symfony/dependency-injection.git",
5673
                "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2"
5674
            },
5675
            "dist": {
5676
                "type": "zip",
5677
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
5678
                "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
5679
                "shasum": ""
5680
            },
5681
            "require": {
5682
                "php": "^5.5.9|>=7.0.8",
5683
                "psr/container": "^1.0"
5684
            },
5685
            "conflict": {
5686
                "symfony/config": "<3.3.1",
5687
                "symfony/finder": "<3.3",
5688
                "symfony/yaml": "<3.3"
5689
            },
5690
            "provide": {
5691
                "psr/container-implementation": "1.0"
5692
            },
5693
            "require-dev": {
5694
                "symfony/config": "~3.3",
5695
                "symfony/expression-language": "~2.8|~3.0",
5696
                "symfony/yaml": "~3.3"
5697
            },
5698
            "suggest": {
5699
                "symfony/config": "",
5700
                "symfony/expression-language": "For using expressions in service container configuration",
5701
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
5702
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
5703
                "symfony/yaml": ""
5704
            },
5705
            "type": "library",
5706
            "extra": {
5707
                "branch-alias": {
5708
                    "dev-master": "3.3-dev"
5709
                }
5710
            },
5711
            "autoload": {
5712
                "psr-4": {
5713
                    "Symfony\\Component\\DependencyInjection\\": ""
5714
                },
5715
                "exclude-from-classmap": [
5716
                    "/Tests/"
5717
                ]
5718
            },
5719
            "notification-url": "https://packagist.org/downloads/",
5720
            "license": [
5721
                "MIT"
5722
            ],
5723
            "authors": [
5724
                {
5725
                    "name": "Fabien Potencier",
5726
                    "email": "[email protected]"
5727
                },
5728
                {
5729
                    "name": "Symfony Community",
5730
                    "homepage": "https://symfony.com/contributors"
5731
                }
5732
            ],
5733
            "description": "Symfony DependencyInjection Component",
5734
            "homepage": "https://symfony.com",
5735
            "time": "2017-09-05T20:39:38+00:00"
5736
        },
5737
        {
5738
            "name": "symfony/event-dispatcher",
5739
            "version": "v3.3.9",
5740
            "source": {
5741
                "type": "git",
5742
                "url": "https://github.com/symfony/event-dispatcher.git",
5743
                "reference": "54ca9520a00386f83bca145819ad3b619aaa2485"
5744
            },
5745
            "dist": {
5746
                "type": "zip",
5747
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54ca9520a00386f83bca145819ad3b619aaa2485",
5748
                "reference": "54ca9520a00386f83bca145819ad3b619aaa2485",
5749
                "shasum": ""
5750
            },
5751
            "require": {
5752
                "php": "^5.5.9|>=7.0.8"
5753
            },
5754
            "conflict": {
5755
                "symfony/dependency-injection": "<3.3"
5756
            },
5757
            "require-dev": {
5758
                "psr/log": "~1.0",
5759
                "symfony/config": "~2.8|~3.0",
5760
                "symfony/dependency-injection": "~3.3",
5761
                "symfony/expression-language": "~2.8|~3.0",
5762
                "symfony/stopwatch": "~2.8|~3.0"
5763
            },
5764
            "suggest": {
5765
                "symfony/dependency-injection": "",
5766
                "symfony/http-kernel": ""
5767
            },
5768
            "type": "library",
5769
            "extra": {
5770
                "branch-alias": {
5771
                    "dev-master": "3.3-dev"
5772
                }
5773
            },
5774
            "autoload": {
5775
                "psr-4": {
5776
                    "Symfony\\Component\\EventDispatcher\\": ""
5777
                },
5778
                "exclude-from-classmap": [
5779
                    "/Tests/"
5780
                ]
5781
            },
5782
            "notification-url": "https://packagist.org/downloads/",
5783
            "license": [
5784
                "MIT"
5785
            ],
5786
            "authors": [
5787
                {
5788
                    "name": "Fabien Potencier",
5789
                    "email": "[email protected]"
5790
                },
5791
                {
5792
                    "name": "Symfony Community",
5793
                    "homepage": "https://symfony.com/contributors"
5794
                }
5795
            ],
5796
            "description": "Symfony EventDispatcher Component",
5797
            "homepage": "https://symfony.com",
5798
            "time": "2017-07-29T21:54:42+00:00"
5799
        },
5800
        {
5801
            "name": "symfony/filesystem",
5802
            "version": "v3.3.9",
5803
            "source": {
5804
                "type": "git",
5805
                "url": "https://github.com/symfony/filesystem.git",
5806
                "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb"
5807
            },
5808
            "dist": {
5809
                "type": "zip",
5810
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
5811
                "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
5812
                "shasum": ""
5813
            },
5814
            "require": {
5815
                "php": "^5.5.9|>=7.0.8"
5816
            },
5817
            "type": "library",
5818
            "extra": {
5819
                "branch-alias": {
5820
                    "dev-master": "3.3-dev"
5821
                }
5822
            },
5823
            "autoload": {
5824
                "psr-4": {
5825
                    "Symfony\\Component\\Filesystem\\": ""
5826
                },
5827
                "exclude-from-classmap": [
5828
                    "/Tests/"
5829
                ]
5830
            },
5831
            "notification-url": "https://packagist.org/downloads/",
5832
            "license": [
5833
                "MIT"
5834
            ],
5835
            "authors": [
5836
                {
5837
                    "name": "Fabien Potencier",
5838
                    "email": "[email protected]"
5839
                },
5840
                {
5841
                    "name": "Symfony Community",
5842
                    "homepage": "https://symfony.com/contributors"
5843
                }
5844
            ],
5845
            "description": "Symfony Filesystem Component",
5846
            "homepage": "https://symfony.com",
5847
            "time": "2017-07-29T21:54:42+00:00"
5848
        },
5849
        {
5850
            "name": "symfony/finder",
5851
            "version": "v3.3.9",
5852
            "source": {
5853
                "type": "git",
5854
                "url": "https://github.com/symfony/finder.git",
5855
                "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e"
5856
            },
5857
            "dist": {
5858
                "type": "zip",
5859
                "url": "https://api.github.com/repos/symfony/finder/zipball/b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
5860
                "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
5861
                "shasum": ""
5862
            },
5863
            "require": {
5864
                "php": "^5.5.9|>=7.0.8"
5865
            },
5866
            "type": "library",
5867
            "extra": {
5868
                "branch-alias": {
5869
                    "dev-master": "3.3-dev"
5870
                }
5871
            },
5872
            "autoload": {
5873
                "psr-4": {
5874
                    "Symfony\\Component\\Finder\\": ""
5875
                },
5876
                "exclude-from-classmap": [
5877
                    "/Tests/"
5878
                ]
5879
            },
5880
            "notification-url": "https://packagist.org/downloads/",
5881
            "license": [
5882
                "MIT"
5883
            ],
5884
            "authors": [
5885
                {
5886
                    "name": "Fabien Potencier",
5887
                    "email": "[email protected]"
5888
                },
5889
                {
5890
                    "name": "Symfony Community",
5891
                    "homepage": "https://symfony.com/contributors"
5892
                }
5893
            ],
5894
            "description": "Symfony Finder Component",
5895
            "homepage": "https://symfony.com",
5896
            "time": "2017-07-29T21:54:42+00:00"
5897
        },
5898
        {
5899
            "name": "symfony/options-resolver",
5900
            "version": "v3.3.9",
5901
            "source": {
5902
                "type": "git",
5903
                "url": "https://github.com/symfony/options-resolver.git",
5904
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6"
5905
            },
5906
            "dist": {
5907
                "type": "zip",
5908
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
5909
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
5910
                "shasum": ""
5911
            },
5912
            "require": {
5913
                "php": "^5.5.9|>=7.0.8"
5914
            },
5915
            "type": "library",
5916
            "extra": {
5917
                "branch-alias": {
5918
                    "dev-master": "3.3-dev"
5919
                }
5920
            },
5921
            "autoload": {
5922
                "psr-4": {
5923
                    "Symfony\\Component\\OptionsResolver\\": ""
5924
                },
5925
                "exclude-from-classmap": [
5926
                    "/Tests/"
5927
                ]
5928
            },
5929
            "notification-url": "https://packagist.org/downloads/",
5930
            "license": [
5931
                "MIT"
5932
            ],
5933
            "authors": [
5934
                {
5935
                    "name": "Fabien Potencier",
5936
                    "email": "[email protected]"
5937
                },
5938
                {
5939
                    "name": "Symfony Community",
5940
                    "homepage": "https://symfony.com/contributors"
5941
                }
5942
            ],
5943
            "description": "Symfony OptionsResolver Component",
5944
            "homepage": "https://symfony.com",
5945
            "keywords": [
5946
                "config",
5947
                "configuration",
5948
                "options"
5949
            ],
5950
            "time": "2017-07-29T21:54:42+00:00"
5951
        },
5952
        {
5953
            "name": "symfony/polyfill-mbstring",
5954
            "version": "v1.5.0",
5955
            "source": {
5956
                "type": "git",
5957
                "url": "https://github.com/symfony/polyfill-mbstring.git",
5958
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
5959
            },
5960
            "dist": {
5961
                "type": "zip",
5962
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
5963
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
5964
                "shasum": ""
5965
            },
5966
            "require": {
5967
                "php": ">=5.3.3"
5968
            },
5969
            "suggest": {
5970
                "ext-mbstring": "For best performance"
5971
            },
5972
            "type": "library",
5973
            "extra": {
5974
                "branch-alias": {
5975
                    "dev-master": "1.5-dev"
5976
                }
5977
            },
5978
            "autoload": {
5979
                "psr-4": {
5980
                    "Symfony\\Polyfill\\Mbstring\\": ""
5981
                },
5982
                "files": [
5983
                    "bootstrap.php"
5984
                ]
5985
            },
5986
            "notification-url": "https://packagist.org/downloads/",
5987
            "license": [
5988
                "MIT"
5989
            ],
5990
            "authors": [
5991
                {
5992
                    "name": "Nicolas Grekas",
5993
                    "email": "[email protected]"
5994
                },
5995
                {
5996
                    "name": "Symfony Community",
5997
                    "homepage": "https://symfony.com/contributors"
5998
                }
5999
            ],
6000
            "description": "Symfony polyfill for the Mbstring extension",
6001
            "homepage": "https://symfony.com",
6002
            "keywords": [
6003
                "compatibility",
6004
                "mbstring",
6005
                "polyfill",
6006
                "portable",
6007
                "shim"
6008
            ],
6009
            "time": "2017-06-14T15:44:48+00:00"
6010
        },
6011
        {
6012
            "name": "symfony/proxy-manager-bridge",
6013
            "version": "v3.3.9",
6014
            "source": {
6015
                "type": "git",
6016
                "url": "https://github.com/symfony/proxy-manager-bridge.git",
6017
                "reference": "525756137287cef51ecf5071daa98dbd6010be8e"
6018
            },
6019
            "dist": {
6020
                "type": "zip",
6021
                "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/525756137287cef51ecf5071daa98dbd6010be8e",
6022
                "reference": "525756137287cef51ecf5071daa98dbd6010be8e",
6023
                "shasum": ""
6024
            },
6025
            "require": {
6026
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6027
                "php": "^5.5.9|>=7.0.8",
6028
                "symfony/dependency-injection": "~2.8|~3.0"
6029
            },
6030
            "require-dev": {
6031
                "symfony/config": "~2.8|~3.0"
6032
            },
6033
            "type": "symfony-bridge",
6034
            "extra": {
6035
                "branch-alias": {
6036
                    "dev-master": "3.3-dev"
6037
                }
6038
            },
6039
            "autoload": {
6040
                "psr-4": {
6041
                    "Symfony\\Bridge\\ProxyManager\\": ""
6042
                },
6043
                "exclude-from-classmap": [
6044
                    "/Tests/"
6045
                ]
6046
            },
6047
            "notification-url": "https://packagist.org/downloads/",
6048
            "license": [
6049
                "MIT"
6050
            ],
6051
            "authors": [
6052
                {
6053
                    "name": "Fabien Potencier",
6054
                    "email": "[email protected]"
6055
                },
6056
                {
6057
                    "name": "Symfony Community",
6058
                    "homepage": "https://symfony.com/contributors"
6059
                }
6060
            ],
6061
            "description": "Symfony ProxyManager Bridge",
6062
            "homepage": "https://symfony.com",
6063
            "time": "2017-08-03T12:14:47+00:00"
6064
        },
6065
        {
6066
            "name": "symfony/yaml",
6067
            "version": "v3.3.9",
6068
            "source": {
6069
                "type": "git",
6070
                "url": "https://github.com/symfony/yaml.git",
6071
                "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0"
6072
            },
6073
            "dist": {
6074
                "type": "zip",
6075
                "url": "https://api.github.com/repos/symfony/yaml/zipball/1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
6076
                "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
6077
                "shasum": ""
6078
            },
6079
            "require": {
6080
                "php": "^5.5.9|>=7.0.8"
6081
            },
6082
            "require-dev": {
6083
                "symfony/console": "~2.8|~3.0"
6084
            },
6085
            "suggest": {
6086
                "symfony/console": "For validating YAML files using the lint command"
6087
            },
6088
            "type": "library",
6089
            "extra": {
6090
                "branch-alias": {
6091
                    "dev-master": "3.3-dev"
6092
                }
6093
            },
6094
            "autoload": {
6095
                "psr-4": {
6096
                    "Symfony\\Component\\Yaml\\": ""
6097
                },
6098
                "exclude-from-classmap": [
6099
                    "/Tests/"
6100
                ]
6101
            },
6102
            "notification-url": "https://packagist.org/downloads/",
6103
            "license": [
6104
                "MIT"
6105
            ],
6106
            "authors": [
6107
                {
6108
                    "name": "Fabien Potencier",
6109
                    "email": "[email protected]"
6110
                },
6111
                {
6112
                    "name": "Symfony Community",
6113
                    "homepage": "https://symfony.com/contributors"
6114
                }
6115
            ],
6116
            "description": "Symfony Yaml Component",
6117
            "homepage": "https://symfony.com",
6118
            "time": "2017-07-29T21:54:42+00:00"
6119
        },
6120
        {
6121
            "name": "theseer/tokenizer",
6122
            "version": "1.1.0",
6123
            "source": {
6124
                "type": "git",
6125
                "url": "https://github.com/theseer/tokenizer.git",
6126
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
6127
            },
6128
            "dist": {
6129
                "type": "zip",
6130
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6131
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6132
                "shasum": ""
6133
            },
6134
            "require": {
6135
                "ext-dom": "*",
6136
                "ext-tokenizer": "*",
6137
                "ext-xmlwriter": "*",
6138
                "php": "^7.0"
6139
            },
6140
            "type": "library",
6141
            "autoload": {
6142
                "classmap": [
6143
                    "src/"
6144
                ]
6145
            },
6146
            "notification-url": "https://packagist.org/downloads/",
6147
            "license": [
6148
                "BSD-3-Clause"
6149
            ],
6150
            "authors": [
6151
                {
6152
                    "name": "Arne Blankerts",
6153
                    "email": "[email protected]",
6154
                    "role": "Developer"
6155
                }
6156
            ],
6157
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6158
            "time": "2017-04-07T12:08:54+00:00"
6159
        },
6160
        {
6161
            "name": "tobiju/bookdown-bootswatch-templates",
6162
            "version": "1.1.0",
6163
            "source": {
6164
                "type": "git",
6165
                "url": "https://github.com/tobiju/bookdown-bootswatch-templates.git",
6166
                "reference": "bc74d81c1b5dc8e25e1913cba3b7aa95e534d028"
6167
            },
6168
            "dist": {
6169
                "type": "zip",
6170
                "url": "https://api.github.com/repos/tobiju/bookdown-bootswatch-templates/zipball/bc74d81c1b5dc8e25e1913cba3b7aa95e534d028",
6171
                "reference": "bc74d81c1b5dc8e25e1913cba3b7aa95e534d028",
6172
                "shasum": ""
6173
            },
6174
            "require": {
6175
                "bookdown/bookdown": "^1.0.0"
6176
            },
6177
            "type": "library",
6178
            "extra": {
6179
                "branch-alias": {
6180
                    "dev-master": "1.0-dev",
6181
                    "dev-develop": "1.1-dev"
6182
                }
6183
            },
6184
            "notification-url": "https://packagist.org/downloads/",
6185
            "license": [
6186
                "BSD-3-Clause"
6187
            ],
6188
            "authors": [
6189
                {
6190
                    "name": "Bookdown Bootswatch Templates Contributors",
6191
                    "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates/contributors"
6192
                }
6193
            ],
6194
            "description": "Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting",
6195
            "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates",
6196
            "keywords": [
6197
                "bookdown",
6198
                "docbook",
6199
                "docs",
6200
                "documentation",
6201
                "highlighting",
6202
                "manual",
6203
                "markdown",
6204
                "static site",
6205
                "syntax",
6206
                "templates"
6207
            ],
6208
            "time": "2017-01-22T14:52:00+00:00"
6209
        },
6210
        {
6211
            "name": "webmozart/assert",
6212
            "version": "1.2.0",
6213
            "source": {
6214
                "type": "git",
6215
                "url": "https://github.com/webmozart/assert.git",
6216
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
6217
            },
6218
            "dist": {
6219
                "type": "zip",
6220
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
6221
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
6222
                "shasum": ""
6223
            },
6224
            "require": {
6225
                "php": "^5.3.3 || ^7.0"
6226
            },
6227
            "require-dev": {
6228
                "phpunit/phpunit": "^4.6",
6229
                "sebastian/version": "^1.0.1"
6230
            },
6231
            "type": "library",
6232
            "extra": {
6233
                "branch-alias": {
6234
                    "dev-master": "1.3-dev"
6235
                }
6236
            },
6237
            "autoload": {
6238
                "psr-4": {
6239
                    "Webmozart\\Assert\\": "src/"
6240
                }
6241
            },
6242
            "notification-url": "https://packagist.org/downloads/",
6243
            "license": [
6244
                "MIT"
6245
            ],
6246
            "authors": [
6247
                {
6248
                    "name": "Bernhard Schussek",
6249
                    "email": "[email protected]"
6250
                }
6251
            ],
6252
            "description": "Assertions to validate method input/output with nice error messages.",
6253
            "keywords": [
6254
                "assert",
6255
                "check",
6256
                "validate"
6257
            ],
6258
            "time": "2016-11-23T20:04:58+00:00"
6259
        },
6260
        {
6261
            "name": "zendframework/zend-code",
6262
            "version": "3.1.0",
6263
            "source": {
6264
                "type": "git",
6265
                "url": "https://github.com/zendframework/zend-code.git",
6266
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
6267
            },
6268
            "dist": {
6269
                "type": "zip",
6270
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
6271
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
6272
                "shasum": ""
6273
            },
6274
            "require": {
6275
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
6276
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6277
            },
6278
            "require-dev": {
6279
                "doctrine/annotations": "~1.0",
6280
                "ext-phar": "*",
6281
                "phpunit/phpunit": "^4.8.21",
6282
                "squizlabs/php_codesniffer": "^2.5",
6283
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
6284
            },
6285
            "suggest": {
6286
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6287
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
6288
            },
6289
            "type": "library",
6290
            "extra": {
6291
                "branch-alias": {
6292
                    "dev-master": "3.1-dev",
6293
                    "dev-develop": "3.2-dev"
6294
                }
6295
            },
6296
            "autoload": {
6297
                "psr-4": {
6298
                    "Zend\\Code\\": "src/"
6299
                }
6300
            },
6301
            "notification-url": "https://packagist.org/downloads/",
6302
            "license": [
6303
                "BSD-3-Clause"
6304
            ],
6305
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
6306
            "homepage": "https://github.com/zendframework/zend-code",
6307
            "keywords": [
6308
                "code",
6309
                "zf2"
6310
            ],
6311
            "time": "2016-10-24T13:23:32+00:00"
6312
        },
6313
        {
6314
            "name": "zendframework/zend-eventmanager",
6315
            "version": "3.2.0",
6316
            "source": {
6317
                "type": "git",
6318
                "url": "https://github.com/zendframework/zend-eventmanager.git",
6319
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
6320
            },
6321
            "dist": {
6322
                "type": "zip",
6323
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6324
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6325
                "shasum": ""
6326
            },
6327
            "require": {
6328
                "php": "^5.6 || ^7.0"
6329
            },
6330
            "require-dev": {
6331
                "athletic/athletic": "^0.1",
6332
                "container-interop/container-interop": "^1.1.0",
6333
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
6334
                "zendframework/zend-coding-standard": "~1.0.0",
6335
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6336
            },
6337
            "suggest": {
6338
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6339
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6340
            },
6341
            "type": "library",
6342
            "extra": {
6343
                "branch-alias": {
6344
                    "dev-master": "3.2-dev",
6345
                    "dev-develop": "3.3-dev"
6346
                }
6347
            },
6348
            "autoload": {
6349
                "psr-4": {
6350
                    "Zend\\EventManager\\": "src/"
6351
                }
6352
            },
6353
            "notification-url": "https://packagist.org/downloads/",
6354
            "license": [
6355
                "BSD-3-Clause"
6356
            ],
6357
            "description": "Trigger and listen to events within a PHP application",
6358
            "homepage": "https://github.com/zendframework/zend-eventmanager",
6359
            "keywords": [
6360
                "event",
6361
                "eventmanager",
6362
                "events",
6363
                "zf2"
6364
            ],
6365
            "time": "2017-07-11T19:17:22+00:00"
6366
        }
6367
    ],
6368
    "aliases": [],
6369
    "minimum-stability": "stable",
6370
    "stability-flags": [],
6371
    "prefer-stable": false,
6372
    "prefer-lowest": false,
6373
    "platform": {
6374
        "php": "^7.0"
6375
    },
6376
    "platform-dev": []
6377
}
6378