Completed
Pull Request — master (#285)
by Luc
07:27
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
    "hash": "05c6a062a1e7b7807c56e438adc6e1a9",
8
    "content-hash": "82f260f49905b02381f61d9108228447",
9
    "packages": [
10
        {
11
            "name": "2dotstwice/collection",
12
            "version": "dev-master",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/2dotstwice/php-collection.git",
16
                "reference": "d681e91e6441b68e6abad4f2634cda869cefafc9"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/2dotstwice/php-collection/zipball/d681e91e6441b68e6abad4f2634cda869cefafc9",
21
                "reference": "d681e91e6441b68e6abad4f2634cda869cefafc9",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.5"
26
            },
27
            "require-dev": {
28
                "phing/phing": "~2.11",
29
                "phpunit/php-token-stream": "1.4.6",
30
                "phpunit/phpunit": "~4.8",
31
                "satooshi/php-coveralls": "~0.7",
32
                "squizlabs/php_codesniffer": "~2.3"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "1.x-dev"
38
                }
39
            },
40
            "autoload": {
41
                "psr-4": {
42
                    "TwoDotsTwice\\Collection\\": "src/"
43
                }
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "Apache-2.0"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Bert Ramakers",
52
                    "email": "[email protected]",
53
                    "homepage": "http://2dotstwice.be",
54
                    "role": "Developer"
55
                }
56
            ],
57
            "description": " Library for creating collection classes with strict typing.",
58
            "time": "2015-12-16 09:28:40"
59
        },
60
        {
61
            "name": "beberlei/assert",
62
            "version": "v2.7.3",
63
            "source": {
64
                "type": "git",
65
                "url": "https://github.com/beberlei/assert.git",
66
                "reference": "5972776d6a9eedfd3c55216341434e19cb50418f"
67
            },
68
            "dist": {
69
                "type": "zip",
70
                "url": "https://api.github.com/repos/beberlei/assert/zipball/5972776d6a9eedfd3c55216341434e19cb50418f",
71
                "reference": "5972776d6a9eedfd3c55216341434e19cb50418f",
72
                "shasum": ""
73
            },
74
            "require": {
75
                "ext-mbstring": "*",
76
                "php": ">=5.3"
77
            },
78
            "require-dev": {
79
                "friendsofphp/php-cs-fixer": "^2.0",
80
                "phpunit/phpunit": "@stable"
81
            },
82
            "type": "library",
83
            "autoload": {
84
                "psr-4": {
85
                    "Assert\\": "lib/Assert"
86
                },
87
                "files": [
88
                    "lib/Assert/functions.php"
89
                ]
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "BSD-2-Clause"
94
            ],
95
            "authors": [
96
                {
97
                    "name": "Benjamin Eberlei",
98
                    "email": "[email protected]",
99
                    "role": "Lead Developer"
100
                },
101
                {
102
                    "name": "Richard Quadling",
103
                    "email": "[email protected]",
104
                    "role": "Collaborator"
105
                }
106
            ],
107
            "description": "Thin assertion library for input validation in business models.",
108
            "keywords": [
109
                "assert",
110
                "assertion",
111
                "validation"
112
            ],
113
            "time": "2017-01-24 15:14:39"
114
        },
115
        {
116
            "name": "broadway/broadway",
117
            "version": "0.10.0",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/broadway/broadway.git",
121
                "reference": "f9b3916fe0de097db588689b5f458a9cfa3dd9a7"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/broadway/broadway/zipball/f9b3916fe0de097db588689b5f458a9cfa3dd9a7",
126
                "reference": "f9b3916fe0de097db588689b5f458a9cfa3dd9a7",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "beberlei/assert": "~2.0",
131
                "broadway/uuid-generator": "~0.1.0",
132
                "php": ">=5.5.9",
133
                "ramsey/uuid": "~2.4"
134
            },
135
            "require-dev": {
136
                "doctrine/dbal": "~2.4",
137
                "doctrine/mongodb": "~1.0",
138
                "elasticsearch/elasticsearch": "~1.0|^2.0",
139
                "instaclick/base-test-bundle": "~0.5",
140
                "monolog/monolog": "~1.8",
141
                "phpunit/phpunit": "^4.8",
142
                "symfony/console": "~2.4",
143
                "symfony/proxy-manager-bridge": "~2.4"
144
            },
145
            "suggest": {
146
                "doctrine/dbal": "For the BroadwayBundle (to persist events)",
147
                "doctrine/mongodb": "For persisting saga states (required for BroadwayBundle)",
148
                "elasticsearch/elasticsearch": "For persisting read models (required for BroadwayBundle)",
149
                "psr/log-implementation": "Implementation for PSR3, LoggerInterface",
150
                "symfony/console": "For the BroadwayBundle",
151
                "symfony/proxy-manager-bridge": "For the BroadwayBundle"
152
            },
153
            "type": "library",
154
            "extra": {
155
                "branch-alias": {
156
                    "dev-master": "1.0.x-dev"
157
                }
158
            },
159
            "autoload": {
160
                "psr-0": {
161
                    "Broadway\\": "src/"
162
                }
163
            },
164
            "notification-url": "https://packagist.org/downloads/",
165
            "license": [
166
                "MIT"
167
            ],
168
            "authors": [
169
                {
170
                    "name": "othillo",
171
                    "email": "[email protected]"
172
                },
173
                {
174
                    "name": "Alexander",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Qandidate.com",
179
                    "homepage": "http://labs.qandidate.com/"
180
                },
181
                {
182
                    "name": "Willem-Jan",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Emil",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Fritsjan",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Infrastructure and testing helpers for creating CQRS and event sourced applications.",
195
            "keywords": [
196
                "cqrs",
197
                "ddd",
198
                "domain-driven design",
199
                "event sourcing"
200
            ],
201
            "time": "2016-12-07 08:03:00"
202
        },
203
        {
204
            "name": "broadway/uuid-generator",
205
            "version": "0.1.0",
206
            "source": {
207
                "type": "git",
208
                "url": "https://github.com/qandidate-labs/broadway-uuid-generator.git",
209
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb"
210
            },
211
            "dist": {
212
                "type": "zip",
213
                "url": "https://api.github.com/repos/qandidate-labs/broadway-uuid-generator/zipball/58380b723c671807131fe9ac0ff077f162be47bb",
214
                "reference": "58380b723c671807131fe9ac0ff077f162be47bb",
215
                "shasum": ""
216
            },
217
            "require-dev": {
218
                "rhumsaa/uuid": "~2.4"
219
            },
220
            "suggest": {
221
                "rhumsaa/uuid": "Allows creating UUIDs"
222
            },
223
            "type": "library",
224
            "autoload": {
225
                "psr-0": {
226
                    "Broadway\\UuidGenerator\\": "src/"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "description": "UUID generator for broadway/broadway.",
234
            "time": "2014-09-12 14:14:07"
235
        },
236
        {
237
            "name": "chrisboulton/php-resque",
238
            "version": "1.2",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/chrisboulton/php-resque.git",
242
                "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/chrisboulton/php-resque/zipball/0549d6c88a4aed934655b7c03b6153349d6c3ad0",
247
                "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "php": ">=5.3.0"
252
            },
253
            "type": "library",
254
            "autoload": {
255
                "psr-0": {
256
                    "Resque": "lib"
257
                }
258
            },
259
            "notification-url": "https://packagist.org/downloads/",
260
            "license": [
261
                "MIT"
262
            ],
263
            "authors": [
264
                {
265
                    "name": "Chris Boulton",
266
                    "email": "[email protected]"
267
                }
268
            ],
269
            "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
270
            "homepage": "http://www.github.com/chrisboulton/php-resque/",
271
            "keywords": [
272
                "background",
273
                "job",
274
                "redis",
275
                "resque"
276
            ],
277
            "time": "2012-10-13 07:28:16"
278
        },
279
        {
280
            "name": "commerceguys/intl",
281
            "version": "v0.7.4",
282
            "source": {
283
                "type": "git",
284
                "url": "https://github.com/commerceguys/intl.git",
285
                "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00"
286
            },
287
            "dist": {
288
                "type": "zip",
289
                "url": "https://api.github.com/repos/commerceguys/intl/zipball/edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
290
                "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
291
                "shasum": ""
292
            },
293
            "require": {
294
                "php": ">=5.4.0"
295
            },
296
            "require-dev": {
297
                "mikey179/vfsstream": "1.*",
298
                "phpunit/phpunit": "~4.0"
299
            },
300
            "type": "library",
301
            "extra": {
302
                "branch-alias": {
303
                    "dev-master": "0.x-dev"
304
                }
305
            },
306
            "autoload": {
307
                "psr-4": {
308
                    "CommerceGuys\\Intl\\": "src"
309
                }
310
            },
311
            "notification-url": "https://packagist.org/downloads/",
312
            "license": [
313
                "MIT"
314
            ],
315
            "authors": [
316
                {
317
                    "name": "Bojan Zivanovic"
318
                }
319
            ],
320
            "description": "Internationalization library powered by CLDR data.",
321
            "time": "2016-12-13 12:33:19"
322
        },
323
        {
324
            "name": "container-interop/container-interop",
325
            "version": "1.1.0",
326
            "source": {
327
                "type": "git",
328
                "url": "https://github.com/container-interop/container-interop.git",
329
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
330
            },
331
            "dist": {
332
                "type": "zip",
333
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
334
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
335
                "shasum": ""
336
            },
337
            "type": "library",
338
            "autoload": {
339
                "psr-4": {
340
                    "Interop\\Container\\": "src/Interop/Container/"
341
                }
342
            },
343
            "notification-url": "https://packagist.org/downloads/",
344
            "license": [
345
                "MIT"
346
            ],
347
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
348
            "time": "2014-12-30 15:22:37"
349
        },
350
        {
351
            "name": "cultuurnet/auth",
352
            "version": "1.2.x-dev",
353
            "source": {
354
                "type": "git",
355
                "url": "https://github.com/cultuurnet/Auth.git",
356
                "reference": "0281fa71ec7d2d1026d309175066e3df9f105e99"
357
            },
358
            "dist": {
359
                "type": "zip",
360
                "url": "https://api.github.com/repos/cultuurnet/Auth/zipball/0281fa71ec7d2d1026d309175066e3df9f105e99",
361
                "reference": "0281fa71ec7d2d1026d309175066e3df9f105e99",
362
                "shasum": ""
363
            },
364
            "require": {
365
                "guzzle/http": "~3.9",
366
                "guzzle/plugin-cookie": "~3.9",
367
                "guzzle/plugin-log": "~3.9",
368
                "guzzle/plugin-oauth": "~3.9",
369
                "justinrainbow/json-schema": "~1.3",
370
                "php": ">=5.3.0",
371
                "symfony/console": "~2.5"
372
            },
373
            "bin": [
374
                "bin/cultuurnet-auth"
375
            ],
376
            "type": "library",
377
            "extra": {
378
                "branch-alias": {
379
                    "dev-master": "1.0.x-dev",
380
                    "dev-develop": "1.1.x-dev"
381
                }
382
            },
383
            "autoload": {
384
                "psr-0": {
385
                    "CultuurNet\\Auth": [
386
                        "lib"
387
                    ]
388
                }
389
            },
390
            "notification-url": "https://packagist.org/downloads/",
391
            "license": [
392
                "Apache-2.0"
393
            ],
394
            "description": "Authentication service for CultuurNet web services",
395
            "time": "2015-08-24 20:22:37"
396
        },
397
        {
398
            "name": "cultuurnet/cdb",
399
            "version": "2.2.x-dev",
400
            "source": {
401
                "type": "git",
402
                "url": "https://github.com/cultuurnet/Cdb.git",
403
                "reference": "dc3025845a249ab9d72256ee93ea56f58e2cd9de"
404
            },
405
            "dist": {
406
                "type": "zip",
407
                "url": "https://api.github.com/repos/cultuurnet/Cdb/zipball/dc3025845a249ab9d72256ee93ea56f58e2cd9de",
408
                "reference": "dc3025845a249ab9d72256ee93ea56f58e2cd9de",
409
                "shasum": ""
410
            },
411
            "require": {
412
                "ext-mbstring": "*"
413
            },
414
            "require-dev": {
415
                "phing/phing": "~2.11",
416
                "phpunit/phpunit": "~4.8",
417
                "satooshi/php-coveralls": "~0.7",
418
                "squizlabs/php_codesniffer": "~2.3"
419
            },
420
            "type": "library",
421
            "autoload": {
422
                "psr-0": {
423
                    "CultureFeed_Cdb_": [
424
                        "lib"
425
                    ]
426
                }
427
            },
428
            "notification-url": "https://packagist.org/downloads/",
429
            "license": [
430
                "Apache-2.0"
431
            ],
432
            "description": "PHP library for hydrating/manipulating CultuurNet's Cdb XML documents",
433
            "time": "2017-01-31 14:42:14"
434
        },
435
        {
436
            "name": "cultuurnet/clock",
437
            "version": "dev-master",
438
            "source": {
439
                "type": "git",
440
                "url": "https://github.com/cultuurnet/clock.git",
441
                "reference": "601aaf46375fffd3d3367a866253ca6bb092f584"
442
            },
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://api.github.com/repos/cultuurnet/clock/zipball/601aaf46375fffd3d3367a866253ca6bb092f584",
446
                "reference": "601aaf46375fffd3d3367a866253ca6bb092f584",
447
                "shasum": ""
448
            },
449
            "require-dev": {
450
                "phpunit/phpunit": "^4.7"
451
            },
452
            "type": "library",
453
            "extra": {
454
                "branch-alias": {
455
                    "dev-master": "0.x-dev"
456
                }
457
            },
458
            "autoload": {
459
                "psr-4": {
460
                    "CultuurNet\\Clock\\": "src"
461
                }
462
            },
463
            "notification-url": "https://packagist.org/downloads/",
464
            "license": [
465
                "Apache-2.0"
466
            ],
467
            "authors": [
468
                {
469
                    "name": "Kristof Coomans",
470
                    "email": "[email protected]"
471
                }
472
            ],
473
            "description": "Clock abstraction library",
474
            "time": "2015-06-08 16:12:34"
475
        },
476
        {
477
            "name": "cultuurnet/culturefeed-php",
478
            "version": "dev-master",
479
            "source": {
480
                "type": "git",
481
                "url": "https://github.com/cultuurnet/culturefeed-php.git",
482
                "reference": "30a0fb439312612450f6220ebc1f59edd4b90840"
483
            },
484
            "dist": {
485
                "type": "zip",
486
                "url": "https://api.github.com/repos/cultuurnet/culturefeed-php/zipball/30a0fb439312612450f6220ebc1f59edd4b90840",
487
                "reference": "30a0fb439312612450f6220ebc1f59edd4b90840",
488
                "shasum": ""
489
            },
490
            "require": {
491
                "cultuurnet/cdb": "~2.1"
492
            },
493
            "require-dev": {
494
                "phpunit/phpunit": "~4.4.0",
495
                "satooshi/php-coveralls": "~0.7"
496
            },
497
            "type": "library",
498
            "extra": {
499
                "branch-alias": {
500
                    "dev-master": "1.6.x-dev",
501
                    "dev-develop": "1.2.x-dev"
502
                }
503
            },
504
            "autoload": {
505
                "classmap": [
506
                    "CultureFeed",
507
                    "OAuth"
508
                ]
509
            },
510
            "notification-url": "https://packagist.org/downloads/",
511
            "license": [
512
                "GPL-2.0"
513
            ],
514
            "authors": [
515
                {
516
                    "name": "Sven Houtmeyers",
517
                    "email": "[email protected]"
518
                },
519
                {
520
                    "name": "Luk Dens",
521
                    "email": "[email protected]"
522
                },
523
                {
524
                    "name": "Davy Van Den Bremt"
525
                },
526
                {
527
                    "name": "Jochen Stals"
528
                },
529
                {
530
                    "name": "Nils Destoop"
531
                },
532
                {
533
                    "name": "Kristof Coomans",
534
                    "email": "[email protected]"
535
                },
536
                {
537
                    "name": "Hans Langouche",
538
                    "email": "[email protected]"
539
                }
540
            ],
541
            "description": "Culturefeed PHP library",
542
            "time": "2016-11-03 00:26:03"
543
        },
544
        {
545
            "name": "cultuurnet/deserializer",
546
            "version": "1.x-dev",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/cultuurnet/deserializer.git",
550
                "reference": "3c8ce40b567f37cdc0bc6b64835a7b3114e125cd"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/cultuurnet/deserializer/zipball/3c8ce40b567f37cdc0bc6b64835a7b3114e125cd",
555
                "reference": "3c8ce40b567f37cdc0bc6b64835a7b3114e125cd",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "nicolopignatelli/valueobjects": "~3.0"
560
            },
561
            "require-dev": {
562
                "phing/phing": "~2.10",
563
                "phpunit/phpunit": "~4.3",
564
                "squizlabs/php_codesniffer": "~2.2"
565
            },
566
            "type": "library",
567
            "extra": {
568
                "branch-alias": {
569
                    "dev-master": "0.x-dev",
570
                    "dev-1.x": "1.x-dev"
571
                }
572
            },
573
            "autoload": {
574
                "psr-4": {
575
                    "CultuurNet\\Deserializer\\": "src\\"
576
                }
577
            },
578
            "notification-url": "https://packagist.org/downloads/",
579
            "license": [
580
                "Apache-2.0"
581
            ],
582
            "authors": [
583
                {
584
                    "name": "Kristof Coomans",
585
                    "email": "[email protected]"
586
                }
587
            ],
588
            "description": "Internet media type deserialization library",
589
            "time": "2017-01-12 11:18:03"
590
        },
