Completed
Pull Request — master (#277)
by Kristof
08:45
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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