Completed
Push — docs/extension ( a5c6c8...b24f94 )
by Kamil
19:14
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "9f723d27f6a3d6c78e67894acadcbc9c",
8
    "content-hash": "3b250064e9bf0ea099faf65a3015769c",
9
    "packages": [
10
        {
11
            "name": "behat/transliterator",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Behat/Transliterator.git",
16
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
21
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.3"
26
            },
27
            "type": "library",
28
            "extra": {
29
                "branch-alias": {
30
                    "dev-master": "1.1-dev"
31
                }
32
            },
33
            "autoload": {
34
                "psr-0": {
35
                    "Behat\\Transliterator": "src/"
36
                }
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "Artistic-1.0"
41
            ],
42
            "description": "String transliterator",
43
            "keywords": [
44
                "i18n",
45
                "slug",
46
                "transliterator"
47
            ],
48
            "time": "2015-09-28 16:26:35"
49
        },
50
        {
51
            "name": "clue/stream-filter",
52
            "version": "v1.3.0",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/clue/php-stream-filter.git",
56
                "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
61
                "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "php": ">=5.3"
66
            },
67
            "type": "library",
68
            "autoload": {
69
                "psr-4": {
70
                    "Clue\\StreamFilter\\": "src/"
71
                },
72
                "files": [
73
                    "src/functions.php"
74
                ]
75
            },
76
            "notification-url": "https://packagist.org/downloads/",
77
            "license": [
78
                "MIT"
79
            ],
80
            "authors": [
81
                {
82
                    "name": "Christian Lück",
83
                    "email": "[email protected]"
84
                }
85
            ],
86
            "description": "A simple and modern approach to stream filtering in PHP",
87
            "homepage": "https://github.com/clue/php-stream-filter",
88
            "keywords": [
89
                "bucket brigade",
90
                "callback",
91
                "filter",
92
                "php_user_filter",
93
                "stream",
94
                "stream_filter_append",
95
                "stream_filter_register"
96
            ],
97
            "time": "2015-11-08 23:41:30"
98
        },
99
        {
100
            "name": "doctrine/annotations",
101
            "version": "v1.3.0",
102
            "source": {
103
                "type": "git",
104
                "url": "https://github.com/doctrine/annotations.git",
105
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
106
            },
107
            "dist": {
108
                "type": "zip",
109
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
110
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
111
                "shasum": ""
112
            },
113
            "require": {
114
                "doctrine/lexer": "1.*",
115
                "php": "^5.6 || ^7.0"
116
            },
117
            "require-dev": {
118
                "doctrine/cache": "1.*",
119
                "phpunit/phpunit": "^5.6.1"
120
            },
121
            "type": "library",
122
            "extra": {
123
                "branch-alias": {
124
                    "dev-master": "1.4.x-dev"
125
                }
126
            },
127
            "autoload": {
128
                "psr-4": {
129
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
130
                }
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "Roman Borschel",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Benjamin Eberlei",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Guilherme Blanco",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Jonathan Wage",
151
                    "email": "[email protected]"
152
                },
153
                {
154
                    "name": "Johannes Schmitt",
155
                    "email": "[email protected]"
156
                }
157
            ],
158
            "description": "Docblock Annotations Parser",
159
            "homepage": "http://www.doctrine-project.org",
160
            "keywords": [
161
                "annotations",
162
                "docblock",
163
                "parser"
164
            ],
165
            "time": "2016-10-24 11:45:47"
166
        },
167
        {
168
            "name": "doctrine/cache",
169
            "version": "v1.6.1",
170
            "source": {
171
                "type": "git",
172
                "url": "https://github.com/doctrine/cache.git",
173
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
174
            },
175
            "dist": {
176
                "type": "zip",
177
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
178
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
179
                "shasum": ""
180
            },
181
            "require": {
182
                "php": "~5.5|~7.0"
183
            },
184
            "conflict": {
185
                "doctrine/common": ">2.2,<2.4"
186
            },
187
            "require-dev": {
188
                "phpunit/phpunit": "~4.8|~5.0",
189
                "predis/predis": "~1.0",
190
                "satooshi/php-coveralls": "~0.6"
191
            },
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.6.x-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-4": {
200
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Roman Borschel",
210
                    "email": "[email protected]"
211
                },
212
                {
213
                    "name": "Benjamin Eberlei",
214
                    "email": "[email protected]"
215
                },
216
                {
217
                    "name": "Guilherme Blanco",
218
                    "email": "[email protected]"
219
                },
220
                {
221
                    "name": "Jonathan Wage",
222
                    "email": "[email protected]"
223
                },
224
                {
225
                    "name": "Johannes Schmitt",
226
                    "email": "[email protected]"
227
                }
228
            ],
229
            "description": "Caching library offering an object-oriented API for many cache backends",
230
            "homepage": "http://www.doctrine-project.org",
231
            "keywords": [
232
                "cache",
233
                "caching"
234
            ],
235
            "time": "2016-10-29 11:16:17"
236
        },
237
        {
238
            "name": "doctrine/collections",
239
            "version": "v1.3.0",
240
            "source": {
241
                "type": "git",
242
                "url": "https://github.com/doctrine/collections.git",
243
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
244
            },
245
            "dist": {
246
                "type": "zip",
247
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
248
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
249
                "shasum": ""
250
            },
251
            "require": {
252
                "php": ">=5.3.2"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "~4.0"
256
            },
257
            "type": "library",
258
            "extra": {
259
                "branch-alias": {
260
                    "dev-master": "1.2.x-dev"
261
                }
262
            },
263
            "autoload": {
264
                "psr-0": {
265
                    "Doctrine\\Common\\Collections\\": "lib/"
266
                }
267
            },
268
            "notification-url": "https://packagist.org/downloads/",
269
            "license": [
270
                "MIT"
271
            ],
272
            "authors": [
273
                {
274
                    "name": "Roman Borschel",
275
                    "email": "[email protected]"
276
                },
277
                {
278
                    "name": "Benjamin Eberlei",
279
                    "email": "[email protected]"
280
                },
281
                {
282
                    "name": "Guilherme Blanco",
283
                    "email": "[email protected]"
284
                },
285
                {
286
                    "name": "Jonathan Wage",
287
                    "email": "[email protected]"
288
                },
289
                {
290
                    "name": "Johannes Schmitt",
291
                    "email": "[email protected]"
292
                }
293
            ],
294
            "description": "Collections Abstraction library",
295
            "homepage": "http://www.doctrine-project.org",
296
            "keywords": [
297
                "array",
298
                "collections",
299
                "iterator"
300
            ],
301
            "time": "2015-04-14 22:21:58"
302
        },
303
        {
304
            "name": "doctrine/common",
305
            "version": "v2.6.1",
306
            "source": {
307
                "type": "git",
308
                "url": "https://github.com/doctrine/common.git",
309
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
310
            },
311
            "dist": {
312
                "type": "zip",
313
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
314
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
315
                "shasum": ""
316
            },
317
            "require": {
318
                "doctrine/annotations": "1.*",
319
                "doctrine/cache": "1.*",
320
                "doctrine/collections": "1.*",
321
                "doctrine/inflector": "1.*",
322
                "doctrine/lexer": "1.*",
323
                "php": "~5.5|~7.0"
324
            },
325
            "require-dev": {
326
                "phpunit/phpunit": "~4.8|~5.0"
327
            },
328
            "type": "library",
329
            "extra": {
330
                "branch-alias": {
331
                    "dev-master": "2.7.x-dev"
332
                }
333
            },
334
            "autoload": {
335
                "psr-4": {
336
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
337
                }
338
            },
339
            "notification-url": "https://packagist.org/downloads/",
340
            "license": [
341
                "MIT"
342
            ],
343
            "authors": [
344
                {
345
                    "name": "Roman Borschel",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Benjamin Eberlei",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Guilherme Blanco",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Jonathan Wage",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Common Library for Doctrine projects",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "annotations",
369
                "collections",
370
                "eventmanager",
371
                "persistence",
372
                "spl"
373
            ],
374
            "time": "2015-12-25 13:18:31"
375
        },
376
        {
377
            "name": "doctrine/data-fixtures",
378
            "version": "v1.1.1",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/doctrine/data-fixtures.git",
382
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
387
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "doctrine/common": "~2.2",
392
                "php": ">=5.3.2"
393
            },
394
            "conflict": {
395
                "doctrine/orm": "< 2.4"
396
            },
397
            "require-dev": {
398
                "doctrine/orm": "~2.4"
399
            },
400
            "suggest": {
401
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
402
                "doctrine/orm": "For loading ORM fixtures",
403
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
404
            },
405
            "type": "library",
406
            "extra": {
407
                "branch-alias": {
408
                    "dev-master": "1.1.x-dev"
409
                }
410
            },
411
            "autoload": {
412
                "psr-0": {
413
                    "Doctrine\\Common\\DataFixtures": "lib/"
414
                }
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "MIT"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Jonathan Wage",
423
                    "email": "[email protected]"
424
                }
425
            ],
426
            "description": "Data Fixtures for all Doctrine Object Managers",
427
            "homepage": "http://www.doctrine-project.org",
428
            "keywords": [
429
                "database"
430
            ],
431
            "time": "2015-03-30 12:14:13"
432
        },
433
        {
434
            "name": "doctrine/dbal",
435
            "version": "v2.5.5",
436
            "source": {
437
                "type": "git",
438
                "url": "https://github.com/doctrine/dbal.git",
439
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
440
            },
441
            "dist": {
442
                "type": "zip",
443
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
444
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
445
                "shasum": ""
446
            },
447
            "require": {
448
                "doctrine/common": ">=2.4,<2.7-dev",
449
                "php": ">=5.3.2"
450
            },
451
            "require-dev": {
452
                "phpunit/phpunit": "4.*",
453
                "symfony/console": "2.*||^3.0"
454
            },
455
            "suggest": {
456
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
457
            },
458
            "bin": [
459
                "bin/doctrine-dbal"
460
            ],
461
            "type": "library",
462
            "extra": {
463
                "branch-alias": {
464
                    "dev-master": "2.5.x-dev"
465
                }
466
            },
467
            "autoload": {
468
                "psr-0": {
469
                    "Doctrine\\DBAL\\": "lib/"
470
                }
471
            },
472
            "notification-url": "https://packagist.org/downloads/",
473
            "license": [
474
                "MIT"
475
            ],
476
            "authors": [
477
                {
478
                    "name": "Roman Borschel",
479
                    "email": "[email protected]"
480
                },
481
                {
482
                    "name": "Benjamin Eberlei",
483
                    "email": "[email protected]"
484
                },
485
                {
486
                    "name": "Guilherme Blanco",
487
                    "email": "[email protected]"
488
                },
489
                {
490
                    "name": "Jonathan Wage",
491
                    "email": "[email protected]"
492
                }
493
            ],
494
            "description": "Database Abstraction Layer",
495
            "homepage": "http://www.doctrine-project.org",
496
            "keywords": [
497
                "database",
498
                "dbal",
499
                "persistence",
500
                "queryobject"
501
            ],
502
            "time": "2016-09-09 19:13:33"
503
        },
504
        {
505
            "name": "doctrine/doctrine-bundle",
506
            "version": "1.6.4",
507
            "source": {
508
                "type": "git",
509
                "url": "https://github.com/doctrine/DoctrineBundle.git",
510
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
511
            },
512
            "dist": {
513
                "type": "zip",
514
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
515
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
516
                "shasum": ""
517
            },
518
            "require": {
519
                "doctrine/dbal": "~2.3",
520
                "doctrine/doctrine-cache-bundle": "~1.0",
521
                "jdorn/sql-formatter": "~1.1",
522
                "php": ">=5.3.2",
523
                "symfony/console": "~2.3|~3.0",
524
                "symfony/dependency-injection": "~2.3|~3.0",
525
                "symfony/doctrine-bridge": "~2.2|~3.0",
526
                "symfony/framework-bundle": "~2.3|~3.0"
527
            },
528
            "require-dev": {
529
                "doctrine/orm": "~2.3",
530
                "phpunit/phpunit": "~4",
531
                "satooshi/php-coveralls": "~0.6.1",
532
                "symfony/phpunit-bridge": "~2.7|~3.0",
533
                "symfony/property-info": "~2.8|~3.0",
534
                "symfony/validator": "~2.2|~3.0",
535
                "symfony/yaml": "~2.2|~3.0",
536
                "twig/twig": "~1.10"
537
            },
538
            "suggest": {
539
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
540
                "symfony/web-profiler-bundle": "To use the data collector."
541
            },
542
            "type": "symfony-bundle",
543
            "extra": {
544
                "branch-alias": {
545
                    "dev-master": "1.6.x-dev"
546
                }
547
            },
548
            "autoload": {
549
                "psr-4": {
550
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
551
                }
552
            },
553
            "notification-url": "https://packagist.org/downloads/",
554
            "license": [
555
                "MIT"
556
            ],
557
            "authors": [
558
                {
559
                    "name": "Symfony Community",
560
                    "homepage": "http://symfony.com/contributors"
561
                },
562
                {
563
                    "name": "Benjamin Eberlei",
564
                    "email": "[email protected]"
565
                },
566
                {
567
                    "name": "Doctrine Project",
568
                    "homepage": "http://www.doctrine-project.org/"
569
                },
570
                {
571
                    "name": "Fabien Potencier",
572
                    "email": "[email protected]"
573
                }
574
            ],
575
            "description": "Symfony DoctrineBundle",
576
            "homepage": "http://www.doctrine-project.org",
577
            "keywords": [
578
                "database",
579
                "dbal",
580
                "orm",
581
                "persistence"
582
            ],
583
            "time": "2016-08-10 15:35:22"
584
        },
585
        {
586
            "name": "doctrine/doctrine-cache-bundle",
587
            "version": "1.3.0",
588
            "source": {
589
                "type": "git",
590
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
591
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
592
            },
593
            "dist": {
594
                "type": "zip",
595
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
596
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
597
                "shasum": ""
598
            },
599
            "require": {
600
                "doctrine/cache": "^1.4.2",
601
                "doctrine/inflector": "~1.0",
602
                "php": ">=5.3.2",
603
                "symfony/doctrine-bridge": "~2.2|~3.0"
604
            },
605
            "require-dev": {
606
                "instaclick/coding-standard": "~1.1",
607
                "instaclick/object-calisthenics-sniffs": "dev-master",
608
                "instaclick/symfony2-coding-standard": "dev-remaster",
609
                "phpunit/phpunit": "~4",
610
                "predis/predis": "~0.8",
611
                "satooshi/php-coveralls": "~0.6.1",
612
                "squizlabs/php_codesniffer": "~1.5",
613
                "symfony/console": "~2.2|~3.0",
614
                "symfony/finder": "~2.2|~3.0",
615
                "symfony/framework-bundle": "~2.2|~3.0",
616
                "symfony/phpunit-bridge": "~2.7|~3.0",
617
                "symfony/security-acl": "~2.3|~3.0",
618
                "symfony/validator": "~2.2|~3.0",
619
                "symfony/yaml": "~2.2|~3.0"
620
            },
621
            "suggest": {
622
                "symfony/security-acl": "For using this bundle to cache ACLs"
623
            },
624
            "type": "symfony-bundle",
625
            "extra": {
626
                "branch-alias": {
627
                    "dev-master": "1.2.x-dev"
628
                }
629
            },
630
            "autoload": {
631
                "psr-4": {
632
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
633
                }
634
            },
635
            "notification-url": "https://packagist.org/downloads/",
636
            "license": [
637
                "MIT"
638
            ],
639
            "authors": [
640
                {
641
                    "name": "Symfony Community",
642
                    "homepage": "http://symfony.com/contributors"
643
                },
644
                {
645
                    "name": "Benjamin Eberlei",
646
                    "email": "[email protected]"
647
                },
648
                {
649
                    "name": "Fabio B. Silva",
650
                    "email": "[email protected]"
651
                },
652
                {
653
                    "name": "Guilherme Blanco",
654
                    "email": "[email protected]"
655
                },
656
                {
657
                    "name": "Doctrine Project",
658
                    "homepage": "http://www.doctrine-project.org/"
659
                },
660
                {
661
                    "name": "Fabien Potencier",
662
                    "email": "[email protected]"
663
                }
664
            ],
665
            "description": "Symfony Bundle for Doctrine Cache",
666
            "homepage": "http://www.doctrine-project.org",
667
            "keywords": [
668
                "cache",
669
                "caching"
670
            ],
671
            "time": "2016-01-26 17:28:51"
672
        },
673
        {
674
            "name": "doctrine/doctrine-fixtures-bundle",
675
            "version": "2.3.0",
676
            "source": {
677
                "type": "git",
678
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
679
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
680
            },
681
            "dist": {
682
                "type": "zip",
683
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
684
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
685
                "shasum": ""
686
            },
687
            "require": {
688
                "doctrine/data-fixtures": "~1.0",
689
                "doctrine/doctrine-bundle": "~1.0",
690
                "php": ">=5.3.2",
691
                "symfony/doctrine-bridge": "~2.3|~3.0"
692
            },
693
            "type": "symfony-bundle",
694
            "extra": {
695
                "branch-alias": {
696
                    "dev-master": "2.2.x-dev"
697
                }
698
            },
699
            "autoload": {
700
                "psr-4": {
701
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
702
                }
703
            },
704
            "notification-url": "https://packagist.org/downloads/",
705
            "license": [
706
                "MIT"
707
            ],
708
            "authors": [
709
                {
710
                    "name": "Symfony Community",
711
                    "homepage": "http://symfony.com/contributors"
712
                },
713
                {
714
                    "name": "Doctrine Project",
715
                    "homepage": "http://www.doctrine-project.org"
716
                },
717
                {
718
                    "name": "Fabien Potencier",
719
                    "email": "[email protected]"
720
                }
721
            ],
722
            "description": "Symfony DoctrineFixturesBundle",
723
            "homepage": "http://www.doctrine-project.org",
724
            "keywords": [
725
                "Fixture",
726
                "persistence"
727
            ],
728
            "time": "2015-11-04 21:23:23"
729
        },
730
        {
731
            "name": "doctrine/doctrine-migrations-bundle",
732
            "version": "v1.2.0",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
736
                "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0b89ee55bceb53c60bc4ba32924ac5053e377abb",
741
                "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "doctrine/doctrine-bundle": "~1.0",
746
                "doctrine/migrations": "^1.1",
747
                "php": ">=5.4.0",
748
                "symfony/framework-bundle": "~2.3|~3.0"
749
            },
750
            "require-dev": {
751
                "phpunit/phpunit": "~4.8"
752
            },
753
            "type": "symfony-bundle",
754
            "extra": {
755
                "branch-alias": {
756
                    "dev-master": "1.1-dev"
757
                }
758
            },
759
            "autoload": {
760
                "psr-4": {
761
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
762
                }
763
            },
764
            "notification-url": "https://packagist.org/downloads/",
765
            "license": [
766
                "MIT"
767
            ],
768
            "authors": [
769
                {
770
                    "name": "Symfony Community",
771
                    "homepage": "http://symfony.com/contributors"
772
                },
773
                {
774
                    "name": "Doctrine Project",
775
                    "homepage": "http://www.doctrine-project.org"
776
                },
777
                {
778
                    "name": "Fabien Potencier",
779
                    "email": "[email protected]"
780
                }
781
            ],
782
            "description": "Symfony DoctrineMigrationsBundle",
783
            "homepage": "http://www.doctrine-project.org",
784
            "keywords": [
785
                "dbal",
786
                "migrations",
787
                "schema"
788
            ],
789
            "time": "2016-06-30 19:26:35"
790
        },
791
        {
792
            "name": "doctrine/inflector",
793
            "version": "v1.1.0",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/doctrine/inflector.git",
797
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
802
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "php": ">=5.3.2"
807
            },
808
            "require-dev": {
809
                "phpunit/phpunit": "4.*"
810
            },
811
            "type": "library",
812
            "extra": {
813
                "branch-alias": {
814
                    "dev-master": "1.1.x-dev"
815
                }
816
            },
817
            "autoload": {
818
                "psr-0": {
819
                    "Doctrine\\Common\\Inflector\\": "lib/"
820
                }
821
            },
822
            "notification-url": "https://packagist.org/downloads/",
823
            "license": [
824
                "MIT"
825
            ],
826
            "authors": [
827
                {
828
                    "name": "Roman Borschel",
829
                    "email": "[email protected]"
830
                },
831
                {
832
                    "name": "Benjamin Eberlei",
833
                    "email": "[email protected]"
834
                },
835
                {
836
                    "name": "Guilherme Blanco",
837
                    "email": "[email protected]"
838
                },
839
                {
840
                    "name": "Jonathan Wage",
841
                    "email": "[email protected]"
842
                },
843
                {
844
                    "name": "Johannes Schmitt",
845
                    "email": "[email protected]"
846
                }
847
            ],
848
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
849
            "homepage": "http://www.doctrine-project.org",
850
            "keywords": [
851
                "inflection",
852
                "pluralize",
853
                "singularize",
854
                "string"
855
            ],
856
            "time": "2015-11-06 14:35:42"
857
        },
858
        {
859
            "name": "doctrine/instantiator",
860
            "version": "1.0.5",
861
            "source": {
862
                "type": "git",
863
                "url": "https://github.com/doctrine/instantiator.git",
864
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
865
            },
866
            "dist": {
867
                "type": "zip",
868
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
869
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
870
                "shasum": ""
871
            },
872
            "require": {
873
                "php": ">=5.3,<8.0-DEV"
874
            },
875
            "require-dev": {
876
                "athletic/athletic": "~0.1.8",
877
                "ext-pdo": "*",
878
                "ext-phar": "*",
879
                "phpunit/phpunit": "~4.0",
880
                "squizlabs/php_codesniffer": "~2.0"
881
            },
882
            "type": "library",
883
            "extra": {
884
                "branch-alias": {
885
                    "dev-master": "1.0.x-dev"
886
                }
887
            },
888
            "autoload": {
889
                "psr-4": {
890
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
891
                }
892
            },
893
            "notification-url": "https://packagist.org/downloads/",
894
            "license": [
895
                "MIT"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "Marco Pivetta",
900
                    "email": "[email protected]",
901
                    "homepage": "http://ocramius.github.com/"
902
                }
903
            ],
904
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
905
            "homepage": "https://github.com/doctrine/instantiator",
906
            "keywords": [
907
                "constructor",
908
                "instantiate"
909
            ],
910
            "time": "2015-06-14 21:17:01"
911
        },
912
        {
913
            "name": "doctrine/lexer",
914
            "version": "v1.0.1",
915
            "source": {
916
                "type": "git",
917
                "url": "https://github.com/doctrine/lexer.git",
918
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
919
            },
920
            "dist": {
921
                "type": "zip",
922
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
923
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
924
                "shasum": ""
925
            },
926
            "require": {
927
                "php": ">=5.3.2"
928
            },
929
            "type": "library",
930
            "extra": {
931
                "branch-alias": {
932
                    "dev-master": "1.0.x-dev"
933
                }
934
            },
935
            "autoload": {
936
                "psr-0": {
937
                    "Doctrine\\Common\\Lexer\\": "lib/"
938
                }
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "MIT"
943
            ],
944
            "authors": [
945
                {
946
                    "name": "Roman Borschel",
947
                    "email": "[email protected]"
948
                },
949
                {
950
                    "name": "Guilherme Blanco",
951
                    "email": "[email protected]"
952
                },
953
                {
954
                    "name": "Johannes Schmitt",
955
                    "email": "[email protected]"
956
                }
957
            ],
958
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
959
            "homepage": "http://www.doctrine-project.org",
960
            "keywords": [
961
                "lexer",
962
                "parser"
963
            ],
964
            "time": "2014-09-09 13:34:57"
965
        },
966
        {
967
            "name": "doctrine/migrations",
968
            "version": "1.4.1",
969
            "source": {
970
                "type": "git",
971
                "url": "https://github.com/doctrine/migrations.git",
972
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
973
            },
974
            "dist": {
975
                "type": "zip",
976
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
977
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
978
                "shasum": ""
979
            },
980
            "require": {
981
                "doctrine/dbal": "~2.2",
982
                "ocramius/proxy-manager": "^1.0|^2.0",
983
                "php": "^5.5|^7.0",
984
                "symfony/console": "~2.3|~3.0",
985
                "symfony/yaml": "~2.3|~3.0"
986
            },
987
            "require-dev": {
988
                "doctrine/coding-standard": "dev-master",
989
                "doctrine/orm": "2.*",
990
                "jdorn/sql-formatter": "~1.1",
991
                "johnkary/phpunit-speedtrap": "~1.0@dev",
992
                "mockery/mockery": "^0.9.4",
993
                "phpunit/phpunit": "~4.7",
994
                "satooshi/php-coveralls": "0.6.*"
995
            },
996
            "suggest": {
997
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
998
            },
999
            "bin": [
1000
                "bin/doctrine-migrations"
1001
            ],
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "v1.5.x-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "psr-4": {
1010
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1011
                }
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "LGPL-2.1"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Benjamin Eberlei",
1020
                    "email": "[email protected]"
1021
                },
1022
                {
1023
                    "name": "Jonathan Wage",
1024
                    "email": "[email protected]"
1025
                },
1026
                {
1027
                    "name": "Michael Simonson",
1028
                    "email": "[email protected]"
1029
                }
1030
            ],
1031
            "description": "Database Schema migrations using Doctrine DBAL",
1032
            "homepage": "http://www.doctrine-project.org",
1033
            "keywords": [
1034
                "database",
1035
                "migrations"
1036
            ],
1037
            "time": "2016-03-14 12:29:11"
1038
        },
1039
        {
1040
            "name": "doctrine/orm",
1041
            "version": "v2.5.5",
1042
            "source": {
1043
                "type": "git",
1044
                "url": "https://github.com/doctrine/doctrine2.git",
1045
                "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
1046
            },
1047
            "dist": {
1048
                "type": "zip",
1049
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
1050
                "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
1051
                "shasum": ""
1052
            },
1053
            "require": {
1054
                "doctrine/cache": "~1.4",
1055
                "doctrine/collections": "~1.2",
1056
                "doctrine/common": ">=2.5-dev,<2.7-dev",
1057
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1058
                "doctrine/instantiator": "~1.0.1",
1059
                "ext-pdo": "*",
1060
                "php": ">=5.4",
1061
                "symfony/console": "~2.5|~3.0"
1062
            },
1063
            "require-dev": {
1064
                "phpunit/phpunit": "~4.0",
1065
                "symfony/yaml": "~2.3|~3.0"
1066
            },
1067
            "suggest": {
1068
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1069
            },
1070
            "bin": [
1071
                "bin/doctrine",
1072
                "bin/doctrine.php"
1073
            ],
1074
            "type": "library",
1075
            "extra": {
1076
                "branch-alias": {
1077
                    "dev-master": "2.6.x-dev"
1078
                }
1079
            },
1080
            "autoload": {
1081
                "psr-0": {
1082
                    "Doctrine\\ORM\\": "lib/"
1083
                }
1084
            },
1085
            "notification-url": "https://packagist.org/downloads/",
1086
            "license": [
1087
                "MIT"
1088
            ],
1089
            "authors": [
1090
                {
1091
                    "name": "Roman Borschel",
1092
                    "email": "[email protected]"
1093
                },
1094
                {
1095
                    "name": "Benjamin Eberlei",
1096
                    "email": "[email protected]"
1097
                },
1098
                {
1099
                    "name": "Guilherme Blanco",
1100
                    "email": "[email protected]"
1101
                },
1102
                {
1103
                    "name": "Jonathan Wage",
1104
                    "email": "[email protected]"
1105
                }
1106
            ],
1107
            "description": "Object-Relational-Mapper for PHP",
1108
            "homepage": "http://www.doctrine-project.org",
1109
            "keywords": [
1110
                "database",
1111
                "orm"
1112
            ],
1113
            "time": "2016-09-10 18:51:13"
1114
        },
1115
        {
1116
            "name": "friendsofsymfony/oauth-server-bundle",
1117
            "version": "1.5.2",
1118
            "source": {
1119
                "type": "git",
1120
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1121
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1122
            },
1123
            "dist": {
1124
                "type": "zip",
1125
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1126
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1127
                "shasum": ""
1128
            },
1129
            "require": {
1130
                "friendsofsymfony/oauth2-php": "~1.1",
1131
                "php": "^5.3.3|^7.0",
1132
                "symfony/framework-bundle": "~2.2|~3.0",
1133
                "symfony/security-bundle": "~2.1|~3.0"
1134
            },
1135
            "require-dev": {
1136
                "doctrine/doctrine-bundle": "~1.0",
1137
                "doctrine/mongodb-odm": "~1.0",
1138
                "doctrine/orm": "~2.2",
1139
                "phing/phing": "~2.4",
1140
                "propel/propel1": "^1.6.5",
1141
                "symfony/class-loader": "~2.1|~3.0",
1142
                "symfony/form": "~2.3|~3.0",
1143
                "symfony/yaml": "~2.1|~3.0",
1144
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1145
            },
1146
            "suggest": {
1147
                "doctrine/doctrine-bundle": "*",
1148
                "doctrine/mongodb-odm-bundle": "*",
1149
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1150
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1151
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1152
            },
1153
            "type": "symfony-bundle",
1154
            "extra": {
1155
                "branch-alias": {
1156
                    "dev-master": "1.5-dev"
1157
                }
1158
            },
1159
            "autoload": {
1160
                "psr-4": {
1161
                    "FOS\\OAuthServerBundle\\": ""
1162
                }
1163
            },
1164
            "notification-url": "https://packagist.org/downloads/",
1165
            "license": [
1166
                "MIT"
1167
            ],
1168
            "authors": [
1169
                {
1170
                    "name": "Arnaud Le Blanc",
1171
                    "email": "[email protected]"
1172
                },
1173
                {
1174
                    "name": "FriendsOfSymfony Community",
1175
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1176
                }
1177
            ],
1178
            "description": "Symfony2 OAuth Server Bundle",
1179
            "homepage": "http://friendsofsymfony.github.com",
1180
            "keywords": [
1181
                "oauth",
1182
                "oauth2",
1183
                "server"
1184
            ],
1185
            "time": "2016-02-22 13:57:55"
1186
        },
1187
        {
1188
            "name": "friendsofsymfony/oauth2-php",
1189
            "version": "1.2.1",
1190
            "source": {
1191
                "type": "git",
1192
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1193
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1194
            },
1195
            "dist": {
1196
                "type": "zip",
1197
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1198
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1199
                "shasum": ""
1200
            },
1201
            "require": {
1202
                "php": ">=5.3.2",
1203
                "symfony/http-foundation": "~2.0|~3.0"
1204
            },
1205
            "require-dev": {
1206
                "phpunit/phpunit": "~4.0"
1207
            },
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "1.2.x-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "psr-4": {
1216
                    "OAuth2\\": "lib/"
1217
                }
1218
            },
1219
            "notification-url": "https://packagist.org/downloads/",
