Completed
Push — master ( d17cb7...e5161e )
by Luc
09:26 queued 03:02
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": "6179c2b2fb7d9b9938bea175fe2c65fd",
8
    "packages": [
9
        {
10
            "name": "2dotstwice/collection",
11
            "version": "dev-master",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/2dotstwice/php-collection.git",
15
                "reference": "d681e91e6441b68e6abad4f2634cda869cefafc9"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/2dotstwice/php-collection/zipball/d681e91e6441b68e6abad4f2634cda869cefafc9",
20
                "reference": "d681e91e6441b68e6abad4f2634cda869cefafc9",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.5"
25
            },
26
            "require-dev": {
27
                "phing/phing": "~2.11",
28
                "phpunit/php-token-stream": "1.4.6",
29
                "phpunit/phpunit": "~4.8",
30
                "satooshi/php-coveralls": "~0.7",
31
                "squizlabs/php_codesniffer": "~2.3"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "1.x-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "TwoDotsTwice\\Collection\\": "src/"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "Apache-2.0"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Bert Ramakers",
51
                    "email": "[email protected]",
52
                    "homepage": "http://2dotstwice.be",
53
                    "role": "Developer"
54
                }
55
            ],
56
            "description": " Library for creating collection classes with strict typing.",
57
            "time": "2015-12-16 09:28:40"
58
        },
59
        {
60
            "name": "beberlei/assert",
61
            "version": "v2.7.3",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/beberlei/assert.git",
65
                "reference": "5972776d6a9eedfd3c55216341434e19cb50418f"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/beberlei/assert/zipball/5972776d6a9eedfd3c55216341434e19cb50418f",
70
                "reference": "5972776d6a9eedfd3c55216341434e19cb50418f",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "ext-mbstring": "*",
75
                "php": ">=5.3"
76
            },
77
            "require-dev": {
78
                "friendsofphp/php-cs-fixer": "^2.0",
79
                "phpunit/phpunit": "@stable"
80
            },
81
            "type": "library",
82
            "autoload": {
83
                "psr-4": {
84
                    "Assert\\": "lib/Assert"
85
                },
86
                "files": [
87
                    "lib/Assert/functions.php"
88
                ]
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "BSD-2-Clause"
93
            ],
94
            "authors": [
95
                {
96
                    "name": "Benjamin Eberlei",
97
                    "email": "[email protected]",
98
                    "role": "Lead Developer"
99
                },
100
                {
101
                    "name": "Richard Quadling",
102
                    "email": "[email protected]",
103
                    "role": "Collaborator"
104
                }
105
            ],
106
            "description": "Thin assertion library for input validation in business models.",
107
            "keywords": [
108
                "assert",
109
                "assertion",
110
                "validation"
111
            ],
112
            "time": "2017-01-24T15:14:39+00:00"
113
        },
114
        {
115
            "name": "broadway/broadway",
116
            "version": "0.10.0",
117
            "source": {
118
                "type": "git",
119
                "url": "https://github.com/broadway/broadway.git",
120
                "reference": "f9b3916fe0de097db588689b5f458a9cfa3dd9a7"
121
            },
122
            "dist": {
123
                "type": "zip",
124
                "url": "https://api.github.com/repos/broadway/broadway/zipball/f9b3916fe0de097db588689b5f458a9cfa3dd9a7",
125
                "reference": "f9b3916fe0de097db588689b5f458a9cfa3dd9a7",
126
                "shasum": ""
127
            },
128
            "require": {
129
                "beberlei/assert": "~2.0",
130
                "broadway/uuid-generator": "~0.1.0",
131
                "php": ">=5.5.9",
132
                "ramsey/uuid": "~2.4"
133
            },
134
            "require-dev": {
135
                "doctrine/dbal": "~2.4",
136
                "doctrine/mongodb": "~1.0",
137
                "elasticsearch/elasticsearch": "~1.0|^2.0",
138
                "instaclick/base-test-bundle": "~0.5",
139
                "monolog/monolog": "~1.8",
140
                "phpunit/phpunit": "^4.8",
141
                "symfony/console": "~2.4",
142
                "symfony/proxy-manager-bridge": "~2.4"
143
            },
144
            "suggest": {
145
                "doctrine/dbal": "For the BroadwayBundle (to persist events)",
146
                "doctrine/mongodb": "For persisting saga states (required for BroadwayBundle)",
147
                "elasticsearch/elasticsearch": "For persisting read models (required for BroadwayBundle)",
148
                "psr/log-implementation": "Implementation for PSR3, LoggerInterface",
149
                "symfony/console": "For the BroadwayBundle",
150
                "symfony/proxy-manager-bridge": "For the BroadwayBundle"
151
            },
152
            "type": "library",
153
            "extra": {
154
                "branch-alias": {
155
                    "dev-master": "1.0.x-dev"
156
                }
157
            },
158
            "autoload": {
159
                "psr-0": {
160
                    "Broadway\\": "src/"
161
                }
162
            },
163
            "notification-url": "https://packagist.org/downloads/",
164
            "license": [
165
                "MIT"
166
            ],
167
            "authors": [
168
                {
169
                    "name": "othillo",
170
                    "email": "[email protected]"
171
                },
172
                {
173
                    "name": "Alexander",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Qandidate.com",
178
                    "homepage": "http://labs.qandidate.com/"
179
                },
180
                {
181
                    "name": "Willem-Jan",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Emil",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Fritsjan",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Infrastructure and testing helpers for creating CQRS and event sourced applications.",
194
            "keywords": [
195
                "cqrs",
196
                "ddd",
197
                "domain-driven design",
198
                "event sourcing"
199
            ],
200
            "time": "2016-12-07T08:03:00+00:00"
201
        },
202
        {
203
            "name": "broadway/uuid-generator",
204
            "version": "0.1.0",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/qandidate-labs/broadway-uuid-generator.git",
208
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/qandidate-labs/broadway-uuid-generator/zipball/58380b723c671807131fe9ac0ff077f162be47bb",
213
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb",
214
                "shasum": ""
215
            },
216
            "require-dev": {
217
                "rhumsaa/uuid": "~2.4"
218
            },
219
            "suggest": {
220
                "rhumsaa/uuid": "Allows creating UUIDs"
221
            },
222
            "type": "library",
223
            "autoload": {
224
                "psr-0": {
225
                    "Broadway\\UuidGenerator\\": "src/"
226
                }
227
            },
228
            "notification-url": "https://packagist.org/downloads/",
229
            "license": [
230
                "MIT"
231
            ],
232
            "description": "UUID generator for broadway/broadway.",
233
            "time": "2014-09-12T14:14:07+00:00"
234
        },
235
        {
236
            "name": "chrisboulton/php-resque",
237
            "version": "1.2",
238
            "source": {
239
                "type": "git",
240
                "url": "https://github.com/chrisboulton/php-resque.git",
241
                "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0"
242
            },
243
            "dist": {
244
                "type": "zip",
245
                "url": "https://api.github.com/repos/chrisboulton/php-resque/zipball/0549d6c88a4aed934655b7c03b6153349d6c3ad0",
246
                "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0",
247
                "shasum": ""
248
            },
249
            "require": {
250
                "php": ">=5.3.0"
251
            },
252
            "type": "library",
253
            "autoload": {
254
                "psr-0": {
255
                    "Resque": "lib"
256
                }
257
            },
258
            "notification-url": "https://packagist.org/downloads/",
259
            "license": [
260
                "MIT"
261
            ],
262
            "authors": [
263
                {
264
                    "name": "Chris Boulton",
265
                    "email": "[email protected]"
266
                }
267
            ],
268
            "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
269
            "homepage": "http://www.github.com/chrisboulton/php-resque/",
270
            "keywords": [
271
                "background",
272
                "job",
273
                "redis",
274
                "resque"
275
            ],
276
            "time": "2012-10-13T07:28:16+00:00"
277
        },
278
        {
279
            "name": "commerceguys/intl",
280
            "version": "v0.7.4",
281
            "source": {
282
                "type": "git",
283
                "url": "https://github.com/commerceguys/intl.git",
284
                "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00"
285
            },
286
            "dist": {
287
                "type": "zip",
288
                "url": "https://api.github.com/repos/commerceguys/intl/zipball/edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
289
                "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
290
                "shasum": ""
291
            },
292
            "require": {
293
                "php": ">=5.4.0"
294
            },
295
            "require-dev": {
296
                "mikey179/vfsstream": "1.*",
297
                "phpunit/phpunit": "~4.0"
298
            },
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "0.x-dev"
303
                }
304
            },
305
            "autoload": {
306
                "psr-4": {
307
                    "CommerceGuys\\Intl\\": "src"
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "MIT"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Bojan Zivanovic"
317
                }
318
            ],
319
            "description": "Internationalization library powered by CLDR data.",
320
            "time": "2016-12-13T12:33:19+00:00"
321
        },
322
        {
323
            "name": "container-interop/container-interop",
324
            "version": "1.1.0",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/container-interop/container-interop.git",
328
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
333
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
334
                "shasum": ""
335
            },
336
            "type": "library",
337
            "autoload": {
338
                "psr-4": {
339
                    "Interop\\Container\\": "src/Interop/Container/"
340
                }
341
            },
342
            "notification-url": "https://packagist.org/downloads/",
343
            "license": [
344
                "MIT"
345
            ],
346
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
347
            "time": "2014-12-30T15:22:37+00:00"
348
        },
349
        {
350
            "name": "cultuurnet/auth",
351
            "version": "1.2.x-dev",
352
            "source": {
353
                "type": "git",
354
                "url": "https://github.com/cultuurnet/Auth.git",
355
                "reference": "0281fa71ec7d2d1026d309175066e3df9f105e99"
356
            },
357
            "dist": {
358
                "type": "zip",
359
                "url": "https://api.github.com/repos/cultuurnet/Auth/zipball/0281fa71ec7d2d1026d309175066e3df9f105e99",
360
                "reference": "0281fa71ec7d2d1026d309175066e3df9f105e99",
361
                "shasum": ""
362
            },
363
            "require": {
364
                "guzzle/http": "~3.9",
365
                "guzzle/plugin-cookie": "~3.9",
366
                "guzzle/plugin-log": "~3.9",
367
                "guzzle/plugin-oauth": "~3.9",
368
                "justinrainbow/json-schema": "~1.3",
369
                "php": ">=5.3.0",
370
                "symfony/console": "~2.5"
371
            },
372
            "bin": [
373
                "bin/cultuurnet-auth"
374
            ],
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "1.0.x-dev",
379
                    "dev-develop": "1.1.x-dev"
380
                }
381
            },
382
            "autoload": {
383
                "psr-0": {
384
                    "CultuurNet\\Auth": [
385
                        "lib"
386
                    ]
387
                }
388
            },
389
            "notification-url": "https://packagist.org/downloads/",
390
            "license": [
391
                "Apache-2.0"
392
            ],
393
            "description": "Authentication service for CultuurNet web services",
394
            "time": "2015-08-24 20:22:37"
395
        },
396
        {
397
            "name": "cultuurnet/cdb",
398
            "version": "2.2.x-dev",
399
            "source": {
400
                "type": "git",
401
                "url": "https://github.com/cultuurnet/Cdb.git",
402
                "reference": "dc3025845a249ab9d72256ee93ea56f58e2cd9de"
403
            },
404
            "dist": {
405
                "type": "zip",
406
                "url": "https://api.github.com/repos/cultuurnet/Cdb/zipball/dc3025845a249ab9d72256ee93ea56f58e2cd9de",
407
                "reference": "dc3025845a249ab9d72256ee93ea56f58e2cd9de",
408
                "shasum": ""
409
            },
410
            "require": {
411
                "ext-mbstring": "*"
412
            },
413
            "require-dev": {
414
                "phing/phing": "~2.11",
415
                "phpunit/phpunit": "~4.8",
416
                "satooshi/php-coveralls": "~0.7",
417
                "squizlabs/php_codesniffer": "~2.3"
418
            },
419
            "type": "library",
420
            "autoload": {
421
                "psr-0": {
422
                    "CultureFeed_Cdb_": [
423
                        "lib"
424
                    ]
425
                }
426
            },
427
            "notification-url": "https://packagist.org/downloads/",
428
            "license": [
429
                "Apache-2.0"
430
            ],
431
            "description": "PHP library for hydrating/manipulating CultuurNet's Cdb XML documents",
432
            "time": "2017-01-31 14:42:14"
433
        },
434
        {
435
            "name": "cultuurnet/clock",
436
            "version": "dev-master",
437
            "source": {
438
                "type": "git",
439
                "url": "https://github.com/cultuurnet/clock.git",
440
                "reference": "601aaf46375fffd3d3367a866253ca6bb092f584"
441
            },
442
            "dist": {
443
                "type": "zip",
444
                "url": "https://api.github.com/repos/cultuurnet/clock/zipball/601aaf46375fffd3d3367a866253ca6bb092f584",
445
                "reference": "601aaf46375fffd3d3367a866253ca6bb092f584",
446
                "shasum": ""
447
            },
448
            "require-dev": {
449
                "phpunit/phpunit": "^4.7"
450
            },
451
            "type": "library",
452
            "extra": {
453
                "branch-alias": {
454
                    "dev-master": "0.x-dev"
455
                }
456
            },
457
            "autoload": {
458
                "psr-4": {
459
                    "CultuurNet\\Clock\\": "src"
460
                }
461
            },
462
            "notification-url": "https://packagist.org/downloads/",
463
            "license": [
464
                "Apache-2.0"
465
            ],
466
            "authors": [
467
                {
468
                    "name": "Kristof Coomans",
469
                    "email": "[email protected]"
470
                }
471
            ],
472
            "description": "Clock abstraction library",
473
            "time": "2015-06-08 16:12:34"
474
        },
475
        {
476
            "name": "cultuurnet/culturefeed-php",
477
            "version": "dev-master",
478
            "source": {
479
                "type": "git",
480
                "url": "https://github.com/cultuurnet/culturefeed-php.git",
481
                "reference": "30a0fb439312612450f6220ebc1f59edd4b90840"
482
            },
483
            "dist": {
484
                "type": "zip",
485
                "url": "https://api.github.com/repos/cultuurnet/culturefeed-php/zipball/30a0fb439312612450f6220ebc1f59edd4b90840",
486
                "reference": "30a0fb439312612450f6220ebc1f59edd4b90840",
487
                "shasum": ""
488
            },
489
            "require": {
490
                "cultuurnet/cdb": "~2.1"
491
            },
492
            "require-dev": {
493
                "phpunit/phpunit": "~4.4.0",
494
                "satooshi/php-coveralls": "~0.7"
495
            },
496
            "type": "library",
497
            "extra": {
498
                "branch-alias": {
499
                    "dev-master": "1.6.x-dev",
500
                    "dev-develop": "1.2.x-dev"
501
                }
502
            },
503
            "autoload": {
504
                "classmap": [
505
                    "CultureFeed",
506
                    "OAuth"
507
                ]
508
            },
509
            "notification-url": "https://packagist.org/downloads/",
510
            "license": [
511
                "GPL-2.0"
512
            ],
513
            "authors": [
514
                {
515
                    "name": "Sven Houtmeyers",
516
                    "email": "[email protected]"
517
                },
518
                {
519
                    "name": "Luk Dens",
520
                    "email": "[email protected]"
521
                },
522
                {
523
                    "name": "Davy Van Den Bremt"
524
                },
525
                {
526
                    "name": "Jochen Stals"
527
                },
528
                {
529
                    "name": "Nils Destoop"
530
                },
531
                {
532
                    "name": "Kristof Coomans",
533
                    "email": "[email protected]"
534
                },
535
                {
536
                    "name": "Hans Langouche",
537
                    "email": "[email protected]"
538
                }
539
            ],
540
            "description": "Culturefeed PHP library",
541
            "time": "2016-11-03 00:26:03"
542
        },
543
        {
544
            "name": "cultuurnet/deserializer",
545
            "version": "1.x-dev",
546
            "source": {
547
                "type": "git",
548
                "url": "https://github.com/cultuurnet/deserializer.git",
549
                "reference": "3c8ce40b567f37cdc0bc6b64835a7b3114e125cd"
550
            },
551
            "dist": {
552
                "type": "zip",
553
                "url": "https://api.github.com/repos/cultuurnet/deserializer/zipball/3c8ce40b567f37cdc0bc6b64835a7b3114e125cd",
554
                "reference": "3c8ce40b567f37cdc0bc6b64835a7b3114e125cd",
555
                "shasum": ""
556
            },
557
            "require": {
558
                "nicolopignatelli/valueobjects": "~3.0"
559
            },
560
            "require-dev": {
561
                "phing/phing": "~2.10",
562
                "phpunit/phpunit": "~4.3",
563
                "squizlabs/php_codesniffer": "~2.2"
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "0.x-dev",
569
                    "dev-1.x": "1.x-dev"
570
                }
571
            },
572
            "autoload": {
573
                "psr-4": {
574
                    "CultuurNet\\Deserializer\\": "src\\"
575
                }
576
            },
577
            "notification-url": "https://packagist.org/downloads/",
578
            "license": [
579
                "Apache-2.0"
580
            ],
581
            "authors": [
582
                {
583
                    "name": "Kristof Coomans",
584
                    "email": "[email protected]"
585
                }
586
            ],
587
            "description": "Internet media type deserialization library",
588
            "time": "2017-01-12 11:18:03"
589
        },
590
        {
591
            "name": "cultuurnet/geocoding",
592
            "version": "dev-master",
593
            "source": {
594
                "type": "git",
595
                "url": "https://github.com/cultuurnet/geocoding.git",
596
                "reference": "3d20405039c06e7e6ef2145cce5a06c45844cfb2"
597
            },
598
            "dist": {
599
                "type": "zip",
600
                "url": "https://api.github.com/repos/cultuurnet/geocoding/zipball/3d20405039c06e7e6ef2145cce5a06c45844cfb2",
601
                "reference": "3d20405039c06e7e6ef2145cce5a06c45844cfb2",
602
                "shasum": ""
603
            },
604
            "require-dev": {
605
                "doctrine/cache": "~1.6",
606
                "phing/phing": "~2.11",
607
                "phpunit/phpunit": "~4.8",
608
                "satooshi/php-coveralls": "~0.7",
609
                "squizlabs/php_codesniffer": "~2.3",
610
                "willdurand/geocoder": "~2.8"
611
            },
612
            "suggest": {
613
                "doctrine/cache": "For using the CachedGeocodingService",
614
                "willdurand/geocoder": "For using the DefaultGeocodingService"
615
            },
616
            "type": "library",
617
            "extra": {
618
                "branch-alias": {
619
                    "dev-master": "0.x-dev"
620
                }
621
            },
622
            "autoload": {
623
                "psr-4": {
624
                    "CultuurNet\\Geocoding\\": "src/"
625
                }
626
            },
627
            "notification-url": "https://packagist.org/downloads/",
628
            "license": [
629
                "Apache-2.0"
630
            ],
631
            "authors": [
632
                {
633
                    "name": "Bert Ramakers",
634
                    "email": "[email protected]"
635
                }
636
            ],
637
            "time": "2017-02-09 15:15:32"
638
        },