591
        {
592
            "name": "cultuurnet/geocoding",
593
            "version": "dev-feature/III-1777",
594
            "source": {
595
                "type": "git",
596
                "url": "https://github.com/cultuurnet/geocoding.git",
597
                "reference": "e760414a926d35af1872f4b6736fcd7ef3ffda82"
598
            },
599
            "dist": {
600
                "type": "zip",
601
                "url": "https://api.github.com/repos/cultuurnet/geocoding/zipball/e760414a926d35af1872f4b6736fcd7ef3ffda82",
602
                "reference": "e760414a926d35af1872f4b6736fcd7ef3ffda82",
603
                "shasum": ""
604
            },
605
            "require-dev": {
606
                "doctrine/cache": "~1.6",
607
                "phing/phing": "~2.11",
608
                "phpunit/phpunit": "~4.8",
609
                "satooshi/php-coveralls": "~0.7",
610
                "squizlabs/php_codesniffer": "~2.3",
611
                "willdurand/geocoder": "~2.8"
612
            },
613
            "suggest": {
614
                "doctrine/cache": "For using the CachedGeocodingService",
615
                "willdurand/geocoder": "For using the DefaultGeocodingService"
616
            },
617
            "type": "library",
618
            "extra": {
619
                "branch-alias": {
620
                    "dev-master": "0.x-dev"
621
                }
622
            },
623
            "autoload": {
624
                "psr-4": {
625
                    "CultuurNet\\Geocoding\\": "src/"
626
                }
627
            },
628
            "notification-url": "https://packagist.org/downloads/",
629
            "license": [
630
                "Apache-2.0"
631
            ],
632
            "authors": [
633
                {
634
                    "name": "Bert Ramakers",
635
                    "email": "[email protected]"
636
                }
637
            ],
638
            "time": "2017-01-31 09:18:40"
639
        },
640
        {
641
            "name": "cultuurnet/search",
642
            "version": "v1.2.2",
643
            "source": {
644
                "type": "git",
645
                "url": "https://github.com/cultuurnet/Search.git",
646
                "reference": "24fcbb1932cfbdc5ce5448158e3df80e7032389e"
647
            },
648
            "dist": {
649
                "type": "zip",
650
                "url": "https://api.github.com/repos/cultuurnet/Search/zipball/24fcbb1932cfbdc5ce5448158e3df80e7032389e",
651
                "reference": "24fcbb1932cfbdc5ce5448158e3df80e7032389e",
652
                "shasum": ""
653
            },
654
            "require": {
655
                "cultuurnet/auth": "~1.1",
656
                "cultuurnet/cdb": "~2.1",
657
                "php": ">=5.3.0",
658
                "symfony/console": "~2.5"
659
            },
660
            "require-dev": {
661
                "phpunit/phpunit": "~4.1"
662
            },
663
            "bin": [
664
                "bin/cultuurnet-search"
665
            ],
666
            "type": "library",
667
            "extra": {
668
                "branch-alias": {
669
                    "dev-master": "1.0.x-dev"
670
                }
671
            },
672
            "autoload": {
673
                "psr-0": {
674
                    "CultuurNet\\Search": [
675
                        "lib"
676
                    ]
677
                }
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "Apache-2.0"
682
            ],
683
            "description": "CultuurNet search service",
684
            "time": "2015-11-20 11:50:37"
685
        },
686
        {
687
            "name": "cultuurnet/symfony-security-jwt",
688
            "version": "1.x-dev",
689
            "source": {
690
                "type": "git",
691
                "url": "https://github.com/cultuurnet/symfony-security-jwt.git",
692
                "reference": "7fe173ac9004575544ec6029841c3865d50555b2"
693
            },
694
            "dist": {
695
                "type": "zip",
696
                "url": "https://api.github.com/repos/cultuurnet/symfony-security-jwt/zipball/7fe173ac9004575544ec6029841c3865d50555b2",
697
                "reference": "7fe173ac9004575544ec6029841c3865d50555b2",
698
                "shasum": ""
699
            },
700
            "require": {
701
                "cultuurnet/udb3-jwt": "~1.0",
702
                "symfony/security": "~2.7.3"
703
            },
704
            "require-dev": {
705
                "phing/phing": "~2.11",
706
                "phpunit/phpunit": "~4.8",
707
                "satooshi/php-coveralls": "~0.7",
708
                "squizlabs/php_codesniffer": "~2.3"
709
            },
710
            "type": "library",
711
            "extra": {
712
                "branch-alias": {
713
                    "dev-master": "0.x-dev"
714
                }
715
            },
716
            "autoload": {
717
                "psr-4": {
718
                    "CultuurNet\\SymfonySecurityJwt\\": "src/"
719
                }
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "Apache-2.0"
724
            ],
725
            "description": "JWT implementation for the Symfony Security component",
726
            "time": "2017-01-12 12:07:36"
727
        },
728
        {
729
            "name": "cultuurnet/udb3-jwt",
730
            "version": "1.x-dev",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/cultuurnet/udb3-jwt.git",
734
                "reference": "cfb6a6d4def0aa750d1875993f0c84f0844dcb8a"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/cultuurnet/udb3-jwt/zipball/cfb6a6d4def0aa750d1875993f0c84f0844dcb8a",
739
                "reference": "cfb6a6d4def0aa750d1875993f0c84f0844dcb8a",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "cultuurnet/clock": "~0.1",
744
                "lcobucci/jwt": "~3.1",
745
                "nicolopignatelli/valueobjects": "~3.0"
746
            },
747
            "require-dev": {
748
                "phing/phing": "~2.11",
749
                "phpunit/phpunit": "~4.8",
750
                "satooshi/php-coveralls": "~0.7",
751
                "squizlabs/php_codesniffer": "~2.3"
752
            },
753
            "type": "library",
754
            "extra": {
755
                "branch-alias": {
756
                    "dev-master": "0.x-dev"
757
                }
758
            },
759
            "autoload": {
760
                "psr-4": {
761
                    "CultuurNet\\UDB3\\Jwt\\": "src/"
762
                }
763
            },
764
            "notification-url": "https://packagist.org/downloads/",
765
            "license": [
766
                "Apache-2.0"
767
            ],
768
            "authors": [
769
                {
770
                    "name": "Bert Ramakers",
771
                    "email": "[email protected]"
772
                }
773
            ],
774
            "description": "Provides JWT service classes",
775
            "time": "2017-01-12 11:38:43"
776
        },
777
        {
778
            "name": "danielstjules/stringy",
779
            "version": "1.10.0",
780
            "source": {
781
                "type": "git",
782
                "url": "https://github.com/danielstjules/Stringy.git",
783
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
784
            },
785
            "dist": {
786
                "type": "zip",
787
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
788
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
789
                "shasum": ""
790
            },
791
            "require": {
792
                "ext-mbstring": "*",
793
                "php": ">=5.3.0"
794
            },
795
            "require-dev": {
796
                "phpunit/phpunit": "~4.0"
797
            },
798
            "type": "library",
799
            "autoload": {
800
                "psr-4": {
801
                    "Stringy\\": "src/"
802
                },
803
                "files": [
804
                    "src/Create.php"
805
                ]
806
            },
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "MIT"
810
            ],
811
            "authors": [
812
                {
813
                    "name": "Daniel St. Jules",
814
                    "email": "[email protected]",
815
                    "homepage": "http://www.danielstjules.com"
816
                }
817
            ],
818
            "description": "A string manipulation library with multibyte support",
819
            "homepage": "https://github.com/danielstjules/Stringy",
820
            "keywords": [
821
                "UTF",
822
                "helpers",
823
                "manipulation",
824
                "methods",
825
                "multibyte",
826
                "string",
827
                "utf-8",
828
                "utility",
829
                "utils"
830
            ],
831
            "time": "2015-07-23 00:54:12"
832
        },
833
        {
834
            "name": "doctrine/annotations",
835
            "version": "v1.3.1",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/doctrine/annotations.git",
839
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
844
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "doctrine/lexer": "1.*",
849
                "php": "^5.6 || ^7.0"
850
            },
851
            "require-dev": {
852
                "doctrine/cache": "1.*",
853
                "phpunit/phpunit": "^5.6.1"
854
            },
855
            "type": "library",
856
            "extra": {
857
                "branch-alias": {
858
                    "dev-master": "1.4.x-dev"
859
                }
860
            },
861
            "autoload": {
862
                "psr-4": {
863
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
864
                }
865
            },
866
            "notification-url": "https://packagist.org/downloads/",
867
            "license": [
868
                "MIT"
869
            ],
870
            "authors": [
871
                {
872
                    "name": "Roman Borschel",
873
                    "email": "[email protected]"
874
                },
875
                {
876
                    "name": "Benjamin Eberlei",
877
                    "email": "[email protected]"
878
                },
879
                {
880
                    "name": "Guilherme Blanco",
881
                    "email": "[email protected]"
882
                },
883
                {
884
                    "name": "Jonathan Wage",
885
                    "email": "[email protected]"
886
                },
887
                {
888
                    "name": "Johannes Schmitt",
889
                    "email": "[email protected]"
890
                }
891
            ],
892
            "description": "Docblock Annotations Parser",
893
            "homepage": "http://www.doctrine-project.org",
894
            "keywords": [
895
                "annotations",
896
                "docblock",
897
                "parser"
898
            ],
899
            "time": "2016-12-30 15:59:45"
900
        },
901
        {
902
            "name": "doctrine/cache",
903
            "version": "v1.6.1",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/doctrine/cache.git",
907
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
912
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
913
                "shasum": ""
914
            },
915
            "require": {
916
                "php": "~5.5|~7.0"
917
            },
918
            "conflict": {
919
                "doctrine/common": ">2.2,<2.4"
920
            },
921
            "require-dev": {
922
                "phpunit/phpunit": "~4.8|~5.0",
923
                "predis/predis": "~1.0",
924
                "satooshi/php-coveralls": "~0.6"
925
            },
926
            "type": "library",
927
            "extra": {
928
                "branch-alias": {
929
                    "dev-master": "1.6.x-dev"
930
                }
931
            },
932
            "autoload": {
933
                "psr-4": {
934
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
935
                }
936
            },
937
            "notification-url": "https://packagist.org/downloads/",
938
            "license": [
939
                "MIT"
940
            ],
941
            "authors": [
942
                {
943
                    "name": "Roman Borschel",
944
                    "email": "[email protected]"
945
                },
946
                {
947
                    "name": "Benjamin Eberlei",
948
                    "email": "[email protected]"
949
                },
950
                {
951
                    "name": "Guilherme Blanco",
952
                    "email": "[email protected]"
953
                },
954
                {
955
                    "name": "Jonathan Wage",
956
                    "email": "[email protected]"
957
                },
958
                {
959
                    "name": "Johannes Schmitt",
960
                    "email": "[email protected]"
961
                }
962
            ],
963
            "description": "Caching library offering an object-oriented API for many cache backends",
964
            "homepage": "http://www.doctrine-project.org",
965
            "keywords": [
966
                "cache",
967
                "caching"
968
            ],
969
            "time": "2016-10-29 11:16:17"
970
        },
971
        {
972
            "name": "doctrine/collections",
973
            "version": "v1.4.0",
974
            "source": {
975
                "type": "git",
976
                "url": "https://github.com/doctrine/collections.git",
977
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
978
            },
979
            "dist": {
980
                "type": "zip",
981
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
982
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
983
                "shasum": ""
984
            },
985
            "require": {
986
                "php": "^5.6 || ^7.0"
987
            },
988
            "require-dev": {
989
                "doctrine/coding-standard": "~0.1@dev",
990
                "phpunit/phpunit": "^5.7"
991
            },
992
            "type": "library",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "1.3.x-dev"
996
                }
997
            },
998
            "autoload": {
999
                "psr-0": {
1000
                    "Doctrine\\Common\\Collections\\": "lib/"
1001
                }
1002
            },
1003
            "notification-url": "https://packagist.org/downloads/",
1004
            "license": [
1005
                "MIT"
1006
            ],
1007
            "authors": [
1008
                {
1009
                    "name": "Roman Borschel",
1010
                    "email": "[email protected]"
1011
                },
1012
                {
1013
                    "name": "Benjamin Eberlei",
1014
                    "email": "[email protected]"
1015
                },
1016
                {
1017
                    "name": "Guilherme Blanco",
1018
                    "email": "[email protected]"
1019
                },
1020
                {
1021
                    "name": "Jonathan Wage",
1022
                    "email": "[email protected]"
1023
                },
1024
                {
1025
                    "name": "Johannes Schmitt",
1026
                    "email": "[email protected]"
1027
                }
1028
            ],
1029
            "description": "Collections Abstraction library",
1030
            "homepage": "http://www.doctrine-project.org",
1031
            "keywords": [
1032
                "array",
1033
                "collections",
1034
                "iterator"
1035
            ],
1036
            "time": "2017-01-03 10:49:41"
1037
        },
1038
        {
1039
            "name": "doctrine/common",
1040
            "version": "v2.7.2",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/doctrine/common.git",
1044
                "reference": "930297026c8009a567ac051fd545bf6124150347"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
1049
                "reference": "930297026c8009a567ac051fd545bf6124150347",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "doctrine/annotations": "1.*",
1054
                "doctrine/cache": "1.*",
1055
                "doctrine/collections": "1.*",
1056
                "doctrine/inflector": "1.*",
1057
                "doctrine/lexer": "1.*",
1058
                "php": "~5.6|~7.0"
1059
            },
1060
            "require-dev": {
1061
                "phpunit/phpunit": "^5.4.6"
1062
            },
1063
            "type": "library",
1064
            "extra": {
1065
                "branch-alias": {
1066
                    "dev-master": "2.7.x-dev"
1067
                }
1068
            },
1069
            "autoload": {
1070
                "psr-4": {
1071
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1072
                }
1073
            },
1074
            "notification-url": "https://packagist.org/downloads/",
1075
            "license": [
1076
                "MIT"
1077
            ],
1078
            "authors": [
1079
                {
1080
                    "name": "Roman Borschel",
1081
                    "email": "[email protected]"
1082
                },
1083
                {
1084
                    "name": "Benjamin Eberlei",
1085
                    "email": "[email protected]"
1086
                },
1087
                {
1088
                    "name": "Guilherme Blanco",
1089
                    "email": "[email protected]"
1090
                },
1091
                {
1092
                    "name": "Jonathan Wage",
1093
                    "email": "[email protected]"
1094
                },
1095
                {
1096
                    "name": "Johannes Schmitt",
1097
                    "email": "[email protected]"
1098
                }
1099
            ],
1100
            "description": "Common Library for Doctrine projects",
1101
            "homepage": "http://www.doctrine-project.org",
1102
            "keywords": [
1103
                "annotations",
1104
                "collections",
1105
                "eventmanager",
1106
                "persistence",
1107
                "spl"
1108
            ],
1109
            "time": "2017-01-13 14:02:13"
1110
        },
1111
        {
1112
            "name": "doctrine/dbal",
1113
            "version": "v2.5.11",
1114
            "source": {
1115
                "type": "git",
1116
                "url": "https://github.com/doctrine/dbal.git",
1117
                "reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48"
1118
            },
1119
            "dist": {
1120
                "type": "zip",
1121
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
1122
                "reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
1123
                "shasum": ""
1124
            },
1125
            "require": {
1126
                "doctrine/common": ">=2.4,<2.8-dev",
1127
                "php": ">=5.3.2"
1128
            },
1129
            "require-dev": {
1130
                "phpunit/phpunit": "4.*",
1131
                "symfony/console": "2.*||^3.0"
1132
            },
1133
            "suggest": {
1134
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
1135
            },
1136
            "bin": [
1137
                "bin/doctrine-dbal"
1138
            ],
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "2.5.x-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "psr-0": {
1147
                    "Doctrine\\DBAL\\": "lib/"
1148
                }
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "MIT"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Roman Borschel",
1157
                    "email": "[email protected]"
1158
                },
1159
                {
1160
                    "name": "Benjamin Eberlei",
1161
                    "email": "[email protected]"
1162
                },
1163
                {
1164
                    "name": "Guilherme Blanco",
1165
                    "email": "[email protected]"
1166
                },
1167
                {
1168
                    "name": "Jonathan Wage",
1169
                    "email": "[email protected]"
1170
                }
1171
            ],
1172
            "description": "Database Abstraction Layer",
1173
            "homepage": "http://www.doctrine-project.org",
1174
            "keywords": [
1175
                "database",
1176
                "dbal",
1177
                "persistence",
1178
                "queryobject"
1179
            ],
1180
            "time": "2017-02-04 21:20:13"
1181
        },
1182
        {
1183
            "name": "doctrine/inflector",
1184
            "version": "v1.1.0",
1185
            "source": {
1186
                "type": "git",
1187
                "url": "https://github.com/doctrine/inflector.git",
1188
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1189
            },
1190
            "dist": {
1191
                "type": "zip",
1192
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1193
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1194
                "shasum": ""
1195
            },
1196
            "require": {
1197
                "php": ">=5.3.2"
1198
            },
1199
            "require-dev": {
1200
                "phpunit/phpunit": "4.*"
1201
            },
1202
            "type": "library",
1203
            "extra": {
1204
                "branch-alias": {
1205
                    "dev-master": "1.1.x-dev"
1206
                }
1207
            },
1208
            "autoload": {
1209
                "psr-0": {
1210
                    "Doctrine\\Common\\Inflector\\": "lib/"
1211
                }
1212
            },
1213
            "notification-url": "https://packagist.org/downloads/",
1214
            "license": [
1215
                "MIT"
1216
            ],
1217
            "authors": [
1218
                {
1219
                    "name": "Roman Borschel",
1220
                    "email": "[email protected]"
1221
                },
1222
                {
1223
                    "name": "Benjamin Eberlei",
1224
                    "email": "[email protected]"
1225
                },
1226
                {
1227
                    "name": "Guilherme Blanco",
1228
                    "email": "[email protected]"
1229
                },
1230
                {
1231
                    "name": "Jonathan Wage",
1232
                    "email": "[email protected]"
1233
                },
1234
                {
1235
                    "name": "Johannes Schmitt",
1236
                    "email": "[email protected]"
1237
                }
1238
            ],
1239
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1240
            "homepage": "http://www.doctrine-project.org",
1241
            "keywords": [
1242
                "inflection",
1243
                "pluralize",
1244
                "singularize",
1245
                "string"
1246
            ],
1247
            "time": "2015-11-06 14:35:42"
1248
        },