1220
            "license": [
1221
                "MIT"
1222
            ],
1223
            "authors": [
1224
                {
1225
                    "name": "Arnaud Le Blanc",
1226
                    "email": "[email protected]"
1227
                },
1228
                {
1229
                    "name": "FriendsOfSymfony Community",
1230
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1231
                }
1232
            ],
1233
            "description": "OAuth2 library",
1234
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1235
            "keywords": [
1236
                "oauth",
1237
                "oauth2"
1238
            ],
1239
            "time": "2016-03-31 14:24:17"
1240
        },
1241
        {
1242
            "name": "friendsofsymfony/rest-bundle",
1243
            "version": "1.8.0",
1244
            "target-dir": "FOS/RestBundle",
1245
            "source": {
1246
                "type": "git",
1247
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1248
                "reference": "c0f1aaf9e61a89b02eb5f2fbd2871d686706acb1"
1249
            },
1250
            "dist": {
1251
                "type": "zip",
1252
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c0f1aaf9e61a89b02eb5f2fbd2871d686706acb1",
1253
                "reference": "c0f1aaf9e61a89b02eb5f2fbd2871d686706acb1",
1254
                "shasum": ""
1255
            },
1256
            "require": {
1257
                "doctrine/inflector": "~1.0",
1258
                "php": "^5.3.9|~7.0",
1259
                "psr/log": "~1.0",
1260
                "symfony/finder": "~2.3|~3.0",
1261
                "symfony/framework-bundle": "~2.3|~3.0",
1262
                "symfony/http-kernel": "^2.3.24|~3.0",
1263
                "willdurand/jsonp-callback-validator": "~1.0",
1264
                "willdurand/negotiation": "~1.2"
1265
            },
1266
            "conflict": {
1267
                "jms/serializer": "<0.13",
1268
                "jms/serializer-bundle": "<0.11",
1269
                "sensio/framework-extra-bundle": ">=3.0.13",
1270
                "symfony/validator": ">=2.5.0,<2.5.5"
1271
            },
1272
            "require-dev": {
1273
                "jms/serializer": "~0.13|~1.0",
1274
                "jms/serializer-bundle": "~0.11|~1.0",
1275
                "phpoption/phpoption": "~1.1.0",
1276
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
1277
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1278
                "symfony/browser-kit": "~2.3|~3.0",
1279
                "symfony/dependency-injection": "~2.3|~3.0",
1280
                "symfony/form": "~2.3|~3.0",
1281
                "symfony/phpunit-bridge": "~2.7|~3.0",
1282
                "symfony/security": "~2.3|~3.0",
1283
                "symfony/serializer": "~2.3|~3.0",
1284
                "symfony/validator": "~2.3|~3.0",
1285
                "symfony/yaml": "~2.3|~3.0"
1286
            },
1287
            "suggest": {
1288
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
1289
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
1290
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1291
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1292
            },
1293
            "type": "symfony-bundle",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.8-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-0": {
1301
                    "FOS\\RestBundle": ""
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Lukas Kahwe Smith",
1311
                    "email": "[email protected]"
1312
                },
1313
                {
1314
                    "name": "FriendsOfSymfony Community",
1315
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1316
                },
1317
                {
1318
                    "name": "Konstantin Kudryashov",
1319
                    "email": "[email protected]"
1320
                }
1321
            ],
1322
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1323
            "homepage": "http://friendsofsymfony.github.com",
1324
            "keywords": [
1325
                "rest"
1326
            ],
1327
            "time": "2016-06-21 08:42:59"
1328
        },
1329
        {
1330
            "name": "fzaninotto/faker",
1331
            "version": "v1.6.0",
1332
            "source": {
1333
                "type": "git",
1334
                "url": "https://github.com/fzaninotto/Faker.git",
1335
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
1336
            },
1337
            "dist": {
1338
                "type": "zip",
1339
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1340
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1341
                "shasum": ""
1342
            },
1343
            "require": {
1344
                "php": "^5.3.3|^7.0"
1345
            },
1346
            "require-dev": {
1347
                "ext-intl": "*",
1348
                "phpunit/phpunit": "~4.0",
1349
                "squizlabs/php_codesniffer": "~1.5"
1350
            },
1351
            "type": "library",
1352
            "extra": {
1353
                "branch-alias": []
1354
            },
1355
            "autoload": {
1356
                "psr-4": {
1357
                    "Faker\\": "src/Faker/"
1358
                }
1359
            },
1360
            "notification-url": "https://packagist.org/downloads/",
1361
            "license": [
1362
                "MIT"
1363
            ],
1364
            "authors": [
1365
                {
1366
                    "name": "François Zaninotto"
1367
                }
1368
            ],
1369
            "description": "Faker is a PHP library that generates fake data for you.",
1370
            "keywords": [
1371
                "data",
1372
                "faker",
1373
                "fixtures"
1374
            ],
1375
            "time": "2016-04-29 12:21:54"
1376
        },
1377
        {
1378
            "name": "gedmo/doctrine-extensions",
1379
            "version": "v2.4.24",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1383
                "reference": "a7f7243a19f79a99ac83a3570444d8795f665eef"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/a7f7243a19f79a99ac83a3570444d8795f665eef",
1388
                "reference": "a7f7243a19f79a99ac83a3570444d8795f665eef",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "behat/transliterator": "~1.0",
1393
                "doctrine/common": "~2.4",
1394
                "php": ">=5.3.2"
1395
            },
1396
            "require-dev": {
1397
                "doctrine/common": ">=2.5.0",
1398
                "doctrine/mongodb-odm": ">=1.0.2",
1399
                "doctrine/orm": ">=2.5.0",
1400
                "phpunit/phpunit": "~4.4",
1401
                "phpunit/phpunit-mock-objects": "~2.3",
1402
                "symfony/yaml": "~2.6"
1403
            },
1404
            "suggest": {
1405
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1406
                "doctrine/orm": "to use the extensions with the ORM"
1407
            },
1408
            "type": "library",
1409
            "extra": {
1410
                "branch-alias": {
1411
                    "dev-master": "2.4.x-dev"
1412
                }
1413
            },
1414
            "autoload": {
1415
                "psr-0": {
1416
                    "Gedmo\\": "lib/"
1417
                }
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "MIT"
1422
            ],
1423
            "authors": [
1424
                {
1425
                    "name": "David Buchmann",
1426
                    "email": "[email protected]"
1427
                },
1428
                {
1429
                    "name": "Gediminas Morkevicius",
1430
                    "email": "[email protected]"
1431
                },
1432
                {
1433
                    "name": "Gustavo Falco",
1434
                    "email": "[email protected]"
1435
                }
1436
            ],
1437
            "description": "Doctrine2 behavioral extensions",
1438
            "homepage": "http://gediminasm.org/",
1439
            "keywords": [
1440
                "Blameable",
1441
                "behaviors",
1442
                "doctrine2",
1443
                "extensions",
1444
                "gedmo",
1445
                "loggable",
1446
                "nestedset",
1447
                "sluggable",
1448
                "sortable",
1449
                "timestampable",
1450
                "translatable",
1451
                "tree",
1452
                "uploadable"
1453
            ],
1454
            "time": "2016-10-11 18:03:37"
1455
        },
1456
        {
1457
            "name": "guzzlehttp/guzzle",
1458
            "version": "6.2.2",
1459
            "source": {
1460
                "type": "git",
1461
                "url": "https://github.com/guzzle/guzzle.git",
1462
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
1463
            },
1464
            "dist": {
1465
                "type": "zip",
1466
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
1467
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
1468
                "shasum": ""
1469
            },
1470
            "require": {
1471
                "guzzlehttp/promises": "^1.0",
1472
                "guzzlehttp/psr7": "^1.3.1",
1473
                "php": ">=5.5"
1474
            },
1475
            "require-dev": {
1476
                "ext-curl": "*",
1477
                "phpunit/phpunit": "^4.0",
1478
                "psr/log": "^1.0"
1479
            },
1480
            "type": "library",
1481
            "extra": {
1482
                "branch-alias": {
1483
                    "dev-master": "6.2-dev"
1484
                }
1485
            },
1486
            "autoload": {
1487
                "files": [
1488
                    "src/functions_include.php"
1489
                ],
1490
                "psr-4": {
1491
                    "GuzzleHttp\\": "src/"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Michael Dowling",
1501
                    "email": "[email protected]",
1502
                    "homepage": "https://github.com/mtdowling"
1503
                }
1504
            ],
1505
            "description": "Guzzle is a PHP HTTP client library",
1506
            "homepage": "http://guzzlephp.org/",
1507
            "keywords": [
1508
                "client",
1509
                "curl",
1510
                "framework",
1511
                "http",
1512
                "http client",
1513
                "rest",
1514
                "web service"
1515
            ],
1516
            "time": "2016-10-08 15:01:37"
1517
        },
1518
        {
1519
            "name": "guzzlehttp/promises",
1520
            "version": "1.3.0",
1521
            "source": {
1522
                "type": "git",
1523
                "url": "https://github.com/guzzle/promises.git",
1524
                "reference": "2693c101803ca78b27972d84081d027fca790a1e"
1525
            },
1526
            "dist": {
1527
                "type": "zip",
1528
                "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e",
1529
                "reference": "2693c101803ca78b27972d84081d027fca790a1e",
1530
                "shasum": ""
1531
            },
1532
            "require": {
1533
                "php": ">=5.5.0"
1534
            },
1535
            "require-dev": {
1536
                "phpunit/phpunit": "~4.0"
1537
            },
1538
            "type": "library",
1539
            "extra": {
1540
                "branch-alias": {
1541
                    "dev-master": "1.0-dev"
1542
                }
1543
            },
1544
            "autoload": {
1545
                "psr-4": {
1546
                    "GuzzleHttp\\Promise\\": "src/"
1547
                },
1548
                "files": [
1549
                    "src/functions_include.php"
1550
                ]
1551
            },
1552
            "notification-url": "https://packagist.org/downloads/",
1553
            "license": [
1554
                "MIT"
1555
            ],
1556
            "authors": [
1557
                {
1558
                    "name": "Michael Dowling",
1559
                    "email": "[email protected]",
1560
                    "homepage": "https://github.com/mtdowling"
1561
                }
1562
            ],
1563
            "description": "Guzzle promises library",
1564
            "keywords": [
1565
                "promise"
1566
            ],
1567
            "time": "2016-11-18 17:47:58"
1568
        },
1569
        {
1570
            "name": "guzzlehttp/psr7",
1571
            "version": "1.3.1",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/guzzle/psr7.git",
1575
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
1580
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "php": ">=5.4.0",
1585
                "psr/http-message": "~1.0"
1586
            },
1587
            "provide": {
1588
                "psr/http-message-implementation": "1.0"
1589
            },
1590
            "require-dev": {
1591
                "phpunit/phpunit": "~4.0"
1592
            },
1593
            "type": "library",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "1.4-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-4": {
1601
                    "GuzzleHttp\\Psr7\\": "src/"
1602
                },
1603
                "files": [
1604
                    "src/functions_include.php"
1605
                ]
1606
            },
1607
            "notification-url": "https://packagist.org/downloads/",
1608
            "license": [
1609
                "MIT"
1610
            ],
1611
            "authors": [
1612
                {
1613
                    "name": "Michael Dowling",
1614
                    "email": "[email protected]",
1615
                    "homepage": "https://github.com/mtdowling"
1616
                }
1617
            ],
1618
            "description": "PSR-7 message implementation",
1619
            "keywords": [
1620
                "http",
1621
                "message",
1622
                "stream",
1623
                "uri"
1624
            ],
1625
            "time": "2016-06-24 23:00:38"
1626
        },
1627
        {
1628
            "name": "hamcrest/hamcrest-php",
1629
            "version": "v1.2.2",
1630
            "source": {
1631
                "type": "git",
1632
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1633
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1634
            },
1635
            "dist": {
1636
                "type": "zip",
1637
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1638
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1639
                "shasum": ""
1640
            },
1641
            "require": {
1642
                "php": ">=5.3.2"
1643
            },
1644
            "replace": {
1645
                "cordoval/hamcrest-php": "*",
1646
                "davedevelopment/hamcrest-php": "*",
1647
                "kodova/hamcrest-php": "*"
1648
            },
1649
            "require-dev": {
1650
                "phpunit/php-file-iterator": "1.3.3",
1651
                "satooshi/php-coveralls": "dev-master"
1652
            },
1653
            "type": "library",
1654
            "autoload": {
1655
                "classmap": [
1656
                    "hamcrest"
1657
                ],
1658
                "files": [
1659
                    "hamcrest/Hamcrest.php"
1660
                ]
1661
            },
1662
            "notification-url": "https://packagist.org/downloads/",
1663
            "license": [
1664
                "BSD"
1665
            ],
1666
            "description": "This is the PHP port of Hamcrest Matchers",
1667
            "keywords": [
1668
                "test"
1669
            ],
1670
            "time": "2015-05-11 14:41:42"
1671
        },
1672
        {
1673
            "name": "imagine/imagine",
1674
            "version": "v0.6.3",
1675
            "source": {
1676
                "type": "git",
1677
                "url": "https://github.com/avalanche123/Imagine.git",
1678
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
1679
            },
1680
            "dist": {
1681
                "type": "zip",
1682
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
1683
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
1684
                "shasum": ""
1685
            },
1686
            "require": {
1687
                "php": ">=5.3.2"
1688
            },
1689
            "require-dev": {
1690
                "sami/sami": "dev-master"
1691
            },
1692
            "suggest": {
1693
                "ext-gd": "to use the GD implementation",
1694
                "ext-gmagick": "to use the Gmagick implementation",
1695
                "ext-imagick": "to use the Imagick implementation"
1696
            },
1697
            "type": "library",
1698
            "extra": {
1699
                "branch-alias": {
1700
                    "dev-develop": "0.7-dev"
1701
                }
1702
            },
1703
            "autoload": {
1704
                "psr-0": {
1705
                    "Imagine": "lib/"
1706
                }
1707
            },
1708
            "notification-url": "https://packagist.org/downloads/",
1709
            "license": [
1710
                "MIT"
1711
            ],
1712
            "authors": [
1713
                {
1714
                    "name": "Bulat Shakirzyanov",
1715
                    "email": "[email protected]",
1716
                    "homepage": "http://avalanche123.com"
1717
                }
1718
            ],
1719
            "description": "Image processing for PHP 5.3",
1720
            "homepage": "http://imagine.readthedocs.org/",
1721
            "keywords": [
1722
                "drawing",
1723
                "graphics",
1724
                "image manipulation",
1725
                "image processing"
1726
            ],
1727
            "time": "2015-09-19 16:54:05"
1728
        },
1729
        {
1730
            "name": "incenteev/composer-parameter-handler",
1731
            "version": "v2.1.2",
1732
            "source": {
1733
                "type": "git",
1734
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1735
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1736
            },
1737
            "dist": {
1738
                "type": "zip",
1739
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1740
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1741
                "shasum": ""
1742
            },
1743
            "require": {
1744
                "php": ">=5.3.3",
1745
                "symfony/yaml": "~2.3|~3.0"
1746
            },
1747
            "require-dev": {
1748
                "composer/composer": "1.0.*@dev",
1749
                "phpspec/prophecy-phpunit": "~1.0",
1750
                "symfony/filesystem": "~2.2"
1751
            },
1752
            "type": "library",
1753
            "extra": {
1754
                "branch-alias": {
1755
                    "dev-master": "2.1.x-dev"
1756
                }
1757
            },
1758
            "autoload": {
1759
                "psr-4": {
1760
                    "Incenteev\\ParameterHandler\\": ""
1761
                }
1762
            },
1763
            "notification-url": "https://packagist.org/downloads/",
1764
            "license": [
1765
                "MIT"
1766
            ],
1767
            "authors": [
1768
                {
1769
                    "name": "Christophe Coevoet",
1770
                    "email": "[email protected]"
1771
                }
1772
            ],
1773
            "description": "Composer script handling your ignored parameter file",
1774
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1775
            "keywords": [
1776
                "parameters management"
1777
            ],
1778
            "time": "2015-11-10 17:04:01"
1779
        },
1780
        {
1781
            "name": "jdorn/sql-formatter",
1782
            "version": "v1.2.17",
1783
            "source": {
1784
                "type": "git",
1785
                "url": "https://github.com/jdorn/sql-formatter.git",
1786
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1787
            },
1788
            "dist": {
1789
                "type": "zip",
1790
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1791
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1792
                "shasum": ""
1793
            },
1794
            "require": {
1795
                "php": ">=5.2.4"
1796
            },
1797
            "require-dev": {
1798
                "phpunit/phpunit": "3.7.*"
1799
            },
1800
            "type": "library",
1801
            "extra": {
1802
                "branch-alias": {
1803
                    "dev-master": "1.3.x-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "classmap": [
1808
                    "lib"
1809
                ]
1810
            },
1811
            "notification-url": "https://packagist.org/downloads/",
1812
            "license": [
1813
                "MIT"
1814
            ],
1815
            "authors": [
1816
                {
1817
                    "name": "Jeremy Dorn",
1818
                    "email": "[email protected]",
1819
                    "homepage": "http://jeremydorn.com/"
1820
                }
1821
            ],
1822
            "description": "a PHP SQL highlighting library",
1823
            "homepage": "https://github.com/jdorn/sql-formatter/",
1824
            "keywords": [
1825
                "highlight",
1826
                "sql"
1827
            ],
1828
            "time": "2014-01-12 16:20:24"
1829
        },
1830
        {
1831
            "name": "jeremykendall/php-domain-parser",
1832
            "version": "3.0.0",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
1836
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
1841
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "ext-curl": "*",
1846
                "ext-intl": "*",
1847
                "ext-mbstring": "*",
1848
                "php": ">=5.3.0"
1849
            },
1850
            "require-dev": {
1851
                "jeremykendall/debug-die": "0.0.1.*",
1852
                "mikey179/vfsstream": "~1.4",
1853
                "phpunit/phpunit": "~4.4"
1854
            },
1855
            "bin": [
1856
                "bin/parse",
1857
                "bin/update-psl"
1858
            ],
1859
            "type": "library",
1860
            "autoload": {
1861
                "psr-0": {
1862
                    "Pdp\\": "src/"
1863
                },
1864
                "files": [
1865
                    "src/pdp-parse-url.php"
1866
                ]
1867
            },
1868
            "notification-url": "https://packagist.org/downloads/",
1869
            "license": [
1870
                "MIT"
1871
            ],
1872
            "authors": [
1873
                {
1874
                    "name": "Jeremy Kendall",
1875
                    "homepage": "http://about.me/jeremykendall",
1876
                    "role": "Developer"
1877
                },
1878
                {
1879
                    "name": "Contributors",
1880
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
1881
                }
1882
            ],
1883
            "description": "Public Suffix List based URL parsing implemented in PHP.",
1884
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
1885
            "keywords": [
1886
                "Public Suffix List",
1887
                "domain parsing",
1888
                "url parsing"
1889
            ],
1890
            "time": "2015-03-30 12:49:45"
1891
        },
1892
        {
1893
            "name": "jms/metadata",
1894
            "version": "1.5.1",
1895
            "source": {
1896
                "type": "git",
1897
                "url": "https://github.com/schmittjoh/metadata.git",
1898
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1899
            },
1900
            "dist": {
1901
                "type": "zip",
1902
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1903
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1904
                "shasum": ""
1905
            },
1906
            "require": {
1907
                "php": ">=5.3.0"
1908
            },
1909
            "require-dev": {
1910
                "doctrine/cache": "~1.0"
1911
            },
1912
            "type": "library",
1913
            "extra": {
1914
                "branch-alias": {
1915
                    "dev-master": "1.5.x-dev"
1916
                }
1917
            },
1918
            "autoload": {
1919
                "psr-0": {
1920
                    "Metadata\\": "src/"
1921
                }
1922
            },
1923
            "notification-url": "https://packagist.org/downloads/",
1924
            "license": [
1925
                "Apache"
1926
            ],
1927
            "authors": [
1928
                {
1929
                    "name": "Johannes Schmitt",
1930
                    "email": "[email protected]",
1931
                    "homepage": "https://github.com/schmittjoh",
1932
                    "role": "Developer of wrapped JMSSerializerBundle"
1933
                }
1934
            ],
1935
            "description": "Class/method/property metadata management in PHP",
1936
            "keywords": [
1937
                "annotations",
1938
                "metadata",
1939
                "xml",
1940
                "yaml"
1941
            ],
1942
            "time": "2014-07-12 07:13:19"
1943
        },
1944
        {
1945
            "name": "jms/parser-lib",
1946
            "version": "1.0.0",
1947
            "source": {
1948
                "type": "git",
1949
                "url": "https://github.com/schmittjoh/parser-lib.git",
1950
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1951
            },
1952
            "dist": {
1953
                "type": "zip",
1954
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1955
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1956
                "shasum": ""
1957
            },
1958
            "require": {
1959
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1960
            },
1961
            "type": "library",
1962
            "extra": {
1963
                "branch-alias": {
1964
                    "dev-master": "1.0-dev"
1965
                }
1966
            },
1967
            "autoload": {
1968
                "psr-0": {
1969
                    "JMS\\": "src/"
1970
                }
1971
            },
1972
            "notification-url": "https://packagist.org/downloads/",
1973
            "license": [
1974
                "Apache2"
1975
            ],
1976
            "description": "A library for easily creating recursive-descent parsers.",
1977
            "time": "2012-11-18 18:08:43"
1978
        },
1979
        {
1980
            "name": "jms/serializer",
1981
            "version": "1.4.2",
1982
            "source": {
1983
                "type": "git",
1984
                "url": "https://github.com/schmittjoh/serializer.git",
1985
                "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b"
1986
            },
1987
            "dist": {
1988
                "type": "zip",
1989
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
1990
                "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
1991
                "shasum": ""
1992
            },
1993
            "require": {
1994
                "doctrine/annotations": "^1.0",
1995
                "doctrine/instantiator": "^1.0.3",
1996
                "jms/metadata": "~1.1",
1997
                "jms/parser-lib": "1.*",
1998
                "php": ">=5.5.0",
1999
                "phpcollection/phpcollection": "~0.1",
2000
                "phpoption/phpoption": "^1.1"
2001
            },
2002
            "conflict": {
2003
                "twig/twig": "<1.12"
2004
            },
2005
            "require-dev": {
2006
                "doctrine/orm": "~2.1",
2007
                "doctrine/phpcr-odm": "^1.3|^2.0",
2008
                "ext-pdo_sqlite": "*",
2009
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
2010
                "phpunit/phpunit": "^4.8|^5.0",
2011
                "propel/propel1": "~1.7",
2012
                "symfony/filesystem": "^2.1",
2013
                "symfony/form": "~2.1",
2014
                "symfony/translation": "^2.1",
2015
                "symfony/validator": "^2.2",
2016
                "symfony/yaml": "^2.1",
2017
                "twig/twig": "~1.12|~2.0"
2018
            },
2019
            "suggest": {
2020
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2021
            },
2022
            "type": "library",
2023
            "extra": {
2024
                "branch-alias": {
2025
                    "dev-master": "1.4-dev"
2026
                }
2027
            },
2028
            "autoload": {
2029
                "psr-0": {
2030
                    "JMS\\Serializer": "src/"
2031
                }
2032
            },
2033
            "notification-url": "https://packagist.org/downloads/",
2034
            "license": [
2035
                "Apache2"
2036
            ],
2037
            "authors": [
2038
                {
2039
                    "name": "Johannes M. Schmitt",
2040
                    "email": "[email protected]"
2041
                }
2042
            ],
2043
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2044
            "homepage": "http://jmsyst.com/libs/serializer",
2045
            "keywords": [
2046
                "deserialization",
2047
                "jaxb",
2048
                "json",
2049
                "serialization",
2050
                "xml"
2051
            ],
2052
            "time": "2016-11-13 10:20:11"
2053
        },
2054
        {
2055
            "name": "jms/serializer-bundle",
2056
            "version": "1.1.0",
2057
            "target-dir": "JMS/SerializerBundle",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2061
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2066
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "jms/serializer": "^1.0.0",
2071
                "php": ">=5.4.0",
2072
                "phpoption/phpoption": "^1.1.0",
2073
                "symfony/framework-bundle": "~2.3|~3.0"
2074
            },
2075
            "require-dev": {
2076
                "doctrine/doctrine-bundle": "*",
2077
                "doctrine/orm": "*",
2078
                "symfony/browser-kit": "*",
2079
                "symfony/class-loader": "*",
2080
                "symfony/css-selector": "*",
2081
                "symfony/finder": "*",
2082
                "symfony/form": "*",
2083
                "symfony/process": "*",
2084
                "symfony/stopwatch": "*",
2085
                "symfony/twig-bundle": "*",
2086
                "symfony/validator": "*",
2087
                "symfony/yaml": "*"
2088
            },
2089
            "suggest": {
2090
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2091
            },
2092
            "type": "symfony-bundle",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "1.1-dev"
2096
                }
2097
            },
2098
            "autoload": {
2099
                "psr-0": {
2100
                    "JMS\\SerializerBundle": ""
2101
                }
2102
            },
2103
            "notification-url": "https://packagist.org/downloads/",
2104
            "license": [
2105
                "Apache2"
2106
            ],
2107
            "authors": [
2108
                {
2109
                    "name": "Johannes M. Schmitt",
2110
                    "email": "[email protected]"
2111
                }
2112
            ],
2113
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2114
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2115
            "keywords": [
2116
                "deserialization",
2117
                "jaxb",
2118
                "json",
2119
                "serialization",
2120
                "xml"
2121
            ],
2122
            "time": "2015-11-10 12:26:42"
2123
        },
2124
        {
2125
            "name": "knplabs/gaufrette",
2126
            "version": "0.2.1",
2127
            "source": {
2128
                "type": "git",
2129
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2130
                "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e"
2131
            },
2132
            "dist": {
2133
                "type": "zip",
2134
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e",
2135
                "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e",
2136
                "shasum": ""
2137
            },
2138
            "require": {
2139
                "php": ">=5.3.2"
2140
            },
2141
            "require-dev": {
2142
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2143
                "aws/aws-sdk-php": "~2",
2144
                "doctrine/dbal": ">=2.3",
2145
                "dropbox-php/dropbox-php": "*",
2146
                "google/apiclient": "~1.1.3",
2147
                "herzult/php-ssh": "*",
2148
                "microsoft/windowsazure": "dev-master",
2149
                "mikey179/vfsstream": "~1.2.0",
2150
                "phpseclib/phpseclib": "^2.0",
2151
                "phpspec/phpspec": "2.0.*",
2152
                "phpunit/phpunit": "3.7.*",
2153
                "rackspace/php-opencloud": "1.9.*"
2154
            },
2155
            "suggest": {
2156
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2157
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2158
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2159
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2160
                "ext-apc": "to use the APC adapter",
2161
                "ext-curl": "*",
2162
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2163
                "ext-mbstring": "*",
2164
                "ext-mongo": "*",
2165
                "ext-zip": "to use the Zip adapter",
2166
                "google/apiclient": "to use GoogleCloudStorage adapter",
2167
                "herzult/php-ssh": "to use SFtp adapter",
2168
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2169
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2170
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2171
                "rackspace/php-opencloud": "to use Opencloud adapter"
2172
            },
2173
            "type": "library",
2174
            "extra": {
2175
                "branch-alias": {
2176
                    "dev-master": "0.4.x-dev"
2177
                }
2178
            },
2179
            "autoload": {
2180
                "psr-0": {
2181
                    "Gaufrette": "src/"
2182
                }
2183
            },
2184
            "notification-url": "https://packagist.org/downloads/",
2185
            "license": [
2186
                "MIT"
2187
            ],
2188
            "authors": [
2189
                {
2190
                    "name": "The contributors",
2191
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2192
                },
2193
                {
2194
                    "name": "KnpLabs Team",
2195
                    "homepage": "http://knplabs.com"
2196
                }
2197
            ],
2198
            "description": "PHP5 library that provides a filesystem abstraction layer",
2199
            "homepage": "http://knplabs.com",
2200
            "keywords": [
2201
                "abstraction",
2202
                "file",
2203
                "filesystem",
2204
                "media"
2205
            ],
2206
            "time": "2016-03-03 09:36:22"
2207
        },
2208
        {
2209
            "name": "knplabs/knp-gaufrette-bundle",
2210
            "version": "0.3.0",
2211
            "source": {
2212
                "type": "git",
2213
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2214
                "reference": "44cf552e14031517516458b0e394f16dd36a131b"
2215
            },
2216
            "dist": {
2217
                "type": "zip",
2218
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b",
2219
                "reference": "44cf552e14031517516458b0e394f16dd36a131b",
2220
                "shasum": ""
2221
            },
2222
            "require": {
2223
                "knplabs/gaufrette": "~0.1.7|~0.2",
2224
                "symfony/framework-bundle": "~2.0|~3.0"
2225
            },
2226
            "require-dev": {
2227
                "phpunit/phpunit": "~4.2",
2228
                "symfony/console": "~2.0|~3.0",
2229
                "symfony/yaml": "~2.0|~3.0"
2230
            },
2231
            "type": "symfony-bundle",
2232
            "extra": {
2233
                "branch-alias": {
2234
                    "dev-master": "0.4.x-dev"
2235
                }
2236
            },
2237
            "autoload": {
2238
                "psr-4": {
2239
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2240
                }
2241
            },
2242
            "notification-url": "https://packagist.org/downloads/",
2243
            "license": [
2244
                "MIT"
2245
            ],
2246
            "authors": [
2247
                {
2248
                    "name": "The contributors",
2249
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2250
                },
2251
                {
2252
                    "name": "Antoine Hérault",
2253
                    "email": "[email protected]"
2254
                }
2255
            ],
2256
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2257
            "homepage": "http://knplabs.com",
2258
            "keywords": [
2259
                "abstraction",
2260
                "file",
2261
                "filesystem",
2262
                "media"
2263
            ],
2264
            "time": "2016-01-16 00:12:11"
2265
        },
2266
        {
2267
            "name": "knplabs/knp-menu",
2268
            "version": "2.2.0",
2269
            "source": {
2270
                "type": "git",
2271
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2272
                "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20"
2273
            },
2274
            "dist": {
2275
                "type": "zip",
2276
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20",
2277
                "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20",
2278
                "shasum": ""
2279
            },
2280
            "require": {
2281
                "php": ">=5.3.0"
2282
            },
2283
            "require-dev": {
2284
                "pimple/pimple": "~1.0",
2285
                "silex/silex": "~1.0",
2286
                "symfony/phpunit-bridge": "~2.7|~3.0",
2287
                "symfony/routing": "~2.3|~3.0",
2288
                "twig/twig": "~1.16|~2.0"
2289
            },
2290
            "suggest": {
2291
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2292
                "silex/silex": "for the integration with your silex application",
2293
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2294
            },
2295
            "type": "library",
2296
            "extra": {
2297
                "branch-alias": {
2298
                    "dev-master": "2.2-dev"
2299
                }
2300
            },
2301
            "autoload": {
2302
                "psr-4": {
2303
                    "Knp\\Menu\\": "src/Knp/Menu"
2304
                }
2305
            },
2306
            "notification-url": "https://packagist.org/downloads/",
2307
            "license": [
2308
                "MIT"
2309
            ],
2310
            "authors": [
2311
                {
2312
                    "name": "Christophe Coevoet",
2313
                    "email": "[email protected]"
2314
                },
2315
                {
2316
                    "name": "Knplabs",
2317
                    "homepage": "http://knplabs.com"
2318
                },
2319
                {
2320
                    "name": "Symfony Community",
2321
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2322
                }
2323
            ],
2324
            "description": "An object oriented menu library",
2325
            "homepage": "http://knplabs.com",
2326
            "keywords": [
2327
                "menu",
2328
                "tree"
2329
            ],
2330
            "time": "2016-09-22 07:36:19"
2331
        },