639
        {
640
            "name": "cultuurnet/search",
641
            "version": "v1.2.2",
642
            "source": {
643
                "type": "git",
644
                "url": "https://github.com/cultuurnet/Search.git",
645
                "reference": "24fcbb1932cfbdc5ce5448158e3df80e7032389e"
646
            },
647
            "dist": {
648
                "type": "zip",
649
                "url": "https://api.github.com/repos/cultuurnet/Search/zipball/24fcbb1932cfbdc5ce5448158e3df80e7032389e",
650
                "reference": "24fcbb1932cfbdc5ce5448158e3df80e7032389e",
651
                "shasum": ""
652
            },
653
            "require": {
654
                "cultuurnet/auth": "~1.1",
655
                "cultuurnet/cdb": "~2.1",
656
                "php": ">=5.3.0",
657
                "symfony/console": "~2.5"
658
            },
659
            "require-dev": {
660
                "phpunit/phpunit": "~4.1"
661
            },
662
            "bin": [
663
                "bin/cultuurnet-search"
664
            ],
665
            "type": "library",
666
            "extra": {
667
                "branch-alias": {
668
                    "dev-master": "1.0.x-dev"
669
                }
670
            },
671
            "autoload": {
672
                "psr-0": {
673
                    "CultuurNet\\Search": [
674
                        "lib"
675
                    ]
676
                }
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "Apache-2.0"
681
            ],
682
            "description": "CultuurNet search service",
683
            "time": "2015-11-20T11:50:37+00:00"
684
        },
685
        {
686
            "name": "cultuurnet/symfony-security-jwt",
687
            "version": "1.x-dev",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/cultuurnet/symfony-security-jwt.git",
691
                "reference": "7fe173ac9004575544ec6029841c3865d50555b2"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/cultuurnet/symfony-security-jwt/zipball/7fe173ac9004575544ec6029841c3865d50555b2",
696
                "reference": "7fe173ac9004575544ec6029841c3865d50555b2",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "cultuurnet/udb3-jwt": "~1.0",
701
                "symfony/security": "~2.7.3"
702
            },
703
            "require-dev": {
704
                "phing/phing": "~2.11",
705
                "phpunit/phpunit": "~4.8",
706
                "satooshi/php-coveralls": "~0.7",
707
                "squizlabs/php_codesniffer": "~2.3"
708
            },
709
            "type": "library",
710
            "extra": {
711
                "branch-alias": {
712
                    "dev-master": "0.x-dev"
713
                }
714
            },
715
            "autoload": {
716
                "psr-4": {
717
                    "CultuurNet\\SymfonySecurityJwt\\": "src/"
718
                }
719
            },
720
            "notification-url": "https://packagist.org/downloads/",
721
            "license": [
722
                "Apache-2.0"
723
            ],
724
            "description": "JWT implementation for the Symfony Security component",
725
            "time": "2017-01-12 12:07:36"
726
        },
727
        {
728
            "name": "cultuurnet/udb3-jwt",
729
            "version": "1.x-dev",
730
            "source": {
731
                "type": "git",
732
                "url": "https://github.com/cultuurnet/udb3-jwt.git",
733
                "reference": "cfb6a6d4def0aa750d1875993f0c84f0844dcb8a"
734
            },
735
            "dist": {
736
                "type": "zip",
737
                "url": "https://api.github.com/repos/cultuurnet/udb3-jwt/zipball/cfb6a6d4def0aa750d1875993f0c84f0844dcb8a",
738
                "reference": "cfb6a6d4def0aa750d1875993f0c84f0844dcb8a",
739
                "shasum": ""
740
            },
741
            "require": {
742
                "cultuurnet/clock": "~0.1",
743
                "lcobucci/jwt": "~3.1",
744
                "nicolopignatelli/valueobjects": "~3.0"
745
            },
746
            "require-dev": {
747
                "phing/phing": "~2.11",
748
                "phpunit/phpunit": "~4.8",
749
                "satooshi/php-coveralls": "~0.7",
750
                "squizlabs/php_codesniffer": "~2.3"
751
            },
752
            "type": "library",
753
            "extra": {
754
                "branch-alias": {
755
                    "dev-master": "0.x-dev"
756
                }
757
            },
758
            "autoload": {
759
                "psr-4": {
760
                    "CultuurNet\\UDB3\\Jwt\\": "src/"
761
                }
762
            },
763
            "notification-url": "https://packagist.org/downloads/",
764
            "license": [
765
                "Apache-2.0"
766
            ],
767
            "authors": [
768
                {
769
                    "name": "Bert Ramakers",
770
                    "email": "[email protected]"
771
                }
772
            ],
773
            "description": "Provides JWT service classes",
774
            "time": "2017-01-12 11:38:43"
775
        },
776
        {
777
            "name": "danielstjules/stringy",
778
            "version": "1.10.0",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/danielstjules/Stringy.git",
782
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
787
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
788
                "shasum": ""
789
            },
790
            "require": {
791
                "ext-mbstring": "*",
792
                "php": ">=5.3.0"
793
            },
794
            "require-dev": {
795
                "phpunit/phpunit": "~4.0"
796
            },
797
            "type": "library",
798
            "autoload": {
799
                "psr-4": {
800
                    "Stringy\\": "src/"
801
                },
802
                "files": [
803
                    "src/Create.php"
804
                ]
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "MIT"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Daniel St. Jules",
813
                    "email": "[email protected]",
814
                    "homepage": "http://www.danielstjules.com"
815
                }
816
            ],
817
            "description": "A string manipulation library with multibyte support",
818
            "homepage": "https://github.com/danielstjules/Stringy",
819
            "keywords": [
820
                "UTF",
821
                "helpers",
822
                "manipulation",
823
                "methods",
824
                "multibyte",
825
                "string",
826
                "utf-8",
827
                "utility",
828
                "utils"
829
            ],
830
            "time": "2015-07-23T00:54:12+00:00"
831
        },
832
        {
833
            "name": "doctrine/annotations",
834
            "version": "v1.3.1",
835
            "source": {
836
                "type": "git",
837
                "url": "https://github.com/doctrine/annotations.git",
838
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
839
            },
840
            "dist": {
841
                "type": "zip",
842
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
843
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
844
                "shasum": ""
845
            },
846
            "require": {
847
                "doctrine/lexer": "1.*",
848
                "php": "^5.6 || ^7.0"
849
            },
850
            "require-dev": {
851
                "doctrine/cache": "1.*",
852
                "phpunit/phpunit": "^5.6.1"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "1.4.x-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
863
                }
864
            },
865
            "notification-url": "https://packagist.org/downloads/",
866
            "license": [
867
                "MIT"
868
            ],
869
            "authors": [
870
                {
871
                    "name": "Roman Borschel",
872
                    "email": "[email protected]"
873
                },
874
                {
875
                    "name": "Benjamin Eberlei",
876
                    "email": "[email protected]"
877
                },
878
                {
879
                    "name": "Guilherme Blanco",
880
                    "email": "[email protected]"
881
                },
882
                {
883
                    "name": "Jonathan Wage",
884
                    "email": "[email protected]"
885
                },
886
                {
887
                    "name": "Johannes Schmitt",
888
                    "email": "[email protected]"
889
                }
890
            ],
891
            "description": "Docblock Annotations Parser",
892
            "homepage": "http://www.doctrine-project.org",
893
            "keywords": [
894
                "annotations",
895
                "docblock",
896
                "parser"
897
            ],
898
            "time": "2016-12-30T15:59:45+00:00"
899
        },
900
        {
901
            "name": "doctrine/cache",
902
            "version": "v1.6.1",
903
            "source": {
904
                "type": "git",
905
                "url": "https://github.com/doctrine/cache.git",
906
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
907
            },
908
            "dist": {
909
                "type": "zip",
910
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
911
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
912
                "shasum": ""
913
            },
914
            "require": {
915
                "php": "~5.5|~7.0"
916
            },
917
            "conflict": {
918
                "doctrine/common": ">2.2,<2.4"
919
            },
920
            "require-dev": {
921
                "phpunit/phpunit": "~4.8|~5.0",
922
                "predis/predis": "~1.0",
923
                "satooshi/php-coveralls": "~0.6"
924
            },
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "1.6.x-dev"
929
                }
930
            },
931
            "autoload": {
932
                "psr-4": {
933
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
934
                }
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "MIT"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Roman Borschel",
943
                    "email": "[email protected]"
944
                },
945
                {
946
                    "name": "Benjamin Eberlei",
947
                    "email": "[email protected]"
948
                },
949
                {
950
                    "name": "Guilherme Blanco",
951
                    "email": "[email protected]"
952
                },
953
                {
954
                    "name": "Jonathan Wage",
955
                    "email": "[email protected]"
956
                },
957
                {
958
                    "name": "Johannes Schmitt",
959
                    "email": "[email protected]"
960
                }
961
            ],
962
            "description": "Caching library offering an object-oriented API for many cache backends",
963
            "homepage": "http://www.doctrine-project.org",
964
            "keywords": [
965
                "cache",
966
                "caching"
967
            ],
968
            "time": "2016-10-29T11:16:17+00:00"
969
        },
970
        {
971
            "name": "doctrine/collections",
972
            "version": "v1.4.0",
973
            "source": {
974
                "type": "git",
975
                "url": "https://github.com/doctrine/collections.git",
976
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
977
            },
978
            "dist": {
979
                "type": "zip",
980
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
981
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
982
                "shasum": ""
983
            },
984
            "require": {
985
                "php": "^5.6 || ^7.0"
986
            },
987
            "require-dev": {
988
                "doctrine/coding-standard": "~0.1@dev",
989
                "phpunit/phpunit": "^5.7"
990
            },
991
            "type": "library",
992
            "extra": {
993
                "branch-alias": {
994
                    "dev-master": "1.3.x-dev"
995
                }
996
            },
997
            "autoload": {
998
                "psr-0": {
999
                    "Doctrine\\Common\\Collections\\": "lib/"
1000
                }
1001
            },
1002
            "notification-url": "https://packagist.org/downloads/",
1003
            "license": [
1004
                "MIT"
1005
            ],
1006
            "authors": [
1007
                {
1008
                    "name": "Roman Borschel",
1009
                    "email": "[email protected]"
1010
                },
1011
                {
1012
                    "name": "Benjamin Eberlei",
1013
                    "email": "[email protected]"
1014
                },
1015
                {
1016
                    "name": "Guilherme Blanco",
1017
                    "email": "[email protected]"
1018
                },
1019
                {
1020
                    "name": "Jonathan Wage",
1021
                    "email": "[email protected]"
1022
                },
1023
                {
1024
                    "name": "Johannes Schmitt",
1025
                    "email": "[email protected]"
1026
                }
1027
            ],
1028
            "description": "Collections Abstraction library",
1029
            "homepage": "http://www.doctrine-project.org",
1030
            "keywords": [
1031
                "array",
1032
                "collections",
1033
                "iterator"
1034
            ],
1035
            "time": "2017-01-03T10:49:41+00:00"
1036
        },
1037
        {
1038
            "name": "doctrine/common",
1039
            "version": "v2.7.2",
1040
            "source": {
1041
                "type": "git",
1042
                "url": "https://github.com/doctrine/common.git",
1043
                "reference": "930297026c8009a567ac051fd545bf6124150347"
1044
            },
1045
            "dist": {
1046
                "type": "zip",
1047
                "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
1048
                "reference": "930297026c8009a567ac051fd545bf6124150347",
1049
                "shasum": ""
1050
            },
1051
            "require": {
1052
                "doctrine/annotations": "1.*",
1053
                "doctrine/cache": "1.*",
1054
                "doctrine/collections": "1.*",
1055
                "doctrine/inflector": "1.*",
1056
                "doctrine/lexer": "1.*",
1057
                "php": "~5.6|~7.0"
1058
            },
1059
            "require-dev": {
1060
                "phpunit/phpunit": "^5.4.6"
1061
            },
1062
            "type": "library",
1063
            "extra": {
1064
                "branch-alias": {
1065
                    "dev-master": "2.7.x-dev"
1066
                }
1067
            },
1068
            "autoload": {
1069
                "psr-4": {
1070
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1071
                }
1072
            },
1073
            "notification-url": "https://packagist.org/downloads/",
1074
            "license": [
1075
                "MIT"
1076
            ],
1077
            "authors": [
1078
                {
1079
                    "name": "Roman Borschel",
1080
                    "email": "[email protected]"
1081
                },
1082
                {
1083
                    "name": "Benjamin Eberlei",
1084
                    "email": "[email protected]"
1085
                },
1086
                {
1087
                    "name": "Guilherme Blanco",
1088
                    "email": "[email protected]"
1089
                },
1090
                {
1091
                    "name": "Jonathan Wage",
1092
                    "email": "[email protected]"
1093
                },
1094
                {
1095
                    "name": "Johannes Schmitt",
1096
                    "email": "[email protected]"
1097
                }
1098
            ],
1099
            "description": "Common Library for Doctrine projects",
1100
            "homepage": "http://www.doctrine-project.org",
1101
            "keywords": [
1102
                "annotations",
1103
                "collections",
1104
                "eventmanager",
1105
                "persistence",
1106
                "spl"
1107
            ],
1108
            "time": "2017-01-13T14:02:13+00:00"
1109
        },
1110
        {
1111
            "name": "doctrine/dbal",
1112
            "version": "v2.5.12",
1113
            "source": {
1114
                "type": "git",
1115
                "url": "https://github.com/doctrine/dbal.git",
1116
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
1117
            },
1118
            "dist": {
1119
                "type": "zip",
1120
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
1121
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
1122
                "shasum": ""
1123
            },
1124
            "require": {
1125
                "doctrine/common": ">=2.4,<2.8-dev",
1126
                "php": ">=5.3.2"
1127
            },
1128
            "require-dev": {
1129
                "phpunit/phpunit": "4.*",
1130
                "symfony/console": "2.*||^3.0"
1131
            },
1132
            "suggest": {
1133
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
1134
            },
1135
            "bin": [
1136
                "bin/doctrine-dbal"
1137
            ],
1138
            "type": "library",
1139
            "extra": {
1140
                "branch-alias": {
1141
                    "dev-master": "2.5.x-dev"
1142
                }
1143
            },
1144
            "autoload": {
1145
                "psr-0": {
1146
                    "Doctrine\\DBAL\\": "lib/"
1147
                }
1148
            },
1149
            "notification-url": "https://packagist.org/downloads/",
1150
            "license": [
1151
                "MIT"
1152
            ],
1153
            "authors": [
1154
                {
1155
                    "name": "Roman Borschel",
1156
                    "email": "[email protected]"
1157
                },
1158
                {
1159
                    "name": "Benjamin Eberlei",
1160
                    "email": "[email protected]"
1161
                },
1162
                {
1163
                    "name": "Guilherme Blanco",
1164
                    "email": "[email protected]"
1165
                },
1166
                {
1167
                    "name": "Jonathan Wage",
1168
                    "email": "[email protected]"
1169
                }
1170
            ],
1171
            "description": "Database Abstraction Layer",
1172
            "homepage": "http://www.doctrine-project.org",
1173
            "keywords": [
1174
                "database",
1175
                "dbal",
1176
                "persistence",
1177
                "queryobject"
1178
            ],
1179
            "time": "2017-02-08T12:53:47+00:00"
1180
        },
1181
        {
1182
            "name": "doctrine/inflector",
1183
            "version": "v1.1.0",
1184
            "source": {
1185
                "type": "git",
1186
                "url": "https://github.com/doctrine/inflector.git",
1187
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1188
            },
1189
            "dist": {
1190
                "type": "zip",
1191
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1192
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1193
                "shasum": ""
1194
            },
1195
            "require": {
1196
                "php": ">=5.3.2"
1197
            },
1198
            "require-dev": {
1199
                "phpunit/phpunit": "4.*"
1200
            },
1201
            "type": "library",
1202
            "extra": {
1203
                "branch-alias": {
1204
                    "dev-master": "1.1.x-dev"
1205
                }
1206
            },
1207
            "autoload": {
1208
                "psr-0": {
1209
                    "Doctrine\\Common\\Inflector\\": "lib/"
1210
                }
1211
            },
1212
            "notification-url": "https://packagist.org/downloads/",
1213
            "license": [
1214
                "MIT"
1215
            ],
1216
            "authors": [
1217
                {
1218
                    "name": "Roman Borschel",
1219
                    "email": "[email protected]"
1220
                },
1221
                {
1222
                    "name": "Benjamin Eberlei",
1223
                    "email": "[email protected]"
1224
                },
1225
                {
1226
                    "name": "Guilherme Blanco",
1227
                    "email": "[email protected]"
1228
                },
1229
                {
1230
                    "name": "Jonathan Wage",
1231
                    "email": "[email protected]"
1232
                },
1233
                {
1234
                    "name": "Johannes Schmitt",
1235
                    "email": "[email protected]"
1236
                }
1237
            ],
1238
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1239
            "homepage": "http://www.doctrine-project.org",
1240
            "keywords": [
1241
                "inflection",
1242
                "pluralize",
1243
                "singularize",
1244
                "string"
1245
            ],
1246
            "time": "2015-11-06T14:35:42+00:00"
1247
        },