1249
        {
1250
            "name": "doctrine/lexer",
1251
            "version": "v1.0.1",
1252
            "source": {
1253
                "type": "git",
1254
                "url": "https://github.com/doctrine/lexer.git",
1255
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1256
            },
1257
            "dist": {
1258
                "type": "zip",
1259
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1260
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1261
                "shasum": ""
1262
            },
1263
            "require": {
1264
                "php": ">=5.3.2"
1265
            },
1266
            "type": "library",
1267
            "extra": {
1268
                "branch-alias": {
1269
                    "dev-master": "1.0.x-dev"
1270
                }
1271
            },
1272
            "autoload": {
1273
                "psr-0": {
1274
                    "Doctrine\\Common\\Lexer\\": "lib/"
1275
                }
1276
            },
1277
            "notification-url": "https://packagist.org/downloads/",
1278
            "license": [
1279
                "MIT"
1280
            ],
1281
            "authors": [
1282
                {
1283
                    "name": "Roman Borschel",
1284
                    "email": "[email protected]"
1285
                },
1286
                {
1287
                    "name": "Guilherme Blanco",
1288
                    "email": "[email protected]"
1289
                },
1290
                {
1291
                    "name": "Johannes Schmitt",
1292
                    "email": "[email protected]"
1293
                }
1294
            ],
1295
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1296
            "homepage": "http://www.doctrine-project.org",
1297
            "keywords": [
1298
                "lexer",
1299
                "parser"
1300
            ],
1301
            "time": "2014-09-09 13:34:57"
1302
        },
1303
        {
1304
            "name": "guzzle/guzzle",
1305
            "version": "v3.9.3",
1306
            "source": {
1307
                "type": "git",
1308
                "url": "https://github.com/guzzle/guzzle3.git",
1309
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
1310
            },
1311
            "dist": {
1312
                "type": "zip",
1313
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
1314
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
1315
                "shasum": ""
1316
            },
1317
            "require": {
1318
                "ext-curl": "*",
1319
                "php": ">=5.3.3",
1320
                "symfony/event-dispatcher": "~2.1"
1321
            },
1322
            "replace": {
1323
                "guzzle/batch": "self.version",
1324
                "guzzle/cache": "self.version",
1325
                "guzzle/common": "self.version",
1326
                "guzzle/http": "self.version",
1327
                "guzzle/inflection": "self.version",
1328
                "guzzle/iterator": "self.version",
1329
                "guzzle/log": "self.version",
1330
                "guzzle/parser": "self.version",
1331
                "guzzle/plugin": "self.version",
1332
                "guzzle/plugin-async": "self.version",
1333
                "guzzle/plugin-backoff": "self.version",
1334
                "guzzle/plugin-cache": "self.version",
1335
                "guzzle/plugin-cookie": "self.version",
1336
                "guzzle/plugin-curlauth": "self.version",
1337
                "guzzle/plugin-error-response": "self.version",
1338
                "guzzle/plugin-history": "self.version",
1339
                "guzzle/plugin-log": "self.version",
1340
                "guzzle/plugin-md5": "self.version",
1341
                "guzzle/plugin-mock": "self.version",
1342
                "guzzle/plugin-oauth": "self.version",
1343
                "guzzle/service": "self.version",
1344
                "guzzle/stream": "self.version"
1345
            },
1346
            "require-dev": {
1347
                "doctrine/cache": "~1.3",
1348
                "monolog/monolog": "~1.0",
1349
                "phpunit/phpunit": "3.7.*",
1350
                "psr/log": "~1.0",
1351
                "symfony/class-loader": "~2.1",
1352
                "zendframework/zend-cache": "2.*,<2.3",
1353
                "zendframework/zend-log": "2.*,<2.3"
1354
            },
1355
            "suggest": {
1356
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1357
            },
1358
            "type": "library",
1359
            "extra": {
1360
                "branch-alias": {
1361
                    "dev-master": "3.9-dev"
1362
                }
1363
            },
1364
            "autoload": {
1365
                "psr-0": {
1366
                    "Guzzle": "src/",
1367
                    "Guzzle\\Tests": "tests/"
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "MIT"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Michael Dowling",
1377
                    "email": "[email protected]",
1378
                    "homepage": "https://github.com/mtdowling"
1379
                },
1380
                {
1381
                    "name": "Guzzle Community",
1382
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1383
                }
1384
            ],
1385
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1386
            "homepage": "http://guzzlephp.org/",
1387
            "keywords": [
1388
                "client",
1389
                "curl",
1390
                "framework",
1391
                "http",
1392
                "http client",
1393
                "rest",
1394
                "web service"
1395
            ],
1396
            "abandoned": "guzzlehttp/guzzle",
1397
            "time": "2015-03-18 18:23:50"
1398
        },
1399
        {
1400
            "name": "guzzlehttp/psr7",
1401
            "version": "1.2.3",
1402
            "source": {
1403
                "type": "git",
1404
                "url": "https://github.com/guzzle/psr7.git",
1405
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
1406
            },
1407
            "dist": {
1408
                "type": "zip",
1409
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
1410
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
1411
                "shasum": ""
1412
            },
1413
            "require": {
1414
                "php": ">=5.4.0",
1415
                "psr/http-message": "~1.0"
1416
            },
1417
            "provide": {
1418
                "psr/http-message-implementation": "1.0"
1419
            },
1420
            "require-dev": {
1421
                "phpunit/phpunit": "~4.0"
1422
            },
1423
            "type": "library",
1424
            "extra": {
1425
                "branch-alias": {
1426
                    "dev-master": "1.0-dev"
1427
                }
1428
            },
1429
            "autoload": {
1430
                "psr-4": {
1431
                    "GuzzleHttp\\Psr7\\": "src/"
1432
                },
1433
                "files": [
1434
                    "src/functions_include.php"
1435
                ]
1436
            },
1437
            "notification-url": "https://packagist.org/downloads/",
1438
            "license": [
1439
                "MIT"
1440
            ],
1441
            "authors": [
1442
                {
1443
                    "name": "Michael Dowling",
1444
                    "email": "[email protected]",
1445
                    "homepage": "https://github.com/mtdowling"
1446
                }
1447
            ],
1448
            "description": "PSR-7 message implementation",
1449
            "keywords": [
1450
                "http",
1451
                "message",
1452
                "stream",
1453
                "uri"
1454
            ],
1455
            "time": "2016-02-18 21:54:00"
1456
        },
1457
        {
1458
            "name": "ircmaxell/password-compat",
1459
            "version": "v1.0.4",
1460
            "source": {
1461
                "type": "git",
1462
                "url": "https://github.com/ircmaxell/password_compat.git",
1463
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1464
            },
1465
            "dist": {
1466
                "type": "zip",
1467
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1468
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1469
                "shasum": ""
1470
            },
1471
            "require-dev": {
1472
                "phpunit/phpunit": "4.*"
1473
            },
1474
            "type": "library",
1475
            "autoload": {
1476
                "files": [
1477
                    "lib/password.php"
1478
                ]
1479
            },
1480
            "notification-url": "https://packagist.org/downloads/",
1481
            "license": [
1482
                "MIT"
1483
            ],
1484
            "authors": [
1485
                {
1486
                    "name": "Anthony Ferrara",
1487
                    "email": "[email protected]",
1488
                    "homepage": "http://blog.ircmaxell.com"
1489
                }
1490
            ],
1491
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1492
            "homepage": "https://github.com/ircmaxell/password_compat",
1493
            "keywords": [
1494
                "hashing",
1495
                "password"
1496
            ],
1497
            "time": "2014-11-20 16:49:30"
1498
        },
1499
        {
1500
            "name": "justinrainbow/json-schema",
1501
            "version": "1.4.3",
1502
            "source": {
1503
                "type": "git",
1504
                "url": "https://github.com/justinrainbow/json-schema.git",
1505
                "reference": "44adc6f25592c6990409607c95537f577861f9b1"
1506
            },
1507
            "dist": {
1508
                "type": "zip",
1509
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44adc6f25592c6990409607c95537f577861f9b1",
1510
                "reference": "44adc6f25592c6990409607c95537f577861f9b1",
1511
                "shasum": ""
1512
            },
1513
            "require": {
1514
                "php": ">=5.3.2"
1515
            },
1516
            "require-dev": {
1517
                "json-schema/json-schema-test-suite": "1.1.0",
1518
                "phpdocumentor/phpdocumentor": "~2",
1519
                "phpunit/phpunit": "~3.7"
1520
            },
1521
            "bin": [
1522
                "bin/validate-json"
1523
            ],
1524
            "type": "library",
1525
            "extra": {
1526
                "branch-alias": {
1527
                    "dev-master": "1.4.x-dev"
1528
                }
1529
            },
1530
            "autoload": {
1531
                "psr-0": {
1532
                    "JsonSchema": "src/"
1533
                }
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "BSD-3-Clause"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Bruno Prieto Reis",
1542
                    "email": "[email protected]"
1543
                },
1544
                {
1545
                    "name": "Justin Rainbow",
1546
                    "email": "[email protected]"
1547
                },
1548
                {
1549
                    "name": "Igor Wiedler",
1550
                    "email": "[email protected]"
1551
                },
1552
                {
1553
                    "name": "Robert Schönthal",
1554
                    "email": "[email protected]"
1555
                }
1556
            ],
1557
            "description": "A library to validate a json schema.",
1558
            "homepage": "https://github.com/justinrainbow/json-schema",
1559
            "keywords": [
1560
                "json",
1561
                "schema"
1562
            ],
1563
            "time": "2015-07-13 05:06:53"
1564
        },
1565
        {
1566
            "name": "lcobucci/jwt",
1567
            "version": "3.2.1",
1568
            "source": {
1569
                "type": "git",
1570
                "url": "https://github.com/lcobucci/jwt.git",
1571
                "reference": "ddce703826f9c5229781933b1a39069e38e6a0f3"
1572
            },
1573
            "dist": {
1574
                "type": "zip",
1575
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/ddce703826f9c5229781933b1a39069e38e6a0f3",
1576
                "reference": "ddce703826f9c5229781933b1a39069e38e6a0f3",
1577
                "shasum": ""
1578
            },
1579
            "require": {
1580
                "ext-openssl": "*",
1581
                "php": ">=5.5"
1582
            },
1583
            "require-dev": {
1584
                "mdanter/ecc": "~0.3.1",
1585
                "mikey179/vfsstream": "~1.5",
1586
                "phpmd/phpmd": "~2.2",
1587
                "phpunit/php-invoker": "~1.1",
1588
                "phpunit/phpunit": "~4.5",
1589
                "squizlabs/php_codesniffer": "~2.3"
1590
            },
1591
            "suggest": {
1592
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
1593
            },
1594
            "type": "library",
1595
            "extra": {
1596
                "branch-alias": {
1597
                    "dev-master": "3.1-dev"
1598
                }
1599
            },
1600
            "autoload": {
1601
                "psr-4": {
1602
                    "Lcobucci\\JWT\\": "src"
1603
                }
1604
            },
1605
            "notification-url": "https://packagist.org/downloads/",
1606
            "license": [
1607
                "BSD-3-Clause"
1608
            ],
1609
            "authors": [
1610
                {
1611
                    "name": "Luís Otávio Cobucci Oblonczyk",
1612
                    "email": "[email protected]",
1613
                    "role": "Developer"
1614
                }
1615
            ],
1616
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
1617
            "keywords": [
1618
                "JWS",
1619
                "jwt"
1620
            ],
1621
            "time": "2016-10-31 20:09:32"
1622
        },
1623
        {
1624
            "name": "league/flysystem",
1625
            "version": "1.0.34",
1626
            "source": {
1627
                "type": "git",
1628
                "url": "https://github.com/thephpleague/flysystem.git",
1629
                "reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299"
1630
            },
1631
            "dist": {
1632
                "type": "zip",
1633
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/469ad53c13ea19a0e54e3e5d70f61227ddcc0299",
1634
                "reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299",
1635
                "shasum": ""
1636
            },
1637
            "require": {
1638
                "php": ">=5.5.9"
1639
            },
1640
            "conflict": {
1641
                "league/flysystem-sftp": "<1.0.6"
1642
            },
1643
            "require-dev": {
1644
                "ext-fileinfo": "*",
1645
                "mockery/mockery": "~0.9",
1646
                "phpspec/phpspec": "^2.2",
1647
                "phpunit/phpunit": "~4.8"
1648
            },
1649
            "suggest": {
1650
                "ext-fileinfo": "Required for MimeType",
1651
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1652
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1653
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1654
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1655
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1656
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1657
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1658
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1659
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1660
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1661
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1662
            },
1663
            "type": "library",
1664
            "extra": {
1665
                "branch-alias": {
1666
                    "dev-master": "1.1-dev"
1667
                }
1668
            },
1669
            "autoload": {
1670
                "psr-4": {
1671
                    "League\\Flysystem\\": "src/"
1672
                }
1673
            },
1674
            "notification-url": "https://packagist.org/downloads/",
1675
            "license": [
1676
                "MIT"
1677
            ],
1678
            "authors": [
1679
                {
1680
                    "name": "Frank de Jonge",
1681
                    "email": "[email protected]"
1682
                }
1683
            ],
1684
            "description": "Filesystem abstraction: Many filesystems, one API.",
1685
            "keywords": [
1686
                "Cloud Files",
1687
                "WebDAV",
1688
                "abstraction",
1689
                "aws",
1690
                "cloud",
1691
                "copy.com",
1692
                "dropbox",
1693
                "file systems",
1694
                "files",
1695
                "filesystem",
1696
                "filesystems",
1697
                "ftp",
1698
                "rackspace",
1699
                "remote",
1700
                "s3",
1701
                "sftp",
1702
                "storage"
1703
            ],
1704
            "time": "2017-01-30 17:41:17"
1705
        },
1706
        {
1707
            "name": "league/geotools",
1708
            "version": "0.3.3",
1709
            "source": {
1710
                "type": "git",
1711
                "url": "https://github.com/thephpleague/geotools.git",
1712
                "reference": "cd3cb252000d50a3db819218de1dbb96e6316449"
1713
            },
1714
            "dist": {
1715
                "type": "zip",
1716
                "url": "https://api.github.com/repos/thephpleague/geotools/zipball/cd3cb252000d50a3db819218de1dbb96e6316449",
1717
                "reference": "cd3cb252000d50a3db819218de1dbb96e6316449",
1718
                "shasum": ""
1719
            },
1720
            "require": {
1721
                "php": ">=5.3.0",
1722
                "react/async": "~1.0",
1723
                "symfony/console": "~2.4",
1724
                "symfony/serializer": "~2.4",
1725
                "willdurand/geocoder": "~2.4"
1726
            },
1727
            "replace": {
1728
                "toin0u/geotools": "*"
1729
            },
1730
            "require-dev": {
1731
                "guzzle/guzzle": "~3.7",
1732
                "kriswallsmith/buzz": "~0.10",
1733
                "predis/predis": "~0.8",
1734
                "satooshi/php-coveralls": "~0.6",
1735
                "zendframework/zend-http": "~2.2"
1736
            },
1737
            "bin": [
1738
                "bin/geotools"
1739
            ],
1740
            "type": "library",
1741
            "extra": {
1742
                "branch-alias": {
1743
                    "dev-master": "0.3-dev"
1744
                }
1745
            },
1746
            "autoload": {
1747
                "psr-0": {
1748
                    "League\\Geotools": "src/"
1749
                }
1750
            },
1751
            "notification-url": "https://packagist.org/downloads/",
1752
            "license": [
1753
                "MIT"
1754
            ],
1755
            "authors": [
1756
                {
1757
                    "name": "Antoine Corcy",
1758
                    "email": "[email protected]",
1759
                    "homepage": "http://sbin.dk",
1760
                    "role": "Developer"
1761
                }
1762
            ],
1763
            "description": "Geo-related tools PHP 5.3 library",
1764
            "homepage": "http://geotools-php.org/",
1765
            "keywords": [
1766
                "async",
1767
                "batch",
1768
                "bounds",
1769
                "distance",
1770
                "geocoder",
1771
                "geocoding",
1772
                "geoip",
1773
                "geometry",
1774
                "geotools"
1775
            ],
1776
            "time": "2014-05-15 23:59:22"
1777
        },
1778
        {
1779
            "name": "marc-mabe/php-enum",
1780
            "version": "v1.3.0",
1781
            "source": {
1782
                "type": "git",
1783
                "url": "https://github.com/marc-mabe/php-enum.git",
1784
                "reference": "fdbd9eafc8772dacc37236c5f0118edad455f00e"
1785
            },
1786
            "dist": {
1787
                "type": "zip",
1788
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/fdbd9eafc8772dacc37236c5f0118edad455f00e",
1789
                "reference": "fdbd9eafc8772dacc37236c5f0118edad455f00e",
1790
                "shasum": ""
1791
            },
1792
            "require": {
1793
                "ext-reflection": "*",
1794
                "php": ">=5.3"
1795
            },
1796
            "require-dev": {
1797
                "phpunit/phpunit": ">=3.6"
1798
            },
1799
            "type": "library",
1800
            "extra": {
1801
                "branch-alias": {
1802
                    "dev-master": "2.2-dev",
1803
                    "dev-1.x": "1.3-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "psr-4": {
1808
                    "MabeEnum\\": "src/MabeEnum/"
1809
                }
1810
            },
1811
            "notification-url": "https://packagist.org/downloads/",
1812
            "license": [
1813
                "BSD-3-Clause"
1814
            ],
1815
            "authors": [
1816
                {
1817
                    "name": "Marc Bennewitz",
1818
                    "email": "[email protected]",
1819
                    "homepage": "http://www.marc-bennewitz.de/",
1820
                    "role": "Lead"
1821
                }
1822
            ],
1823
            "description": "Simple and fast implementation of enumerations with native PHP 5.3 and upper",
1824
            "homepage": "https://github.com/marc-mabe/php-enum",
1825
            "keywords": [
1826
                "enum",
1827
                "enum-map",
1828
                "enum-set",
1829
                "enumeration",
1830
                "enummap",
1831
                "enumset",
1832
                "type-hint",
1833
                "typehint"
1834
            ],
1835
            "time": "2015-10-04 17:35:32"
1836
        },