2332
        {
2333
            "name": "knplabs/knp-menu-bundle",
2334
            "version": "2.1.3",
2335
            "source": {
2336
                "type": "git",
2337
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2338
                "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de"
2339
            },
2340
            "dist": {
2341
                "type": "zip",
2342
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
2343
                "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
2344
                "shasum": ""
2345
            },
2346
            "require": {
2347
                "knplabs/knp-menu": "~2.2",
2348
                "symfony/framework-bundle": "~2.3|~3.0"
2349
            },
2350
            "require-dev": {
2351
                "symfony/expression-language": "~2.4|~3.0",
2352
                "symfony/phpunit-bridge": "~2.7|~3.0"
2353
            },
2354
            "type": "symfony-bundle",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "2.2.x-dev"
2358
                }
2359
            },
2360
            "autoload": {
2361
                "psr-4": {
2362
                    "Knp\\Bundle\\MenuBundle\\": ""
2363
                }
2364
            },
2365
            "notification-url": "https://packagist.org/downloads/",
2366
            "license": [
2367
                "MIT"
2368
            ],
2369
            "authors": [
2370
                {
2371
                    "name": "Christophe Coevoet",
2372
                    "email": "[email protected]"
2373
                },
2374
                {
2375
                    "name": "Knplabs",
2376
                    "homepage": "http://knplabs.com"
2377
                },
2378
                {
2379
                    "name": "Symfony Community",
2380
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2381
                }
2382
            ],
2383
            "description": "This bundle provides an integration of the KnpMenu library",
2384
            "keywords": [
2385
                "menu"
2386
            ],
2387
            "time": "2016-09-22 12:24:40"
2388
        },
2389
        {
2390
            "name": "league/uri",
2391
            "version": "4.2.1",
2392
            "source": {
2393
                "type": "git",
2394
                "url": "https://github.com/thephpleague/uri.git",
2395
                "reference": "d7f082d3532d8c648427ce2c486d4db4ae604278"
2396
            },
2397
            "dist": {
2398
                "type": "zip",
2399
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/d7f082d3532d8c648427ce2c486d4db4ae604278",
2400
                "reference": "d7f082d3532d8c648427ce2c486d4db4ae604278",
2401
                "shasum": ""
2402
            },
2403
            "require": {
2404
                "ext-fileinfo": "*",
2405
                "ext-intl": "*",
2406
                "ext-mbstring": "*",
2407
                "jeremykendall/php-domain-parser": "^3.0",
2408
                "php": ">=5.5.9",
2409
                "psr/http-message": "^1.0"
2410
            },
2411
            "require-dev": {
2412
                "friendsofphp/php-cs-fixer": "^1.9",
2413
                "phpunit/phpunit": "^4.0"
2414
            },
2415
            "type": "library",
2416
            "extra": {
2417
                "branch-alias": {
2418
                    "dev-master": "4.2.x-dev"
2419
                }
2420
            },
2421
            "autoload": {
2422
                "psr-4": {
2423
                    "League\\Uri\\": "src"
2424
                },
2425
                "files": [
2426
                    "src/functions_include.php"
2427
                ]
2428
            },
2429
            "notification-url": "https://packagist.org/downloads/",
2430
            "license": [
2431
                "MIT"
2432
            ],
2433
            "authors": [
2434
                {
2435
                    "name": "Ignace Nyamagana Butera",
2436
                    "email": "[email protected]",
2437
                    "homepage": "https://nyamsprod.com"
2438
                }
2439
            ],
2440
            "description": "URI manipulation library",
2441
            "homepage": "http://uri.thephpleague.com",
2442
            "keywords": [
2443
                "data-uri",
2444
                "ftp",
2445
                "http",
2446
                "https",
2447
                "parse_url",
2448
                "psr-7",
2449
                "rfc3986",
2450
                "uri",
2451
                "url",
2452
                "ws"
2453
            ],
2454
            "time": "2016-11-24 11:59:59"
2455
        },
2456
        {
2457
            "name": "liip/imagine-bundle",
2458
            "version": "1.6.0",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/liip/LiipImagineBundle.git",
2462
                "reference": "cc881beb2daea75068ad75329e6d71963fa95028"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/cc881beb2daea75068ad75329e6d71963fa95028",
2467
                "reference": "cc881beb2daea75068ad75329e6d71963fa95028",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "imagine/imagine": "^0.6.3,<0.7",
2472
                "php": "^5.3.9|^7.0",
2473
                "symfony/filesystem": "~2.3|~3.0",
2474
                "symfony/finder": "~2.3|~3.0",
2475
                "symfony/framework-bundle": "~2.3|~3.0",
2476
                "symfony/options-resolver": "~2.3|~3.0",
2477
                "symfony/process": "~2.3|~3.0"
2478
            },
2479
            "require-dev": {
2480
                "amazonwebservices/aws-sdk-for-php": "~1.0",
2481
                "aws/aws-sdk-php": "~2.4",
2482
                "doctrine/cache": "~1.1",
2483
                "doctrine/orm": "~2.3",
2484
                "ext-gd": "*",
2485
                "phpunit/phpunit": "~4.3",
2486
                "psr/log": "~1.0",
2487
                "symfony/browser-kit": "~2.3|~3.0",
2488
                "symfony/console": "~2.3|~3.0",
2489
                "symfony/dependency-injection": "~2.3|~3.0",
2490
                "symfony/form": "~2.3|~3.0",
2491
                "symfony/phpunit-bridge": "~2.3|~3.0",
2492
                "symfony/yaml": "~2.3|~3.0",
2493
                "twig/twig": "~1.12"
2494
            },
2495
            "suggest": {
2496
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
2497
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
2498
                "league/flysystem": "If you'd want to use Flysystem binary loader",
2499
                "monolog/monolog": "If you'd want to write logs",
2500
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
2501
            },
2502
            "type": "symfony-bundle",
2503
            "extra": {
2504
                "branch-alias": {
2505
                    "dev-master": "1.6.x-dev"
2506
                }
2507
            },
2508
            "autoload": {
2509
                "psr-4": {
2510
                    "Liip\\ImagineBundle\\": ""
2511
                }
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "MIT"
2516
            ],
2517
            "authors": [
2518
                {
2519
                    "name": "Liip and other contributors",
2520
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
2521
                }
2522
            ],
2523
            "description": "This Bundle assists in imagine manipulation using the imagine library",
2524
            "homepage": "http://liip.ch",
2525
            "keywords": [
2526
                "image",
2527
                "imagine"
2528
            ],
2529
            "time": "2016-07-22 14:52:30"
2530
        },
2531
        {
2532
            "name": "mockery/mockery",
2533
            "version": "0.9.6",
2534
            "source": {
2535
                "type": "git",
2536
                "url": "https://github.com/padraic/mockery.git",
2537
                "reference": "65d4ca18e15cb02eeb1e5336f884e46b9b905be0"
2538
            },
2539
            "dist": {
2540
                "type": "zip",
2541
                "url": "https://api.github.com/repos/padraic/mockery/zipball/65d4ca18e15cb02eeb1e5336f884e46b9b905be0",
2542
                "reference": "65d4ca18e15cb02eeb1e5336f884e46b9b905be0",
2543
                "shasum": ""
2544
            },
2545
            "require": {
2546
                "hamcrest/hamcrest-php": "~1.1",
2547
                "lib-pcre": ">=7.0",
2548
                "php": ">=5.3.2"
2549
            },
2550
            "require-dev": {
2551
                "phpunit/phpunit": "~4.0"
2552
            },
2553
            "type": "library",
2554
            "extra": {
2555
                "branch-alias": {
2556
                    "dev-master": "0.9.x-dev"
2557
                }
2558
            },
2559
            "autoload": {
2560
                "psr-0": {
2561
                    "Mockery": "library/"
2562
                }
2563
            },
2564
            "notification-url": "https://packagist.org/downloads/",
2565
            "license": [
2566
                "BSD-3-Clause"
2567
            ],
2568
            "authors": [
2569
                {
2570
                    "name": "Pádraic Brady",
2571
                    "email": "[email protected]",
2572
                    "homepage": "http://blog.astrumfutura.com"
2573
                },
2574
                {
2575
                    "name": "Dave Marshall",
2576
                    "email": "[email protected]",
2577
                    "homepage": "http://davedevelopment.co.uk"
2578
                }
2579
            ],
2580
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2581
            "homepage": "http://github.com/padraic/mockery",
2582
            "keywords": [
2583
                "BDD",
2584
                "TDD",
2585
                "library",
2586
                "mock",
2587
                "mock objects",
2588
                "mockery",
2589
                "stub",
2590
                "test",
2591
                "test double",
2592
                "testing"
2593
            ],
2594
            "time": "2016-09-30 12:09:40"
2595
        },
2596
        {
2597
            "name": "monolog/monolog",
2598
            "version": "1.22.0",
2599
            "source": {
2600
                "type": "git",
2601
                "url": "https://github.com/Seldaek/monolog.git",
2602
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
2603
            },
2604
            "dist": {
2605
                "type": "zip",
2606
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
2607
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
2608
                "shasum": ""
2609
            },
2610
            "require": {
2611
                "php": ">=5.3.0",
2612
                "psr/log": "~1.0"
2613
            },
2614
            "provide": {
2615
                "psr/log-implementation": "1.0.0"
2616
            },
2617
            "require-dev": {
2618
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2619
                "doctrine/couchdb": "~1.0@dev",
2620
                "graylog2/gelf-php": "~1.0",
2621
                "jakub-onderka/php-parallel-lint": "0.9",
2622
                "php-amqplib/php-amqplib": "~2.4",
2623
                "php-console/php-console": "^3.1.3",
2624
                "phpunit/phpunit": "~4.5",
2625
                "phpunit/phpunit-mock-objects": "2.3.0",
2626
                "ruflin/elastica": ">=0.90 <3.0",
2627
                "sentry/sentry": "^0.13",
2628
                "swiftmailer/swiftmailer": "~5.3"
2629
            },
2630
            "suggest": {
2631
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2632
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2633
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2634
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2635
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2636
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2637
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2638
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2639
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2640
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2641
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2642
            },
2643
            "type": "library",
2644
            "extra": {
2645
                "branch-alias": {
2646
                    "dev-master": "2.0.x-dev"
2647
                }
2648
            },
2649
            "autoload": {
2650
                "psr-4": {
2651
                    "Monolog\\": "src/Monolog"
2652
                }
2653
            },
2654
            "notification-url": "https://packagist.org/downloads/",
2655
            "license": [
2656
                "MIT"
2657
            ],
2658
            "authors": [
2659
                {
2660
                    "name": "Jordi Boggiano",
2661
                    "email": "[email protected]",
2662
                    "homepage": "http://seld.be"
2663
                }
2664
            ],
2665
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2666
            "homepage": "http://github.com/Seldaek/monolog",
2667
            "keywords": [
2668
                "log",
2669
                "logging",
2670
                "psr-3"
2671
            ],
2672
            "time": "2016-11-26 00:15:39"
2673
        },
2674
        {
2675
            "name": "ocramius/proxy-manager",
2676
            "version": "1.0.2",
2677
            "source": {
2678
                "type": "git",
2679
                "url": "https://github.com/Ocramius/ProxyManager.git",
2680
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2681
            },
2682
            "dist": {
2683
                "type": "zip",
2684
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2685
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2686
                "shasum": ""
2687
            },
2688
            "require": {
2689
                "php": ">=5.3.3",
2690
                "zendframework/zend-code": ">2.2.5,<3.0"
2691
            },
2692
            "require-dev": {
2693
                "ext-phar": "*",
2694
                "phpunit/phpunit": "~4.0",
2695
                "squizlabs/php_codesniffer": "1.5.*"
2696
            },
2697
            "suggest": {
2698
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2699
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2700
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2701
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2702
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2703
            },
2704
            "type": "library",
2705
            "extra": {
2706
                "branch-alias": {
2707
                    "dev-master": "2.0.x-dev"
2708
                }
2709
            },
2710
            "autoload": {
2711
                "psr-0": {
2712
                    "ProxyManager\\": "src"
2713
                }
2714
            },
2715
            "notification-url": "https://packagist.org/downloads/",
2716
            "license": [
2717
                "MIT"
2718
            ],
2719
            "authors": [
2720
                {
2721
                    "name": "Marco Pivetta",
2722
                    "email": "[email protected]",
2723
                    "homepage": "http://ocramius.github.com/"
2724
                }
2725
            ],
2726
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2727
            "homepage": "https://github.com/Ocramius/ProxyManager",
2728
            "keywords": [
2729
                "aop",
2730
                "lazy loading",
2731
                "proxy",
2732
                "proxy pattern",
2733
                "service proxies"
2734
            ],
2735
            "time": "2015-08-09 04:28:19"
2736
        },
2737
        {
2738
            "name": "pagerfanta/pagerfanta",
2739
            "version": "v1.0.3",
2740
            "source": {
2741
                "type": "git",
2742
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
2743
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2744
            },
2745
            "dist": {
2746
                "type": "zip",
2747
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2748
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2749
                "shasum": ""
2750
            },
2751
            "require": {
2752
                "php": ">=5.3.0"
2753
            },
2754
            "require-dev": {
2755
                "doctrine/orm": "~2.3",
2756
                "doctrine/phpcr-odm": "1.*",
2757
                "jackalope/jackalope-doctrine-dbal": "1.*",
2758
                "jmikola/geojson": "~1.0",
2759
                "mandango/mandango": "~1.0@dev",
2760
                "mandango/mondator": "~1.0@dev",
2761
                "phpunit/phpunit": "~4",
2762
                "propel/propel1": "~1.6",
2763
                "ruflin/elastica": "~1.3",
2764
                "solarium/solarium": "~3.1"
2765
            },
2766
            "suggest": {
2767
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2768
                "doctrine/orm": "To use the DoctrineORMAdapter.",
2769
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2770
                "mandango/mandango": "To use the MandangoAdapter.",
2771
                "propel/propel1": "To use the PropelAdapter",
2772
                "solarium/solarium": "To use the SolariumAdapter."
2773
            },
2774
            "type": "library",
2775
            "extra": {
2776
                "branch-alias": {
2777
                    "dev-master": "1.0.x-dev"
2778
                }
2779
            },
2780
            "autoload": {
2781
                "psr-0": {
2782
                    "Pagerfanta\\": "src/"
2783
                }
2784
            },
2785
            "notification-url": "https://packagist.org/downloads/",
2786
            "license": [
2787
                "MIT"
2788
            ],
2789
            "authors": [
2790
                {
2791
                    "name": "Pablo Díez",
2792
                    "email": "[email protected]"
2793
                }
2794
            ],
2795
            "description": "Pagination for PHP 5.3",
2796
            "keywords": [
2797
                "page",
2798
                "pagination",
2799
                "paginator",
2800
                "paging"
2801
            ],
2802
            "time": "2014-10-06 10:57:25"
2803
        },
2804
        {
2805
            "name": "paragonie/random_compat",
2806
            "version": "v2.0.4",
2807
            "source": {
2808
                "type": "git",
2809
                "url": "https://github.com/paragonie/random_compat.git",
2810
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
2811
            },
2812
            "dist": {
2813
                "type": "zip",
2814
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
2815
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
2816
                "shasum": ""
2817
            },
2818
            "require": {
2819
                "php": ">=5.2.0"
2820
            },
2821
            "require-dev": {
2822
                "phpunit/phpunit": "4.*|5.*"
2823
            },
2824
            "suggest": {
2825
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2826
            },
2827
            "type": "library",
2828
            "autoload": {
2829
                "files": [
2830
                    "lib/random.php"
2831
                ]
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "MIT"
2836
            ],
2837
            "authors": [
2838
                {
2839
                    "name": "Paragon Initiative Enterprises",
2840
                    "email": "[email protected]",
2841
                    "homepage": "https://paragonie.com"
2842
                }
2843
            ],
2844
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2845
            "keywords": [
2846
                "csprng",
2847
                "pseudorandom",
2848
                "random"
2849
            ],
2850
            "time": "2016-11-07 23:38:38"
2851
        },
2852
        {
2853
            "name": "payum/iso4217",
2854
            "version": "1.0.1",
2855
            "source": {
2856
                "type": "git",
2857
                "url": "https://github.com/Payum/iso4217.git",
2858
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789"
2859
            },
2860
            "dist": {
2861
                "type": "zip",
2862
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789",
2863
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789",
2864
                "shasum": ""
2865
            },
2866
            "require": {
2867
                "php": ">=5.3"
2868
            },
2869
            "require-dev": {
2870
                "phpunit/phpunit": "~4.0"
2871
            },
2872
            "type": "library",
2873
            "extra": {
2874
                "branch-alias": {
2875
                    "dev-master": "1.0.x-dev"
2876
                }
2877
            },
2878
            "autoload": {
2879
                "psr-4": {
2880
                    "Payum\\ISO4217\\": "."
2881
                }
2882
            },
2883
            "notification-url": "https://packagist.org/downloads/",
2884
            "license": [
2885
                "MIT"
2886
            ],
2887
            "authors": [
2888
                {
2889
                    "name": "Rob Bast",
2890
                    "email": "[email protected]"
2891
                },
2892
                {
2893
                    "name": "Community contributions",
2894
                    "homepage": "https://github.com/Payum/Payum/contributors"
2895
                },
2896
                {
2897
                    "name": "Kotlyar Maksim",
2898
                    "email": "[email protected]"
2899
                },
2900
                {
2901
                    "name": "Payum project",
2902
                    "homepage": "http://payum.org/"
2903
                }
2904
            ],
2905
            "description": "ISO 4217 PHP Library",
2906
            "homepage": "http://payum.org",
2907
            "keywords": [
2908
                "4217",
2909
                "ISO 4217",
2910
                "currencies",
2911
                "iso",
2912
                "library"
2913
            ],
2914
            "time": "2016-08-04 08:15:12"
2915
        },
2916
        {
2917
            "name": "payum/payum",
2918
            "version": "1.3.8",
2919
            "source": {
2920
                "type": "git",
2921
                "url": "https://github.com/Payum/Payum.git",
2922
                "reference": "855a615ac789570728af87317372d275ecad4e4f"
2923
            },
2924
            "dist": {
2925
                "type": "zip",
2926
                "url": "https://api.github.com/repos/Payum/Payum/zipball/855a615ac789570728af87317372d275ecad4e4f",
2927
                "reference": "855a615ac789570728af87317372d275ecad4e4f",
2928
                "shasum": ""
2929
            },
2930
            "require": {
2931
                "league/uri": "~4.0",
2932
                "payum/iso4217": "~1.0",
2933
                "php": "^5.5.0|^7.0",
2934
                "php-http/client-implementation": "^1.0",
2935
                "php-http/message": "^1.0",
2936
                "twig/twig": "~1.0"
2937
            },
2938
            "replace": {
2939
                "payum/authorize-net-aim": "self.version",
2940
                "payum/be2bill": "self.version",
2941
                "payum/core": "self.version",
2942
                "payum/klarna-checkout": "self.version",
2943
                "payum/klarna-invoice": "self.version",
2944
                "payum/offline": "self.version",
2945
                "payum/payex": "self.version",
2946
                "payum/paypal-express-checkout-nvp": "self.version",
2947
                "payum/paypal-ipn": "self.version",
2948
                "payum/paypal-pro-checkout-nvp": "self.version",
2949
                "payum/paypal-rest": "self.version",
2950
                "payum/sofort": "self.version",
2951
                "payum/stripe": "self.version"
2952
            },
2953
            "require-dev": {
2954
                "authorizenet/authorizenet": "~1.8",
2955
                "doctrine/orm": "2.5.*",
2956
                "ext-curl": "*",
2957
                "ext-pdo_sqlite": "*",
2958
                "ext-soap": "*",
2959
                "fp/klarna-invoice": "0.1.*",
2960
                "klarna/checkout": "~1|~2.0",
2961
                "omnipay/dummy": "~2.0",
2962
                "paypal/rest-api-sdk-php": "0.5.*",
2963
                "payum/omnipay-bridge": "^1",
2964
                "php-http/guzzle6-adapter": "^1.1.1",
2965
                "phpunit/phpunit": "~4.0",
2966
                "propel/propel1": "~1.7",
2967
                "psr/log": "~1.0",
2968
                "sofort/sofortlib-php": "^3.0",
2969
                "stripe/stripe-php": "~2.0|~3.0",
2970
                "symfony/dependency-injection": "~2.8|~3.0",
2971
                "symfony/form": "~2.8|~3.0",
2972
                "symfony/http-foundation": "~2.8|~3.0",
2973
                "symfony/http-kernel": "~2.8|~3.0",
2974
                "symfony/phpunit-bridge": "~2.8|~3.0",
2975
                "symfony/routing": "~2.8|~3.0",
2976
                "symfony/templating": "~2.8|~3.0",
2977
                "symfony/validator": "~2.8|~3.0",
2978
                "zendframework/zend-db": "~2"
2979
            },
2980
            "suggest": {
2981
                "authorizenet/authorizenet": "~1.8 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
2982
                "fp/klarna-invoice": "0.1.* If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
2983
                "klarna/checkout": "~1.0|~2.0 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
2984
                "paypal/rest-api-sdk-php": "0.5.* If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
2985
                "sofort/sofortlib-php": "~3.0 If you want to use Sofort install sofort/sofortlib-php:^3.0 library",
2986
                "stripe/stripe-php": "~2.0|~3.0 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library"
2987
            },
2988
            "type": "library",
2989
            "extra": {
2990
                "branch-alias": {
2991
                    "dev-master": "1.3-dev"
2992
                }
2993
            },
2994
            "autoload": {
2995
                "psr-0": {
2996
                    "Payum": "src/"
2997
                }
2998
            },
2999
            "notification-url": "https://packagist.org/downloads/",
3000
            "license": [
3001
                "MIT"
3002
            ],
3003
            "authors": [
3004
                {
3005
                    "name": "Community contributions",
3006
                    "homepage": "https://github.com/Payum/Payum/contributors"
3007
                },
3008
                {
3009
                    "name": "Kotlyar Maksim",
3010
                    "email": "[email protected]"
3011
                },
3012
                {
3013
                    "name": "Payum project",
3014
                    "homepage": "http://payum.org/"
3015
                }
3016
            ],
3017
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
3018
            "homepage": "http://payum.org",
3019
            "keywords": [
3020
                "authorize.net",
3021
                "be2bill",
3022
                "instant payment notification",
3023
                "ipn",
3024
                "jms payment",
3025
                "payex",
3026
                "payment",
3027
                "payout",
3028
                "paypal",
3029
                "paypal digital goods",
3030
                "paypal express",
3031
                "paypal pro",
3032
                "paypal rest",
3033
                "recurring payment",
3034
                "stripe",
3035
                "stripe checkout",
3036
                "stripe.js",
3037
                "withdrawal"
3038
            ],
3039
            "time": "2016-10-04 18:31:48"
3040
        },
3041
        {
3042
            "name": "payum/payum-bundle",
3043
            "version": "2.1.1",
3044
            "source": {
3045
                "type": "git",
3046
                "url": "https://github.com/Payum/PayumBundle.git",
3047
                "reference": "f215446821d8fb380ec05c72580b9117c488cb7d"
3048
            },
3049
            "dist": {
3050
                "type": "zip",
3051
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/f215446821d8fb380ec05c72580b9117c488cb7d",
3052
                "reference": "f215446821d8fb380ec05c72580b9117c488cb7d",
3053
                "shasum": ""
3054
            },
3055
            "require": {
3056
                "payum/core": "^1.3.7",
3057
                "php": "^5.5.0|^7.0",
3058
                "symfony/form": "~2.8|~3.0",
3059
                "symfony/framework-bundle": "~2.8|~3.0",
3060
                "symfony/validator": "~2.8|~3.0"
3061
            },
3062
            "require-dev": {
3063
                "doctrine/orm": "~2.5",
3064
                "ext-curl": "*",
3065
                "ext-pdo_sqlite": "*",
3066
                "ext-soap": "*",
3067
                "fp/klarna-invoice": "0.1.*",
3068
                "klarna/checkout": "~1|~2.0",
3069
                "omnipay/dummy": "~2.0",
3070
                "omnipay/paypal": "~2.0",
3071
                "omnipay/stripe": "~2.0",
3072
                "paypal/rest-api-sdk-php": "0.5.*",
3073
                "payum/jms-payment-bridge": "^1@dev",
3074
                "payum/omnipay-bridge": "^1@dev",
3075
                "payum/payum": "^1.3.7@dev",
3076
                "php-http/guzzle6-adapter": "^1",
3077
                "phpunit/phpunit": "~4.0",
3078
                "sonata-project/admin-bundle": "~2.4@dev",
3079
                "stripe/stripe-php": "~1.0",
3080
                "symfony/browser-kit": "~2.8|~3.0",
3081
                "symfony/class-loader": "~2.8|~3.0",
3082
                "symfony/expression-language": "~2.8|~3.0",
3083
                "symfony/phpunit-bridge": "~2.8|~3.0",
3084
                "symfony/security-acl": "~2.8|~3.0",
3085
                "twig/twig": "~1.16|~2.0"
3086
            },
3087
            "suggest": {
3088
                "sonata-project/admin-bundle": "~2.4 If you want to configure payments in the backend."
3089
            },
3090
            "type": "symfony-bundle",
3091
            "extra": {
3092
                "branch-alias": {
3093
                    "dev-master": "2.1-dev"
3094
                }
3095
            },
3096
            "autoload": {
3097
                "psr-4": {
3098
                    "Payum\\Bundle\\PayumBundle\\": ""
3099
                }
3100
            },
3101
            "notification-url": "https://packagist.org/downloads/",
3102
            "license": [
3103
                "MIT"
3104
            ],
3105
            "authors": [
3106
                {
3107
                    "name": "Community contributions",
3108
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
3109
                },
3110
                {
3111
                    "name": "Kotlyar Maksim",
3112
                    "email": "[email protected]"
3113
                },
3114
                {
3115
                    "name": "Payum project",
3116
                    "homepage": "http://payum.org/"
3117
                }
3118
            ],
3119
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
3120
            "homepage": "http://payum.org",
3121
            "keywords": [
3122
                "authorize.net",
3123
                "be2bill",
3124
                "instant notifications",
3125
                "klarna",
3126
                "offline",
3127
                "omnipay",
3128
                "payex",
3129
                "payment",
3130
                "paypal",
3131
                "paypal express checkout",
3132
                "paypal pro checkout",
3133
                "recurring payment",
3134
                "stripe",
3135
                "stripe checkout",
3136
                "stripe.js",
3137
                "symfony"
3138
            ],
3139
            "time": "2016-09-16 10:56:48"
3140
        },
3141
        {
3142
            "name": "php-http/guzzle6-adapter",
3143
            "version": "v1.1.1",
3144
            "source": {
3145
                "type": "git",
3146
                "url": "https://github.com/php-http/guzzle6-adapter.git",
3147
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
3148
            },
3149
            "dist": {
3150
                "type": "zip",
3151
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
3152
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
3153
                "shasum": ""
3154
            },
3155
            "require": {
3156
                "guzzlehttp/guzzle": "^6.0",
3157
                "php": ">=5.5.0",
3158
                "php-http/httplug": "^1.0"
3159
            },
3160
            "provide": {
3161
                "php-http/async-client-implementation": "1.0",
3162
                "php-http/client-implementation": "1.0"
3163
            },
3164
            "require-dev": {
3165
                "ext-curl": "*",
3166
                "php-http/adapter-integration-tests": "^0.4"
3167
            },
3168
            "type": "library",
3169
            "extra": {
3170
                "branch-alias": {
3171
                    "dev-master": "1.2-dev"
3172
                }
3173
            },
3174
            "autoload": {
3175
                "psr-4": {
3176
                    "Http\\Adapter\\Guzzle6\\": "src/"
3177
                }
3178
            },
3179
            "notification-url": "https://packagist.org/downloads/",
3180
            "license": [
3181
                "MIT"
3182
            ],
3183
            "authors": [
3184
                {
3185
                    "name": "Márk Sági-Kazár",
3186
                    "email": "[email protected]"
3187
                },
3188
                {
3189
                    "name": "David de Boer",
3190
                    "email": "[email protected]"
3191
                }
3192
            ],
3193
            "description": "Guzzle 6 HTTP Adapter",
3194
            "homepage": "http://httplug.io",
3195
            "keywords": [
3196
                "Guzzle",
3197
                "http"
3198
            ],
3199
            "time": "2016-05-10 06:13:32"
3200
        },
3201
        {
3202
            "name": "php-http/httplug",
3203
            "version": "v1.1.0",
3204
            "source": {
3205
                "type": "git",
3206
                "url": "https://github.com/php-http/httplug.git",
3207
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
3208
            },
3209
            "dist": {
3210
                "type": "zip",
3211
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
3212
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
3213
                "shasum": ""
3214
            },
3215
            "require": {
3216
                "php": ">=5.4",
3217
                "php-http/promise": "^1.0",
3218
                "psr/http-message": "^1.0"
3219
            },
3220
            "require-dev": {
3221
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3222
                "phpspec/phpspec": "^2.4"
3223
            },
3224
            "type": "library",
3225
            "extra": {
3226
                "branch-alias": {
3227
                    "dev-master": "1.1-dev"
3228
                }
3229
            },
3230
            "autoload": {
3231
                "psr-4": {
3232
                    "Http\\Client\\": "src/"
3233
                }
3234
            },
3235
            "notification-url": "https://packagist.org/downloads/",
3236
            "license": [
3237
                "MIT"
3238
            ],
3239
            "authors": [
3240
                {
3241
                    "name": "Eric GELOEN",
3242
                    "email": "[email protected]"
3243
                },
3244
                {
3245
                    "name": "Márk Sági-Kazár",
3246
                    "email": "[email protected]"
3247
                }
3248
            ],
3249
            "description": "HTTPlug, the HTTP client abstraction for PHP",
3250
            "homepage": "http://httplug.io",
3251
            "keywords": [
3252
                "client",
3253
                "http"
3254
            ],
3255
            "time": "2016-08-31 08:30:17"
3256
        },