1248
        {
1249
            "name": "doctrine/lexer",
1250
            "version": "v1.0.1",
1251
            "source": {
1252
                "type": "git",
1253
                "url": "https://github.com/doctrine/lexer.git",
1254
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1255
            },
1256
            "dist": {
1257
                "type": "zip",
1258
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1259
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1260
                "shasum": ""
1261
            },
1262
            "require": {
1263
                "php": ">=5.3.2"
1264
            },
1265
            "type": "library",
1266
            "extra": {
1267
                "branch-alias": {
1268
                    "dev-master": "1.0.x-dev"
1269
                }
1270
            },
1271
            "autoload": {
1272
                "psr-0": {
1273
                    "Doctrine\\Common\\Lexer\\": "lib/"
1274
                }
1275
            },
1276
            "notification-url": "https://packagist.org/downloads/",
1277
            "license": [
1278
                "MIT"
1279
            ],
1280
            "authors": [
1281
                {
1282
                    "name": "Roman Borschel",
1283
                    "email": "[email protected]"
1284
                },
1285
                {
1286
                    "name": "Guilherme Blanco",
1287
                    "email": "[email protected]"
1288
                },
1289
                {
1290
                    "name": "Johannes Schmitt",
1291
                    "email": "[email protected]"
1292
                }
1293
            ],
1294
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1295
            "homepage": "http://www.doctrine-project.org",
1296
            "keywords": [
1297
                "lexer",
1298
                "parser"
1299
            ],
1300
            "time": "2014-09-09T13:34:57+00:00"
1301
        },
1302
        {
1303
            "name": "guzzle/guzzle",
1304
            "version": "v3.9.3",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/guzzle/guzzle3.git",
1308
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
1313
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "ext-curl": "*",
1318
                "php": ">=5.3.3",
1319
                "symfony/event-dispatcher": "~2.1"
1320
            },
1321
            "replace": {
1322
                "guzzle/batch": "self.version",
1323
                "guzzle/cache": "self.version",
1324
                "guzzle/common": "self.version",
1325
                "guzzle/http": "self.version",
1326
                "guzzle/inflection": "self.version",
1327
                "guzzle/iterator": "self.version",
1328
                "guzzle/log": "self.version",
1329
                "guzzle/parser": "self.version",
1330
                "guzzle/plugin": "self.version",
1331
                "guzzle/plugin-async": "self.version",
1332
                "guzzle/plugin-backoff": "self.version",
1333
                "guzzle/plugin-cache": "self.version",
1334
                "guzzle/plugin-cookie": "self.version",
1335
                "guzzle/plugin-curlauth": "self.version",
1336
                "guzzle/plugin-error-response": "self.version",
1337
                "guzzle/plugin-history": "self.version",
1338
                "guzzle/plugin-log": "self.version",
1339
                "guzzle/plugin-md5": "self.version",
1340
                "guzzle/plugin-mock": "self.version",
1341
                "guzzle/plugin-oauth": "self.version",
1342
                "guzzle/service": "self.version",
1343
                "guzzle/stream": "self.version"
1344
            },
1345
            "require-dev": {
1346
                "doctrine/cache": "~1.3",
1347
                "monolog/monolog": "~1.0",
1348
                "phpunit/phpunit": "3.7.*",
1349
                "psr/log": "~1.0",
1350
                "symfony/class-loader": "~2.1",
1351
                "zendframework/zend-cache": "2.*,<2.3",
1352
                "zendframework/zend-log": "2.*,<2.3"
1353
            },
1354
            "suggest": {
1355
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1356
            },
1357
            "type": "library",
1358
            "extra": {
1359
                "branch-alias": {
1360
                    "dev-master": "3.9-dev"
1361
                }
1362
            },
1363
            "autoload": {
1364
                "psr-0": {
1365
                    "Guzzle": "src/",
1366
                    "Guzzle\\Tests": "tests/"
1367
                }
1368
            },
1369
            "notification-url": "https://packagist.org/downloads/",
1370
            "license": [
1371
                "MIT"
1372
            ],
1373
            "authors": [
1374
                {
1375
                    "name": "Michael Dowling",
1376
                    "email": "[email protected]",
1377
                    "homepage": "https://github.com/mtdowling"
1378
                },
1379
                {
1380
                    "name": "Guzzle Community",
1381
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1382
                }
1383
            ],
1384
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1385
            "homepage": "http://guzzlephp.org/",
1386
            "keywords": [
1387
                "client",
1388
                "curl",
1389
                "framework",
1390
                "http",
1391
                "http client",
1392
                "rest",
1393
                "web service"
1394
            ],
1395
            "abandoned": "guzzlehttp/guzzle",
1396
            "time": "2015-03-18T18:23:50+00:00"
1397
        },
1398
        {
1399
            "name": "guzzlehttp/psr7",
1400
            "version": "1.2.3",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/guzzle/psr7.git",
1404
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
1409
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "php": ">=5.4.0",
1414
                "psr/http-message": "~1.0"
1415
            },
1416
            "provide": {
1417
                "psr/http-message-implementation": "1.0"
1418
            },
1419
            "require-dev": {
1420
                "phpunit/phpunit": "~4.0"
1421
            },
1422
            "type": "library",
1423
            "extra": {
1424
                "branch-alias": {
1425
                    "dev-master": "1.0-dev"
1426
                }
1427
            },
1428
            "autoload": {
1429
                "psr-4": {
1430
                    "GuzzleHttp\\Psr7\\": "src/"
1431
                },
1432
                "files": [
1433
                    "src/functions_include.php"
1434
                ]
1435
            },
1436
            "notification-url": "https://packagist.org/downloads/",
1437
            "license": [
1438
                "MIT"
1439
            ],
1440
            "authors": [
1441
                {
1442
                    "name": "Michael Dowling",
1443
                    "email": "[email protected]",
1444
                    "homepage": "https://github.com/mtdowling"
1445
                }
1446
            ],
1447
            "description": "PSR-7 message implementation",
1448
            "keywords": [
1449
                "http",
1450
                "message",
1451
                "stream",
1452
                "uri"
1453
            ],
1454
            "time": "2016-02-18T21:54:00+00:00"
1455
        },
1456
        {
1457
            "name": "ircmaxell/password-compat",
1458
            "version": "v1.0.4",
1459
            "source": {
1460
                "type": "git",
1461
                "url": "https://github.com/ircmaxell/password_compat.git",
1462
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1463
            },
1464
            "dist": {
1465
                "type": "zip",
1466
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1467
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1468
                "shasum": ""
1469
            },
1470
            "require-dev": {
1471
                "phpunit/phpunit": "4.*"
1472
            },
1473
            "type": "library",
1474
            "autoload": {
1475
                "files": [
1476
                    "lib/password.php"
1477
                ]
1478
            },
1479
            "notification-url": "https://packagist.org/downloads/",
1480
            "license": [
1481
                "MIT"
1482
            ],
1483
            "authors": [
1484
                {
1485
                    "name": "Anthony Ferrara",
1486
                    "email": "[email protected]",
1487
                    "homepage": "http://blog.ircmaxell.com"
1488
                }
1489
            ],
1490
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1491
            "homepage": "https://github.com/ircmaxell/password_compat",
1492
            "keywords": [
1493
                "hashing",
1494
                "password"
1495
            ],
1496
            "time": "2014-11-20T16:49:30+00:00"
1497
        },
1498
        {
1499
            "name": "justinrainbow/json-schema",
1500
            "version": "1.4.3",
1501
            "source": {
1502
                "type": "git",
1503
                "url": "https://github.com/justinrainbow/json-schema.git",
1504
                "reference": "44adc6f25592c6990409607c95537f577861f9b1"
1505
            },
1506
            "dist": {
1507
                "type": "zip",
1508
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44adc6f25592c6990409607c95537f577861f9b1",
1509
                "reference": "44adc6f25592c6990409607c95537f577861f9b1",
1510
                "shasum": ""
1511
            },
1512
            "require": {
1513
                "php": ">=5.3.2"
1514
            },
1515
            "require-dev": {
1516
                "json-schema/json-schema-test-suite": "1.1.0",
1517
                "phpdocumentor/phpdocumentor": "~2",
1518
                "phpunit/phpunit": "~3.7"
1519
            },
1520
            "bin": [
1521
                "bin/validate-json"
1522
            ],
1523
            "type": "library",
1524
            "extra": {
1525
                "branch-alias": {
1526
                    "dev-master": "1.4.x-dev"
1527
                }
1528
            },
1529
            "autoload": {
1530
                "psr-0": {
1531
                    "JsonSchema": "src/"
1532
                }
1533
            },
1534
            "notification-url": "https://packagist.org/downloads/",
1535
            "license": [
1536
                "BSD-3-Clause"
1537
            ],
1538
            "authors": [
1539
                {
1540
                    "name": "Bruno Prieto Reis",
1541
                    "email": "[email protected]"
1542
                },
1543
                {
1544
                    "name": "Justin Rainbow",
1545
                    "email": "[email protected]"
1546
                },
1547
                {
1548
                    "name": "Igor Wiedler",
1549
                    "email": "[email protected]"
1550
                },
1551
                {
1552
                    "name": "Robert Schönthal",
1553
                    "email": "[email protected]"
1554
                }
1555
            ],
1556
            "description": "A library to validate a json schema.",
1557
            "homepage": "https://github.com/justinrainbow/json-schema",
1558
            "keywords": [
1559
                "json",
1560
                "schema"
1561
            ],
1562
            "time": "2015-07-13T05:06:53+00:00"
1563
        },
1564
        {
1565
            "name": "lcobucci/jwt",
1566
            "version": "3.2.1",
1567
            "source": {
1568
                "type": "git",
1569
                "url": "https://github.com/lcobucci/jwt.git",
1570
                "reference": "ddce703826f9c5229781933b1a39069e38e6a0f3"
1571
            },
1572
            "dist": {
1573
                "type": "zip",
1574
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/ddce703826f9c5229781933b1a39069e38e6a0f3",
1575
                "reference": "ddce703826f9c5229781933b1a39069e38e6a0f3",
1576
                "shasum": ""
1577
            },
1578
            "require": {
1579
                "ext-openssl": "*",
1580
                "php": ">=5.5"
1581
            },
1582
            "require-dev": {
1583
                "mdanter/ecc": "~0.3.1",
1584
                "mikey179/vfsstream": "~1.5",
1585
                "phpmd/phpmd": "~2.2",
1586
                "phpunit/php-invoker": "~1.1",
1587
                "phpunit/phpunit": "~4.5",
1588
                "squizlabs/php_codesniffer": "~2.3"
1589
            },
1590
            "suggest": {
1591
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
1592
            },
1593
            "type": "library",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "3.1-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-4": {
1601
                    "Lcobucci\\JWT\\": "src"
1602
                }
1603
            },
1604
            "notification-url": "https://packagist.org/downloads/",
1605
            "license": [
1606
                "BSD-3-Clause"
1607
            ],
1608
            "authors": [
1609
                {
1610
                    "name": "Luís Otávio Cobucci Oblonczyk",
1611
                    "email": "[email protected]",
1612
                    "role": "Developer"
1613
                }
1614
            ],
1615
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
1616
            "keywords": [
1617
                "JWS",
1618
                "jwt"
1619
            ],
1620
            "time": "2016-10-31T20:09:32+00:00"
1621
        },
1622
        {
1623
            "name": "league/flysystem",
1624
            "version": "1.0.35",
1625
            "source": {
1626
                "type": "git",
1627
                "url": "https://github.com/thephpleague/flysystem.git",
1628
                "reference": "dda7f3ab94158a002d9846a97dc18ebfb7acc062"
1629
            },
1630
            "dist": {
1631
                "type": "zip",
1632
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dda7f3ab94158a002d9846a97dc18ebfb7acc062",
1633
                "reference": "dda7f3ab94158a002d9846a97dc18ebfb7acc062",
1634
                "shasum": ""
1635
            },
1636
            "require": {
1637
                "php": ">=5.5.9"
1638
            },
1639
            "conflict": {
1640
                "league/flysystem-sftp": "<1.0.6"
1641
            },
1642
            "require-dev": {
1643
                "ext-fileinfo": "*",
1644
                "mockery/mockery": "~0.9",
1645
                "phpspec/phpspec": "^2.2",
1646
                "phpunit/phpunit": "~4.8"
1647
            },
1648
            "suggest": {
1649
                "ext-fileinfo": "Required for MimeType",
1650
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1651
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1652
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1653
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1654
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1655
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1656
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1657
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1658
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1659
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1660
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1661
            },
1662
            "type": "library",
1663
            "extra": {
1664
                "branch-alias": {
1665
                    "dev-master": "1.1-dev"
1666
                }
1667
            },
1668
            "autoload": {
1669
                "psr-4": {
1670
                    "League\\Flysystem\\": "src/"
1671
                }
1672
            },
1673
            "notification-url": "https://packagist.org/downloads/",
1674
            "license": [
1675
                "MIT"
1676
            ],
1677
            "authors": [
1678
                {
1679
                    "name": "Frank de Jonge",
1680
                    "email": "[email protected]"
1681
                }
1682
            ],
1683
            "description": "Filesystem abstraction: Many filesystems, one API.",
1684
            "keywords": [
1685
                "Cloud Files",
1686
                "WebDAV",
1687
                "abstraction",
1688
                "aws",
1689
                "cloud",
1690
                "copy.com",
1691
                "dropbox",
1692
                "file systems",
1693
                "files",
1694
                "filesystem",
1695
                "filesystems",
1696
                "ftp",
1697
                "rackspace",
1698
                "remote",
1699
                "s3",
1700
                "sftp",
1701
                "storage"
1702
            ],
1703
            "time": "2017-02-09T11:33:58+00:00"
1704
        },
1705
        {
1706
            "name": "league/geotools",
1707
            "version": "0.3.3",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/thephpleague/geotools.git",
1711
                "reference": "cd3cb252000d50a3db819218de1dbb96e6316449"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/thephpleague/geotools/zipball/cd3cb252000d50a3db819218de1dbb96e6316449",
1716
                "reference": "cd3cb252000d50a3db819218de1dbb96e6316449",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">=5.3.0",
1721
                "react/async": "~1.0",
1722
                "symfony/console": "~2.4",
1723
                "symfony/serializer": "~2.4",
1724
                "willdurand/geocoder": "~2.4"
1725
            },
1726
            "replace": {
1727
                "toin0u/geotools": "*"
1728
            },
1729
            "require-dev": {
1730
                "guzzle/guzzle": "~3.7",
1731
                "kriswallsmith/buzz": "~0.10",
1732
                "predis/predis": "~0.8",
1733
                "satooshi/php-coveralls": "~0.6",
1734
                "zendframework/zend-http": "~2.2"
1735
            },
1736
            "bin": [
1737
                "bin/geotools"
1738
            ],
1739
            "type": "library",
1740
            "extra": {
1741
                "branch-alias": {
1742
                    "dev-master": "0.3-dev"
1743
                }
1744
            },
1745
            "autoload": {
1746
                "psr-0": {
1747
                    "League\\Geotools": "src/"
1748
                }
1749
            },
1750
            "notification-url": "https://packagist.org/downloads/",
1751
            "license": [
1752
                "MIT"
1753
            ],
1754
            "authors": [
1755
                {
1756
                    "name": "Antoine Corcy",
1757
                    "email": "[email protected]",
1758
                    "homepage": "http://sbin.dk",
1759
                    "role": "Developer"
1760
                }
1761
            ],
1762
            "description": "Geo-related tools PHP 5.3 library",
1763
            "homepage": "http://geotools-php.org/",
1764
            "keywords": [
1765
                "async",
1766
                "batch",
1767
                "bounds",
1768
                "distance",
1769
                "geocoder",
1770
                "geocoding",
1771
                "geoip",
1772
                "geometry",
1773
                "geotools"
1774
            ],
1775
            "time": "2014-05-15T23:59:22+00:00"
1776
        },
1777
        {
1778
            "name": "marc-mabe/php-enum",
1779
            "version": "v1.3.0",
1780
            "source": {
1781
                "type": "git",
1782
                "url": "https://github.com/marc-mabe/php-enum.git",
1783
                "reference": "fdbd9eafc8772dacc37236c5f0118edad455f00e"
1784
            },
1785
            "dist": {
1786
                "type": "zip",
1787
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/fdbd9eafc8772dacc37236c5f0118edad455f00e",
1788
                "reference": "fdbd9eafc8772dacc37236c5f0118edad455f00e",
1789
                "shasum": ""
1790
            },
1791
            "require": {
1792
                "ext-reflection": "*",
1793
                "php": ">=5.3"
1794
            },
1795
            "require-dev": {
1796
                "phpunit/phpunit": ">=3.6"
1797
            },
1798
            "type": "library",
1799
            "extra": {
1800
                "branch-alias": {
1801
                    "dev-master": "2.2-dev",
1802
                    "dev-1.x": "1.3-dev"
1803
                }
1804
            },
1805
            "autoload": {
1806
                "psr-4": {
1807
                    "MabeEnum\\": "src/MabeEnum/"
1808
                }
1809
            },
1810
            "notification-url": "https://packagist.org/downloads/",
1811
            "license": [
1812
                "BSD-3-Clause"
1813
            ],
1814
            "authors": [
1815
                {
1816
                    "name": "Marc Bennewitz",
1817
                    "email": "[email protected]",
1818
                    "homepage": "http://www.marc-bennewitz.de/",
1819
                    "role": "Lead"
1820
                }
1821
            ],
1822
            "description": "Simple and fast implementation of enumerations with native PHP 5.3 and upper",
1823
            "homepage": "https://github.com/marc-mabe/php-enum",
1824
            "keywords": [
1825
                "enum",
1826
                "enum-map",
1827
                "enum-set",
1828
                "enumeration",
1829
                "enummap",
1830
                "enumset",
1831
                "type-hint",
1832
                "typehint"
1833
            ],
1834
            "time": "2015-10-04T17:35:32+00:00"
1835
        },