1837
        {
1838
            "name": "mathiasverraes/money",
1839
            "version": "v1.3.0",
1840
            "source": {
1841
                "type": "git",
1842
                "url": "https://github.com/moneyphp/money.git",
1843
                "reference": "1926c54143da8eec322ae4985014cd73a98b0792"
1844
            },
1845
            "dist": {
1846
                "type": "zip",
1847
                "url": "https://api.github.com/repos/moneyphp/money/zipball/1926c54143da8eec322ae4985014cd73a98b0792",
1848
                "reference": "1926c54143da8eec322ae4985014cd73a98b0792",
1849
                "shasum": ""
1850
            },
1851
            "require": {
1852
                "php": ">=5.3.3"
1853
            },
1854
            "require-dev": {
1855
                "phpunit/phpunit": "3.7.*"
1856
            },
1857
            "suggest": {
1858
                "Sylius/SyliusMoneyBundle": "Sylius' Symfony2 integration with Money library",
1859
                "TheBigBrainsCompany/TbbcMoneyBundle": "Very complete Symfony2 bundle with support for Twig, Doctrine, Forms, ...",
1860
                "pink-tie/money-bundle": "Pink-Tie's Symfony2 integration with Money library"
1861
            },
1862
            "type": "library",
1863
            "extra": {
1864
                "branch-alias": {
1865
                    "dev-master": "1.3.x-dev"
1866
                }
1867
            },
1868
            "autoload": {
1869
                "psr-0": {
1870
                    "Money": "lib"
1871
                }
1872
            },
1873
            "notification-url": "https://packagist.org/downloads/",
1874
            "license": [
1875
                "MIT"
1876
            ],
1877
            "authors": [
1878
                {
1879
                    "name": "Mathias Verraes",
1880
                    "email": "[email protected]"
1881
                }
1882
            ],
1883
            "description": "PHP implementation of Fowler's Money pattern",
1884
            "homepage": "http://verraes.net/2011/04/fowler-money-pattern-in-php/",
1885
            "keywords": [
1886
                "Generic Sub-domain",
1887
                "Value Object",
1888
                "money"
1889
            ],
1890
            "abandoned": "moneyphp/money",
1891
            "time": "2016-01-16 22:03:46"
1892
        },
1893
        {
1894
            "name": "nicolopignatelli/valueobjects",
1895
            "version": "v3.0",
1896
            "source": {
1897
                "type": "git",
1898
                "url": "https://github.com/nicolopignatelli/valueobjects.git",
1899
                "reference": "de7ab566be73e9e2c73bbbf05177646b11fc2b05"
1900
            },
1901
            "dist": {
1902
                "type": "zip",
1903
                "url": "https://api.github.com/repos/nicolopignatelli/valueobjects/zipball/de7ab566be73e9e2c73bbbf05177646b11fc2b05",
1904
                "reference": "de7ab566be73e9e2c73bbbf05177646b11fc2b05",
1905
                "shasum": ""
1906
            },
1907
            "require": {
1908
                "league/geotools": "~0.3.1",
1909
                "marc-mabe/php-enum": "~1.0",
1910
                "mathiasverraes/money": "~1.2",
1911
                "php": ">=5.3.3",
1912
                "ramsey/uuid": "~2.5",
1913
                "zendframework/zend-validator": "~2.2"
1914
            },
1915
            "require-dev": {
1916
                "phpunit/phpunit": "~4.0"
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-master": "3.0.x-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "psr-4": {
1926
                    "ValueObjects\\": "src"
1927
                }
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "MIT"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "Contributors",
1936
                    "homepage": "https://github.com/nicolopignatelli/valueobjects/graphs/contributors"
1937
                },
1938
                {
1939
                    "name": "Nicolò Pignatelli",
1940
                    "email": "[email protected]"
1941
                }
1942
            ],
1943
            "description": "A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.",
1944
            "time": "2015-05-15 13:19:42"
1945
        },
1946
        {
1947
            "name": "paragonie/random_compat",
1948
            "version": "v2.0.4",
1949
            "source": {
1950
                "type": "git",
1951
                "url": "https://github.com/paragonie/random_compat.git",
1952
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
1953
            },
1954
            "dist": {
1955
                "type": "zip",
1956
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1957
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1958
                "shasum": ""
1959
            },
1960
            "require": {
1961
                "php": ">=5.2.0"
1962
            },
1963
            "require-dev": {
1964
                "phpunit/phpunit": "4.*|5.*"
1965
            },
1966
            "suggest": {
1967
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1968
            },
1969
            "type": "library",
1970
            "autoload": {
1971
                "files": [
1972
                    "lib/random.php"
1973
                ]
1974
            },
1975
            "notification-url": "https://packagist.org/downloads/",
1976
            "license": [
1977
                "MIT"
1978
            ],
1979
            "authors": [
1980
                {
1981
                    "name": "Paragon Initiative Enterprises",
1982
                    "email": "[email protected]",
1983
                    "homepage": "https://paragonie.com"
1984
                }
1985
            ],
1986
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1987
            "keywords": [
1988
                "csprng",
1989
                "pseudorandom",
1990
                "random"
1991
            ],
1992
            "time": "2016-11-07 23:38:38"
1993
        },
1994
        {
1995
            "name": "php-http/httplug",
1996
            "version": "v1.1.0",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/php-http/httplug.git",
2000
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2005
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "php": ">=5.4",
2010
                "php-http/promise": "^1.0",
2011
                "psr/http-message": "^1.0"
2012
            },
2013
            "require-dev": {
2014
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2015
                "phpspec/phpspec": "^2.4"
2016
            },
2017
            "type": "library",
2018
            "extra": {
2019
                "branch-alias": {
2020
                    "dev-master": "1.1-dev"
2021
                }
2022
            },
2023
            "autoload": {
2024
                "psr-4": {
2025
                    "Http\\Client\\": "src/"
2026
                }
2027
            },
2028
            "notification-url": "https://packagist.org/downloads/",
2029
            "license": [
2030
                "MIT"
2031
            ],
2032
            "authors": [
2033
                {
2034
                    "name": "Eric GELOEN",
2035
                    "email": "[email protected]"
2036
                },
2037
                {
2038
                    "name": "Márk Sági-Kazár",
2039
                    "email": "[email protected]"
2040
                }
2041
            ],
2042
            "description": "HTTPlug, the HTTP client abstraction for PHP",
2043
            "homepage": "http://httplug.io",
2044
            "keywords": [
2045
                "client",
2046
                "http"
2047
            ],
2048
            "time": "2016-08-31 08:30:17"
2049
        },
2050
        {
2051
            "name": "php-http/promise",
2052
            "version": "v1.0.0",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/php-http/promise.git",
2056
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
2061
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2062
                "shasum": ""
2063
            },
2064
            "require-dev": {
2065
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2066
                "phpspec/phpspec": "^2.4"
2067
            },
2068
            "type": "library",
2069
            "extra": {
2070
                "branch-alias": {
2071
                    "dev-master": "1.1-dev"
2072
                }
2073
            },
2074
            "autoload": {
2075
                "psr-4": {
2076
                    "Http\\Promise\\": "src/"
2077
                }
2078
            },
2079
            "notification-url": "https://packagist.org/downloads/",
2080
            "license": [
2081
                "MIT"
2082
            ],
2083
            "authors": [
2084
                {
2085
                    "name": "Márk Sági-Kazár",
2086
                    "email": "[email protected]"
2087
                },
2088
                {
2089
                    "name": "Joel Wurtz",
2090
                    "email": "[email protected]"
2091
                }
2092
            ],
2093
            "description": "Promise used for asynchronous HTTP requests",
2094
            "homepage": "http://httplug.io",
2095
            "keywords": [
2096
                "promise"
2097
            ],
2098
            "time": "2016-01-26 13:27:02"
2099
        },
2100
        {
2101
            "name": "predis/predis",
2102
            "version": "v1.1.1",
2103
            "source": {
2104
                "type": "git",
2105
                "url": "https://github.com/nrk/predis.git",
2106
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2107
            },
2108
            "dist": {
2109
                "type": "zip",
2110
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2111
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2112
                "shasum": ""
2113
            },
2114
            "require": {
2115
                "php": ">=5.3.9"
2116
            },
2117
            "require-dev": {
2118
                "phpunit/phpunit": "~4.8"
2119
            },
2120
            "suggest": {
2121
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2122
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2123
            },
2124
            "type": "library",
2125
            "autoload": {
2126
                "psr-4": {
2127
                    "Predis\\": "src/"
2128
                }
2129
            },
2130
            "notification-url": "https://packagist.org/downloads/",
2131
            "license": [
2132
                "MIT"
2133
            ],
2134
            "authors": [
2135
                {
2136
                    "name": "Daniele Alessandri",
2137
                    "email": "[email protected]",
2138
                    "homepage": "http://clorophilla.net"
2139
                }
2140
            ],
2141
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2142
            "homepage": "http://github.com/nrk/predis",
2143
            "keywords": [
2144
                "nosql",
2145
                "predis",
2146
                "redis"
2147
            ],
2148
            "time": "2016-06-16 16:22:20"
2149
        },
2150
        {
2151
            "name": "psr/http-message",
2152
            "version": "1.0.1",
2153
            "source": {
2154
                "type": "git",
2155
                "url": "https://github.com/php-fig/http-message.git",
2156
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2157
            },
2158
            "dist": {
2159
                "type": "zip",
2160
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2161
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2162
                "shasum": ""
2163
            },
2164
            "require": {
2165
                "php": ">=5.3.0"
2166
            },
2167
            "type": "library",
2168
            "extra": {
2169
                "branch-alias": {
2170
                    "dev-master": "1.0.x-dev"
2171
                }
2172
            },
2173
            "autoload": {
2174
                "psr-4": {
2175
                    "Psr\\Http\\Message\\": "src/"
2176
                }
2177
            },
2178
            "notification-url": "https://packagist.org/downloads/",
2179
            "license": [
2180
                "MIT"
2181
            ],
2182
            "authors": [
2183
                {
2184
                    "name": "PHP-FIG",
2185
                    "homepage": "http://www.php-fig.org/"
2186
                }
2187
            ],
2188
            "description": "Common interface for HTTP messages",
2189
            "homepage": "https://github.com/php-fig/http-message",
2190
            "keywords": [
2191
                "http",
2192
                "http-message",
2193
                "psr",
2194
                "psr-7",
2195
                "request",
2196
                "response"
2197
            ],
2198
            "time": "2016-08-06 14:39:51"
2199
        },
2200
        {
2201
            "name": "psr/log",
2202
            "version": "1.0.2",
2203
            "source": {
2204
                "type": "git",
2205
                "url": "https://github.com/php-fig/log.git",
2206
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2207
            },
2208
            "dist": {
2209
                "type": "zip",
2210
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2211
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2212
                "shasum": ""
2213
            },
2214
            "require": {
2215
                "php": ">=5.3.0"
2216
            },
2217
            "type": "library",
2218
            "extra": {
2219
                "branch-alias": {
2220
                    "dev-master": "1.0.x-dev"
2221
                }
2222
            },
2223
            "autoload": {
2224
                "psr-4": {
2225
                    "Psr\\Log\\": "Psr/Log/"
2226
                }
2227
            },
2228
            "notification-url": "https://packagist.org/downloads/",
2229
            "license": [
2230
                "MIT"
2231
            ],
2232
            "authors": [
2233
                {
2234
                    "name": "PHP-FIG",
2235
                    "homepage": "http://www.php-fig.org/"
2236
                }
2237
            ],
2238
            "description": "Common interface for logging libraries",
2239
            "homepage": "https://github.com/php-fig/log",
2240
            "keywords": [
2241
                "log",
2242
                "psr",
2243
                "psr-3"
2244
            ],
2245
            "time": "2016-10-10 12:19:37"
2246
        },
2247
        {
2248
            "name": "ramsey/uuid",
2249
            "version": "2.9.0",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/ramsey/uuid.git",
2253
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2258
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "paragonie/random_compat": "^1.0|^2.0",
2263
                "php": ">=5.3.3"
2264
            },
2265
            "replace": {
2266
                "rhumsaa/uuid": "self.version"
2267
            },
2268
            "require-dev": {
2269
                "doctrine/dbal": ">=2.3",
2270
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2271
                "moontoast/math": "~1.1",
2272
                "phpunit/phpunit": "~4.1|~5.0",
2273
                "satooshi/php-coveralls": "~0.6",
2274
                "squizlabs/php_codesniffer": "^2.3",
2275
                "symfony/console": "~2.3|~3.0"
2276
            },
2277
            "suggest": {
2278
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
2279
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
2280
                "symfony/console": "Support for use of the bin/uuid command line tool."
2281
            },
2282
            "bin": [
2283
                "bin/uuid"
2284
            ],
2285
            "type": "library",
2286
            "autoload": {
2287
                "psr-4": {
2288
                    "Rhumsaa\\Uuid\\": "src/"
2289
                }
2290
            },
2291
            "notification-url": "https://packagist.org/downloads/",
2292
            "license": [
2293
                "MIT"
2294
            ],
2295
            "authors": [
2296
                {
2297
                    "name": "Marijn Huizendveld",
2298
                    "email": "[email protected]"
2299
                },
2300
                {
2301
                    "name": "Ben Ramsey",
2302
                    "homepage": "http://benramsey.com"
2303
                }
2304
            ],
2305
            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2306
            "homepage": "https://github.com/ramsey/uuid",
2307
            "keywords": [
2308
                "guid",
2309
                "identifier",
2310
                "uuid"
2311
            ],
2312
            "time": "2016-03-22 18:20:19"
2313
        },
2314
        {
2315
            "name": "react/async",
2316
            "version": "v1.0.0",
2317
            "source": {
2318
                "type": "git",
2319
                "url": "https://github.com/reactphp/async.git",
2320
                "reference": "568a29207cfc00b3270c9d0158b0ec0a65a2194f"
2321
            },
2322
            "dist": {
2323
                "type": "zip",
2324
                "url": "https://api.github.com/repos/reactphp/async/zipball/568a29207cfc00b3270c9d0158b0ec0a65a2194f",
2325
                "reference": "568a29207cfc00b3270c9d0158b0ec0a65a2194f",
2326
                "shasum": ""
2327
            },
2328
            "require": {
2329
                "php": ">=5.3.2"
2330
            },
2331
            "require-dev": {
2332
                "react/event-loop": "0.2.*"
2333
            },
2334
            "type": "library",
2335
            "extra": {
2336
                "branch-alias": {
2337
                    "dev-master": "1.0-dev"
2338
                }
2339
            },
2340
            "autoload": {
2341
                "psr-0": {
2342
                    "React\\Async": "src"
2343
                }
2344
            },
2345
            "notification-url": "https://packagist.org/downloads/",
2346
            "license": [
2347
                "MIT"
2348
            ],
2349
            "description": "Async utilities for React.",
2350
            "keywords": [
2351
                "async"
2352
            ],
2353
            "time": "2013-02-06 23:27:19"
2354
        },
2355
        {
2356
            "name": "symfony/console",
2357
            "version": "v2.8.17",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/symfony/console.git",
2361
                "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/symfony/console/zipball/f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4",
2366
                "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "php": ">=5.3.9",
2371
                "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
2372
                "symfony/polyfill-mbstring": "~1.0"
2373
            },
2374
            "require-dev": {
2375
                "psr/log": "~1.0",
2376
                "symfony/event-dispatcher": "~2.1|~3.0.0",
2377
                "symfony/process": "~2.1|~3.0.0"
2378
            },
2379
            "suggest": {
2380
                "psr/log": "For using the console logger",
2381
                "symfony/event-dispatcher": "",
2382
                "symfony/process": ""
2383
            },
2384
            "type": "library",
2385
            "extra": {
2386
                "branch-alias": {
2387
                    "dev-master": "2.8-dev"
2388
                }
2389
            },
2390
            "autoload": {
2391
                "psr-4": {
2392
                    "Symfony\\Component\\Console\\": ""
2393
                },
2394
                "exclude-from-classmap": [
2395
                    "/Tests/"
2396
                ]
2397
            },
2398
            "notification-url": "https://packagist.org/downloads/",
2399
            "license": [
2400
                "MIT"
2401
            ],
2402
            "authors": [
2403
                {
2404
                    "name": "Fabien Potencier",
2405
                    "email": "[email protected]"
2406
                },
2407
                {
2408
                    "name": "Symfony Community",
2409
                    "homepage": "https://symfony.com/contributors"
2410
                }
2411
            ],
2412
            "description": "Symfony Console Component",
2413
            "homepage": "https://symfony.com",
2414
            "time": "2017-02-06 12:04:06"
2415
        },
2416
        {
2417
            "name": "symfony/debug",
2418
            "version": "v2.8.17",
2419
            "source": {
2420
                "type": "git",
2421
                "url": "https://github.com/symfony/debug.git",
2422
                "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110"
2423
            },
2424
            "dist": {
2425
                "type": "zip",
2426
                "url": "https://api.github.com/repos/symfony/debug/zipball/4a99c3a6cabfa0c297fc3531e61483d276133110",
2427
                "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110",
2428
                "shasum": ""
2429
            },
2430
            "require": {
2431
                "php": ">=5.3.9",
2432
                "psr/log": "~1.0"
2433
            },
2434
            "conflict": {
2435
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2436
            },
2437
            "require-dev": {
2438
                "symfony/class-loader": "~2.2|~3.0.0",
2439
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
2440
            },
2441
            "type": "library",
2442
            "extra": {
2443
                "branch-alias": {
2444
                    "dev-master": "2.8-dev"
2445
                }
2446
            },
2447
            "autoload": {
2448
                "psr-4": {
2449
                    "Symfony\\Component\\Debug\\": ""
2450
                },
2451
                "exclude-from-classmap": [
2452
                    "/Tests/"
2453
                ]
2454
            },
2455
            "notification-url": "https://packagist.org/downloads/",
2456
            "license": [
2457
                "MIT"
2458
            ],
2459
            "authors": [
2460
                {
2461
                    "name": "Fabien Potencier",
2462
                    "email": "[email protected]"
2463
                },
2464
                {
2465
                    "name": "Symfony Community",
2466
                    "homepage": "https://symfony.com/contributors"
2467
                }
2468
            ],
2469
            "description": "Symfony Debug Component",
2470
            "homepage": "https://symfony.com",
2471
            "time": "2017-01-27 23:54:58"
2472
        },