3257
        {
3258
            "name": "php-http/message",
3259
            "version": "v1.4.0",
3260
            "source": {
3261
                "type": "git",
3262
                "url": "https://github.com/php-http/message.git",
3263
                "reference": "20ffbdc291a127e93f66007742693fbdf020d223"
3264
            },
3265
            "dist": {
3266
                "type": "zip",
3267
                "url": "https://api.github.com/repos/php-http/message/zipball/20ffbdc291a127e93f66007742693fbdf020d223",
3268
                "reference": "20ffbdc291a127e93f66007742693fbdf020d223",
3269
                "shasum": ""
3270
            },
3271
            "require": {
3272
                "clue/stream-filter": "^1.3",
3273
                "php": ">=5.4",
3274
                "php-http/message-factory": "^1.0.2",
3275
                "psr/http-message": "^1.0"
3276
            },
3277
            "require-dev": {
3278
                "akeneo/phpspec-skip-example-extension": "^1.0",
3279
                "coduo/phpspec-data-provider-extension": "^1.0",
3280
                "ext-zlib": "*",
3281
                "guzzlehttp/psr7": "^1.0",
3282
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3283
                "phpspec/phpspec": "^2.4",
3284
                "slim/slim": "^3.0",
3285
                "zendframework/zend-diactoros": "^1.0"
3286
            },
3287
            "suggest": {
3288
                "ext-zlib": "Used with compressor/decompressor streams",
3289
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
3290
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
3291
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
3292
            },
3293
            "type": "library",
3294
            "extra": {
3295
                "branch-alias": {
3296
                    "dev-master": "1.5-dev"
3297
                }
3298
            },
3299
            "autoload": {
3300
                "psr-4": {
3301
                    "Http\\Message\\": "src/"
3302
                },
3303
                "files": [
3304
                    "src/filters.php"
3305
                ]
3306
            },
3307
            "notification-url": "https://packagist.org/downloads/",
3308
            "license": [
3309
                "MIT"
3310
            ],
3311
            "authors": [
3312
                {
3313
                    "name": "Márk Sági-Kazár",
3314
                    "email": "[email protected]"
3315
                }
3316
            ],
3317
            "description": "HTTP Message related tools",
3318
            "homepage": "http://php-http.org",
3319
            "keywords": [
3320
                "http",
3321
                "message",
3322
                "psr-7"
3323
            ],
3324
            "time": "2016-10-20 06:59:05"
3325
        },
3326
        {
3327
            "name": "php-http/message-factory",
3328
            "version": "v1.0.2",
3329
            "source": {
3330
                "type": "git",
3331
                "url": "https://github.com/php-http/message-factory.git",
3332
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
3333
            },
3334
            "dist": {
3335
                "type": "zip",
3336
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
3337
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
3338
                "shasum": ""
3339
            },
3340
            "require": {
3341
                "php": ">=5.4",
3342
                "psr/http-message": "^1.0"
3343
            },
3344
            "type": "library",
3345
            "extra": {
3346
                "branch-alias": {
3347
                    "dev-master": "1.0-dev"
3348
                }
3349
            },
3350
            "autoload": {
3351
                "psr-4": {
3352
                    "Http\\Message\\": "src/"
3353
                }
3354
            },
3355
            "notification-url": "https://packagist.org/downloads/",
3356
            "license": [
3357
                "MIT"
3358
            ],
3359
            "authors": [
3360
                {
3361
                    "name": "Márk Sági-Kazár",
3362
                    "email": "[email protected]"
3363
                }
3364
            ],
3365
            "description": "Factory interfaces for PSR-7 HTTP Message",
3366
            "homepage": "http://php-http.org",
3367
            "keywords": [
3368
                "factory",
3369
                "http",
3370
                "message",
3371
                "stream",
3372
                "uri"
3373
            ],
3374
            "time": "2015-12-19 14:08:53"
3375
        },
3376
        {
3377
            "name": "php-http/promise",
3378
            "version": "v1.0.0",
3379
            "source": {
3380
                "type": "git",
3381
                "url": "https://github.com/php-http/promise.git",
3382
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
3383
            },
3384
            "dist": {
3385
                "type": "zip",
3386
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
3387
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
3388
                "shasum": ""
3389
            },
3390
            "require-dev": {
3391
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3392
                "phpspec/phpspec": "^2.4"
3393
            },
3394
            "type": "library",
3395
            "extra": {
3396
                "branch-alias": {
3397
                    "dev-master": "1.1-dev"
3398
                }
3399
            },
3400
            "autoload": {
3401
                "psr-4": {
3402
                    "Http\\Promise\\": "src/"
3403
                }
3404
            },
3405
            "notification-url": "https://packagist.org/downloads/",
3406
            "license": [
3407
                "MIT"
3408
            ],
3409
            "authors": [
3410
                {
3411
                    "name": "Márk Sági-Kazár",
3412
                    "email": "[email protected]"
3413
                },
3414
                {
3415
                    "name": "Joel Wurtz",
3416
                    "email": "[email protected]"
3417
                }
3418
            ],
3419
            "description": "Promise used for asynchronous HTTP requests",
3420
            "homepage": "http://httplug.io",
3421
            "keywords": [
3422
                "promise"
3423
            ],
3424
            "time": "2016-01-26 13:27:02"
3425
        },
3426
        {
3427
            "name": "phpcollection/phpcollection",
3428
            "version": "0.5.0",
3429
            "source": {
3430
                "type": "git",
3431
                "url": "https://github.com/schmittjoh/php-collection.git",
3432
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
3433
            },
3434
            "dist": {
3435
                "type": "zip",
3436
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3437
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3438
                "shasum": ""
3439
            },
3440
            "require": {
3441
                "phpoption/phpoption": "1.*"
3442
            },
3443
            "type": "library",
3444
            "extra": {
3445
                "branch-alias": {
3446
                    "dev-master": "0.4-dev"
3447
                }
3448
            },
3449
            "autoload": {
3450
                "psr-0": {
3451
                    "PhpCollection": "src/"
3452
                }
3453
            },
3454
            "notification-url": "https://packagist.org/downloads/",
3455
            "license": [
3456
                "Apache2"
3457
            ],
3458
            "authors": [
3459
                {
3460
                    "name": "Johannes M. Schmitt",
3461
                    "email": "[email protected]"
3462
                }
3463
            ],
3464
            "description": "General-Purpose Collection Library for PHP",
3465
            "keywords": [
3466
                "collection",
3467
                "list",
3468
                "map",
3469
                "sequence",
3470
                "set"
3471
            ],
3472
            "time": "2015-05-17 12:39:23"
3473
        },
3474
        {
3475
            "name": "phpoption/phpoption",
3476
            "version": "1.5.0",
3477
            "source": {
3478
                "type": "git",
3479
                "url": "https://github.com/schmittjoh/php-option.git",
3480
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3481
            },
3482
            "dist": {
3483
                "type": "zip",
3484
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3485
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3486
                "shasum": ""
3487
            },
3488
            "require": {
3489
                "php": ">=5.3.0"
3490
            },
3491
            "require-dev": {
3492
                "phpunit/phpunit": "4.7.*"
3493
            },
3494
            "type": "library",
3495
            "extra": {
3496
                "branch-alias": {
3497
                    "dev-master": "1.3-dev"
3498
                }
3499
            },
3500
            "autoload": {
3501
                "psr-0": {
3502
                    "PhpOption\\": "src/"
3503
                }
3504
            },
3505
            "notification-url": "https://packagist.org/downloads/",
3506
            "license": [
3507
                "Apache2"
3508
            ],
3509
            "authors": [
3510
                {
3511
                    "name": "Johannes M. Schmitt",
3512
                    "email": "[email protected]"
3513
                }
3514
            ],
3515
            "description": "Option Type for PHP",
3516
            "keywords": [
3517
                "language",
3518
                "option",
3519
                "php",
3520
                "type"
3521
            ],
3522
            "time": "2015-07-25 16:39:46"
3523
        },
3524
        {
3525
            "name": "polishsymfonycommunity/symfony-mocker-container",
3526
            "version": "v1.0.2",
3527
            "source": {
3528
                "type": "git",
3529
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
3530
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
3531
            },
3532
            "dist": {
3533
                "type": "zip",
3534
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
3535
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
3536
                "shasum": ""
3537
            },
3538
            "require": {
3539
                "mockery/mockery": ">=0.7.0",
3540
                "php": ">=5.3.2",
3541
                "symfony/dependency-injection": ">=2.0.0"
3542
            },
3543
            "type": "library",
3544
            "autoload": {
3545
                "psr-0": {
3546
                    "PSS\\SymfonyMockerContainer": "src/"
3547
                }
3548
            },
3549
            "notification-url": "https://packagist.org/downloads/",
3550
            "license": [
3551
                "MIT"
3552
            ],
3553
            "authors": [
3554
                {
3555
                    "name": "Polish Symfony Community",
3556
                    "homepage": "http://symfonylab.pl"
3557
                },
3558
                {
3559
                    "name": "Jakub Zalas",
3560
                    "email": "[email protected]",
3561
                    "homepage": "http://www.zalas.eu"
3562
                }
3563
            ],
3564
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
3565
            "homepage": "http://symfonylab.pl",
3566
            "keywords": [
3567
                "BDD",
3568
                "Behat",
3569
                "TDD",
3570
                "mock",
3571
                "mockery",
3572
                "test"
3573
            ],
3574
            "time": "2016-03-04 08:53:43"
3575
        },
3576
        {
3577
            "name": "psr/cache",
3578
            "version": "1.0.1",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/php-fig/cache.git",
3582
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3587
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "php": ">=5.3.0"
3592
            },
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "1.0.x-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "psr-4": {
3601
                    "Psr\\Cache\\": "src/"
3602
                }
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "MIT"
3607
            ],
3608
            "authors": [
3609
                {
3610
                    "name": "PHP-FIG",
3611
                    "homepage": "http://www.php-fig.org/"
3612
                }
3613
            ],
3614
            "description": "Common interface for caching libraries",
3615
            "keywords": [
3616
                "cache",
3617
                "psr",
3618
                "psr-6"
3619
            ],
3620
            "time": "2016-08-06 20:24:11"
3621
        },
3622
        {
3623
            "name": "psr/http-message",
3624
            "version": "1.0.1",
3625
            "source": {
3626
                "type": "git",
3627
                "url": "https://github.com/php-fig/http-message.git",
3628
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3629
            },
3630
            "dist": {
3631
                "type": "zip",
3632
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3633
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3634
                "shasum": ""
3635
            },
3636
            "require": {
3637
                "php": ">=5.3.0"
3638
            },
3639
            "type": "library",
3640
            "extra": {
3641
                "branch-alias": {
3642
                    "dev-master": "1.0.x-dev"
3643
                }
3644
            },
3645
            "autoload": {
3646
                "psr-4": {
3647
                    "Psr\\Http\\Message\\": "src/"
3648
                }
3649
            },
3650
            "notification-url": "https://packagist.org/downloads/",
3651
            "license": [
3652
                "MIT"
3653
            ],
3654
            "authors": [
3655
                {
3656
                    "name": "PHP-FIG",
3657
                    "homepage": "http://www.php-fig.org/"
3658
                }
3659
            ],
3660
            "description": "Common interface for HTTP messages",
3661
            "homepage": "https://github.com/php-fig/http-message",
3662
            "keywords": [
3663
                "http",
3664
                "http-message",
3665
                "psr",
3666
                "psr-7",
3667
                "request",
3668
                "response"
3669
            ],
3670
            "time": "2016-08-06 14:39:51"
3671
        },
3672
        {
3673
            "name": "psr/log",
3674
            "version": "1.0.2",
3675
            "source": {
3676
                "type": "git",
3677
                "url": "https://github.com/php-fig/log.git",
3678
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3679
            },
3680
            "dist": {
3681
                "type": "zip",
3682
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3683
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3684
                "shasum": ""
3685
            },
3686
            "require": {
3687
                "php": ">=5.3.0"
3688
            },
3689
            "type": "library",
3690
            "extra": {
3691
                "branch-alias": {
3692
                    "dev-master": "1.0.x-dev"
3693
                }
3694
            },
3695
            "autoload": {
3696
                "psr-4": {
3697
                    "Psr\\Log\\": "Psr/Log/"
3698
                }
3699
            },
3700
            "notification-url": "https://packagist.org/downloads/",
3701
            "license": [
3702
                "MIT"
3703
            ],
3704
            "authors": [
3705
                {
3706
                    "name": "PHP-FIG",
3707
                    "homepage": "http://www.php-fig.org/"
3708
                }
3709
            ],
3710
            "description": "Common interface for logging libraries",
3711
            "homepage": "https://github.com/php-fig/log",
3712
            "keywords": [
3713
                "log",
3714
                "psr",
3715
                "psr-3"
3716
            ],
3717
            "time": "2016-10-10 12:19:37"
3718
        },
3719
        {
3720
            "name": "sensio/distribution-bundle",
3721
            "version": "v5.0.14",
3722
            "source": {
3723
                "type": "git",
3724
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3725
                "reference": "e64947de9ebc37732a62f5115164484a9bee7fa6"
3726
            },
3727
            "dist": {
3728
                "type": "zip",
3729
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/e64947de9ebc37732a62f5115164484a9bee7fa6",
3730
                "reference": "e64947de9ebc37732a62f5115164484a9bee7fa6",
3731
                "shasum": ""
3732
            },
3733
            "require": {
3734
                "php": ">=5.3.9",
3735
                "sensiolabs/security-checker": "~3.0|~4.0",
3736
                "symfony/class-loader": "~2.3|~3.0",
3737
                "symfony/config": "~2.3|~3.0",
3738
                "symfony/dependency-injection": "~2.3|~3.0",
3739
                "symfony/filesystem": "~2.3|~3.0",
3740
                "symfony/http-kernel": "~2.3|~3.0",
3741
                "symfony/process": "~2.3|~3.0"
3742
            },
3743
            "type": "symfony-bundle",
3744
            "extra": {
3745
                "branch-alias": {
3746
                    "dev-master": "5.0.x-dev"
3747
                }
3748
            },
3749
            "autoload": {
3750
                "psr-4": {
3751
                    "Sensio\\Bundle\\DistributionBundle\\": ""
3752
                }
3753
            },
3754
            "notification-url": "https://packagist.org/downloads/",
3755
            "license": [
3756
                "MIT"
3757
            ],
3758
            "authors": [
3759
                {
3760
                    "name": "Fabien Potencier",
3761
                    "email": "[email protected]"
3762
                }
3763
            ],
3764
            "description": "Base bundle for Symfony Distributions",
3765
            "keywords": [
3766
                "configuration",
3767
                "distribution"
3768
            ],
3769
            "time": "2016-10-30 23:18:01"
3770
        },
3771
        {
3772
            "name": "sensiolabs/security-checker",
3773
            "version": "v4.0.0",
3774
            "source": {
3775
                "type": "git",
3776
                "url": "https://github.com/sensiolabs/security-checker.git",
3777
                "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c"
3778
            },
3779
            "dist": {
3780
                "type": "zip",
3781
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c",
3782
                "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c",
3783
                "shasum": ""
3784
            },
3785
            "require": {
3786
                "symfony/console": "~2.7|~3.0"
3787
            },
3788
            "bin": [
3789
                "security-checker"
3790
            ],
3791
            "type": "library",
3792
            "extra": {
3793
                "branch-alias": {
3794
                    "dev-master": "4.0-dev"
3795
                }
3796
            },
3797
            "autoload": {
3798
                "psr-0": {
3799
                    "SensioLabs\\Security": ""
3800
                }
3801
            },
3802
            "notification-url": "https://packagist.org/downloads/",
3803
            "license": [
3804
                "MIT"
3805
            ],
3806
            "authors": [
3807
                {
3808
                    "name": "Fabien Potencier",
3809
                    "email": "[email protected]"
3810
                }
3811
            ],
3812
            "description": "A security checker for your composer.lock",
3813
            "time": "2016-09-23 18:09:57"
3814
        },
3815
        {
3816
            "name": "sonata-project/intl-bundle",
3817
            "version": "2.2.4",
3818
            "source": {
3819
                "type": "git",
3820
                "url": "https://github.com/sonata-project/SonataIntlBundle.git",
3821
                "reference": "d49bb8156466a9396e186610fe19d62a50c76202"
3822
            },
3823
            "dist": {
3824
                "type": "zip",
3825
                "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/d49bb8156466a9396e186610fe19d62a50c76202",
3826
                "reference": "d49bb8156466a9396e186610fe19d62a50c76202",
3827
                "shasum": ""
3828
            },
3829
            "require": {
3830
                "symfony/dependency-injection": "~2.2|~3.0",
3831
                "symfony/http-kernel": "~2.2|~3.0",
3832
                "symfony/intl": "^2.3.21|~3.0",
3833
                "symfony/templating": "~2.2|~3.0",
3834
                "twig/twig": "~1.12"
3835
            },
3836
            "require-dev": {
3837
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3838
                "sonata-project/user-bundle": "~2.2",
3839
                "symfony/phpunit-bridge": "~2.7|~3.0",
3840
                "symfony/security": "~2.2|~3.0",
3841
                "symfony/security-acl": "~2.2|~3.0"
3842
            },
3843
            "type": "symfony-bundle",
3844
            "extra": {
3845
                "branch-alias": {
3846
                    "dev-master": "2.2.x-dev"
3847
                }
3848
            },
3849
            "autoload": {
3850
                "psr-4": {
3851
                    "Sonata\\IntlBundle\\": ""
3852
                }
3853
            },
3854
            "notification-url": "https://packagist.org/downloads/",
3855
            "license": [
3856
                "MIT"
3857
            ],
3858
            "authors": [
3859
                {
3860
                    "name": "Sonata Community",
3861
                    "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
3862
                },
3863
                {
3864
                    "name": "Thomas Rabaix",
3865
                    "email": "[email protected]"
3866
                }
3867
            ],
3868
            "description": "Symfony SonataIntlBundle",
3869
            "homepage": "https://sonata-project.org/bundles/intl",
3870
            "keywords": [
3871
                "date",
3872
                "intl",
3873
                "number",
3874
                "sonata",
3875
                "time"
3876
            ],
3877
            "time": "2016-02-20 16:29:57"
3878
        },
3879
        {
3880
            "name": "stof/doctrine-extensions-bundle",
3881
            "version": "v1.2.2",
3882
            "source": {
3883
                "type": "git",
3884
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
3885
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
3886
            },
3887
            "dist": {
3888
                "type": "zip",
3889
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
3890
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
3891
                "shasum": ""
3892
            },
3893
            "require": {
3894
                "gedmo/doctrine-extensions": "^2.3.1",
3895
                "php": ">=5.3.2",
3896
                "symfony/framework-bundle": "~2.1|~3.0"
3897
            },
3898
            "suggest": {
3899
                "doctrine/doctrine-bundle": "to use the ORM extensions",
3900
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
3901
            },
3902
            "type": "symfony-bundle",
3903
            "extra": {
3904
                "branch-alias": {
3905
                    "dev-master": "1.2.x-dev"
3906
                }
3907
            },
3908
            "autoload": {
3909
                "psr-4": {
3910
                    "Stof\\DoctrineExtensionsBundle\\": ""
3911
                }
3912
            },
3913
            "notification-url": "https://packagist.org/downloads/",
3914
            "license": [
3915
                "MIT"
3916
            ],
3917
            "authors": [
3918
                {
3919
                    "name": "Christophe Coevoet",
3920
                    "email": "[email protected]"
3921
                }
3922
            ],
3923
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
3924
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
3925
            "keywords": [
3926
                "behaviors",
3927
                "doctrine2",
3928
                "extensions",
3929
                "gedmo",
3930
                "loggable",
3931
                "nestedset",
3932
                "sluggable",
3933
                "sortable",
3934
                "timestampable",
3935
                "translatable",
3936
                "tree"
3937
            ],
3938
            "time": "2016-01-26 23:58:32"
3939
        },
3940
        {
3941
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
3942
            "version": "v5.4.4",
3943
            "source": {
3944
                "type": "git",
3945
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3946
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
3947
            },
3948
            "dist": {
3949
                "type": "zip",
3950
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
3951
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
3952
                "shasum": ""
3953
            },
3954
            "require": {
3955
                "php": ">=5.3.3"
3956
            },
3957
            "require-dev": {
3958
                "mockery/mockery": "~0.9.1"
3959
            },
3960
            "type": "library",
3961
            "extra": {
3962
                "branch-alias": {
3963
                    "dev-master": "5.4-dev"
3964
                }
3965
            },
3966
            "autoload": {
3967
                "files": [
3968
                    "lib/swift_required.php"
3969
                ]
3970
            },
3971
            "notification-url": "https://packagist.org/downloads/",
3972
            "license": [
3973
                "MIT"
3974
            ],
3975
            "authors": [
3976
                {
3977
                    "name": "Chris Corbyn"
3978
                },
3979
                {
3980
                    "name": "Fabien Potencier",
3981
                    "email": "[email protected]"
3982
                }
3983
            ],
3984
            "description": "Swiftmailer, free feature-rich PHP mailer",
3985
            "homepage": "http://swiftmailer.org",
3986
            "keywords": [
3987
                "email",
3988
                "mail",
3989
                "mailer"
3990
            ],
3991
            "time": "2016-11-24 01:01:23"
3992
        },
3993
        {
3994
            "name": "symfony/monolog-bundle",
3995
            "version": "3.0.1",
3996
            "source": {
3997
                "type": "git",
3998
                "url": "https://github.com/symfony/monolog-bundle.git",
3999
                "reference": "5f2d2d62530cd66be361216107869a3b061045db"
4000
            },
4001
            "dist": {
4002
                "type": "zip",
4003
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/5f2d2d62530cd66be361216107869a3b061045db",
4004
                "reference": "5f2d2d62530cd66be361216107869a3b061045db",
4005
                "shasum": ""
4006
            },
4007
            "require": {
4008
                "monolog/monolog": "~1.18",
4009
                "php": ">=5.3.2",
4010
                "symfony/config": "~2.7|~3.0",
4011
                "symfony/dependency-injection": "~2.7|~3.0",
4012
                "symfony/http-kernel": "~2.7|~3.0",
4013
                "symfony/monolog-bridge": "~2.7|~3.0"
4014
            },
4015
            "require-dev": {
4016
                "phpunit/phpunit": "^4.8",
4017
                "symfony/console": "~2.3|~3.0",
4018
                "symfony/yaml": "~2.3|~3.0"
4019
            },
4020
            "type": "symfony-bundle",
4021
            "extra": {
4022
                "branch-alias": {
4023
                    "dev-master": "3.x-dev"
4024
                }
4025
            },
4026
            "autoload": {
4027
                "psr-4": {
4028
                    "Symfony\\Bundle\\MonologBundle\\": ""
4029
                }
4030
            },
4031
            "notification-url": "https://packagist.org/downloads/",
4032
            "license": [
4033
                "MIT"
4034
            ],
4035
            "authors": [
4036
                {
4037
                    "name": "Symfony Community",
4038
                    "homepage": "http://symfony.com/contributors"
4039
                },
4040
                {
4041
                    "name": "Fabien Potencier",
4042
                    "email": "[email protected]"
4043
                }
4044
            ],
4045
            "description": "Symfony MonologBundle",
4046
            "homepage": "http://symfony.com",
4047
            "keywords": [
4048
                "log",
4049
                "logging"
4050
            ],
4051
            "time": "2016-11-15 15:54:07"
4052
        },
4053
        {
4054
            "name": "symfony/polyfill-iconv",
4055
            "version": "v1.3.0",
4056
            "source": {
4057
                "type": "git",
4058
                "url": "https://github.com/symfony/polyfill-iconv.git",
4059
                "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
4060
            },
4061
            "dist": {
4062
                "type": "zip",
4063
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
4064
                "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
4065
                "shasum": ""
4066
            },
4067
            "require": {
4068
                "php": ">=5.3.3"
4069
            },
4070
            "suggest": {
4071
                "ext-iconv": "For best performance"
4072
            },
4073
            "type": "library",
4074
            "extra": {
4075
                "branch-alias": {
4076
                    "dev-master": "1.3-dev"
4077
                }
4078
            },
4079
            "autoload": {
4080
                "psr-4": {
4081
                    "Symfony\\Polyfill\\Iconv\\": ""
4082
                },
4083
                "files": [
4084
                    "bootstrap.php"
4085
                ]
4086
            },
4087
            "notification-url": "https://packagist.org/downloads/",
4088
            "license": [
4089
                "MIT"
4090
            ],
4091
            "authors": [
4092
                {
4093
                    "name": "Nicolas Grekas",
4094
                    "email": "[email protected]"
4095
                },
4096
                {
4097
                    "name": "Symfony Community",
4098
                    "homepage": "https://symfony.com/contributors"
4099
                }
4100
            ],
4101
            "description": "Symfony polyfill for the Iconv extension",
4102
            "homepage": "https://symfony.com",
4103
            "keywords": [
4104
                "compatibility",
4105
                "iconv",
4106
                "polyfill",
4107
                "portable",
4108
                "shim"
4109
            ],
4110
            "time": "2016-11-14 01:06:16"
4111
        },
4112
        {
4113
            "name": "symfony/polyfill-intl-icu",
4114
            "version": "v1.3.0",
4115
            "source": {
4116
                "type": "git",
4117
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4118
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
4119
            },
4120
            "dist": {
4121
                "type": "zip",
4122
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
4123
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
4124
                "shasum": ""
4125
            },
4126
            "require": {
4127
                "php": ">=5.3.3",
4128
                "symfony/intl": "~2.3|~3.0"
4129
            },
4130
            "suggest": {
4131
                "ext-intl": "For best performance"
4132
            },
4133
            "type": "library",
4134
            "extra": {
4135
                "branch-alias": {
4136
                    "dev-master": "1.3-dev"
4137
                }
4138
            },
4139
            "autoload": {
4140
                "files": [
4141
                    "bootstrap.php"
4142
                ]
4143
            },
4144
            "notification-url": "https://packagist.org/downloads/",
4145
            "license": [
4146
                "MIT"
4147
            ],
4148
            "authors": [
4149
                {
4150
                    "name": "Nicolas Grekas",
4151
                    "email": "[email protected]"
4152
                },
4153
                {
4154
                    "name": "Symfony Community",
4155
                    "homepage": "https://symfony.com/contributors"
4156
                }
4157
            ],
4158
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4159
            "homepage": "https://symfony.com",
4160
            "keywords": [
4161
                "compatibility",
4162
                "icu",
4163
                "intl",
4164
                "polyfill",
4165
                "portable",
4166
                "shim"
4167
            ],
4168
            "time": "2016-11-14 01:06:16"
4169
        },
4170
        {
4171
            "name": "symfony/polyfill-mbstring",
4172
            "version": "v1.3.0",
4173
            "source": {
4174
                "type": "git",
4175
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4176
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
4177
            },
4178
            "dist": {
4179
                "type": "zip",
4180
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
4181
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
4182
                "shasum": ""
4183
            },
4184
            "require": {
4185
                "php": ">=5.3.3"
4186
            },
4187
            "suggest": {
4188
                "ext-mbstring": "For best performance"
4189
            },
4190
            "type": "library",
4191
            "extra": {
4192
                "branch-alias": {
4193
                    "dev-master": "1.3-dev"
4194
                }
4195
            },
4196
            "autoload": {
4197
                "psr-4": {
4198
                    "Symfony\\Polyfill\\Mbstring\\": ""
4199
                },
4200
                "files": [
4201
                    "bootstrap.php"
4202
                ]
4203
            },
4204
            "notification-url": "https://packagist.org/downloads/",
4205
            "license": [
4206
                "MIT"
4207
            ],
4208
            "authors": [
4209
                {
4210
                    "name": "Nicolas Grekas",
4211
                    "email": "[email protected]"
4212
                },
4213
                {
4214
                    "name": "Symfony Community",
4215
                    "homepage": "https://symfony.com/contributors"
4216
                }
4217
            ],
4218
            "description": "Symfony polyfill for the Mbstring extension",
4219
            "homepage": "https://symfony.com",
4220
            "keywords": [
4221
                "compatibility",
4222
                "mbstring",
4223
                "polyfill",
4224
                "portable",
4225
                "shim"
4226
            ],
4227
            "time": "2016-11-14 01:06:16"
4228
        },
4229
        {
4230
            "name": "symfony/polyfill-php56",
4231
            "version": "v1.3.0",
4232
            "source": {
4233
                "type": "git",
4234
                "url": "https://github.com/symfony/polyfill-php56.git",
4235
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
4236
            },
4237
            "dist": {
4238
                "type": "zip",
4239
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
4240
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
4241
                "shasum": ""
4242
            },
4243
            "require": {
4244
                "php": ">=5.3.3",
4245
                "symfony/polyfill-util": "~1.0"
4246
            },
4247
            "type": "library",
4248
            "extra": {
4249
                "branch-alias": {
4250
                    "dev-master": "1.3-dev"
4251
                }
4252
            },
4253
            "autoload": {
4254
                "psr-4": {
4255
                    "Symfony\\Polyfill\\Php56\\": ""
4256
                },
4257
                "files": [
4258
                    "bootstrap.php"
4259
                ]
4260
            },
4261
            "notification-url": "https://packagist.org/downloads/",
4262
            "license": [
4263
                "MIT"
4264
            ],
4265
            "authors": [
4266
                {
4267
                    "name": "Nicolas Grekas",
4268
                    "email": "[email protected]"
4269
                },
4270
                {
4271
                    "name": "Symfony Community",
4272
                    "homepage": "https://symfony.com/contributors"
4273
                }
4274
            ],
4275
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4276
            "homepage": "https://symfony.com",
4277
            "keywords": [
4278
                "compatibility",
4279
                "polyfill",
4280
                "portable",
4281
                "shim"
4282
            ],
4283
            "time": "2016-11-14 01:06:16"
4284
        },
4285
        {
4286
            "name": "symfony/polyfill-php70",
4287
            "version": "v1.3.0",
4288
            "source": {
4289
                "type": "git",
4290
                "url": "https://github.com/symfony/polyfill-php70.git",
4291
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
4292
            },
4293
            "dist": {
4294
                "type": "zip",
4295
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
4296
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
4297
                "shasum": ""
4298
            },
4299
            "require": {
4300
                "paragonie/random_compat": "~1.0|~2.0",
4301
                "php": ">=5.3.3"
4302
            },
4303
            "type": "library",
4304
            "extra": {
4305
                "branch-alias": {
4306
                    "dev-master": "1.3-dev"
4307
                }
4308
            },
4309
            "autoload": {
4310
                "psr-4": {
4311
                    "Symfony\\Polyfill\\Php70\\": ""
4312
                },
4313
                "files": [
4314
                    "bootstrap.php"
4315
                ],
4316
                "classmap": [
4317
                    "Resources/stubs"
4318
                ]
4319
            },
4320
            "notification-url": "https://packagist.org/downloads/",
4321
            "license": [
4322
                "MIT"
4323
            ],
4324
            "authors": [
4325
                {
4326
                    "name": "Nicolas Grekas",
4327
                    "email": "[email protected]"
4328
                },
4329
                {
4330
                    "name": "Symfony Community",
4331
                    "homepage": "https://symfony.com/contributors"
4332
                }
4333
            ],
4334
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4335
            "homepage": "https://symfony.com",
4336
            "keywords": [
4337
                "compatibility",
4338
                "polyfill",
4339
                "portable",
4340
                "shim"
4341
            ],
4342
            "time": "2016-11-14 01:06:16"
4343
        },
