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