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