4344
        {
4345
            "name": "symfony/polyfill-util",
4346
            "version": "v1.3.0",
4347
            "source": {
4348
                "type": "git",
4349
                "url": "https://github.com/symfony/polyfill-util.git",
4350
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
4351
            },
4352
            "dist": {
4353
                "type": "zip",
4354
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
4355
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
4356
                "shasum": ""
4357
            },
4358
            "require": {
4359
                "php": ">=5.3.3"
4360
            },
4361
            "type": "library",
4362
            "extra": {
4363
                "branch-alias": {
4364
                    "dev-master": "1.3-dev"
4365
                }
4366
            },
4367
            "autoload": {
4368
                "psr-4": {
4369
                    "Symfony\\Polyfill\\Util\\": ""
4370
                }
4371
            },
4372
            "notification-url": "https://packagist.org/downloads/",
4373
            "license": [
4374
                "MIT"
4375
            ],
4376
            "authors": [
4377
                {
4378
                    "name": "Nicolas Grekas",
4379
                    "email": "[email protected]"
4380
                },
4381
                {
4382
                    "name": "Symfony Community",
4383
                    "homepage": "https://symfony.com/contributors"
4384
                }
4385
            ],
4386
            "description": "Symfony utilities for portability of PHP codes",
4387
            "homepage": "https://symfony.com",
4388
            "keywords": [
4389
                "compat",
4390
                "compatibility",
4391
                "polyfill",
4392
                "shim"
4393
            ],
4394
            "time": "2016-11-14 01:06:16"
4395
        },
4396
        {
4397
            "name": "symfony/swiftmailer-bundle",
4398
            "version": "v2.4.0",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
4402
                "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069",
4407
                "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "php": ">=5.3.2",
4412
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
4413
                "symfony/config": "~2.7|~3.0",
4414
                "symfony/dependency-injection": "~2.7|~3.0",
4415
                "symfony/http-kernel": "~2.7|~3.0"
4416
            },
4417
            "require-dev": {
4418
                "symfony/console": "~2.7|~3.0",
4419
                "symfony/framework-bundle": "~2.7|~3.0",
4420
                "symfony/phpunit-bridge": "~2.7|~3.0",
4421
                "symfony/yaml": "~2.7|~3.0"
4422
            },
4423
            "suggest": {
4424
                "psr/log": "Allows logging"
4425
            },
4426
            "type": "symfony-bundle",
4427
            "extra": {
4428
                "branch-alias": {
4429
                    "dev-master": "2.4-dev"
4430
                }
4431
            },
4432
            "autoload": {
4433
                "psr-4": {
4434
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
4435
                }
4436
            },
4437
            "notification-url": "https://packagist.org/downloads/",
4438
            "license": [
4439
                "MIT"
4440
            ],
4441
            "authors": [
4442
                {
4443
                    "name": "Symfony Community",
4444
                    "homepage": "http://symfony.com/contributors"
4445
                },
4446
                {
4447
                    "name": "Fabien Potencier",
4448
                    "email": "[email protected]"
4449
                }
4450
            ],
4451
            "description": "Symfony SwiftmailerBundle",
4452
            "homepage": "http://symfony.com",
4453
            "time": "2016-10-27 17:59:30"
4454
        },
4455
        {
4456
            "name": "symfony/symfony",
4457
            "version": "v3.2.0",
4458
            "source": {
4459
                "type": "git",
4460
                "url": "https://github.com/symfony/symfony.git",
4461
                "reference": "b96a144bc875684f3338f697687147a2696d73eb"
4462
            },
4463
            "dist": {
4464
                "type": "zip",
4465
                "url": "https://api.github.com/repos/symfony/symfony/zipball/b96a144bc875684f3338f697687147a2696d73eb",
4466
                "reference": "b96a144bc875684f3338f697687147a2696d73eb",
4467
                "shasum": ""
4468
            },
4469
            "require": {
4470
                "doctrine/common": "~2.4",
4471
                "php": ">=5.5.9",
4472
                "psr/cache": "~1.0",
4473
                "psr/log": "~1.0",
4474
                "symfony/polyfill-intl-icu": "~1.0",
4475
                "symfony/polyfill-mbstring": "~1.0",
4476
                "symfony/polyfill-php56": "~1.0",
4477
                "symfony/polyfill-php70": "~1.0",
4478
                "symfony/polyfill-util": "~1.0",
4479
                "twig/twig": "~1.28|~2.0"
4480
            },
4481
            "conflict": {
4482
                "phpdocumentor/reflection-docblock": "<3.0",
4483
                "phpdocumentor/type-resolver": "<0.2.0"
4484
            },
4485
            "provide": {
4486
                "psr/cache-implementation": "1.0"
4487
            },
4488
            "replace": {
4489
                "symfony/asset": "self.version",
4490
                "symfony/browser-kit": "self.version",
4491
                "symfony/cache": "self.version",
4492
                "symfony/class-loader": "self.version",
4493
                "symfony/config": "self.version",
4494
                "symfony/console": "self.version",
4495
                "symfony/css-selector": "self.version",
4496
                "symfony/debug": "self.version",
4497
                "symfony/debug-bundle": "self.version",
4498
                "symfony/dependency-injection": "self.version",
4499
                "symfony/doctrine-bridge": "self.version",
4500
                "symfony/dom-crawler": "self.version",
4501
                "symfony/event-dispatcher": "self.version",
4502
                "symfony/expression-language": "self.version",
4503
                "symfony/filesystem": "self.version",
4504
                "symfony/finder": "self.version",
4505
                "symfony/form": "self.version",
4506
                "symfony/framework-bundle": "self.version",
4507
                "symfony/http-foundation": "self.version",
4508
                "symfony/http-kernel": "self.version",
4509
                "symfony/inflector": "self.version",
4510
                "symfony/intl": "self.version",
4511
                "symfony/ldap": "self.version",
4512
                "symfony/monolog-bridge": "self.version",
4513
                "symfony/options-resolver": "self.version",
4514
                "symfony/process": "self.version",
4515
                "symfony/property-access": "self.version",
4516
                "symfony/property-info": "self.version",
4517
                "symfony/proxy-manager-bridge": "self.version",
4518
                "symfony/routing": "self.version",
4519
                "symfony/security": "self.version",
4520
                "symfony/security-bundle": "self.version",
4521
                "symfony/security-core": "self.version",
4522
                "symfony/security-csrf": "self.version",
4523
                "symfony/security-guard": "self.version",
4524
                "symfony/security-http": "self.version",
4525
                "symfony/serializer": "self.version",
4526
                "symfony/stopwatch": "self.version",
4527
                "symfony/templating": "self.version",
4528
                "symfony/translation": "self.version",
4529
                "symfony/twig-bridge": "self.version",
4530
                "symfony/twig-bundle": "self.version",
4531
                "symfony/validator": "self.version",
4532
                "symfony/var-dumper": "self.version",
4533
                "symfony/web-profiler-bundle": "self.version",
4534
                "symfony/workflow": "self.version",
4535
                "symfony/yaml": "self.version"
4536
            },
4537
            "require-dev": {
4538
                "cache/integration-tests": "dev-master",
4539
                "doctrine/cache": "~1.6",
4540
                "doctrine/data-fixtures": "1.0.*",
4541
                "doctrine/dbal": "~2.4",
4542
                "doctrine/doctrine-bundle": "~1.4",
4543
                "doctrine/orm": "~2.4,>=2.4.5",
4544
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
4545
                "monolog/monolog": "~1.11",
4546
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
4547
                "phpdocumentor/reflection-docblock": "^3.0",
4548
                "predis/predis": "~1.0",
4549
                "symfony/phpunit-bridge": "~3.2",
4550
                "symfony/polyfill-apcu": "~1.1",
4551
                "symfony/security-acl": "~2.8|~3.0"
4552
            },
4553
            "type": "library",
4554
            "extra": {
4555
                "branch-alias": {
4556
                    "dev-master": "3.2-dev"
4557
                }
4558
            },
4559
            "autoload": {
4560
                "psr-4": {
4561
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4562
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4563
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4564
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4565
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4566
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4567
                    "Symfony\\Component\\": "src/Symfony/Component/"
4568
                },
4569
                "classmap": [
4570
                    "src/Symfony/Component/Intl/Resources/stubs"
4571
                ],
4572
                "exclude-from-classmap": [
4573
                    "**/Tests/"
4574
                ]
4575
            },
4576
            "notification-url": "https://packagist.org/downloads/",
4577
            "license": [
4578
                "MIT"
4579
            ],
4580
            "authors": [
4581
                {
4582
                    "name": "Fabien Potencier",
4583
                    "email": "[email protected]"
4584
                },
4585
                {
4586
                    "name": "Symfony Community",
4587
                    "homepage": "https://symfony.com/contributors"
4588
                }
4589
            ],
4590
            "description": "The Symfony PHP framework",
4591
            "homepage": "https://symfony.com",
4592
            "keywords": [
4593
                "framework"
4594
            ],
4595
            "time": "2016-11-30 08:46:24"
4596
        },
4597
        {
4598
            "name": "twig/extensions",
4599
            "version": "v1.4.1",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/twigphp/Twig-extensions.git",
4603
                "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f0bb8431c8691f5a39f1017d9a5967a082bf01ff",
4608
                "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff",
4609
                "shasum": ""
4610
            },
4611
            "require": {
4612
                "twig/twig": "~1.20|~2.0"
4613
            },
4614
            "require-dev": {
4615
                "symfony/translation": "~2.3"
4616
            },
4617
            "suggest": {
4618
                "symfony/translation": "Allow the time_diff output to be translated"
4619
            },
4620
            "type": "library",
4621
            "extra": {
4622
                "branch-alias": {
4623
                    "dev-master": "1.4-dev"
4624
                }
4625
            },
4626
            "autoload": {
4627
                "psr-0": {
4628
                    "Twig_Extensions_": "lib/"
4629
                }
4630
            },
4631
            "notification-url": "https://packagist.org/downloads/",
4632
            "license": [
4633
                "MIT"
4634
            ],
4635
            "authors": [
4636
                {
4637
                    "name": "Fabien Potencier",
4638
                    "email": "[email protected]"
4639
                }
4640
            ],
4641
            "description": "Common additional features for Twig that do not directly belong in core",
4642
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
4643
            "keywords": [
4644
                "i18n",
4645
                "text"
4646
            ],
4647
            "time": "2016-10-25 17:34:14"
4648
        },
4649
        {
4650
            "name": "twig/twig",
4651
            "version": "v1.30.0",
4652
            "source": {
4653
                "type": "git",
4654
                "url": "https://github.com/twigphp/Twig.git",
4655
                "reference": "c6ff71094fde15d12398eaba029434b013dc5e59"
4656
            },
4657
            "dist": {
4658
                "type": "zip",
4659
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59",
4660
                "reference": "c6ff71094fde15d12398eaba029434b013dc5e59",
4661
                "shasum": ""
4662
            },
4663
            "require": {
4664
                "php": ">=5.2.7"
4665
            },
4666
            "require-dev": {
4667
                "symfony/debug": "~2.7",
4668
                "symfony/phpunit-bridge": "~3.2@dev"
4669
            },
4670
            "type": "library",
4671
            "extra": {
4672
                "branch-alias": {
4673
                    "dev-master": "1.30-dev"
4674
                }
4675
            },
4676
            "autoload": {
4677
                "psr-0": {
4678
                    "Twig_": "lib/"
4679
                }
4680
            },
4681
            "notification-url": "https://packagist.org/downloads/",
4682
            "license": [
4683
                "BSD-3-Clause"
4684
            ],
4685
            "authors": [
4686
                {
4687
                    "name": "Fabien Potencier",
4688
                    "email": "[email protected]",
4689
                    "homepage": "http://fabien.potencier.org",
4690
                    "role": "Lead Developer"
4691
                },
4692
                {
4693
                    "name": "Armin Ronacher",
4694
                    "email": "[email protected]",
4695
                    "role": "Project Founder"
4696
                },
4697
                {
4698
                    "name": "Twig Team",
4699
                    "homepage": "http://twig.sensiolabs.org/contributors",
4700
                    "role": "Contributors"
4701
                }
4702
            ],
4703
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4704
            "homepage": "http://twig.sensiolabs.org",
4705
            "keywords": [
4706
                "templating"
4707
            ],
4708
            "time": "2016-12-23 11:06:22"
4709
        },
4710
        {
4711
            "name": "webmozart/assert",
4712
            "version": "1.2.0",
4713
            "source": {
4714
                "type": "git",
4715
                "url": "https://github.com/webmozart/assert.git",
4716
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4717
            },
4718
            "dist": {
4719
                "type": "zip",
4720
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4721
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4722
                "shasum": ""
4723
            },
4724
            "require": {
4725
                "php": "^5.3.3 || ^7.0"
4726
            },
4727
            "require-dev": {
4728
                "phpunit/phpunit": "^4.6",
4729
                "sebastian/version": "^1.0.1"
4730
            },
4731
            "type": "library",
4732
            "extra": {
4733
                "branch-alias": {
4734
                    "dev-master": "1.3-dev"
4735
                }
4736
            },
4737
            "autoload": {
4738
                "psr-4": {
4739
                    "Webmozart\\Assert\\": "src/"
4740
                }
4741
            },
4742
            "notification-url": "https://packagist.org/downloads/",
4743
            "license": [
4744
                "MIT"
4745
            ],
4746
            "authors": [
4747
                {
4748
                    "name": "Bernhard Schussek",
4749
                    "email": "[email protected]"
4750
                }
4751
            ],
4752
            "description": "Assertions to validate method input/output with nice error messages.",
4753
            "keywords": [
4754
                "assert",
4755
                "check",
4756
                "validate"
4757
            ],
4758
            "time": "2016-11-23 20:04:58"
4759
        },
4760
        {
4761
            "name": "white-october/pagerfanta-bundle",
4762
            "version": "v1.0.7",
4763
            "source": {
4764
                "type": "git",
4765
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
4766
                "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521"
4767
            },
4768
            "dist": {
4769
                "type": "zip",
4770
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
4771
                "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
4772
                "shasum": ""
4773
            },
4774
            "require": {
4775
                "pagerfanta/pagerfanta": "1.0.*",
4776
                "symfony/framework-bundle": "~2.3|~3.0",
4777
                "symfony/property-access": "~2.3|~3.0",
4778
                "symfony/twig-bundle": "~2.3|~3.0"
4779
            },
4780
            "require-dev": {
4781
                "phpunit/phpunit": "~3.7",
4782
                "symfony/symfony": "~2.3|~3.0"
4783
            },
4784
            "type": "symfony-bundle",
4785
            "extra": {
4786
                "branch-alias": {
4787
                    "dev-master": "1.0.x-dev"
4788
                }
4789
            },
4790
            "autoload": {
4791
                "psr-4": {
4792
                    "WhiteOctober\\PagerfantaBundle\\": ""
4793
                }
4794
            },
4795
            "notification-url": "https://packagist.org/downloads/",
4796
            "license": [
4797
                "MIT"
4798
            ],
4799
            "authors": [
4800
                {
4801
                    "name": "Pablo Díez",
4802
                    "email": "[email protected]"
4803
                }
4804
            ],
4805
            "description": "Bundle to use Pagerfanta with Symfony2",
4806
            "keywords": [
4807
                "page",
4808
                "paging"
4809
            ],
4810
            "time": "2016-08-04 15:48:14"
4811
        },
4812
        {
4813
            "name": "willdurand/hateoas",
4814
            "version": "2.10.0",
4815
            "source": {
4816
                "type": "git",
4817
                "url": "https://github.com/willdurand/Hateoas.git",
4818
                "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189"
4819
            },
4820
            "dist": {
4821
                "type": "zip",
4822
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189",
4823
                "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189",
4824
                "shasum": ""
4825
            },
4826
            "require": {
4827
                "doctrine/annotations": "~1.0",
4828
                "doctrine/common": "~2.0",
4829
                "jms/metadata": "~1.1",
4830
                "jms/serializer": "~1.0",
4831
                "php": ">=5.4",
4832
                "phpoption/phpoption": ">=1.1.0,<2.0-dev",
4833
                "symfony/expression-language": "~2.4 || ~3.0"
4834
            },
4835
            "require-dev": {
4836
                "pagerfanta/pagerfanta": "~1.0",
4837
                "phpunit/phpunit": "~4.5",
4838
                "symfony/dependency-injection": "~2.4 || ~3.0",
4839
                "symfony/routing": "~2.4 || ~3.0",
4840
                "symfony/yaml": "~2.4 || ~3.0",
4841
                "twig/twig": "~1.12"
4842
            },
4843
            "suggest": {
4844
                "symfony/routing": "To use the SymfonyRouteFactory.",
4845
                "symfony/yaml": "To use yaml based configuration.",
4846
                "twig/twig": "To use the Twig extensions."
4847
            },
4848
            "type": "library",
4849
            "extra": {
4850
                "branch-alias": {
4851
                    "dev-master": "2.10-dev"
4852
                }
4853
            },
4854
            "autoload": {
4855
                "psr-0": {
4856
                    "Hateoas": "src/"
4857
                }
4858
            },
4859
            "notification-url": "https://packagist.org/downloads/",
4860
            "license": [
4861
                "MIT"
4862
            ],
4863
            "authors": [
4864
                {
4865
                    "name": "Adrien Brault",
4866
                    "email": "[email protected]"
4867
                },
4868
                {
4869
                    "name": "William Durand",
4870
                    "email": "[email protected]"
4871
                }
4872
            ],
4873
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
4874
            "time": "2016-05-19 11:30:35"
4875
        },
4876
        {
4877
            "name": "willdurand/hateoas-bundle",
4878
            "version": "1.2.0",
4879
            "target-dir": "Bazinga/Bundle/HateoasBundle",
4880
            "source": {
4881
                "type": "git",
4882
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
4883
                "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b"
4884
            },
4885
            "dist": {
4886
                "type": "zip",
4887
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/7c73a949c72dc6bc7363f76c11e70e655b19d94b",
4888
                "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b",
4889
                "shasum": ""
4890
            },
4891
            "require": {
4892
                "jms/serializer-bundle": "~1.0",
4893
                "php": ">5.4",
4894
                "symfony/framework-bundle": "~2.2 || ~3.0",
4895
                "willdurand/hateoas": "^2.10.0"
4896
            },
4897
            "require-dev": {
4898
                "phpunit/phpunit": "~4.5",
4899
                "symfony/expression-language": "~2.4 || ~3.0",
4900
                "twig/twig": "~1.12"
4901
            },
4902
            "type": "symfony-bundle",
4903
            "extra": {
4904
                "branch-alias": {
4905
                    "dev-master": "1.2-dev"
4906
                }
4907
            },
4908
            "autoload": {
4909
                "psr-0": {
4910
                    "Bazinga\\Bundle\\HateoasBundle": ""
4911
                }
4912
            },
4913
            "notification-url": "https://packagist.org/downloads/",
4914
            "license": [
4915
                "MIT"
4916
            ],
4917
            "authors": [
4918
                {
4919
                    "name": "William Durand",
4920
                    "email": "[email protected]"
4921
                }
4922
            ],
4923
            "description": "Integration of Hateoas into Symfony2.",
4924
            "keywords": [
4925
                "HATEOAS",
4926
                "rest"
4927
            ],
4928
            "time": "2016-05-31 13:55:14"
4929
        },
4930
        {
4931
            "name": "willdurand/jsonp-callback-validator",
4932
            "version": "v1.1.0",
4933
            "source": {
4934
                "type": "git",
4935
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4936
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4937
            },
4938
            "dist": {
4939
                "type": "zip",
4940
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4941
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4942
                "shasum": ""
4943
            },
4944
            "require": {
4945
                "php": ">=5.3.0"
4946
            },
4947
            "require-dev": {
4948
                "phpunit/phpunit": "~3.7"
4949
            },
4950
            "type": "library",
4951
            "autoload": {
4952
                "psr-0": {
4953
                    "JsonpCallbackValidator": "src/"
4954
                }
4955
            },
4956
            "notification-url": "https://packagist.org/downloads/",
4957
            "license": [
4958
                "MIT"
4959
            ],
4960
            "authors": [
4961
                {
4962
                    "name": "William Durand",
4963
                    "email": "[email protected]",
4964
                    "homepage": "http://www.willdurand.fr"
4965
                }
4966
            ],
4967
            "description": "JSONP callback validator.",
4968
            "time": "2014-01-20 22:35:06"
4969
        },
4970
        {
4971
            "name": "willdurand/negotiation",
4972
            "version": "1.5.0",
4973
            "source": {
4974
                "type": "git",
4975
                "url": "https://github.com/willdurand/Negotiation.git",
4976
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
4977
            },
4978
            "dist": {
4979
                "type": "zip",
4980
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4981
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
4982
                "shasum": ""
4983
            },
4984
            "require": {
4985
                "php": ">=5.3.0"
4986
            },
4987
            "type": "library",
4988
            "extra": {
4989
                "branch-alias": {
4990
                    "dev-master": "1.5-dev"
4991
                }
4992
            },
4993
            "autoload": {
4994
                "psr-4": {
4995
                    "Negotiation\\": "src/Negotiation"
4996
                }
4997
            },
4998
            "notification-url": "https://packagist.org/downloads/",
4999
            "license": [
5000
                "MIT"
5001
            ],
5002
            "authors": [
5003
                {
5004
                    "name": "William Durand",
5005
                    "email": "[email protected]"
5006
                }
5007
            ],
5008
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
5009
            "homepage": "http://williamdurand.fr/Negotiation/",
5010
            "keywords": [
5011
                "accept",
5012
                "content",
5013
                "format",
5014
                "header",
5015
                "negotiation"
5016
            ],
5017
            "time": "2015-10-01 07:42:40"
5018
        },
5019
        {
5020
            "name": "winzou/state-machine",
5021
            "version": "0.3.2",
5022
            "source": {
5023
                "type": "git",
5024
                "url": "https://github.com/winzou/state-machine.git",
5025
                "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0"
5026
            },
5027
            "dist": {
5028
                "type": "zip",
5029
                "url": "https://api.github.com/repos/winzou/state-machine/zipball/4ef48e7bba494514f36884a618a9b889eec3a5b0",
5030
                "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0",
5031
                "shasum": ""
5032
            },
5033
            "require": {
5034
                "php": ">=5.3.0",
5035
                "symfony/event-dispatcher": "~2.1|~3.0",
5036
                "symfony/expression-language": "~2.4|~3.0",
5037
                "symfony/property-access": "~2.1|~3.0"
5038
            },
5039
            "require-dev": {
5040
                "phpspec/phpspec": "~2.0",
5041
                "twig/twig": "~1.0"
5042
            },
5043
            "suggest": {
5044
                "twig/twig": "Access the state machine in your twig templates (~1.0)"
5045
            },
5046
            "type": "library",
5047
            "autoload": {
5048
                "psr-0": {
5049
                    "SM": "src/"
5050
                }
5051
            },
5052
            "notification-url": "https://packagist.org/downloads/",
5053
            "license": [
5054
                "MIT"
5055
            ],
5056
            "authors": [
5057
                {
5058
                    "name": "Alexandre Bacco",
5059
                    "email": "[email protected]",
5060
                    "homepage": "http://alex.bacco.fr"
5061
                }
5062
            ],
5063
            "description": "A very lightweight yet powerful PHP state machine",
5064
            "homepage": "https://github.com/winzou/StateMachine",
5065
            "keywords": [
5066
                "callback",
5067
                "event",
5068
                "state",
5069
                "statemachine"
5070
            ],
5071
            "time": "2016-11-03 13:24:00"
5072
        },
5073
        {
5074
            "name": "winzou/state-machine-bundle",
5075
            "version": "v0.3.0",
5076
            "source": {
5077
                "type": "git",
5078
                "url": "https://github.com/winzou/StateMachineBundle.git",
5079
                "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77"
5080
            },
5081
            "dist": {
5082
                "type": "zip",
5083
                "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/ce9e0c50ecf6a257fe59ee5ad087710efd905f77",
5084
                "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77",
5085
                "shasum": ""
5086
            },
5087
            "require": {
5088
                "php": ">5.3.0",
5089
                "symfony/framework-bundle": "~2.1|~3.0",
5090
                "winzou/state-machine": "~0.3"
5091
            },
5092
            "require-dev": {
5093
                "phpspec/phpspec": "~2.0"
5094
            },
5095
            "type": "symfony-bundle",
5096
            "autoload": {
5097
                "psr-4": {
5098
                    "winzou\\Bundle\\StateMachineBundle\\": ""
5099
                }
5100
            },
5101
            "notification-url": "https://packagist.org/downloads/",
5102
            "license": [
5103
                "MIT"
5104
            ],
5105
            "authors": [
5106
                {
5107
                    "name": "Alexandre Bacco",
5108
                    "homepage": "http://alex.bacco.fr"
5109
                }
5110
            ],
5111
            "description": "Bundle for the very lightweight yet powerful PHP state machine",
5112
            "keywords": [
5113
                "bundle",
5114
                "statemachine",
5115
                "symfony"
5116
            ],
5117
            "time": "2016-10-28 03:32:52"
5118
        },
5119
        {
5120
            "name": "zendframework/zend-code",
5121
            "version": "2.6.3",
5122
            "source": {
5123
                "type": "git",
5124
                "url": "https://github.com/zendframework/zend-code.git",
5125
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
5126
            },
5127
            "dist": {
5128
                "type": "zip",
5129
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
5130
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
5131
                "shasum": ""
5132
            },
5133
            "require": {
5134
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
5135
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
5136
            },
5137
            "require-dev": {
5138
                "doctrine/annotations": "~1.0",
5139
                "fabpot/php-cs-fixer": "1.7.*",
5140
                "phpunit/phpunit": "^4.8.21",
5141
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5142
            },
5143
            "suggest": {
5144
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
5145
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5146
            },
5147
            "type": "library",
5148
            "extra": {
5149
                "branch-alias": {
5150
                    "dev-master": "2.6-dev",
5151
                    "dev-develop": "2.7-dev"
5152
                }
5153
            },
5154
            "autoload": {
5155
                "psr-4": {
5156
                    "Zend\\Code\\": "src/"
5157
                }
5158
            },
5159
            "notification-url": "https://packagist.org/downloads/",
5160
            "license": [
5161
                "BSD-3-Clause"
5162
            ],
5163
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
5164
            "homepage": "https://github.com/zendframework/zend-code",
5165
            "keywords": [
5166
                "code",
5167
                "zf2"
5168
            ],
5169
            "time": "2016-04-20 17:26:42"
5170
        },
5171
        {
5172
            "name": "zendframework/zend-eventmanager",
5173
            "version": "3.0.1",
5174
            "source": {
5175
                "type": "git",
5176
                "url": "https://github.com/zendframework/zend-eventmanager.git",
5177
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
5178
            },
5179
            "dist": {
5180
                "type": "zip",
5181
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
5182
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
5183
                "shasum": ""
5184
            },
5185
            "require": {
5186
                "php": "^5.5 || ^7.0"
5187
            },
5188
            "require-dev": {
5189
                "athletic/athletic": "^0.1",
5190
                "container-interop/container-interop": "^1.1.0",
5191
                "phpunit/phpunit": "~4.0",
5192
                "squizlabs/php_codesniffer": "^2.0",
5193
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
5194
            },
5195
            "suggest": {
5196
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
5197
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
5198
            },
5199
            "type": "library",
5200
            "extra": {
5201
                "branch-alias": {
5202
                    "dev-master": "3.0-dev",
5203
                    "dev-develop": "3.1-dev"
5204
                }
5205
            },
5206
            "autoload": {
5207
                "psr-4": {
5208
                    "Zend\\EventManager\\": "src/"
5209
                }
5210
            },
5211
            "notification-url": "https://packagist.org/downloads/",
5212
            "license": [
5213
                "BSD-3-Clause"
5214
            ],
5215
            "description": "Trigger and listen to events within a PHP application",
5216
            "homepage": "https://github.com/zendframework/zend-eventmanager",
5217
            "keywords": [
5218
                "event",
5219
                "eventmanager",
5220
                "events",
5221
                "zf2"
5222
            ],
5223
            "time": "2016-02-18 20:53:00"
5224
        },
5225
        {
5226
            "name": "zendframework/zend-hydrator",
5227
            "version": "2.2.1",
5228
            "source": {
5229
                "type": "git",
5230
                "url": "https://github.com/zendframework/zend-hydrator.git",
5231
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182"
5232
            },
5233
            "dist": {
5234
                "type": "zip",
5235
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
5236
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
5237
                "shasum": ""
5238
            },
5239
            "require": {
5240
                "php": "^5.5 || ^7.0",
5241
                "zendframework/zend-stdlib": "^3.0"
5242
            },
5243
            "require-dev": {
5244
                "phpunit/phpunit": "^4.5",
5245
                "squizlabs/php_codesniffer": "^2.3.1",
5246
                "zendframework/zend-eventmanager": "^3.0",
5247
                "zendframework/zend-filter": "^2.6",
5248
                "zendframework/zend-inputfilter": "^2.6",
5249
                "zendframework/zend-serializer": "^2.6.1",
5250
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5251
            },
5252
            "suggest": {
5253
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
5254
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
5255
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
5256
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
5257
            },
5258
            "type": "library",
5259
            "extra": {
5260
                "branch-alias": {
5261
                    "dev-release-1.0": "1.0-dev",
5262
                    "dev-release-1.1": "1.1-dev",
5263
                    "dev-master": "2.2-dev",
5264
                    "dev-develop": "2.3-dev"
5265
                },
5266
                "zf": {
5267
                    "component": "Zend\\Hydrator",
5268
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
5269
                }
5270
            },
5271
            "autoload": {
5272
                "psr-4": {
5273
                    "Zend\\Hydrator\\": "src/"
5274
                }
5275
            },
5276
            "notification-url": "https://packagist.org/downloads/",
5277
            "license": [
5278
                "BSD-3-Clause"
5279
            ],
5280
            "homepage": "https://github.com/zendframework/zend-hydrator",
5281
            "keywords": [
5282
                "hydrator",
5283
                "zf2"
5284
            ],
5285
            "time": "2016-04-18 17:59:29"
5286
        },