2473
        {
2474
            "name": "symfony/event-dispatcher",
2475
            "version": "v2.8.17",
2476
            "source": {
2477
                "type": "git",
2478
                "url": "https://github.com/symfony/event-dispatcher.git",
2479
                "reference": "74877977f90fb9c3e46378d5764217c55f32df34"
2480
            },
2481
            "dist": {
2482
                "type": "zip",
2483
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
2484
                "reference": "74877977f90fb9c3e46378d5764217c55f32df34",
2485
                "shasum": ""
2486
            },
2487
            "require": {
2488
                "php": ">=5.3.9"
2489
            },
2490
            "require-dev": {
2491
                "psr/log": "~1.0",
2492
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2493
                "symfony/dependency-injection": "~2.6|~3.0.0",
2494
                "symfony/expression-language": "~2.6|~3.0.0",
2495
                "symfony/stopwatch": "~2.3|~3.0.0"
2496
            },
2497
            "suggest": {
2498
                "symfony/dependency-injection": "",
2499
                "symfony/http-kernel": ""
2500
            },
2501
            "type": "library",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "2.8-dev"
2505
                }
2506
            },
2507
            "autoload": {
2508
                "psr-4": {
2509
                    "Symfony\\Component\\EventDispatcher\\": ""
2510
                },
2511
                "exclude-from-classmap": [
2512
                    "/Tests/"
2513
                ]
2514
            },
2515
            "notification-url": "https://packagist.org/downloads/",
2516
            "license": [
2517
                "MIT"
2518
            ],
2519
            "authors": [
2520
                {
2521
                    "name": "Fabien Potencier",
2522
                    "email": "[email protected]"
2523
                },
2524
                {
2525
                    "name": "Symfony Community",
2526
                    "homepage": "https://symfony.com/contributors"
2527
                }
2528
            ],
2529
            "description": "Symfony EventDispatcher Component",
2530
            "homepage": "https://symfony.com",
2531
            "time": "2017-01-02 20:30:24"
2532
        },
2533
        {
2534
            "name": "symfony/http-foundation",
2535
            "version": "v2.7.24",
2536
            "source": {
2537
                "type": "git",
2538
                "url": "https://github.com/symfony/http-foundation.git",
2539
                "reference": "393d47141fd8d277049034f34fa8616ab5093e39"
2540
            },
2541
            "dist": {
2542
                "type": "zip",
2543
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/393d47141fd8d277049034f34fa8616ab5093e39",
2544
                "reference": "393d47141fd8d277049034f34fa8616ab5093e39",
2545
                "shasum": ""
2546
            },
2547
            "require": {
2548
                "php": ">=5.3.9",
2549
                "symfony/polyfill-mbstring": "~1.1"
2550
            },
2551
            "require-dev": {
2552
                "symfony/expression-language": "~2.4"
2553
            },
2554
            "type": "library",
2555
            "extra": {
2556
                "branch-alias": {
2557
                    "dev-master": "2.7-dev"
2558
                }
2559
            },
2560
            "autoload": {
2561
                "psr-4": {
2562
                    "Symfony\\Component\\HttpFoundation\\": ""
2563
                },
2564
                "classmap": [
2565
                    "Resources/stubs"
2566
                ],
2567
                "exclude-from-classmap": [
2568
                    "/Tests/"
2569
                ]
2570
            },
2571
            "notification-url": "https://packagist.org/downloads/",
2572
            "license": [
2573
                "MIT"
2574
            ],
2575
            "authors": [
2576
                {
2577
                    "name": "Fabien Potencier",
2578
                    "email": "[email protected]"
2579
                },
2580
                {
2581
                    "name": "Symfony Community",
2582
                    "homepage": "https://symfony.com/contributors"
2583
                }
2584
            ],
2585
            "description": "Symfony HttpFoundation Component",
2586
            "homepage": "https://symfony.com",
2587
            "time": "2017-02-02 13:27:35"
2588
        },
2589
        {
2590
            "name": "symfony/http-kernel",
2591
            "version": "v2.8.17",
2592
            "source": {
2593
                "type": "git",
2594
                "url": "https://github.com/symfony/http-kernel.git",
2595
                "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8"
2596
            },
2597
            "dist": {
2598
                "type": "zip",
2599
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b594d828fa2b364e8ad2cea750aca9e613d57ac8",
2600
                "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8",
2601
                "shasum": ""
2602
            },
2603
            "require": {
2604
                "php": ">=5.3.9",
2605
                "psr/log": "~1.0",
2606
                "symfony/debug": "~2.6,>=2.6.2",
2607
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
2608
                "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
2609
            },
2610
            "conflict": {
2611
                "symfony/config": "<2.7"
2612
            },
2613
            "require-dev": {
2614
                "symfony/browser-kit": "~2.3|~3.0.0",
2615
                "symfony/class-loader": "~2.1|~3.0.0",
2616
                "symfony/config": "~2.8",
2617
                "symfony/console": "~2.3|~3.0.0",
2618
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
2619
                "symfony/dependency-injection": "~2.8|~3.0.0",
2620
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
2621
                "symfony/expression-language": "~2.4|~3.0.0",
2622
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
2623
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
2624
                "symfony/routing": "~2.8|~3.0.0",
2625
                "symfony/stopwatch": "~2.3|~3.0.0",
2626
                "symfony/templating": "~2.2|~3.0.0",
2627
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
2628
                "symfony/var-dumper": "~2.6|~3.0.0"
2629
            },
2630
            "suggest": {
2631
                "symfony/browser-kit": "",
2632
                "symfony/class-loader": "",
2633
                "symfony/config": "",
2634
                "symfony/console": "",
2635
                "symfony/dependency-injection": "",
2636
                "symfony/finder": "",
2637
                "symfony/var-dumper": ""
2638
            },
2639
            "type": "library",
2640
            "extra": {
2641
                "branch-alias": {
2642
                    "dev-master": "2.8-dev"
2643
                }
2644
            },
2645
            "autoload": {
2646
                "psr-4": {
2647
                    "Symfony\\Component\\HttpKernel\\": ""
2648
                },
2649
                "exclude-from-classmap": [
2650
                    "/Tests/"
2651
                ]
2652
            },
2653
            "notification-url": "https://packagist.org/downloads/",
2654
            "license": [
2655
                "MIT"
2656
            ],
2657
            "authors": [
2658
                {
2659
                    "name": "Fabien Potencier",
2660
                    "email": "[email protected]"
2661
                },
2662
                {
2663
                    "name": "Symfony Community",
2664
                    "homepage": "https://symfony.com/contributors"
2665
                }
2666
            ],
2667
            "description": "Symfony HttpKernel Component",
2668
            "homepage": "https://symfony.com",
2669
            "time": "2017-02-06 12:47:36"
2670
        },
2671
        {
2672
            "name": "symfony/polyfill-mbstring",
2673
            "version": "v1.3.0",
2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2677
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2678
            },
2679
            "dist": {
2680
                "type": "zip",
2681
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2682
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2683
                "shasum": ""
2684
            },
2685
            "require": {
2686
                "php": ">=5.3.3"
2687
            },
2688
            "suggest": {
2689
                "ext-mbstring": "For best performance"
2690
            },
2691
            "type": "library",
2692
            "extra": {
2693
                "branch-alias": {
2694
                    "dev-master": "1.3-dev"
2695
                }
2696
            },
2697
            "autoload": {
2698
                "psr-4": {
2699
                    "Symfony\\Polyfill\\Mbstring\\": ""
2700
                },
2701
                "files": [
2702
                    "bootstrap.php"
2703
                ]
2704
            },
2705
            "notification-url": "https://packagist.org/downloads/",
2706
            "license": [
2707
                "MIT"
2708
            ],
2709
            "authors": [
2710
                {
2711
                    "name": "Nicolas Grekas",
2712
                    "email": "[email protected]"
2713
                },
2714
                {
2715
                    "name": "Symfony Community",
2716
                    "homepage": "https://symfony.com/contributors"
2717
                }
2718
            ],
2719
            "description": "Symfony polyfill for the Mbstring extension",
2720
            "homepage": "https://symfony.com",
2721
            "keywords": [
2722
                "compatibility",
2723
                "mbstring",
2724
                "polyfill",
2725
                "portable",
2726
                "shim"
2727
            ],
2728
            "time": "2016-11-14 01:06:16"
2729
        },
2730
        {
2731
            "name": "symfony/polyfill-php55",
2732
            "version": "v1.3.0",
2733
            "source": {
2734
                "type": "git",
2735
                "url": "https://github.com/symfony/polyfill-php55.git",
2736
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2737
            },
2738
            "dist": {
2739
                "type": "zip",
2740
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
2741
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2742
                "shasum": ""
2743
            },
2744
            "require": {
2745
                "ircmaxell/password-compat": "~1.0",
2746
                "php": ">=5.3.3"
2747
            },
2748
            "type": "library",
2749
            "extra": {
2750
                "branch-alias": {
2751
                    "dev-master": "1.3-dev"
2752
                }
2753
            },
2754
            "autoload": {
2755
                "psr-4": {
2756
                    "Symfony\\Polyfill\\Php55\\": ""
2757
                },
2758
                "files": [
2759
                    "bootstrap.php"
2760
                ]
2761
            },
2762
            "notification-url": "https://packagist.org/downloads/",
2763
            "license": [
2764
                "MIT"
2765
            ],
2766
            "authors": [
2767
                {
2768
                    "name": "Nicolas Grekas",
2769
                    "email": "[email protected]"
2770
                },
2771
                {
2772
                    "name": "Symfony Community",
2773
                    "homepage": "https://symfony.com/contributors"
2774
                }
2775
            ],
2776
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2777
            "homepage": "https://symfony.com",
2778
            "keywords": [
2779
                "compatibility",
2780
                "polyfill",
2781
                "portable",
2782
                "shim"
2783
            ],
2784
            "time": "2016-11-14 01:06:16"
2785
        },
2786
        {
2787
            "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...
2788
            "version": "v2.7.8",
2789
            "source": {
2790
                "type": "git",
2791
                "url": "https://github.com/symfony/security.git",
2792
                "reference": "88b9dd021f396ecea0ed312b26e2e8fe5b98feeb"
2793
            },
2794
            "dist": {
2795
                "type": "zip",
2796
                "url": "https://api.github.com/repos/symfony/security/zipball/88b9dd021f396ecea0ed312b26e2e8fe5b98feeb",
2797
                "reference": "88b9dd021f396ecea0ed312b26e2e8fe5b98feeb",
2798
                "shasum": ""
2799
            },
2800
            "require": {
2801
                "php": ">=5.3.9",
2802
                "symfony/event-dispatcher": "~2.2",
2803
                "symfony/http-foundation": "~2.1",
2804
                "symfony/http-kernel": "~2.4"
2805
            },
2806
            "replace": {
2807
                "symfony/security-acl": "self.version",
2808
                "symfony/security-core": "self.version",
2809
                "symfony/security-csrf": "self.version",
2810
                "symfony/security-http": "self.version"
2811
            },
2812
            "require-dev": {
2813
                "doctrine/common": "~2.2",
2814
                "doctrine/dbal": "~2.2",
2815
                "ircmaxell/password-compat": "~1.0",
2816
                "psr/log": "~1.0",
2817
                "symfony/expression-language": "~2.6",
2818
                "symfony/finder": "~2.3",
2819
                "symfony/intl": "~2.3",
2820
                "symfony/routing": "~2.2",
2821
                "symfony/validator": "~2.5,>=2.5.9"
2822
            },
2823
            "suggest": {
2824
                "doctrine/dbal": "For using the built-in ACL implementation",
2825
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2826
                "paragonie/random_compat": "",
2827
                "symfony/class-loader": "For using the ACL generateSql script",
2828
                "symfony/expression-language": "For using the expression voter",
2829
                "symfony/finder": "For using the ACL generateSql script",
2830
                "symfony/form": "",
2831
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2832
                "symfony/validator": "For using the user password constraint"
2833
            },
2834
            "type": "library",
2835
            "extra": {
2836
                "branch-alias": {
2837
                    "dev-master": "2.7-dev"
2838
                }
2839
            },
2840
            "autoload": {
2841
                "psr-4": {
2842
                    "Symfony\\Component\\Security\\": ""
2843
                },
2844
                "exclude-from-classmap": [
2845
                    "/Tests/"
2846
                ]
2847
            },
2848
            "notification-url": "https://packagist.org/downloads/",
2849
            "license": [
2850
                "MIT"
2851
            ],
2852
            "authors": [
2853
                {
2854
                    "name": "Fabien Potencier",
2855
                    "email": "[email protected]"
2856
                },
2857
                {
2858
                    "name": "Symfony Community",
2859
                    "homepage": "https://symfony.com/contributors"
2860
                }
2861
            ],
2862
            "description": "Symfony Security Component",
2863
            "homepage": "https://symfony.com",
2864
            "time": "2015-12-23 18:13:52"
2865
        },
2866
        {
2867
            "name": "symfony/serializer",
2868
            "version": "v2.8.17",
2869
            "source": {
2870
                "type": "git",
2871
                "url": "https://github.com/symfony/serializer.git",
2872
                "reference": "664e6b765cb927c968201697312bcc4f6b7becd4"
2873
            },
2874
            "dist": {
2875
                "type": "zip",
2876
                "url": "https://api.github.com/repos/symfony/serializer/zipball/664e6b765cb927c968201697312bcc4f6b7becd4",
2877
                "reference": "664e6b765cb927c968201697312bcc4f6b7becd4",
2878
                "shasum": ""
2879
            },
2880
            "require": {
2881
                "php": ">=5.3.9",
2882
                "symfony/polyfill-php55": "~1.0"
2883
            },
2884
            "require-dev": {
2885
                "doctrine/annotations": "~1.0",
2886
                "doctrine/cache": "~1.0",
2887
                "symfony/config": "~2.2|~3.0.0",
2888
                "symfony/property-access": "~2.3|~3.0.0",
2889
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
2890
            },
2891
            "suggest": {
2892
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2893
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
2894
                "symfony/config": "For using the XML mapping loader.",
2895
                "symfony/property-access": "For using the ObjectNormalizer.",
2896
                "symfony/yaml": "For using the default YAML mapping loader."
2897
            },
2898
            "type": "library",
2899
            "extra": {
2900
                "branch-alias": {
2901
                    "dev-master": "2.8-dev"
2902
                }
2903
            },
2904
            "autoload": {
2905
                "psr-4": {
2906
                    "Symfony\\Component\\Serializer\\": ""
2907
                },
2908
                "exclude-from-classmap": [
2909
                    "/Tests/"
2910
                ]
2911
            },
2912
            "notification-url": "https://packagist.org/downloads/",
2913
            "license": [
2914
                "MIT"
2915
            ],
2916
            "authors": [
2917
                {
2918
                    "name": "Fabien Potencier",
2919
                    "email": "[email protected]"
2920
                },
2921
                {
2922
                    "name": "Symfony Community",
2923
                    "homepage": "https://symfony.com/contributors"
2924
                }
2925
            ],
2926
            "description": "Symfony Serializer Component",
2927
            "homepage": "https://symfony.com",
2928
            "time": "2017-01-21 16:59:38"
2929
        },
2930
        {
2931
            "name": "willdurand/geocoder",
2932
            "version": "2.8.2",
2933
            "source": {
2934
                "type": "git",
2935
                "url": "https://github.com/geocoder-php/Geocoder.git",
2936
                "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8"
2937
            },
2938
            "dist": {
2939
                "type": "zip",
2940
                "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
2941
                "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
2942
                "shasum": ""
2943
            },
2944
            "require": {
2945
                "php": ">=5.3.0"
2946
            },
2947
            "require-dev": {
2948
                "geoip/geoip": "~1.13",
2949
                "geoip2/geoip2": "~0.6",
2950
                "guzzle/guzzle": "@stable",
2951
                "kriswallsmith/buzz": "@stable",
2952
                "zendframework/zend-http": "~2.1"
2953
            },
2954
            "suggest": {
2955
                "ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
2956
                "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
2957
                "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
2958
                "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
2959
                "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
2960
                "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
2961
                "zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter."
2962
            },
2963
            "type": "library",
2964
            "extra": {
2965
                "branch-alias": {
2966
                    "dev-master": "2.8-dev"
2967
                }
2968
            },
2969
            "autoload": {
2970
                "psr-0": {
2971
                    "Geocoder": "src/"
2972
                }
2973
            },
2974
            "notification-url": "https://packagist.org/downloads/",
2975
            "license": [
2976
                "MIT"
2977
            ],
2978
            "authors": [
2979
                {
2980
                    "name": "William Durand",
2981
                    "email": "[email protected]"
2982
                }
2983
            ],
2984
            "description": "The almost missing Geocoder PHP 5.3 library.",
2985
            "homepage": "http://geocoder-php.org",
2986
            "keywords": [
2987
                "abstraction",
2988
                "geocoder",
2989
                "geocoding",
2990
                "geoip"
2991
            ],
2992
            "time": "2015-01-07 13:23:35"
2993
        },
2994
        {
2995
            "name": "zendframework/zend-stdlib",
2996
            "version": "3.1.0",
2997
            "source": {
2998
                "type": "git",
2999
                "url": "https://github.com/zendframework/zend-stdlib.git",
3000
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
3001
            },
3002
            "dist": {
3003
                "type": "zip",
3004
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
3005
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
3006
                "shasum": ""
3007
            },
3008
            "require": {
3009
                "php": "^5.6 || ^7.0"
3010
            },
3011
            "require-dev": {
3012
                "athletic/athletic": "~0.1",
3013
                "phpunit/phpunit": "~4.0",
3014
                "squizlabs/php_codesniffer": "^2.6.2"
3015
            },
3016
            "type": "library",
3017
            "extra": {
3018
                "branch-alias": {
3019
                    "dev-master": "3.1-dev",
3020
                    "dev-develop": "3.2-dev"
3021
                }
3022
            },
3023
            "autoload": {
3024
                "psr-4": {
3025
                    "Zend\\Stdlib\\": "src/"
3026
                }
3027
            },
3028
            "notification-url": "https://packagist.org/downloads/",
3029
            "license": [
3030
                "BSD-3-Clause"
3031
            ],
3032
            "homepage": "https://github.com/zendframework/zend-stdlib",
3033
            "keywords": [
3034
                "stdlib",
3035
                "zf2"
3036
            ],
3037
            "time": "2016-09-13 14:38:50"
3038
        },