1836
        {
1837
            "name": "mathiasverraes/money",
1838
            "version": "v1.3.0",
1839
            "source": {
1840
                "type": "git",
1841
                "url": "https://github.com/moneyphp/money.git",
1842
                "reference": "1926c54143da8eec322ae4985014cd73a98b0792"
1843
            },
1844
            "dist": {
1845
                "type": "zip",
1846
                "url": "https://api.github.com/repos/moneyphp/money/zipball/1926c54143da8eec322ae4985014cd73a98b0792",
1847
                "reference": "1926c54143da8eec322ae4985014cd73a98b0792",
1848
                "shasum": ""
1849
            },
1850
            "require": {
1851
                "php": ">=5.3.3"
1852
            },
1853
            "require-dev": {
1854
                "phpunit/phpunit": "3.7.*"
1855
            },
1856
            "suggest": {
1857
                "Sylius/SyliusMoneyBundle": "Sylius' Symfony2 integration with Money library",
1858
                "TheBigBrainsCompany/TbbcMoneyBundle": "Very complete Symfony2 bundle with support for Twig, Doctrine, Forms, ...",
1859
                "pink-tie/money-bundle": "Pink-Tie's Symfony2 integration with Money library"
1860
            },
1861
            "type": "library",
1862
            "extra": {
1863
                "branch-alias": {
1864
                    "dev-master": "1.3.x-dev"
1865
                }
1866
            },
1867
            "autoload": {
1868
                "psr-0": {
1869
                    "Money": "lib"
1870
                }
1871
            },
1872
            "notification-url": "https://packagist.org/downloads/",
1873
            "license": [
1874
                "MIT"
1875
            ],
1876
            "authors": [
1877
                {
1878
                    "name": "Mathias Verraes",
1879
                    "email": "[email protected]"
1880
                }
1881
            ],
1882
            "description": "PHP implementation of Fowler's Money pattern",
1883
            "homepage": "http://verraes.net/2011/04/fowler-money-pattern-in-php/",
1884
            "keywords": [
1885
                "Generic Sub-domain",
1886
                "Value Object",
1887
                "money"
1888
            ],
1889
            "abandoned": "moneyphp/money",
1890
            "time": "2016-01-16T22:03:46+00:00"
1891
        },
1892
        {
1893
            "name": "nicolopignatelli/valueobjects",
1894
            "version": "v3.0",
1895
            "source": {
1896
                "type": "git",
1897
                "url": "https://github.com/nicolopignatelli/valueobjects.git",
1898
                "reference": "de7ab566be73e9e2c73bbbf05177646b11fc2b05"
1899
            },
1900
            "dist": {
1901
                "type": "zip",
1902
                "url": "https://api.github.com/repos/nicolopignatelli/valueobjects/zipball/de7ab566be73e9e2c73bbbf05177646b11fc2b05",
1903
                "reference": "de7ab566be73e9e2c73bbbf05177646b11fc2b05",
1904
                "shasum": ""
1905
            },
1906
            "require": {
1907
                "league/geotools": "~0.3.1",
1908
                "marc-mabe/php-enum": "~1.0",
1909
                "mathiasverraes/money": "~1.2",
1910
                "php": ">=5.3.3",
1911
                "ramsey/uuid": "~2.5",
1912
                "zendframework/zend-validator": "~2.2"
1913
            },
1914
            "require-dev": {
1915
                "phpunit/phpunit": "~4.0"
1916
            },
1917
            "type": "library",
1918
            "extra": {
1919
                "branch-alias": {
1920
                    "dev-master": "3.0.x-dev"
1921
                }
1922
            },
1923
            "autoload": {
1924
                "psr-4": {
1925
                    "ValueObjects\\": "src"
1926
                }
1927
            },
1928
            "notification-url": "https://packagist.org/downloads/",
1929
            "license": [
1930
                "MIT"
1931
            ],
1932
            "authors": [
1933
                {
1934
                    "name": "Contributors",
1935
                    "homepage": "https://github.com/nicolopignatelli/valueobjects/graphs/contributors"
1936
                },
1937
                {
1938
                    "name": "Nicolò Pignatelli",
1939
                    "email": "[email protected]"
1940
                }
1941
            ],
1942
            "description": "A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.",
1943
            "time": "2015-05-15T13:19:42+00:00"
1944
        },
1945
        {
1946
            "name": "paragonie/random_compat",
1947
            "version": "v2.0.4",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/paragonie/random_compat.git",
1951
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1956
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "php": ">=5.2.0"
1961
            },
1962
            "require-dev": {
1963
                "phpunit/phpunit": "4.*|5.*"
1964
            },
1965
            "suggest": {
1966
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1967
            },
1968
            "type": "library",
1969
            "autoload": {
1970
                "files": [
1971
                    "lib/random.php"
1972
                ]
1973
            },
1974
            "notification-url": "https://packagist.org/downloads/",
1975
            "license": [
1976
                "MIT"
1977
            ],
1978
            "authors": [
1979
                {
1980
                    "name": "Paragon Initiative Enterprises",
1981
                    "email": "[email protected]",
1982
                    "homepage": "https://paragonie.com"
1983
                }
1984
            ],
1985
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1986
            "keywords": [
1987
                "csprng",
1988
                "pseudorandom",
1989
                "random"
1990
            ],
1991
            "time": "2016-11-07T23:38:38+00:00"
1992
        },
1993
        {
1994
            "name": "php-http/httplug",
1995
            "version": "v1.1.0",
1996
            "source": {
1997
                "type": "git",
1998
                "url": "https://github.com/php-http/httplug.git",
1999
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
2000
            },
2001
            "dist": {
2002
                "type": "zip",
2003
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2004
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2005
                "shasum": ""
2006
            },
2007
            "require": {
2008
                "php": ">=5.4",
2009
                "php-http/promise": "^1.0",
2010
                "psr/http-message": "^1.0"
2011
            },
2012
            "require-dev": {
2013
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2014
                "phpspec/phpspec": "^2.4"
2015
            },
2016
            "type": "library",
2017
            "extra": {
2018
                "branch-alias": {
2019
                    "dev-master": "1.1-dev"
2020
                }
2021
            },
2022
            "autoload": {
2023
                "psr-4": {
2024
                    "Http\\Client\\": "src/"
2025
                }
2026
            },
2027
            "notification-url": "https://packagist.org/downloads/",
2028
            "license": [
2029
                "MIT"
2030
            ],
2031
            "authors": [
2032
                {
2033
                    "name": "Eric GELOEN",
2034
                    "email": "[email protected]"
2035
                },
2036
                {
2037
                    "name": "Márk Sági-Kazár",
2038
                    "email": "[email protected]"
2039
                }
2040
            ],
2041
            "description": "HTTPlug, the HTTP client abstraction for PHP",
2042
            "homepage": "http://httplug.io",
2043
            "keywords": [
2044
                "client",
2045
                "http"
2046
            ],
2047
            "time": "2016-08-31T08:30:17+00:00"
2048
        },
2049
        {
2050
            "name": "php-http/promise",
2051
            "version": "v1.0.0",
2052
            "source": {
2053
                "type": "git",
2054
                "url": "https://github.com/php-http/promise.git",
2055
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2056
            },
2057
            "dist": {
2058
                "type": "zip",
2059
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
2060
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2061
                "shasum": ""
2062
            },
2063
            "require-dev": {
2064
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2065
                "phpspec/phpspec": "^2.4"
2066
            },
2067
            "type": "library",
2068
            "extra": {
2069
                "branch-alias": {
2070
                    "dev-master": "1.1-dev"
2071
                }
2072
            },
2073
            "autoload": {
2074
                "psr-4": {
2075
                    "Http\\Promise\\": "src/"
2076
                }
2077
            },
2078
            "notification-url": "https://packagist.org/downloads/",
2079
            "license": [
2080
                "MIT"
2081
            ],
2082
            "authors": [
2083
                {
2084
                    "name": "Márk Sági-Kazár",
2085
                    "email": "[email protected]"
2086
                },
2087
                {
2088
                    "name": "Joel Wurtz",
2089
                    "email": "[email protected]"
2090
                }
2091
            ],
2092
            "description": "Promise used for asynchronous HTTP requests",
2093
            "homepage": "http://httplug.io",
2094
            "keywords": [
2095
                "promise"
2096
            ],
2097
            "time": "2016-01-26T13:27:02+00:00"
2098
        },
2099
        {
2100
            "name": "predis/predis",
2101
            "version": "v1.1.1",
2102
            "source": {
2103
                "type": "git",
2104
                "url": "https://github.com/nrk/predis.git",
2105
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2106
            },
2107
            "dist": {
2108
                "type": "zip",
2109
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2110
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2111
                "shasum": ""
2112
            },
2113
            "require": {
2114
                "php": ">=5.3.9"
2115
            },
2116
            "require-dev": {
2117
                "phpunit/phpunit": "~4.8"
2118
            },
2119
            "suggest": {
2120
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2121
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2122
            },
2123
            "type": "library",
2124
            "autoload": {
2125
                "psr-4": {
2126
                    "Predis\\": "src/"
2127
                }
2128
            },
2129
            "notification-url": "https://packagist.org/downloads/",
2130
            "license": [
2131
                "MIT"
2132
            ],
2133
            "authors": [
2134
                {
2135
                    "name": "Daniele Alessandri",
2136
                    "email": "[email protected]",
2137
                    "homepage": "http://clorophilla.net"
2138
                }
2139
            ],
2140
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2141
            "homepage": "http://github.com/nrk/predis",
2142
            "keywords": [
2143
                "nosql",
2144
                "predis",
2145
                "redis"
2146
            ],
2147
            "time": "2016-06-16T16:22:20+00:00"
2148
        },
2149
        {
2150
            "name": "psr/http-message",
2151
            "version": "1.0.1",
2152
            "source": {
2153
                "type": "git",
2154
                "url": "https://github.com/php-fig/http-message.git",
2155
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2156
            },
2157
            "dist": {
2158
                "type": "zip",
2159
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2160
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2161
                "shasum": ""
2162
            },
2163
            "require": {
2164
                "php": ">=5.3.0"
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "1.0.x-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "psr-4": {
2174
                    "Psr\\Http\\Message\\": "src/"
2175
                }
2176
            },
2177
            "notification-url": "https://packagist.org/downloads/",
2178
            "license": [
2179
                "MIT"
2180
            ],
2181
            "authors": [
2182
                {
2183
                    "name": "PHP-FIG",
2184
                    "homepage": "http://www.php-fig.org/"
2185
                }
2186
            ],
2187
            "description": "Common interface for HTTP messages",
2188
            "homepage": "https://github.com/php-fig/http-message",
2189
            "keywords": [
2190
                "http",
2191
                "http-message",
2192
                "psr",
2193
                "psr-7",
2194
                "request",
2195
                "response"
2196
            ],
2197
            "time": "2016-08-06T14:39:51+00:00"
2198
        },
2199
        {
2200
            "name": "psr/log",
2201
            "version": "1.0.2",
2202
            "source": {
2203
                "type": "git",
2204
                "url": "https://github.com/php-fig/log.git",
2205
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2206
            },
2207
            "dist": {
2208
                "type": "zip",
2209
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2210
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2211
                "shasum": ""
2212
            },
2213
            "require": {
2214
                "php": ">=5.3.0"
2215
            },
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "1.0.x-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "psr-4": {
2224
                    "Psr\\Log\\": "Psr/Log/"
2225
                }
2226
            },
2227
            "notification-url": "https://packagist.org/downloads/",
2228
            "license": [
2229
                "MIT"
2230
            ],
2231
            "authors": [
2232
                {
2233
                    "name": "PHP-FIG",
2234
                    "homepage": "http://www.php-fig.org/"
2235
                }
2236
            ],
2237
            "description": "Common interface for logging libraries",
2238
            "homepage": "https://github.com/php-fig/log",
2239
            "keywords": [
2240
                "log",
2241
                "psr",
2242
                "psr-3"
2243
            ],
2244
            "time": "2016-10-10T12:19:37+00:00"
2245
        },
2246
        {
2247
            "name": "ramsey/uuid",
2248
            "version": "2.9.0",
2249
            "source": {
2250
                "type": "git",
2251
                "url": "https://github.com/ramsey/uuid.git",
2252
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a"
2253
            },
2254
            "dist": {
2255
                "type": "zip",
2256
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2257
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2258
                "shasum": ""
2259
            },
2260
            "require": {
2261
                "paragonie/random_compat": "^1.0|^2.0",
2262
                "php": ">=5.3.3"
2263
            },
2264
            "replace": {
2265
                "rhumsaa/uuid": "self.version"
2266
            },
2267
            "require-dev": {
2268
                "doctrine/dbal": ">=2.3",
2269
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2270
                "moontoast/math": "~1.1",
2271
                "phpunit/phpunit": "~4.1|~5.0",
2272
                "satooshi/php-coveralls": "~0.6",
2273
                "squizlabs/php_codesniffer": "^2.3",
2274
                "symfony/console": "~2.3|~3.0"
2275
            },
2276
            "suggest": {
2277
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
2278
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
2279
                "symfony/console": "Support for use of the bin/uuid command line tool."
2280
            },
2281
            "bin": [
2282
                "bin/uuid"
2283
            ],
2284
            "type": "library",
2285
            "autoload": {
2286
                "psr-4": {
2287
                    "Rhumsaa\\Uuid\\": "src/"
2288
                }
2289
            },
2290
            "notification-url": "https://packagist.org/downloads/",
2291
            "license": [
2292
                "MIT"
2293
            ],
2294
            "authors": [
2295
                {
2296
                    "name": "Marijn Huizendveld",
2297
                    "email": "[email protected]"
2298
                },
2299
                {
2300
                    "name": "Ben Ramsey",
2301
                    "homepage": "http://benramsey.com"
2302
                }
2303
            ],
2304
            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2305
            "homepage": "https://github.com/ramsey/uuid",
2306
            "keywords": [
2307
                "guid",
2308
                "identifier",
2309
                "uuid"
2310
            ],
2311
            "time": "2016-03-22T18:20:19+00:00"
2312
        },
2313
        {
2314
            "name": "react/async",
2315
            "version": "v1.0.0",
2316
            "source": {
2317
                "type": "git",
2318
                "url": "https://github.com/reactphp/async.git",
2319
                "reference": "568a29207cfc00b3270c9d0158b0ec0a65a2194f"
2320
            },
2321
            "dist": {
2322
                "type": "zip",
2323
                "url": "https://api.github.com/repos/reactphp/async/zipball/568a29207cfc00b3270c9d0158b0ec0a65a2194f",
2324
                "reference": "568a29207cfc00b3270c9d0158b0ec0a65a2194f",
2325
                "shasum": ""
2326
            },
2327
            "require": {
2328
                "php": ">=5.3.2"
2329
            },
2330
            "require-dev": {
2331
                "react/event-loop": "0.2.*"
2332
            },
2333
            "type": "library",
2334
            "extra": {
2335
                "branch-alias": {
2336
                    "dev-master": "1.0-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "psr-0": {
2341
                    "React\\Async": "src"
2342
                }
2343
            },
2344
            "notification-url": "https://packagist.org/downloads/",
2345
            "license": [
2346
                "MIT"
2347
            ],
2348
            "description": "Async utilities for React.",
2349
            "keywords": [
2350
                "async"
2351
            ],
2352
            "time": "2013-02-06T23:27:19+00:00"
2353
        },
2354
        {
2355
            "name": "symfony/console",
2356
            "version": "v2.8.17",
2357
            "source": {
2358
                "type": "git",
2359
                "url": "https://github.com/symfony/console.git",
2360
                "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4"
2361
            },
2362
            "dist": {
2363
                "type": "zip",
2364
                "url": "https://api.github.com/repos/symfony/console/zipball/f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4",
2365
                "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4",
2366
                "shasum": ""
2367
            },
2368
            "require": {
2369
                "php": ">=5.3.9",
2370
                "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
2371
                "symfony/polyfill-mbstring": "~1.0"
2372
            },
2373
            "require-dev": {
2374
                "psr/log": "~1.0",
2375
                "symfony/event-dispatcher": "~2.1|~3.0.0",
2376
                "symfony/process": "~2.1|~3.0.0"
2377
            },
2378
            "suggest": {
2379
                "psr/log": "For using the console logger",
2380
                "symfony/event-dispatcher": "",
2381
                "symfony/process": ""
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "2.8-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "psr-4": {
2391
                    "Symfony\\Component\\Console\\": ""
2392
                },
2393
                "exclude-from-classmap": [
2394
                    "/Tests/"
2395
                ]
2396
            },
2397
            "notification-url": "https://packagist.org/downloads/",
2398
            "license": [
2399
                "MIT"
2400
            ],
2401
            "authors": [
2402
                {
2403
                    "name": "Fabien Potencier",
2404
                    "email": "[email protected]"
2405
                },
2406
                {
2407
                    "name": "Symfony Community",
2408
                    "homepage": "https://symfony.com/contributors"
2409
                }
2410
            ],
2411
            "description": "Symfony Console Component",
2412
            "homepage": "https://symfony.com",
2413
            "time": "2017-02-06T12:04:06+00:00"
2414
        },
2415
        {
2416
            "name": "symfony/debug",
2417
            "version": "v2.8.17",
2418
            "source": {
2419
                "type": "git",
2420
                "url": "https://github.com/symfony/debug.git",
2421
                "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110"
2422
            },
2423
            "dist": {
2424
                "type": "zip",
2425
                "url": "https://api.github.com/repos/symfony/debug/zipball/4a99c3a6cabfa0c297fc3531e61483d276133110",
2426
                "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110",
2427
                "shasum": ""
2428
            },
2429
            "require": {
2430
                "php": ">=5.3.9",
2431
                "psr/log": "~1.0"
2432
            },
2433
            "conflict": {
2434
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2435
            },
2436
            "require-dev": {
2437
                "symfony/class-loader": "~2.2|~3.0.0",
2438
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
2439
            },
2440
            "type": "library",
2441
            "extra": {
2442
                "branch-alias": {
2443
                    "dev-master": "2.8-dev"
2444
                }
2445
            },
2446
            "autoload": {
2447
                "psr-4": {
2448
                    "Symfony\\Component\\Debug\\": ""
2449
                },
2450
                "exclude-from-classmap": [
2451
                    "/Tests/"
2452
                ]
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "MIT"
2457
            ],
2458
            "authors": [
2459
                {
2460
                    "name": "Fabien Potencier",
2461
                    "email": "[email protected]"
2462
                },
2463
                {
2464
                    "name": "Symfony Community",
2465
                    "homepage": "https://symfony.com/contributors"
2466
                }
2467
            ],
2468
            "description": "Symfony Debug Component",
2469
            "homepage": "https://symfony.com",
2470
            "time": "2017-01-27T23:54:58+00:00"
2471
        },