5287
        {
5288
            "name": "zendframework/zend-stdlib",
5289
            "version": "3.1.0",
5290
            "source": {
5291
                "type": "git",
5292
                "url": "https://github.com/zendframework/zend-stdlib.git",
5293
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
5294
            },
5295
            "dist": {
5296
                "type": "zip",
5297
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
5298
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
5299
                "shasum": ""
5300
            },
5301
            "require": {
5302
                "php": "^5.6 || ^7.0"
5303
            },
5304
            "require-dev": {
5305
                "athletic/athletic": "~0.1",
5306
                "phpunit/phpunit": "~4.0",
5307
                "squizlabs/php_codesniffer": "^2.6.2"
5308
            },
5309
            "type": "library",
5310
            "extra": {
5311
                "branch-alias": {
5312
                    "dev-master": "3.1-dev",
5313
                    "dev-develop": "3.2-dev"
5314
                }
5315
            },
5316
            "autoload": {
5317
                "psr-4": {
5318
                    "Zend\\Stdlib\\": "src/"
5319
                }
5320
            },
5321
            "notification-url": "https://packagist.org/downloads/",
5322
            "license": [
5323
                "BSD-3-Clause"
5324
            ],
5325
            "homepage": "https://github.com/zendframework/zend-stdlib",
5326
            "keywords": [
5327
                "stdlib",
5328
                "zf2"
5329
            ],
5330
            "time": "2016-09-13 14:38:50"
5331
        }
5332
    ],