3039
        {
3040
            "name": "zendframework/zend-validator",
3041
            "version": "2.8.2",
3042
            "source": {
3043
                "type": "git",
3044
                "url": "https://github.com/zendframework/zend-validator.git",
3045
                "reference": "99b528e01276054458da9553b587cfb959dfa436"
3046
            },
3047
            "dist": {
3048
                "type": "zip",
3049
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/99b528e01276054458da9553b587cfb959dfa436",
3050
                "reference": "99b528e01276054458da9553b587cfb959dfa436",
3051
                "shasum": ""
3052
            },
3053
            "require": {
3054
                "container-interop/container-interop": "^1.1",
3055
                "php": "^5.5 || ^7.0",
3056
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3057
            },
3058
            "require-dev": {
3059
                "fabpot/php-cs-fixer": "1.7.*",
3060
                "phpunit/phpunit": "^4.0",
3061
                "zendframework/zend-cache": "^2.6.1",
3062
                "zendframework/zend-config": "^2.6",
3063
                "zendframework/zend-db": "^2.7",
3064
                "zendframework/zend-filter": "^2.6",
3065
                "zendframework/zend-http": "^2.5.4",
3066
                "zendframework/zend-i18n": "^2.6",
3067
                "zendframework/zend-math": "^2.6",
3068
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3069
                "zendframework/zend-session": "^2.6.2",
3070
                "zendframework/zend-uri": "^2.5"
3071
            },
3072
            "suggest": {
3073
                "zendframework/zend-db": "Zend\\Db component",
3074
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
3075
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
3076
                "zendframework/zend-i18n-resources": "Translations of validator messages",
3077
                "zendframework/zend-math": "Zend\\Math component",
3078
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3079
                "zendframework/zend-session": "Zend\\Session component",
3080
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
3081
            },
3082
            "type": "library",
3083
            "extra": {
3084
                "branch-alias": {
3085
                    "dev-master": "2.8-dev",
3086
                    "dev-develop": "2.9-dev"
3087
                },
3088
                "zf": {
3089
                    "component": "Zend\\Validator",
3090
                    "config-provider": "Zend\\Validator\\ConfigProvider"
3091
                }
3092
            },
3093
            "autoload": {
3094
                "psr-4": {
3095
                    "Zend\\Validator\\": "src/"
3096
                }
3097
            },
3098
            "notification-url": "https://packagist.org/downloads/",
3099
            "license": [
3100
                "BSD-3-Clause"
3101
            ],
3102
            "description": "provides a set of commonly needed validators",
3103
            "homepage": "https://github.com/zendframework/zend-validator",
3104
            "keywords": [
3105
                "validator",
3106
                "zf2"
3107
            ],
3108
            "time": "2017-01-29 17:24:24"
3109
        }
3110
    ],
3111
    "packages-dev": [
3112
        {
3113
            "name": "doctrine/instantiator",
3114
            "version": "1.0.5",
3115
            "source": {
3116
                "type": "git",
3117
                "url": "https://github.com/doctrine/instantiator.git",
3118
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3119
            },
3120
            "dist": {
3121
                "type": "zip",
3122
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3123
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3124
                "shasum": ""
3125
            },
3126
            "require": {
3127
                "php": ">=5.3,<8.0-DEV"
3128
            },
3129
            "require-dev": {
3130
                "athletic/athletic": "~0.1.8",
3131
                "ext-pdo": "*",
3132
                "ext-phar": "*",
3133
                "phpunit/phpunit": "~4.0",
3134
                "squizlabs/php_codesniffer": "~2.0"
3135
            },
3136
            "type": "library",
3137
            "extra": {
3138
                "branch-alias": {
3139
                    "dev-master": "1.0.x-dev"
3140
                }
3141
            },
3142
            "autoload": {
3143
                "psr-4": {
3144
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3145
                }
3146
            },
3147
            "notification-url": "https://packagist.org/downloads/",
3148
            "license": [
3149
                "MIT"
3150
            ],
3151
            "authors": [
3152
                {
3153
                    "name": "Marco Pivetta",
3154
                    "email": "[email protected]",
3155
                    "homepage": "http://ocramius.github.com/"
3156
                }
3157
            ],
3158
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3159
            "homepage": "https://github.com/doctrine/instantiator",
3160
            "keywords": [
3161
                "constructor",
3162
                "instantiate"
3163
            ],
3164
            "time": "2015-06-14 21:17:01"
3165
        },
3166
        {
3167
            "name": "mikey179/vfsStream",
3168
            "version": "v1.6.4",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/mikey179/vfsStream.git",
3172
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
3177
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": ">=5.3.0"
3182
            },
3183
            "require-dev": {
3184
                "phpunit/phpunit": "~4.5"
3185
            },
3186
            "type": "library",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "1.6.x-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "psr-0": {
3194
                    "org\\bovigo\\vfs\\": "src/main/php"
3195
                }
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "BSD-3-Clause"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Frank Kleine",
3204
                    "homepage": "http://frankkleine.de/",
3205
                    "role": "Developer"
3206
                }
3207
            ],
3208
            "description": "Virtual file system to mock the real file system in unit tests.",
3209
            "homepage": "http://vfs.bovigo.org/",
3210
            "time": "2016-07-18 14:02:57"
3211
        },
3212
        {
3213
            "name": "myclabs/deep-copy",
3214
            "version": "1.6.0",
3215
            "source": {
3216
                "type": "git",
3217
                "url": "https://github.com/myclabs/DeepCopy.git",
3218
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
3219
            },
3220
            "dist": {
3221
                "type": "zip",
3222
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
3223
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
3224
                "shasum": ""
3225
            },
3226
            "require": {
3227
                "php": ">=5.4.0"
3228
            },
3229
            "require-dev": {
3230
                "doctrine/collections": "1.*",
3231
                "phpunit/phpunit": "~4.1"
3232
            },
3233
            "type": "library",
3234
            "autoload": {
3235
                "psr-4": {
3236
                    "DeepCopy\\": "src/DeepCopy/"
3237
                }
3238
            },
3239
            "notification-url": "https://packagist.org/downloads/",
3240
            "license": [
3241
                "MIT"
3242
            ],
3243
            "description": "Create deep copies (clones) of your objects",
3244
            "homepage": "https://github.com/myclabs/DeepCopy",
3245
            "keywords": [
3246
                "clone",
3247
                "copy",
3248
                "duplicate",
3249
                "object",
3250
                "object graph"
3251
            ],
3252
            "time": "2017-01-26 22:05:40"
3253
        },
3254
        {
3255
            "name": "phing/phing",
3256
            "version": "2.16.0",
3257
            "source": {
3258
                "type": "git",
3259
                "url": "https://github.com/phingofficial/phing.git",
3260
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b"
3261
            },
3262
            "dist": {
3263
                "type": "zip",
3264
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
3265
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
3266
                "shasum": ""
3267
            },
3268
            "require": {
3269
                "php": ">=5.2.0",
3270
                "symfony/yaml": "^3.1"
3271
            },
3272
            "require-dev": {
3273
                "ext-pdo_sqlite": "*",
3274
                "mikey179/vfsstream": "^1.6",
3275
                "pdepend/pdepend": "2.x",
3276
                "pear/archive_tar": "1.4.x",
3277
                "pear/http_request2": "dev-trunk",
3278
                "pear/net_growl": "dev-trunk",
3279
                "pear/pear-core-minimal": "1.10.1",
3280
                "pear/versioncontrol_git": "@dev",
3281
                "pear/versioncontrol_svn": "~0.5",
3282
                "phpdocumentor/phpdocumentor": "2.x",
3283
                "phploc/phploc": "~2.0.6",
3284
                "phpmd/phpmd": "~2.2",
3285
                "phpunit/phpunit": ">=3.7",
3286
                "sebastian/git": "~1.0",
3287
                "sebastian/phpcpd": "2.x",
3288
                "siad007/versioncontrol_hg": "^1.0",
3289
                "simpletest/simpletest": "^1.1",
3290
                "squizlabs/php_codesniffer": "~2.2"
3291
            },
3292
            "suggest": {
3293
                "pdepend/pdepend": "PHP version of JDepend",
3294
                "pear/archive_tar": "Tar file management class",
3295
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3296
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3297
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3298
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3299
                "phpmd/phpmd": "PHP version of PMD tool",
3300
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3301
                "phpunit/phpunit": "The PHP Unit Testing Framework",
3302
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3303
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
3304
                "tedivm/jshrink": "Javascript Minifier built in PHP"
3305
            },
3306
            "bin": [
3307
                "bin/phing"
3308
            ],
3309
            "type": "library",
3310
            "extra": {
3311
                "branch-alias": {
3312
                    "dev-master": "2.16.x-dev"
3313
                }
3314
            },
3315
            "autoload": {
3316
                "classmap": [
3317
                    "classes/phing/"
3318
                ]
3319
            },
3320
            "notification-url": "https://packagist.org/downloads/",
3321
            "include-path": [
3322
                "classes"
3323
            ],
3324
            "license": [
3325
                "LGPL-3.0"
3326
            ],
3327
            "authors": [
3328
                {
3329
                    "name": "Michiel Rook",
3330
                    "email": "[email protected]"
3331
                },
3332
                {
3333
                    "name": "Phing Community",
3334
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3335
                }
3336
            ],
3337
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3338
            "homepage": "https://www.phing.info/",
3339
            "keywords": [
3340
                "build",
3341
                "phing",
3342
                "task",
3343
                "tool"
3344
            ],
3345
            "time": "2016-12-22 20:16:33"
3346
        },
3347
        {
3348
            "name": "phpdocumentor/reflection-common",
3349
            "version": "1.0",
3350
            "source": {
3351
                "type": "git",
3352
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3353
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3354
            },
3355
            "dist": {
3356
                "type": "zip",
3357
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3358
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3359
                "shasum": ""
3360
            },
3361
            "require": {
3362
                "php": ">=5.5"
3363
            },
3364
            "require-dev": {
3365
                "phpunit/phpunit": "^4.6"
3366
            },
3367
            "type": "library",
3368
            "extra": {
3369
                "branch-alias": {
3370
                    "dev-master": "1.0.x-dev"
3371
                }
3372
            },
3373
            "autoload": {
3374
                "psr-4": {
3375
                    "phpDocumentor\\Reflection\\": [
3376
                        "src"
3377
                    ]
3378
                }
3379
            },
3380
            "notification-url": "https://packagist.org/downloads/",
3381
            "license": [
3382
                "MIT"
3383
            ],
3384
            "authors": [
3385
                {
3386
                    "name": "Jaap van Otterdijk",
3387
                    "email": "[email protected]"
3388
                }
3389
            ],
3390
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3391
            "homepage": "http://www.phpdoc.org",
3392
            "keywords": [
3393
                "FQSEN",
3394
                "phpDocumentor",
3395
                "phpdoc",
3396
                "reflection",
3397
                "static analysis"
3398
            ],
3399
            "time": "2015-12-27 11:43:31"
3400
        },
3401
        {
3402
            "name": "phpdocumentor/reflection-docblock",
3403
            "version": "3.1.1",
3404
            "source": {
3405
                "type": "git",
3406
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3407
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3408
            },
3409
            "dist": {
3410
                "type": "zip",
3411
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3412
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3413
                "shasum": ""
3414
            },
3415
            "require": {
3416
                "php": ">=5.5",
3417
                "phpdocumentor/reflection-common": "^1.0@dev",
3418
                "phpdocumentor/type-resolver": "^0.2.0",
3419
                "webmozart/assert": "^1.0"
3420
            },
3421
            "require-dev": {
3422
                "mockery/mockery": "^0.9.4",
3423
                "phpunit/phpunit": "^4.4"
3424
            },
3425
            "type": "library",
3426
            "autoload": {
3427
                "psr-4": {
3428
                    "phpDocumentor\\Reflection\\": [
3429
                        "src/"
3430
                    ]
3431
                }
3432
            },
3433
            "notification-url": "https://packagist.org/downloads/",
3434
            "license": [
3435
                "MIT"
3436
            ],
3437
            "authors": [
3438
                {
3439
                    "name": "Mike van Riel",
3440
                    "email": "[email protected]"
3441
                }
3442
            ],
3443
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3444
            "time": "2016-09-30 07:12:33"
3445
        },
3446
        {
3447
            "name": "phpdocumentor/type-resolver",
3448
            "version": "0.2.1",
3449
            "source": {
3450
                "type": "git",
3451
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3452
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3453
            },
3454
            "dist": {
3455
                "type": "zip",
3456
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3457
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3458
                "shasum": ""
3459
            },
3460
            "require": {
3461
                "php": ">=5.5",
3462
                "phpdocumentor/reflection-common": "^1.0"
3463
            },
3464
            "require-dev": {
3465
                "mockery/mockery": "^0.9.4",
3466
                "phpunit/phpunit": "^5.2||^4.8.24"
3467
            },
3468
            "type": "library",
3469
            "extra": {
3470
                "branch-alias": {
3471
                    "dev-master": "1.0.x-dev"
3472
                }
3473
            },
3474
            "autoload": {
3475
                "psr-4": {
3476
                    "phpDocumentor\\Reflection\\": [
3477
                        "src/"
3478
                    ]
3479
                }
3480
            },
3481
            "notification-url": "https://packagist.org/downloads/",
3482
            "license": [
3483
                "MIT"
3484
            ],
3485
            "authors": [
3486
                {
3487
                    "name": "Mike van Riel",
3488
                    "email": "[email protected]"
3489
                }
3490
            ],
3491
            "time": "2016-11-25 06:54:22"
3492
        },
3493
        {
3494
            "name": "phpspec/prophecy",
3495
            "version": "v1.6.2",
3496
            "source": {
3497
                "type": "git",
3498
                "url": "https://github.com/phpspec/prophecy.git",
3499
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
3500
            },
3501
            "dist": {
3502
                "type": "zip",
3503
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
3504
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
3505
                "shasum": ""
3506
            },
3507
            "require": {
3508
                "doctrine/instantiator": "^1.0.2",
3509
                "php": "^5.3|^7.0",
3510
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3511
                "sebastian/comparator": "^1.1",
3512
                "sebastian/recursion-context": "^1.0|^2.0"
3513
            },
3514
            "require-dev": {
3515
                "phpspec/phpspec": "^2.0",
3516
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3517
            },
3518
            "type": "library",
3519
            "extra": {
3520
                "branch-alias": {
3521
                    "dev-master": "1.6.x-dev"
3522
                }
3523
            },
3524
            "autoload": {
3525
                "psr-0": {
3526
                    "Prophecy\\": "src/"
3527
                }
3528
            },
3529
            "notification-url": "https://packagist.org/downloads/",
3530
            "license": [
3531
                "MIT"
3532
            ],
3533
            "authors": [
3534
                {
3535
                    "name": "Konstantin Kudryashov",
3536
                    "email": "[email protected]",
3537
                    "homepage": "http://everzet.com"
3538
                },
3539
                {
3540
                    "name": "Marcello Duarte",
3541
                    "email": "[email protected]"
3542
                }
3543
            ],
3544
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3545
            "homepage": "https://github.com/phpspec/prophecy",
3546
            "keywords": [
3547
                "Double",
3548
                "Dummy",
3549
                "fake",
3550
                "mock",
3551
                "spy",
3552
                "stub"
3553
            ],
3554
            "time": "2016-11-21 14:58:47"
3555
        },
3556
        {
3557
            "name": "phpunit/php-code-coverage",
3558
            "version": "4.0.5",
3559
            "source": {
3560
                "type": "git",
3561
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3562
                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971"
3563
            },
3564
            "dist": {
3565
                "type": "zip",
3566
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
3567
                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
3568
                "shasum": ""
3569
            },
3570
            "require": {
3571
                "php": "^5.6 || ^7.0",
3572
                "phpunit/php-file-iterator": "~1.3",
3573
                "phpunit/php-text-template": "~1.2",
3574
                "phpunit/php-token-stream": "^1.4.2",
3575
                "sebastian/code-unit-reverse-lookup": "~1.0",
3576
                "sebastian/environment": "^1.3.2 || ^2.0",
3577
                "sebastian/version": "~1.0|~2.0"
3578
            },
3579
            "require-dev": {
3580
                "ext-xdebug": ">=2.1.4",
3581
                "phpunit/phpunit": "^5.4"
3582
            },
3583
            "suggest": {
3584
                "ext-dom": "*",
3585
                "ext-xdebug": ">=2.4.0",
3586
                "ext-xmlwriter": "*"
3587
            },
3588
            "type": "library",
3589
            "extra": {
3590
                "branch-alias": {
3591
                    "dev-master": "4.0.x-dev"
3592
                }
3593
            },
3594
            "autoload": {
3595
                "classmap": [
3596
                    "src/"
3597
                ]
3598
            },
3599
            "notification-url": "https://packagist.org/downloads/",
3600
            "license": [
3601
                "BSD-3-Clause"
3602
            ],
3603
            "authors": [
3604
                {
3605
                    "name": "Sebastian Bergmann",
3606
                    "email": "[email protected]",
3607
                    "role": "lead"
3608
                }
3609
            ],
3610
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3611
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3612
            "keywords": [
3613
                "coverage",
3614
                "testing",
3615
                "xunit"
3616
            ],
3617
            "time": "2017-01-20 15:06:43"
3618
        },