2472
        {
2473
            "name": "symfony/event-dispatcher",
2474
            "version": "v2.8.17",
2475
            "source": {
2476
                "type": "git",
2477
                "url": "https://github.com/symfony/event-dispatcher.git",
2478
                "reference": "74877977f90fb9c3e46378d5764217c55f32df34"
2479
            },
2480
            "dist": {
2481
                "type": "zip",
2482
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
2483
                "reference": "74877977f90fb9c3e46378d5764217c55f32df34",
2484
                "shasum": ""
2485
            },
2486
            "require": {
2487
                "php": ">=5.3.9"
2488
            },
2489
            "require-dev": {
2490
                "psr/log": "~1.0",
2491
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2492
                "symfony/dependency-injection": "~2.6|~3.0.0",
2493
                "symfony/expression-language": "~2.6|~3.0.0",
2494
                "symfony/stopwatch": "~2.3|~3.0.0"
2495
            },
2496
            "suggest": {
2497
                "symfony/dependency-injection": "",
2498
                "symfony/http-kernel": ""
2499
            },
2500
            "type": "library",
2501
            "extra": {
2502
                "branch-alias": {
2503
                    "dev-master": "2.8-dev"
2504
                }
2505
            },
2506
            "autoload": {
2507
                "psr-4": {
2508
                    "Symfony\\Component\\EventDispatcher\\": ""
2509
                },
2510
                "exclude-from-classmap": [
2511
                    "/Tests/"
2512
                ]
2513
            },
2514
            "notification-url": "https://packagist.org/downloads/",
2515
            "license": [
2516
                "MIT"
2517
            ],
2518
            "authors": [
2519
                {
2520
                    "name": "Fabien Potencier",
2521
                    "email": "[email protected]"
2522
                },
2523
                {
2524
                    "name": "Symfony Community",
2525
                    "homepage": "https://symfony.com/contributors"
2526
                }
2527
            ],
2528
            "description": "Symfony EventDispatcher Component",
2529
            "homepage": "https://symfony.com",
2530
            "time": "2017-01-02T20:30:24+00:00"
2531
        },
2532
        {
2533
            "name": "symfony/http-foundation",
2534
            "version": "v2.7.24",
2535
            "source": {
2536
                "type": "git",
2537
                "url": "https://github.com/symfony/http-foundation.git",
2538
                "reference": "393d47141fd8d277049034f34fa8616ab5093e39"
2539
            },
2540
            "dist": {
2541
                "type": "zip",
2542
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/393d47141fd8d277049034f34fa8616ab5093e39",
2543
                "reference": "393d47141fd8d277049034f34fa8616ab5093e39",
2544
                "shasum": ""
2545
            },
2546
            "require": {
2547
                "php": ">=5.3.9",
2548
                "symfony/polyfill-mbstring": "~1.1"
2549
            },
2550
            "require-dev": {
2551
                "symfony/expression-language": "~2.4"
2552
            },
2553
            "type": "library",
2554
            "extra": {
2555
                "branch-alias": {
2556
                    "dev-master": "2.7-dev"
2557
                }
2558
            },
2559
            "autoload": {
2560
                "psr-4": {
2561
                    "Symfony\\Component\\HttpFoundation\\": ""
2562
                },
2563
                "classmap": [
2564
                    "Resources/stubs"
2565
                ],
2566
                "exclude-from-classmap": [
2567
                    "/Tests/"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "MIT"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Fabien Potencier",
2577
                    "email": "[email protected]"
2578
                },
2579
                {
2580
                    "name": "Symfony Community",
2581
                    "homepage": "https://symfony.com/contributors"
2582
                }
2583
            ],
2584
            "description": "Symfony HttpFoundation Component",
2585
            "homepage": "https://symfony.com",
2586
            "time": "2017-02-02T13:27:35+00:00"
2587
        },
2588
        {
2589
            "name": "symfony/http-kernel",
2590
            "version": "v2.8.17",
2591
            "source": {
2592
                "type": "git",
2593
                "url": "https://github.com/symfony/http-kernel.git",
2594
                "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8"
2595
            },
2596
            "dist": {
2597
                "type": "zip",
2598
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b594d828fa2b364e8ad2cea750aca9e613d57ac8",
2599
                "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8",
2600
                "shasum": ""
2601
            },
2602
            "require": {
2603
                "php": ">=5.3.9",
2604
                "psr/log": "~1.0",
2605
                "symfony/debug": "~2.6,>=2.6.2",
2606
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
2607
                "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
2608
            },
2609
            "conflict": {
2610
                "symfony/config": "<2.7"
2611
            },
2612
            "require-dev": {
2613
                "symfony/browser-kit": "~2.3|~3.0.0",
2614
                "symfony/class-loader": "~2.1|~3.0.0",
2615
                "symfony/config": "~2.8",
2616
                "symfony/console": "~2.3|~3.0.0",
2617
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
2618
                "symfony/dependency-injection": "~2.8|~3.0.0",
2619
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
2620
                "symfony/expression-language": "~2.4|~3.0.0",
2621
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
2622
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
2623
                "symfony/routing": "~2.8|~3.0.0",
2624
                "symfony/stopwatch": "~2.3|~3.0.0",
2625
                "symfony/templating": "~2.2|~3.0.0",
2626
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
2627
                "symfony/var-dumper": "~2.6|~3.0.0"
2628
            },
2629
            "suggest": {
2630
                "symfony/browser-kit": "",
2631
                "symfony/class-loader": "",
2632
                "symfony/config": "",
2633
                "symfony/console": "",
2634
                "symfony/dependency-injection": "",
2635
                "symfony/finder": "",
2636
                "symfony/var-dumper": ""
2637
            },
2638
            "type": "library",
2639
            "extra": {
2640
                "branch-alias": {
2641
                    "dev-master": "2.8-dev"
2642
                }
2643
            },
2644
            "autoload": {
2645
                "psr-4": {
2646
                    "Symfony\\Component\\HttpKernel\\": ""
2647
                },
2648
                "exclude-from-classmap": [
2649
                    "/Tests/"
2650
                ]
2651
            },
2652
            "notification-url": "https://packagist.org/downloads/",
2653
            "license": [
2654
                "MIT"
2655
            ],
2656
            "authors": [
2657
                {
2658
                    "name": "Fabien Potencier",
2659
                    "email": "[email protected]"
2660
                },
2661
                {
2662
                    "name": "Symfony Community",
2663
                    "homepage": "https://symfony.com/contributors"
2664
                }
2665
            ],
2666
            "description": "Symfony HttpKernel Component",
2667
            "homepage": "https://symfony.com",
2668
            "time": "2017-02-06T12:47:36+00:00"
2669
        },
2670
        {
2671
            "name": "symfony/polyfill-mbstring",
2672
            "version": "v1.3.0",
2673
            "source": {
2674
                "type": "git",
2675
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2676
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2677
            },
2678
            "dist": {
2679
                "type": "zip",
2680
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2681
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2682
                "shasum": ""
2683
            },
2684
            "require": {
2685
                "php": ">=5.3.3"
2686
            },
2687
            "suggest": {
2688
                "ext-mbstring": "For best performance"
2689
            },
2690
            "type": "library",
2691
            "extra": {
2692
                "branch-alias": {
2693
                    "dev-master": "1.3-dev"
2694
                }
2695
            },
2696
            "autoload": {
2697
                "psr-4": {
2698
                    "Symfony\\Polyfill\\Mbstring\\": ""
2699
                },
2700
                "files": [
2701
                    "bootstrap.php"
2702
                ]
2703
            },
2704
            "notification-url": "https://packagist.org/downloads/",
2705
            "license": [
2706
                "MIT"
2707
            ],
2708
            "authors": [
2709
                {
2710
                    "name": "Nicolas Grekas",
2711
                    "email": "[email protected]"
2712
                },
2713
                {
2714
                    "name": "Symfony Community",
2715
                    "homepage": "https://symfony.com/contributors"
2716
                }
2717
            ],
2718
            "description": "Symfony polyfill for the Mbstring extension",
2719
            "homepage": "https://symfony.com",
2720
            "keywords": [
2721
                "compatibility",
2722
                "mbstring",
2723
                "polyfill",
2724
                "portable",
2725
                "shim"
2726
            ],
2727
            "time": "2016-11-14T01:06:16+00:00"
2728
        },
2729
        {
2730
            "name": "symfony/polyfill-php55",
2731
            "version": "v1.3.0",
2732
            "source": {
2733
                "type": "git",
2734
                "url": "https://github.com/symfony/polyfill-php55.git",
2735
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2736
            },
2737
            "dist": {
2738
                "type": "zip",
2739
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
2740
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2741
                "shasum": ""
2742
            },
2743
            "require": {
2744
                "ircmaxell/password-compat": "~1.0",
2745
                "php": ">=5.3.3"
2746
            },
2747
            "type": "library",
2748
            "extra": {
2749
                "branch-alias": {
2750
                    "dev-master": "1.3-dev"
2751
                }
2752
            },
2753
            "autoload": {
2754
                "psr-4": {
2755
                    "Symfony\\Polyfill\\Php55\\": ""
2756
                },
2757
                "files": [
2758
                    "bootstrap.php"
2759
                ]
2760
            },
2761
            "notification-url": "https://packagist.org/downloads/",
2762
            "license": [
2763
                "MIT"
2764
            ],
2765
            "authors": [
2766
                {
2767
                    "name": "Nicolas Grekas",
2768
                    "email": "[email protected]"
2769
                },
2770
                {
2771
                    "name": "Symfony Community",
2772
                    "homepage": "https://symfony.com/contributors"
2773
                }
2774
            ],
2775
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2776
            "homepage": "https://symfony.com",
2777
            "keywords": [
2778
                "compatibility",
2779
                "polyfill",
2780
                "portable",
2781
                "shim"
2782
            ],
2783
            "time": "2016-11-14T01:06:16+00:00"
2784
        },
2785
        {
2786
            "name": "symfony/security",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
2787
            "version": "v2.7.8",
2788
            "source": {
2789
                "type": "git",
2790
                "url": "https://github.com/symfony/security.git",
2791
                "reference": "88b9dd021f396ecea0ed312b26e2e8fe5b98feeb"
2792
            },
2793
            "dist": {
2794
                "type": "zip",
2795
                "url": "https://api.github.com/repos/symfony/security/zipball/88b9dd021f396ecea0ed312b26e2e8fe5b98feeb",
2796
                "reference": "88b9dd021f396ecea0ed312b26e2e8fe5b98feeb",
2797
                "shasum": ""
2798
            },
2799
            "require": {
2800
                "php": ">=5.3.9",
2801
                "symfony/event-dispatcher": "~2.2",
2802
                "symfony/http-foundation": "~2.1",
2803
                "symfony/http-kernel": "~2.4"
2804
            },
2805
            "replace": {
2806
                "symfony/security-acl": "self.version",
2807
                "symfony/security-core": "self.version",
2808
                "symfony/security-csrf": "self.version",
2809
                "symfony/security-http": "self.version"
2810
            },
2811
            "require-dev": {
2812
                "doctrine/common": "~2.2",
2813
                "doctrine/dbal": "~2.2",
2814
                "ircmaxell/password-compat": "~1.0",
2815
                "psr/log": "~1.0",
2816
                "symfony/expression-language": "~2.6",
2817
                "symfony/finder": "~2.3",
2818
                "symfony/intl": "~2.3",
2819
                "symfony/routing": "~2.2",
2820
                "symfony/validator": "~2.5,>=2.5.9"
2821
            },
2822
            "suggest": {
2823
                "doctrine/dbal": "For using the built-in ACL implementation",
2824
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2825
                "paragonie/random_compat": "",
2826
                "symfony/class-loader": "For using the ACL generateSql script",
2827
                "symfony/expression-language": "For using the expression voter",
2828
                "symfony/finder": "For using the ACL generateSql script",
2829
                "symfony/form": "",
2830
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2831
                "symfony/validator": "For using the user password constraint"
2832
            },
2833
            "type": "library",
2834
            "extra": {
2835
                "branch-alias": {
2836
                    "dev-master": "2.7-dev"
2837
                }
2838
            },
2839
            "autoload": {
2840
                "psr-4": {
2841
                    "Symfony\\Component\\Security\\": ""
2842
                },
2843
                "exclude-from-classmap": [
2844
                    "/Tests/"
2845
                ]
2846
            },
2847
            "notification-url": "https://packagist.org/downloads/",
2848
            "license": [
2849
                "MIT"
2850
            ],
2851
            "authors": [
2852
                {
2853
                    "name": "Fabien Potencier",
2854
                    "email": "[email protected]"
2855
                },
2856
                {
2857
                    "name": "Symfony Community",
2858
                    "homepage": "https://symfony.com/contributors"
2859
                }
2860
            ],
2861
            "description": "Symfony Security Component",
2862
            "homepage": "https://symfony.com",
2863
            "time": "2015-12-23T18:13:52+00:00"
2864
        },
2865
        {
2866
            "name": "symfony/serializer",
2867
            "version": "v2.8.17",
2868
            "source": {
2869
                "type": "git",
2870
                "url": "https://github.com/symfony/serializer.git",
2871
                "reference": "664e6b765cb927c968201697312bcc4f6b7becd4"
2872
            },
2873
            "dist": {
2874
                "type": "zip",
2875
                "url": "https://api.github.com/repos/symfony/serializer/zipball/664e6b765cb927c968201697312bcc4f6b7becd4",
2876
                "reference": "664e6b765cb927c968201697312bcc4f6b7becd4",
2877
                "shasum": ""
2878
            },
2879
            "require": {
2880
                "php": ">=5.3.9",
2881
                "symfony/polyfill-php55": "~1.0"
2882
            },
2883
            "require-dev": {
2884
                "doctrine/annotations": "~1.0",
2885
                "doctrine/cache": "~1.0",
2886
                "symfony/config": "~2.2|~3.0.0",
2887
                "symfony/property-access": "~2.3|~3.0.0",
2888
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
2889
            },
2890
            "suggest": {
2891
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2892
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
2893
                "symfony/config": "For using the XML mapping loader.",
2894
                "symfony/property-access": "For using the ObjectNormalizer.",
2895
                "symfony/yaml": "For using the default YAML mapping loader."
2896
            },
2897
            "type": "library",
2898
            "extra": {
2899
                "branch-alias": {
2900
                    "dev-master": "2.8-dev"
2901
                }
2902
            },
2903
            "autoload": {
2904
                "psr-4": {
2905
                    "Symfony\\Component\\Serializer\\": ""
2906
                },
2907
                "exclude-from-classmap": [
2908
                    "/Tests/"
2909
                ]
2910
            },
2911
            "notification-url": "https://packagist.org/downloads/",
2912
            "license": [
2913
                "MIT"
2914
            ],
2915
            "authors": [
2916
                {
2917
                    "name": "Fabien Potencier",
2918
                    "email": "[email protected]"
2919
                },
2920
                {
2921
                    "name": "Symfony Community",
2922
                    "homepage": "https://symfony.com/contributors"
2923
                }
2924
            ],
2925
            "description": "Symfony Serializer Component",
2926
            "homepage": "https://symfony.com",
2927
            "time": "2017-01-21T16:59:38+00:00"
2928
        },
2929
        {
2930
            "name": "willdurand/geocoder",
2931
            "version": "2.8.2",
2932
            "source": {
2933
                "type": "git",
2934
                "url": "https://github.com/geocoder-php/Geocoder.git",
2935
                "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8"
2936
            },
2937
            "dist": {
2938
                "type": "zip",
2939
                "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
2940
                "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
2941
                "shasum": ""
2942
            },
2943
            "require": {
2944
                "php": ">=5.3.0"
2945
            },
2946
            "require-dev": {
2947
                "geoip/geoip": "~1.13",
2948
                "geoip2/geoip2": "~0.6",
2949
                "guzzle/guzzle": "@stable",
2950
                "kriswallsmith/buzz": "@stable",
2951
                "zendframework/zend-http": "~2.1"
2952
            },
2953
            "suggest": {
2954
                "ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
2955
                "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
2956
                "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
2957
                "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
2958
                "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
2959
                "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
2960
                "zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter."
2961
            },
2962
            "type": "library",
2963
            "extra": {
2964
                "branch-alias": {
2965
                    "dev-master": "2.8-dev"
2966
                }
2967
            },
2968
            "autoload": {
2969
                "psr-0": {
2970
                    "Geocoder": "src/"
2971
                }
2972
            },
2973
            "notification-url": "https://packagist.org/downloads/",
2974
            "license": [
2975
                "MIT"
2976
            ],
2977
            "authors": [
2978
                {
2979
                    "name": "William Durand",
2980
                    "email": "[email protected]"
2981
                }
2982
            ],
2983
            "description": "The almost missing Geocoder PHP 5.3 library.",
2984
            "homepage": "http://geocoder-php.org",
2985
            "keywords": [
2986
                "abstraction",
2987
                "geocoder",
2988
                "geocoding",
2989
                "geoip"
2990
            ],
2991
            "time": "2015-01-07T13:23:35+00:00"
2992
        },
2993
        {
2994
            "name": "zendframework/zend-stdlib",
2995
            "version": "3.1.0",
2996
            "source": {
2997
                "type": "git",
2998
                "url": "https://github.com/zendframework/zend-stdlib.git",
2999
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
3000
            },
3001
            "dist": {
3002
                "type": "zip",
3003
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
3004
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
3005
                "shasum": ""
3006
            },
3007
            "require": {
3008
                "php": "^5.6 || ^7.0"
3009
            },
3010
            "require-dev": {
3011
                "athletic/athletic": "~0.1",
3012
                "phpunit/phpunit": "~4.0",
3013
                "squizlabs/php_codesniffer": "^2.6.2"
3014
            },
3015
            "type": "library",
3016
            "extra": {
3017
                "branch-alias": {
3018
                    "dev-master": "3.1-dev",
3019
                    "dev-develop": "3.2-dev"
3020
                }
3021
            },
3022
            "autoload": {
3023
                "psr-4": {
3024
                    "Zend\\Stdlib\\": "src/"
3025
                }
3026
            },
3027
            "notification-url": "https://packagist.org/downloads/",
3028
            "license": [
3029
                "BSD-3-Clause"
3030
            ],
3031
            "homepage": "https://github.com/zendframework/zend-stdlib",
3032
            "keywords": [
3033
                "stdlib",
3034
                "zf2"
3035
            ],
3036
            "time": "2016-09-13T14:38:50+00:00"
3037
        },