5333
    "packages-dev": [
5334
        {
5335
            "name": "akeneo/phpspec-skip-example-extension",
5336
            "version": "v2.0.0",
5337
            "source": {
5338
                "type": "git",
5339
                "url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git",
5340
                "reference": "b378baaa372020f81f9cc1492acdc495a185b96f"
5341
            },
5342
            "dist": {
5343
                "type": "zip",
5344
                "url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/b378baaa372020f81f9cc1492acdc495a185b96f",
5345
                "reference": "b378baaa372020f81f9cc1492acdc495a185b96f",
5346
                "shasum": ""
5347
            },
5348
            "require": {
5349
                "phpspec/phpspec": "^3.0"
5350
            },
5351
            "type": "library",
5352
            "extra": {
5353
                "branch-alias": {
5354
                    "dev-master": "2.0.x-dev",
5355
                    "dev-1.2": "1.2.x-dev",
5356
                    "dev-1.1": "1.1.x-dev",
5357
                    "dev-1.0": "1.0.x-dev"
5358
                }
5359
            },
5360
            "autoload": {
5361
                "psr-0": {
5362
                    "Akeneo": "src/"
5363
                }
5364
            },
5365
            "notification-url": "https://packagist.org/downloads/",
5366
            "license": [
5367
                "MIT"
5368
            ],
5369
            "authors": [
5370
                {
5371
                    "name": "Gildas Quéméner",
5372
                    "email": "[email protected]"
5373
                },
5374
                {
5375
                    "name": "Nicolas Dupont",
5376
                    "email": "[email protected]"
5377
                }
5378
            ],
5379
            "description": "Skip your PhpSpec examples through annotations",
5380
            "time": "2016-07-21 08:04:58"
5381
        },
5382
        {
5383
            "name": "behat/behat",
5384
            "version": "v3.2.2",
5385
            "source": {
5386
                "type": "git",
5387
                "url": "https://github.com/Behat/Behat.git",
5388
                "reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85"
5389
            },
5390
            "dist": {
5391
                "type": "zip",
5392
                "url": "https://api.github.com/repos/Behat/Behat/zipball/30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
5393
                "reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
5394
                "shasum": ""
5395
            },
5396
            "require": {
5397
                "behat/gherkin": "^4.4.4",
5398
                "behat/transliterator": "~1.0",
5399
                "ext-mbstring": "*",
5400
                "php": ">=5.3.3",
5401
                "symfony/class-loader": "~2.1||~3.0",
5402
                "symfony/config": "~2.3||~3.0",
5403
                "symfony/console": "~2.5||~3.0",
5404
                "symfony/dependency-injection": "~2.1||~3.0",
5405
                "symfony/event-dispatcher": "~2.1||~3.0",
5406
                "symfony/translation": "~2.3||~3.0",
5407
                "symfony/yaml": "~2.1||~3.0"
5408
            },
5409
            "require-dev": {
5410
                "herrera-io/box": "~1.6.1",
5411
                "phpunit/phpunit": "~4.5",
5412
                "symfony/process": "~2.5|~3.0"
5413
            },
5414
            "suggest": {
5415
                "behat/mink-extension": "for integration with Mink testing framework",
5416
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
5417
                "behat/yii-extension": "for integration with Yii web framework"
5418
            },
5419
            "bin": [
5420
                "bin/behat"
5421
            ],
5422
            "type": "library",
5423
            "extra": {
5424
                "branch-alias": {
5425
                    "dev-master": "3.2.x-dev"
5426
                }
5427
            },
5428
            "autoload": {
5429
                "psr-0": {
5430
                    "Behat\\Behat": "src/",
5431
                    "Behat\\Testwork": "src/"
5432
                }
5433
            },
5434
            "notification-url": "https://packagist.org/downloads/",
5435
            "license": [
5436
                "MIT"
5437
            ],
5438
            "authors": [
5439
                {
5440
                    "name": "Konstantin Kudryashov",
5441
                    "email": "[email protected]",
5442
                    "homepage": "http://everzet.com"
5443
                }
5444
            ],
5445
            "description": "Scenario-oriented BDD framework for PHP 5.3",
5446
            "homepage": "http://behat.org/",
5447
            "keywords": [
5448
                "Agile",
5449
                "BDD",
5450
                "ScenarioBDD",
5451
                "Scrum",
5452
                "StoryBDD",
5453
                "User story",
5454
                "business",
5455
                "development",
5456
                "documentation",
5457
                "examples",
5458
                "symfony",
5459
                "testing"
5460
            ],
5461
            "time": "2016-11-05 17:13:53"
5462
        },
5463
        {
5464
            "name": "behat/gherkin",
5465
            "version": "v4.4.5",
5466
            "source": {
5467
                "type": "git",
5468
                "url": "https://github.com/Behat/Gherkin.git",
5469
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
5470
            },
5471
            "dist": {
5472
                "type": "zip",
5473
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
5474
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
5475
                "shasum": ""
5476
            },
5477
            "require": {
5478
                "php": ">=5.3.1"
5479
            },
5480
            "require-dev": {
5481
                "phpunit/phpunit": "~4.5|~5",
5482
                "symfony/phpunit-bridge": "~2.7|~3",
5483
                "symfony/yaml": "~2.3|~3"
5484
            },
5485
            "suggest": {
5486
                "symfony/yaml": "If you want to parse features, represented in YAML files"
5487
            },
5488
            "type": "library",
5489
            "extra": {
5490
                "branch-alias": {
5491
                    "dev-master": "4.4-dev"
5492
                }
5493
            },
5494
            "autoload": {
5495
                "psr-0": {
5496
                    "Behat\\Gherkin": "src/"
5497
                }
5498
            },
5499
            "notification-url": "https://packagist.org/downloads/",
5500
            "license": [
5501
                "MIT"
5502
            ],
5503
            "authors": [
5504
                {
5505
                    "name": "Konstantin Kudryashov",
5506
                    "email": "[email protected]",
5507
                    "homepage": "http://everzet.com"
5508
                }
5509
            ],
5510
            "description": "Gherkin DSL parser for PHP 5.3",
5511
            "homepage": "http://behat.org/",
5512
            "keywords": [
5513
                "BDD",
5514
                "Behat",
5515
                "Cucumber",
5516
                "DSL",
5517
                "gherkin",
5518
                "parser"
5519
            ],
5520
            "time": "2016-10-30 11:50:56"
5521
        },
5522
        {
5523
            "name": "behat/mink",
5524
            "version": "v1.7.1",
5525
            "source": {
5526
                "type": "git",
5527
                "url": "https://github.com/minkphp/Mink.git",
5528
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
5529
            },
5530
            "dist": {
5531
                "type": "zip",
5532
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
5533
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
5534
                "shasum": ""
5535
            },
5536
            "require": {
5537
                "php": ">=5.3.1",
5538
                "symfony/css-selector": "~2.1|~3.0"
5539
            },
5540
            "require-dev": {
5541
                "symfony/phpunit-bridge": "~2.7|~3.0"
5542
            },
5543
            "suggest": {
5544
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
5545
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
5546
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
5547
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
5548
            },
5549
            "type": "library",
5550
            "extra": {
5551
                "branch-alias": {
5552
                    "dev-master": "1.7.x-dev"
5553
                }
5554
            },
5555
            "autoload": {
5556
                "psr-4": {
5557
                    "Behat\\Mink\\": "src/"
5558
                }
5559
            },
5560
            "notification-url": "https://packagist.org/downloads/",
5561
            "license": [
5562
                "MIT"
5563
            ],
5564
            "authors": [
5565
                {
5566
                    "name": "Konstantin Kudryashov",
5567
                    "email": "[email protected]",
5568
                    "homepage": "http://everzet.com"
5569
                }
5570
            ],
5571
            "description": "Browser controller/emulator abstraction for PHP",
5572
            "homepage": "http://mink.behat.org/",
5573
            "keywords": [
5574
                "browser",
5575
                "testing",
5576
                "web"
5577
            ],
5578
            "time": "2016-03-05 08:26:18"
5579
        },
5580
        {
5581
            "name": "behat/mink-browserkit-driver",
5582
            "version": "v1.3.2",
5583
            "source": {
5584
                "type": "git",
5585
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
5586
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
5587
            },
5588
            "dist": {
5589
                "type": "zip",
5590
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
5591
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
5592
                "shasum": ""
5593
            },
5594
            "require": {
5595
                "behat/mink": "^1.7.1@dev",
5596
                "php": ">=5.3.6",
5597
                "symfony/browser-kit": "~2.3|~3.0",
5598
                "symfony/dom-crawler": "~2.3|~3.0"
5599
            },
5600
            "require-dev": {
5601
                "silex/silex": "~1.2",
5602
                "symfony/phpunit-bridge": "~2.7|~3.0"
5603
            },
5604
            "type": "mink-driver",
5605
            "extra": {
5606
                "branch-alias": {
5607
                    "dev-master": "1.3.x-dev"
5608
                }
5609
            },
5610
            "autoload": {
5611
                "psr-4": {
5612
                    "Behat\\Mink\\Driver\\": "src/"
5613
                }
5614
            },
5615
            "notification-url": "https://packagist.org/downloads/",
5616
            "license": [
5617
                "MIT"
5618
            ],
5619
            "authors": [
5620
                {
5621
                    "name": "Konstantin Kudryashov",
5622
                    "email": "[email protected]",
5623
                    "homepage": "http://everzet.com"
5624
                }
5625
            ],
5626
            "description": "Symfony2 BrowserKit driver for Mink framework",
5627
            "homepage": "http://mink.behat.org/",
5628
            "keywords": [
5629
                "Mink",
5630
                "Symfony2",
5631
                "browser",
5632
                "testing"
5633
            ],
5634
            "time": "2016-03-05 08:59:47"
5635
        },
5636
        {
5637
            "name": "behat/mink-extension",
5638
            "version": "v2.2",
5639
            "source": {
5640
                "type": "git",
5641
                "url": "https://github.com/Behat/MinkExtension.git",
5642
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
5643
            },
5644
            "dist": {
5645
                "type": "zip",
5646
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
5647
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
5648
                "shasum": ""
5649
            },
5650
            "require": {
5651
                "behat/behat": "~3.0,>=3.0.5",
5652
                "behat/mink": "~1.5",
5653
                "php": ">=5.3.2",
5654
                "symfony/config": "~2.2|~3.0"
5655
            },
5656
            "require-dev": {
5657
                "behat/mink-goutte-driver": "~1.1",
5658
                "phpspec/phpspec": "~2.0"
5659
            },
5660
            "type": "behat-extension",
5661
            "extra": {
5662
                "branch-alias": {
5663
                    "dev-master": "2.1.x-dev"
5664
                }
5665
            },
5666
            "autoload": {
5667
                "psr-0": {
5668
                    "Behat\\MinkExtension": "src/"
5669
                }
5670
            },
5671
            "notification-url": "https://packagist.org/downloads/",
5672
            "license": [
5673
                "MIT"
5674
            ],
5675
            "authors": [
5676
                {
5677
                    "name": "Christophe Coevoet",
5678
                    "email": "[email protected]"
5679
                },
5680
                {
5681
                    "name": "Konstantin Kudryashov",
5682
                    "email": "[email protected]"
5683
                }
5684
            ],
5685
            "description": "Mink extension for Behat",
5686
            "homepage": "http://extensions.behat.org/mink",
5687
            "keywords": [
5688
                "browser",
5689
                "gui",
5690
                "test",
5691
                "web"
5692
            ],
5693
            "time": "2016-02-15 07:55:18"
5694
        },
5695
        {
5696
            "name": "behat/mink-selenium2-driver",
5697
            "version": "v1.3.1",
5698
            "source": {
5699
                "type": "git",
5700
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
5701
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
5702
            },
5703
            "dist": {
5704
                "type": "zip",
5705
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
5706
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
5707
                "shasum": ""
5708
            },
5709
            "require": {
5710
                "behat/mink": "~1.7@dev",
5711
                "instaclick/php-webdriver": "~1.1",
5712
                "php": ">=5.3.1"
5713
            },
5714
            "require-dev": {
5715
                "symfony/phpunit-bridge": "~2.7"
5716
            },
5717
            "type": "mink-driver",
5718
            "extra": {
5719
                "branch-alias": {
5720
                    "dev-master": "1.3.x-dev"
5721
                }
5722
            },
5723
            "autoload": {
5724
                "psr-4": {
5725
                    "Behat\\Mink\\Driver\\": "src/"
5726
                }
5727
            },
5728
            "notification-url": "https://packagist.org/downloads/",
5729
            "license": [
5730
                "MIT"
5731
            ],
5732
            "authors": [
5733
                {
5734
                    "name": "Konstantin Kudryashov",
5735
                    "email": "[email protected]",
5736
                    "homepage": "http://everzet.com"
5737
                },
5738
                {
5739
                    "name": "Pete Otaqui",
5740
                    "email": "[email protected]",
5741
                    "homepage": "https://github.com/pete-otaqui"
5742
                }
5743
            ],
5744
            "description": "Selenium2 (WebDriver) driver for Mink framework",
5745
            "homepage": "http://mink.behat.org/",
5746
            "keywords": [
5747
                "ajax",
5748
                "browser",
5749
                "javascript",
5750
                "selenium",
5751
                "testing",
5752
                "webdriver"
5753
            ],
5754
            "time": "2016-03-05 09:10:18"
5755
        },
5756
        {
5757
            "name": "coduo/php-matcher",
5758
            "version": "2.1.0",
5759
            "source": {
5760
                "type": "git",
5761
                "url": "https://github.com/coduo/php-matcher.git",
5762
                "reference": "80ce761282da62db12906885f58d1e4bbddb525f"
5763
            },
5764
            "dist": {
5765
                "type": "zip",
5766
                "url": "https://api.github.com/repos/coduo/php-matcher/zipball/80ce761282da62db12906885f58d1e4bbddb525f",
5767
                "reference": "80ce761282da62db12906885f58d1e4bbddb525f",
5768
                "shasum": ""
5769
            },
5770
            "require": {
5771
                "coduo/php-to-string": "^2",
5772
                "doctrine/lexer": "1.0.*",
5773
                "ext-filter": "*",
5774
                "openlss/lib-array2xml": "~0.0.9",
5775
                "php": ">=5.3.0",
5776
                "symfony/expression-language": "^2.3|^3.0",
5777
                "symfony/property-access": "^2.3|^3.0"
5778
            },
5779
            "require-dev": {
5780
                "phpunit/phpunit": "^4.8"
5781
            },
5782
            "type": "library",
5783
            "extra": {
5784
                "branch-alias": {
5785
                    "dev-master": "2.1-dev"
5786
                }
5787
            },
5788
            "autoload": {
5789
                "psr-4": {
5790
                    "Coduo\\PHPMatcher\\": "src/"
5791
                }
5792
            },
5793
            "notification-url": "https://packagist.org/downloads/",
5794
            "license": [
5795
                "MIT"
5796
            ],
5797
            "authors": [
5798
                {
5799
                    "name": "Norbert Orzechowicz",
5800
                    "email": "[email protected]"
5801
                },
5802
                {
5803
                    "name": "Michał Dąbrowski",
5804
                    "email": "[email protected]"
5805
                }
5806
            ],
5807
            "description": "PHP Matcher enables you to match values with patterns",
5808
            "keywords": [
5809
                "Match",
5810
                "json",
5811
                "matcher",
5812
                "tests"
5813
            ],
5814
            "time": "2016-10-20 14:41:41"
5815
        },
5816
        {
5817
            "name": "coduo/php-to-string",
5818
            "version": "2.0.1",
5819
            "source": {
5820
                "type": "git",
5821
                "url": "https://github.com/coduo/php-to-string.git",
5822
                "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78"
5823
            },
5824
            "dist": {
5825
                "type": "zip",
5826
                "url": "https://api.github.com/repos/coduo/php-to-string/zipball/4c1d7e2e76017719edc70e944ace0ec570748a78",
5827
                "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78",
5828
                "shasum": ""
5829
            },
5830
            "require": {
5831
                "php": ">=5.3.0"
5832
            },
5833
            "require-dev": {
5834
                "coduo/phpspec-data-provider-extension": "^1",
5835
                "phpspec/phpspec": "^2"
5836
            },
5837
            "type": "library",
5838
            "extra": {
5839
                "branch-alias": {
5840
                    "dev-master": "2.1-dev"
5841
                }
5842
            },
5843
            "autoload": {
5844
                "psr-0": {
5845
                    "": "src"
5846
                }
5847
            },
5848
            "notification-url": "https://packagist.org/downloads/",
5849
            "license": [
5850
                "MIT"
5851
            ],
5852
            "authors": [
5853
                {
5854
                    "name": "Norbert Orzechowicz",
5855
                    "email": "[email protected]"
5856
                },
5857
                {
5858
                    "name": "Michał Dąbrowski",
5859
                    "email": "[email protected]"
5860
                }
5861
            ],
5862
            "keywords": [
5863
                "php",
5864
                "string",
5865
                "to",
5866
                "to string"
5867
            ],
5868
            "time": "2016-01-20 18:29:02"
5869
        },
5870
        {
5871
            "name": "friends-of-behat/context-service-extension",
5872
            "version": "v0.3.0",
5873
            "source": {
5874
                "type": "git",
5875
                "url": "https://github.com/FriendsOfBehat/ContextServiceExtension.git",
5876
                "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e"
5877
            },
5878
            "dist": {
5879
                "type": "zip",
5880
                "url": "https://api.github.com/repos/FriendsOfBehat/ContextServiceExtension/zipball/c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e",
5881
                "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e",
5882
                "shasum": ""
5883
            },
5884
            "require": {
5885
                "behat/behat": "^3.1",
5886
                "php": "^5.6|^7.0",
5887
                "symfony/dependency-injection": "^2.8|^3.0"
5888
            },
5889
            "require-dev": {
5890
                "friends-of-behat/cross-container-extension": "^0.1.3",
5891
                "friends-of-behat/test-context": "^0.3",
5892
                "phpspec/phpspec": "^3.1"
5893
            },
5894
            "suggest": {
5895
                "friends-of-behat/cross-container-extension": "^0.1",
5896
                "ocramius/proxy-manager": "^1.0|^2.0",
5897
                "symfony/proxy-manager-bridge": "^2.8|^3.0"
5898
            },
5899
            "type": "library",
5900
            "autoload": {
5901
                "psr-4": {
5902
                    "FriendsOfBehat\\ContextServiceExtension\\": "src/"
5903
                }
5904
            },
5905
            "notification-url": "https://packagist.org/downloads/",
5906
            "license": [
5907
                "MIT"
5908
            ],
5909
            "authors": [
5910
                {
5911
                    "name": "Kamil Kokot",
5912
                    "email": "[email protected]",
5913
                    "homepage": "http://kamil.kokot.me"
5914
                }
5915
            ],
5916
            "description": "Allows to declare and use contexts services in scenario scoped container.",
5917
            "time": "2016-11-03 15:23:17"
5918
        },
5919
        {
5920
            "name": "friends-of-behat/cross-container-extension",
5921
            "version": "v0.2.0",
5922
            "source": {
5923
                "type": "git",
5924
                "url": "https://github.com/FriendsOfBehat/CrossContainerExtension.git",
5925
                "reference": "c5dce367353e2c6a57a715c94d4f6ba3a87e2703"
5926
            },
5927
            "dist": {
5928
                "type": "zip",
5929
                "url": "https://api.github.com/repos/FriendsOfBehat/CrossContainerExtension/zipball/c5dce367353e2c6a57a715c94d4f6ba3a87e2703",
5930
                "reference": "c5dce367353e2c6a57a715c94d4f6ba3a87e2703",
5931
                "shasum": ""
5932
            },
5933
            "require": {
5934
                "behat/behat": "^3.1",
5935
                "php": "^5.6|^7.0",
5936
                "symfony/dependency-injection": "^2.8|^3.0"
5937
            },
5938
            "require-dev": {
5939
                "friends-of-behat/test-context": "^0.3",
5940
                "phpspec/phpspec": "^3.1",
5941
                "phpunit/phpunit": "^5.6",
5942
                "symfony/http-kernel": "^2.8|^3.0"
5943
            },
5944
            "suggest": {
5945
                "symfony/http-kernel": "^2.8|^3.0"
5946
            },
5947
            "type": "library",
5948
            "autoload": {
5949
                "psr-4": {
5950
                    "FriendsOfBehat\\CrossContainerExtension\\": "src/"
5951
                }
5952
            },
5953
            "notification-url": "https://packagist.org/downloads/",
5954
            "license": [
5955
                "MIT"
5956
            ],
5957
            "authors": [
5958
                {
5959
                    "name": "Kamil Kokot",
5960
                    "email": "[email protected]",
5961
                    "homepage": "http://kamil.kokot.me"
5962
                }
5963
            ],
5964
            "description": "Makes possible to inject services and parameters from other containers.",
5965
            "time": "2016-11-03 14:30:37"
5966
        },
5967
        {
5968
            "name": "friends-of-behat/performance-extension",
5969
            "version": "v1.0.1",
5970
            "source": {
5971
                "type": "git",
5972
                "url": "https://github.com/FriendsOfBehat/PerformanceExtension.git",
5973
                "reference": "eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b"
5974
            },
5975
            "dist": {
5976
                "type": "zip",
5977
                "url": "https://api.github.com/repos/FriendsOfBehat/PerformanceExtension/zipball/eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b",
5978
                "reference": "eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b",
5979
                "shasum": ""
5980
            },
5981
            "require": {
5982
                "behat/behat": "^3.1",
5983
                "php": "^5.6|^7.0"
5984
            },
5985
            "type": "library",
5986
            "autoload": {
5987
                "psr-4": {
5988
                    "FriendsOfBehat\\PerformanceExtension\\": "src/"
5989
                }
5990
            },
5991
            "notification-url": "https://packagist.org/downloads/",
5992
            "license": [
5993
                "MIT"
5994
            ],
5995
            "authors": [
5996
                {
5997
                    "name": "Kamil Kokot",
5998
                    "email": "[email protected]",
5999
                    "homepage": "http://kamil.kokot.me"
6000
                }
6001
            ],
6002
            "description": "Accelerates Behat using features available only for newer PHP versions.",
6003
            "time": "2016-07-22 21:46:29"
6004
        },
6005
        {
6006
            "name": "friends-of-behat/service-container-extension",
6007
            "version": "v0.3.0",
6008
            "source": {
6009
                "type": "git",
6010
                "url": "https://github.com/FriendsOfBehat/ServiceContainerExtension.git",
6011
                "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45"
6012
            },
6013
            "dist": {
6014
                "type": "zip",
6015
                "url": "https://api.github.com/repos/FriendsOfBehat/ServiceContainerExtension/zipball/203d0f30a3d17d47e7bb1a6842c8266911f30e45",
6016
                "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45",
6017
                "shasum": ""
6018
            },
6019
            "require": {
6020
                "behat/behat": "^3.1",
6021
                "php": "^5.6|^7.0"
6022
            },
6023
            "require-dev": {
6024
                "friends-of-behat/cross-container-extension": "^0.1",
6025
                "friends-of-behat/test-context": "^0.3",
6026
                "symfony/process": "^2.7|^3.0"
6027
            },
6028
            "suggest": {
6029
                "friends-of-behat/cross-container-extension": "^0.1"
6030
            },
6031
            "type": "library",
6032
            "autoload": {
6033
                "psr-4": {
6034
                    "FriendsOfBehat\\ServiceContainerExtension\\": "src/"
6035
                }
6036
            },
6037
            "notification-url": "https://packagist.org/downloads/",
6038
            "license": [
6039
                "MIT"
6040
            ],
6041
            "authors": [
6042
                {
6043
                    "name": "Kamil Kokot",
6044
                    "email": "[email protected]",
6045
                    "homepage": "http://kamil.kokot.me"
6046
                }
6047
            ],
6048
            "description": "Allows to declare own services inside Behat container without writing an extension.",
6049
            "time": "2016-11-03 09:47:50"
6050
        },
6051
        {
6052
            "name": "friends-of-behat/symfony-extension",
6053
            "version": "v0.2.1",
6054
            "source": {
6055
                "type": "git",
6056
                "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git",
6057
                "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1"
6058
            },
6059
            "dist": {
6060
                "type": "zip",
6061
                "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/293d02deb525015b13eeedc7c76982f0a87eb4a1",
6062
                "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1",
6063
                "shasum": ""
6064
            },
6065
            "require": {
6066
                "behat/behat": "^3.1",
6067
                "php": "^5.6|^7.0",
6068
                "symfony/http-kernel": "^2.7|^3.0"
6069
            },
6070
            "require-dev": {
6071
                "behat/mink": "^1.7",
6072
                "behat/mink-browserkit-driver": "^1.3",
6073
                "behat/mink-extension": "^2.2",
6074
                "friends-of-behat/cross-container-extension": "^0.1",
6075
                "friends-of-behat/test-context": "^0.3",
6076
                "symfony/framework-bundle": "^2.7|^3.0"
6077
            },
6078
            "suggest": {
6079
                "behat/mink-browserkit-driver": "^1.3",
6080
                "friends-of-behat/cross-container-extension": "^0.1"
6081
            },
6082
            "type": "library",
6083
            "autoload": {
6084
                "psr-4": {
6085
                    "FriendsOfBehat\\SymfonyExtension\\": "src/"
6086
                }
6087
            },
6088
            "notification-url": "https://packagist.org/downloads/",
6089
            "license": [
6090
                "MIT"
6091
            ],
6092
            "authors": [
6093
                {
6094
                    "name": "Kamil Kokot",
6095
                    "email": "[email protected]",
6096
                    "homepage": "http://kamil.kokot.me"
6097
                }
6098
            ],
6099
            "description": "Integrates Behat with Symfony (both 2 and 3).",
6100
            "time": "2016-11-03 13:38:02"
6101
        },
6102
        {
6103
            "name": "friends-of-behat/variadic-extension",
6104
            "version": "v0.1.0",
6105
            "source": {
6106
                "type": "git",
6107
                "url": "https://github.com/FriendsOfBehat/VariadicExtension.git",
6108
                "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e"
6109
            },
6110
            "dist": {
6111
                "type": "zip",
6112
                "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/d85fcc04318938f5af8799c73b16c9ec3fc8d40e",
6113
                "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e",
6114
                "shasum": ""
6115
            },
6116
            "require": {
6117
                "behat/behat": "^3.1",
6118
                "php": "^5.6|^7.0",
6119
                "symfony/dependency-injection": "~2.5||~3.0"
6120
            },
6121
            "require-dev": {
6122
                "friends-of-behat/test-context": "^0.2.0"
6123
            },
6124
            "type": "library",
6125
            "autoload": {
6126
                "psr-4": {
6127
                    "FriendsOfBehat\\VariadicExtension\\": "src/"
6128
                }
6129
            },
6130
            "notification-url": "https://packagist.org/downloads/",
6131
            "license": [
6132
                "MIT"
6133
            ],
6134
            "authors": [
6135
                {
6136
                    "name": "Łukasz Chruściel",
6137
                    "email": "[email protected]"
6138
                }
6139
            ],
6140
            "description": "Variadic support for behat context arguments",
6141
            "time": "2016-08-25 22:34:32"
6142
        },
6143
        {
6144
            "name": "hwi/oauth-bundle",
6145
            "version": "0.5.1",
6146
            "source": {
6147
                "type": "git",
6148
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
6149
                "reference": "429ae3fe1641a54ea0934bb06dac355affc41f8d"
6150
            },
6151
            "dist": {
6152
                "type": "zip",
6153
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/429ae3fe1641a54ea0934bb06dac355affc41f8d",
6154
                "reference": "429ae3fe1641a54ea0934bb06dac355affc41f8d",
6155
                "shasum": ""
6156
            },
6157
            "require": {
6158
                "kriswallsmith/buzz": "~0.13",
6159
                "php": ">=5.3.3",
6160
                "symfony/form": "~2.3|~3.0",
6161
                "symfony/framework-bundle": "~2.3|~3.0",
6162
                "symfony/options-resolver": "~2.3|~3.0",
6163
                "symfony/security-bundle": "~2.3|~3.0",
6164
                "symfony/yaml": "~2.3|~3.0"
6165
            },
6166
            "conflict": {
6167
                "twig/twig": "<1.12"
6168
            },
6169
            "require-dev": {
6170
                "doctrine/orm": "~2.3",
6171
                "fabpot/php-cs-fixer": "~1.11",
6172
                "friendsofsymfony/user-bundle": "~1.3|~2.0",
6173
                "phpunit/phpunit": "~4.8|~5.0",
6174
                "symfony/phpunit-bridge": "~2.7|~3.0",
6175
                "symfony/property-access": "~2.3|~3.0",
6176
                "symfony/stopwatch": "~2.5|~3.0",
6177
                "symfony/twig-bundle": "~2.3|~3.0",
6178
                "symfony/validator": "~2.3|~3.0"
6179
            },
6180
            "suggest": {
6181
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
6182
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
6183
                "symfony/property-access": "to use FOSUB integration with this bundle",
6184
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
6185
            },
6186
            "type": "symfony-bundle",
6187
            "extra": {
6188
                "branch-alias": {
6189
                    "dev-master": "0.5-dev"
6190
                }
6191
            },
6192
            "autoload": {
6193
                "psr-4": {
6194
                    "HWI\\Bundle\\OAuthBundle\\": ""
6195
                },
6196
                "exclude-from-classmap": [
6197
                    "/Tests/"
6198
                ]
6199
            },
6200
            "notification-url": "https://packagist.org/downloads/",
6201
            "license": [
6202
                "MIT"
6203
            ],
6204
            "authors": [
6205
                {
6206
                    "name": "Contributors",
6207
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
6208
                },
6209
                {
6210
                    "name": "Joseph Bielawski",
6211
                    "email": "[email protected]"
6212
                },
6213
                {
6214
                    "name": "Alexander",
6215
                    "email": "[email protected]"
6216
                },
6217
                {
6218
                    "name": "Geoffrey Bachelet",
6219
                    "email": "[email protected]"
6220
                }
6221
            ],
6222
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
6223
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
6224
            "keywords": [
6225
                "37signals",
6226
                "Authentication",
6227
                "Deezer",
6228
                "EVE Online",
6229
                "amazon",
6230
                "asana",
6231
                "auth0",
6232
                "azure",
6233
                "bitbucket",
6234
                "bitly",
6235
                "box",
6236
                "bufferapp",
6237
                "clever",
6238
                "dailymotion",
6239
                "deviantart",
6240
                "discogs",
6241
                "disqus",
6242
                "dropbox",
6243
                "eventbrite",
6244
                "facebook",
6245
                "firewall",
6246
                "fiware",
6247
                "flickr",
6248
                "foursquare",
6249
                "github",
6250
                "google",
6251
                "hubic",
6252
                "instagram",
6253
                "jawbone",
6254
                "jira",
6255
                "linkedin",
6256
                "mail.ru",
6257
                "oauth",
6258
                "oauth1",
6259
                "oauth2",
6260
                "odnoklassniki",
6261
                "paypal",
6262
                "qq",
6263
                "reddit",
6264
                "runkeeper",
6265
                "salesforce",
6266
                "security",
6267
                "sensio connect",
6268
                "sina weibo",
6269
                "slack",
6270
                "sound cloud",
6271
                "spotify",
6272
                "stack exchange",
6273
                "stereomood",
6274
                "strava",
6275
                "toshl",
6276
                "trakt",
6277
                "trello",
6278
                "twitch",
6279
                "twitter",
6280
                "vkontakte",
6281
                "wechat",
6282
                "windows live",
6283
                "wordpress",
6284
                "wunderlist",
6285
                "xing",
6286
                "yahoo",
6287
                "yandex",
6288
                "youtube"
6289
            ],
6290
            "time": "2016-10-03 14:27:17"
6291
        },
6292
        {
6293
            "name": "instaclick/php-webdriver",
6294
            "version": "1.4.3",
6295
            "source": {
6296
                "type": "git",
6297
                "url": "https://github.com/instaclick/php-webdriver.git",
6298
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
6299
            },
6300
            "dist": {
6301
                "type": "zip",
6302
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
6303
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
6304
                "shasum": ""
6305
            },
6306
            "require": {
6307
                "ext-curl": "*",
6308
                "php": ">=5.3.2"
6309
            },
6310
            "require-dev": {
6311
                "satooshi/php-coveralls": "dev-master"
6312
            },
6313
            "type": "library",
6314
            "extra": {
6315
                "branch-alias": {
6316
                    "dev-master": "1.4.x-dev"
6317
                }
6318
            },
6319
            "autoload": {
6320
                "psr-0": {
6321
                    "WebDriver": "lib/"
6322
                }
6323
            },
6324
            "notification-url": "https://packagist.org/downloads/",
6325
            "license": [
6326
                "Apache-2.0"
6327
            ],
6328
            "authors": [
6329
                {
6330
                    "name": "Justin Bishop",
6331
                    "email": "[email protected]",
6332
                    "role": "Developer"
6333
                },
6334
                {
6335
                    "name": "Anthon Pang",
6336
                    "email": "[email protected]",
6337
                    "role": "Fork Maintainer"
6338
                }
6339
            ],
6340
            "description": "PHP WebDriver for Selenium 2",
6341
            "homepage": "http://instaclick.com/",
6342
            "keywords": [
6343
                "browser",
6344
                "selenium",
6345
                "webdriver",
6346
                "webtest"
6347
            ],
6348
            "time": "2015-06-15 20:19:33"
6349
        },
6350
        {
6351
            "name": "kriswallsmith/buzz",
6352
            "version": "v0.15",
6353
            "source": {
6354
                "type": "git",
6355
                "url": "https://github.com/kriswallsmith/Buzz.git",
6356
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
6357
            },
6358
            "dist": {
6359
                "type": "zip",
6360
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
6361
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
6362
                "shasum": ""
6363
            },
6364
            "require": {
6365
                "php": ">=5.3.0"
6366
            },
6367
            "require-dev": {
6368
                "phpunit/phpunit": "3.7.*"
6369
            },
6370
            "suggest": {
6371
                "ext-curl": "*"
6372
            },
6373
            "type": "library",
6374
            "autoload": {
6375
                "psr-0": {
6376
                    "Buzz": "lib/"
6377
                }
6378
            },
6379
            "notification-url": "https://packagist.org/downloads/",
6380
            "license": [
6381
                "MIT"
6382
            ],
6383
            "authors": [
6384
                {
6385
                    "name": "Kris Wallsmith",
6386
                    "email": "[email protected]",
6387
                    "homepage": "http://kriswallsmith.net/"
6388
                }
6389
            ],
6390
            "description": "Lightweight HTTP client",
6391
            "homepage": "https://github.com/kriswallsmith/Buzz",
6392
            "keywords": [
6393
                "curl",
6394
                "http client"
6395
            ],
6396
            "time": "2015-06-25 17:26:56"
6397
        },
6398
        {
6399
            "name": "lakion/api-test-case",
6400
            "version": "v1.1.0",
6401
            "source": {
6402
                "type": "git",
6403
                "url": "https://github.com/Lakion/ApiTestCase.git",
6404
                "reference": "bd1f742a698255356b0308493231a29a4c880a95"
6405
            },
6406
            "dist": {
6407
                "type": "zip",
6408
                "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/bd1f742a698255356b0308493231a29a4c880a95",
6409
                "reference": "bd1f742a698255356b0308493231a29a4c880a95",
6410
                "shasum": ""
6411
            },
6412
            "require": {
6413
                "coduo/php-matcher": "^2.0",
6414
                "doctrine/data-fixtures": "^1.1",
6415
                "doctrine/doctrine-bundle": "^1.6.3",
6416
                "doctrine/orm": "^2.4.8",
6417
                "nelmio/alice": "^2.1.4",
6418
                "php": "^5.6|^7.0",
6419
                "phpspec/php-diff": "^1.0",
6420
                "phpunit/phpunit": "^4.8.26|^5.0",
6421
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
6422
                "symfony/browser-kit": "^2.7.13|^3.0",
6423
                "symfony/finder": "^2.7.13|^3.0",
6424
                "symfony/framework-bundle": "^2.7.13|^3.0"
6425
            },
6426
            "require-dev": {
6427
                "symfony/serializer": "^2.7.13|^3.0"
6428
            },
6429
            "type": "library",
6430
            "extra": {
6431
                "branch-alias": {
6432
                    "dev-master": "1.0-dev"
6433
                }
6434
            },
6435
            "autoload": {
6436
                "psr-4": {
6437
                    "Lakion\\ApiTestCase\\": "src/"
6438
                }
6439
            },
6440
            "notification-url": "https://packagist.org/downloads/",
6441
            "license": [
6442
                "MIT"
6443
            ],
6444
            "authors": [
6445
                {
6446
                    "name": "Łukasz Chruściel",
6447
                    "email": "[email protected]"
6448
                },
6449
                {
6450
                    "name": "Michał Marcinkowski",
6451
                    "email": "[email protected]"
6452
                },
6453
                {
6454
                    "name": "Paweł Jędrzejewski",
6455
                    "email": "[email protected]",
6456
                    "homepage": "http://pjedrzejewski.com"
6457
                },
6458
                {
6459
                    "name": "Arkadiusz Krakowiak",
6460
                    "email": "[email protected]"
6461
                }
6462
            ],
6463
            "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.",
6464
            "keywords": [
6465
                "Symfony2",
6466
                "TDD",
6467
                "api",
6468
                "doctrine",
6469
                "json",
6470
                "phpunit",
6471
                "symfony",
6472
                "testcase",
6473
                "xml"
6474
            ],
6475
            "time": "2017-01-04 10:06:20"
6476
        },
6477
        {
6478
            "name": "lakion/mink-debug-extension",
6479
            "version": "v1.2.3",
6480
            "source": {
6481
                "type": "git",
6482
                "url": "https://github.com/Lakion/MinkDebugExtension.git",
6483
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468"
6484
            },
6485
            "dist": {
6486
                "type": "zip",
6487
                "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/fb04a47076df15ff38e6c7d298aac93dd6a63468",
6488
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468",
6489
                "shasum": ""
6490
            },
6491
            "require": {
6492
                "behat/behat": "^3.0.5",
6493
                "behat/mink-extension": "^2.0.1",
6494
                "php": "^5.5.9|^7.0"
6495
            },
6496
            "require-dev": {
6497
                "behat/mink-goutte-driver": "^1.1",
6498
                "behat/mink-selenium2-driver": "^1.2",
6499
                "phpspec/phpspec": "^2.0"
6500
            },
6501
            "suggest": {
6502
                "behat/mink-browserkit-driver": "To get request debug information included in log file",
6503
                "behat/mink-selenium2-driver": "To get screenshots"
6504
            },
6505
            "bin": [
6506
                "travis/tools/upload-screenshots",
6507
                "travis/tools/upload-textfiles",
6508
                "travis/tools/wait-for-port"
6509
            ],
6510
            "type": "behat-extension",
6511
            "autoload": {
6512
                "psr-4": {
6513
                    "Lakion\\Behat\\MinkDebugExtension\\": "src/"
6514
                }
6515
            },
6516
            "notification-url": "https://packagist.org/downloads/",
6517
            "license": [
6518
                "MIT"
6519
            ],
6520
            "authors": [
6521
                {
6522
                    "name": "Kamil Kokot",
6523
                    "email": "[email protected]",
6524
                    "homepage": "http://kamil.kokot.me"
6525
                }
6526
            ],
6527
            "description": "Debug extension for Behat",
6528
            "homepage": "https://github.com/Lakion/MinkDebugExtension",
6529
            "keywords": [
6530
                "Behat",
6531
                "Mink",
6532
                "debug",
6533
                "logging"
6534
            ],
6535
            "time": "2016-10-27 15:30:36"
6536
        },
6537
        {
6538
            "name": "malukenho/kawaii-gherkin",
6539
            "version": "0.1.3",
6540
            "source": {
6541
                "type": "git",
6542
                "url": "https://github.com/malukenho/kawaii-gherkin.git",
6543
                "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6"
6544
            },
6545
            "dist": {
6546
                "type": "zip",
6547
                "url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/eb70f7bf017e597b611cb85e2238d7dc94315eb6",
6548
                "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6",
6549
                "shasum": ""
6550
            },
6551
            "require": {
6552
                "behat/gherkin": "^4.4",
6553
                "php": "~5.5|^7.0",
6554
                "sebastian/diff": "~1.2",
6555
                "symfony/console": "~2.0|^3.0",
6556
                "symfony/finder": "~2.0|^3.0"
6557
            },
6558
            "require-dev": {
6559
                "phpunit/phpunit": "^4.0"
6560
            },
6561
            "bin": [
6562
                "bin/kawaii"
6563
            ],
6564
            "type": "library",
6565
            "autoload": {
6566
                "psr-4": {
6567
                    "KawaiiGherkin\\": "src/"
6568
                }
6569
            },
6570
            "notification-url": "https://packagist.org/downloads/",
6571
            "license": [
6572
                "MIT"
6573
            ],
6574
            "authors": [
6575
                {
6576
                    "name": "Jefersson Nathan",
6577
                    "email": "[email protected]"
6578
                }
6579
            ],
6580
            "description": "A small library to check and fix annoying gherkin code style",
6581
            "homepage": "https://github.com/malukenho/kawaii-gherkin",
6582
            "keywords": [
6583
                "Code style",
6584
                "code standard",
6585
                "gherkin"
6586
            ],
6587
            "time": "2016-03-31 11:32:46"
6588
        },
6589
        {
6590
            "name": "matthiasnoback/symfony-config-test",
6591
            "version": "v2.0.1",
6592
            "source": {
6593
                "type": "git",
6594
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
6595
                "reference": "5f0ecb7437b472deb369715cd7c9ce69741b1af9"
6596
            },
6597
            "dist": {
6598
                "type": "zip",
6599
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/5f0ecb7437b472deb369715cd7c9ce69741b1af9",
6600
                "reference": "5f0ecb7437b472deb369715cd7c9ce69741b1af9",
6601
                "shasum": ""
6602
            },
6603
            "require": {
6604
                "php": "^5.3|^7.0",
6605
                "sebastian/exporter": "^1.0",
6606
                "symfony/config": "^2.3|^3.0"
6607
            },
6608
            "require-dev": {
6609
                "phpunit/phpunit": "^4.0|^5.0"
6610
            },
6611
            "type": "library",
6612
            "autoload": {
6613
                "psr-4": {
6614
                    "Matthias\\SymfonyConfigTest\\": ""
6615
                }
6616
            },
6617
            "notification-url": "https://packagist.org/downloads/",
6618
            "license": [
6619
                "MIT"
6620
            ],
6621
            "authors": [
6622
                {
6623
                    "name": "Matthias Noback",
6624
                    "email": "[email protected]",
6625
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
6626
                }
6627
            ],
6628
            "description": "Library for testing user classes related to the Symfony Config Component",
6629
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
6630
            "keywords": [
6631
                "config",
6632
                "phpunit",
6633
                "symfony"
6634
            ],
6635
            "time": "2016-10-19 10:12:12"
6636
        },
6637
        {
6638
            "name": "matthiasnoback/symfony-dependency-injection-test",
6639
            "version": "v1.0.1",
6640
            "source": {
6641
                "type": "git",
6642
                "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git",
6643
                "reference": "62267da3322b208404194a41d8ad0b89261b474f"
6644
            },
6645
            "dist": {
6646
                "type": "zip",
6647
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/62267da3322b208404194a41d8ad0b89261b474f",
6648
                "reference": "62267da3322b208404194a41d8ad0b89261b474f",
6649
                "shasum": ""
6650
            },
6651
            "require": {
6652
                "matthiasnoback/symfony-config-test": "^1.0|^2.0",
6653
                "sebastian/exporter": "^1.0",
6654
                "symfony/config": "^2.3|^3.0",
6655
                "symfony/dependency-injection": "^2.3|^3.0",
6656
                "symfony/yaml": "^2.7|^3.0"
6657
            },
6658
            "require-dev": {
6659
                "phpunit/phpunit": "^4.0|^5.0"
6660
            },
6661
            "type": "library",
6662
            "autoload": {
6663
                "psr-4": {
6664
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
6665
                }
6666
            },
6667
            "notification-url": "https://packagist.org/downloads/",
6668
            "license": [
6669
                "MIT"
6670
            ],
6671
            "authors": [
6672
                {
6673
                    "name": "Matthias Noback",
6674
                    "email": "[email protected]",
6675
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
6676
                }
6677
            ],
6678
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
6679
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
6680
            "keywords": [
6681
                "Symfony2",
6682
                "dependency injection",
6683
                "phpunit"
6684
            ],
6685
            "time": "2016-10-19 07:55:54"
6686
        },
6687
        {
6688
            "name": "mikey179/vfsStream",
6689
            "version": "v1.6.4",
6690
            "source": {
6691
                "type": "git",
6692
                "url": "https://github.com/mikey179/vfsStream.git",
6693
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
6694
            },
6695
            "dist": {
6696
                "type": "zip",
6697
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
6698
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
6699
                "shasum": ""
6700
            },
6701
            "require": {
6702
                "php": ">=5.3.0"
6703
            },
6704
            "require-dev": {
6705
                "phpunit/phpunit": "~4.5"
6706
            },
6707
            "type": "library",
6708
            "extra": {
6709
                "branch-alias": {
6710
                    "dev-master": "1.6.x-dev"
6711
                }
6712
            },
6713
            "autoload": {
6714
                "psr-0": {
6715
                    "org\\bovigo\\vfs\\": "src/main/php"
6716
                }
6717
            },
6718
            "notification-url": "https://packagist.org/downloads/",
6719
            "license": [
6720
                "BSD-3-Clause"
6721
            ],
6722
            "authors": [
6723
                {
6724
                    "name": "Frank Kleine",
6725
                    "homepage": "http://frankkleine.de/",
6726
                    "role": "Developer"
6727
                }
6728
            ],
6729
            "description": "Virtual file system to mock the real file system in unit tests.",
6730
            "homepage": "http://vfs.bovigo.org/",
6731
            "time": "2016-07-18 14:02:57"
6732
        },
6733
        {
6734
            "name": "myclabs/deep-copy",
6735
            "version": "1.5.5",
6736
            "source": {
6737
                "type": "git",
6738
                "url": "https://github.com/myclabs/DeepCopy.git",
6739
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
6740
            },
6741
            "dist": {
6742
                "type": "zip",
6743
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
6744
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
6745
                "shasum": ""
6746
            },
6747
            "require": {
6748
                "php": ">=5.4.0"
6749
            },
6750
            "require-dev": {
6751
                "doctrine/collections": "1.*",
6752
                "phpunit/phpunit": "~4.1"
6753
            },
6754
            "type": "library",
6755
            "autoload": {
6756
                "psr-4": {
6757
                    "DeepCopy\\": "src/DeepCopy/"
6758
                }
6759
            },
6760
            "notification-url": "https://packagist.org/downloads/",
6761
            "license": [
6762
                "MIT"
6763
            ],
6764
            "description": "Create deep copies (clones) of your objects",
6765
            "homepage": "https://github.com/myclabs/DeepCopy",
6766
            "keywords": [
6767
                "clone",
6768
                "copy",
6769
                "duplicate",
6770
                "object",
6771
                "object graph"
6772
            ],
6773
            "time": "2016-10-31 17:19:45"
6774
        },
6775
        {
6776
            "name": "nelmio/alice",
6777
            "version": "2.2.2",
6778
            "source": {
6779
                "type": "git",
6780
                "url": "https://github.com/nelmio/alice.git",
6781
                "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf"
6782
            },
6783
            "dist": {
6784
                "type": "zip",
6785
                "url": "https://api.github.com/repos/nelmio/alice/zipball/be940d30a450043c7991f2bc6ad19682db98c8cf",
6786
                "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf",
6787
                "shasum": ""
6788
            },
6789
            "require": {
6790
                "fzaninotto/faker": "^1.0",
6791
                "php": "^5.6||^7.0",
6792
                "symfony/yaml": "^2.0||^3.0"
6793
            },
6794
            "require-dev": {
6795
                "doctrine/common": "^2.3",
6796
                "phpunit/phpunit": "^5.0||^4.0",
6797
                "symfony/phpunit-bridge": "^3.0",
6798
                "symfony/property-access": "^2.2||^3.0"
6799
            },
6800
            "type": "library",
6801
            "extra": {
6802
                "branch-alias": {
6803
                    "dev-master": "3.0.x-dev"
6804
                }
6805
            },
6806
            "autoload": {
6807
                "psr-4": {
6808
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
6809
                }
6810
            },
6811
            "notification-url": "https://packagist.org/downloads/",
6812
            "license": [
6813
                "MIT"
6814
            ],
6815
            "authors": [
6816
                {
6817
                    "name": "Jordi Boggiano",
6818
                    "email": "[email protected]"
6819
                },
6820
                {
6821
                    "name": "Tim Shelburne",
6822
                    "email": "[email protected]"
6823
                },
6824
                {
6825
                    "name": "Théo FIDRY",
6826
                    "email": "[email protected]"
6827
                }
6828
            ],
6829
            "description": "Expressive fixtures generator",
6830
            "keywords": [
6831
                "Fixture",
6832
                "data",
6833
                "orm",
6834
                "test"
6835
            ],
6836
            "time": "2016-07-15 19:50:38"
6837
        },
6838
        {
6839
            "name": "openlss/lib-array2xml",
6840
            "version": "0.0.10",
6841
            "source": {
6842
                "type": "git",
6843
                "url": "https://github.com/openlss/lib-array2xml.git",
6844
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef"
6845
            },
6846
            "dist": {
6847
                "type": "zip",
6848
                "url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef",
6849
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef",
6850
                "shasum": ""
6851
            },
6852
            "require": {
6853
                "php": ">=5.3.2"
6854
            },
6855
            "type": "library",
6856
            "autoload": {
6857
                "psr-0": {
6858
                    "LSS": ""
6859
                }
6860
            },
6861
            "notification-url": "https://packagist.org/downloads/",
6862
            "license": [
6863
                "Apache-2.0"
6864
            ],
6865
            "authors": [
6866
                {
6867
                    "name": "Bryan Tong",
6868
                    "email": "[email protected]",
6869
                    "homepage": "http://bryantong.com"
6870
                },
6871
                {
6872
                    "name": "Tony Butler",
6873
                    "email": "[email protected]",
6874
                    "homepage": "http://openlss.org"
6875
                }
6876
            ],
6877
            "description": "Array2XML conversion library credit to lalit.org",
6878
            "homepage": "http://openlss.org",
6879
            "keywords": [
6880
                "array",
6881
                "array conversion",
6882
                "xml",
6883
                "xml conversion"
6884
            ],
6885
            "time": "2015-09-16 18:59:23"
6886
        },
6887
        {
6888
            "name": "pamil/prophecy-common",
6889
            "version": "v0.1.0",
6890
            "source": {
6891
                "type": "git",
6892
                "url": "https://github.com/pamil/prophecy-common.git",
6893
                "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c"
6894
            },
6895
            "dist": {
6896
                "type": "zip",
6897
                "url": "https://api.github.com/repos/pamil/prophecy-common/zipball/1f51e88b488511260b8fbccdf5ac3b46dad3139c",
6898
                "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c",
6899
                "shasum": ""
6900
            },
6901
            "require": {
6902
                "phpspec/prophecy": "^1.0"
6903
            },
6904
            "require-dev": {
6905
                "phpspec/phpspec": "^2.5"
6906
            },
6907
            "type": "library",
6908
            "autoload": {
6909
                "psr-4": {
6910
                    "Pamil\\ProphecyCommon\\": "src/"
6911
                }
6912
            },
6913
            "notification-url": "https://packagist.org/downloads/",
6914
            "license": [
6915
                "MIT"
6916
            ],
6917
            "authors": [
6918
                {
6919
                    "name": "Kamil Kokot",
6920
                    "email": "[email protected]",
6921
                    "homepage": "http://kamil.kokot.me"
6922
                }
6923
            ],
6924
            "description": "Common helper classes for Prophecy",
6925
            "time": "2016-05-06 08:34:42"
6926
        },
6927
        {
6928
            "name": "phpdocumentor/reflection-common",
6929
            "version": "1.0",
6930
            "source": {
6931
                "type": "git",
6932
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6933
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
6934
            },
6935
            "dist": {
6936
                "type": "zip",
6937
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
6938
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
6939
                "shasum": ""
6940
            },
6941
            "require": {
6942
                "php": ">=5.5"
6943
            },
6944
            "require-dev": {
6945
                "phpunit/phpunit": "^4.6"
6946
            },
6947
            "type": "library",
6948
            "extra": {
6949
                "branch-alias": {
6950
                    "dev-master": "1.0.x-dev"
6951
                }
6952
            },
6953
            "autoload": {
6954
                "psr-4": {
6955
                    "phpDocumentor\\Reflection\\": [
6956
                        "src"
6957
                    ]
6958
                }
6959
            },
6960
            "notification-url": "https://packagist.org/downloads/",
6961
            "license": [
6962
                "MIT"
6963
            ],
6964
            "authors": [
6965
                {
6966
                    "name": "Jaap van Otterdijk",
6967
                    "email": "[email protected]"
6968
                }
6969
            ],
6970
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6971
            "homepage": "http://www.phpdoc.org",
6972
            "keywords": [
6973
                "FQSEN",
6974
                "phpDocumentor",
6975
                "phpdoc",
6976
                "reflection",
6977
                "static analysis"
6978
            ],
6979
            "time": "2015-12-27 11:43:31"
6980
        },
6981
        {
6982
            "name": "phpdocumentor/reflection-docblock",
6983
            "version": "3.1.1",
6984
            "source": {
6985
                "type": "git",
6986
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6987
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
6988
            },
6989
            "dist": {
6990
                "type": "zip",
6991
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
6992
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
6993
                "shasum": ""
6994
            },
6995
            "require": {
6996
                "php": ">=5.5",
6997
                "phpdocumentor/reflection-common": "^1.0@dev",
6998
                "phpdocumentor/type-resolver": "^0.2.0",
6999
                "webmozart/assert": "^1.0"
7000
            },
7001
            "require-dev": {
7002
                "mockery/mockery": "^0.9.4",
7003
                "phpunit/phpunit": "^4.4"
7004
            },
7005
            "type": "library",
7006
            "autoload": {
7007
                "psr-4": {
7008
                    "phpDocumentor\\Reflection\\": [
7009
                        "src/"
7010
                    ]
7011
                }
7012
            },
7013
            "notification-url": "https://packagist.org/downloads/",
7014
            "license": [
7015
                "MIT"
7016
            ],
7017
            "authors": [
7018
                {
7019
                    "name": "Mike van Riel",
7020
                    "email": "[email protected]"
7021
                }
7022
            ],
7023
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
7024
            "time": "2016-09-30 07:12:33"
7025
        },
7026
        {
7027
            "name": "phpdocumentor/type-resolver",
7028
            "version": "0.2.1",
7029
            "source": {
7030
                "type": "git",
7031
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
7032
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
7033
            },
7034
            "dist": {
7035
                "type": "zip",
7036
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
7037
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
7038
                "shasum": ""
7039
            },
7040
            "require": {
7041
                "php": ">=5.5",
7042
                "phpdocumentor/reflection-common": "^1.0"
7043
            },
7044
            "require-dev": {
7045
                "mockery/mockery": "^0.9.4",
7046
                "phpunit/phpunit": "^5.2||^4.8.24"
7047
            },
7048
            "type": "library",
7049
            "extra": {
7050
                "branch-alias": {
7051
                    "dev-master": "1.0.x-dev"
7052
                }
7053
            },
7054
            "autoload": {
7055
                "psr-4": {
7056
                    "phpDocumentor\\Reflection\\": [
7057
                        "src/"
7058
                    ]
7059
                }
7060
            },
7061
            "notification-url": "https://packagist.org/downloads/",
7062
            "license": [
7063
                "MIT"
7064
            ],
7065
            "authors": [
7066
                {
7067
                    "name": "Mike van Riel",
7068
                    "email": "[email protected]"
7069
                }
7070
            ],
7071
            "time": "2016-11-25 06:54:22"
7072
        },
7073
        {
7074
            "name": "phpspec/php-diff",
7075
            "version": "v1.1.0",
7076
            "source": {
7077
                "type": "git",
7078
                "url": "https://github.com/phpspec/php-diff.git",
7079
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
7080
            },
7081
            "dist": {
7082
                "type": "zip",
7083
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
7084
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
7085
                "shasum": ""
7086
            },
7087
            "type": "library",
7088
            "extra": {
7089
                "branch-alias": {
7090
                    "dev-master": "1.0.x-dev"
7091
                }
7092
            },
7093
            "autoload": {
7094
                "psr-0": {
7095
                    "Diff": "lib/"
7096
                }
7097
            },
7098
            "notification-url": "https://packagist.org/downloads/",
7099
            "license": [
7100
                "BSD-3-Clause"
7101
            ],
7102
            "authors": [
7103
                {
7104
                    "name": "Chris Boulton",
7105
                    "homepage": "http://github.com/chrisboulton"
7106
                }
7107
            ],
7108
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
7109
            "time": "2016-04-07 12:29:16"
7110
        },
7111
        {
7112
            "name": "phpspec/phpspec",
7113
            "version": "3.2.0",
7114
            "source": {
7115
                "type": "git",
7116
                "url": "https://github.com/phpspec/phpspec.git",
7117
                "reference": "3ee05c39b6b25342b84d66a24ec8525575e3875f"
7118
            },
7119
            "dist": {
7120
                "type": "zip",
7121
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/3ee05c39b6b25342b84d66a24ec8525575e3875f",
7122
                "reference": "3ee05c39b6b25342b84d66a24ec8525575e3875f",
7123
                "shasum": ""
7124
            },
7125
            "require": {
7126
                "doctrine/instantiator": "^1.0.1",
7127
                "ext-tokenizer": "*",
7128
                "php": "^5.6 || ^7.0",
7129
                "phpspec/php-diff": "^1.0.0",
7130
                "phpspec/prophecy": "^1.5",
7131
                "sebastian/exporter": "^1.0",
7132
                "symfony/console": "^2.7 || ^3.0",
7133
                "symfony/event-dispatcher": "^2.7 || ^3.0",
7134
                "symfony/finder": "^2.7 || ^3.0",
7135
                "symfony/process": "^2.7 || ^3.0",
7136
                "symfony/yaml": "^2.7 || ^3.0"
7137
            },
7138
            "require-dev": {
7139
                "behat/behat": "^3.1",
7140
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
7141
                "phpunit/phpunit": "^5.4",
7142
                "symfony/filesystem": "^3.0"
7143
            },
7144
            "suggest": {
7145
                "phpspec/nyan-formatters": "Adds Nyan formatters"
7146
            },
7147
            "bin": [
7148
                "bin/phpspec"
7149
            ],
7150
            "type": "library",
7151
            "extra": {
7152
                "branch-alias": {
7153
                    "dev-master": "3.0.x-dev"
7154
                }
7155
            },
7156
            "autoload": {
7157
                "psr-0": {
7158
                    "PhpSpec": "src/"
7159
                }
7160
            },
7161
            "notification-url": "https://packagist.org/downloads/",
7162
            "license": [
7163
                "MIT"
7164
            ],
7165
            "authors": [
7166
                {
7167
                    "name": "Konstantin Kudryashov",
7168
                    "email": "[email protected]",
7169
                    "homepage": "http://everzet.com"
7170
                },
7171
                {
7172
                    "name": "Marcello Duarte",
7173
                    "homepage": "http://marcelloduarte.net/"
7174
                },
7175
                {
7176
                    "name": "Ciaran McNulty",
7177
                    "homepage": "https://ciaranmcnulty.com/"
7178
                }
7179
            ],
7180
            "description": "Specification-oriented BDD framework for PHP 5.6+",
7181
            "homepage": "http://phpspec.net/",
7182
            "keywords": [
7183
                "BDD",
7184
                "SpecBDD",
7185
                "TDD",
7186
                "spec",
7187
                "specification",
7188
                "testing",
7189
                "tests"
7190
            ],
7191
            "time": "2016-11-27 19:25:44"
7192
        },
7193
        {
7194
            "name": "phpspec/prophecy",
7195
            "version": "v1.6.2",
7196
            "source": {
7197
                "type": "git",
7198
                "url": "https://github.com/phpspec/prophecy.git",
7199
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
7200
            },
7201
            "dist": {
7202
                "type": "zip",
7203
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
7204
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
7205
                "shasum": ""
7206
            },
7207
            "require": {
7208
                "doctrine/instantiator": "^1.0.2",
7209
                "php": "^5.3|^7.0",
7210
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
7211
                "sebastian/comparator": "^1.1",
7212
                "sebastian/recursion-context": "^1.0|^2.0"
7213
            },
7214
            "require-dev": {
7215
                "phpspec/phpspec": "^2.0",
7216
                "phpunit/phpunit": "^4.8 || ^5.6.5"
7217
            },
7218
            "type": "library",
7219
            "extra": {
7220
                "branch-alias": {
7221
                    "dev-master": "1.6.x-dev"
7222
                }
7223
            },
7224
            "autoload": {
7225
                "psr-0": {
7226
                    "Prophecy\\": "src/"
7227
                }
7228
            },
7229
            "notification-url": "https://packagist.org/downloads/",
7230
            "license": [
7231
                "MIT"
7232
            ],
7233
            "authors": [
7234
                {
7235
                    "name": "Konstantin Kudryashov",
7236
                    "email": "[email protected]",
7237
                    "homepage": "http://everzet.com"
7238
                },
7239
                {
7240
                    "name": "Marcello Duarte",
7241
                    "email": "[email protected]"
7242
                }
7243
            ],
7244
            "description": "Highly opinionated mocking framework for PHP 5.3+",
7245
            "homepage": "https://github.com/phpspec/prophecy",
7246
            "keywords": [
7247
                "Double",
7248
                "Dummy",
7249
                "fake",
7250
                "mock",
7251
                "spy",
7252
                "stub"
7253
            ],
7254
            "time": "2016-11-21 14:58:47"
7255
        },
7256
        {
7257
            "name": "phpunit/php-code-coverage",
7258
            "version": "4.0.3",
7259
            "source": {
7260
                "type": "git",
7261
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7262
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929"
7263
            },
7264
            "dist": {
7265
                "type": "zip",
7266
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/903fd6318d0a90b4770a009ff73e4a4e9c437929",
7267
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929",
7268
                "shasum": ""
7269
            },
7270
            "require": {
7271
                "php": "^5.6 || ^7.0",
7272
                "phpunit/php-file-iterator": "~1.3",
7273
                "phpunit/php-text-template": "~1.2",
7274
                "phpunit/php-token-stream": "^1.4.2",
7275
                "sebastian/code-unit-reverse-lookup": "~1.0",
7276
                "sebastian/environment": "^1.3.2 || ^2.0",
7277
                "sebastian/version": "~1.0|~2.0"
7278
            },
7279
            "require-dev": {
7280
                "ext-xdebug": ">=2.1.4",
7281
                "phpunit/phpunit": "^5.4"
7282
            },
7283
            "suggest": {
7284
                "ext-dom": "*",
7285
                "ext-xdebug": ">=2.4.0",
7286
                "ext-xmlwriter": "*"
7287
            },
7288
            "type": "library",
7289
            "extra": {
7290
                "branch-alias": {
7291
                    "dev-master": "4.0.x-dev"
7292
                }
7293
            },
7294
            "autoload": {
7295
                "classmap": [
7296
                    "src/"
7297
                ]
7298
            },
7299
            "notification-url": "https://packagist.org/downloads/",
7300
            "license": [
7301
                "BSD-3-Clause"
7302
            ],
7303
            "authors": [
7304
                {
7305
                    "name": "Sebastian Bergmann",
7306
                    "email": "[email protected]",
7307
                    "role": "lead"
7308
                }
7309
            ],
7310
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7311
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7312
            "keywords": [
7313
                "coverage",
7314
                "testing",
7315
                "xunit"
7316
            ],
7317
            "time": "2016-11-28 16:00:31"
7318
        },
7319
        {
7320
            "name": "phpunit/php-file-iterator",
7321
            "version": "1.4.2",
7322
            "source": {
7323
                "type": "git",
7324
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7325
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
7326
            },
7327
            "dist": {
7328
                "type": "zip",
7329
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
7330
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
7331
                "shasum": ""
7332
            },
7333
            "require": {
7334
                "php": ">=5.3.3"
7335
            },
7336
            "type": "library",
7337
            "extra": {
7338
                "branch-alias": {
7339
                    "dev-master": "1.4.x-dev"
7340
                }
7341
            },
7342
            "autoload": {
7343
                "classmap": [
7344
                    "src/"
7345
                ]
7346
            },
7347
            "notification-url": "https://packagist.org/downloads/",
7348
            "license": [
7349
                "BSD-3-Clause"
7350
            ],
7351
            "authors": [
7352
                {
7353
                    "name": "Sebastian Bergmann",
7354
                    "email": "[email protected]",
7355
                    "role": "lead"
7356
                }
7357
            ],
7358
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7359
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7360
            "keywords": [
7361
                "filesystem",
7362
                "iterator"
7363
            ],
7364
            "time": "2016-10-03 07:40:28"
7365
        },
7366
        {
7367
            "name": "phpunit/php-text-template",
7368
            "version": "1.2.1",
7369
            "source": {
7370
                "type": "git",
7371
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7372
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7373
            },
7374
            "dist": {
7375
                "type": "zip",
7376
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7377
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7378
                "shasum": ""
7379
            },
7380
            "require": {
7381
                "php": ">=5.3.3"
7382
            },
7383
            "type": "library",
7384
            "autoload": {
7385
                "classmap": [
7386
                    "src/"
7387
                ]
7388
            },
7389
            "notification-url": "https://packagist.org/downloads/",
7390
            "license": [
7391
                "BSD-3-Clause"
7392
            ],
7393
            "authors": [
7394
                {
7395
                    "name": "Sebastian Bergmann",
7396
                    "email": "[email protected]",
7397
                    "role": "lead"
7398
                }
7399
            ],
7400
            "description": "Simple template engine.",
7401
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7402
            "keywords": [
7403
                "template"
7404
            ],
7405
            "time": "2015-06-21 13:50:34"
7406
        },
7407
        {
7408
            "name": "phpunit/php-timer",
7409
            "version": "1.0.8",
7410
            "source": {
7411
                "type": "git",
7412
                "url": "https://github.com/sebastianbergmann/php-timer.git",
7413
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
7414
            },
7415
            "dist": {
7416
                "type": "zip",
7417
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
7418
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
7419
                "shasum": ""
7420
            },
7421
            "require": {
7422
                "php": ">=5.3.3"
7423
            },
7424
            "require-dev": {
7425
                "phpunit/phpunit": "~4|~5"
7426
            },
7427
            "type": "library",
7428
            "autoload": {
7429
                "classmap": [
7430
                    "src/"
7431
                ]
7432
            },
7433
            "notification-url": "https://packagist.org/downloads/",
7434
            "license": [
7435
                "BSD-3-Clause"
7436
            ],
7437
            "authors": [
7438
                {
7439
                    "name": "Sebastian Bergmann",
7440
                    "email": "[email protected]",
7441
                    "role": "lead"
7442
                }
7443
            ],
7444
            "description": "Utility class for timing",
7445
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7446
            "keywords": [
7447
                "timer"
7448
            ],
7449
            "time": "2016-05-12 18:03:57"
7450
        },
7451
        {
7452
            "name": "phpunit/php-token-stream",
7453
            "version": "1.4.9",
7454
            "source": {
7455
                "type": "git",
7456
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7457
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
7458
            },
7459
            "dist": {
7460
                "type": "zip",
7461
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
7462
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
7463
                "shasum": ""
7464
            },
7465
            "require": {
7466
                "ext-tokenizer": "*",
7467
                "php": ">=5.3.3"
7468
            },
7469
            "require-dev": {
7470
                "phpunit/phpunit": "~4.2"
7471
            },
7472
            "type": "library",
7473
            "extra": {
7474
                "branch-alias": {
7475
                    "dev-master": "1.4-dev"
7476
                }
7477
            },
7478
            "autoload": {
7479
                "classmap": [
7480
                    "src/"
7481
                ]
7482
            },
7483
            "notification-url": "https://packagist.org/downloads/",
7484
            "license": [
7485
                "BSD-3-Clause"
7486
            ],
7487
            "authors": [
7488
                {
7489
                    "name": "Sebastian Bergmann",
7490
                    "email": "[email protected]"
7491
                }
7492
            ],
7493
            "description": "Wrapper around PHP's tokenizer extension.",
7494
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7495
            "keywords": [
7496
                "tokenizer"
7497
            ],
7498
            "time": "2016-11-15 14:06:22"
7499
        },
7500
        {
7501
            "name": "phpunit/phpunit",
7502
            "version": "5.6.4",
7503
            "source": {
7504
                "type": "git",
7505
                "url": "https://github.com/sebastianbergmann/phpunit.git",
7506
                "reference": "4ddb822f1de421b4cadb47570a525fd7d9359493"
7507
            },
7508
            "dist": {
7509
                "type": "zip",
7510
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ddb822f1de421b4cadb47570a525fd7d9359493",
7511
                "reference": "4ddb822f1de421b4cadb47570a525fd7d9359493",
7512
                "shasum": ""
7513
            },
7514
            "require": {
7515
                "ext-dom": "*",
7516
                "ext-json": "*",
7517
                "ext-libxml": "*",
7518
                "ext-mbstring": "*",
7519
                "ext-xml": "*",
7520
                "myclabs/deep-copy": "~1.3",
7521
                "php": "^5.6 || ^7.0",
7522
                "phpspec/prophecy": "^1.3.1",
7523
                "phpunit/php-code-coverage": "^4.0.1",
7524
                "phpunit/php-file-iterator": "~1.4",
7525
                "phpunit/php-text-template": "~1.2",
7526
                "phpunit/php-timer": "^1.0.6",
7527
                "phpunit/phpunit-mock-objects": "^3.2",
7528
                "sebastian/comparator": "~1.1",
7529
                "sebastian/diff": "~1.2",
7530
                "sebastian/environment": "^1.3 || ^2.0",
7531
                "sebastian/exporter": "~1.2",
7532
                "sebastian/global-state": "~1.0",
7533
                "sebastian/object-enumerator": "~1.0",
7534
                "sebastian/resource-operations": "~1.0",
7535
                "sebastian/version": "~1.0|~2.0",
7536
                "symfony/yaml": "~2.1|~3.0"
7537
            },
7538
            "conflict": {
7539
                "phpdocumentor/reflection-docblock": "3.0.2",
7540
                "sebastian/object-enumerator": "1.0.1",
7541
                "sebastian/recursion-context": "1.0.3 || 1.0.4"
7542
            },
7543
            "require-dev": {
7544
                "ext-pdo": "*"
7545
            },
7546
            "suggest": {
7547
                "ext-xdebug": "*",
7548
                "phpunit/php-invoker": "~1.1"
7549
            },
7550
            "bin": [
7551
                "phpunit"
7552
            ],
7553
            "type": "library",
7554
            "extra": {
7555
                "branch-alias": {
7556
                    "dev-master": "5.6.x-dev"
7557
                }
7558
            },
7559
            "autoload": {
7560
                "classmap": [
7561
                    "src/"
7562
                ]
7563
            },
7564
            "notification-url": "https://packagist.org/downloads/",
7565
            "license": [
7566
                "BSD-3-Clause"
7567
            ],
7568
            "authors": [
7569
                {
7570
                    "name": "Sebastian Bergmann",
7571
                    "email": "[email protected]",
7572
                    "role": "lead"
7573
                }
7574
            ],
7575
            "description": "The PHP Unit Testing framework.",
7576
            "homepage": "https://phpunit.de/",
7577
            "keywords": [
7578
                "phpunit",
7579
                "testing",
7580
                "xunit"
7581
            ],
7582
            "time": "2016-11-18 09:50:51"
7583
        },
7584
        {
7585
            "name": "phpunit/phpunit-mock-objects",
7586
            "version": "3.4.2",
7587
            "source": {
7588
                "type": "git",
7589
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
7590
                "reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf"
7591
            },
7592
            "dist": {
7593
                "type": "zip",
7594
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/90a08f5deed5f7ac35463c161f2e8fa0e5652faf",
7595
                "reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf",
7596
                "shasum": ""
7597
            },
7598
            "require": {
7599
                "doctrine/instantiator": "^1.0.2",
7600
                "php": "^5.6 || ^7.0",
7601
                "phpunit/php-text-template": "^1.2",
7602
                "sebastian/exporter": "^1.2 || ^2.0"
7603
            },
7604
            "conflict": {
7605
                "phpunit/phpunit": "<5.4.0"
7606
            },
7607
            "require-dev": {
7608
                "phpunit/phpunit": "^5.4"
7609
            },
7610
            "suggest": {
7611
                "ext-soap": "*"
7612
            },
7613
            "type": "library",
7614
            "extra": {
7615
                "branch-alias": {
7616
                    "dev-master": "3.2.x-dev"
7617
                }
7618
            },
7619
            "autoload": {
7620
                "classmap": [
7621
                    "src/"
7622
                ]
7623
            },
7624
            "notification-url": "https://packagist.org/downloads/",
7625
            "license": [
7626
                "BSD-3-Clause"
7627
            ],
7628
            "authors": [
7629
                {
7630
                    "name": "Sebastian Bergmann",
7631
                    "email": "[email protected]",
7632
                    "role": "lead"
7633
                }
7634
            ],
7635
            "description": "Mock Object library for PHPUnit",
7636
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
7637
            "keywords": [
7638
                "mock",
7639
                "xunit"
7640
            ],
7641
            "time": "2016-11-27 07:52:03"
7642
        },
7643
        {
7644
            "name": "se/selenium-server-standalone",
7645
            "version": "v2.53.1",
7646
            "source": {
7647
                "type": "git",
7648
                "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git",
7649
                "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361"
7650
            },
7651
            "dist": {
7652
                "type": "zip",
7653
                "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/ef4eea9c99efb9c0e3084e9cae625662ccd43361",
7654
                "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361",
7655
                "shasum": ""
7656
            },
7657
            "require-dev": {
7658
                "phpunit/phpunit": "~4.0"
7659
            },
7660
            "bin": [
7661
                "bin/selenium-server-standalone"
7662
            ],
7663
            "type": "library",
7664
            "notification-url": "https://packagist.org/downloads/",
7665
            "license": [
7666
                "Apache 2.0"
7667
            ],
7668
            "authors": [
7669
                {
7670
                    "name": "Sven Eisenschmidt",
7671
                    "email": "[email protected]"
7672
                }
7673
            ],
7674
            "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
7675
            "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone",
7676
            "keywords": [
7677
                "selenium",
7678
                "testing"
7679
            ],
7680
            "time": "2016-07-01 14:16:52"
7681
        },
7682
        {
7683
            "name": "sebastian/code-unit-reverse-lookup",
7684
            "version": "1.0.0",
7685
            "source": {
7686
                "type": "git",
7687
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7688
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
7689
            },
7690
            "dist": {
7691
                "type": "zip",
7692
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
7693
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
7694
                "shasum": ""
7695
            },
7696
            "require": {
7697
                "php": ">=5.6"
7698
            },
7699
            "require-dev": {
7700
                "phpunit/phpunit": "~5"
7701
            },
7702
            "type": "library",
7703
            "extra": {
7704
                "branch-alias": {
7705
                    "dev-master": "1.0.x-dev"
7706
                }
7707
            },
7708
            "autoload": {
7709
                "classmap": [
7710
                    "src/"
7711
                ]
7712
            },
7713
            "notification-url": "https://packagist.org/downloads/",
7714
            "license": [
7715
                "BSD-3-Clause"
7716
            ],
7717
            "authors": [
7718
                {
7719
                    "name": "Sebastian Bergmann",
7720
                    "email": "[email protected]"
7721
                }
7722
            ],
7723
            "description": "Looks up which function or method a line of code belongs to",
7724
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7725
            "time": "2016-02-13 06:45:14"
7726
        },
7727
        {
7728
            "name": "sebastian/comparator",
7729
            "version": "1.2.2",
7730
            "source": {
7731
                "type": "git",
7732
                "url": "https://github.com/sebastianbergmann/comparator.git",
7733
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
7734
            },
7735
            "dist": {
7736
                "type": "zip",
7737
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
7738
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
7739
                "shasum": ""
7740
            },
7741
            "require": {
7742
                "php": ">=5.3.3",
7743
                "sebastian/diff": "~1.2",
7744
                "sebastian/exporter": "~1.2 || ~2.0"
7745
            },
7746
            "require-dev": {
7747
                "phpunit/phpunit": "~4.4"
7748
            },
7749
            "type": "library",
7750
            "extra": {
7751
                "branch-alias": {
7752
                    "dev-master": "1.2.x-dev"
7753
                }
7754
            },
7755
            "autoload": {
7756
                "classmap": [
7757
                    "src/"
7758
                ]
7759
            },
7760
            "notification-url": "https://packagist.org/downloads/",
7761
            "license": [
7762
                "BSD-3-Clause"
7763
            ],
7764
            "authors": [
7765
                {
7766
                    "name": "Jeff Welch",
7767
                    "email": "[email protected]"
7768
                },
7769
                {
7770
                    "name": "Volker Dusch",
7771
                    "email": "[email protected]"
7772
                },
7773
                {
7774
                    "name": "Bernhard Schussek",
7775
                    "email": "[email protected]"
7776
                },
7777
                {
7778
                    "name": "Sebastian Bergmann",
7779
                    "email": "[email protected]"
7780
                }
7781
            ],
7782
            "description": "Provides the functionality to compare PHP values for equality",
7783
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
7784
            "keywords": [
7785
                "comparator",
7786
                "compare",
7787
                "equality"
7788
            ],
7789
            "time": "2016-11-19 09:18:40"
7790
        },
7791
        {
7792
            "name": "sebastian/diff",
7793
            "version": "1.4.1",
7794
            "source": {
7795
                "type": "git",
7796
                "url": "https://github.com/sebastianbergmann/diff.git",
7797
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
7798
            },
7799
            "dist": {
7800
                "type": "zip",
7801
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
7802
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
7803
                "shasum": ""
7804
            },
7805
            "require": {
7806
                "php": ">=5.3.3"
7807
            },
7808
            "require-dev": {
7809
                "phpunit/phpunit": "~4.8"
7810
            },
7811
            "type": "library",
7812
            "extra": {
7813
                "branch-alias": {
7814
                    "dev-master": "1.4-dev"
7815
                }
7816
            },
7817
            "autoload": {
7818
                "classmap": [
7819
                    "src/"
7820
                ]
7821
            },
7822
            "notification-url": "https://packagist.org/downloads/",
7823
            "license": [
7824
                "BSD-3-Clause"
7825
            ],
7826
            "authors": [
7827
                {
7828
                    "name": "Kore Nordmann",
7829
                    "email": "[email protected]"
7830
                },
7831
                {
7832
                    "name": "Sebastian Bergmann",
7833
                    "email": "[email protected]"
7834
                }
7835
            ],
7836
            "description": "Diff implementation",
7837
            "homepage": "https://github.com/sebastianbergmann/diff",
7838
            "keywords": [
7839
                "diff"
7840
            ],
7841
            "time": "2015-12-08 07:14:41"
7842
        },
7843
        {
7844
            "name": "sebastian/environment",
7845
            "version": "2.0.0",
7846
            "source": {
7847
                "type": "git",
7848
                "url": "https://github.com/sebastianbergmann/environment.git",
7849
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
7850
            },
7851
            "dist": {
7852
                "type": "zip",
7853
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
7854
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
7855
                "shasum": ""
7856
            },
7857
            "require": {
7858
                "php": "^5.6 || ^7.0"
7859
            },
7860
            "require-dev": {
7861
                "phpunit/phpunit": "^5.0"
7862
            },
7863
            "type": "library",
7864
            "extra": {
7865
                "branch-alias": {
7866
                    "dev-master": "2.0.x-dev"
7867
                }
7868
            },
7869
            "autoload": {
7870
                "classmap": [
7871
                    "src/"
7872
                ]
7873
            },
7874
            "notification-url": "https://packagist.org/downloads/",
7875
            "license": [
7876
                "BSD-3-Clause"
7877
            ],
7878
            "authors": [
7879
                {
7880
                    "name": "Sebastian Bergmann",
7881
                    "email": "[email protected]"
7882
                }
7883
            ],
7884
            "description": "Provides functionality to handle HHVM/PHP environments",
7885
            "homepage": "http://www.github.com/sebastianbergmann/environment",
7886
            "keywords": [
7887
                "Xdebug",
7888
                "environment",
7889
                "hhvm"
7890
            ],
7891
            "time": "2016-11-26 07:53:53"
7892
        },
7893
        {
7894
            "name": "sebastian/exporter",
7895
            "version": "1.2.2",
7896
            "source": {
7897
                "type": "git",
7898
                "url": "https://github.com/sebastianbergmann/exporter.git",
7899
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
7900
            },
7901
            "dist": {
7902
                "type": "zip",
7903
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
7904
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
7905
                "shasum": ""
7906
            },
7907
            "require": {
7908
                "php": ">=5.3.3",
7909
                "sebastian/recursion-context": "~1.0"
7910
            },
7911
            "require-dev": {
7912
                "ext-mbstring": "*",
7913
                "phpunit/phpunit": "~4.4"
7914
            },
7915
            "type": "library",
7916
            "extra": {
7917
                "branch-alias": {
7918
                    "dev-master": "1.3.x-dev"
7919
                }
7920
            },
7921
            "autoload": {
7922
                "classmap": [
7923
                    "src/"
7924
                ]
7925
            },
7926
            "notification-url": "https://packagist.org/downloads/",
7927
            "license": [
7928
                "BSD-3-Clause"
7929
            ],
7930
            "authors": [
7931
                {
7932
                    "name": "Jeff Welch",
7933
                    "email": "[email protected]"
7934
                },
7935
                {
7936
                    "name": "Volker Dusch",
7937
                    "email": "[email protected]"
7938
                },
7939
                {
7940
                    "name": "Bernhard Schussek",
7941
                    "email": "[email protected]"
7942
                },
7943
                {
7944
                    "name": "Sebastian Bergmann",
7945
                    "email": "[email protected]"
7946
                },
7947
                {
7948
                    "name": "Adam Harvey",
7949
                    "email": "[email protected]"
7950
                }
7951
            ],
7952
            "description": "Provides the functionality to export PHP variables for visualization",
7953
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
7954
            "keywords": [
7955
                "export",
7956
                "exporter"
7957
            ],
7958
            "time": "2016-06-17 09:04:28"
7959
        },
7960
        {
7961
            "name": "sebastian/global-state",
7962
            "version": "1.1.1",
7963
            "source": {
7964
                "type": "git",
7965
                "url": "https://github.com/sebastianbergmann/global-state.git",
7966
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
7967
            },
7968
            "dist": {
7969
                "type": "zip",
7970
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
7971
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
7972
                "shasum": ""
7973
            },
7974
            "require": {
7975
                "php": ">=5.3.3"
7976
            },
7977
            "require-dev": {
7978
                "phpunit/phpunit": "~4.2"
7979
            },
7980
            "suggest": {
7981
                "ext-uopz": "*"
7982
            },
7983
            "type": "library",
7984
            "extra": {
7985
                "branch-alias": {
7986
                    "dev-master": "1.0-dev"
7987
                }
7988
            },
7989
            "autoload": {
7990
                "classmap": [
7991
                    "src/"
7992
                ]
7993
            },
7994
            "notification-url": "https://packagist.org/downloads/",
7995
            "license": [
7996
                "BSD-3-Clause"
7997
            ],
7998
            "authors": [
7999
                {
8000
                    "name": "Sebastian Bergmann",
8001
                    "email": "[email protected]"
8002
                }
8003
            ],
8004
            "description": "Snapshotting of global state",
8005
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8006
            "keywords": [
8007
                "global state"
8008
            ],
8009
            "time": "2015-10-12 03:26:01"
8010
        },
8011
        {
8012
            "name": "sebastian/object-enumerator",
8013
            "version": "1.0.0",
8014
            "source": {
8015
                "type": "git",
8016
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8017
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
8018
            },
8019
            "dist": {
8020
                "type": "zip",
8021
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
8022
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
8023
                "shasum": ""
8024
            },
8025
            "require": {
8026
                "php": ">=5.6",
8027
                "sebastian/recursion-context": "~1.0"
8028
            },
8029
            "require-dev": {
8030
                "phpunit/phpunit": "~5"
8031
            },
8032
            "type": "library",
8033
            "extra": {
8034
                "branch-alias": {
8035
                    "dev-master": "1.0.x-dev"
8036
                }
8037
            },
8038
            "autoload": {
8039
                "classmap": [
8040
                    "src/"
8041
                ]
8042
            },
8043
            "notification-url": "https://packagist.org/downloads/",
8044
            "license": [
8045
                "BSD-3-Clause"
8046
            ],
8047
            "authors": [
8048
                {
8049
                    "name": "Sebastian Bergmann",
8050
                    "email": "[email protected]"
8051
                }
8052
            ],
8053
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8054
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8055
            "time": "2016-01-28 13:25:10"
8056
        },
8057
        {
8058
            "name": "sebastian/recursion-context",
8059
            "version": "1.0.2",
8060
            "source": {
8061
                "type": "git",
8062
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8063
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
8064
            },
8065
            "dist": {
8066
                "type": "zip",
8067
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
8068
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
8069
                "shasum": ""
8070
            },
8071
            "require": {
8072
                "php": ">=5.3.3"
8073
            },
8074
            "require-dev": {
8075
                "phpunit/phpunit": "~4.4"
8076
            },
8077
            "type": "library",
8078
            "extra": {
8079
                "branch-alias": {
8080
                    "dev-master": "1.0.x-dev"
8081
                }
8082
            },
8083
            "autoload": {
8084
                "classmap": [
8085
                    "src/"
8086
                ]
8087
            },
8088
            "notification-url": "https://packagist.org/downloads/",
8089
            "license": [
8090
                "BSD-3-Clause"
8091
            ],
8092
            "authors": [
8093
                {
8094
                    "name": "Jeff Welch",
8095
                    "email": "[email protected]"
8096
                },
8097
                {
8098
                    "name": "Sebastian Bergmann",
8099
                    "email": "[email protected]"
8100
                },
8101
                {
8102
                    "name": "Adam Harvey",
8103
                    "email": "[email protected]"
8104
                }
8105
            ],
8106
            "description": "Provides functionality to recursively process PHP variables",
8107
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8108
            "time": "2015-11-11 19:50:13"
8109
        },
8110
        {
8111
            "name": "sebastian/resource-operations",
8112
            "version": "1.0.0",
8113
            "source": {
8114
                "type": "git",
8115
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8116
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
8117
            },
8118
            "dist": {
8119
                "type": "zip",
8120
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
8121
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
8122
                "shasum": ""
8123
            },
8124
            "require": {
8125
                "php": ">=5.6.0"
8126
            },
8127
            "type": "library",
8128
            "extra": {
8129
                "branch-alias": {
8130
                    "dev-master": "1.0.x-dev"
8131
                }
8132
            },
8133
            "autoload": {
8134
                "classmap": [
8135
                    "src/"
8136
                ]
8137
            },
8138
            "notification-url": "https://packagist.org/downloads/",
8139
            "license": [
8140
                "BSD-3-Clause"
8141
            ],
8142
            "authors": [
8143
                {
8144
                    "name": "Sebastian Bergmann",
8145
                    "email": "[email protected]"
8146
                }
8147
            ],
8148
            "description": "Provides a list of PHP built-in functions that operate on resources",
8149
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8150
            "time": "2015-07-28 20:34:47"
8151
        },
8152
        {
8153
            "name": "sebastian/version",
8154
            "version": "2.0.1",
8155
            "source": {
8156
                "type": "git",
8157
                "url": "https://github.com/sebastianbergmann/version.git",
8158
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
8159
            },
8160
            "dist": {
8161
                "type": "zip",
8162
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
8163
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
8164
                "shasum": ""
8165
            },
8166
            "require": {
8167
                "php": ">=5.6"
8168
            },
8169
            "type": "library",
8170
            "extra": {
8171
                "branch-alias": {
8172
                    "dev-master": "2.0.x-dev"
8173
                }
8174
            },
8175
            "autoload": {
8176
                "classmap": [
8177
                    "src/"
8178
                ]
8179
            },
8180
            "notification-url": "https://packagist.org/downloads/",
8181
            "license": [
8182
                "BSD-3-Clause"
8183
            ],
8184
            "authors": [
8185
                {
8186
                    "name": "Sebastian Bergmann",
8187
                    "email": "[email protected]",
8188
                    "role": "lead"
8189
                }
8190
            ],
8191
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8192
            "homepage": "https://github.com/sebastianbergmann/version",
8193
            "time": "2016-10-03 07:35:21"
8194
        },
8195
        {
8196
            "name": "stripe/stripe-php",
8197
            "version": "v4.2.0",
8198
            "source": {
8199
                "type": "git",
8200
                "url": "https://github.com/stripe/stripe-php.git",
8201
                "reference": "07a538d578dbdb5882e0fe537aa8e70124876290"
8202
            },
8203
            "dist": {
8204
                "type": "zip",
8205
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/07a538d578dbdb5882e0fe537aa8e70124876290",
8206
                "reference": "07a538d578dbdb5882e0fe537aa8e70124876290",
8207
                "shasum": ""
8208
            },
8209
            "require": {
8210
                "ext-curl": "*",
8211
                "ext-json": "*",
8212
                "ext-mbstring": "*",
8213
                "php": ">=5.3.3"
8214
            },
8215
            "require-dev": {
8216
                "phpunit/phpunit": "~4.0",
8217
                "satooshi/php-coveralls": "~0.6.1",
8218
                "squizlabs/php_codesniffer": "~2.0"
8219
            },
8220
            "type": "library",
8221
            "extra": {
8222
                "branch-alias": {
8223
                    "dev-master": "2.0-dev"
8224
                }
8225
            },
8226
            "autoload": {
8227
                "psr-4": {
8228
                    "Stripe\\": "lib/"
8229
                }
8230
            },
8231
            "notification-url": "https://packagist.org/downloads/",
8232
            "license": [
8233
                "MIT"
8234
            ],
8235
            "authors": [
8236
                {
8237
                    "name": "Stripe and contributors",
8238
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
8239
                }
8240
            ],
8241
            "description": "Stripe PHP Library",
8242
            "homepage": "https://stripe.com/",
8243
            "keywords": [
8244
                "api",
8245
                "payment processing",
8246
                "stripe"
8247
            ],
8248
            "time": "2016-11-22 01:58:56"
8249
        }
8250
    ],
8251
    "aliases": [],
8252
    "minimum-stability": "stable",
8253
    "stability-flags": [],
8254
    "prefer-stable": false,
8255
    "prefer-lowest": false,
8256
    "platform": {
8257
        "php": "^5.6|^7.0",
8258
        "ext-exif": "*",
8259
        "ext-fileinfo": "*",
8260
        "ext-gd": "*"
8261
    },
8262
    "platform-dev": []
8263
}
8264