3619
        {
3620
            "name": "phpunit/php-file-iterator",
3621
            "version": "1.4.2",
3622
            "source": {
3623
                "type": "git",
3624
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3625
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3626
            },
3627
            "dist": {
3628
                "type": "zip",
3629
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3630
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3631
                "shasum": ""
3632
            },
3633
            "require": {
3634
                "php": ">=5.3.3"
3635
            },
3636
            "type": "library",
3637
            "extra": {
3638
                "branch-alias": {
3639
                    "dev-master": "1.4.x-dev"
3640
                }
3641
            },
3642
            "autoload": {
3643
                "classmap": [
3644
                    "src/"
3645
                ]
3646
            },
3647
            "notification-url": "https://packagist.org/downloads/",
3648
            "license": [
3649
                "BSD-3-Clause"
3650
            ],
3651
            "authors": [
3652
                {
3653
                    "name": "Sebastian Bergmann",
3654
                    "email": "[email protected]",
3655
                    "role": "lead"
3656
                }
3657
            ],
3658
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3659
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3660
            "keywords": [
3661
                "filesystem",
3662
                "iterator"
3663
            ],
3664
            "time": "2016-10-03 07:40:28"
3665
        },
3666
        {
3667
            "name": "phpunit/php-text-template",
3668
            "version": "1.2.1",
3669
            "source": {
3670
                "type": "git",
3671
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3672
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3673
            },
3674
            "dist": {
3675
                "type": "zip",
3676
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3677
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3678
                "shasum": ""
3679
            },
3680
            "require": {
3681
                "php": ">=5.3.3"
3682
            },
3683
            "type": "library",
3684
            "autoload": {
3685
                "classmap": [
3686
                    "src/"
3687
                ]
3688
            },
3689
            "notification-url": "https://packagist.org/downloads/",
3690
            "license": [
3691
                "BSD-3-Clause"
3692
            ],
3693
            "authors": [
3694
                {
3695
                    "name": "Sebastian Bergmann",
3696
                    "email": "[email protected]",
3697
                    "role": "lead"
3698
                }
3699
            ],
3700
            "description": "Simple template engine.",
3701
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3702
            "keywords": [
3703
                "template"
3704
            ],
3705
            "time": "2015-06-21 13:50:34"
3706
        },
3707
        {
3708
            "name": "phpunit/php-timer",
3709
            "version": "1.0.8",
3710
            "source": {
3711
                "type": "git",
3712
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3713
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3714
            },
3715
            "dist": {
3716
                "type": "zip",
3717
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3718
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3719
                "shasum": ""
3720
            },
3721
            "require": {
3722
                "php": ">=5.3.3"
3723
            },
3724
            "require-dev": {
3725
                "phpunit/phpunit": "~4|~5"
3726
            },
3727
            "type": "library",
3728
            "autoload": {
3729
                "classmap": [
3730
                    "src/"
3731
                ]
3732
            },
3733
            "notification-url": "https://packagist.org/downloads/",
3734
            "license": [
3735
                "BSD-3-Clause"
3736
            ],
3737
            "authors": [
3738
                {
3739
                    "name": "Sebastian Bergmann",
3740
                    "email": "[email protected]",
3741
                    "role": "lead"
3742
                }
3743
            ],
3744
            "description": "Utility class for timing",
3745
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3746
            "keywords": [
3747
                "timer"
3748
            ],
3749
            "time": "2016-05-12 18:03:57"
3750
        },
3751
        {
3752
            "name": "phpunit/php-token-stream",
3753
            "version": "1.4.9",
3754
            "source": {
3755
                "type": "git",
3756
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3757
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
3758
            },
3759
            "dist": {
3760
                "type": "zip",
3761
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
3762
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
3763
                "shasum": ""
3764
            },
3765
            "require": {
3766
                "ext-tokenizer": "*",
3767
                "php": ">=5.3.3"
3768
            },
3769
            "require-dev": {
3770
                "phpunit/phpunit": "~4.2"
3771
            },
3772
            "type": "library",
3773
            "extra": {
3774
                "branch-alias": {
3775
                    "dev-master": "1.4-dev"
3776
                }
3777
            },
3778
            "autoload": {
3779
                "classmap": [
3780
                    "src/"
3781
                ]
3782
            },
3783
            "notification-url": "https://packagist.org/downloads/",
3784
            "license": [
3785
                "BSD-3-Clause"
3786
            ],
3787
            "authors": [
3788
                {
3789
                    "name": "Sebastian Bergmann",
3790
                    "email": "[email protected]"
3791
                }
3792
            ],
3793
            "description": "Wrapper around PHP's tokenizer extension.",
3794
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3795
            "keywords": [
3796
                "tokenizer"
3797
            ],
3798
            "time": "2016-11-15 14:06:22"
3799
        },
3800
        {
3801
            "name": "phpunit/phpunit",
3802
            "version": "5.7.11",
3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3806
                "reference": "a6ad2472daba76b0689042b7709f86d4f06bcaab"
3807
            },
3808
            "dist": {
3809
                "type": "zip",
3810
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6ad2472daba76b0689042b7709f86d4f06bcaab",
3811
                "reference": "a6ad2472daba76b0689042b7709f86d4f06bcaab",
3812
                "shasum": ""
3813
            },
3814
            "require": {
3815
                "ext-dom": "*",
3816
                "ext-json": "*",
3817
                "ext-libxml": "*",
3818
                "ext-mbstring": "*",
3819
                "ext-xml": "*",
3820
                "myclabs/deep-copy": "~1.3",
3821
                "php": "^5.6 || ^7.0",
3822
                "phpspec/prophecy": "^1.6.2",
3823
                "phpunit/php-code-coverage": "^4.0.4",
3824
                "phpunit/php-file-iterator": "~1.4",
3825
                "phpunit/php-text-template": "~1.2",
3826
                "phpunit/php-timer": "^1.0.6",
3827
                "phpunit/phpunit-mock-objects": "^3.2",
3828
                "sebastian/comparator": "^1.2.4",
3829
                "sebastian/diff": "~1.2",
3830
                "sebastian/environment": "^1.3.4 || ^2.0",
3831
                "sebastian/exporter": "~2.0",
3832
                "sebastian/global-state": "^1.1",
3833
                "sebastian/object-enumerator": "~2.0",
3834
                "sebastian/resource-operations": "~1.0",
3835
                "sebastian/version": "~1.0|~2.0",
3836
                "symfony/yaml": "~2.1|~3.0"
3837
            },
3838
            "conflict": {
3839
                "phpdocumentor/reflection-docblock": "3.0.2"
3840
            },
3841
            "require-dev": {
3842
                "ext-pdo": "*"
3843
            },
3844
            "suggest": {
3845
                "ext-xdebug": "*",
3846
                "phpunit/php-invoker": "~1.1"
3847
            },
3848
            "bin": [
3849
                "phpunit"
3850
            ],
3851
            "type": "library",
3852
            "extra": {
3853
                "branch-alias": {
3854
                    "dev-master": "5.7.x-dev"
3855
                }
3856
            },
3857
            "autoload": {
3858
                "classmap": [
3859
                    "src/"
3860
                ]
3861
            },
3862
            "notification-url": "https://packagist.org/downloads/",
3863
            "license": [
3864
                "BSD-3-Clause"
3865
            ],
3866
            "authors": [
3867
                {
3868
                    "name": "Sebastian Bergmann",
3869
                    "email": "[email protected]",
3870
                    "role": "lead"
3871
                }
3872
            ],
3873
            "description": "The PHP Unit Testing framework.",
3874
            "homepage": "https://phpunit.de/",
3875
            "keywords": [
3876
                "phpunit",
3877
                "testing",
3878
                "xunit"
3879
            ],
3880
            "time": "2017-02-05 15:31:31"
3881
        },
3882
        {
3883
            "name": "phpunit/phpunit-mock-objects",
3884
            "version": "3.4.3",
3885
            "source": {
3886
                "type": "git",
3887
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3888
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
3889
            },
3890
            "dist": {
3891
                "type": "zip",
3892
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
3893
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
3894
                "shasum": ""
3895
            },
3896
            "require": {
3897
                "doctrine/instantiator": "^1.0.2",
3898
                "php": "^5.6 || ^7.0",
3899
                "phpunit/php-text-template": "^1.2",
3900
                "sebastian/exporter": "^1.2 || ^2.0"
3901
            },
3902
            "conflict": {
3903
                "phpunit/phpunit": "<5.4.0"
3904
            },
3905
            "require-dev": {
3906
                "phpunit/phpunit": "^5.4"
3907
            },
3908
            "suggest": {
3909
                "ext-soap": "*"
3910
            },
3911
            "type": "library",
3912
            "extra": {
3913
                "branch-alias": {
3914
                    "dev-master": "3.2.x-dev"
3915
                }
3916
            },
3917
            "autoload": {
3918
                "classmap": [
3919
                    "src/"
3920
                ]
3921
            },
3922
            "notification-url": "https://packagist.org/downloads/",
3923
            "license": [
3924
                "BSD-3-Clause"
3925
            ],
3926
            "authors": [
3927
                {
3928
                    "name": "Sebastian Bergmann",
3929
                    "email": "[email protected]",
3930
                    "role": "lead"
3931
                }
3932
            ],
3933
            "description": "Mock Object library for PHPUnit",
3934
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3935
            "keywords": [
3936
                "mock",
3937
                "xunit"
3938
            ],
3939
            "time": "2016-12-08 20:27:08"
3940
        },
3941
        {
3942
            "name": "satooshi/php-coveralls",
3943
            "version": "v0.7.1",
3944
            "source": {
3945
                "type": "git",
3946
                "url": "https://github.com/satooshi/php-coveralls.git",
3947
                "reference": "01793ce60f1e259592ac3cb7c3fc183209800127"
3948
            },
3949
            "dist": {
3950
                "type": "zip",
3951
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/01793ce60f1e259592ac3cb7c3fc183209800127",
3952
                "reference": "01793ce60f1e259592ac3cb7c3fc183209800127",
3953
                "shasum": ""
3954
            },
3955
            "require": {
3956
                "ext-json": "*",
3957
                "ext-simplexml": "*",
3958
                "guzzle/guzzle": "^2.8|^3.0",
3959
                "php": ">=5.3.3",
3960
                "psr/log": "^1.0",
3961
                "symfony/config": "^2.4|^3.0",
3962
                "symfony/console": "^2.1|^3.0",
3963
                "symfony/stopwatch": "^2.2|^3.0",
3964
                "symfony/yaml": "^2.1|^3.0"
3965
            },
3966
            "suggest": {
3967
                "symfony/http-kernel": "Allows Symfony integration"
3968
            },
3969
            "bin": [
3970
                "bin/coveralls"
3971
            ],
3972
            "type": "library",
3973
            "extra": {
3974
                "branch-alias": {
3975
                    "dev-master": "0.8-dev"
3976
                }
3977
            },
3978
            "autoload": {
3979
                "psr-4": {
3980
                    "Satooshi\\": "src/Satooshi/"
3981
                }
3982
            },
3983
            "notification-url": "https://packagist.org/downloads/",
3984
            "license": [
3985
                "MIT"
3986
            ],
3987
            "authors": [
3988
                {
3989
                    "name": "Kitamura Satoshi",
3990
                    "email": "[email protected]",
3991
                    "homepage": "https://www.facebook.com/satooshi.jp"
3992
                }
3993
            ],
3994
            "description": "PHP client library for Coveralls API",
3995
            "homepage": "https://github.com/satooshi/php-coveralls",
3996
            "keywords": [
3997
                "ci",
3998
                "coverage",
3999
                "github",
4000
                "test"
4001
            ],
4002
            "time": "2015-12-17 18:04:18"
4003
        },
4004
        {
4005
            "name": "sebastian/code-unit-reverse-lookup",
4006
            "version": "1.0.0",
4007
            "source": {
4008
                "type": "git",
4009
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4010
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
4011
            },
4012
            "dist": {
4013
                "type": "zip",
4014
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4015
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4016
                "shasum": ""
4017
            },
4018
            "require": {
4019
                "php": ">=5.6"
4020
            },
4021
            "require-dev": {
4022
                "phpunit/phpunit": "~5"
4023
            },
4024
            "type": "library",
4025
            "extra": {
4026
                "branch-alias": {
4027
                    "dev-master": "1.0.x-dev"
4028
                }
4029
            },
4030
            "autoload": {
4031
                "classmap": [
4032
                    "src/"
4033
                ]
4034
            },
4035
            "notification-url": "https://packagist.org/downloads/",
4036
            "license": [
4037
                "BSD-3-Clause"
4038
            ],
4039
            "authors": [
4040
                {
4041
                    "name": "Sebastian Bergmann",
4042
                    "email": "[email protected]"
4043
                }
4044
            ],
4045
            "description": "Looks up which function or method a line of code belongs to",
4046
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4047
            "time": "2016-02-13 06:45:14"
4048
        },
4049
        {
4050
            "name": "sebastian/comparator",
4051
            "version": "1.2.4",
4052
            "source": {
4053
                "type": "git",
4054
                "url": "https://github.com/sebastianbergmann/comparator.git",
4055
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4056
            },
4057
            "dist": {
4058
                "type": "zip",
4059
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4060
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4061
                "shasum": ""
4062
            },
4063
            "require": {
4064
                "php": ">=5.3.3",
4065
                "sebastian/diff": "~1.2",
4066
                "sebastian/exporter": "~1.2 || ~2.0"
4067
            },
4068
            "require-dev": {
4069
                "phpunit/phpunit": "~4.4"
4070
            },
4071
            "type": "library",
4072
            "extra": {
4073
                "branch-alias": {
4074
                    "dev-master": "1.2.x-dev"
4075
                }
4076
            },
4077
            "autoload": {
4078
                "classmap": [
4079
                    "src/"
4080
                ]
4081
            },
4082
            "notification-url": "https://packagist.org/downloads/",
4083
            "license": [
4084
                "BSD-3-Clause"
4085
            ],
4086
            "authors": [
4087
                {
4088
                    "name": "Jeff Welch",
4089
                    "email": "[email protected]"
4090
                },
4091
                {
4092
                    "name": "Volker Dusch",
4093
                    "email": "[email protected]"
4094
                },
4095
                {
4096
                    "name": "Bernhard Schussek",
4097
                    "email": "[email protected]"
4098
                },
4099
                {
4100
                    "name": "Sebastian Bergmann",
4101
                    "email": "[email protected]"
4102
                }
4103
            ],
4104
            "description": "Provides the functionality to compare PHP values for equality",
4105
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4106
            "keywords": [
4107
                "comparator",
4108
                "compare",
4109
                "equality"
4110
            ],
4111
            "time": "2017-01-29 09:50:25"
4112
        },
4113
        {
4114
            "name": "sebastian/diff",
4115
            "version": "1.4.1",
4116
            "source": {
4117
                "type": "git",
4118
                "url": "https://github.com/sebastianbergmann/diff.git",
4119
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4120
            },
4121
            "dist": {
4122
                "type": "zip",
4123
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4124
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4125
                "shasum": ""
4126
            },
4127
            "require": {
4128
                "php": ">=5.3.3"
4129
            },
4130
            "require-dev": {
4131
                "phpunit/phpunit": "~4.8"
4132
            },
4133
            "type": "library",
4134
            "extra": {
4135
                "branch-alias": {
4136
                    "dev-master": "1.4-dev"
4137
                }
4138
            },
4139
            "autoload": {
4140
                "classmap": [
4141
                    "src/"
4142
                ]
4143
            },
4144
            "notification-url": "https://packagist.org/downloads/",
4145
            "license": [
4146
                "BSD-3-Clause"
4147
            ],
4148
            "authors": [
4149
                {
4150
                    "name": "Kore Nordmann",
4151
                    "email": "[email protected]"
4152
                },
4153
                {
4154
                    "name": "Sebastian Bergmann",
4155
                    "email": "[email protected]"
4156
                }
4157
            ],
4158
            "description": "Diff implementation",
4159
            "homepage": "https://github.com/sebastianbergmann/diff",
4160
            "keywords": [
4161
                "diff"
4162
            ],
4163
            "time": "2015-12-08 07:14:41"
4164
        },
4165
        {
4166
            "name": "sebastian/environment",
4167
            "version": "2.0.0",
4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/sebastianbergmann/environment.git",
4171
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4172
            },
4173
            "dist": {
4174
                "type": "zip",
4175
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4176
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4177
                "shasum": ""
4178
            },
4179
            "require": {
4180
                "php": "^5.6 || ^7.0"
4181
            },
4182
            "require-dev": {
4183
                "phpunit/phpunit": "^5.0"
4184
            },
4185
            "type": "library",
4186
            "extra": {
4187
                "branch-alias": {
4188
                    "dev-master": "2.0.x-dev"
4189
                }
4190
            },
4191
            "autoload": {
4192
                "classmap": [
4193
                    "src/"
4194
                ]
4195
            },
4196
            "notification-url": "https://packagist.org/downloads/",
4197
            "license": [
4198
                "BSD-3-Clause"
4199
            ],
4200
            "authors": [
4201
                {
4202
                    "name": "Sebastian Bergmann",
4203
                    "email": "[email protected]"
4204
                }
4205
            ],
4206
            "description": "Provides functionality to handle HHVM/PHP environments",
4207
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4208
            "keywords": [
4209
                "Xdebug",
4210
                "environment",
4211
                "hhvm"
4212
            ],
4213
            "time": "2016-11-26 07:53:53"
4214
        },
4215
        {
4216
            "name": "sebastian/exporter",
4217
            "version": "2.0.0",
4218
            "source": {
4219
                "type": "git",
4220
                "url": "https://github.com/sebastianbergmann/exporter.git",
4221
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4222
            },
4223
            "dist": {
4224
                "type": "zip",
4225
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4226
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4227
                "shasum": ""
4228
            },
4229
            "require": {
4230
                "php": ">=5.3.3",
4231
                "sebastian/recursion-context": "~2.0"
4232
            },
4233
            "require-dev": {
4234
                "ext-mbstring": "*",
4235
                "phpunit/phpunit": "~4.4"
4236
            },
4237
            "type": "library",
4238
            "extra": {
4239
                "branch-alias": {
4240
                    "dev-master": "2.0.x-dev"
4241
                }
4242
            },
4243
            "autoload": {
4244
                "classmap": [
4245
                    "src/"
4246
                ]
4247
            },
4248
            "notification-url": "https://packagist.org/downloads/",
4249
            "license": [
4250
                "BSD-3-Clause"
4251
            ],
4252
            "authors": [
4253
                {
4254
                    "name": "Jeff Welch",
4255
                    "email": "[email protected]"
4256
                },
4257
                {
4258
                    "name": "Volker Dusch",
4259
                    "email": "[email protected]"
4260
                },
4261
                {
4262
                    "name": "Bernhard Schussek",
4263
                    "email": "[email protected]"
4264
                },
4265
                {
4266
                    "name": "Sebastian Bergmann",
4267
                    "email": "[email protected]"
4268
                },
4269
                {
4270
                    "name": "Adam Harvey",
4271
                    "email": "[email protected]"
4272
                }
4273
            ],
4274
            "description": "Provides the functionality to export PHP variables for visualization",
4275
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4276
            "keywords": [
4277
                "export",
4278
                "exporter"
4279
            ],
4280
            "time": "2016-11-19 08:54:04"
4281
        },