3038
        {
3039
            "name": "zendframework/zend-validator",
3040
            "version": "2.8.2",
3041
            "source": {
3042
                "type": "git",
3043
                "url": "https://github.com/zendframework/zend-validator.git",
3044
                "reference": "99b528e01276054458da9553b587cfb959dfa436"
3045
            },
3046
            "dist": {
3047
                "type": "zip",
3048
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/99b528e01276054458da9553b587cfb959dfa436",
3049
                "reference": "99b528e01276054458da9553b587cfb959dfa436",
3050
                "shasum": ""
3051
            },
3052
            "require": {
3053
                "container-interop/container-interop": "^1.1",
3054
                "php": "^5.5 || ^7.0",
3055
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3056
            },
3057
            "require-dev": {
3058
                "fabpot/php-cs-fixer": "1.7.*",
3059
                "phpunit/phpunit": "^4.0",
3060
                "zendframework/zend-cache": "^2.6.1",
3061
                "zendframework/zend-config": "^2.6",
3062
                "zendframework/zend-db": "^2.7",
3063
                "zendframework/zend-filter": "^2.6",
3064
                "zendframework/zend-http": "^2.5.4",
3065
                "zendframework/zend-i18n": "^2.6",
3066
                "zendframework/zend-math": "^2.6",
3067
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3068
                "zendframework/zend-session": "^2.6.2",
3069
                "zendframework/zend-uri": "^2.5"
3070
            },
3071
            "suggest": {
3072
                "zendframework/zend-db": "Zend\\Db component",
3073
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
3074
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
3075
                "zendframework/zend-i18n-resources": "Translations of validator messages",
3076
                "zendframework/zend-math": "Zend\\Math component",
3077
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3078
                "zendframework/zend-session": "Zend\\Session component",
3079
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
3080
            },
3081
            "type": "library",
3082
            "extra": {
3083
                "branch-alias": {
3084
                    "dev-master": "2.8-dev",
3085
                    "dev-develop": "2.9-dev"
3086
                },
3087
                "zf": {
3088
                    "component": "Zend\\Validator",
3089
                    "config-provider": "Zend\\Validator\\ConfigProvider"
3090
                }
3091
            },
3092
            "autoload": {
3093
                "psr-4": {
3094
                    "Zend\\Validator\\": "src/"
3095
                }
3096
            },
3097
            "notification-url": "https://packagist.org/downloads/",
3098
            "license": [
3099
                "BSD-3-Clause"
3100
            ],
3101
            "description": "provides a set of commonly needed validators",
3102
            "homepage": "https://github.com/zendframework/zend-validator",
3103
            "keywords": [
3104
                "validator",
3105
                "zf2"
3106
            ],
3107
            "time": "2017-01-29T17:24:24+00:00"
3108
        }
3109
    ],
3110
    "packages-dev": [
3111
        {
3112
            "name": "doctrine/instantiator",
3113
            "version": "1.0.5",
3114
            "source": {
3115
                "type": "git",
3116
                "url": "https://github.com/doctrine/instantiator.git",
3117
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3118
            },
3119
            "dist": {
3120
                "type": "zip",
3121
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3122
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3123
                "shasum": ""
3124
            },
3125
            "require": {
3126
                "php": ">=5.3,<8.0-DEV"
3127
            },
3128
            "require-dev": {
3129
                "athletic/athletic": "~0.1.8",
3130
                "ext-pdo": "*",
3131
                "ext-phar": "*",
3132
                "phpunit/phpunit": "~4.0",
3133
                "squizlabs/php_codesniffer": "~2.0"
3134
            },
3135
            "type": "library",
3136
            "extra": {
3137
                "branch-alias": {
3138
                    "dev-master": "1.0.x-dev"
3139
                }
3140
            },
3141
            "autoload": {
3142
                "psr-4": {
3143
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3144
                }
3145
            },
3146
            "notification-url": "https://packagist.org/downloads/",
3147
            "license": [
3148
                "MIT"
3149
            ],
3150
            "authors": [
3151
                {
3152
                    "name": "Marco Pivetta",
3153
                    "email": "[email protected]",
3154
                    "homepage": "http://ocramius.github.com/"
3155
                }
3156
            ],
3157
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3158
            "homepage": "https://github.com/doctrine/instantiator",
3159
            "keywords": [
3160
                "constructor",
3161
                "instantiate"
3162
            ],
3163
            "time": "2015-06-14T21:17:01+00:00"
3164
        },
3165
        {
3166
            "name": "mikey179/vfsStream",
3167
            "version": "v1.6.4",
3168
            "source": {
3169
                "type": "git",
3170
                "url": "https://github.com/mikey179/vfsStream.git",
3171
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
3172
            },
3173
            "dist": {
3174
                "type": "zip",
3175
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
3176
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
3177
                "shasum": ""
3178
            },
3179
            "require": {
3180
                "php": ">=5.3.0"
3181
            },
3182
            "require-dev": {
3183
                "phpunit/phpunit": "~4.5"
3184
            },
3185
            "type": "library",
3186
            "extra": {
3187
                "branch-alias": {
3188
                    "dev-master": "1.6.x-dev"
3189
                }
3190
            },
3191
            "autoload": {
3192
                "psr-0": {
3193
                    "org\\bovigo\\vfs\\": "src/main/php"
3194
                }
3195
            },
3196
            "notification-url": "https://packagist.org/downloads/",
3197
            "license": [
3198
                "BSD-3-Clause"
3199
            ],
3200
            "authors": [
3201
                {
3202
                    "name": "Frank Kleine",
3203
                    "homepage": "http://frankkleine.de/",
3204
                    "role": "Developer"
3205
                }
3206
            ],
3207
            "description": "Virtual file system to mock the real file system in unit tests.",
3208
            "homepage": "http://vfs.bovigo.org/",
3209
            "time": "2016-07-18T14:02:57+00:00"
3210
        },
3211
        {
3212
            "name": "myclabs/deep-copy",
3213
            "version": "1.6.0",
3214
            "source": {
3215
                "type": "git",
3216
                "url": "https://github.com/myclabs/DeepCopy.git",
3217
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
3218
            },
3219
            "dist": {
3220
                "type": "zip",
3221
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
3222
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
3223
                "shasum": ""
3224
            },
3225
            "require": {
3226
                "php": ">=5.4.0"
3227
            },
3228
            "require-dev": {
3229
                "doctrine/collections": "1.*",
3230
                "phpunit/phpunit": "~4.1"
3231
            },
3232
            "type": "library",
3233
            "autoload": {
3234
                "psr-4": {
3235
                    "DeepCopy\\": "src/DeepCopy/"
3236
                }
3237
            },
3238
            "notification-url": "https://packagist.org/downloads/",
3239
            "license": [
3240
                "MIT"
3241
            ],
3242
            "description": "Create deep copies (clones) of your objects",
3243
            "homepage": "https://github.com/myclabs/DeepCopy",
3244
            "keywords": [
3245
                "clone",
3246
                "copy",
3247
                "duplicate",
3248
                "object",
3249
                "object graph"
3250
            ],
3251
            "time": "2017-01-26T22:05:40+00:00"
3252
        },
3253
        {
3254
            "name": "phing/phing",
3255
            "version": "2.16.0",
3256
            "source": {
3257
                "type": "git",
3258
                "url": "https://github.com/phingofficial/phing.git",
3259
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b"
3260
            },
3261
            "dist": {
3262
                "type": "zip",
3263
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
3264
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
3265
                "shasum": ""
3266
            },
3267
            "require": {
3268
                "php": ">=5.2.0",
3269
                "symfony/yaml": "^3.1"
3270
            },
3271
            "require-dev": {
3272
                "ext-pdo_sqlite": "*",
3273
                "mikey179/vfsstream": "^1.6",
3274
                "pdepend/pdepend": "2.x",
3275
                "pear/archive_tar": "1.4.x",
3276
                "pear/http_request2": "dev-trunk",
3277
                "pear/net_growl": "dev-trunk",
3278
                "pear/pear-core-minimal": "1.10.1",
3279
                "pear/versioncontrol_git": "@dev",
3280
                "pear/versioncontrol_svn": "~0.5",
3281
                "phpdocumentor/phpdocumentor": "2.x",
3282
                "phploc/phploc": "~2.0.6",
3283
                "phpmd/phpmd": "~2.2",
3284
                "phpunit/phpunit": ">=3.7",
3285
                "sebastian/git": "~1.0",
3286
                "sebastian/phpcpd": "2.x",
3287
                "siad007/versioncontrol_hg": "^1.0",
3288
                "simpletest/simpletest": "^1.1",
3289
                "squizlabs/php_codesniffer": "~2.2"
3290
            },
3291
            "suggest": {
3292
                "pdepend/pdepend": "PHP version of JDepend",
3293
                "pear/archive_tar": "Tar file management class",
3294
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3295
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3296
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3297
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3298
                "phpmd/phpmd": "PHP version of PMD tool",
3299
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3300
                "phpunit/phpunit": "The PHP Unit Testing Framework",
3301
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3302
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
3303
                "tedivm/jshrink": "Javascript Minifier built in PHP"
3304
            },
3305
            "bin": [
3306
                "bin/phing"
3307
            ],
3308
            "type": "library",
3309
            "extra": {
3310
                "branch-alias": {
3311
                    "dev-master": "2.16.x-dev"
3312
                }
3313
            },
3314
            "autoload": {
3315
                "classmap": [
3316
                    "classes/phing/"
3317
                ]
3318
            },
3319
            "notification-url": "https://packagist.org/downloads/",
3320
            "include-path": [
3321
                "classes"
3322
            ],
3323
            "license": [
3324
                "LGPL-3.0"
3325
            ],
3326
            "authors": [
3327
                {
3328
                    "name": "Michiel Rook",
3329
                    "email": "[email protected]"
3330
                },
3331
                {
3332
                    "name": "Phing Community",
3333
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3334
                }
3335
            ],
3336
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3337
            "homepage": "https://www.phing.info/",
3338
            "keywords": [
3339
                "build",
3340
                "phing",
3341
                "task",
3342
                "tool"
3343
            ],
3344
            "time": "2016-12-22T20:16:33+00:00"
3345
        },
3346
        {
3347
            "name": "phpdocumentor/reflection-common",
3348
            "version": "1.0",
3349
            "source": {
3350
                "type": "git",
3351
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3352
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3353
            },
3354
            "dist": {
3355
                "type": "zip",
3356
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3357
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3358
                "shasum": ""
3359
            },
3360
            "require": {
3361
                "php": ">=5.5"
3362
            },
3363
            "require-dev": {
3364
                "phpunit/phpunit": "^4.6"
3365
            },
3366
            "type": "library",
3367
            "extra": {
3368
                "branch-alias": {
3369
                    "dev-master": "1.0.x-dev"
3370
                }
3371
            },
3372
            "autoload": {
3373
                "psr-4": {
3374
                    "phpDocumentor\\Reflection\\": [
3375
                        "src"
3376
                    ]
3377
                }
3378
            },
3379
            "notification-url": "https://packagist.org/downloads/",
3380
            "license": [
3381
                "MIT"
3382
            ],
3383
            "authors": [
3384
                {
3385
                    "name": "Jaap van Otterdijk",
3386
                    "email": "[email protected]"
3387
                }
3388
            ],
3389
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3390
            "homepage": "http://www.phpdoc.org",
3391
            "keywords": [
3392
                "FQSEN",
3393
                "phpDocumentor",
3394
                "phpdoc",
3395
                "reflection",
3396
                "static analysis"
3397
            ],
3398
            "time": "2015-12-27T11:43:31+00:00"
3399
        },
3400
        {
3401
            "name": "phpdocumentor/reflection-docblock",
3402
            "version": "3.1.1",
3403
            "source": {
3404
                "type": "git",
3405
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3406
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3407
            },
3408
            "dist": {
3409
                "type": "zip",
3410
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3411
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3412
                "shasum": ""
3413
            },
3414
            "require": {
3415
                "php": ">=5.5",
3416
                "phpdocumentor/reflection-common": "^1.0@dev",
3417
                "phpdocumentor/type-resolver": "^0.2.0",
3418
                "webmozart/assert": "^1.0"
3419
            },
3420
            "require-dev": {
3421
                "mockery/mockery": "^0.9.4",
3422
                "phpunit/phpunit": "^4.4"
3423
            },
3424
            "type": "library",
3425
            "autoload": {
3426
                "psr-4": {
3427
                    "phpDocumentor\\Reflection\\": [
3428
                        "src/"
3429
                    ]
3430
                }
3431
            },
3432
            "notification-url": "https://packagist.org/downloads/",
3433
            "license": [
3434
                "MIT"
3435
            ],
3436
            "authors": [
3437
                {
3438
                    "name": "Mike van Riel",
3439
                    "email": "[email protected]"
3440
                }
3441
            ],
3442
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3443
            "time": "2016-09-30T07:12:33+00:00"
3444
        },
3445
        {
3446
            "name": "phpdocumentor/type-resolver",
3447
            "version": "0.2.1",
3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3451
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3452
            },
3453
            "dist": {
3454
                "type": "zip",
3455
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3456
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "php": ">=5.5",
3461
                "phpdocumentor/reflection-common": "^1.0"
3462
            },
3463
            "require-dev": {
3464
                "mockery/mockery": "^0.9.4",
3465
                "phpunit/phpunit": "^5.2||^4.8.24"
3466
            },
3467
            "type": "library",
3468
            "extra": {
3469
                "branch-alias": {
3470
                    "dev-master": "1.0.x-dev"
3471
                }
3472
            },
3473
            "autoload": {
3474
                "psr-4": {
3475
                    "phpDocumentor\\Reflection\\": [
3476
                        "src/"
3477
                    ]
3478
                }
3479
            },
3480
            "notification-url": "https://packagist.org/downloads/",
3481
            "license": [
3482
                "MIT"
3483
            ],
3484
            "authors": [
3485
                {
3486
                    "name": "Mike van Riel",
3487
                    "email": "[email protected]"
3488
                }
3489
            ],
3490
            "time": "2016-11-25T06:54:22+00:00"
3491
        },
3492
        {
3493
            "name": "phpspec/prophecy",
3494
            "version": "v1.6.2",
3495
            "source": {
3496
                "type": "git",
3497
                "url": "https://github.com/phpspec/prophecy.git",
3498
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
3499
            },
3500
            "dist": {
3501
                "type": "zip",
3502
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
3503
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
3504
                "shasum": ""
3505
            },
3506
            "require": {
3507
                "doctrine/instantiator": "^1.0.2",
3508
                "php": "^5.3|^7.0",
3509
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3510
                "sebastian/comparator": "^1.1",
3511
                "sebastian/recursion-context": "^1.0|^2.0"
3512
            },
3513
            "require-dev": {
3514
                "phpspec/phpspec": "^2.0",
3515
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3516
            },
3517
            "type": "library",
3518
            "extra": {
3519
                "branch-alias": {
3520
                    "dev-master": "1.6.x-dev"
3521
                }
3522
            },
3523
            "autoload": {
3524
                "psr-0": {
3525
                    "Prophecy\\": "src/"
3526
                }
3527
            },
3528
            "notification-url": "https://packagist.org/downloads/",
3529
            "license": [
3530
                "MIT"
3531
            ],
3532
            "authors": [
3533
                {
3534
                    "name": "Konstantin Kudryashov",
3535
                    "email": "[email protected]",
3536
                    "homepage": "http://everzet.com"
3537
                },
3538
                {
3539
                    "name": "Marcello Duarte",
3540
                    "email": "[email protected]"
3541
                }
3542
            ],
3543
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3544
            "homepage": "https://github.com/phpspec/prophecy",
3545
            "keywords": [
3546
                "Double",
3547
                "Dummy",
3548
                "fake",
3549
                "mock",
3550
                "spy",
3551
                "stub"
3552
            ],
3553
            "time": "2016-11-21T14:58:47+00:00"
3554
        },
3555
        {
3556
            "name": "phpunit/php-code-coverage",
3557
            "version": "4.0.5",
3558
            "source": {
3559
                "type": "git",
3560
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3561
                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971"
3562
            },
3563
            "dist": {
3564
                "type": "zip",
3565
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
3566
                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
3567
                "shasum": ""
3568
            },
3569
            "require": {
3570
                "php": "^5.6 || ^7.0",
3571
                "phpunit/php-file-iterator": "~1.3",
3572
                "phpunit/php-text-template": "~1.2",
3573
                "phpunit/php-token-stream": "^1.4.2",
3574
                "sebastian/code-unit-reverse-lookup": "~1.0",
3575
                "sebastian/environment": "^1.3.2 || ^2.0",
3576
                "sebastian/version": "~1.0|~2.0"
3577
            },
3578
            "require-dev": {
3579
                "ext-xdebug": ">=2.1.4",
3580
                "phpunit/phpunit": "^5.4"
3581
            },
3582
            "suggest": {
3583
                "ext-dom": "*",
3584
                "ext-xdebug": ">=2.4.0",
3585
                "ext-xmlwriter": "*"
3586
            },
3587
            "type": "library",
3588
            "extra": {
3589
                "branch-alias": {
3590
                    "dev-master": "4.0.x-dev"
3591
                }
3592
            },
3593
            "autoload": {
3594
                "classmap": [
3595
                    "src/"
3596
                ]
3597
            },
3598
            "notification-url": "https://packagist.org/downloads/",
3599
            "license": [
3600
                "BSD-3-Clause"
3601
            ],
3602
            "authors": [
3603
                {
3604
                    "name": "Sebastian Bergmann",
3605
                    "email": "[email protected]",
3606
                    "role": "lead"
3607
                }
3608
            ],
3609
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3610
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3611
            "keywords": [
3612
                "coverage",
3613
                "testing",
3614
                "xunit"
3615
            ],
3616
            "time": "2017-01-20T15:06:43+00:00"
3617
        },