4282
        {
4283
            "name": "sebastian/global-state",
4284
            "version": "1.1.1",
4285
            "source": {
4286
                "type": "git",
4287
                "url": "https://github.com/sebastianbergmann/global-state.git",
4288
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4289
            },
4290
            "dist": {
4291
                "type": "zip",
4292
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4293
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4294
                "shasum": ""
4295
            },
4296
            "require": {
4297
                "php": ">=5.3.3"
4298
            },
4299
            "require-dev": {
4300
                "phpunit/phpunit": "~4.2"
4301
            },
4302
            "suggest": {
4303
                "ext-uopz": "*"
4304
            },
4305
            "type": "library",
4306
            "extra": {
4307
                "branch-alias": {
4308
                    "dev-master": "1.0-dev"
4309
                }
4310
            },
4311
            "autoload": {
4312
                "classmap": [
4313
                    "src/"
4314
                ]
4315
            },
4316
            "notification-url": "https://packagist.org/downloads/",
4317
            "license": [
4318
                "BSD-3-Clause"
4319
            ],
4320
            "authors": [
4321
                {
4322
                    "name": "Sebastian Bergmann",
4323
                    "email": "[email protected]"
4324
                }
4325
            ],
4326
            "description": "Snapshotting of global state",
4327
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4328
            "keywords": [
4329
                "global state"
4330
            ],
4331
            "time": "2015-10-12 03:26:01"
4332
        },
4333
        {
4334
            "name": "sebastian/object-enumerator",
4335
            "version": "2.0.0",
4336
            "source": {
4337
                "type": "git",
4338
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4339
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
4340
            },
4341
            "dist": {
4342
                "type": "zip",
4343
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
4344
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
4345
                "shasum": ""
4346
            },
4347
            "require": {
4348
                "php": ">=5.6",
4349
                "sebastian/recursion-context": "~2.0"
4350
            },
4351
            "require-dev": {
4352
                "phpunit/phpunit": "~5"
4353
            },
4354
            "type": "library",
4355
            "extra": {
4356
                "branch-alias": {
4357
                    "dev-master": "2.0.x-dev"
4358
                }
4359
            },
4360
            "autoload": {
4361
                "classmap": [
4362
                    "src/"
4363
                ]
4364
            },
4365
            "notification-url": "https://packagist.org/downloads/",
4366
            "license": [
4367
                "BSD-3-Clause"
4368
            ],
4369
            "authors": [
4370
                {
4371
                    "name": "Sebastian Bergmann",
4372
                    "email": "[email protected]"
4373
                }
4374
            ],
4375
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4376
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4377
            "time": "2016-11-19 07:35:10"
4378
        },
4379
        {
4380
            "name": "sebastian/recursion-context",
4381
            "version": "2.0.0",
4382
            "source": {
4383
                "type": "git",
4384
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4385
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4386
            },
4387
            "dist": {
4388
                "type": "zip",
4389
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4390
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4391
                "shasum": ""
4392
            },
4393
            "require": {
4394
                "php": ">=5.3.3"
4395
            },
4396
            "require-dev": {
4397
                "phpunit/phpunit": "~4.4"
4398
            },
4399
            "type": "library",
4400
            "extra": {
4401
                "branch-alias": {
4402
                    "dev-master": "2.0.x-dev"
4403
                }
4404
            },
4405
            "autoload": {
4406
                "classmap": [
4407
                    "src/"
4408
                ]
4409
            },
4410
            "notification-url": "https://packagist.org/downloads/",
4411
            "license": [
4412
                "BSD-3-Clause"
4413
            ],
4414
            "authors": [
4415
                {
4416
                    "name": "Jeff Welch",
4417
                    "email": "[email protected]"
4418
                },
4419
                {
4420
                    "name": "Sebastian Bergmann",
4421
                    "email": "[email protected]"
4422
                },
4423
                {
4424
                    "name": "Adam Harvey",
4425
                    "email": "[email protected]"
4426
                }
4427
            ],
4428
            "description": "Provides functionality to recursively process PHP variables",
4429
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4430
            "time": "2016-11-19 07:33:16"
4431
        },
4432
        {
4433
            "name": "sebastian/resource-operations",
4434
            "version": "1.0.0",
4435
            "source": {
4436
                "type": "git",
4437
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4438
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4439
            },
4440
            "dist": {
4441
                "type": "zip",
4442
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4443
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4444
                "shasum": ""
4445
            },
4446
            "require": {
4447
                "php": ">=5.6.0"
4448
            },
4449
            "type": "library",
4450
            "extra": {
4451
                "branch-alias": {
4452
                    "dev-master": "1.0.x-dev"
4453
                }
4454
            },
4455
            "autoload": {
4456
                "classmap": [
4457
                    "src/"
4458
                ]
4459
            },
4460
            "notification-url": "https://packagist.org/downloads/",
4461
            "license": [
4462
                "BSD-3-Clause"
4463
            ],
4464
            "authors": [
4465
                {
4466
                    "name": "Sebastian Bergmann",
4467
                    "email": "[email protected]"
4468
                }
4469
            ],
4470
            "description": "Provides a list of PHP built-in functions that operate on resources",
4471
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4472
            "time": "2015-07-28 20:34:47"
4473
        },
4474
        {
4475
            "name": "sebastian/version",
4476
            "version": "2.0.1",
4477
            "source": {
4478
                "type": "git",
4479
                "url": "https://github.com/sebastianbergmann/version.git",
4480
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4481
            },
4482
            "dist": {
4483
                "type": "zip",
4484
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4485
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4486
                "shasum": ""
4487
            },
4488
            "require": {
4489
                "php": ">=5.6"
4490
            },
4491
            "type": "library",
4492
            "extra": {
4493
                "branch-alias": {
4494
                    "dev-master": "2.0.x-dev"
4495
                }
4496
            },
4497
            "autoload": {
4498
                "classmap": [
4499
                    "src/"
4500
                ]
4501
            },
4502
            "notification-url": "https://packagist.org/downloads/",
4503
            "license": [
4504
                "BSD-3-Clause"
4505
            ],
4506
            "authors": [
4507
                {
4508
                    "name": "Sebastian Bergmann",
4509
                    "email": "[email protected]",
4510
                    "role": "lead"
4511
                }
4512
            ],
4513
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4514
            "homepage": "https://github.com/sebastianbergmann/version",
4515
            "time": "2016-10-03 07:35:21"
4516
        },
4517
        {
4518
            "name": "squizlabs/php_codesniffer",
4519
            "version": "2.6.1",
4520
            "source": {
4521
                "type": "git",
4522
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4523
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
4524
            },
4525
            "dist": {
4526
                "type": "zip",
4527
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
4528
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
4529
                "shasum": ""
4530
            },
4531
            "require": {
4532
                "ext-simplexml": "*",
4533
                "ext-tokenizer": "*",
4534
                "ext-xmlwriter": "*",
4535
                "php": ">=5.1.2"
4536
            },
4537
            "require-dev": {
4538
                "phpunit/phpunit": "~4.0"
4539
            },
4540
            "bin": [
4541
                "scripts/phpcs",
4542
                "scripts/phpcbf"
4543
            ],
4544
            "type": "library",
4545
            "extra": {
4546
                "branch-alias": {
4547
                    "dev-master": "2.x-dev"
4548
                }
4549
            },
4550
            "autoload": {
4551
                "classmap": [
4552
                    "CodeSniffer.php",
4553
                    "CodeSniffer/CLI.php",
4554
                    "CodeSniffer/Exception.php",
4555
                    "CodeSniffer/File.php",
4556
                    "CodeSniffer/Fixer.php",
4557
                    "CodeSniffer/Report.php",
4558
                    "CodeSniffer/Reporting.php",
4559
                    "CodeSniffer/Sniff.php",
4560
                    "CodeSniffer/Tokens.php",
4561
                    "CodeSniffer/Reports/",
4562
                    "CodeSniffer/Tokenizers/",
4563
                    "CodeSniffer/DocGenerators/",
4564
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4565
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4566
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4567
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4568
                    "CodeSniffer/Standards/Generic/Sniffs/",
4569
                    "CodeSniffer/Standards/MySource/Sniffs/",
4570
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4571
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4572
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4573
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4574
                    "CodeSniffer/Standards/Zend/Sniffs/"
4575
                ]
4576
            },
4577
            "notification-url": "https://packagist.org/downloads/",
4578
            "license": [
4579
                "BSD-3-Clause"
4580
            ],
4581
            "authors": [
4582
                {
4583
                    "name": "Greg Sherwood",
4584
                    "role": "lead"
4585
                }
4586
            ],
4587
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4588
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4589
            "keywords": [
4590
                "phpcs",
4591
                "standards"
4592
            ],
4593
            "time": "2016-05-30 22:24:32"
4594
        },
4595
        {
4596
            "name": "symfony/config",
4597
            "version": "v3.2.3",
4598
            "source": {
4599
                "type": "git",
4600
                "url": "https://github.com/symfony/config.git",
4601
                "reference": "2ffa7b84d647b8be1788d46b44e438cb3d62056c"
4602
            },
4603
            "dist": {
4604
                "type": "zip",
4605
                "url": "https://api.github.com/repos/symfony/config/zipball/2ffa7b84d647b8be1788d46b44e438cb3d62056c",
4606
                "reference": "2ffa7b84d647b8be1788d46b44e438cb3d62056c",
4607
                "shasum": ""
4608
            },
4609
            "require": {
4610
                "php": ">=5.5.9",
4611
                "symfony/filesystem": "~2.8|~3.0"
4612
            },
4613
            "require-dev": {
4614
                "symfony/yaml": "~3.0"
4615
            },
4616
            "suggest": {
4617
                "symfony/yaml": "To use the yaml reference dumper"
4618
            },
4619
            "type": "library",
4620
            "extra": {
4621
                "branch-alias": {
4622
                    "dev-master": "3.2-dev"
4623
                }
4624
            },
4625
            "autoload": {
4626
                "psr-4": {
4627
                    "Symfony\\Component\\Config\\": ""
4628
                },
4629
                "exclude-from-classmap": [
4630
                    "/Tests/"
4631
                ]
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "MIT"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Fabien Potencier",
4640
                    "email": "[email protected]"
4641
                },
4642
                {
4643
                    "name": "Symfony Community",
4644
                    "homepage": "https://symfony.com/contributors"
4645
                }
4646
            ],
4647
            "description": "Symfony Config Component",
4648
            "homepage": "https://symfony.com",
4649
            "time": "2017-02-06 12:04:21"
4650
        },
4651
        {
4652
            "name": "symfony/filesystem",
4653
            "version": "v3.2.3",
4654
            "source": {
4655
                "type": "git",
4656
                "url": "https://github.com/symfony/filesystem.git",
4657
                "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4"
4658
            },
4659
            "dist": {
4660
                "type": "zip",
4661
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
4662
                "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
4663
                "shasum": ""
4664
            },
4665
            "require": {
4666
                "php": ">=5.5.9"
4667
            },
4668
            "type": "library",
4669
            "extra": {
4670
                "branch-alias": {
4671
                    "dev-master": "3.2-dev"
4672
                }
4673
            },
4674
            "autoload": {
4675
                "psr-4": {
4676
                    "Symfony\\Component\\Filesystem\\": ""
4677
                },
4678
                "exclude-from-classmap": [
4679
                    "/Tests/"
4680
                ]
4681
            },
4682
            "notification-url": "https://packagist.org/downloads/",
4683
            "license": [
4684
                "MIT"
4685
            ],
4686
            "authors": [
4687
                {
4688
                    "name": "Fabien Potencier",
4689
                    "email": "[email protected]"
4690
                },
4691
                {
4692
                    "name": "Symfony Community",
4693
                    "homepage": "https://symfony.com/contributors"
4694
                }
4695
            ],
4696
            "description": "Symfony Filesystem Component",
4697
            "homepage": "https://symfony.com",
4698
            "time": "2017-01-08 20:47:33"
4699
        },
4700
        {
4701
            "name": "symfony/stopwatch",
4702
            "version": "v3.2.3",
4703
            "source": {
4704
                "type": "git",
4705
                "url": "https://github.com/symfony/stopwatch.git",
4706
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464"
4707
            },
4708
            "dist": {
4709
                "type": "zip",
4710
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9aa0b51889c01bca474853ef76e9394b02264464",
4711
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464",
4712
                "shasum": ""
4713
            },
4714
            "require": {
4715
                "php": ">=5.5.9"
4716
            },
4717
            "type": "library",
4718
            "extra": {
4719
                "branch-alias": {
4720
                    "dev-master": "3.2-dev"
4721
                }
4722
            },
4723
            "autoload": {
4724
                "psr-4": {
4725
                    "Symfony\\Component\\Stopwatch\\": ""
4726
                },
4727
                "exclude-from-classmap": [
4728
                    "/Tests/"
4729
                ]
4730
            },
4731
            "notification-url": "https://packagist.org/downloads/",
4732
            "license": [
4733
                "MIT"
4734
            ],
4735
            "authors": [
4736
                {
4737
                    "name": "Fabien Potencier",
4738
                    "email": "[email protected]"
4739
                },
4740
                {
4741
                    "name": "Symfony Community",
4742
                    "homepage": "https://symfony.com/contributors"
4743
                }
4744
            ],
4745
            "description": "Symfony Stopwatch Component",
4746
            "homepage": "https://symfony.com",
4747
            "time": "2017-01-02 20:32:22"
4748
        },
4749
        {
4750
            "name": "symfony/yaml",
4751
            "version": "v3.2.3",
4752
            "source": {
4753
                "type": "git",
4754
                "url": "https://github.com/symfony/yaml.git",
4755
                "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b"
4756
            },
4757
            "dist": {
4758
                "type": "zip",
4759
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b",
4760
                "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b",
4761
                "shasum": ""
4762
            },
4763
            "require": {
4764
                "php": ">=5.5.9"
4765
            },
4766
            "require-dev": {
4767
                "symfony/console": "~2.8|~3.0"
4768
            },
4769
            "suggest": {
4770
                "symfony/console": "For validating YAML files using the lint command"
4771
            },
4772
            "type": "library",
4773
            "extra": {
4774
                "branch-alias": {
4775
                    "dev-master": "3.2-dev"
4776
                }
4777
            },
4778
            "autoload": {
4779
                "psr-4": {
4780
                    "Symfony\\Component\\Yaml\\": ""
4781
                },
4782
                "exclude-from-classmap": [
4783
                    "/Tests/"
4784
                ]
4785
            },
4786
            "notification-url": "https://packagist.org/downloads/",
4787
            "license": [
4788
                "MIT"
4789
            ],
4790
            "authors": [
4791
                {
4792
                    "name": "Fabien Potencier",
4793
                    "email": "[email protected]"
4794
                },
4795
                {
4796
                    "name": "Symfony Community",
4797
                    "homepage": "https://symfony.com/contributors"
4798
                }
4799
            ],
4800
            "description": "Symfony Yaml Component",
4801
            "homepage": "https://symfony.com",
4802
            "time": "2017-01-21 17:06:35"
4803
        },
4804
        {
4805
            "name": "webmozart/assert",
4806
            "version": "1.2.0",
4807
            "source": {
4808
                "type": "git",
4809
                "url": "https://github.com/webmozart/assert.git",
4810
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4811
            },
4812
            "dist": {
4813
                "type": "zip",
4814
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4815
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4816
                "shasum": ""
4817
            },
4818
            "require": {
4819
                "php": "^5.3.3 || ^7.0"
4820
            },
4821
            "require-dev": {
4822
                "phpunit/phpunit": "^4.6",
4823
                "sebastian/version": "^1.0.1"
4824
            },
4825
            "type": "library",
4826
            "extra": {
4827
                "branch-alias": {
4828
                    "dev-master": "1.3-dev"
4829
                }
4830
            },
4831
            "autoload": {
4832
                "psr-4": {
4833
                    "Webmozart\\Assert\\": "src/"
4834
                }
4835
            },
4836
            "notification-url": "https://packagist.org/downloads/",
4837
            "license": [
4838
                "MIT"
4839
            ],
4840
            "authors": [
4841
                {
4842
                    "name": "Bernhard Schussek",
4843
                    "email": "[email protected]"
4844
                }
4845
            ],
4846
            "description": "Assertions to validate method input/output with nice error messages.",
4847
            "keywords": [
4848
                "assert",
4849
                "check",
4850
                "validate"
4851
            ],
4852
            "time": "2016-11-23 20:04:58"
4853
        }
4854
    ],
4855
    "aliases": [
4856
        {
4857
            "alias": "0.1",
4858
            "alias_normalized": "0.1.0.0",
4859
            "version": "dev-feature/III-1777",
4860
            "package": "cultuurnet/geocoding"
4861
        },
4862
        {
4863
            "alias": "1.6",
4864
            "alias_normalized": "1.6.0.0",
4865
            "version": "9999999-dev",
4866
            "package": "cultuurnet/culturefeed-php"
4867
        }
4868
    ],
4869
    "minimum-stability": "dev",
4870
    "stability-flags": {
4871
        "cultuurnet/geocoding": 20,
4872
        "cultuurnet/culturefeed-php": 20
4873
    },
4874
    "prefer-stable": true,
4875
    "prefer-lowest": false,
4876
    "platform": {
4877
        "php": "~5.6 || >=7.0",
4878
        "ext-tidy": "*"
4879
    },
4880
    "platform-dev": []
4881
}
4882