3618
        {
3619
            "name": "phpunit/php-file-iterator",
3620
            "version": "1.4.2",
3621
            "source": {
3622
                "type": "git",
3623
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3624
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3625
            },
3626
            "dist": {
3627
                "type": "zip",
3628
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3629
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3630
                "shasum": ""
3631
            },
3632
            "require": {
3633
                "php": ">=5.3.3"
3634
            },
3635
            "type": "library",
3636
            "extra": {
3637
                "branch-alias": {
3638
                    "dev-master": "1.4.x-dev"
3639
                }
3640
            },
3641
            "autoload": {
3642
                "classmap": [
3643
                    "src/"
3644
                ]
3645
            },
3646
            "notification-url": "https://packagist.org/downloads/",
3647
            "license": [
3648
                "BSD-3-Clause"
3649
            ],
3650
            "authors": [
3651
                {
3652
                    "name": "Sebastian Bergmann",
3653
                    "email": "[email protected]",
3654
                    "role": "lead"
3655
                }
3656
            ],
3657
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3658
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3659
            "keywords": [
3660
                "filesystem",
3661
                "iterator"
3662
            ],
3663
            "time": "2016-10-03T07:40:28+00:00"
3664
        },
3665
        {
3666
            "name": "phpunit/php-text-template",
3667
            "version": "1.2.1",
3668
            "source": {
3669
                "type": "git",
3670
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3671
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3672
            },
3673
            "dist": {
3674
                "type": "zip",
3675
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3676
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3677
                "shasum": ""
3678
            },
3679
            "require": {
3680
                "php": ">=5.3.3"
3681
            },
3682
            "type": "library",
3683
            "autoload": {
3684
                "classmap": [
3685
                    "src/"
3686
                ]
3687
            },
3688
            "notification-url": "https://packagist.org/downloads/",
3689
            "license": [
3690
                "BSD-3-Clause"
3691
            ],
3692
            "authors": [
3693
                {
3694
                    "name": "Sebastian Bergmann",
3695
                    "email": "[email protected]",
3696
                    "role": "lead"
3697
                }
3698
            ],
3699
            "description": "Simple template engine.",
3700
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3701
            "keywords": [
3702
                "template"
3703
            ],
3704
            "time": "2015-06-21T13:50:34+00:00"
3705
        },
3706
        {
3707
            "name": "phpunit/php-timer",
3708
            "version": "1.0.8",
3709
            "source": {
3710
                "type": "git",
3711
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3712
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3713
            },
3714
            "dist": {
3715
                "type": "zip",
3716
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3717
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3718
                "shasum": ""
3719
            },
3720
            "require": {
3721
                "php": ">=5.3.3"
3722
            },
3723
            "require-dev": {
3724
                "phpunit/phpunit": "~4|~5"
3725
            },
3726
            "type": "library",
3727
            "autoload": {
3728
                "classmap": [
3729
                    "src/"
3730
                ]
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "BSD-3-Clause"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Sebastian Bergmann",
3739
                    "email": "[email protected]",
3740
                    "role": "lead"
3741
                }
3742
            ],
3743
            "description": "Utility class for timing",
3744
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3745
            "keywords": [
3746
                "timer"
3747
            ],
3748
            "time": "2016-05-12T18:03:57+00:00"
3749
        },
3750
        {
3751
            "name": "phpunit/php-token-stream",
3752
            "version": "1.4.9",
3753
            "source": {
3754
                "type": "git",
3755
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3756
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
3757
            },
3758
            "dist": {
3759
                "type": "zip",
3760
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
3761
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
3762
                "shasum": ""
3763
            },
3764
            "require": {
3765
                "ext-tokenizer": "*",
3766
                "php": ">=5.3.3"
3767
            },
3768
            "require-dev": {
3769
                "phpunit/phpunit": "~4.2"
3770
            },
3771
            "type": "library",
3772
            "extra": {
3773
                "branch-alias": {
3774
                    "dev-master": "1.4-dev"
3775
                }
3776
            },
3777
            "autoload": {
3778
                "classmap": [
3779
                    "src/"
3780
                ]
3781
            },
3782
            "notification-url": "https://packagist.org/downloads/",
3783
            "license": [
3784
                "BSD-3-Clause"
3785
            ],
3786
            "authors": [
3787
                {
3788
                    "name": "Sebastian Bergmann",
3789
                    "email": "[email protected]"
3790
                }
3791
            ],
3792
            "description": "Wrapper around PHP's tokenizer extension.",
3793
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3794
            "keywords": [
3795
                "tokenizer"
3796
            ],
3797
            "time": "2016-11-15T14:06:22+00:00"
3798
        },
3799
        {
3800
            "name": "phpunit/phpunit",
3801
            "version": "5.7.12",
3802
            "source": {
3803
                "type": "git",
3804
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3805
                "reference": "944600e244f80a5252679878553b95c63dbf978b"
3806
            },
3807
            "dist": {
3808
                "type": "zip",
3809
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/944600e244f80a5252679878553b95c63dbf978b",
3810
                "reference": "944600e244f80a5252679878553b95c63dbf978b",
3811
                "shasum": ""
3812
            },
3813
            "require": {
3814
                "ext-dom": "*",
3815
                "ext-json": "*",
3816
                "ext-libxml": "*",
3817
                "ext-mbstring": "*",
3818
                "ext-xml": "*",
3819
                "myclabs/deep-copy": "~1.3",
3820
                "php": "^5.6 || ^7.0",
3821
                "phpspec/prophecy": "^1.6.2",
3822
                "phpunit/php-code-coverage": "^4.0.4",
3823
                "phpunit/php-file-iterator": "~1.4",
3824
                "phpunit/php-text-template": "~1.2",
3825
                "phpunit/php-timer": "^1.0.6",
3826
                "phpunit/phpunit-mock-objects": "^3.2",
3827
                "sebastian/comparator": "^1.2.4",
3828
                "sebastian/diff": "~1.2",
3829
                "sebastian/environment": "^1.3.4 || ^2.0",
3830
                "sebastian/exporter": "~2.0",
3831
                "sebastian/global-state": "^1.1",
3832
                "sebastian/object-enumerator": "~2.0",
3833
                "sebastian/resource-operations": "~1.0",
3834
                "sebastian/version": "~1.0|~2.0",
3835
                "symfony/yaml": "~2.1|~3.0"
3836
            },
3837
            "conflict": {
3838
                "phpdocumentor/reflection-docblock": "3.0.2"
3839
            },
3840
            "require-dev": {
3841
                "ext-pdo": "*"
3842
            },
3843
            "suggest": {
3844
                "ext-xdebug": "*",
3845
                "phpunit/php-invoker": "~1.1"
3846
            },
3847
            "bin": [
3848
                "phpunit"
3849
            ],
3850
            "type": "library",
3851
            "extra": {
3852
                "branch-alias": {
3853
                    "dev-master": "5.7.x-dev"
3854
                }
3855
            },
3856
            "autoload": {
3857
                "classmap": [
3858
                    "src/"
3859
                ]
3860
            },
3861
            "notification-url": "https://packagist.org/downloads/",
3862
            "license": [
3863
                "BSD-3-Clause"
3864
            ],
3865
            "authors": [
3866
                {
3867
                    "name": "Sebastian Bergmann",
3868
                    "email": "[email protected]",
3869
                    "role": "lead"
3870
                }
3871
            ],
3872
            "description": "The PHP Unit Testing framework.",
3873
            "homepage": "https://phpunit.de/",
3874
            "keywords": [
3875
                "phpunit",
3876
                "testing",
3877
                "xunit"
3878
            ],
3879
            "time": "2017-02-08T05:54:05+00:00"
3880
        },
3881
        {
3882
            "name": "phpunit/phpunit-mock-objects",
3883
            "version": "3.4.3",
3884
            "source": {
3885
                "type": "git",
3886
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3887
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
3888
            },
3889
            "dist": {
3890
                "type": "zip",
3891
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
3892
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
3893
                "shasum": ""
3894
            },
3895
            "require": {
3896
                "doctrine/instantiator": "^1.0.2",
3897
                "php": "^5.6 || ^7.0",
3898
                "phpunit/php-text-template": "^1.2",
3899
                "sebastian/exporter": "^1.2 || ^2.0"
3900
            },
3901
            "conflict": {
3902
                "phpunit/phpunit": "<5.4.0"
3903
            },
3904
            "require-dev": {
3905
                "phpunit/phpunit": "^5.4"
3906
            },
3907
            "suggest": {
3908
                "ext-soap": "*"
3909
            },
3910
            "type": "library",
3911
            "extra": {
3912
                "branch-alias": {
3913
                    "dev-master": "3.2.x-dev"
3914
                }
3915
            },
3916
            "autoload": {
3917
                "classmap": [
3918
                    "src/"
3919
                ]
3920
            },
3921
            "notification-url": "https://packagist.org/downloads/",
3922
            "license": [
3923
                "BSD-3-Clause"
3924
            ],
3925
            "authors": [
3926
                {
3927
                    "name": "Sebastian Bergmann",
3928
                    "email": "[email protected]",
3929
                    "role": "lead"
3930
                }
3931
            ],
3932
            "description": "Mock Object library for PHPUnit",
3933
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3934
            "keywords": [
3935
                "mock",
3936
                "xunit"
3937
            ],
3938
            "time": "2016-12-08T20:27:08+00:00"
3939
        },
3940
        {
3941
            "name": "satooshi/php-coveralls",
3942
            "version": "v0.7.1",
3943
            "source": {
3944
                "type": "git",
3945
                "url": "https://github.com/satooshi/php-coveralls.git",
3946
                "reference": "01793ce60f1e259592ac3cb7c3fc183209800127"
3947
            },
3948
            "dist": {
3949
                "type": "zip",
3950
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/01793ce60f1e259592ac3cb7c3fc183209800127",
3951
                "reference": "01793ce60f1e259592ac3cb7c3fc183209800127",
3952
                "shasum": ""
3953
            },
3954
            "require": {
3955
                "ext-json": "*",
3956
                "ext-simplexml": "*",
3957
                "guzzle/guzzle": "^2.8|^3.0",
3958
                "php": ">=5.3.3",
3959
                "psr/log": "^1.0",
3960
                "symfony/config": "^2.4|^3.0",
3961
                "symfony/console": "^2.1|^3.0",
3962
                "symfony/stopwatch": "^2.2|^3.0",
3963
                "symfony/yaml": "^2.1|^3.0"
3964
            },
3965
            "suggest": {
3966
                "symfony/http-kernel": "Allows Symfony integration"
3967
            },
3968
            "bin": [
3969
                "bin/coveralls"
3970
            ],
3971
            "type": "library",
3972
            "extra": {
3973
                "branch-alias": {
3974
                    "dev-master": "0.8-dev"
3975
                }
3976
            },
3977
            "autoload": {
3978
                "psr-4": {
3979
                    "Satooshi\\": "src/Satooshi/"
3980
                }
3981
            },
3982
            "notification-url": "https://packagist.org/downloads/",
3983
            "license": [
3984
                "MIT"
3985
            ],
3986
            "authors": [
3987
                {
3988
                    "name": "Kitamura Satoshi",
3989
                    "email": "[email protected]",
3990
                    "homepage": "https://www.facebook.com/satooshi.jp"
3991
                }
3992
            ],
3993
            "description": "PHP client library for Coveralls API",
3994
            "homepage": "https://github.com/satooshi/php-coveralls",
3995
            "keywords": [
3996
                "ci",
3997
                "coverage",
3998
                "github",
3999
                "test"
4000
            ],
4001
            "time": "2015-12-17T18:04:18+00:00"
4002
        },
4003
        {
4004
            "name": "sebastian/code-unit-reverse-lookup",
4005
            "version": "1.0.0",
4006
            "source": {
4007
                "type": "git",
4008
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4009
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
4010
            },
4011
            "dist": {
4012
                "type": "zip",
4013
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4014
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4015
                "shasum": ""
4016
            },
4017
            "require": {
4018
                "php": ">=5.6"
4019
            },
4020
            "require-dev": {
4021
                "phpunit/phpunit": "~5"
4022
            },
4023
            "type": "library",
4024
            "extra": {
4025
                "branch-alias": {
4026
                    "dev-master": "1.0.x-dev"
4027
                }
4028
            },
4029
            "autoload": {
4030
                "classmap": [
4031
                    "src/"
4032
                ]
4033
            },
4034
            "notification-url": "https://packagist.org/downloads/",
4035
            "license": [
4036
                "BSD-3-Clause"
4037
            ],
4038
            "authors": [
4039
                {
4040
                    "name": "Sebastian Bergmann",
4041
                    "email": "[email protected]"
4042
                }
4043
            ],
4044
            "description": "Looks up which function or method a line of code belongs to",
4045
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4046
            "time": "2016-02-13T06:45:14+00:00"
4047
        },
4048
        {
4049
            "name": "sebastian/comparator",
4050
            "version": "1.2.4",
4051
            "source": {
4052
                "type": "git",
4053
                "url": "https://github.com/sebastianbergmann/comparator.git",
4054
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4055
            },
4056
            "dist": {
4057
                "type": "zip",
4058
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4059
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4060
                "shasum": ""
4061
            },
4062
            "require": {
4063
                "php": ">=5.3.3",
4064
                "sebastian/diff": "~1.2",
4065
                "sebastian/exporter": "~1.2 || ~2.0"
4066
            },
4067
            "require-dev": {
4068
                "phpunit/phpunit": "~4.4"
4069
            },
4070
            "type": "library",
4071
            "extra": {
4072
                "branch-alias": {
4073
                    "dev-master": "1.2.x-dev"
4074
                }
4075
            },
4076
            "autoload": {
4077
                "classmap": [
4078
                    "src/"
4079
                ]
4080
            },
4081
            "notification-url": "https://packagist.org/downloads/",
4082
            "license": [
4083
                "BSD-3-Clause"
4084
            ],
4085
            "authors": [
4086
                {
4087
                    "name": "Jeff Welch",
4088
                    "email": "[email protected]"
4089
                },
4090
                {
4091
                    "name": "Volker Dusch",
4092
                    "email": "[email protected]"
4093
                },
4094
                {
4095
                    "name": "Bernhard Schussek",
4096
                    "email": "[email protected]"
4097
                },
4098
                {
4099
                    "name": "Sebastian Bergmann",
4100
                    "email": "[email protected]"
4101
                }
4102
            ],
4103
            "description": "Provides the functionality to compare PHP values for equality",
4104
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4105
            "keywords": [
4106
                "comparator",
4107
                "compare",
4108
                "equality"
4109
            ],
4110
            "time": "2017-01-29T09:50:25+00:00"
4111
        },
4112
        {
4113
            "name": "sebastian/diff",
4114
            "version": "1.4.1",
4115
            "source": {
4116
                "type": "git",
4117
                "url": "https://github.com/sebastianbergmann/diff.git",
4118
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4119
            },
4120
            "dist": {
4121
                "type": "zip",
4122
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4123
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4124
                "shasum": ""
4125
            },
4126
            "require": {
4127
                "php": ">=5.3.3"
4128
            },
4129
            "require-dev": {
4130
                "phpunit/phpunit": "~4.8"
4131
            },
4132
            "type": "library",
4133
            "extra": {
4134
                "branch-alias": {
4135
                    "dev-master": "1.4-dev"
4136
                }
4137
            },
4138
            "autoload": {
4139
                "classmap": [
4140
                    "src/"
4141
                ]
4142
            },
4143
            "notification-url": "https://packagist.org/downloads/",
4144
            "license": [
4145
                "BSD-3-Clause"
4146
            ],
4147
            "authors": [
4148
                {
4149
                    "name": "Kore Nordmann",
4150
                    "email": "[email protected]"
4151
                },
4152
                {
4153
                    "name": "Sebastian Bergmann",
4154
                    "email": "[email protected]"
4155
                }
4156
            ],
4157
            "description": "Diff implementation",
4158
            "homepage": "https://github.com/sebastianbergmann/diff",
4159
            "keywords": [
4160
                "diff"
4161
            ],
4162
            "time": "2015-12-08T07:14:41+00:00"
4163
        },
4164
        {
4165
            "name": "sebastian/environment",
4166
            "version": "2.0.0",
4167
            "source": {
4168
                "type": "git",
4169
                "url": "https://github.com/sebastianbergmann/environment.git",
4170
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4171
            },
4172
            "dist": {
4173
                "type": "zip",
4174
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4175
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4176
                "shasum": ""
4177
            },
4178
            "require": {
4179
                "php": "^5.6 || ^7.0"
4180
            },
4181
            "require-dev": {
4182
                "phpunit/phpunit": "^5.0"
4183
            },
4184
            "type": "library",
4185
            "extra": {
4186
                "branch-alias": {
4187
                    "dev-master": "2.0.x-dev"
4188
                }
4189
            },
4190
            "autoload": {
4191
                "classmap": [
4192
                    "src/"
4193
                ]
4194
            },
4195
            "notification-url": "https://packagist.org/downloads/",
4196
            "license": [
4197
                "BSD-3-Clause"
4198
            ],
4199
            "authors": [
4200
                {
4201
                    "name": "Sebastian Bergmann",
4202
                    "email": "[email protected]"
4203
                }
4204
            ],
4205
            "description": "Provides functionality to handle HHVM/PHP environments",
4206
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4207
            "keywords": [
4208
                "Xdebug",
4209
                "environment",
4210
                "hhvm"
4211
            ],
4212
            "time": "2016-11-26T07:53:53+00:00"
4213
        },
4214
        {
4215
            "name": "sebastian/exporter",
4216
            "version": "2.0.0",
4217
            "source": {
4218
                "type": "git",
4219
                "url": "https://github.com/sebastianbergmann/exporter.git",
4220
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4221
            },
4222
            "dist": {
4223
                "type": "zip",
4224
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4225
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4226
                "shasum": ""
4227
            },
4228
            "require": {
4229
                "php": ">=5.3.3",
4230
                "sebastian/recursion-context": "~2.0"
4231
            },
4232
            "require-dev": {
4233
                "ext-mbstring": "*",
4234
                "phpunit/phpunit": "~4.4"
4235
            },
4236
            "type": "library",
4237
            "extra": {
4238
                "branch-alias": {
4239
                    "dev-master": "2.0.x-dev"
4240
                }
4241
            },
4242
            "autoload": {
4243
                "classmap": [
4244
                    "src/"
4245
                ]
4246
            },
4247
            "notification-url": "https://packagist.org/downloads/",
4248
            "license": [
4249
                "BSD-3-Clause"
4250
            ],
4251
            "authors": [
4252
                {
4253
                    "name": "Jeff Welch",
4254
                    "email": "[email protected]"
4255
                },
4256
                {
4257
                    "name": "Volker Dusch",
4258
                    "email": "[email protected]"
4259
                },
4260
                {
4261
                    "name": "Bernhard Schussek",
4262
                    "email": "[email protected]"
4263
                },
4264
                {
4265
                    "name": "Sebastian Bergmann",
4266
                    "email": "[email protected]"
4267
                },
4268
                {
4269
                    "name": "Adam Harvey",
4270
                    "email": "[email protected]"
4271
                }
4272
            ],
4273
            "description": "Provides the functionality to export PHP variables for visualization",
4274
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4275
            "keywords": [
4276
                "export",
4277
                "exporter"
4278
            ],
4279
            "time": "2016-11-19T08:54:04+00:00"
4280
        },
4281
        {
4282
            "name": "sebastian/global-state",
4283
            "version": "1.1.1",
4284
            "source": {
4285
                "type": "git",
4286
                "url": "https://github.com/sebastianbergmann/global-state.git",
4287
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4288
            },
4289
            "dist": {
4290
                "type": "zip",
4291
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4292
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4293
                "shasum": ""
4294
            },
4295
            "require": {
4296
                "php": ">=5.3.3"
4297
            },
4298
            "require-dev": {
4299
                "phpunit/phpunit": "~4.2"
4300
            },
4301
            "suggest": {
4302
                "ext-uopz": "*"
4303
            },
4304
            "type": "library",
4305
            "extra": {
4306
                "branch-alias": {
4307
                    "dev-master": "1.0-dev"
4308
                }
4309
            },
4310
            "autoload": {
4311
                "classmap": [
4312
                    "src/"
4313
                ]
4314
            },
4315
            "notification-url": "https://packagist.org/downloads/",
4316
            "license": [
4317
                "BSD-3-Clause"
4318
            ],
4319
            "authors": [
4320
                {
4321
                    "name": "Sebastian Bergmann",
4322
                    "email": "[email protected]"
4323
                }
4324
            ],
4325
            "description": "Snapshotting of global state",
4326
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4327
            "keywords": [
4328
                "global state"
4329
            ],
4330
            "time": "2015-10-12T03:26:01+00:00"
4331
        },
4332
        {
4333
            "name": "sebastian/object-enumerator",
4334
            "version": "2.0.0",
4335
            "source": {
4336
                "type": "git",
4337
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4338
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
4339
            },
4340
            "dist": {
4341
                "type": "zip",
4342
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
4343
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
4344
                "shasum": ""
4345
            },
4346
            "require": {
4347
                "php": ">=5.6",
4348
                "sebastian/recursion-context": "~2.0"
4349
            },
4350
            "require-dev": {
4351
                "phpunit/phpunit": "~5"
4352
            },
4353
            "type": "library",
4354
            "extra": {
4355
                "branch-alias": {
4356
                    "dev-master": "2.0.x-dev"
4357
                }
4358
            },
4359
            "autoload": {
4360
                "classmap": [
4361
                    "src/"
4362
                ]
4363
            },
4364
            "notification-url": "https://packagist.org/downloads/",
4365
            "license": [
4366
                "BSD-3-Clause"
4367
            ],
4368
            "authors": [
4369
                {
4370
                    "name": "Sebastian Bergmann",
4371
                    "email": "[email protected]"
4372
                }
4373
            ],
4374
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4375
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4376
            "time": "2016-11-19T07:35:10+00:00"
4377
        },
4378
        {
4379
            "name": "sebastian/recursion-context",
4380
            "version": "2.0.0",
4381
            "source": {
4382
                "type": "git",
4383
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4384
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4385
            },
4386
            "dist": {
4387
                "type": "zip",
4388
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4389
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4390
                "shasum": ""
4391
            },
4392
            "require": {
4393
                "php": ">=5.3.3"
4394
            },
4395
            "require-dev": {
4396
                "phpunit/phpunit": "~4.4"
4397
            },
4398
            "type": "library",
4399
            "extra": {
4400
                "branch-alias": {
4401
                    "dev-master": "2.0.x-dev"
4402
                }
4403
            },
4404
            "autoload": {
4405
                "classmap": [
4406
                    "src/"
4407
                ]
4408
            },
4409
            "notification-url": "https://packagist.org/downloads/",
4410
            "license": [
4411
                "BSD-3-Clause"
4412
            ],
4413
            "authors": [
4414
                {
4415
                    "name": "Jeff Welch",
4416
                    "email": "[email protected]"
4417
                },
4418
                {
4419
                    "name": "Sebastian Bergmann",
4420
                    "email": "[email protected]"
4421
                },
4422
                {
4423
                    "name": "Adam Harvey",
4424
                    "email": "[email protected]"
4425
                }
4426
            ],
4427
            "description": "Provides functionality to recursively process PHP variables",
4428
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4429
            "time": "2016-11-19T07:33:16+00:00"
4430
        },
4431
        {
4432
            "name": "sebastian/resource-operations",
4433
            "version": "1.0.0",
4434
            "source": {
4435
                "type": "git",
4436
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4437
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4438
            },
4439
            "dist": {
4440
                "type": "zip",
4441
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4442
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4443
                "shasum": ""
4444
            },
4445
            "require": {
4446
                "php": ">=5.6.0"
4447
            },
4448
            "type": "library",
4449
            "extra": {
4450
                "branch-alias": {
4451
                    "dev-master": "1.0.x-dev"
4452
                }
4453
            },
4454
            "autoload": {
4455
                "classmap": [
4456
                    "src/"
4457
                ]
4458
            },
4459
            "notification-url": "https://packagist.org/downloads/",
4460
            "license": [
4461
                "BSD-3-Clause"
4462
            ],
4463
            "authors": [
4464
                {
4465
                    "name": "Sebastian Bergmann",
4466
                    "email": "[email protected]"
4467
                }
4468
            ],
4469
            "description": "Provides a list of PHP built-in functions that operate on resources",
4470
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4471
            "time": "2015-07-28T20:34:47+00:00"
4472
        },
4473
        {
4474
            "name": "sebastian/version",
4475
            "version": "2.0.1",
4476
            "source": {
4477
                "type": "git",
4478
                "url": "https://github.com/sebastianbergmann/version.git",
4479
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4480
            },
4481
            "dist": {
4482
                "type": "zip",
4483
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4484
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4485
                "shasum": ""
4486
            },
4487
            "require": {
4488
                "php": ">=5.6"
4489
            },
4490
            "type": "library",
4491
            "extra": {
4492
                "branch-alias": {
4493
                    "dev-master": "2.0.x-dev"
4494
                }
4495
            },
4496
            "autoload": {
4497
                "classmap": [
4498
                    "src/"
4499
                ]
4500
            },
4501
            "notification-url": "https://packagist.org/downloads/",
4502
            "license": [
4503
                "BSD-3-Clause"
4504
            ],
4505
            "authors": [
4506
                {
4507
                    "name": "Sebastian Bergmann",
4508
                    "email": "[email protected]",
4509
                    "role": "lead"
4510
                }
4511
            ],
4512
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4513
            "homepage": "https://github.com/sebastianbergmann/version",
4514
            "time": "2016-10-03T07:35:21+00:00"
4515
        },
4516
        {
4517
            "name": "squizlabs/php_codesniffer",
4518
            "version": "2.6.1",
4519
            "source": {
4520
                "type": "git",
4521
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4522
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
4523
            },
4524
            "dist": {
4525
                "type": "zip",
4526
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
4527
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
4528
                "shasum": ""
4529
            },
4530
            "require": {
4531
                "ext-simplexml": "*",
4532
                "ext-tokenizer": "*",
4533
                "ext-xmlwriter": "*",
4534
                "php": ">=5.1.2"
4535
            },
4536
            "require-dev": {
4537
                "phpunit/phpunit": "~4.0"
4538
            },
4539
            "bin": [
4540
                "scripts/phpcs",
4541
                "scripts/phpcbf"
4542
            ],
4543
            "type": "library",
4544
            "extra": {
4545
                "branch-alias": {
4546
                    "dev-master": "2.x-dev"
4547
                }
4548
            },
4549
            "autoload": {
4550
                "classmap": [
4551
                    "CodeSniffer.php",
4552
                    "CodeSniffer/CLI.php",
4553
                    "CodeSniffer/Exception.php",
4554
                    "CodeSniffer/File.php",
4555
                    "CodeSniffer/Fixer.php",
4556
                    "CodeSniffer/Report.php",
4557
                    "CodeSniffer/Reporting.php",
4558
                    "CodeSniffer/Sniff.php",
4559
                    "CodeSniffer/Tokens.php",
4560
                    "CodeSniffer/Reports/",
4561
                    "CodeSniffer/Tokenizers/",
4562
                    "CodeSniffer/DocGenerators/",
4563
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4564
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4565
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4566
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4567
                    "CodeSniffer/Standards/Generic/Sniffs/",
4568
                    "CodeSniffer/Standards/MySource/Sniffs/",
4569
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4570
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4571
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4572
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4573
                    "CodeSniffer/Standards/Zend/Sniffs/"
4574
                ]
4575
            },
4576
            "notification-url": "https://packagist.org/downloads/",
4577
            "license": [
4578
                "BSD-3-Clause"
4579
            ],
4580
            "authors": [
4581
                {
4582
                    "name": "Greg Sherwood",
4583
                    "role": "lead"
4584
                }
4585
            ],
4586
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4587
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4588
            "keywords": [
4589
                "phpcs",
4590
                "standards"
4591
            ],
4592
            "time": "2016-05-30T22:24:32+00:00"
4593
        },
4594
        {
4595
            "name": "symfony/config",
4596
            "version": "v3.2.3",
4597
            "source": {
4598
                "type": "git",
4599
                "url": "https://github.com/symfony/config.git",
4600
                "reference": "2ffa7b84d647b8be1788d46b44e438cb3d62056c"
4601
            },
4602
            "dist": {
4603
                "type": "zip",
4604
                "url": "https://api.github.com/repos/symfony/config/zipball/2ffa7b84d647b8be1788d46b44e438cb3d62056c",
4605
                "reference": "2ffa7b84d647b8be1788d46b44e438cb3d62056c",
4606
                "shasum": ""
4607
            },
4608
            "require": {
4609
                "php": ">=5.5.9",
4610
                "symfony/filesystem": "~2.8|~3.0"
4611
            },
4612
            "require-dev": {
4613
                "symfony/yaml": "~3.0"
4614
            },
4615
            "suggest": {
4616
                "symfony/yaml": "To use the yaml reference dumper"
4617
            },
4618
            "type": "library",
4619
            "extra": {
4620
                "branch-alias": {
4621
                    "dev-master": "3.2-dev"
4622
                }
4623
            },
4624
            "autoload": {
4625
                "psr-4": {
4626
                    "Symfony\\Component\\Config\\": ""
4627
                },
4628
                "exclude-from-classmap": [
4629
                    "/Tests/"
4630
                ]
4631
            },
4632
            "notification-url": "https://packagist.org/downloads/",
4633
            "license": [
4634
                "MIT"
4635
            ],
4636
            "authors": [
4637
                {
4638
                    "name": "Fabien Potencier",
4639
                    "email": "[email protected]"
4640
                },
4641
                {
4642
                    "name": "Symfony Community",
4643
                    "homepage": "https://symfony.com/contributors"
4644
                }
4645
            ],
4646
            "description": "Symfony Config Component",
4647
            "homepage": "https://symfony.com",
4648
            "time": "2017-02-06T12:04:21+00:00"
4649
        },
4650
        {
4651
            "name": "symfony/filesystem",
4652
            "version": "v3.2.3",
4653
            "source": {
4654
                "type": "git",
4655
                "url": "https://github.com/symfony/filesystem.git",
4656
                "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4"
4657
            },
4658
            "dist": {
4659
                "type": "zip",
4660
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
4661
                "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
4662
                "shasum": ""
4663
            },
4664
            "require": {
4665
                "php": ">=5.5.9"
4666
            },
4667
            "type": "library",
4668
            "extra": {
4669
                "branch-alias": {
4670
                    "dev-master": "3.2-dev"
4671
                }
4672
            },
4673
            "autoload": {
4674
                "psr-4": {
4675
                    "Symfony\\Component\\Filesystem\\": ""
4676
                },
4677
                "exclude-from-classmap": [
4678
                    "/Tests/"
4679
                ]
4680
            },
4681
            "notification-url": "https://packagist.org/downloads/",
4682
            "license": [
4683
                "MIT"
4684
            ],
4685
            "authors": [
4686
                {
4687
                    "name": "Fabien Potencier",
4688
                    "email": "[email protected]"
4689
                },
4690
                {
4691
                    "name": "Symfony Community",
4692
                    "homepage": "https://symfony.com/contributors"
4693
                }
4694
            ],
4695
            "description": "Symfony Filesystem Component",
4696
            "homepage": "https://symfony.com",
4697
            "time": "2017-01-08T20:47:33+00:00"
4698
        },
4699
        {
4700
            "name": "symfony/stopwatch",
4701
            "version": "v3.2.3",
4702
            "source": {
4703
                "type": "git",
4704
                "url": "https://github.com/symfony/stopwatch.git",
4705
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464"
4706
            },
4707
            "dist": {
4708
                "type": "zip",
4709
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9aa0b51889c01bca474853ef76e9394b02264464",
4710
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464",
4711
                "shasum": ""
4712
            },
4713
            "require": {
4714
                "php": ">=5.5.9"
4715
            },
4716
            "type": "library",
4717
            "extra": {
4718
                "branch-alias": {
4719
                    "dev-master": "3.2-dev"
4720
                }
4721
            },
4722
            "autoload": {
4723
                "psr-4": {
4724
                    "Symfony\\Component\\Stopwatch\\": ""
4725
                },
4726
                "exclude-from-classmap": [
4727
                    "/Tests/"
4728
                ]
4729
            },
4730
            "notification-url": "https://packagist.org/downloads/",
4731
            "license": [
4732
                "MIT"
4733
            ],
4734
            "authors": [
4735
                {
4736
                    "name": "Fabien Potencier",
4737
                    "email": "[email protected]"
4738
                },
4739
                {
4740
                    "name": "Symfony Community",
4741
                    "homepage": "https://symfony.com/contributors"
4742
                }
4743
            ],
4744
            "description": "Symfony Stopwatch Component",
4745
            "homepage": "https://symfony.com",
4746
            "time": "2017-01-02T20:32:22+00:00"
4747
        },
4748
        {
4749
            "name": "symfony/yaml",
4750
            "version": "v3.2.3",
4751
            "source": {
4752
                "type": "git",
4753
                "url": "https://github.com/symfony/yaml.git",
4754
                "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b"
4755
            },
4756
            "dist": {
4757
                "type": "zip",
4758
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b",
4759
                "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b",
4760
                "shasum": ""
4761
            },
4762
            "require": {
4763
                "php": ">=5.5.9"
4764
            },
4765
            "require-dev": {
4766
                "symfony/console": "~2.8|~3.0"
4767
            },
4768
            "suggest": {
4769
                "symfony/console": "For validating YAML files using the lint command"
4770
            },
4771
            "type": "library",
4772
            "extra": {
4773
                "branch-alias": {
4774
                    "dev-master": "3.2-dev"
4775
                }
4776
            },
4777
            "autoload": {
4778
                "psr-4": {
4779
                    "Symfony\\Component\\Yaml\\": ""
4780
                },
4781
                "exclude-from-classmap": [
4782
                    "/Tests/"
4783
                ]
4784
            },
4785
            "notification-url": "https://packagist.org/downloads/",
4786
            "license": [
4787
                "MIT"
4788
            ],
4789
            "authors": [
4790
                {
4791
                    "name": "Fabien Potencier",
4792
                    "email": "[email protected]"
4793
                },
4794
                {
4795
                    "name": "Symfony Community",
4796
                    "homepage": "https://symfony.com/contributors"
4797
                }
4798
            ],
4799
            "description": "Symfony Yaml Component",
4800
            "homepage": "https://symfony.com",
4801
            "time": "2017-01-21T17:06:35+00:00"
4802
        },
4803
        {
4804
            "name": "webmozart/assert",
4805
            "version": "1.2.0",
4806
            "source": {
4807
                "type": "git",
4808
                "url": "https://github.com/webmozart/assert.git",
4809
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4810
            },
4811
            "dist": {
4812
                "type": "zip",
4813
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4814
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4815
                "shasum": ""
4816
            },
4817
            "require": {
4818
                "php": "^5.3.3 || ^7.0"
4819
            },
4820
            "require-dev": {
4821
                "phpunit/phpunit": "^4.6",
4822
                "sebastian/version": "^1.0.1"
4823
            },
4824
            "type": "library",
4825
            "extra": {
4826
                "branch-alias": {
4827
                    "dev-master": "1.3-dev"
4828
                }
4829
            },
4830
            "autoload": {
4831
                "psr-4": {
4832
                    "Webmozart\\Assert\\": "src/"
4833
                }
4834
            },
4835
            "notification-url": "https://packagist.org/downloads/",
4836
            "license": [
4837
                "MIT"
4838
            ],
4839
            "authors": [
4840
                {
4841
                    "name": "Bernhard Schussek",
4842
                    "email": "[email protected]"
4843
                }
4844
            ],
4845
            "description": "Assertions to validate method input/output with nice error messages.",
4846
            "keywords": [
4847
                "assert",
4848
                "check",
4849
                "validate"
4850
            ],
4851
            "time": "2016-11-23T20:04:58+00:00"
4852
        }
4853
    ],
4854
    "aliases": [
4855
        {
4856
            "alias": "1.6",
4857
            "alias_normalized": "1.6.0.0",
4858
            "version": "9999999-dev",
4859
            "package": "cultuurnet/culturefeed-php"
4860
        }
4861
    ],
4862
    "minimum-stability": "dev",
4863
    "stability-flags": {
4864
        "cultuurnet/culturefeed-php": 20
4865
    },
4866
    "prefer-stable": true,
4867
    "prefer-lowest": false,
4868
    "platform": {
4869
        "php": "~5.6 || >=7.0",
4870
        "ext-tidy": "*"
4871
    },
4872
    "platform-dev": []
4873
}
4874