Completed
Push — master ( d54afb...01173a )
by Kamil
26:45
created

composer.lock (1 issue)

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": "286efa3bfe93027a4945e3ebda33ae7e",
8
    "content-hash": "7db37a1bb22daae71f973b8afc77c008",
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": "cocur/slugify",
101
            "version": "v1.4",
102
            "source": {
103
                "type": "git",
104
                "url": "https://github.com/cocur/slugify.git",
105
                "reference": "05f00fa75f1c53edfcf4d0425e7e62e95b8888dd"
106
            },
107
            "dist": {
108
                "type": "zip",
109
                "url": "https://api.github.com/repos/cocur/slugify/zipball/05f00fa75f1c53edfcf4d0425e7e62e95b8888dd",
110
                "reference": "05f00fa75f1c53edfcf4d0425e7e62e95b8888dd",
111
                "shasum": ""
112
            },
113
            "require": {
114
                "php": ">=5.3.3"
115
            },
116
            "require-dev": {
117
                "codeclimate/php-test-reporter": "dev-master",
118
                "laravel/framework": "~4.1",
119
                "latte/latte": "~2.2",
120
                "mockery/mockery": "~0.9",
121
                "nette/di": "~2.2",
122
                "phpunit/phpunit": "~4.6",
123
                "plumphp/plum": "~0.1",
124
                "sami/sami": "~1.3",
125
                "satooshi/php-coveralls": "0.6.*",
126
                "silex/silex": "~1.2",
127
                "symfony/dependency-injection": "~2.4",
128
                "symfony/http-kernel": "~2.4",
129
                "twig/twig": "~1",
130
                "zendframework/zend-modulemanager": "~2.2",
131
                "zendframework/zend-servicemanager": "~2.2",
132
                "zendframework/zend-view": "~2.2"
133
            },
134
            "type": "library",
135
            "autoload": {
136
                "psr-4": {
137
                    "Cocur\\Slugify\\": "src"
138
                }
139
            },
140
            "notification-url": "https://packagist.org/downloads/",
141
            "license": [
142
                "MIT"
143
            ],
144
            "authors": [
145
                {
146
                    "name": "Ivo Bathke",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Florian Eckerstorfer",
151
                    "email": "[email protected]",
152
                    "homepage": "https://florian.ec"
153
                }
154
            ],
155
            "description": "Converts a string into a slug.",
156
            "keywords": [
157
                "slug",
158
                "slugify"
159
            ],
160
            "time": "2015-09-29 18:26:32"
161
        },
162
        {
163
            "name": "doctrine/annotations",
164
            "version": "v1.2.7",
165
            "source": {
166
                "type": "git",
167
                "url": "https://github.com/doctrine/annotations.git",
168
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
169
            },
170
            "dist": {
171
                "type": "zip",
172
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
173
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
174
                "shasum": ""
175
            },
176
            "require": {
177
                "doctrine/lexer": "1.*",
178
                "php": ">=5.3.2"
179
            },
180
            "require-dev": {
181
                "doctrine/cache": "1.*",
182
                "phpunit/phpunit": "4.*"
183
            },
184
            "type": "library",
185
            "extra": {
186
                "branch-alias": {
187
                    "dev-master": "1.3.x-dev"
188
                }
189
            },
190
            "autoload": {
191
                "psr-0": {
192
                    "Doctrine\\Common\\Annotations\\": "lib/"
193
                }
194
            },
195
            "notification-url": "https://packagist.org/downloads/",
196
            "license": [
197
                "MIT"
198
            ],
199
            "authors": [
200
                {
201
                    "name": "Roman Borschel",
202
                    "email": "[email protected]"
203
                },
204
                {
205
                    "name": "Benjamin Eberlei",
206
                    "email": "[email protected]"
207
                },
208
                {
209
                    "name": "Guilherme Blanco",
210
                    "email": "[email protected]"
211
                },
212
                {
213
                    "name": "Jonathan Wage",
214
                    "email": "[email protected]"
215
                },
216
                {
217
                    "name": "Johannes Schmitt",
218
                    "email": "[email protected]"
219
                }
220
            ],
221
            "description": "Docblock Annotations Parser",
222
            "homepage": "http://www.doctrine-project.org",
223
            "keywords": [
224
                "annotations",
225
                "docblock",
226
                "parser"
227
            ],
228
            "time": "2015-08-31 12:32:49"
229
        },
230
        {
231
            "name": "doctrine/cache",
232
            "version": "v1.5.1",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/doctrine/cache.git",
236
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
241
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=5.3.2"
246
            },
247
            "conflict": {
248
                "doctrine/common": ">2.2,<2.4"
249
            },
250
            "require-dev": {
251
                "phpunit/phpunit": ">=3.7",
252
                "predis/predis": "~1.0",
253
                "satooshi/php-coveralls": "~0.6"
254
            },
255
            "type": "library",
256
            "extra": {
257
                "branch-alias": {
258
                    "dev-master": "1.5.x-dev"
259
                }
260
            },
261
            "autoload": {
262
                "psr-4": {
263
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
264
                }
265
            },
266
            "notification-url": "https://packagist.org/downloads/",
267
            "license": [
268
                "MIT"
269
            ],
270
            "authors": [
271
                {
272
                    "name": "Roman Borschel",
273
                    "email": "[email protected]"
274
                },
275
                {
276
                    "name": "Benjamin Eberlei",
277
                    "email": "[email protected]"
278
                },
279
                {
280
                    "name": "Guilherme Blanco",
281
                    "email": "[email protected]"
282
                },
283
                {
284
                    "name": "Jonathan Wage",
285
                    "email": "[email protected]"
286
                },
287
                {
288
                    "name": "Johannes Schmitt",
289
                    "email": "[email protected]"
290
                }
291
            ],
292
            "description": "Caching library offering an object-oriented API for many cache backends",
293
            "homepage": "http://www.doctrine-project.org",
294
            "keywords": [
295
                "cache",
296
                "caching"
297
            ],
298
            "time": "2015-11-02 18:35:48"
299
        },
300
        {
301
            "name": "doctrine/collections",
302
            "version": "v1.3.0",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/doctrine/collections.git",
306
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
311
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "php": ">=5.3.2"
316
            },
317
            "require-dev": {
318
                "phpunit/phpunit": "~4.0"
319
            },
320
            "type": "library",
321
            "extra": {
322
                "branch-alias": {
323
                    "dev-master": "1.2.x-dev"
324
                }
325
            },
326
            "autoload": {
327
                "psr-0": {
328
                    "Doctrine\\Common\\Collections\\": "lib/"
329
                }
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Roman Borschel",
338
                    "email": "[email protected]"
339
                },
340
                {
341
                    "name": "Benjamin Eberlei",
342
                    "email": "[email protected]"
343
                },
344
                {
345
                    "name": "Guilherme Blanco",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Jonathan Wage",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Johannes Schmitt",
354
                    "email": "[email protected]"
355
                }
356
            ],
357
            "description": "Collections Abstraction library",
358
            "homepage": "http://www.doctrine-project.org",
359
            "keywords": [
360
                "array",
361
                "collections",
362
                "iterator"
363
            ],
364
            "time": "2015-04-14 22:21:58"
365
        },
366
        {
367
            "name": "doctrine/common",
368
            "version": "v2.5.1",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/doctrine/common.git",
372
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
373
            },
374
            "dist": {
375
                "type": "zip",
376
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
377
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
378
                "shasum": ""
379
            },
380
            "require": {
381
                "doctrine/annotations": "1.*",
382
                "doctrine/cache": "1.*",
383
                "doctrine/collections": "1.*",
384
                "doctrine/inflector": "1.*",
385
                "doctrine/lexer": "1.*",
386
                "php": ">=5.3.2"
387
            },
388
            "require-dev": {
389
                "phpunit/phpunit": "~3.7"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "2.6.x-dev"
395
                }
396
            },
397
            "autoload": {
398
                "psr-0": {
399
                    "Doctrine\\Common\\": "lib/"
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Roman Borschel",
409
                    "email": "[email protected]"
410
                },
411
                {
412
                    "name": "Benjamin Eberlei",
413
                    "email": "[email protected]"
414
                },
415
                {
416
                    "name": "Guilherme Blanco",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Jonathan Wage",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Johannes Schmitt",
425
                    "email": "[email protected]"
426
                }
427
            ],
428
            "description": "Common Library for Doctrine projects",
429
            "homepage": "http://www.doctrine-project.org",
430
            "keywords": [
431
                "annotations",
432
                "collections",
433
                "eventmanager",
434
                "persistence",
435
                "spl"
436
            ],
437
            "time": "2015-08-31 13:00:22"
438
        },
439
        {
440
            "name": "doctrine/data-fixtures",
441
            "version": "v1.1.1",
442
            "source": {
443
                "type": "git",
444
                "url": "https://github.com/doctrine/data-fixtures.git",
445
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
446
            },
447
            "dist": {
448
                "type": "zip",
449
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
450
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
451
                "shasum": ""
452
            },
453
            "require": {
454
                "doctrine/common": "~2.2",
455
                "php": ">=5.3.2"
456
            },
457
            "conflict": {
458
                "doctrine/orm": "< 2.4"
459
            },
460
            "require-dev": {
461
                "doctrine/orm": "~2.4"
462
            },
463
            "suggest": {
464
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
465
                "doctrine/orm": "For loading ORM fixtures",
466
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
467
            },
468
            "type": "library",
469
            "extra": {
470
                "branch-alias": {
471
                    "dev-master": "1.1.x-dev"
472
                }
473
            },
474
            "autoload": {
475
                "psr-0": {
476
                    "Doctrine\\Common\\DataFixtures": "lib/"
477
                }
478
            },
479
            "notification-url": "https://packagist.org/downloads/",
480
            "license": [
481
                "MIT"
482
            ],
483
            "authors": [
484
                {
485
                    "name": "Jonathan Wage",
486
                    "email": "[email protected]"
487
                }
488
            ],
489
            "description": "Data Fixtures for all Doctrine Object Managers",
490
            "homepage": "http://www.doctrine-project.org",
491
            "keywords": [
492
                "database"
493
            ],
494
            "time": "2015-03-30 12:14:13"
495
        },
496
        {
497
            "name": "doctrine/dbal",
498
            "version": "v2.5.2",
499
            "source": {
500
                "type": "git",
501
                "url": "https://github.com/doctrine/dbal.git",
502
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
503
            },
504
            "dist": {
505
                "type": "zip",
506
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
507
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
508
                "shasum": ""
509
            },
510
            "require": {
511
                "doctrine/common": ">=2.4,<2.6-dev",
512
                "php": ">=5.3.2"
513
            },
514
            "require-dev": {
515
                "phpunit/phpunit": "4.*",
516
                "symfony/console": "2.*"
517
            },
518
            "suggest": {
519
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
520
            },
521
            "bin": [
522
                "bin/doctrine-dbal"
523
            ],
524
            "type": "library",
525
            "extra": {
526
                "branch-alias": {
527
                    "dev-master": "2.5.x-dev"
528
                }
529
            },
530
            "autoload": {
531
                "psr-0": {
532
                    "Doctrine\\DBAL\\": "lib/"
533
                }
534
            },
535
            "notification-url": "https://packagist.org/downloads/",
536
            "license": [
537
                "MIT"
538
            ],
539
            "authors": [
540
                {
541
                    "name": "Roman Borschel",
542
                    "email": "[email protected]"
543
                },
544
                {
545
                    "name": "Benjamin Eberlei",
546
                    "email": "[email protected]"
547
                },
548
                {
549
                    "name": "Guilherme Blanco",
550
                    "email": "[email protected]"
551
                },
552
                {
553
                    "name": "Jonathan Wage",
554
                    "email": "[email protected]"
555
                }
556
            ],
557
            "description": "Database Abstraction Layer",
558
            "homepage": "http://www.doctrine-project.org",
559
            "keywords": [
560
                "database",
561
                "dbal",
562
                "persistence",
563
                "queryobject"
564
            ],
565
            "time": "2015-09-16 16:29:33"
566
        },
567
        {
568
            "name": "doctrine/doctrine-bundle",
569
            "version": "1.6.0",
570
            "source": {
571
                "type": "git",
572
                "url": "https://github.com/doctrine/DoctrineBundle.git",
573
                "reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da"
574
            },
575
            "dist": {
576
                "type": "zip",
577
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
578
                "reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
579
                "shasum": ""
580
            },
581
            "require": {
582
                "doctrine/dbal": "~2.3",
583
                "doctrine/doctrine-cache-bundle": "~1.0",
584
                "jdorn/sql-formatter": "~1.1",
585
                "php": ">=5.3.2",
586
                "symfony/console": "~2.3|~3.0",
587
                "symfony/doctrine-bridge": "~2.2|~3.0",
588
                "symfony/framework-bundle": "~2.3|~3.0"
589
            },
590
            "require-dev": {
591
                "doctrine/orm": "~2.3",
592
                "phpunit/phpunit": "~4",
593
                "satooshi/php-coveralls": "~0.6.1",
594
                "symfony/validator": "~2.2|~3.0",
595
                "symfony/yaml": "~2.2|~3.0",
596
                "twig/twig": "~1.10"
597
            },
598
            "suggest": {
599
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
600
                "symfony/web-profiler-bundle": "to use the data collector"
601
            },
602
            "type": "symfony-bundle",
603
            "extra": {
604
                "branch-alias": {
605
                    "dev-master": "1.6.x-dev"
606
                }
607
            },
608
            "autoload": {
609
                "psr-4": {
610
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
611
                }
612
            },
613
            "notification-url": "https://packagist.org/downloads/",
614
            "license": [
615
                "MIT"
616
            ],
617
            "authors": [
618
                {
619
                    "name": "Symfony Community",
620
                    "homepage": "http://symfony.com/contributors"
621
                },
622
                {
623
                    "name": "Benjamin Eberlei",
624
                    "email": "[email protected]"
625
                },
626
                {
627
                    "name": "Doctrine Project",
628
                    "homepage": "http://www.doctrine-project.org/"
629
                },
630
                {
631
                    "name": "Fabien Potencier",
632
                    "email": "[email protected]"
633
                }
634
            ],
635
            "description": "Symfony DoctrineBundle",
636
            "homepage": "http://www.doctrine-project.org",
637
            "keywords": [
638
                "database",
639
                "dbal",
640
                "orm",
641
                "persistence"
642
            ],
643
            "time": "2015-11-04 21:33:02"
644
        },
645
        {
646
            "name": "doctrine/doctrine-cache-bundle",
647
            "version": "1.2.2",
648
            "source": {
649
                "type": "git",
650
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
651
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
652
            },
653
            "dist": {
654
                "type": "zip",
655
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
656
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
657
                "shasum": ""
658
            },
659
            "require": {
660
                "doctrine/cache": "^1.4.2",
661
                "doctrine/inflector": "~1.0",
662
                "php": ">=5.3.2",
663
                "symfony/doctrine-bridge": "~2.2|~3.0"
664
            },
665
            "require-dev": {
666
                "instaclick/coding-standard": "~1.1",
667
                "instaclick/object-calisthenics-sniffs": "dev-master",
668
                "instaclick/symfony2-coding-standard": "dev-remaster",
669
                "phpunit/phpunit": "~4",
670
                "satooshi/php-coveralls": "~0.6.1",
671
                "squizlabs/php_codesniffer": "~1.5",
672
                "symfony/console": "~2.2|~3.0",
673
                "symfony/finder": "~2.2|~3.0",
674
                "symfony/framework-bundle": "~2.2|~3.0",
675
                "symfony/phpunit-bridge": "~2.7|~3.0",
676
                "symfony/security-acl": "~2.3|~3.0",
677
                "symfony/validator": "~2.2|~3.0",
678
                "symfony/yaml": "~2.2|~3.0"
679
            },
680
            "suggest": {
681
                "symfony/security-acl": "For using this bundle to cache ACLs"
682
            },
683
            "type": "symfony-bundle",
684
            "extra": {
685
                "branch-alias": {
686
                    "dev-master": "1.2.x-dev"
687
                }
688
            },
689
            "autoload": {
690
                "psr-4": {
691
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
692
                }
693
            },
694
            "notification-url": "https://packagist.org/downloads/",
695
            "license": [
696
                "MIT"
697
            ],
698
            "authors": [
699
                {
700
                    "name": "Symfony Community",
701
                    "homepage": "http://symfony.com/contributors"
702
                },
703
                {
704
                    "name": "Benjamin Eberlei",
705
                    "email": "[email protected]"
706
                },
707
                {
708
                    "name": "Fabio B. Silva",
709
                    "email": "[email protected]"
710
                },
711
                {
712
                    "name": "Guilherme Blanco",
713
                    "email": "[email protected]"
714
                },
715
                {
716
                    "name": "Doctrine Project",
717
                    "homepage": "http://www.doctrine-project.org/"
718
                },
719
                {
720
                    "name": "Fabien Potencier",
721
                    "email": "[email protected]"
722
                }
723
            ],
724
            "description": "Symfony Bundle for Doctrine Cache",
725
            "homepage": "http://www.doctrine-project.org",
726
            "keywords": [
727
                "cache",
728
                "caching"
729
            ],
730
            "time": "2015-11-27 04:59:07"
731
        },
732
        {
733
            "name": "doctrine/doctrine-fixtures-bundle",
734
            "version": "v2.21",
735
            "source": {
736
                "type": "git",
737
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
738
                "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
739
            },
740
            "dist": {
741
                "type": "zip",
742
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
743
                "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
744
                "shasum": ""
745
            },
746
            "require": {
747
                "doctrine/data-fixtures": "~1.0",
748
                "doctrine/doctrine-bundle": "~1.0",
749
                "php": ">=5.3.2",
750
                "symfony/doctrine-bridge": "~2.1"
751
            },
752
            "type": "symfony-bundle",
753
            "extra": {
754
                "branch-alias": {
755
                    "dev-master": "2.2.x-dev"
756
                }
757
            },
758
            "autoload": {
759
                "psr-4": {
760
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
761
                }
762
            },
763
            "notification-url": "https://packagist.org/downloads/",
764
            "license": [
765
                "MIT"
766
            ],
767
            "authors": [
768
                {
769
                    "name": "Symfony Community",
770
                    "homepage": "http://symfony.com/contributors"
771
                },
772
                {
773
                    "name": "Doctrine Project",
774
                    "homepage": "http://www.doctrine-project.org"
775
                },
776
                {
777
                    "name": "Fabien Potencier",
778
                    "email": "[email protected]"
779
                }
780
            ],
781
            "description": "Symfony DoctrineFixturesBundle",
782
            "homepage": "http://www.doctrine-project.org",
783
            "keywords": [
784
                "Fixture",
785
                "persistence"
786
            ],
787
            "time": "2015-08-04 22:43:14"
788
        },
789
        {
790
            "name": "doctrine/doctrine-migrations-bundle",
791
            "version": "1.1.1",
792
            "source": {
793
                "type": "git",
794
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
795
                "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
796
            },
797
            "dist": {
798
                "type": "zip",
799
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
800
                "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
801
                "shasum": ""
802
            },
803
            "require": {
804
                "doctrine/doctrine-bundle": "~1.0",
805
                "doctrine/migrations": "~1.0",
806
                "php": ">=5.3.2",
807
                "symfony/framework-bundle": "~2.3|~3.0"
808
            },
809
            "type": "symfony-bundle",
810
            "extra": {
811
                "branch-alias": {
812
                    "dev-master": "1.1-dev"
813
                }
814
            },
815
            "autoload": {
816
                "psr-4": {
817
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
818
                }
819
            },
820
            "notification-url": "https://packagist.org/downloads/",
821
            "license": [
822
                "MIT"
823
            ],
824
            "authors": [
825
                {
826
                    "name": "Symfony Community",
827
                    "homepage": "http://symfony.com/contributors"
828
                },
829
                {
830
                    "name": "Doctrine Project",
831
                    "homepage": "http://www.doctrine-project.org"
832
                },
833
                {
834
                    "name": "Fabien Potencier",
835
                    "email": "[email protected]"
836
                }
837
            ],
838
            "description": "Symfony DoctrineMigrationsBundle",
839
            "homepage": "http://www.doctrine-project.org",
840
            "keywords": [
841
                "dbal",
842
                "migrations",
843
                "schema"
844
            ],
845
            "time": "2015-11-04 13:45:30"
846
        },
847
        {
848
            "name": "doctrine/inflector",
849
            "version": "v1.1.0",
850
            "source": {
851
                "type": "git",
852
                "url": "https://github.com/doctrine/inflector.git",
853
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
854
            },
855
            "dist": {
856
                "type": "zip",
857
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
858
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
859
                "shasum": ""
860
            },
861
            "require": {
862
                "php": ">=5.3.2"
863
            },
864
            "require-dev": {
865
                "phpunit/phpunit": "4.*"
866
            },
867
            "type": "library",
868
            "extra": {
869
                "branch-alias": {
870
                    "dev-master": "1.1.x-dev"
871
                }
872
            },
873
            "autoload": {
874
                "psr-0": {
875
                    "Doctrine\\Common\\Inflector\\": "lib/"
876
                }
877
            },
878
            "notification-url": "https://packagist.org/downloads/",
879
            "license": [
880
                "MIT"
881
            ],
882
            "authors": [
883
                {
884
                    "name": "Roman Borschel",
885
                    "email": "[email protected]"
886
                },
887
                {
888
                    "name": "Benjamin Eberlei",
889
                    "email": "[email protected]"
890
                },
891
                {
892
                    "name": "Guilherme Blanco",
893
                    "email": "[email protected]"
894
                },
895
                {
896
                    "name": "Jonathan Wage",
897
                    "email": "[email protected]"
898
                },
899
                {
900
                    "name": "Johannes Schmitt",
901
                    "email": "[email protected]"
902
                }
903
            ],
904
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
905
            "homepage": "http://www.doctrine-project.org",
906
            "keywords": [
907
                "inflection",
908
                "pluralize",
909
                "singularize",
910
                "string"
911
            ],
912
            "time": "2015-11-06 14:35:42"
913
        },
914
        {
915
            "name": "doctrine/instantiator",
916
            "version": "1.0.5",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/doctrine/instantiator.git",
920
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
925
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "php": ">=5.3,<8.0-DEV"
930
            },
931
            "require-dev": {
932
                "athletic/athletic": "~0.1.8",
933
                "ext-pdo": "*",
934
                "ext-phar": "*",
935
                "phpunit/phpunit": "~4.0",
936
                "squizlabs/php_codesniffer": "~2.0"
937
            },
938
            "type": "library",
939
            "extra": {
940
                "branch-alias": {
941
                    "dev-master": "1.0.x-dev"
942
                }
943
            },
944
            "autoload": {
945
                "psr-4": {
946
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
947
                }
948
            },
949
            "notification-url": "https://packagist.org/downloads/",
950
            "license": [
951
                "MIT"
952
            ],
953
            "authors": [
954
                {
955
                    "name": "Marco Pivetta",
956
                    "email": "[email protected]",
957
                    "homepage": "http://ocramius.github.com/"
958
                }
959
            ],
960
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
961
            "homepage": "https://github.com/doctrine/instantiator",
962
            "keywords": [
963
                "constructor",
964
                "instantiate"
965
            ],
966
            "time": "2015-06-14 21:17:01"
967
        },
968
        {
969
            "name": "doctrine/lexer",
970
            "version": "v1.0.1",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/doctrine/lexer.git",
974
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
979
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "php": ">=5.3.2"
984
            },
985
            "type": "library",
986
            "extra": {
987
                "branch-alias": {
988
                    "dev-master": "1.0.x-dev"
989
                }
990
            },
991
            "autoload": {
992
                "psr-0": {
993
                    "Doctrine\\Common\\Lexer\\": "lib/"
994
                }
995
            },
996
            "notification-url": "https://packagist.org/downloads/",
997
            "license": [
998
                "MIT"
999
            ],
1000
            "authors": [
1001
                {
1002
                    "name": "Roman Borschel",
1003
                    "email": "[email protected]"
1004
                },
1005
                {
1006
                    "name": "Guilherme Blanco",
1007
                    "email": "[email protected]"
1008
                },
1009
                {
1010
                    "name": "Johannes Schmitt",
1011
                    "email": "[email protected]"
1012
                }
1013
            ],
1014
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1015
            "homepage": "http://www.doctrine-project.org",
1016
            "keywords": [
1017
                "lexer",
1018
                "parser"
1019
            ],
1020
            "time": "2014-09-09 13:34:57"
1021
        },
1022
        {
1023
            "name": "doctrine/migrations",
1024
            "version": "v1.1.0",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/doctrine/migrations.git",
1028
                "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
1033
                "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "doctrine/dbal": "~2.2",
1038
                "php": ">=5.4.0",
1039
                "symfony/console": "~2.3",
1040
                "symfony/yaml": "~2.3"
1041
            },
1042
            "require-dev": {
1043
                "doctrine/coding-standard": "dev-master",
1044
                "doctrine/orm": "2.*",
1045
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1046
                "mockery/mockery": "^0.9.4",
1047
                "phpunit/phpunit": "~4.7",
1048
                "satooshi/php-coveralls": "0.6.*"
1049
            },
1050
            "suggest": {
1051
                "symfony/console": "to run the migration from the console"
1052
            },
1053
            "bin": [
1054
                "bin/doctrine-migrations"
1055
            ],
1056
            "type": "library",
1057
            "extra": {
1058
                "branch-alias": {
1059
                    "dev-master": "v1.1.x-dev"
1060
                }
1061
            },
1062
            "autoload": {
1063
                "psr-4": {
1064
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1065
                }
1066
            },
1067
            "notification-url": "https://packagist.org/downloads/",
1068
            "license": [
1069
                "LGPL-2.1"
1070
            ],
1071
            "authors": [
1072
                {
1073
                    "name": "Benjamin Eberlei",
1074
                    "email": "[email protected]"
1075
                },
1076
                {
1077
                    "name": "Jonathan Wage",
1078
                    "email": "[email protected]"
1079
                }
1080
            ],
1081
            "description": "Database Schema migrations using Doctrine DBAL",
1082
            "homepage": "http://www.doctrine-project.org",
1083
            "keywords": [
1084
                "database",
1085
                "migrations"
1086
            ],
1087
            "time": "2015-09-29 11:13:06"
1088
        },
1089
        {
1090
            "name": "doctrine/orm",
1091
            "version": "v2.4.8",
1092
            "source": {
1093
                "type": "git",
1094
                "url": "https://github.com/doctrine/doctrine2.git",
1095
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
1096
            },
1097
            "dist": {
1098
                "type": "zip",
1099
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
1100
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
1101
                "shasum": ""
1102
            },
1103
            "require": {
1104
                "doctrine/collections": "~1.1",
1105
                "doctrine/dbal": "~2.4",
1106
                "ext-pdo": "*",
1107
                "php": ">=5.3.2",
1108
                "symfony/console": "~2.0"
1109
            },
1110
            "require-dev": {
1111
                "satooshi/php-coveralls": "dev-master",
1112
                "symfony/yaml": "~2.1"
1113
            },
1114
            "suggest": {
1115
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1116
            },
1117
            "bin": [
1118
                "bin/doctrine",
1119
                "bin/doctrine.php"
1120
            ],
1121
            "type": "library",
1122
            "extra": {
1123
                "branch-alias": {
1124
                    "dev-master": "2.4.x-dev"
1125
                }
1126
            },
1127
            "autoload": {
1128
                "psr-0": {
1129
                    "Doctrine\\ORM\\": "lib/"
1130
                }
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "MIT"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "Roman Borschel",
1139
                    "email": "[email protected]"
1140
                },
1141
                {
1142
                    "name": "Benjamin Eberlei",
1143
                    "email": "[email protected]"
1144
                },
1145
                {
1146
                    "name": "Guilherme Blanco",
1147
                    "email": "[email protected]"
1148
                },
1149
                {
1150
                    "name": "Jonathan Wage",
1151
                    "email": "[email protected]"
1152
                }
1153
            ],
1154
            "description": "Object-Relational-Mapper for PHP",
1155
            "homepage": "http://www.doctrine-project.org",
1156
            "keywords": [
1157
                "database",
1158
                "orm"
1159
            ],
1160
            "time": "2015-08-31 13:19:01"
1161
        },
1162
        {
1163
            "name": "doctrine/phpcr-bundle",
1164
            "version": "1.2.4",
1165
            "source": {
1166
                "type": "git",
1167
                "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
1168
                "reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c"
1169
            },
1170
            "dist": {
1171
                "type": "zip",
1172
                "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
1173
                "reference": "cdc8c50858ceb9fc01f0cbd72ab03ed1fd7f6b4c",
1174
                "shasum": ""
1175
            },
1176
            "require": {
1177
                "php": ">=5.3.3",
1178
                "phpcr/phpcr-implementation": "2.1.*",
1179
                "phpcr/phpcr-utils": "~1.2.0",
1180
                "symfony/doctrine-bridge": "~2.3",
1181
                "symfony/framework-bundle": "~2.3.27 || ~2.4 || ~2.5.11 || ~2.6.6 || ~2.7"
1182
            },
1183
            "conflict": {
1184
                "phpcr/phpcr-shell": "<1.0.0-beta1"
1185
            },
1186
            "require-dev": {
1187
                "doctrine/phpcr-odm": "~1.1",
1188
                "jackalope/jackalope-jackrabbit": "~1.1.0",
1189
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
1190
                "symfony-cmf/testing": "~1.1",
1191
                "symfony/form": "~2.2"
1192
            },
1193
            "suggest": {
1194
                "burgov/key-value-form-bundle": "to edit assoc multivalue properties. require version 1.0.*",
1195
                "doctrine/data-fixtures": "if you want to use the fixture loading.",
1196
                "doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal",
1197
                "doctrine/phpcr-odm": "if you want to use the odm as well. require version ~1.1",
1198
                "jackalope/jackalope-doctrine-dbal": "if you want to use jackalope-doctrine-dbal. require version 1.0.*",
1199
                "jackalope/jackalope-jackrabbit": "if you want to connect to jackrabbit. require version ~1.0.1",
1200
                "phpcr/phpcr-shell": "If you want native access to PHPCR-Shell to manage the PHPCR repository"
1201
            },
1202
            "type": "symfony-bundle",
1203
            "extra": {
1204
                "branch-alias": {
1205
                    "dev-master": "1.2-dev"
1206
                }
1207
            },
1208
            "autoload": {
1209
                "psr-4": {
1210
                    "Doctrine\\Bundle\\PHPCRBundle\\": ""
1211
                }
1212
            },
1213
            "notification-url": "https://packagist.org/downloads/",
1214
            "license": [
1215
                "MIT"
1216
            ],
1217
            "authors": [
1218
                {
1219
                    "name": "Benjamin Eberlei",
1220
                    "email": "[email protected]"
1221
                },
1222
                {
1223
                    "name": "Lukas Kahwe Smith",
1224
                    "email": "[email protected]"
1225
                }
1226
            ],
1227
            "description": "Symfony DoctrinePHPCRBundle",
1228
            "homepage": "http://www.doctrine-project.org",
1229
            "keywords": [
1230
                "database",
1231
                "odm",
1232
                "persistence",
1233
                "phpcr"
1234
            ],
1235
            "time": "2015-05-22 10:02:46"
1236
        },
1237
        {
1238
            "name": "doctrine/phpcr-odm",
1239
            "version": "1.3.0",
1240
            "source": {
1241
                "type": "git",
1242
                "url": "https://github.com/doctrine/phpcr-odm.git",
1243
                "reference": "62bbd2f469c464ad6c300fb9fa7712c8e004396c"
1244
            },
1245
            "dist": {
1246
                "type": "zip",
1247
                "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/62bbd2f469c464ad6c300fb9fa7712c8e004396c",
1248
                "reference": "62bbd2f469c464ad6c300fb9fa7712c8e004396c",
1249
                "shasum": ""
1250
            },
1251
            "require": {
1252
                "doctrine/annotations": "^1.2",
1253
                "doctrine/common": "^2.4",
1254
                "doctrine/data-fixtures": "^1.0",
1255
                "doctrine/instantiator": "^1.0.1",
1256
                "php": "^5.3.9|~7.0",
1257
                "phpcr/phpcr": "^2.1.1",
1258
                "phpcr/phpcr-implementation": "^2.1.0",
1259
                "phpcr/phpcr-utils": "^1.2.8",
1260
                "symfony/console": "^2.3|^3.0"
1261
            },
1262
            "conflict": {
1263
                "jackalope/jackalope-doctrine-dbal": "<1.1.5"
1264
            },
1265
            "require-dev": {
1266
                "liip/rmt": "~1.2",
1267
                "symfony/phpunit-bridge": "^2.7|^3.0",
1268
                "symfony/yaml": "^2.3|^3.0"
1269
            },
1270
            "suggest": {
1271
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1272
                "jackalope/jackalope-jackrabbit": "^1.0",
1273
                "symfony/yaml": "^2.3|^3.0"
1274
            },
1275
            "bin": [
1276
                "bin/phpcrodm",
1277
                "bin/phpcrodm.php"
1278
            ],
1279
            "type": "library",
1280
            "extra": {
1281
                "branch-alias": {
1282
                    "dev-master": "1.3-dev"
1283
                }
1284
            },
1285
            "autoload": {
1286
                "psr-4": {
1287
                    "Doctrine\\ODM\\PHPCR\\": "lib/Doctrine/ODM/PHPCR"
1288
                }
1289
            },
1290
            "notification-url": "https://packagist.org/downloads/",
1291
            "license": [
1292
                "MIT"
1293
            ],
1294
            "authors": [
1295
                {
1296
                    "name": "Lukas Kahwe Smith",
1297
                    "email": "[email protected]"
1298
                },
1299
                {
1300
                    "name": "David Buchmann",
1301
                    "email": "[email protected]"
1302
                },
1303
                {
1304
                    "name": "Jordi Boggiano",
1305
                    "email": "[email protected]"
1306
                }
1307
            ],
1308
            "description": "Object-Document-Mapper for PHPCR",
1309
            "homepage": "http://www.doctrine-project.org",
1310
            "keywords": [
1311
                "database",
1312
                "odm",
1313
                "phpcr"
1314
            ],
1315
            "time": "2015-12-08 16:42:00"
1316
        },
1317
        {
1318
            "name": "friendsofsymfony/elastica-bundle",
1319
            "version": "v3.1.6",
1320
            "source": {
1321
                "type": "git",
1322
                "url": "https://github.com/FriendsOfSymfony/FOSElasticaBundle.git",
1323
                "reference": "f6c14b282e1009b3f3a201ae028e2b0f6919f8e2"
1324
            },
1325
            "dist": {
1326
                "type": "zip",
1327
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSElasticaBundle/zipball/f6c14b282e1009b3f3a201ae028e2b0f6919f8e2",
1328
                "reference": "f6c14b282e1009b3f3a201ae028e2b0f6919f8e2",
1329
                "shasum": ""
1330
            },
1331
            "require": {
1332
                "php": ">=5.3.2",
1333
                "psr/log": "~1.0",
1334
                "ruflin/elastica": "~2.1,<2.3",
1335
                "symfony/console": "~2.1",
1336
                "symfony/form": "~2.1",
1337
                "symfony/framework-bundle": "~2.3",
1338
                "symfony/property-access": "~2.3"
1339
            },
1340
            "require-dev": {
1341
                "doctrine/doctrine-bundle": "~1.2",
1342
                "doctrine/orm": "~2.4",
1343
                "jms/serializer-bundle": "@stable",
1344
                "knplabs/knp-components": "~1.2",
1345
                "knplabs/knp-paginator-bundle": "~2.4",
1346
                "pagerfanta/pagerfanta": "~1.0",
1347
                "phpunit/phpunit": "~4.1",
1348
                "propel/propel1": "1.6.*",
1349
                "symfony/browser-kit": "~2.3",
1350
                "symfony/expression-language": "~2.4",
1351
                "symfony/twig-bundle": "~2.3"
1352
            },
1353
            "type": "symfony-bundle",
1354
            "extra": {
1355
                "branch-alias": {
1356
                    "dev-master": "3.1.x-dev"
1357
                }
1358
            },
1359
            "autoload": {
1360
                "psr-4": {
1361
                    "FOS\\ElasticaBundle\\": ""
1362
                }
1363
            },
1364
            "notification-url": "https://packagist.org/downloads/",
1365
            "license": [
1366
                "MIT"
1367
            ],
1368
            "authors": [
1369
                {
1370
                    "name": "Tim Nagel",
1371
                    "email": "[email protected]"
1372
                },
1373
                {
1374
                    "name": "Richard Miller",
1375
                    "email": "[email protected]"
1376
                },
1377
                {
1378
                    "name": "FriendsOfSymfony Community",
1379
                    "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
1380
                },
1381
                {
1382
                    "name": "Jeremy Mikola",
1383
                    "email": "[email protected]"
1384
                }
1385
            ],
1386
            "description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
1387
            "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
1388
            "keywords": [
1389
                "doctrine2",
1390
                "elastica",
1391
                "elasticsearch",
1392
                "mongodb",
1393
                "propel",
1394
                "search"
1395
            ],
1396
            "time": "2015-09-17 10:29:58"
1397
        },
1398
        {
1399
            "name": "friendsofsymfony/oauth-server-bundle",
1400
            "version": "1.4.2",
1401
            "target-dir": "FOS/OAuthServerBundle",
1402
            "source": {
1403
                "type": "git",
1404
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1405
                "reference": "9e15c229eff547443d686445d629e9356ab0672e"
1406
            },
1407
            "dist": {
1408
                "type": "zip",
1409
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
1410
                "reference": "9e15c229eff547443d686445d629e9356ab0672e",
1411
                "shasum": ""
1412
            },
1413
            "require": {
1414
                "friendsofsymfony/oauth2-php": "~1.1.0",
1415
                "php": ">=5.3.3",
1416
                "symfony/framework-bundle": "~2.1",
1417
                "symfony/security-bundle": "~2.1"
1418
            },
1419
            "require-dev": {
1420
                "doctrine/doctrine-bundle": "~1.0",
1421
                "doctrine/mongodb-odm": "1.0.*@dev",
1422
                "doctrine/orm": ">=2.2,<2.5-dev",
1423
                "symfony/class-loader": "~2.1",
1424
                "symfony/yaml": "~2.1",
1425
                "willdurand/propel-typehintable-behavior": "1.0.*"
1426
            },
1427
            "suggest": {
1428
                "doctrine/doctrine-bundle": "*",
1429
                "doctrine/mongodb-odm-bundle": "*",
1430
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1431
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1432
            },
1433
            "type": "symfony-bundle",
1434
            "extra": {
1435
                "branch-alias": {
1436
                    "dev-master": "1.4-dev"
1437
                }
1438
            },
1439
            "autoload": {
1440
                "psr-0": {
1441
                    "FOS\\OAuthServerBundle": ""
1442
                }
1443
            },
1444
            "notification-url": "https://packagist.org/downloads/",
1445
            "license": [
1446
                "MIT"
1447
            ],
1448
            "authors": [
1449
                {
1450
                    "name": "Arnaud Le Blanc",
1451
                    "email": "[email protected]"
1452
                },
1453
                {
1454
                    "name": "FriendsOfSymfony Community",
1455
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1456
                }
1457
            ],
1458
            "description": "Symfony2 OAuth Server Bundle",
1459
            "homepage": "http://friendsofsymfony.github.com",
1460
            "keywords": [
1461
                "oauth",
1462
                "oauth2",
1463
                "server"
1464
            ],
1465
            "time": "2014-10-31 13:44:14"
1466
        },
1467
        {
1468
            "name": "friendsofsymfony/oauth2-php",
1469
            "version": "1.1.1",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1473
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
1478
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "php": ">=5.3.2",
1483
                "symfony/http-foundation": "~2.0"
1484
            },
1485
            "require-dev": {
1486
                "phpunit/phpunit": "~4.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "1.1.x-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "OAuth2\\": "lib/"
1497
                }
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "MIT"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "Arnaud Le Blanc",
1506
                    "email": "[email protected]"
1507
                },
1508
                {
1509
                    "name": "FriendsOfSymfony Community",
1510
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1511
                }
1512
            ],
1513
            "description": "OAuth2 library",
1514
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1515
            "keywords": [
1516
                "oauth",
1517
                "oauth2"
1518
            ],
1519
            "time": "2014-11-03 10:21:20"
1520
        },
1521
        {
1522
            "name": "friendsofsymfony/rest-bundle",
1523
            "version": "1.7.2",
1524
            "target-dir": "FOS/RestBundle",
1525
            "source": {
1526
                "type": "git",
1527
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1528
                "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0"
1529
            },
1530
            "dist": {
1531
                "type": "zip",
1532
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0",
1533
                "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0",
1534
                "shasum": ""
1535
            },
1536
            "require": {
1537
                "doctrine/inflector": "~1.0",
1538
                "php": ">=5.3.9",
1539
                "psr/log": "~1.0",
1540
                "symfony/framework-bundle": "~2.3",
1541
                "symfony/http-kernel": "~2.3,>=2.3.24",
1542
                "willdurand/jsonp-callback-validator": "~1.0",
1543
                "willdurand/negotiation": "~1.2"
1544
            },
1545
            "conflict": {
1546
                "jms/serializer": "<0.12",
1547
                "jms/serializer-bundle": "<0.11",
1548
                "symfony/validator": ">=2.5.0,<2.5.5"
1549
            },
1550
            "require-dev": {
1551
                "jms/serializer": "~0.13|~1.0",
1552
                "jms/serializer-bundle": "~0.12|~1.0",
1553
                "phpoption/phpoption": "~1.1.0",
1554
                "sensio/framework-extra-bundle": "~3.0",
1555
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1556
                "symfony/browser-kit": "~2.3",
1557
                "symfony/dependency-injection": "~2.3",
1558
                "symfony/form": "~2.3",
1559
                "symfony/security": "~2.3",
1560
                "symfony/serializer": "~2.3",
1561
                "symfony/validator": "~2.3",
1562
                "symfony/yaml": "~2.3"
1563
            },
1564
            "suggest": {
1565
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1566
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1567
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1568
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1569
            },
1570
            "type": "symfony-bundle",
1571
            "extra": {
1572
                "branch-alias": {
1573
                    "dev-master": "1.7-dev"
1574
                }
1575
            },
1576
            "autoload": {
1577
                "psr-0": {
1578
                    "FOS\\RestBundle": ""
1579
                }
1580
            },
1581
            "notification-url": "https://packagist.org/downloads/",
1582
            "license": [
1583
                "MIT"
1584
            ],
1585
            "authors": [
1586
                {
1587
                    "name": "Lukas Kahwe Smith",
1588
                    "email": "[email protected]"
1589
                },
1590
                {
1591
                    "name": "FriendsOfSymfony Community",
1592
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1593
                },
1594
                {
1595
                    "name": "Konstantin Kudryashov",
1596
                    "email": "[email protected]"
1597
                }
1598
            ],
1599
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
1600
            "homepage": "http://friendsofsymfony.github.com",
1601
            "keywords": [
1602
                "rest"
1603
            ],
1604
            "time": "2015-10-16 07:05:52"
1605
        },
1606
        {
1607
            "name": "fzaninotto/faker",
1608
            "version": "v1.5.0",
1609
            "source": {
1610
                "type": "git",
1611
                "url": "https://github.com/fzaninotto/Faker.git",
1612
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
1613
            },
1614
            "dist": {
1615
                "type": "zip",
1616
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
1617
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
1618
                "shasum": ""
1619
            },
1620
            "require": {
1621
                "php": ">=5.3.3"
1622
            },
1623
            "require-dev": {
1624
                "phpunit/phpunit": "~4.0",
1625
                "squizlabs/php_codesniffer": "~1.5"
1626
            },
1627
            "suggest": {
1628
                "ext-intl": "*"
1629
            },
1630
            "type": "library",
1631
            "extra": {
1632
                "branch-alias": {
1633
                    "dev-master": "1.5.x-dev"
1634
                }
1635
            },
1636
            "autoload": {
1637
                "psr-4": {
1638
                    "Faker\\": "src/Faker/"
1639
                }
1640
            },
1641
            "notification-url": "https://packagist.org/downloads/",
1642
            "license": [
1643
                "MIT"
1644
            ],
1645
            "authors": [
1646
                {
1647
                    "name": "François Zaninotto"
1648
                }
1649
            ],
1650
            "description": "Faker is a PHP library that generates fake data for you.",
1651
            "keywords": [
1652
                "data",
1653
                "faker",
1654
                "fixtures"
1655
            ],
1656
            "time": "2015-05-29 06:29:14"
1657
        },
1658
        {
1659
            "name": "gedmo/doctrine-extensions",
1660
            "version": "v2.4.13",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1664
                "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1",
1669
                "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "behat/transliterator": "~1.0",
1674
                "doctrine/common": "~2.4",
1675
                "php": ">=5.3.2"
1676
            },
1677
            "require-dev": {
1678
                "doctrine/common": ">=2.5.0",
1679
                "doctrine/mongodb-odm": ">=1.0.2",
1680
                "doctrine/orm": ">=2.5.0",
1681
                "phpunit/phpunit": "~4.4",
1682
                "phpunit/phpunit-mock-objects": "~2.3",
1683
                "symfony/yaml": "~2.6"
1684
            },
1685
            "suggest": {
1686
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1687
                "doctrine/orm": "to use the extensions with the ORM"
1688
            },
1689
            "type": "library",
1690
            "extra": {
1691
                "branch-alias": {
1692
                    "dev-master": "2.4.x-dev"
1693
                }
1694
            },
1695
            "autoload": {
1696
                "psr-0": {
1697
                    "Gedmo\\": "lib/"
1698
                }
1699
            },
1700
            "notification-url": "https://packagist.org/downloads/",
1701
            "license": [
1702
                "MIT"
1703
            ],
1704
            "authors": [
1705
                {
1706
                    "name": "David Buchmann",
1707
                    "email": "[email protected]"
1708
                },
1709
                {
1710
                    "name": "Gediminas Morkevicius",
1711
                    "email": "[email protected]"
1712
                },
1713
                {
1714
                    "name": "Gustavo Falco",
1715
                    "email": "[email protected]"
1716
                }
1717
            ],
1718
            "description": "Doctrine2 behavioral extensions",
1719
            "homepage": "http://gediminasm.org/",
1720
            "keywords": [
1721
                "Blameable",
1722
                "behaviors",
1723
                "doctrine2",
1724
                "extensions",
1725
                "gedmo",
1726
                "loggable",
1727
                "nestedset",
1728
                "sluggable",
1729
                "sortable",
1730
                "timestampable",
1731
                "translatable",
1732
                "tree",
1733
                "uploadable"
1734
            ],
1735
            "time": "2016-02-18 15:33:43"
1736
        },
1737
        {
1738
            "name": "guzzle/guzzle",
1739
            "version": "v3.9.3",
1740
            "source": {
1741
                "type": "git",
1742
                "url": "https://github.com/guzzle/guzzle3.git",
1743
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
1744
            },
1745
            "dist": {
1746
                "type": "zip",
1747
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
1748
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
1749
                "shasum": ""
1750
            },
1751
            "require": {
1752
                "ext-curl": "*",
1753
                "php": ">=5.3.3",
1754
                "symfony/event-dispatcher": "~2.1"
1755
            },
1756
            "replace": {
1757
                "guzzle/batch": "self.version",
1758
                "guzzle/cache": "self.version",
1759
                "guzzle/common": "self.version",
1760
                "guzzle/http": "self.version",
1761
                "guzzle/inflection": "self.version",
1762
                "guzzle/iterator": "self.version",
1763
                "guzzle/log": "self.version",
1764
                "guzzle/parser": "self.version",
1765
                "guzzle/plugin": "self.version",
1766
                "guzzle/plugin-async": "self.version",
1767
                "guzzle/plugin-backoff": "self.version",
1768
                "guzzle/plugin-cache": "self.version",
1769
                "guzzle/plugin-cookie": "self.version",
1770
                "guzzle/plugin-curlauth": "self.version",
1771
                "guzzle/plugin-error-response": "self.version",
1772
                "guzzle/plugin-history": "self.version",
1773
                "guzzle/plugin-log": "self.version",
1774
                "guzzle/plugin-md5": "self.version",
1775
                "guzzle/plugin-mock": "self.version",
1776
                "guzzle/plugin-oauth": "self.version",
1777
                "guzzle/service": "self.version",
1778
                "guzzle/stream": "self.version"
1779
            },
1780
            "require-dev": {
1781
                "doctrine/cache": "~1.3",
1782
                "monolog/monolog": "~1.0",
1783
                "phpunit/phpunit": "3.7.*",
1784
                "psr/log": "~1.0",
1785
                "symfony/class-loader": "~2.1",
1786
                "zendframework/zend-cache": "2.*,<2.3",
1787
                "zendframework/zend-log": "2.*,<2.3"
1788
            },
1789
            "suggest": {
1790
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "3.9-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-0": {
1800
                    "Guzzle": "src/",
1801
                    "Guzzle\\Tests": "tests/"
1802
                }
1803
            },
1804
            "notification-url": "https://packagist.org/downloads/",
1805
            "license": [
1806
                "MIT"
1807
            ],
1808
            "authors": [
1809
                {
1810
                    "name": "Michael Dowling",
1811
                    "email": "[email protected]",
1812
                    "homepage": "https://github.com/mtdowling"
1813
                },
1814
                {
1815
                    "name": "Guzzle Community",
1816
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1817
                }
1818
            ],
1819
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1820
            "homepage": "http://guzzlephp.org/",
1821
            "keywords": [
1822
                "client",
1823
                "curl",
1824
                "framework",
1825
                "http",
1826
                "http client",
1827
                "rest",
1828
                "web service"
1829
            ],
1830
            "time": "2015-03-18 18:23:50"
1831
        },
1832
        {
1833
            "name": "guzzlehttp/guzzle",
1834
            "version": "6.1.1",
1835
            "source": {
1836
                "type": "git",
1837
                "url": "https://github.com/guzzle/guzzle.git",
1838
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
1839
            },
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
1843
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
1844
                "shasum": ""
1845
            },
1846
            "require": {
1847
                "guzzlehttp/promises": "~1.0",
1848
                "guzzlehttp/psr7": "~1.1",
1849
                "php": ">=5.5.0"
1850
            },
1851
            "require-dev": {
1852
                "ext-curl": "*",
1853
                "phpunit/phpunit": "~4.0",
1854
                "psr/log": "~1.0"
1855
            },
1856
            "type": "library",
1857
            "extra": {
1858
                "branch-alias": {
1859
                    "dev-master": "6.1-dev"
1860
                }
1861
            },
1862
            "autoload": {
1863
                "files": [
1864
                    "src/functions_include.php"
1865
                ],
1866
                "psr-4": {
1867
                    "GuzzleHttp\\": "src/"
1868
                }
1869
            },
1870
            "notification-url": "https://packagist.org/downloads/",
1871
            "license": [
1872
                "MIT"
1873
            ],
1874
            "authors": [
1875
                {
1876
                    "name": "Michael Dowling",
1877
                    "email": "[email protected]",
1878
                    "homepage": "https://github.com/mtdowling"
1879
                }
1880
            ],
1881
            "description": "Guzzle is a PHP HTTP client library",
1882
            "homepage": "http://guzzlephp.org/",
1883
            "keywords": [
1884
                "client",
1885
                "curl",
1886
                "framework",
1887
                "http",
1888
                "http client",
1889
                "rest",
1890
                "web service"
1891
            ],
1892
            "time": "2015-11-23 00:47:50"
1893
        },
1894
        {
1895
            "name": "guzzlehttp/promises",
1896
            "version": "1.0.3",
1897
            "source": {
1898
                "type": "git",
1899
                "url": "https://github.com/guzzle/promises.git",
1900
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
1901
            },
1902
            "dist": {
1903
                "type": "zip",
1904
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
1905
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
1906
                "shasum": ""
1907
            },
1908
            "require": {
1909
                "php": ">=5.5.0"
1910
            },
1911
            "require-dev": {
1912
                "phpunit/phpunit": "~4.0"
1913
            },
1914
            "type": "library",
1915
            "extra": {
1916
                "branch-alias": {
1917
                    "dev-master": "1.0-dev"
1918
                }
1919
            },
1920
            "autoload": {
1921
                "psr-4": {
1922
                    "GuzzleHttp\\Promise\\": "src/"
1923
                },
1924
                "files": [
1925
                    "src/functions_include.php"
1926
                ]
1927
            },
1928
            "notification-url": "https://packagist.org/downloads/",
1929
            "license": [
1930
                "MIT"
1931
            ],
1932
            "authors": [
1933
                {
1934
                    "name": "Michael Dowling",
1935
                    "email": "[email protected]",
1936
                    "homepage": "https://github.com/mtdowling"
1937
                }
1938
            ],
1939
            "description": "Guzzle promises library",
1940
            "keywords": [
1941
                "promise"
1942
            ],
1943
            "time": "2015-10-15 22:28:00"
1944
        },
1945
        {
1946
            "name": "guzzlehttp/psr7",
1947
            "version": "1.2.1",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/guzzle/psr7.git",
1951
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
1956
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "php": ">=5.4.0",
1961
                "psr/http-message": "~1.0"
1962
            },
1963
            "provide": {
1964
                "psr/http-message-implementation": "1.0"
1965
            },
1966
            "require-dev": {
1967
                "phpunit/phpunit": "~4.0"
1968
            },
1969
            "type": "library",
1970
            "extra": {
1971
                "branch-alias": {
1972
                    "dev-master": "1.0-dev"
1973
                }
1974
            },
1975
            "autoload": {
1976
                "psr-4": {
1977
                    "GuzzleHttp\\Psr7\\": "src/"
1978
                },
1979
                "files": [
1980
                    "src/functions_include.php"
1981
                ]
1982
            },
1983
            "notification-url": "https://packagist.org/downloads/",
1984
            "license": [
1985
                "MIT"
1986
            ],
1987
            "authors": [
1988
                {
1989
                    "name": "Michael Dowling",
1990
                    "email": "[email protected]",
1991
                    "homepage": "https://github.com/mtdowling"
1992
                }
1993
            ],
1994
            "description": "PSR-7 message implementation",
1995
            "keywords": [
1996
                "http",
1997
                "message",
1998
                "stream",
1999
                "uri"
2000
            ],
2001
            "time": "2015-11-03 01:34:55"
2002
        },
2003
        {
2004
            "name": "hamcrest/hamcrest-php",
2005
            "version": "v1.2.2",
2006
            "source": {
2007
                "type": "git",
2008
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2009
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2010
            },
2011
            "dist": {
2012
                "type": "zip",
2013
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2014
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2015
                "shasum": ""
2016
            },
2017
            "require": {
2018
                "php": ">=5.3.2"
2019
            },
2020
            "replace": {
2021
                "cordoval/hamcrest-php": "*",
2022
                "davedevelopment/hamcrest-php": "*",
2023
                "kodova/hamcrest-php": "*"
2024
            },
2025
            "require-dev": {
2026
                "phpunit/php-file-iterator": "1.3.3",
2027
                "satooshi/php-coveralls": "dev-master"
2028
            },
2029
            "type": "library",
2030
            "autoload": {
2031
                "classmap": [
2032
                    "hamcrest"
2033
                ],
2034
                "files": [
2035
                    "hamcrest/Hamcrest.php"
2036
                ]
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "BSD"
2041
            ],
2042
            "description": "This is the PHP port of Hamcrest Matchers",
2043
            "keywords": [
2044
                "test"
2045
            ],
2046
            "time": "2015-05-11 14:41:42"
2047
        },
2048
        {
2049
            "name": "imagine/imagine",
2050
            "version": "v0.6.3",
2051
            "source": {
2052
                "type": "git",
2053
                "url": "https://github.com/avalanche123/Imagine.git",
2054
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
2055
            },
2056
            "dist": {
2057
                "type": "zip",
2058
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
2059
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
2060
                "shasum": ""
2061
            },
2062
            "require": {
2063
                "php": ">=5.3.2"
2064
            },
2065
            "require-dev": {
2066
                "sami/sami": "dev-master"
2067
            },
2068
            "suggest": {
2069
                "ext-gd": "to use the GD implementation",
2070
                "ext-gmagick": "to use the Gmagick implementation",
2071
                "ext-imagick": "to use the Imagick implementation"
2072
            },
2073
            "type": "library",
2074
            "extra": {
2075
                "branch-alias": {
2076
                    "dev-develop": "0.7-dev"
2077
                }
2078
            },
2079
            "autoload": {
2080
                "psr-0": {
2081
                    "Imagine": "lib/"
2082
                }
2083
            },
2084
            "notification-url": "https://packagist.org/downloads/",
2085
            "license": [
2086
                "MIT"
2087
            ],
2088
            "authors": [
2089
                {
2090
                    "name": "Bulat Shakirzyanov",
2091
                    "email": "[email protected]",
2092
                    "homepage": "http://avalanche123.com"
2093
                }
2094
            ],
2095
            "description": "Image processing for PHP 5.3",
2096
            "homepage": "http://imagine.readthedocs.org/",
2097
            "keywords": [
2098
                "drawing",
2099
                "graphics",
2100
                "image manipulation",
2101
                "image processing"
2102
            ],
2103
            "time": "2015-09-19 16:54:05"
2104
        },
2105
        {
2106
            "name": "incenteev/composer-parameter-handler",
2107
            "version": "v2.1.2",
2108
            "source": {
2109
                "type": "git",
2110
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2111
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2112
            },
2113
            "dist": {
2114
                "type": "zip",
2115
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2116
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2117
                "shasum": ""
2118
            },
2119
            "require": {
2120
                "php": ">=5.3.3",
2121
                "symfony/yaml": "~2.3|~3.0"
2122
            },
2123
            "require-dev": {
2124
                "composer/composer": "1.0.*@dev",
2125
                "phpspec/prophecy-phpunit": "~1.0",
2126
                "symfony/filesystem": "~2.2"
2127
            },
2128
            "type": "library",
2129
            "extra": {
2130
                "branch-alias": {
2131
                    "dev-master": "2.1.x-dev"
2132
                }
2133
            },
2134
            "autoload": {
2135
                "psr-4": {
2136
                    "Incenteev\\ParameterHandler\\": ""
2137
                }
2138
            },
2139
            "notification-url": "https://packagist.org/downloads/",
2140
            "license": [
2141
                "MIT"
2142
            ],
2143
            "authors": [
2144
                {
2145
                    "name": "Christophe Coevoet",
2146
                    "email": "[email protected]"
2147
                }
2148
            ],
2149
            "description": "Composer script handling your ignored parameter file",
2150
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2151
            "keywords": [
2152
                "parameters management"
2153
            ],
2154
            "time": "2015-11-10 17:04:01"
2155
        },
2156
        {
2157
            "name": "jackalope/jackalope",
2158
            "version": "1.2.6",
2159
            "source": {
2160
                "type": "git",
2161
                "url": "https://github.com/jackalope/jackalope.git",
2162
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42"
2163
            },
2164
            "dist": {
2165
                "type": "zip",
2166
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2167
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2168
                "shasum": ""
2169
            },
2170
            "require": {
2171
                "ext-xml": "*",
2172
                "jackalope/jackalope-transport": "*",
2173
                "php": ">=5.3.3",
2174
                "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
2175
                "phpcr/phpcr-utils": "~1.2,>=1.2.6"
2176
            },
2177
            "provide": {
2178
                "phpcr/phpcr-implementation": "2.1.0"
2179
            },
2180
            "type": "library",
2181
            "extra": {
2182
                "branch-alias": {
2183
                    "dev-master": "1.2-dev"
2184
                }
2185
            },
2186
            "autoload": {
2187
                "psr-0": {
2188
                    "Jackalope\\": "src/"
2189
                }
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "MIT",
2194
                "Apache-2.0"
2195
            ],
2196
            "authors": [
2197
                {
2198
                    "name": "Jackalope Community",
2199
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
2200
                }
2201
            ],
2202
            "description": "Jackalope PHPCR library",
2203
            "homepage": "http://jackalope.github.io",
2204
            "keywords": [
2205
                "phpcr"
2206
            ],
2207
            "time": "2015-11-10 13:02:01"
2208
        },
2209
        {
2210
            "name": "jackalope/jackalope-doctrine-dbal",
2211
            "version": "1.2.4",
2212
            "source": {
2213
                "type": "git",
2214
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
2215
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9"
2216
            },
2217
            "dist": {
2218
                "type": "zip",
2219
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2220
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2221
                "shasum": ""
2222
            },
2223
            "require": {
2224
                "doctrine/dbal": ">=2.4.5,<3.0.x-dev",
2225
                "jackalope/jackalope": "~1.2.4",
2226
                "php": ">=5.3.3",
2227
                "phpcr/phpcr": "~2.1.2",
2228
                "phpcr/phpcr-utils": "^1.2.8"
2229
            },
2230
            "provide": {
2231
                "jackalope/jackalope-transport": "1.1.0"
2232
            },
2233
            "require-dev": {
2234
                "phpcr/phpcr-api-tests": "2.1.10",
2235
                "phpunit/dbunit": "~1.3",
2236
                "phpunit/phpunit": "4.7.*",
2237
                "psr/log": "~1.0"
2238
            },
2239
            "bin": [
2240
                "bin/jackalope"
2241
            ],
2242
            "type": "library",
2243
            "extra": {
2244
                "branch-alias": {
2245
                    "dev-master": "1.3-dev"
2246
                }
2247
            },
2248
            "autoload": {
2249
                "psr-0": {
2250
                    "Jackalope\\": "src/"
2251
                }
2252
            },
2253
            "notification-url": "https://packagist.org/downloads/",
2254
            "license": [
2255
                "MIT",
2256
                "Apache-2.0"
2257
            ],
2258
            "authors": [
2259
                {
2260
                    "name": "Jackalope Community",
2261
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
2262
                }
2263
            ],
2264
            "description": "Jackalope Transport library for Doctrine DBAL",
2265
            "homepage": "http://jackalope.github.io",
2266
            "keywords": [
2267
                "doctrine-dbal",
2268
                "phpcr",
2269
                "transport implementation"
2270
            ],
2271
            "time": "2015-10-20 14:39:49"
2272
        },
2273
        {
2274
            "name": "jdorn/sql-formatter",
2275
            "version": "v1.2.17",
2276
            "source": {
2277
                "type": "git",
2278
                "url": "https://github.com/jdorn/sql-formatter.git",
2279
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2280
            },
2281
            "dist": {
2282
                "type": "zip",
2283
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2284
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2285
                "shasum": ""
2286
            },
2287
            "require": {
2288
                "php": ">=5.2.4"
2289
            },
2290
            "require-dev": {
2291
                "phpunit/phpunit": "3.7.*"
2292
            },
2293
            "type": "library",
2294
            "extra": {
2295
                "branch-alias": {
2296
                    "dev-master": "1.3.x-dev"
2297
                }
2298
            },
2299
            "autoload": {
2300
                "classmap": [
2301
                    "lib"
2302
                ]
2303
            },
2304
            "notification-url": "https://packagist.org/downloads/",
2305
            "license": [
2306
                "MIT"
2307
            ],
2308
            "authors": [
2309
                {
2310
                    "name": "Jeremy Dorn",
2311
                    "email": "[email protected]",
2312
                    "homepage": "http://jeremydorn.com/"
2313
                }
2314
            ],
2315
            "description": "a PHP SQL highlighting library",
2316
            "homepage": "https://github.com/jdorn/sql-formatter/",
2317
            "keywords": [
2318
                "highlight",
2319
                "sql"
2320
            ],
2321
            "time": "2014-01-12 16:20:24"
2322
        },
2323
        {
2324
            "name": "jeremykendall/php-domain-parser",
2325
            "version": "3.0.0",
2326
            "source": {
2327
                "type": "git",
2328
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
2329
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
2330
            },
2331
            "dist": {
2332
                "type": "zip",
2333
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
2334
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
2335
                "shasum": ""
2336
            },
2337
            "require": {
2338
                "ext-curl": "*",
2339
                "ext-intl": "*",
2340
                "ext-mbstring": "*",
2341
                "php": ">=5.3.0"
2342
            },
2343
            "require-dev": {
2344
                "jeremykendall/debug-die": "0.0.1.*",
2345
                "mikey179/vfsstream": "~1.4",
2346
                "phpunit/phpunit": "~4.4"
2347
            },
2348
            "bin": [
2349
                "bin/parse",
2350
                "bin/update-psl"
2351
            ],
2352
            "type": "library",
2353
            "autoload": {
2354
                "psr-0": {
2355
                    "Pdp\\": "src/"
2356
                },
2357
                "files": [
2358
                    "src/pdp-parse-url.php"
2359
                ]
2360
            },
2361
            "notification-url": "https://packagist.org/downloads/",
2362
            "license": [
2363
                "MIT"
2364
            ],
2365
            "authors": [
2366
                {
2367
                    "name": "Jeremy Kendall",
2368
                    "homepage": "http://about.me/jeremykendall",
2369
                    "role": "Developer"
2370
                },
2371
                {
2372
                    "name": "Contributors",
2373
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
2374
                }
2375
            ],
2376
            "description": "Public Suffix List based URL parsing implemented in PHP.",
2377
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
2378
            "keywords": [
2379
                "Public Suffix List",
2380
                "domain parsing",
2381
                "url parsing"
2382
            ],
2383
            "time": "2015-03-30 12:49:45"
2384
        },
2385
        {
2386
            "name": "jms/metadata",
2387
            "version": "1.5.1",
2388
            "source": {
2389
                "type": "git",
2390
                "url": "https://github.com/schmittjoh/metadata.git",
2391
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2392
            },
2393
            "dist": {
2394
                "type": "zip",
2395
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2396
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2397
                "shasum": ""
2398
            },
2399
            "require": {
2400
                "php": ">=5.3.0"
2401
            },
2402
            "require-dev": {
2403
                "doctrine/cache": "~1.0"
2404
            },
2405
            "type": "library",
2406
            "extra": {
2407
                "branch-alias": {
2408
                    "dev-master": "1.5.x-dev"
2409
                }
2410
            },
2411
            "autoload": {
2412
                "psr-0": {
2413
                    "Metadata\\": "src/"
2414
                }
2415
            },
2416
            "notification-url": "https://packagist.org/downloads/",
2417
            "license": [
2418
                "Apache"
2419
            ],
2420
            "authors": [
2421
                {
2422
                    "name": "Johannes Schmitt",
2423
                    "email": "[email protected]",
2424
                    "homepage": "https://github.com/schmittjoh",
2425
                    "role": "Developer of wrapped JMSSerializerBundle"
2426
                }
2427
            ],
2428
            "description": "Class/method/property metadata management in PHP",
2429
            "keywords": [
2430
                "annotations",
2431
                "metadata",
2432
                "xml",
2433
                "yaml"
2434
            ],
2435
            "time": "2014-07-12 07:13:19"
2436
        },
2437
        {
2438
            "name": "jms/parser-lib",
2439
            "version": "1.0.0",
2440
            "source": {
2441
                "type": "git",
2442
                "url": "https://github.com/schmittjoh/parser-lib.git",
2443
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2444
            },
2445
            "dist": {
2446
                "type": "zip",
2447
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2448
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2449
                "shasum": ""
2450
            },
2451
            "require": {
2452
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2453
            },
2454
            "type": "library",
2455
            "extra": {
2456
                "branch-alias": {
2457
                    "dev-master": "1.0-dev"
2458
                }
2459
            },
2460
            "autoload": {
2461
                "psr-0": {
2462
                    "JMS\\": "src/"
2463
                }
2464
            },
2465
            "notification-url": "https://packagist.org/downloads/",
2466
            "license": [
2467
                "Apache2"
2468
            ],
2469
            "description": "A library for easily creating recursive-descent parsers.",
2470
            "time": "2012-11-18 18:08:43"
2471
        },
2472
        {
2473
            "name": "jms/serializer",
2474
            "version": "1.1.0",
2475
            "source": {
2476
                "type": "git",
2477
                "url": "https://github.com/schmittjoh/serializer.git",
2478
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2479
            },
2480
            "dist": {
2481
                "type": "zip",
2482
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2483
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2484
                "shasum": ""
2485
            },
2486
            "require": {
2487
                "doctrine/annotations": "1.*",
2488
                "doctrine/instantiator": "~1.0.3",
2489
                "jms/metadata": "~1.1",
2490
                "jms/parser-lib": "1.*",
2491
                "php": ">=5.4.0",
2492
                "phpcollection/phpcollection": "~0.1"
2493
            },
2494
            "conflict": {
2495
                "twig/twig": "<1.12"
2496
            },
2497
            "require-dev": {
2498
                "doctrine/orm": "~2.1",
2499
                "doctrine/phpcr-odm": "~1.0.1",
2500
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2501
                "phpunit/phpunit": "~4.0",
2502
                "propel/propel1": "~1.7",
2503
                "symfony/filesystem": "2.*",
2504
                "symfony/form": "~2.1",
2505
                "symfony/translation": "~2.0",
2506
                "symfony/validator": "~2.0",
2507
                "symfony/yaml": "2.*",
2508
                "twig/twig": "~1.12|~2.0"
2509
            },
2510
            "suggest": {
2511
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2512
            },
2513
            "type": "library",
2514
            "extra": {
2515
                "branch-alias": {
2516
                    "dev-master": "1.1-dev"
2517
                }
2518
            },
2519
            "autoload": {
2520
                "psr-0": {
2521
                    "JMS\\Serializer": "src/"
2522
                }
2523
            },
2524
            "notification-url": "https://packagist.org/downloads/",
2525
            "license": [
2526
                "Apache2"
2527
            ],
2528
            "authors": [
2529
                {
2530
                    "name": "Johannes M. Schmitt",
2531
                    "email": "[email protected]"
2532
                }
2533
            ],
2534
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2535
            "homepage": "http://jmsyst.com/libs/serializer",
2536
            "keywords": [
2537
                "deserialization",
2538
                "jaxb",
2539
                "json",
2540
                "serialization",
2541
                "xml"
2542
            ],
2543
            "time": "2015-10-27 09:24:41"
2544
        },
2545
        {
2546
            "name": "jms/serializer-bundle",
2547
            "version": "1.1.0",
2548
            "target-dir": "JMS/SerializerBundle",
2549
            "source": {
2550
                "type": "git",
2551
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2552
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2553
            },
2554
            "dist": {
2555
                "type": "zip",
2556
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2557
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2558
                "shasum": ""
2559
            },
2560
            "require": {
2561
                "jms/serializer": "^1.0.0",
2562
                "php": ">=5.4.0",
2563
                "phpoption/phpoption": "^1.1.0",
2564
                "symfony/framework-bundle": "~2.3|~3.0"
2565
            },
2566
            "require-dev": {
2567
                "doctrine/doctrine-bundle": "*",
2568
                "doctrine/orm": "*",
2569
                "symfony/browser-kit": "*",
2570
                "symfony/class-loader": "*",
2571
                "symfony/css-selector": "*",
2572
                "symfony/finder": "*",
2573
                "symfony/form": "*",
2574
                "symfony/process": "*",
2575
                "symfony/stopwatch": "*",
2576
                "symfony/twig-bundle": "*",
2577
                "symfony/validator": "*",
2578
                "symfony/yaml": "*"
2579
            },
2580
            "suggest": {
2581
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2582
            },
2583
            "type": "symfony-bundle",
2584
            "extra": {
2585
                "branch-alias": {
2586
                    "dev-master": "1.1-dev"
2587
                }
2588
            },
2589
            "autoload": {
2590
                "psr-0": {
2591
                    "JMS\\SerializerBundle": ""
2592
                }
2593
            },
2594
            "notification-url": "https://packagist.org/downloads/",
2595
            "license": [
2596
                "Apache2"
2597
            ],
2598
            "authors": [
2599
                {
2600
                    "name": "Johannes M. Schmitt",
2601
                    "email": "[email protected]"
2602
                }
2603
            ],
2604
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2605
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2606
            "keywords": [
2607
                "deserialization",
2608
                "jaxb",
2609
                "json",
2610
                "serialization",
2611
                "xml"
2612
            ],
2613
            "time": "2015-11-10 12:26:42"
2614
        },
2615
        {
2616
            "name": "jms/translation-bundle",
2617
            "version": "1.2.2",
2618
            "target-dir": "JMS/TranslationBundle",
2619
            "source": {
2620
                "type": "git",
2621
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
2622
                "reference": "b025251eaf65b73a775fa22ec277e771cdba35d8"
2623
            },
2624
            "dist": {
2625
                "type": "zip",
2626
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/b025251eaf65b73a775fa22ec277e771cdba35d8",
2627
                "reference": "b025251eaf65b73a775fa22ec277e771cdba35d8",
2628
                "shasum": ""
2629
            },
2630
            "require": {
2631
                "nikic/php-parser": "^1.4|^2.0",
2632
                "php": "^5.3.3|^7.0",
2633
                "symfony/console": "^2.3|^3.0",
2634
                "symfony/framework-bundle": "^2.3|^3.0"
2635
            },
2636
            "conflict": {
2637
                "twig/twig": "<1.12"
2638
            },
2639
            "require-dev": {
2640
                "jms/di-extra-bundle": "^1.1",
2641
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
2642
                "psr/log": "^1.0",
2643
                "sensio/framework-extra-bundle": "^2.3|^3.0",
2644
                "symfony/expression-language": "~2.6|~3.0",
2645
                "symfony/symfony": "^2.3|^3.0",
2646
                "twig/twig": "^1.12"
2647
            },
2648
            "type": "symfony-bundle",
2649
            "extra": {
2650
                "branch-alias": {
2651
                    "dev-master": "1.3-dev"
2652
                }
2653
            },
2654
            "autoload": {
2655
                "psr-0": {
2656
                    "JMS\\TranslationBundle": ""
2657
                }
2658
            },
2659
            "notification-url": "https://packagist.org/downloads/",
2660
            "license": [
2661
                "Apache2"
2662
            ],
2663
            "authors": [
2664
                {
2665
                    "name": "Johannes M. Schmitt",
2666
                    "email": "[email protected]"
2667
                }
2668
            ],
2669
            "description": "Puts the Symfony Translation Component on steroids",
2670
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
2671
            "keywords": [
2672
                "extract",
2673
                "extraction",
2674
                "i18n",
2675
                "interface",
2676
                "multilanguage",
2677
                "translation",
2678
                "ui",
2679
                "webinterface"
2680
            ],
2681
            "time": "2016-04-03 16:16:17"
2682
        },
2683
        {
2684
            "name": "knplabs/gaufrette",
2685
            "version": "0.2.0",
2686
            "source": {
2687
                "type": "git",
2688
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2689
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a"
2690
            },
2691
            "dist": {
2692
                "type": "zip",
2693
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2694
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2695
                "shasum": ""
2696
            },
2697
            "require": {
2698
                "php": ">=5.3.2"
2699
            },
2700
            "require-dev": {
2701
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2702
                "aws/aws-sdk-php": "~2",
2703
                "doctrine/dbal": ">=2.3",
2704
                "dropbox-php/dropbox-php": "*",
2705
                "google/apiclient": "~1.1",
2706
                "herzult/php-ssh": "*",
2707
                "microsoft/windowsazure": "dev-master",
2708
                "mikey179/vfsstream": "~1.2.0",
2709
                "phpseclib/phpseclib": "dev-master",
2710
                "phpspec/phpspec": "2.0.*",
2711
                "phpunit/phpunit": "3.7.*",
2712
                "rackspace/php-opencloud": "1.9.*"
2713
            },
2714
            "suggest": {
2715
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2716
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2717
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2718
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2719
                "ext-apc": "to use the APC adapter",
2720
                "ext-curl": "*",
2721
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2722
                "ext-mbstring": "*",
2723
                "ext-mongo": "*",
2724
                "ext-zip": "to use the Zip adapter",
2725
                "google/apiclient": "to use GoogleCloudStorage adapter",
2726
                "herzult/php-ssh": "to use SFtp adapter",
2727
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2728
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2729
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2730
                "rackspace/php-opencloud": "to use Opencloud adapter"
2731
            },
2732
            "type": "library",
2733
            "extra": {
2734
                "branch-alias": {
2735
                    "dev-master": "0.2.x-dev"
2736
                }
2737
            },
2738
            "autoload": {
2739
                "psr-0": {
2740
                    "Gaufrette": "src/"
2741
                }
2742
            },
2743
            "notification-url": "https://packagist.org/downloads/",
2744
            "license": [
2745
                "MIT"
2746
            ],
2747
            "authors": [
2748
                {
2749
                    "name": "The contributors",
2750
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2751
                },
2752
                {
2753
                    "name": "KnpLabs Team",
2754
                    "homepage": "http://knplabs.com"
2755
                }
2756
            ],
2757
            "description": "PHP5 library that provides a filesystem abstraction layer",
2758
            "homepage": "http://knplabs.com",
2759
            "keywords": [
2760
                "abstraction",
2761
                "file",
2762
                "filesystem",
2763
                "media"
2764
            ],
2765
            "time": "2015-05-26 08:25:40"
2766
        },
2767
        {
2768
            "name": "knplabs/knp-gaufrette-bundle",
2769
            "version": "0.2.0",
2770
            "source": {
2771
                "type": "git",
2772
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2773
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b"
2774
            },
2775
            "dist": {
2776
                "type": "zip",
2777
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2778
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2779
                "shasum": ""
2780
            },
2781
            "require": {
2782
                "knplabs/gaufrette": "~0.1.7|0.2.*@dev",
2783
                "symfony/framework-bundle": "2.*"
2784
            },
2785
            "require-dev": {
2786
                "phpunit/phpunit": "~4.2",
2787
                "symfony/console": "2.*",
2788
                "symfony/yaml": "2.*"
2789
            },
2790
            "type": "symfony-bundle",
2791
            "extra": {
2792
                "branch-alias": {
2793
                    "dev-master": "0.2.x-dev"
2794
                }
2795
            },
2796
            "autoload": {
2797
                "psr-4": {
2798
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2799
                }
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "MIT"
2804
            ],
2805
            "authors": [
2806
                {
2807
                    "name": "The contributors",
2808
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2809
                },
2810
                {
2811
                    "name": "Antoine Hérault",
2812
                    "email": "[email protected]"
2813
                }
2814
            ],
2815
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2816
            "homepage": "http://knplabs.com",
2817
            "keywords": [
2818
                "abstraction",
2819
                "file",
2820
                "filesystem",
2821
                "media"
2822
            ],
2823
            "time": "2015-09-18 12:09:25"
2824
        },
2825
        {
2826
            "name": "knplabs/knp-menu",
2827
            "version": "v1.1.2",
2828
            "source": {
2829
                "type": "git",
2830
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2831
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
2832
            },
2833
            "dist": {
2834
                "type": "zip",
2835
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
2836
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
2837
                "shasum": ""
2838
            },
2839
            "require": {
2840
                "php": ">=5.3.0"
2841
            },
2842
            "require-dev": {
2843
                "pimple/pimple": "*",
2844
                "silex/silex": "1.0.*",
2845
                "twig/twig": ">=1.2,<2.0-dev"
2846
            },
2847
            "suggest": {
2848
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2849
                "silex/silex": "for the integration with your silex application",
2850
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2851
            },
2852
            "type": "library",
2853
            "extra": {
2854
                "branch-alias": {
2855
                    "dev-master": "1.1.x-dev"
2856
                }
2857
            },
2858
            "autoload": {
2859
                "psr-0": {
2860
                    "Knp\\Menu\\": "src/"
2861
                }
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "MIT"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Christophe Coevoet",
2870
                    "email": "[email protected]"
2871
                },
2872
                {
2873
                    "name": "KnpLabs",
2874
                    "homepage": "http://knplabs.com"
2875
                },
2876
                {
2877
                    "name": "Symfony Community",
2878
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2879
                }
2880
            ],
2881
            "description": "An object oriented menu library",
2882
            "homepage": "http://knplabs.com",
2883
            "keywords": [
2884
                "menu",
2885
                "tree"
2886
            ],
2887
            "time": "2012-06-10 16:20:40"
2888
        },
2889
        {
2890
            "name": "knplabs/knp-menu-bundle",
2891
            "version": "v1.1.2",
2892
            "target-dir": "Knp/Bundle/MenuBundle",
2893
            "source": {
2894
                "type": "git",
2895
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2896
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
2897
            },
2898
            "dist": {
2899
                "type": "zip",
2900
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
2901
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
2902
                "shasum": ""
2903
            },
2904
            "require": {
2905
                "knplabs/knp-menu": "~1.1",
2906
                "symfony/framework-bundle": "~2.0"
2907
            },
2908
            "type": "symfony-bundle",
2909
            "autoload": {
2910
                "psr-0": {
2911
                    "Knp\\Bundle\\MenuBundle": ""
2912
                }
2913
            },
2914
            "notification-url": "https://packagist.org/downloads/",
2915
            "license": [
2916
                "MIT"
2917
            ],
2918
            "authors": [
2919
                {
2920
                    "name": "Christophe Coevoet",
2921
                    "email": "[email protected]"
2922
                },
2923
                {
2924
                    "name": "Knplabs",
2925
                    "homepage": "http://knplabs.com"
2926
                },
2927
                {
2928
                    "name": "Symfony Community",
2929
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2930
                }
2931
            ],
2932
            "description": "This bundle provides an integration of the KnpMenu library",
2933
            "keywords": [
2934
                "menu"
2935
            ],
2936
            "time": "2013-05-25 10:20:03"
2937
        },
2938
        {
2939
            "name": "knplabs/knp-snappy",
2940
            "version": "0.4.3",
2941
            "source": {
2942
                "type": "git",
2943
                "url": "https://github.com/KnpLabs/snappy.git",
2944
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f"
2945
            },
2946
            "dist": {
2947
                "type": "zip",
2948
                "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2949
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2950
                "shasum": ""
2951
            },
2952
            "require": {
2953
                "php": ">=5.3.3",
2954
                "symfony/process": "~2.3|~3.0"
2955
            },
2956
            "require-dev": {
2957
                "phpunit/phpunit": "~4.7"
2958
            },
2959
            "suggest": {
2960
                "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2961
                "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2962
                "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2963
                "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2964
                "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
2965
            },
2966
            "type": "library",
2967
            "extra": {
2968
                "branch-alias": {
2969
                    "dev-master": "0.5.x-dev"
2970
                }
2971
            },
2972
            "autoload": {
2973
                "psr-0": {
2974
                    "Knp\\Snappy": "src/"
2975
                }
2976
            },
2977
            "notification-url": "https://packagist.org/downloads/",
2978
            "license": [
2979
                "MIT"
2980
            ],
2981
            "authors": [
2982
                {
2983
                    "name": "KnpLabs Team",
2984
                    "homepage": "http://knplabs.com"
2985
                },
2986
                {
2987
                    "name": "Symfony Community",
2988
                    "homepage": "http://github.com/KnpLabs/snappy/contributors"
2989
                }
2990
            ],
2991
            "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
2992
            "homepage": "http://github.com/KnpLabs/snappy",
2993
            "keywords": [
2994
                "knp",
2995
                "knplabs",
2996
                "pdf",
2997
                "snapshot",
2998
                "thumbnail",
2999
                "wkhtmltopdf"
3000
            ],
3001
            "time": "2015-11-17 13:16:27"
3002
        },
3003
        {
3004
            "name": "knplabs/knp-snappy-bundle",
3005
            "version": "v1.3",
3006
            "source": {
3007
                "type": "git",
3008
                "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
3009
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44"
3010
            },
3011
            "dist": {
3012
                "type": "zip",
3013
                "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/2aa510cb0192658428ff29206cef85342ec24d44",
3014
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44",
3015
                "shasum": ""
3016
            },
3017
            "require": {
3018
                "knplabs/knp-snappy": "*",
3019
                "php": ">=5.3.2",
3020
                "symfony/finder": ">=2.0.0",
3021
                "symfony/framework-bundle": ">=2.0.0",
3022
                "symfony/validator": ">=2.0.0"
3023
            },
3024
            "type": "symfony-bundle",
3025
            "extra": {
3026
                "branch-alias": {
3027
                    "dev-master": "1.2.x-dev"
3028
                }
3029
            },
3030
            "autoload": {
3031
                "psr-4": {
3032
                    "Knp\\Bundle\\SnappyBundle\\": ""
3033
                }
3034
            },
3035
            "notification-url": "https://packagist.org/downloads/",
3036
            "license": [
3037
                "MIT"
3038
            ],
3039
            "authors": [
3040
                {
3041
                    "name": "KnpLabs Team",
3042
                    "homepage": "http://knplabs.com"
3043
                },
3044
                {
3045
                    "name": "Symfony Community",
3046
                    "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
3047
                }
3048
            ],
3049
            "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
3050
            "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
3051
            "keywords": [
3052
                "bundle",
3053
                "knp",
3054
                "knplabs",
3055
                "pdf",
3056
                "snappy"
3057
            ],
3058
            "time": "2015-08-24 21:40:00"
3059
        },
3060
        {
3061
            "name": "kriswallsmith/assetic",
3062
            "version": "v1.3.2",
3063
            "source": {
3064
                "type": "git",
3065
                "url": "https://github.com/kriswallsmith/assetic.git",
3066
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3067
            },
3068
            "dist": {
3069
                "type": "zip",
3070
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3071
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3072
                "shasum": ""
3073
            },
3074
            "require": {
3075
                "php": ">=5.3.1",
3076
                "symfony/process": "~2.1|~3.0"
3077
            },
3078
            "conflict": {
3079
                "twig/twig": "<1.23"
3080
            },
3081
            "require-dev": {
3082
                "cssmin/cssmin": "3.0.1",
3083
                "joliclic/javascript-packer": "1.1",
3084
                "kamicane/packager": "1.0",
3085
                "leafo/lessphp": "^0.3.7",
3086
                "leafo/scssphp": "~0.1",
3087
                "mrclay/minify": "~2.2",
3088
                "patchwork/jsqueeze": "~1.0|~2.0",
3089
                "phpunit/phpunit": "~4.8",
3090
                "psr/log": "~1.0",
3091
                "ptachoire/cssembed": "~1.0",
3092
                "symfony/phpunit-bridge": "~2.7|~3.0",
3093
                "twig/twig": "~1.8|~2.0"
3094
            },
3095
            "suggest": {
3096
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3097
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3098
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3099
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3100
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3101
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
3102
            },
3103
            "type": "library",
3104
            "extra": {
3105
                "branch-alias": {
3106
                    "dev-master": "1.4-dev"
3107
                }
3108
            },
3109
            "autoload": {
3110
                "psr-0": {
3111
                    "Assetic": "src/"
3112
                },
3113
                "files": [
3114
                    "src/functions.php"
3115
                ]
3116
            },
3117
            "notification-url": "https://packagist.org/downloads/",
3118
            "license": [
3119
                "MIT"
3120
            ],
3121
            "authors": [
3122
                {
3123
                    "name": "Kris Wallsmith",
3124
                    "email": "[email protected]",
3125
                    "homepage": "http://kriswallsmith.net/"
3126
                }
3127
            ],
3128
            "description": "Asset Management for PHP",
3129
            "homepage": "https://github.com/kriswallsmith/assetic",
3130
            "keywords": [
3131
                "assets",
3132
                "compression",
3133
                "minification"
3134
            ],
3135
            "time": "2015-11-12 13:51:40"
3136
        },
3137
        {
3138
            "name": "league/uri",
3139
            "version": "4.1.1",
3140
            "source": {
3141
                "type": "git",
3142
                "url": "https://github.com/thephpleague/uri.git",
3143
                "reference": "0cbce9fe7d9808690ebda67b110ad96bcae9daee"
3144
            },
3145
            "dist": {
3146
                "type": "zip",
3147
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/0cbce9fe7d9808690ebda67b110ad96bcae9daee",
3148
                "reference": "0cbce9fe7d9808690ebda67b110ad96bcae9daee",
3149
                "shasum": ""
3150
            },
3151
            "require": {
3152
                "ext-fileinfo": "*",
3153
                "ext-intl": "*",
3154
                "ext-mbstring": "*",
3155
                "jeremykendall/php-domain-parser": "^3.0",
3156
                "php": ">=5.5.9",
3157
                "psr/http-message": "^1.0"
3158
            },
3159
            "require-dev": {
3160
                "fabpot/php-cs-fixer": "^1.9",
3161
                "phpunit/phpunit": "^4.0"
3162
            },
3163
            "type": "library",
3164
            "extra": {
3165
                "branch-alias": {
3166
                    "dev-master": "4.1-dev"
3167
                }
3168
            },
3169
            "autoload": {
3170
                "psr-4": {
3171
                    "League\\Uri\\": "src"
3172
                }
3173
            },
3174
            "notification-url": "https://packagist.org/downloads/",
3175
            "license": [
3176
                "MIT"
3177
            ],
3178
            "authors": [
3179
                {
3180
                    "name": "Ignace Nyamagana Butera",
3181
                    "email": "[email protected]",
3182
                    "homepage": "https://nyamsprod.com"
3183
                }
3184
            ],
3185
            "description": "URI manipulation library",
3186
            "homepage": "http://url.thephpleague.com",
3187
            "keywords": [
3188
                "data",
3189
                "data-uri",
3190
                "ftp",
3191
                "http",
3192
                "parse_url",
3193
                "psr-7",
3194
                "rfc3986",
3195
                "uri",
3196
                "url",
3197
                "ws"
3198
            ],
3199
            "time": "2016-03-24 08:38:29"
3200
        },
3201
        {
3202
            "name": "liip/imagine-bundle",
3203
            "version": "1.3.1",
3204
            "target-dir": "Liip/ImagineBundle",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/liip/LiipImagineBundle.git",
3208
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3213
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "imagine/imagine": "~0.5,<0.7",
3218
                "php": ">=5.3.2",
3219
                "symfony/filesystem": "~2.3 || ~3.0",
3220
                "symfony/finder": "~2.3 || ~3.0",
3221
                "symfony/framework-bundle": "~2.3 || ~3.0",
3222
                "symfony/options-resolver": "~2.3 || ~3.0"
3223
            },
3224
            "require-dev": {
3225
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3226
                "aws/aws-sdk-php": "~2.4",
3227
                "doctrine/cache": "~1.1",
3228
                "doctrine/mongodb-odm": "1.0.*",
3229
                "doctrine/orm": "~2.3",
3230
                "ext-gd": "*",
3231
                "phpunit/phpunit": "~4.3",
3232
                "psr/log": "~1.0",
3233
                "symfony/browser-kit": "~2.3 || ~3.0",
3234
                "symfony/console": "~2.3 || ~3.0",
3235
                "symfony/form": "~2.3 || ~3.0",
3236
                "symfony/phpunit-bridge": "~2.3 || ~3.0",
3237
                "symfony/yaml": "~2.3 || ~3.0",
3238
                "twig/twig": "~1.12"
3239
            },
3240
            "suggest": {
3241
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
3242
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
3243
                "monolog/monolog": "If you'd want to write logs",
3244
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
3245
            },
3246
            "type": "symfony-bundle",
3247
            "extra": {
3248
                "branch-alias": {
3249
                    "dev-master": "1.0.x-dev",
3250
                    "dev-0.x": "0.x-dev"
3251
                }
3252
            },
3253
            "autoload": {
3254
                "psr-0": {
3255
                    "Liip\\ImagineBundle": ""
3256
                }
3257
            },
3258
            "notification-url": "https://packagist.org/downloads/",
3259
            "license": [
3260
                "MIT"
3261
            ],
3262
            "authors": [
3263
                {
3264
                    "name": "Liip and other contributors",
3265
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3266
                }
3267
            ],
3268
            "description": "This Bundle assists in imagine manipulation using the imagine library",
3269
            "homepage": "http://liip.ch",
3270
            "keywords": [
3271
                "image",
3272
                "imagine"
3273
            ],
3274
            "time": "2015-08-27 11:27:33"
3275
        },
3276
        {
3277
            "name": "midgard/createphp",
3278
            "version": "1.1.0",
3279
            "source": {
3280
                "type": "git",
3281
                "url": "https://github.com/flack/createphp.git",
3282
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5"
3283
            },
3284
            "dist": {
3285
                "type": "zip",
3286
                "url": "https://api.github.com/repos/flack/createphp/zipball/132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3287
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3288
                "shasum": ""
3289
            },
3290
            "require-dev": {
3291
                "doctrine/common": "~2.3.0",
3292
                "twig/twig": "~1.8"
3293
            },
3294
            "type": "library",
3295
            "extra": {
3296
                "branch-alias": {
3297
                    "dev-master": "1.1-dev"
3298
                }
3299
            },
3300
            "autoload": {
3301
                "psr-0": {
3302
                    "Midgard\\CreatePHP": "src"
3303
                }
3304
            },
3305
            "notification-url": "https://packagist.org/downloads/",
3306
            "license": [
3307
                "LGPL",
3308
                "MIT"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "Andreas Flack",
3313
                    "email": "[email protected]",
3314
                    "homepage": "http://www.contentcontrol-berlin.de/"
3315
                }
3316
            ],
3317
            "description": "PHP adapter for Create.js",
3318
            "keywords": [
3319
                "rdfa"
3320
            ],
3321
            "time": "2015-07-03 13:41:50"
3322
        },
3323
        {
3324
            "name": "mockery/mockery",
3325
            "version": "0.9.4",
3326
            "source": {
3327
                "type": "git",
3328
                "url": "https://github.com/padraic/mockery.git",
3329
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
3330
            },
3331
            "dist": {
3332
                "type": "zip",
3333
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
3334
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
3335
                "shasum": ""
3336
            },
3337
            "require": {
3338
                "hamcrest/hamcrest-php": "~1.1",
3339
                "lib-pcre": ">=7.0",
3340
                "php": ">=5.3.2"
3341
            },
3342
            "require-dev": {
3343
                "phpunit/phpunit": "~4.0"
3344
            },
3345
            "type": "library",
3346
            "extra": {
3347
                "branch-alias": {
3348
                    "dev-master": "0.9.x-dev"
3349
                }
3350
            },
3351
            "autoload": {
3352
                "psr-0": {
3353
                    "Mockery": "library/"
3354
                }
3355
            },
3356
            "notification-url": "https://packagist.org/downloads/",
3357
            "license": [
3358
                "BSD-3-Clause"
3359
            ],
3360
            "authors": [
3361
                {
3362
                    "name": "Pádraic Brady",
3363
                    "email": "[email protected]",
3364
                    "homepage": "http://blog.astrumfutura.com"
3365
                },
3366
                {
3367
                    "name": "Dave Marshall",
3368
                    "email": "[email protected]",
3369
                    "homepage": "http://davedevelopment.co.uk"
3370
                }
3371
            ],
3372
            "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.",
3373
            "homepage": "http://github.com/padraic/mockery",
3374
            "keywords": [
3375
                "BDD",
3376
                "TDD",
3377
                "library",
3378
                "mock",
3379
                "mock objects",
3380
                "mockery",
3381
                "stub",
3382
                "test",
3383
                "test double",
3384
                "testing"
3385
            ],
3386
            "time": "2015-04-02 19:54:00"
3387
        },
3388
        {
3389
            "name": "monolog/monolog",
3390
            "version": "1.17.2",
3391
            "source": {
3392
                "type": "git",
3393
                "url": "https://github.com/Seldaek/monolog.git",
3394
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3395
            },
3396
            "dist": {
3397
                "type": "zip",
3398
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3399
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3400
                "shasum": ""
3401
            },
3402
            "require": {
3403
                "php": ">=5.3.0",
3404
                "psr/log": "~1.0"
3405
            },
3406
            "provide": {
3407
                "psr/log-implementation": "1.0.0"
3408
            },
3409
            "require-dev": {
3410
                "aws/aws-sdk-php": "^2.4.9",
3411
                "doctrine/couchdb": "~1.0@dev",
3412
                "graylog2/gelf-php": "~1.0",
3413
                "jakub-onderka/php-parallel-lint": "0.9",
3414
                "php-console/php-console": "^3.1.3",
3415
                "phpunit/phpunit": "~4.5",
3416
                "phpunit/phpunit-mock-objects": "2.3.0",
3417
                "raven/raven": "^0.13",
3418
                "ruflin/elastica": ">=0.90 <3.0",
3419
                "swiftmailer/swiftmailer": "~5.3",
3420
                "videlalvaro/php-amqplib": "~2.4"
3421
            },
3422
            "suggest": {
3423
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3424
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3425
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3426
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3427
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3428
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3429
                "raven/raven": "Allow sending log messages to a Sentry server",
3430
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3431
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3432
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3433
            },
3434
            "type": "library",
3435
            "extra": {
3436
                "branch-alias": {
3437
                    "dev-master": "1.16.x-dev"
3438
                }
3439
            },
3440
            "autoload": {
3441
                "psr-4": {
3442
                    "Monolog\\": "src/Monolog"
3443
                }
3444
            },
3445
            "notification-url": "https://packagist.org/downloads/",
3446
            "license": [
3447
                "MIT"
3448
            ],
3449
            "authors": [
3450
                {
3451
                    "name": "Jordi Boggiano",
3452
                    "email": "[email protected]",
3453
                    "homepage": "http://seld.be"
3454
                }
3455
            ],
3456
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3457
            "homepage": "http://github.com/Seldaek/monolog",
3458
            "keywords": [
3459
                "log",
3460
                "logging",
3461
                "psr-3"
3462
            ],
3463
            "time": "2015-10-14 12:51:02"
3464
        },
3465
        {
3466
            "name": "nikic/php-parser",
3467
            "version": "v2.0.1",
3468
            "source": {
3469
                "type": "git",
3470
                "url": "https://github.com/nikic/PHP-Parser.git",
3471
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206"
3472
            },
3473
            "dist": {
3474
                "type": "zip",
3475
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce5be709d59b32dd8a88c80259028759991a4206",
3476
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206",
3477
                "shasum": ""
3478
            },
3479
            "require": {
3480
                "ext-tokenizer": "*",
3481
                "php": ">=5.4"
3482
            },
3483
            "require-dev": {
3484
                "phpunit/phpunit": "~4.0"
3485
            },
3486
            "bin": [
3487
                "bin/php-parse"
3488
            ],
3489
            "type": "library",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "2.0-dev"
3493
                }
3494
            },
3495
            "autoload": {
3496
                "psr-4": {
3497
                    "PhpParser\\": "lib/PhpParser"
3498
                }
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "BSD-3-Clause"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Nikita Popov"
3507
                }
3508
            ],
3509
            "description": "A PHP parser written in PHP",
3510
            "keywords": [
3511
                "parser",
3512
                "php"
3513
            ],
3514
            "time": "2016-02-28 19:48:28"
3515
        },
3516
        {
3517
            "name": "ocramius/proxy-manager",
3518
            "version": "1.0.2",
3519
            "source": {
3520
                "type": "git",
3521
                "url": "https://github.com/Ocramius/ProxyManager.git",
3522
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3523
            },
3524
            "dist": {
3525
                "type": "zip",
3526
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3527
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3528
                "shasum": ""
3529
            },
3530
            "require": {
3531
                "php": ">=5.3.3",
3532
                "zendframework/zend-code": ">2.2.5,<3.0"
3533
            },
3534
            "require-dev": {
3535
                "ext-phar": "*",
3536
                "phpunit/phpunit": "~4.0",
3537
                "squizlabs/php_codesniffer": "1.5.*"
3538
            },
3539
            "suggest": {
3540
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3541
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3542
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3543
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3544
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3545
            },
3546
            "type": "library",
3547
            "extra": {
3548
                "branch-alias": {
3549
                    "dev-master": "2.0.x-dev"
3550
                }
3551
            },
3552
            "autoload": {
3553
                "psr-0": {
3554
                    "ProxyManager\\": "src"
3555
                }
3556
            },
3557
            "notification-url": "https://packagist.org/downloads/",
3558
            "license": [
3559
                "MIT"
3560
            ],
3561
            "authors": [
3562
                {
3563
                    "name": "Marco Pivetta",
3564
                    "email": "[email protected]",
3565
                    "homepage": "http://ocramius.github.com/"
3566
                }
3567
            ],
3568
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3569
            "homepage": "https://github.com/Ocramius/ProxyManager",
3570
            "keywords": [
3571
                "aop",
3572
                "lazy loading",
3573
                "proxy",
3574
                "proxy pattern",
3575
                "service proxies"
3576
            ],
3577
            "time": "2015-08-09 04:28:19"
3578
        },
3579
        {
3580
            "name": "omnipay/2checkout",
3581
            "version": "v2.1.1",
3582
            "source": {
3583
                "type": "git",
3584
                "url": "https://github.com/thephpleague/omnipay-2checkout.git",
3585
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
3586
            },
3587
            "dist": {
3588
                "type": "zip",
3589
                "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
3590
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
3591
                "shasum": ""
3592
            },
3593
            "require": {
3594
                "omnipay/common": "~2.0"
3595
            },
3596
            "require-dev": {
3597
                "omnipay/tests": "~2.0"
3598
            },
3599
            "type": "library",
3600
            "extra": {
3601
                "branch-alias": {
3602
                    "dev-master": "2.0.x-dev"
3603
                }
3604
            },
3605
            "autoload": {
3606
                "psr-4": {
3607
                    "Omnipay\\TwoCheckout\\": "src/"
3608
                }
3609
            },
3610
            "notification-url": "https://packagist.org/downloads/",
3611
            "license": [
3612
                "MIT"
3613
            ],
3614
            "authors": [
3615
                {
3616
                    "name": "Adrian Macneil",
3617
                    "email": "[email protected]"
3618
                },
3619
                {
3620
                    "name": "Omnipay Contributors",
3621
                    "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
3622
                }
3623
            ],
3624
            "description": "2Checkout driver for the Omnipay payment processing library",
3625
            "homepage": "https://github.com/thephpleague/omnipay-2checkout",
3626
            "keywords": [
3627
                "2checkout",
3628
                "2co",
3629
                "gateway",
3630
                "merchant",
3631
                "omnipay",
3632
                "pay",
3633
                "payment",
3634
                "twocheckout"
3635
            ],
3636
            "time": "2014-09-17 00:35:37"
3637
        },
3638
        {
3639
            "name": "omnipay/authorizenet",
3640
            "version": "v2.3.0",
3641
            "source": {
3642
                "type": "git",
3643
                "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
3644
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
3645
            },
3646
            "dist": {
3647
                "type": "zip",
3648
                "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
3649
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
3650
                "shasum": ""
3651
            },
3652
            "require": {
3653
                "omnipay/common": "~2.0"
3654
            },
3655
            "require-dev": {
3656
                "omnipay/tests": "~2.0"
3657
            },
3658
            "type": "library",
3659
            "extra": {
3660
                "branch-alias": {
3661
                    "dev-master": "2.0.x-dev"
3662
                }
3663
            },
3664
            "autoload": {
3665
                "psr-4": {
3666
                    "Omnipay\\AuthorizeNet\\": "src/"
3667
                }
3668
            },
3669
            "notification-url": "https://packagist.org/downloads/",
3670
            "license": [
3671
                "MIT"
3672
            ],
3673
            "authors": [
3674
                {
3675
                    "name": "Adrian Macneil",
3676
                    "email": "[email protected]"
3677
                },
3678
                {
3679
                    "name": "Omnipay Contributors",
3680
                    "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
3681
                }
3682
            ],
3683
            "description": "Authorize.Net gateway for the Omnipay payment processing library",
3684
            "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
3685
            "keywords": [
3686
                "authorize",
3687
                "authorize net",
3688
                "authorize.net",
3689
                "gateway",
3690
                "merchant",
3691
                "omnipay",
3692
                "pay",
3693
                "payment"
3694
            ],
3695
            "time": "2015-07-15 18:11:17"
3696
        },
3697
        {
3698
            "name": "omnipay/buckaroo",
3699
            "version": "v2.0.1",
3700
            "source": {
3701
                "type": "git",
3702
                "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
3703
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
3704
            },
3705
            "dist": {
3706
                "type": "zip",
3707
                "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3708
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3709
                "shasum": ""
3710
            },
3711
            "require": {
3712
                "omnipay/common": "~2.0"
3713
            },
3714
            "require-dev": {
3715
                "omnipay/tests": "~2.0"
3716
            },
3717
            "type": "library",
3718
            "extra": {
3719
                "branch-alias": {
3720
                    "dev-master": "2.0.x-dev"
3721
                }
3722
            },
3723
            "autoload": {
3724
                "psr-4": {
3725
                    "Omnipay\\Buckaroo\\": "src/"
3726
                }
3727
            },
3728
            "notification-url": "https://packagist.org/downloads/",
3729
            "license": [
3730
                "MIT"
3731
            ],
3732
            "authors": [
3733
                {
3734
                    "name": "Adrian Macneil",
3735
                    "email": "[email protected]"
3736
                },
3737
                {
3738
                    "name": "Omnipay Contributors",
3739
                    "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
3740
                }
3741
            ],
3742
            "description": "Buckaroo driver for the Omnipay payment processing library",
3743
            "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
3744
            "keywords": [
3745
                "buckaroo",
3746
                "gateway",
3747
                "merchant",
3748
                "omnipay",
3749
                "pay",
3750
                "payment"
3751
            ],
3752
            "time": "2014-09-17 00:35:28"
3753
        },
3754
        {
3755
            "name": "omnipay/cardsave",
3756
            "version": "2.1.2",
3757
            "source": {
3758
                "type": "git",
3759
                "url": "https://github.com/thephpleague/omnipay-cardsave.git",
3760
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
3761
            },
3762
            "dist": {
3763
                "type": "zip",
3764
                "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3765
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3766
                "shasum": ""
3767
            },
3768
            "require": {
3769
                "omnipay/common": "~2.0"
3770
            },
3771
            "require-dev": {
3772
                "omnipay/tests": "~2.0"
3773
            },
3774
            "type": "library",
3775
            "extra": {
3776
                "branch-alias": {
3777
                    "dev-master": "2.0.x-dev"
3778
                }
3779
            },
3780
            "autoload": {
3781
                "psr-4": {
3782
                    "Omnipay\\CardSave\\": "src/"
3783
                }
3784
            },
3785
            "notification-url": "https://packagist.org/downloads/",
3786
            "license": [
3787
                "MIT"
3788
            ],
3789
            "authors": [
3790
                {
3791
                    "name": "Adrian Macneil",
3792
                    "email": "[email protected]"
3793
                },
3794
                {
3795
                    "name": "Omnipay Contributors",
3796
                    "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
3797
                }
3798
            ],
3799
            "description": "CardSave driver for the Omnipay payment processing library",
3800
            "homepage": "https://github.com/thephpleague/omnipay-cardsave",
3801
            "keywords": [
3802
                "card save",
3803
                "cardsave",
3804
                "gateway",
3805
                "merchant",
3806
                "omnipay",
3807
                "pay",
3808
                "payment"
3809
            ],
3810
            "time": "2014-09-21 02:27:16"
3811
        },
3812
        {
3813
            "name": "omnipay/coinbase",
3814
            "version": "v2.0.4",
3815
            "source": {
3816
                "type": "git",
3817
                "url": "https://github.com/thephpleague/omnipay-coinbase.git",
3818
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
3819
            },
3820
            "dist": {
3821
                "type": "zip",
3822
                "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3823
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3824
                "shasum": ""
3825
            },
3826
            "require": {
3827
                "omnipay/common": "~2.0"
3828
            },
3829
            "require-dev": {
3830
                "omnipay/tests": "~2.0"
3831
            },
3832
            "type": "library",
3833
            "extra": {
3834
                "branch-alias": {
3835
                    "dev-master": "2.0.x-dev"
3836
                }
3837
            },
3838
            "autoload": {
3839
                "psr-4": {
3840
                    "Omnipay\\Coinbase\\": "src/"
3841
                }
3842
            },
3843
            "notification-url": "https://packagist.org/downloads/",
3844
            "license": [
3845
                "MIT"
3846
            ],
3847
            "authors": [
3848
                {
3849
                    "name": "Adrian Macneil",
3850
                    "email": "[email protected]"
3851
                },
3852
                {
3853
                    "name": "Omnipay Contributors",
3854
                    "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
3855
                }
3856
            ],
3857
            "description": "Coinbase driver for the Omnipay payment processing library",
3858
            "homepage": "https://github.com/thephpleague/omnipay-coinbase",
3859
            "keywords": [
3860
                "coinbase",
3861
                "gateway",
3862
                "merchant",
3863
                "omnipay",
3864
                "pay",
3865
                "payment"
3866
            ],
3867
            "time": "2015-03-06 05:35:39"
3868
        },
3869
        {
3870
            "name": "omnipay/common",
3871
            "version": "v2.3.4",
3872
            "source": {
3873
                "type": "git",
3874
                "url": "https://github.com/thephpleague/omnipay-common.git",
3875
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
3876
            },
3877
            "dist": {
3878
                "type": "zip",
3879
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
3880
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
3881
                "shasum": ""
3882
            },
3883
            "require": {
3884
                "guzzle/guzzle": "~3.9",
3885
                "php": ">=5.3.2",
3886
                "symfony/http-foundation": "~2.1"
3887
            },
3888
            "require-dev": {
3889
                "omnipay/tests": "~2.0"
3890
            },
3891
            "type": "library",
3892
            "extra": {
3893
                "branch-alias": {
3894
                    "dev-master": "2.0.x-dev"
3895
                },
3896
                "gateways": [
3897
                    "AuthorizeNet_AIM",
3898
                    "AuthorizeNet_SIM",
3899
                    "Buckaroo",
3900
                    "Buckaroo_Ideal",
3901
                    "Buckaroo_PayPal",
3902
                    "CardSave",
3903
                    "Coinbase",
3904
                    "Dummy",
3905
                    "Eway_Rapid",
3906
                    "FirstData_Connect",
3907
                    "GoCardless",
3908
                    "Manual",
3909
                    "Migs_ThreeParty",
3910
                    "Migs_TwoParty",
3911
                    "Mollie",
3912
                    "MultiSafepay",
3913
                    "Netaxept",
3914
                    "NetBanx",
3915
                    "PayFast",
3916
                    "Payflow_Pro",
3917
                    "PaymentExpress_PxPay",
3918
                    "PaymentExpress_PxPost",
3919
                    "PayPal_Express",
3920
                    "PayPal_Pro",
3921
                    "Pin",
3922
                    "SagePay_Direct",
3923
                    "SagePay_Server",
3924
                    "SecurePay_DirectPost",
3925
                    "Stripe",
3926
                    "TargetPay_Directebanking",
3927
                    "TargetPay_Ideal",
3928
                    "TargetPay_Mrcash",
3929
                    "TwoCheckout",
3930
                    "WorldPay",
3931
                    "Alipay Bank",
3932
                    "AliPay Dual Func",
3933
                    "Alipay Express",
3934
                    "Alipay Mobile Express",
3935
                    "Alipay Secured",
3936
                    "Alipay Wap Express",
3937
                    "Cybersource",
3938
                    "DataCash",
3939
                    "Ecopayz",
3940
                    "Neteller",
3941
                    "Pacnet",
3942
                    "PaymentSense",
3943
                    "Realex Remote",
3944
                    "SecPay (PayPoint.net)",
3945
                    "Sisow",
3946
                    "Skrill",
3947
                    "YandexMoney",
3948
                    "YandexMoneyIndividual"
3949
                ]
3950
            },
3951
            "autoload": {
3952
                "psr-0": {
3953
                    "Omnipay\\Common\\": "src/"
3954
                },
3955
                "classmap": [
3956
                    "src/Omnipay/Omnipay.php"
3957
                ]
3958
            },
3959
            "notification-url": "https://packagist.org/downloads/",
3960
            "license": [
3961
                "MIT"
3962
            ],
3963
            "authors": [
3964
                {
3965
                    "name": "Adrian Macneil",
3966
                    "email": "[email protected]"
3967
                },
3968
                {
3969
                    "name": "Omnipay Contributors",
3970
                    "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
3971
                }
3972
            ],
3973
            "description": "Common components for Omnipay payment processing library",
3974
            "homepage": "https://github.com/thephpleague/omnipay-common",
3975
            "keywords": [
3976
                "gateway",
3977
                "merchant",
3978
                "omnipay",
3979
                "pay",
3980
                "payment",
3981
                "purchase"
3982
            ],
3983
            "time": "2015-03-30 14:34:46"
3984
        },
3985
        {
3986
            "name": "omnipay/dummy",
3987
            "version": "v2.1.1",
3988
            "source": {
3989
                "type": "git",
3990
                "url": "https://github.com/thephpleague/omnipay-dummy.git",
3991
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
3992
            },
3993
            "dist": {
3994
                "type": "zip",
3995
                "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3996
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3997
                "shasum": ""
3998
            },
3999
            "require": {
4000
                "omnipay/common": "~2.0"
4001
            },
4002
            "require-dev": {
4003
                "omnipay/tests": "~2.0"
4004
            },
4005
            "type": "library",
4006
            "extra": {
4007
                "branch-alias": {
4008
                    "dev-master": "2.0.x-dev"
4009
                }
4010
            },
4011
            "autoload": {
4012
                "psr-4": {
4013
                    "Omnipay\\Dummy\\": "src/"
4014
                }
4015
            },
4016
            "notification-url": "https://packagist.org/downloads/",
4017
            "license": [
4018
                "MIT"
4019
            ],
4020
            "authors": [
4021
                {
4022
                    "name": "Adrian Macneil",
4023
                    "email": "[email protected]"
4024
                },
4025
                {
4026
                    "name": "Omnipay Contributors",
4027
                    "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
4028
                }
4029
            ],
4030
            "description": "Dummy driver for the Omnipay payment processing library",
4031
            "homepage": "https://github.com/thephpleague/omnipay-dummy",
4032
            "keywords": [
4033
                "Dummy",
4034
                "gateway",
4035
                "merchant",
4036
                "omnipay",
4037
                "pay",
4038
                "payment"
4039
            ],
4040
            "time": "2014-09-17 00:39:36"
4041
        },
4042
        {
4043
            "name": "omnipay/eway",
4044
            "version": "v2.2.0",
4045
            "source": {
4046
                "type": "git",
4047
                "url": "https://github.com/thephpleague/omnipay-eway.git",
4048
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
4049
            },
4050
            "dist": {
4051
                "type": "zip",
4052
                "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
4053
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
4054
                "shasum": ""
4055
            },
4056
            "require": {
4057
                "omnipay/common": "~2.0"
4058
            },
4059
            "require-dev": {
4060
                "omnipay/tests": "~2.0"
4061
            },
4062
            "type": "library",
4063
            "extra": {
4064
                "branch-alias": {
4065
                    "dev-master": "2.0.x-dev"
4066
                }
4067
            },
4068
            "autoload": {
4069
                "psr-4": {
4070
                    "Omnipay\\Eway\\": "src/"
4071
                }
4072
            },
4073
            "notification-url": "https://packagist.org/downloads/",
4074
            "license": [
4075
                "MIT"
4076
            ],
4077
            "authors": [
4078
                {
4079
                    "name": "Adrian Macneil",
4080
                    "email": "[email protected]"
4081
                },
4082
                {
4083
                    "name": "Omnipay Contributors",
4084
                    "homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
4085
                }
4086
            ],
4087
            "description": "eWay driver for the Omnipay payment processing library",
4088
            "homepage": "https://github.com/thephpleague/omnipay-eway",
4089
            "keywords": [
4090
                "eway",
4091
                "gateway",
4092
                "merchant",
4093
                "omnipay",
4094
                "pay",
4095
                "payment"
4096
            ],
4097
            "time": "2015-03-30 00:28:33"
4098
        },
4099
        {
4100
            "name": "omnipay/firstdata",
4101
            "version": "v2.2.0",
4102
            "source": {
4103
                "type": "git",
4104
                "url": "https://github.com/thephpleague/omnipay-firstdata.git",
4105
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
4106
            },
4107
            "dist": {
4108
                "type": "zip",
4109
                "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4110
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4111
                "shasum": ""
4112
            },
4113
            "require": {
4114
                "omnipay/common": "~2.0"
4115
            },
4116
            "require-dev": {
4117
                "omnipay/tests": "~2.0"
4118
            },
4119
            "type": "library",
4120
            "extra": {
4121
                "branch-alias": {
4122
                    "dev-master": "2.0.x-dev"
4123
                }
4124
            },
4125
            "autoload": {
4126
                "psr-4": {
4127
                    "Omnipay\\FirstData\\": "src/"
4128
                }
4129
            },
4130
            "notification-url": "https://packagist.org/downloads/",
4131
            "license": [
4132
                "MIT"
4133
            ],
4134
            "authors": [
4135
                {
4136
                    "name": "Adrian Macneil",
4137
                    "email": "[email protected]"
4138
                },
4139
                {
4140
                    "name": "Omnipay Contributors",
4141
                    "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
4142
                }
4143
            ],
4144
            "description": "First Data driver for the Omnipay payment processing library",
4145
            "homepage": "https://github.com/thephpleague/omnipay-firstdata",
4146
            "keywords": [
4147
                "first data",
4148
                "firstdata",
4149
                "gateway",
4150
                "merchant",
4151
                "omnipay",
4152
                "pay",
4153
                "payment"
4154
            ],
4155
            "time": "2015-07-28 17:50:44"
4156
        },
4157
        {
4158
            "name": "omnipay/gocardless",
4159
            "version": "2.2.0",
4160
            "source": {
4161
                "type": "git",
4162
                "url": "https://github.com/thephpleague/omnipay-gocardless.git",
4163
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
4164
            },
4165
            "dist": {
4166
                "type": "zip",
4167
                "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4168
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4169
                "shasum": ""
4170
            },
4171
            "require": {
4172
                "omnipay/common": "~2.0"
4173
            },
4174
            "require-dev": {
4175
                "omnipay/tests": "~2.0"
4176
            },
4177
            "type": "library",
4178
            "extra": {
4179
                "branch-alias": {
4180
                    "dev-master": "2.0.x-dev"
4181
                }
4182
            },
4183
            "autoload": {
4184
                "psr-4": {
4185
                    "Omnipay\\GoCardless\\": "src/"
4186
                }
4187
            },
4188
            "notification-url": "https://packagist.org/downloads/",
4189
            "license": [
4190
                "MIT"
4191
            ],
4192
            "authors": [
4193
                {
4194
                    "name": "Adrian Macneil",
4195
                    "email": "[email protected]"
4196
                },
4197
                {
4198
                    "name": "Omnipay Contributors",
4199
                    "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
4200
                }
4201
            ],
4202
            "description": "GoCardless driver for the Omnipay payment processing library",
4203
            "homepage": "https://github.com/thephpleague/omnipay-gocardless",
4204
            "keywords": [
4205
                "gateway",
4206
                "go cardless",
4207
                "gocardless",
4208
                "merchant",
4209
                "omnipay",
4210
                "pay",
4211
                "payment"
4212
            ],
4213
            "time": "2015-09-24 14:44:29"
4214
        },
4215
        {
4216
            "name": "omnipay/manual",
4217
            "version": "v2.1.1",
4218
            "source": {
4219
                "type": "git",
4220
                "url": "https://github.com/thephpleague/omnipay-manual.git",
4221
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
4222
            },
4223
            "dist": {
4224
                "type": "zip",
4225
                "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4226
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4227
                "shasum": ""
4228
            },
4229
            "require": {
4230
                "omnipay/common": "~2.0"
4231
            },
4232
            "require-dev": {
4233
                "omnipay/tests": "~2.0"
4234
            },
4235
            "type": "library",
4236
            "extra": {
4237
                "branch-alias": {
4238
                    "dev-master": "2.0.x-dev"
4239
                }
4240
            },
4241
            "autoload": {
4242
                "psr-4": {
4243
                    "Omnipay\\Manual\\": "src/"
4244
                }
4245
            },
4246
            "notification-url": "https://packagist.org/downloads/",
4247
            "license": [
4248
                "MIT"
4249
            ],
4250
            "authors": [
4251
                {
4252
                    "name": "Adrian Macneil",
4253
                    "email": "[email protected]"
4254
                },
4255
                {
4256
                    "name": "Omnipay Contributors",
4257
                    "homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
4258
                }
4259
            ],
4260
            "description": "Manual driver for the Omnipay payment processing library",
4261
            "homepage": "https://github.com/thephpleague/omnipay-manual",
4262
            "keywords": [
4263
                "gateway",
4264
                "manual",
4265
                "merchant",
4266
                "omnipay",
4267
                "pay",
4268
                "payment"
4269
            ],
4270
            "time": "2014-09-17 00:37:01"
4271
        },
4272
        {
4273
            "name": "omnipay/migs",
4274
            "version": "v2.1.1",
4275
            "source": {
4276
                "type": "git",
4277
                "url": "https://github.com/thephpleague/omnipay-migs.git",
4278
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
4279
            },
4280
            "dist": {
4281
                "type": "zip",
4282
                "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4283
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4284
                "shasum": ""
4285
            },
4286
            "require": {
4287
                "omnipay/common": "~2.0"
4288
            },
4289
            "require-dev": {
4290
                "omnipay/tests": "~2.0"
4291
            },
4292
            "type": "library",
4293
            "extra": {
4294
                "branch-alias": {
4295
                    "dev-master": "2.0.x-dev"
4296
                }
4297
            },
4298
            "autoload": {
4299
                "psr-4": {
4300
                    "Omnipay\\Migs\\": "src/"
4301
                }
4302
            },
4303
            "notification-url": "https://packagist.org/downloads/",
4304
            "license": [
4305
                "MIT"
4306
            ],
4307
            "authors": [
4308
                {
4309
                    "name": "Adrian Macneil",
4310
                    "email": "[email protected]"
4311
                },
4312
                {
4313
                    "name": "Omnipay Contributors",
4314
                    "homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
4315
                }
4316
            ],
4317
            "description": "MIGS driver for the Omnipay payment processing library",
4318
            "homepage": "https://github.com/thephpleague/omnipay-migs",
4319
            "keywords": [
4320
                "gateway",
4321
                "mastercard internet gateway service",
4322
                "merchant",
4323
                "migs",
4324
                "omnipay",
4325
                "pay",
4326
                "payment"
4327
            ],
4328
            "time": "2014-09-17 00:38:25"
4329
        },
4330
        {
4331
            "name": "omnipay/mollie",
4332
            "version": "v3.0.4",
4333
            "source": {
4334
                "type": "git",
4335
                "url": "https://github.com/thephpleague/omnipay-mollie.git",
4336
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
4337
            },
4338
            "dist": {
4339
                "type": "zip",
4340
                "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
4341
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
4342
                "shasum": ""
4343
            },
4344
            "require": {
4345
                "omnipay/common": "~2.2"
4346
            },
4347
            "require-dev": {
4348
                "omnipay/tests": "~2.0"
4349
            },
4350
            "type": "library",
4351
            "extra": {
4352
                "branch-alias": {
4353
                    "dev-master": "2.0.x-dev"
4354
                }
4355
            },
4356
            "autoload": {
4357
                "psr-4": {
4358
                    "Omnipay\\Mollie\\": "src/"
4359
                }
4360
            },
4361
            "notification-url": "https://packagist.org/downloads/",
4362
            "license": [
4363
                "MIT"
4364
            ],
4365
            "authors": [
4366
                {
4367
                    "name": "Adrian Macneil",
4368
                    "email": "[email protected]"
4369
                },
4370
                {
4371
                    "name": "Omnipay Contributors",
4372
                    "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
4373
                }
4374
            ],
4375
            "description": "Mollie driver for the Omnipay payment processing library",
4376
            "homepage": "https://github.com/thephpleague/omnipay-mollie",
4377
            "keywords": [
4378
                "gateway",
4379
                "merchant",
4380
                "mollie",
4381
                "omnipay",
4382
                "pay",
4383
                "payment"
4384
            ],
4385
            "time": "2015-03-03 18:55:42"
4386
        },
4387
        {
4388
            "name": "omnipay/multisafepay",
4389
            "version": "V2.2.0",
4390
            "source": {
4391
                "type": "git",
4392
                "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
4393
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
4394
            },
4395
            "dist": {
4396
                "type": "zip",
4397
                "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4398
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4399
                "shasum": ""
4400
            },
4401
            "require": {
4402
                "omnipay/common": "~2.0"
4403
            },
4404
            "require-dev": {
4405
                "omnipay/tests": "~2.0"
4406
            },
4407
            "type": "library",
4408
            "extra": {
4409
                "branch-alias": {
4410
                    "dev-master": "2.0.x-dev"
4411
                }
4412
            },
4413
            "autoload": {
4414
                "psr-4": {
4415
                    "Omnipay\\MultiSafepay\\": "src/"
4416
                }
4417
            },
4418
            "notification-url": "https://packagist.org/downloads/",
4419
            "license": [
4420
                "MIT"
4421
            ],
4422
            "authors": [
4423
                {
4424
                    "name": "Adrian Macneil",
4425
                    "email": "[email protected]"
4426
                },
4427
                {
4428
                    "name": "Omnipay Contributors",
4429
                    "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
4430
                }
4431
            ],
4432
            "description": "MultiSafepay driver for the Omnipay payment processing library",
4433
            "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
4434
            "keywords": [
4435
                "gateway",
4436
                "merchant",
4437
                "multi safepay",
4438
                "multisafepay",
4439
                "omnipay",
4440
                "pay",
4441
                "payment"
4442
            ],
4443
            "time": "2015-01-14 04:01:43"
4444
        },
4445
        {
4446
            "name": "omnipay/netaxept",
4447
            "version": "v2.3.0",
4448
            "source": {
4449
                "type": "git",
4450
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
4451
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
4452
            },
4453
            "dist": {
4454
                "type": "zip",
4455
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
4456
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
4457
                "shasum": ""
4458
            },
4459
            "require": {
4460
                "omnipay/common": "~2.0"
4461
            },
4462
            "require-dev": {
4463
                "omnipay/tests": "~2.0"
4464
            },
4465
            "type": "library",
4466
            "extra": {
4467
                "branch-alias": {
4468
                    "dev-master": "2.0.x-dev"
4469
                }
4470
            },
4471
            "autoload": {
4472
                "psr-4": {
4473
                    "Omnipay\\Netaxept\\": "src/"
4474
                }
4475
            },
4476
            "notification-url": "https://packagist.org/downloads/",
4477
            "license": [
4478
                "MIT"
4479
            ],
4480
            "authors": [
4481
                {
4482
                    "name": "Adrian Macneil",
4483
                    "email": "[email protected]"
4484
                },
4485
                {
4486
                    "name": "Omnipay Contributors",
4487
                    "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
4488
                }
4489
            ],
4490
            "description": "Netaxept driver for the Omnipay payment processing library",
4491
            "homepage": "https://github.com/thephpleague/omnipay-netaxept",
4492
            "keywords": [
4493
                "gateway",
4494
                "merchant",
4495
                "netaxept",
4496
                "omnipay",
4497
                "pay",
4498
                "payment"
4499
            ],
4500
            "time": "2015-05-08 15:13:17"
4501
        },
4502
        {
4503
            "name": "omnipay/netbanx",
4504
            "version": "v2.1.1",
4505
            "source": {
4506
                "type": "git",
4507
                "url": "https://github.com/thephpleague/omnipay-netbanx.git",
4508
                "reference": "a56900120e676385cc42d67c82985fcaaa752140"
4509
            },
4510
            "dist": {
4511
                "type": "zip",
4512
                "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
4513
                "reference": "a56900120e676385cc42d67c82985fcaaa752140",
4514
                "shasum": ""
4515
            },
4516
            "require": {
4517
                "omnipay/common": "~2.0"
4518
            },
4519
            "require-dev": {
4520
                "omnipay/tests": "~2.0"
4521
            },
4522
            "type": "library",
4523
            "extra": {
4524
                "branch-alias": {
4525
                    "dev-master": "2.0.x-dev"
4526
                }
4527
            },
4528
            "autoload": {
4529
                "psr-4": {
4530
                    "Omnipay\\NetBanx\\": "src/"
4531
                }
4532
            },
4533
            "notification-url": "https://packagist.org/downloads/",
4534
            "license": [
4535
                "MIT"
4536
            ],
4537
            "authors": [
4538
                {
4539
                    "name": "Adrian Macneil",
4540
                    "email": "[email protected]"
4541
                },
4542
                {
4543
                    "name": "Omnipay Contributors",
4544
                    "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
4545
                }
4546
            ],
4547
            "description": "NetBanx driver for the Omnipay payment processing library",
4548
            "homepage": "https://github.com/thephpleague/omnipay-netbanx",
4549
            "keywords": [
4550
                "gateway",
4551
                "merchant",
4552
                "netbanx",
4553
                "omnipay",
4554
                "pay",
4555
                "payment"
4556
            ],
4557
            "time": "2014-09-17 00:38:46"
4558
        },
4559
        {
4560
            "name": "omnipay/omnipay",
4561
            "version": "2.3.2",
4562
            "source": {
4563
                "type": "git",
4564
                "url": "https://github.com/thephpleague/omnipay.git",
4565
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
4566
            },
4567
            "dist": {
4568
                "type": "zip",
4569
                "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4570
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4571
                "shasum": ""
4572
            },
4573
            "require": {
4574
                "omnipay/2checkout": "~2.0",
4575
                "omnipay/authorizenet": "~2.0",
4576
                "omnipay/buckaroo": "~2.0",
4577
                "omnipay/cardsave": "~2.0",
4578
                "omnipay/coinbase": "~2.0",
4579
                "omnipay/common": "~2.3.0",
4580
                "omnipay/dummy": "~2.0",
4581
                "omnipay/eway": "~2.0",
4582
                "omnipay/firstdata": "~2.0",
4583
                "omnipay/gocardless": "~2.0",
4584
                "omnipay/manual": "~2.0",
4585
                "omnipay/migs": "~2.0",
4586
                "omnipay/mollie": "~3.0",
4587
                "omnipay/multisafepay": "~2.0",
4588
                "omnipay/netaxept": "~2.0",
4589
                "omnipay/netbanx": "~2.0",
4590
                "omnipay/payfast": "~2.0",
4591
                "omnipay/payflow": "~2.0",
4592
                "omnipay/paymentexpress": "~2.0",
4593
                "omnipay/paypal": "~2.0",
4594
                "omnipay/pin": "~2.0",
4595
                "omnipay/sagepay": "~2.0",
4596
                "omnipay/securepay": "~2.0",
4597
                "omnipay/stripe": "~2.0",
4598
                "omnipay/targetpay": "~2.0",
4599
                "omnipay/worldpay": "~2.0"
4600
            },
4601
            "require-dev": {
4602
                "omnipay/tests": "~2.0"
4603
            },
4604
            "type": "metapackage",
4605
            "extra": {
4606
                "branch-alias": {
4607
                    "dev-master": "2.0.x-dev"
4608
                }
4609
            },
4610
            "notification-url": "https://packagist.org/downloads/",
4611
            "license": [
4612
                "MIT"
4613
            ],
4614
            "authors": [
4615
                {
4616
                    "name": "Adrian Macneil",
4617
                    "email": "[email protected]"
4618
                },
4619
                {
4620
                    "name": "Omnipay Community",
4621
                    "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
4622
                }
4623
            ],
4624
            "description": "Includes Omnipay payment processing library and all officially supported gateways",
4625
            "homepage": "https://github.com/thephpleague/omnipay",
4626
            "keywords": [
4627
                "2checkout",
4628
                "2co",
4629
                "auth.net",
4630
                "authorize",
4631
                "authorize.net",
4632
                "buckaroo",
4633
                "cardsave",
4634
                "coinbase",
4635
                "commweb",
4636
                "dps",
4637
                "egate",
4638
                "eway",
4639
                "express",
4640
                "first data",
4641
                "firstdata",
4642
                "gateway",
4643
                "gocardless",
4644
                "ideal",
4645
                "merchant",
4646
                "migs",
4647
                "mollie",
4648
                "multisafepay",
4649
                "netaxept",
4650
                "netbanx",
4651
                "pay",
4652
                "payfast",
4653
                "payflow",
4654
                "payment",
4655
                "paymentexpress",
4656
                "paypal",
4657
                "pin",
4658
                "purchase",
4659
                "rapid",
4660
                "sagepay",
4661
                "securepay",
4662
                "stripe",
4663
                "tala",
4664
                "tala-payments",
4665
                "targetpay",
4666
                "twocheckout",
4667
                "worldpay"
4668
            ],
4669
            "time": "2014-12-10 13:55:00"
4670
        },
4671
        {
4672
            "name": "omnipay/payfast",
4673
            "version": "v2.1.1",
4674
            "source": {
4675
                "type": "git",
4676
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
4677
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
4678
            },
4679
            "dist": {
4680
                "type": "zip",
4681
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4682
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4683
                "shasum": ""
4684
            },
4685
            "require": {
4686
                "omnipay/common": "~2.0"
4687
            },
4688
            "require-dev": {
4689
                "omnipay/tests": "~2.0"
4690
            },
4691
            "type": "library",
4692
            "extra": {
4693
                "branch-alias": {
4694
                    "dev-master": "2.0.x-dev"
4695
                }
4696
            },
4697
            "autoload": {
4698
                "psr-4": {
4699
                    "Omnipay\\PayFast\\": "src/"
4700
                }
4701
            },
4702
            "notification-url": "https://packagist.org/downloads/",
4703
            "license": [
4704
                "MIT"
4705
            ],
4706
            "authors": [
4707
                {
4708
                    "name": "Adrian Macneil",
4709
                    "email": "[email protected]"
4710
                },
4711
                {
4712
                    "name": "Omnipay Contributors",
4713
                    "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
4714
                }
4715
            ],
4716
            "description": "PayFast driver for the Omnipay payment processing library",
4717
            "homepage": "https://github.com/thephpleague/omnipay-payfast",
4718
            "keywords": [
4719
                "gateway",
4720
                "merchant",
4721
                "omnipay",
4722
                "pay",
4723
                "payfast",
4724
                "payment"
4725
            ],
4726
            "time": "2014-09-17 00:39:04"
4727
        },
4728
        {
4729
            "name": "omnipay/payflow",
4730
            "version": "2.2.0",
4731
            "source": {
4732
                "type": "git",
4733
                "url": "https://github.com/thephpleague/omnipay-payflow.git",
4734
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
4735
            },
4736
            "dist": {
4737
                "type": "zip",
4738
                "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4739
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4740
                "shasum": ""
4741
            },
4742
            "require": {
4743
                "omnipay/common": "~2.0"
4744
            },
4745
            "require-dev": {
4746
                "omnipay/tests": "~2.0"
4747
            },
4748
            "type": "library",
4749
            "extra": {
4750
                "branch-alias": {
4751
                    "dev-master": "2.0.x-dev"
4752
                }
4753
            },
4754
            "autoload": {
4755
                "psr-4": {
4756
                    "Omnipay\\Payflow\\": "src/"
4757
                }
4758
            },
4759
            "notification-url": "https://packagist.org/downloads/",
4760
            "license": [
4761
                "MIT"
4762
            ],
4763
            "authors": [
4764
                {
4765
                    "name": "Adrian Macneil",
4766
                    "email": "[email protected]"
4767
                },
4768
                {
4769
                    "name": "Omnipay Contributors",
4770
                    "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
4771
                }
4772
            ],
4773
            "description": "Payflow driver for the Omnipay payment processing library",
4774
            "homepage": "https://github.com/thephpleague/omnipay-payflow",
4775
            "keywords": [
4776
                "gateway",
4777
                "merchant",
4778
                "omnipay",
4779
                "pay",
4780
                "payflow",
4781
                "payment"
4782
            ],
4783
            "time": "2015-11-03 20:55:42"
4784
        },
4785
        {
4786
            "name": "omnipay/paymentexpress",
4787
            "version": "v2.1.2",
4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
4791
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
4792
            },
4793
            "dist": {
4794
                "type": "zip",
4795
                "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
4796
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
4797
                "shasum": ""
4798
            },
4799
            "require": {
4800
                "omnipay/common": "~2.0"
4801
            },
4802
            "require-dev": {
4803
                "omnipay/tests": "~2.0"
4804
            },
4805
            "type": "library",
4806
            "extra": {
4807
                "branch-alias": {
4808
                    "dev-master": "2.0.x-dev"
4809
                }
4810
            },
4811
            "autoload": {
4812
                "psr-4": {
4813
                    "Omnipay\\PaymentExpress\\": "src/"
4814
                }
4815
            },
4816
            "notification-url": "https://packagist.org/downloads/",
4817
            "license": [
4818
                "MIT"
4819
            ],
4820
            "authors": [
4821
                {
4822
                    "name": "Adrian Macneil",
4823
                    "email": "[email protected]"
4824
                },
4825
                {
4826
                    "name": "Omnipay Contributors",
4827
                    "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
4828
                }
4829
            ],
4830
            "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
4831
            "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
4832
            "keywords": [
4833
                "direct payment solutions",
4834
                "dps",
4835
                "gateway",
4836
                "merchant",
4837
                "omnipay",
4838
                "pay",
4839
                "payment",
4840
                "payment express",
4841
                "paymentexpress",
4842
                "pxaccess",
4843
                "pxpay",
4844
                "pxpost"
4845
            ],
4846
            "time": "2015-04-03 00:20:28"
4847
        },
4848
        {
4849
            "name": "omnipay/paypal",
4850
            "version": "v2.4.3",
4851
            "source": {
4852
                "type": "git",
4853
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
4854
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224"
4855
            },
4856
            "dist": {
4857
                "type": "zip",
4858
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4859
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4860
                "shasum": ""
4861
            },
4862
            "require": {
4863
                "omnipay/common": "~2.0"
4864
            },
4865
            "require-dev": {
4866
                "omnipay/tests": "~2.0"
4867
            },
4868
            "type": "library",
4869
            "extra": {
4870
                "branch-alias": {
4871
                    "dev-master": "2.3.x-dev"
4872
                }
4873
            },
4874
            "autoload": {
4875
                "psr-4": {
4876
                    "Omnipay\\PayPal\\": "src/"
4877
                }
4878
            },
4879
            "notification-url": "https://packagist.org/downloads/",
4880
            "license": [
4881
                "MIT"
4882
            ],
4883
            "authors": [
4884
                {
4885
                    "name": "Adrian Macneil",
4886
                    "email": "[email protected]"
4887
                },
4888
                {
4889
                    "name": "Omnipay Contributors",
4890
                    "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
4891
                }
4892
            ],
4893
            "description": "PayPal gateway for Omnipay payment processing library",
4894
            "homepage": "https://github.com/thephpleague/omnipay-paypal",
4895
            "keywords": [
4896
                "gateway",
4897
                "merchant",
4898
                "omnipay",
4899
                "pay",
4900
                "payment",
4901
                "paypal",
4902
                "purchase"
4903
            ],
4904
            "time": "2015-07-08 17:27:39"
4905
        },
4906
        {
4907
            "name": "omnipay/pin",
4908
            "version": "v2.1.0",
4909
            "source": {
4910
                "type": "git",
4911
                "url": "https://github.com/omnipay/pin.git",
4912
                "reference": "04e778e9689882d4c40419263014068b69b93168"
4913
            },
4914
            "dist": {
4915
                "type": "zip",
4916
                "url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
4917
                "reference": "04e778e9689882d4c40419263014068b69b93168",
4918
                "shasum": ""
4919
            },
4920
            "require": {
4921
                "omnipay/common": "~2.0"
4922
            },
4923
            "require-dev": {
4924
                "omnipay/tests": "~2.0"
4925
            },
4926
            "type": "library",
4927
            "extra": {
4928
                "branch-alias": {
4929
                    "dev-master": "2.0.x-dev"
4930
                }
4931
            },
4932
            "autoload": {
4933
                "psr-4": {
4934
                    "Omnipay\\Pin\\": "src/"
4935
                }
4936
            },
4937
            "notification-url": "https://packagist.org/downloads/",
4938
            "license": [
4939
                "MIT"
4940
            ],
4941
            "authors": [
4942
                {
4943
                    "name": "Adrian Macneil",
4944
                    "email": "[email protected]"
4945
                },
4946
                {
4947
                    "name": "Omnipay Contributors",
4948
                    "homepage": "https://github.com/omnipay/pin/contributors"
4949
                }
4950
            ],
4951
            "description": "Pin Payments driver for the Omnipay payment processing library",
4952
            "homepage": "https://github.com/omnipay/pin",
4953
            "keywords": [
4954
                "gateway",
4955
                "merchant",
4956
                "omnipay",
4957
                "pay",
4958
                "payment",
4959
                "pin"
4960
            ],
4961
            "time": "2014-04-14 11:26:15"
4962
        },
4963
        {
4964
            "name": "omnipay/sagepay",
4965
            "version": "v2.2.0",
4966
            "source": {
4967
                "type": "git",
4968
                "url": "https://github.com/thephpleague/omnipay-sagepay.git",
4969
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
4970
            },
4971
            "dist": {
4972
                "type": "zip",
4973
                "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
4974
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
4975
                "shasum": ""
4976
            },
4977
            "require": {
4978
                "omnipay/common": "~2.0"
4979
            },
4980
            "require-dev": {
4981
                "omnipay/tests": "~2.0"
4982
            },
4983
            "type": "library",
4984
            "extra": {
4985
                "branch-alias": {
4986
                    "dev-master": "2.0.x-dev"
4987
                }
4988
            },
4989
            "autoload": {
4990
                "psr-4": {
4991
                    "Omnipay\\SagePay\\": "src/"
4992
                }
4993
            },
4994
            "notification-url": "https://packagist.org/downloads/",
4995
            "license": [
4996
                "MIT"
4997
            ],
4998
            "authors": [
4999
                {
5000
                    "name": "Adrian Macneil",
5001
                    "email": "[email protected]"
5002
                },
5003
                {
5004
                    "name": "Omnipay Contributors",
5005
                    "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
5006
                }
5007
            ],
5008
            "description": "Sage Pay driver for the Omnipay PHP payment processing library",
5009
            "homepage": "https://github.com/thephpleague/omnipay-sagepay",
5010
            "keywords": [
5011
                "gateway",
5012
                "merchant",
5013
                "omnipay",
5014
                "pay",
5015
                "payment",
5016
                "purchase",
5017
                "sage pay",
5018
                "sagepay"
5019
            ],
5020
            "time": "2015-04-02 17:46:20"
5021
        },
5022
        {
5023
            "name": "omnipay/securepay",
5024
            "version": "v2.1.0",
5025
            "source": {
5026
                "type": "git",
5027
                "url": "https://github.com/omnipay/securepay.git",
5028
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
5029
            },
5030
            "dist": {
5031
                "type": "zip",
5032
                "url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5033
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5034
                "shasum": ""
5035
            },
5036
            "require": {
5037
                "omnipay/common": "~2.0"
5038
            },
5039
            "require-dev": {
5040
                "omnipay/tests": "~2.0"
5041
            },
5042
            "type": "library",
5043
            "extra": {
5044
                "branch-alias": {
5045
                    "dev-master": "2.0.x-dev"
5046
                }
5047
            },
5048
            "autoload": {
5049
                "psr-4": {
5050
                    "Omnipay\\SecurePay\\": "src/"
5051
                }
5052
            },
5053
            "notification-url": "https://packagist.org/downloads/",
5054
            "license": [
5055
                "MIT"
5056
            ],
5057
            "authors": [
5058
                {
5059
                    "name": "Adrian Macneil",
5060
                    "email": "[email protected]"
5061
                },
5062
                {
5063
                    "name": "Omnipay Contributors",
5064
                    "homepage": "https://github.com/omnipay/securepay/contributors"
5065
                }
5066
            ],
5067
            "description": "SecurePay driver for the Omnipay payment processing library",
5068
            "homepage": "https://github.com/omnipay/securepay",
5069
            "keywords": [
5070
                "gateway",
5071
                "merchant",
5072
                "omnipay",
5073
                "pay",
5074
                "payment",
5075
                "securepay"
5076
            ],
5077
            "time": "2014-04-14 11:26:20"
5078
        },
5079
        {
5080
            "name": "omnipay/stripe",
5081
            "version": "v2.3.0",
5082
            "source": {
5083
                "type": "git",
5084
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
5085
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
5086
            },
5087
            "dist": {
5088
                "type": "zip",
5089
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5090
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5091
                "shasum": ""
5092
            },
5093
            "require": {
5094
                "omnipay/common": "~2.0"
5095
            },
5096
            "require-dev": {
5097
                "omnipay/tests": "~2.0"
5098
            },
5099
            "type": "library",
5100
            "extra": {
5101
                "branch-alias": {
5102
                    "dev-master": "2.0.x-dev"
5103
                }
5104
            },
5105
            "autoload": {
5106
                "psr-4": {
5107
                    "Omnipay\\Stripe\\": "src/"
5108
                }
5109
            },
5110
            "notification-url": "https://packagist.org/downloads/",
5111
            "license": [
5112
                "MIT"
5113
            ],
5114
            "authors": [
5115
                {
5116
                    "name": "Adrian Macneil",
5117
                    "email": "[email protected]"
5118
                },
5119
                {
5120
                    "name": "Omnipay Contributors",
5121
                    "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5122
                }
5123
            ],
5124
            "description": "Stripe driver for the Omnipay payment processing library",
5125
            "homepage": "https://github.com/thephpleague/omnipay-stripe",
5126
            "keywords": [
5127
                "gateway",
5128
                "merchant",
5129
                "omnipay",
5130
                "pay",
5131
                "payment",
5132
                "stripe"
5133
            ],
5134
            "time": "2015-11-10 16:17:35"
5135
        },
5136
        {
5137
            "name": "omnipay/targetpay",
5138
            "version": "v2.2.1",
5139
            "source": {
5140
                "type": "git",
5141
                "url": "https://github.com/thephpleague/omnipay-targetpay.git",
5142
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
5143
            },
5144
            "dist": {
5145
                "type": "zip",
5146
                "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5147
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5148
                "shasum": ""
5149
            },
5150
            "require": {
5151
                "omnipay/common": "~2.0"
5152
            },
5153
            "require-dev": {
5154
                "omnipay/tests": "~2.0"
5155
            },
5156
            "type": "library",
5157
            "extra": {
5158
                "branch-alias": {
5159
                    "dev-master": "2.0.x-dev"
5160
                }
5161
            },
5162
            "autoload": {
5163
                "psr-4": {
5164
                    "Omnipay\\TargetPay\\": "src/"
5165
                }
5166
            },
5167
            "notification-url": "https://packagist.org/downloads/",
5168
            "license": [
5169
                "MIT"
5170
            ],
5171
            "authors": [
5172
                {
5173
                    "name": "Adrian Macneil",
5174
                    "email": "[email protected]"
5175
                },
5176
                {
5177
                    "name": "Omnipay Contributors",
5178
                    "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
5179
                }
5180
            ],
5181
            "description": "TargetPay driver for the Omnipay payment processing library",
5182
            "homepage": "https://github.com/thephpleague/omnipay-targetpay",
5183
            "keywords": [
5184
                "gateway",
5185
                "merchant",
5186
                "omnipay",
5187
                "pay",
5188
                "payment",
5189
                "targetpay"
5190
            ],
5191
            "time": "2014-09-17 00:38:39"
5192
        },
5193
        {
5194
            "name": "omnipay/worldpay",
5195
            "version": "v2.1.1",
5196
            "source": {
5197
                "type": "git",
5198
                "url": "https://github.com/thephpleague/omnipay-worldpay.git",
5199
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
5200
            },
5201
            "dist": {
5202
                "type": "zip",
5203
                "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
5204
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
5205
                "shasum": ""
5206
            },
5207
            "require": {
5208
                "omnipay/common": "~2.0"
5209
            },
5210
            "require-dev": {
5211
                "omnipay/tests": "~2.0"
5212
            },
5213
            "type": "library",
5214
            "extra": {
5215
                "branch-alias": {
5216
                    "dev-master": "2.0.x-dev"
5217
                }
5218
            },
5219
            "autoload": {
5220
                "psr-4": {
5221
                    "Omnipay\\WorldPay\\": "src/"
5222
                }
5223
            },
5224
            "notification-url": "https://packagist.org/downloads/",
5225
            "license": [
5226
                "MIT"
5227
            ],
5228
            "authors": [
5229
                {
5230
                    "name": "Adrian Macneil",
5231
                    "email": "[email protected]"
5232
                },
5233
                {
5234
                    "name": "Omnipay Contributors",
5235
                    "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
5236
                }
5237
            ],
5238
            "description": "WorldPay driver for the Omnipay payment processing library",
5239
            "homepage": "https://github.com/thephpleague/omnipay-worldpay",
5240
            "keywords": [
5241
                "gateway",
5242
                "merchant",
5243
                "omnipay",
5244
                "pay",
5245
                "payment",
5246
                "worldpay"
5247
            ],
5248
            "time": "2014-09-17 00:37:18"
5249
        },
5250
        {
5251
            "name": "pagerfanta/pagerfanta",
5252
            "version": "v1.0.3",
5253
            "source": {
5254
                "type": "git",
5255
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
5256
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
5257
            },
5258
            "dist": {
5259
                "type": "zip",
5260
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
5261
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
5262
                "shasum": ""
5263
            },
5264
            "require": {
5265
                "php": ">=5.3.0"
5266
            },
5267
            "require-dev": {
5268
                "doctrine/orm": "~2.3",
5269
                "doctrine/phpcr-odm": "1.*",
5270
                "jackalope/jackalope-doctrine-dbal": "1.*",
5271
                "jmikola/geojson": "~1.0",
5272
                "mandango/mandango": "~1.0@dev",
5273
                "mandango/mondator": "~1.0@dev",
5274
                "phpunit/phpunit": "~4",
5275
                "propel/propel1": "~1.6",
5276
                "ruflin/elastica": "~1.3",
5277
                "solarium/solarium": "~3.1"
5278
            },
5279
            "suggest": {
5280
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5281
                "doctrine/orm": "To use the DoctrineORMAdapter.",
5282
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5283
                "mandango/mandango": "To use the MandangoAdapter.",
5284
                "propel/propel1": "To use the PropelAdapter",
5285
                "solarium/solarium": "To use the SolariumAdapter."
5286
            },
5287
            "type": "library",
5288
            "extra": {
5289
                "branch-alias": {
5290
                    "dev-master": "1.0.x-dev"
5291
                }
5292
            },
5293
            "autoload": {
5294
                "psr-0": {
5295
                    "Pagerfanta\\": "src/"
5296
                }
5297
            },
5298
            "notification-url": "https://packagist.org/downloads/",
5299
            "license": [
5300
                "MIT"
5301
            ],
5302
            "authors": [
5303
                {
5304
                    "name": "Pablo Díez",
5305
                    "email": "[email protected]"
5306
                }
5307
            ],
5308
            "description": "Pagination for PHP 5.3",
5309
            "keywords": [
5310
                "page",
5311
                "pagination",
5312
                "paginator",
5313
                "paging"
5314
            ],
5315
            "time": "2014-10-06 10:57:25"
5316
        },
5317
        {
5318
            "name": "paragonie/random_compat",
5319
            "version": "v1.4.1",
5320
            "source": {
5321
                "type": "git",
5322
                "url": "https://github.com/paragonie/random_compat.git",
5323
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
5324
            },
5325
            "dist": {
5326
                "type": "zip",
5327
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
5328
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
5329
                "shasum": ""
5330
            },
5331
            "require": {
5332
                "php": ">=5.2.0"
5333
            },
5334
            "require-dev": {
5335
                "phpunit/phpunit": "4.*|5.*"
5336
            },
5337
            "suggest": {
5338
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5339
            },
5340
            "type": "library",
5341
            "autoload": {
5342
                "files": [
5343
                    "lib/random.php"
5344
                ]
5345
            },
5346
            "notification-url": "https://packagist.org/downloads/",
5347
            "license": [
5348
                "MIT"
5349
            ],
5350
            "authors": [
5351
                {
5352
                    "name": "Paragon Initiative Enterprises",
5353
                    "email": "[email protected]",
5354
                    "homepage": "https://paragonie.com"
5355
                }
5356
            ],
5357
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5358
            "keywords": [
5359
                "csprng",
5360
                "pseudorandom",
5361
                "random"
5362
            ],
5363
            "time": "2016-03-18 20:34:03"
5364
        },
5365
        {
5366
            "name": "payum/iso4217",
5367
            "version": "1.0.0",
5368
            "source": {
5369
                "type": "git",
5370
                "url": "https://github.com/Payum/iso4217.git",
5371
                "reference": "265c01a8c228f3c75b053353328769780a0a3321"
5372
            },
5373
            "dist": {
5374
                "type": "zip",
5375
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/265c01a8c228f3c75b053353328769780a0a3321",
5376
                "reference": "265c01a8c228f3c75b053353328769780a0a3321",
5377
                "shasum": ""
5378
            },
5379
            "require": {
5380
                "php": ">=5.3"
5381
            },
5382
            "require-dev": {
5383
                "phpunit/phpunit": "~4.0"
5384
            },
5385
            "type": "library",
5386
            "extra": {
5387
                "branch-alias": {
5388
                    "dev-master": "1.0.x-dev"
5389
                }
5390
            },
5391
            "autoload": {
5392
                "psr-4": {
5393
                    "Payum\\ISO4217\\": "."
5394
                }
5395
            },
5396
            "notification-url": "https://packagist.org/downloads/",
5397
            "license": [
5398
                "MIT"
5399
            ],
5400
            "authors": [
5401
                {
5402
                    "name": "Rob Bast",
5403
                    "email": "[email protected]"
5404
                },
5405
                {
5406
                    "name": "Community contributions",
5407
                    "homepage": "https://github.com/Payum/Payum/contributors"
5408
                },
5409
                {
5410
                    "name": "Kotlyar Maksim",
5411
                    "email": "[email protected]"
5412
                },
5413
                {
5414
                    "name": "Payum project",
5415
                    "homepage": "http://payum.org/"
5416
                }
5417
            ],
5418
            "description": "ISO 4217 PHP Library",
5419
            "homepage": "http://payum.org",
5420
            "keywords": [
5421
                "4217",
5422
                "ISO 4217",
5423
                "currencies",
5424
                "iso",
5425
                "library"
5426
            ],
5427
            "time": "2015-04-14 17:23:40"
5428
        },
5429
        {
5430
            "name": "payum/omnipay-bridge",
5431
            "version": "1.2.2",
5432
            "source": {
5433
                "type": "git",
5434
                "url": "https://github.com/Payum/OmnipayBridge.git",
5435
                "reference": "0e6d9a2a916ef8ee5af1473b6bfe5533a4f1bf44"
5436
            },
5437
            "dist": {
5438
                "type": "zip",
5439
                "url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/0e6d9a2a916ef8ee5af1473b6bfe5533a4f1bf44",
5440
                "reference": "0e6d9a2a916ef8ee5af1473b6bfe5533a4f1bf44",
5441
                "shasum": ""
5442
            },
5443
            "require": {
5444
                "omnipay/common": "^2.3",
5445
                "payum/core": "^1",
5446
                "php": ">=5.5.0"
5447
            },
5448
            "require-dev": {
5449
                "omnipay/dummy": "~2.0",
5450
                "phpunit/phpunit": "~4.0"
5451
            },
5452
            "type": "library",
5453
            "extra": {
5454
                "branch-alias": {
5455
                    "dev-master": "1.0-dev"
5456
                }
5457
            },
5458
            "autoload": {
5459
                "psr-4": {
5460
                    "Payum\\OmnipayBridge\\": "src"
5461
                }
5462
            },
5463
            "notification-url": "https://packagist.org/downloads/",
5464
            "license": [
5465
                "MIT"
5466
            ],
5467
            "authors": [
5468
                {
5469
                    "name": "Community contributions",
5470
                    "homepage": "https://github.com/Payum/OmnipayBridge/contributors"
5471
                },
5472
                {
5473
                    "name": "Kotlyar Maksim",
5474
                    "email": "[email protected]"
5475
                },
5476
                {
5477
                    "name": "Payum project",
5478
                    "homepage": "http://payum.org/"
5479
                }
5480
            ],
5481
            "description": "This  bridge allows you to use omnipay gateways but in payum like way.",
5482
            "homepage": "https://github.com/Payum/OmnipayBridge",
5483
            "keywords": [
5484
                "omnipay",
5485
                "payment"
5486
            ],
5487
            "time": "2016-03-03 17:27:21"
5488
        },
5489
        {
5490
            "name": "payum/payum",
5491
            "version": "1.3.2",
5492
            "source": {
5493
                "type": "git",
5494
                "url": "https://github.com/Payum/Payum.git",
5495
                "reference": "c89e3e8bdbf34f1fb66d250f201af71b808d9afe"
5496
            },
5497
            "dist": {
5498
                "type": "zip",
5499
                "url": "https://api.github.com/repos/Payum/Payum/zipball/c89e3e8bdbf34f1fb66d250f201af71b808d9afe",
5500
                "reference": "c89e3e8bdbf34f1fb66d250f201af71b808d9afe",
5501
                "shasum": ""
5502
            },
5503
            "require": {
5504
                "league/uri": "~4.0",
5505
                "payum/iso4217": "~1.0",
5506
                "php": "^5.5.0|^7.0",
5507
                "php-http/client-implementation": "^1.0",
5508
                "php-http/message": "^1.0",
5509
                "twig/twig": "~1.0"
5510
            },
5511
            "replace": {
5512
                "payum/authorize-net-aim": "self.version",
5513
                "payum/be2bill": "self.version",
5514
                "payum/core": "self.version",
5515
                "payum/klarna-checkout": "self.version",
5516
                "payum/klarna-invoice": "self.version",
5517
                "payum/offline": "self.version",
5518
                "payum/payex": "self.version",
5519
                "payum/paypal-express-checkout-nvp": "self.version",
5520
                "payum/paypal-ipn": "self.version",
5521
                "payum/paypal-pro-checkout-nvp": "self.version",
5522
                "payum/paypal-rest": "self.version",
5523
                "payum/sofort": "self.version",
5524
                "payum/stripe": "self.version"
5525
            },
5526
            "require-dev": {
5527
                "authorizenet/authorizenet": "~1.8",
5528
                "doctrine/orm": "2.5.*",
5529
                "ext-curl": "*",
5530
                "ext-pdo_sqlite": "*",
5531
                "ext-soap": "*",
5532
                "fp/klarna-invoice": "0.1.*",
5533
                "klarna/checkout": "~1|~2.0",
5534
                "omnipay/dummy": "~2.0",
5535
                "paypal/rest-api-sdk-php": "0.5.*",
5536
                "payum/omnipay-bridge": "^1",
5537
                "php-http/guzzle6-adapter": "^1.0",
5538
                "phpunit/phpunit": "~4.0",
5539
                "propel/propel1": "~1.7",
5540
                "psr/log": "~1.0",
5541
                "sofort/sofortlib-php": "^3.0",
5542
                "stripe/stripe-php": "~2.0|~3.0",
5543
                "symfony/dependency-injection": "~2.8|~3.0",
5544
                "symfony/form": "~2.8|~3.0",
5545
                "symfony/http-foundation": "~2.8|~3.0",
5546
                "symfony/http-kernel": "~2.8|~3.0",
5547
                "symfony/phpunit-bridge": "~2.8|~3.0",
5548
                "symfony/routing": "~2.8|~3.0",
5549
                "symfony/templating": "~2.8|~3.0",
5550
                "symfony/validator": "~2.8|~3.0",
5551
                "zendframework/zend-db": "~2"
5552
            },
5553
            "suggest": {
5554
                "authorizenet/authorizenet": "~1.8 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
5555
                "fp/klarna-invoice": "0.1.* If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
5556
                "klarna/checkout": "~1.0|~2.0 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
5557
                "paypal/rest-api-sdk-php": "0.5.* If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
5558
                "sofort/sofortlib-php": "~3.0 If you want to use Sofort install sofort/sofortlib-php:^3.0 library",
5559
                "stripe/stripe-php": "~2.0|~3.0 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library"
5560
            },
5561
            "type": "library",
5562
            "extra": {
5563
                "branch-alias": {
5564
                    "dev-master": "1.3-dev"
5565
                }
5566
            },
5567
            "autoload": {
5568
                "psr-0": {
5569
                    "Payum": "src/"
5570
                }
5571
            },
5572
            "notification-url": "https://packagist.org/downloads/",
5573
            "license": [
5574
                "MIT"
5575
            ],
5576
            "authors": [
5577
                {
5578
                    "name": "Community contributions",
5579
                    "homepage": "https://github.com/Payum/Payum/contributors"
5580
                },
5581
                {
5582
                    "name": "Kotlyar Maksim",
5583
                    "email": "[email protected]"
5584
                },
5585
                {
5586
                    "name": "Payum project",
5587
                    "homepage": "http://payum.org/"
5588
                }
5589
            ],
5590
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
5591
            "homepage": "http://payum.org",
5592
            "keywords": [
5593
                "authorize.net",
5594
                "be2bill",
5595
                "instant payment notification",
5596
                "ipn",
5597
                "jms payment",
5598
                "payex",
5599
                "payment",
5600
                "payout",
5601
                "paypal",
5602
                "paypal digital goods",
5603
                "paypal express",
5604
                "paypal pro",
5605
                "paypal rest",
5606
                "recurring payment",
5607
                "stripe",
5608
                "stripe checkout",
5609
                "stripe.js",
5610
                "withdrawal"
5611
            ],
5612
            "time": "2016-04-29 06:02:20"
5613
        },
5614
        {
5615
            "name": "payum/payum-bundle",
5616
            "version": "1.0.3",
5617
            "source": {
5618
                "type": "git",
5619
                "url": "https://github.com/Payum/PayumBundle.git",
5620
                "reference": "bab6a10ae6880005d36fb237f7adcdd10c9a9d83"
5621
            },
5622
            "dist": {
5623
                "type": "zip",
5624
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/bab6a10ae6880005d36fb237f7adcdd10c9a9d83",
5625
                "reference": "bab6a10ae6880005d36fb237f7adcdd10c9a9d83",
5626
                "shasum": ""
5627
            },
5628
            "require": {
5629
                "payum/core": "~1.1",
5630
                "php": "^5.5.0|^7.0",
5631
                "symfony/form": "~2.7",
5632
                "symfony/framework-bundle": "~2.7",
5633
                "symfony/twig-bundle": "~2.7",
5634
                "symfony/validator": "~2.7"
5635
            },
5636
            "require-dev": {
5637
                "doctrine/orm": "2.3.*",
5638
                "ext-curl": "*",
5639
                "ext-pdo_sqlite": "*",
5640
                "ext-soap": "*",
5641
                "fp/klarna-invoice": "0.1.*",
5642
                "klarna/checkout": "~1|~2.0",
5643
                "omnipay/dummy": "~2.0",
5644
                "omnipay/paypal": "~2.0",
5645
                "omnipay/stripe": "~2.0",
5646
                "paypal/rest-api-sdk-php": "0.5.*",
5647
                "payum/jms-payment-bridge": "~1.0",
5648
                "payum/omnipay-bridge": "~1.0",
5649
                "payum/payum": "~1.1",
5650
                "phpunit/phpunit": "~4.0",
5651
                "sonata-project/admin-bundle": "~2.0",
5652
                "stripe/stripe-php": "~1.0",
5653
                "symfony/browser-kit": "~2.7",
5654
                "symfony/class-loader": "~2.7",
5655
                "symfony/expression-language": "~2.7",
5656
                "symfony/phpunit-bridge": "~2.7",
5657
                "twig/twig": "~1.16|~2.0"
5658
            },
5659
            "suggest": {
5660
                "sonata-project/admin-bundle": "~2.0 If you want to configure payments in the backend."
5661
            },
5662
            "type": "symfony-bundle",
5663
            "extra": {
5664
                "branch-alias": {
5665
                    "dev-master": "1.1-dev"
5666
                }
5667
            },
5668
            "autoload": {
5669
                "psr-4": {
5670
                    "Payum\\Bundle\\PayumBundle\\": ""
5671
                }
5672
            },
5673
            "notification-url": "https://packagist.org/downloads/",
5674
            "license": [
5675
                "MIT"
5676
            ],
5677
            "authors": [
5678
                {
5679
                    "name": "Community contributions",
5680
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
5681
                },
5682
                {
5683
                    "name": "Kotlyar Maksim",
5684
                    "email": "[email protected]"
5685
                },
5686
                {
5687
                    "name": "Payum project",
5688
                    "homepage": "http://payum.org/"
5689
                }
5690
            ],
5691
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
5692
            "homepage": "http://payum.org",
5693
            "keywords": [
5694
                "authorize.net",
5695
                "be2bill",
5696
                "instant notifications",
5697
                "klarna",
5698
                "offline",
5699
                "omnipay",
5700
                "payex",
5701
                "payment",
5702
                "paypal",
5703
                "paypal express checkout",
5704
                "paypal pro checkout",
5705
                "recurring payment",
5706
                "stripe",
5707
                "stripe checkout",
5708
                "stripe.js",
5709
                "symfony"
5710
            ],
5711
            "time": "2015-12-11 20:18:16"
5712
        },
5713
        {
5714
            "name": "php-http/guzzle6-adapter",
5715
            "version": "v1.1.1",
5716
            "source": {
5717
                "type": "git",
5718
                "url": "https://github.com/php-http/guzzle6-adapter.git",
5719
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
5720
            },
5721
            "dist": {
5722
                "type": "zip",
5723
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
5724
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
5725
                "shasum": ""
5726
            },
5727
            "require": {
5728
                "guzzlehttp/guzzle": "^6.0",
5729
                "php": ">=5.5.0",
5730
                "php-http/httplug": "^1.0"
5731
            },
5732
            "provide": {
5733
                "php-http/async-client-implementation": "1.0",
5734
                "php-http/client-implementation": "1.0"
5735
            },
5736
            "require-dev": {
5737
                "ext-curl": "*",
5738
                "php-http/adapter-integration-tests": "^0.4"
5739
            },
5740
            "type": "library",
5741
            "extra": {
5742
                "branch-alias": {
5743
                    "dev-master": "1.2-dev"
5744
                }
5745
            },
5746
            "autoload": {
5747
                "psr-4": {
5748
                    "Http\\Adapter\\Guzzle6\\": "src/"
5749
                }
5750
            },
5751
            "notification-url": "https://packagist.org/downloads/",
5752
            "license": [
5753
                "MIT"
5754
            ],
5755
            "authors": [
5756
                {
5757
                    "name": "Márk Sági-Kazár",
5758
                    "email": "[email protected]"
5759
                },
5760
                {
5761
                    "name": "David de Boer",
5762
                    "email": "[email protected]"
5763
                }
5764
            ],
5765
            "description": "Guzzle 6 HTTP Adapter",
5766
            "homepage": "http://httplug.io",
5767
            "keywords": [
5768
                "Guzzle",
5769
                "http"
5770
            ],
5771
            "time": "2016-05-10 06:13:32"
5772
        },
5773
        {
5774
            "name": "php-http/httplug",
5775
            "version": "v1.0.0",
5776
            "source": {
5777
                "type": "git",
5778
                "url": "https://github.com/php-http/httplug.git",
5779
                "reference": "2061047ca53a08a6b8f52e997b2a76f386b397dd"
5780
            },
5781
            "dist": {
5782
                "type": "zip",
5783
                "url": "https://api.github.com/repos/php-http/httplug/zipball/2061047ca53a08a6b8f52e997b2a76f386b397dd",
5784
                "reference": "2061047ca53a08a6b8f52e997b2a76f386b397dd",
5785
                "shasum": ""
5786
            },
5787
            "require": {
5788
                "php": ">=5.4",
5789
                "php-http/promise": "^1.0",
5790
                "psr/http-message": "^1.0"
5791
            },
5792
            "require-dev": {
5793
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5794
                "phpspec/phpspec": "^2.4"
5795
            },
5796
            "type": "library",
5797
            "extra": {
5798
                "branch-alias": {
5799
                    "dev-master": "1.1-dev"
5800
                }
5801
            },
5802
            "autoload": {
5803
                "psr-4": {
5804
                    "Http\\Client\\": "src/"
5805
                }
5806
            },
5807
            "notification-url": "https://packagist.org/downloads/",
5808
            "license": [
5809
                "MIT"
5810
            ],
5811
            "authors": [
5812
                {
5813
                    "name": "Eric GELOEN",
5814
                    "email": "[email protected]"
5815
                },
5816
                {
5817
                    "name": "Márk Sági-Kazár",
5818
                    "email": "[email protected]"
5819
                }
5820
            ],
5821
            "description": "HTTPlug, the HTTP client abstraction for PHP",
5822
            "homepage": "http://httplug.io",
5823
            "keywords": [
5824
                "client",
5825
                "http"
5826
            ],
5827
            "time": "2016-01-26 14:34:50"
5828
        },
5829
        {
5830
            "name": "php-http/message",
5831
            "version": "v1.2.0",
5832
            "source": {
5833
                "type": "git",
5834
                "url": "https://github.com/php-http/message.git",
5835
                "reference": "c8fadec9533f5e34a8a730a947fa76363f3aa620"
5836
            },
5837
            "dist": {
5838
                "type": "zip",
5839
                "url": "https://api.github.com/repos/php-http/message/zipball/c8fadec9533f5e34a8a730a947fa76363f3aa620",
5840
                "reference": "c8fadec9533f5e34a8a730a947fa76363f3aa620",
5841
                "shasum": ""
5842
            },
5843
            "require": {
5844
                "clue/stream-filter": "^1.3",
5845
                "php": ">=5.4",
5846
                "php-http/message-factory": "^1.0.2",
5847
                "psr/http-message": "^1.0"
5848
            },
5849
            "require-dev": {
5850
                "coduo/phpspec-data-provider-extension": "^1.0",
5851
                "ext-zlib": "*",
5852
                "guzzlehttp/psr7": "^1.0",
5853
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5854
                "phpspec/phpspec": "^2.4",
5855
                "zendframework/zend-diactoros": "^1.0"
5856
            },
5857
            "suggest": {
5858
                "ext-zlib": "Used with compressor/decompressor streams",
5859
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5860
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
5861
            },
5862
            "type": "library",
5863
            "extra": {
5864
                "branch-alias": {
5865
                    "dev-master": "1.3-dev"
5866
                }
5867
            },
5868
            "autoload": {
5869
                "psr-4": {
5870
                    "Http\\Message\\": "src/"
5871
                },
5872
                "files": [
5873
                    "src/filters.php"
5874
                ]
5875
            },
5876
            "notification-url": "https://packagist.org/downloads/",
5877
            "license": [
5878
                "MIT"
5879
            ],
5880
            "authors": [
5881
                {
5882
                    "name": "Márk Sági-Kazár",
5883
                    "email": "[email protected]"
5884
                }
5885
            ],
5886
            "description": "HTTP Message related tools",
5887
            "homepage": "http://php-http.org",
5888
            "keywords": [
5889
                "http",
5890
                "message",
5891
                "psr-7"
5892
            ],
5893
            "time": "2016-03-29 20:44:24"
5894
        },
5895
        {
5896
            "name": "php-http/message-factory",
5897
            "version": "v1.0.2",
5898
            "source": {
5899
                "type": "git",
5900
                "url": "https://github.com/php-http/message-factory.git",
5901
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5902
            },
5903
            "dist": {
5904
                "type": "zip",
5905
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5906
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5907
                "shasum": ""
5908
            },
5909
            "require": {
5910
                "php": ">=5.4",
5911
                "psr/http-message": "^1.0"
5912
            },
5913
            "type": "library",
5914
            "extra": {
5915
                "branch-alias": {
5916
                    "dev-master": "1.0-dev"
5917
                }
5918
            },
5919
            "autoload": {
5920
                "psr-4": {
5921
                    "Http\\Message\\": "src/"
5922
                }
5923
            },
5924
            "notification-url": "https://packagist.org/downloads/",
5925
            "license": [
5926
                "MIT"
5927
            ],
5928
            "authors": [
5929
                {
5930
                    "name": "Márk Sági-Kazár",
5931
                    "email": "[email protected]"
5932
                }
5933
            ],
5934
            "description": "Factory interfaces for PSR-7 HTTP Message",
5935
            "homepage": "http://php-http.org",
5936
            "keywords": [
5937
                "factory",
5938
                "http",
5939
                "message",
5940
                "stream",
5941
                "uri"
5942
            ],
5943
            "time": "2015-12-19 14:08:53"
5944
        },
5945
        {
5946
            "name": "php-http/promise",
5947
            "version": "v1.0.0",
5948
            "source": {
5949
                "type": "git",
5950
                "url": "https://github.com/php-http/promise.git",
5951
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
5952
            },
5953
            "dist": {
5954
                "type": "zip",
5955
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
5956
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
5957
                "shasum": ""
5958
            },
5959
            "require-dev": {
5960
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5961
                "phpspec/phpspec": "^2.4"
5962
            },
5963
            "type": "library",
5964
            "extra": {
5965
                "branch-alias": {
5966
                    "dev-master": "1.1-dev"
5967
                }
5968
            },
5969
            "autoload": {
5970
                "psr-4": {
5971
                    "Http\\Promise\\": "src/"
5972
                }
5973
            },
5974
            "notification-url": "https://packagist.org/downloads/",
5975
            "license": [
5976
                "MIT"
5977
            ],
5978
            "authors": [
5979
                {
5980
                    "name": "Márk Sági-Kazár",
5981
                    "email": "[email protected]"
5982
                },
5983
                {
5984
                    "name": "Joel Wurtz",
5985
                    "email": "[email protected]"
5986
                }
5987
            ],
5988
            "description": "Promise used for asynchronous HTTP requests",
5989
            "homepage": "http://httplug.io",
5990
            "keywords": [
5991
                "promise"
5992
            ],
5993
            "time": "2016-01-26 13:27:02"
5994
        },
5995
        {
5996
            "name": "phpcollection/phpcollection",
5997
            "version": "0.4.0",
5998
            "source": {
5999
                "type": "git",
6000
                "url": "https://github.com/schmittjoh/php-collection.git",
6001
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
6002
            },
6003
            "dist": {
6004
                "type": "zip",
6005
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
6006
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
6007
                "shasum": ""
6008
            },
6009
            "require": {
6010
                "phpoption/phpoption": "1.*"
6011
            },
6012
            "type": "library",
6013
            "extra": {
6014
                "branch-alias": {
6015
                    "dev-master": "0.3-dev"
6016
                }
6017
            },
6018
            "autoload": {
6019
                "psr-0": {
6020
                    "PhpCollection": "src/"
6021
                }
6022
            },
6023
            "notification-url": "https://packagist.org/downloads/",
6024
            "license": [
6025
                "Apache2"
6026
            ],
6027
            "authors": [
6028
                {
6029
                    "name": "Johannes Schmitt",
6030
                    "email": "[email protected]",
6031
                    "homepage": "https://github.com/schmittjoh",
6032
                    "role": "Developer of wrapped JMSSerializerBundle"
6033
                }
6034
            ],
6035
            "description": "General-Purpose Collection Library for PHP",
6036
            "keywords": [
6037
                "collection",
6038
                "list",
6039
                "map",
6040
                "sequence",
6041
                "set"
6042
            ],
6043
            "time": "2014-03-11 13:46:42"
6044
        },
6045
        {
6046
            "name": "phpcr/phpcr",
6047
            "version": "2.1.2",
6048
            "source": {
6049
                "type": "git",
6050
                "url": "https://github.com/phpcr/phpcr.git",
6051
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e"
6052
            },
6053
            "dist": {
6054
                "type": "zip",
6055
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
6056
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e",
6057
                "shasum": ""
6058
            },
6059
            "require": {
6060
                "php": ">=5.3.0"
6061
            },
6062
            "type": "library",
6063
            "extra": {
6064
                "branch-alias": {
6065
                    "dev-master": "2.1-dev"
6066
                }
6067
            },
6068
            "autoload": {
6069
                "psr-0": {
6070
                    "PHPCR": "src"
6071
                }
6072
            },
6073
            "notification-url": "https://packagist.org/downloads/",
6074
            "license": [
6075
                "MIT",
6076
                "Apache-2.0"
6077
            ],
6078
            "authors": [
6079
                {
6080
                    "name": "Lukas Kahwe Smith",
6081
                    "email": "[email protected]"
6082
                },
6083
                {
6084
                    "name": "David Buchmann",
6085
                    "email": "[email protected]"
6086
                },
6087
                {
6088
                    "name": "Karsten Dambekalns",
6089
                    "email": "[email protected]"
6090
                }
6091
            ],
6092
            "description": "PHP Content Repository interfaces",
6093
            "homepage": "http://phpcr.github.io",
6094
            "keywords": [
6095
                "contentrepository",
6096
                "phpcr"
6097
            ],
6098
            "time": "2014-12-08 09:40:30"
6099
        },
6100
        {
6101
            "name": "phpcr/phpcr-utils",
6102
            "version": "1.2.8",
6103
            "source": {
6104
                "type": "git",
6105
                "url": "https://github.com/phpcr/phpcr-utils.git",
6106
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa"
6107
            },
6108
            "dist": {
6109
                "type": "zip",
6110
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
6111
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
6112
                "shasum": ""
6113
            },
6114
            "require": {
6115
                "php": ">=5.3.3",
6116
                "phpcr/phpcr": "~2.1.0",
6117
                "symfony/console": "~2.3|~3.0"
6118
            },
6119
            "conflict": {
6120
                "jackalope/jackalope-jackrabbit": "<1.2.1"
6121
            },
6122
            "suggest": {
6123
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
6124
            },
6125
            "bin": [
6126
                "bin/phpcr"
6127
            ],
6128
            "type": "library",
6129
            "extra": {
6130
                "branch-alias": {
6131
                    "dev-master": "1.2-dev"
6132
                }
6133
            },
6134
            "autoload": {
6135
                "psr-0": {
6136
                    "PHPCR\\Util": "src"
6137
                }
6138
            },
6139
            "notification-url": "https://packagist.org/downloads/",
6140
            "license": [
6141
                "MIT",
6142
                "Apache-2.0"
6143
            ],
6144
            "authors": [
6145
                {
6146
                    "name": "Lukas Kahwe Smith",
6147
                    "email": "[email protected]"
6148
                },
6149
                {
6150
                    "name": "David Buchmann",
6151
                    "email": "[email protected]"
6152
                },
6153
                {
6154
                    "name": "Nacho Martín",
6155
                    "email": "[email protected]"
6156
                },
6157
                {
6158
                    "name": "Daniel Barsotti",
6159
                    "email": "[email protected]"
6160
                }
6161
            ],
6162
            "description": "PHP Content Repository implementation independant utilities",
6163
            "homepage": "http://phpcr.github.io",
6164
            "keywords": [
6165
                "cli",
6166
                "contentrepository",
6167
                "phpcr"
6168
            ],
6169
            "time": "2015-10-10 08:53:20"
6170
        },
6171
        {
6172
            "name": "phpoption/phpoption",
6173
            "version": "1.5.0",
6174
            "source": {
6175
                "type": "git",
6176
                "url": "https://github.com/schmittjoh/php-option.git",
6177
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
6178
            },
6179
            "dist": {
6180
                "type": "zip",
6181
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6182
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6183
                "shasum": ""
6184
            },
6185
            "require": {
6186
                "php": ">=5.3.0"
6187
            },
6188
            "require-dev": {
6189
                "phpunit/phpunit": "4.7.*"
6190
            },
6191
            "type": "library",
6192
            "extra": {
6193
                "branch-alias": {
6194
                    "dev-master": "1.3-dev"
6195
                }
6196
            },
6197
            "autoload": {
6198
                "psr-0": {
6199
                    "PhpOption\\": "src/"
6200
                }
6201
            },
6202
            "notification-url": "https://packagist.org/downloads/",
6203
            "license": [
6204
                "Apache2"
6205
            ],
6206
            "authors": [
6207
                {
6208
                    "name": "Johannes M. Schmitt",
6209
                    "email": "[email protected]"
6210
                }
6211
            ],
6212
            "description": "Option Type for PHP",
6213
            "keywords": [
6214
                "language",
6215
                "option",
6216
                "php",
6217
                "type"
6218
            ],
6219
            "time": "2015-07-25 16:39:46"
6220
        },
6221
        {
6222
            "name": "polishsymfonycommunity/symfony-mocker-container",
6223
            "version": "v1.0.2",
6224
            "source": {
6225
                "type": "git",
6226
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
6227
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
6228
            },
6229
            "dist": {
6230
                "type": "zip",
6231
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
6232
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
6233
                "shasum": ""
6234
            },
6235
            "require": {
6236
                "mockery/mockery": ">=0.7.0",
6237
                "php": ">=5.3.2",
6238
                "symfony/dependency-injection": ">=2.0.0"
6239
            },
6240
            "type": "library",
6241
            "autoload": {
6242
                "psr-0": {
6243
                    "PSS\\SymfonyMockerContainer": "src/"
6244
                }
6245
            },
6246
            "notification-url": "https://packagist.org/downloads/",
6247
            "license": [
6248
                "MIT"
6249
            ],
6250
            "authors": [
6251
                {
6252
                    "name": "Polish Symfony Community",
6253
                    "homepage": "http://symfonylab.pl"
6254
                },
6255
                {
6256
                    "name": "Jakub Zalas",
6257
                    "email": "[email protected]",
6258
                    "homepage": "http://www.zalas.eu"
6259
                }
6260
            ],
6261
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
6262
            "homepage": "http://symfonylab.pl",
6263
            "keywords": [
6264
                "BDD",
6265
                "Behat",
6266
                "TDD",
6267
                "mock",
6268
                "mockery",
6269
                "test"
6270
            ],
6271
            "time": "2016-03-04 08:53:43"
6272
        },
6273
        {
6274
            "name": "psr/http-message",
6275
            "version": "1.0",
6276
            "source": {
6277
                "type": "git",
6278
                "url": "https://github.com/php-fig/http-message.git",
6279
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
6280
            },
6281
            "dist": {
6282
                "type": "zip",
6283
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
6284
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
6285
                "shasum": ""
6286
            },
6287
            "require": {
6288
                "php": ">=5.3.0"
6289
            },
6290
            "type": "library",
6291
            "extra": {
6292
                "branch-alias": {
6293
                    "dev-master": "1.0.x-dev"
6294
                }
6295
            },
6296
            "autoload": {
6297
                "psr-4": {
6298
                    "Psr\\Http\\Message\\": "src/"
6299
                }
6300
            },
6301
            "notification-url": "https://packagist.org/downloads/",
6302
            "license": [
6303
                "MIT"
6304
            ],
6305
            "authors": [
6306
                {
6307
                    "name": "PHP-FIG",
6308
                    "homepage": "http://www.php-fig.org/"
6309
                }
6310
            ],
6311
            "description": "Common interface for HTTP messages",
6312
            "keywords": [
6313
                "http",
6314
                "http-message",
6315
                "psr",
6316
                "psr-7",
6317
                "request",
6318
                "response"
6319
            ],
6320
            "time": "2015-05-04 20:22:00"
6321
        },
6322
        {
6323
            "name": "psr/log",
6324
            "version": "1.0.0",
6325
            "source": {
6326
                "type": "git",
6327
                "url": "https://github.com/php-fig/log.git",
6328
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
6329
            },
6330
            "dist": {
6331
                "type": "zip",
6332
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
6333
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
6334
                "shasum": ""
6335
            },
6336
            "type": "library",
6337
            "autoload": {
6338
                "psr-0": {
6339
                    "Psr\\Log\\": ""
6340
                }
6341
            },
6342
            "notification-url": "https://packagist.org/downloads/",
6343
            "license": [
6344
                "MIT"
6345
            ],
6346
            "authors": [
6347
                {
6348
                    "name": "PHP-FIG",
6349
                    "homepage": "http://www.php-fig.org/"
6350
                }
6351
            ],
6352
            "description": "Common interface for logging libraries",
6353
            "keywords": [
6354
                "log",
6355
                "psr",
6356
                "psr-3"
6357
            ],
6358
            "time": "2012-12-21 11:40:51"
6359
        },
6360
        {
6361
            "name": "ruflin/elastica",
6362
            "version": "2.2.1",
6363
            "source": {
6364
                "type": "git",
6365
                "url": "https://github.com/ruflin/Elastica.git",
6366
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193"
6367
            },
6368
            "dist": {
6369
                "type": "zip",
6370
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/34ca77d721f1fc7c5f3114b48d62ebec943ca193",
6371
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193",
6372
                "shasum": ""
6373
            },
6374
            "require": {
6375
                "php": ">=5.3.3",
6376
                "psr/log": "~1.0"
6377
            },
6378
            "require-dev": {
6379
                "guzzlehttp/guzzle": "5.3.*",
6380
                "munkie/elasticsearch-thrift-php": "1.4.*"
6381
            },
6382
            "suggest": {
6383
                "egeloen/http-adapter": "Allow using httpadapter transport",
6384
                "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
6385
                "monolog/monolog": "Logging request",
6386
                "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
6387
            },
6388
            "type": "library",
6389
            "extra": {
6390
                "branch-alias": {
6391
                    "dev-master": "2.2.x-dev"
6392
                }
6393
            },
6394
            "autoload": {
6395
                "psr-4": {
6396
                    "Elastica\\": "lib/Elastica/"
6397
                }
6398
            },
6399
            "notification-url": "https://packagist.org/downloads/",
6400
            "license": [
6401
                "MIT"
6402
            ],
6403
            "authors": [
6404
                {
6405
                    "name": "Nicolas Ruflin",
6406
                    "homepage": "http://ruflin.com/"
6407
                }
6408
            ],
6409
            "description": "Elasticsearch Client",
6410
            "homepage": "http://elastica.io/",
6411
            "keywords": [
6412
                "client",
6413
                "search"
6414
            ],
6415
            "time": "2015-08-10 19:35:16"
6416
        },
6417
        {
6418
            "name": "sensio/distribution-bundle",
6419
            "version": "v3.0.34",
6420
            "target-dir": "Sensio/Bundle/DistributionBundle",
6421
            "source": {
6422
                "type": "git",
6423
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
6424
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
6425
            },
6426
            "dist": {
6427
                "type": "zip",
6428
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
6429
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
6430
                "shasum": ""
6431
            },
6432
            "require": {
6433
                "php": ">=5.3.3",
6434
                "sensiolabs/security-checker": "~3.0",
6435
                "symfony/class-loader": "~2.2",
6436
                "symfony/framework-bundle": "~2.3",
6437
                "symfony/process": "~2.2"
6438
            },
6439
            "require-dev": {
6440
                "symfony/form": "~2.2",
6441
                "symfony/validator": "~2.2",
6442
                "symfony/yaml": "~2.2"
6443
            },
6444
            "suggest": {
6445
                "symfony/form": "If you want to use the configurator",
6446
                "symfony/validator": "If you want to use the configurator",
6447
                "symfony/yaml": "If you want to use  the configurator"
6448
            },
6449
            "type": "symfony-bundle",
6450
            "extra": {
6451
                "branch-alias": {
6452
                    "dev-master": "3.0.x-dev"
6453
                }
6454
            },
6455
            "autoload": {
6456
                "psr-0": {
6457
                    "Sensio\\Bundle\\DistributionBundle": ""
6458
                }
6459
            },
6460
            "notification-url": "https://packagist.org/downloads/",
6461
            "license": [
6462
                "MIT"
6463
            ],
6464
            "authors": [
6465
                {
6466
                    "name": "Fabien Potencier",
6467
                    "email": "[email protected]"
6468
                }
6469
            ],
6470
            "description": "Base bundle for Symfony Distributions",
6471
            "keywords": [
6472
                "configuration",
6473
                "distribution"
6474
            ],
6475
            "time": "2015-11-26 18:10:17"
6476
        },
6477
        {
6478
            "name": "sensiolabs/security-checker",
6479
            "version": "v3.0.2",
6480
            "source": {
6481
                "type": "git",
6482
                "url": "https://github.com/sensiolabs/security-checker.git",
6483
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
6484
            },
6485
            "dist": {
6486
                "type": "zip",
6487
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
6488
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
6489
                "shasum": ""
6490
            },
6491
            "require": {
6492
                "symfony/console": "~2.0|~3.0"
6493
            },
6494
            "bin": [
6495
                "security-checker"
6496
            ],
6497
            "type": "library",
6498
            "extra": {
6499
                "branch-alias": {
6500
                    "dev-master": "3.0-dev"
6501
                }
6502
            },
6503
            "autoload": {
6504
                "psr-0": {
6505
                    "SensioLabs\\Security": ""
6506
                }
6507
            },
6508
            "notification-url": "https://packagist.org/downloads/",
6509
            "license": [
6510
                "MIT"
6511
            ],
6512
            "authors": [
6513
                {
6514
                    "name": "Fabien Potencier",
6515
                    "email": "[email protected]"
6516
                }
6517
            ],
6518
            "description": "A security checker for your composer.lock",
6519
            "time": "2015-11-07 08:07:40"
6520
        },
6521
        {
6522
            "name": "sonata-project/block-bundle",
6523
            "version": "2.2.13",
6524
            "source": {
6525
                "type": "git",
6526
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
6527
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
6528
            },
6529
            "dist": {
6530
                "type": "zip",
6531
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6532
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6533
                "shasum": ""
6534
            },
6535
            "require": {
6536
                "doctrine/common": "~2.3",
6537
                "sonata-project/cache": "~1.0",
6538
                "sonata-project/core-bundle": "~2.2",
6539
                "symfony/form": "~2.2",
6540
                "symfony/http-kernel": "~2.2"
6541
            },
6542
            "require-dev": {
6543
                "knplabs/knp-menu-bundle": "~2.0",
6544
                "sonata-project/admin-bundle": "~2.2"
6545
            },
6546
            "suggest": {
6547
                "knplabs/knp-menu-bundle": "~2.0",
6548
                "sonata-project/admin-bundle": "~2.2",
6549
                "sonata-project/cache-bundle": "~2.1"
6550
            },
6551
            "type": "symfony-bundle",
6552
            "extra": {
6553
                "branch-alias": {
6554
                    "dev-master": "2.2.x-dev"
6555
                }
6556
            },
6557
            "autoload": {
6558
                "psr-4": {
6559
                    "Sonata\\BlockBundle\\": ""
6560
                }
6561
            },
6562
            "notification-url": "https://packagist.org/downloads/",
6563
            "license": [
6564
                "MIT"
6565
            ],
6566
            "authors": [
6567
                {
6568
                    "name": "Thomas Rabaix",
6569
                    "email": "[email protected]",
6570
                    "homepage": "http://sonata-project.org"
6571
                },
6572
                {
6573
                    "name": "Sonata Community",
6574
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
6575
                }
6576
            ],
6577
            "description": "Symfony SonataBlockBundle",
6578
            "homepage": "http://sonata-project.org/bundles/block",
6579
            "keywords": [
6580
                "block",
6581
                "sonata"
6582
            ],
6583
            "time": "2014-09-11 10:42:35"
6584
        },
6585
        {
6586
            "name": "sonata-project/cache",
6587
            "version": "1.0.6",
6588
            "source": {
6589
                "type": "git",
6590
                "url": "https://github.com/sonata-project/cache.git",
6591
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde"
6592
            },
6593
            "dist": {
6594
                "type": "zip",
6595
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6596
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6597
                "shasum": ""
6598
            },
6599
            "require-dev": {
6600
                "doctrine/orm": "~2.2",
6601
                "doctrine/phpcr-odm": "~1.0",
6602
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6603
                "predis/predis": "~0.8,<1.0",
6604
                "psr/log": "~1.0"
6605
            },
6606
            "suggest": {
6607
                "doctrine/orm": "ORM support",
6608
                "doctrine/phpcr-odm": "PHPCR ODM support",
6609
                "ext-apc": "Caching with ext/apc",
6610
                "ext-memcached": "Caching with ext/memcached",
6611
                "predis/predis": "Install redis php"
6612
            },
6613
            "type": "library",
6614
            "extra": {
6615
                "branch-alias": {
6616
                    "dev-master": "1.x-dev"
6617
                }
6618
            },
6619
            "autoload": {
6620
                "psr-4": {
6621
                    "Sonata\\Cache\\Tests\\": "test/",
6622
                    "Sonata\\Cache\\": "lib/"
6623
                }
6624
            },
6625
            "notification-url": "https://packagist.org/downloads/",
6626
            "license": [
6627
                "MIT"
6628
            ],
6629
            "authors": [
6630
                {
6631
                    "name": "Thomas Rabaix",
6632
                    "email": "[email protected]",
6633
                    "homepage": "https://sonata-project.org/"
6634
                }
6635
            ],
6636
            "description": "Cache library",
6637
            "homepage": "https://github.com/sonata-project/cache",
6638
            "keywords": [
6639
                "cache",
6640
                "memcached",
6641
                "mongodb",
6642
                "redis"
6643
            ],
6644
            "time": "2015-05-18 12:12:33"
6645
        },
6646
        {
6647
            "name": "sonata-project/core-bundle",
6648
            "version": "2.3.10",
6649
            "source": {
6650
                "type": "git",
6651
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
6652
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e"
6653
            },
6654
            "dist": {
6655
                "type": "zip",
6656
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6657
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6658
                "shasum": ""
6659
            },
6660
            "require": {
6661
                "cocur/slugify": "~1.4",
6662
                "symfony/config": "~2.3|~3.0",
6663
                "symfony/form": "~2.3|~3.0",
6664
                "symfony/http-foundation": "~2.3|~3.0",
6665
                "symfony/property-access": "~2.3|~3.0",
6666
                "symfony/translation": "~2.3|~3.0",
6667
                "symfony/validator": "~2.3|~3.0",
6668
                "twig/twig": "~1.23"
6669
            },
6670
            "require-dev": {
6671
                "doctrine/orm": "~2.4",
6672
                "doctrine/phpcr-odm": "~1.0",
6673
                "fabpot/php-cs-fixer": "~0.5|~1.11@dev",
6674
                "friendsofsymfony/rest-bundle": "~1.1|~2.0",
6675
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6676
                "jms/serializer-bundle": "~0.11|~1.0",
6677
                "matthiasnoback/symfony-config-test": "~0.4|~1.0",
6678
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
6679
                "sensio/framework-extra-bundle": "~2.3|~3.0",
6680
                "sonata-project/exporter": "~1.3",
6681
                "symfony/phpunit-bridge": "~2.7"
6682
            },
6683
            "type": "symfony-bundle",
6684
            "extra": {
6685
                "branch-alias": {
6686
                    "dev-master": "2.3.x-dev"
6687
                }
6688
            },
6689
            "autoload": {
6690
                "psr-4": {
6691
                    "Sonata\\CoreBundle\\": ""
6692
                }
6693
            },
6694
            "notification-url": "https://packagist.org/downloads/",
6695
            "license": [
6696
                "MIT"
6697
            ],
6698
            "authors": [
6699
                {
6700
                    "name": "Sonata Community",
6701
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
6702
                },
6703
                {
6704
                    "name": "Thomas Rabaix",
6705
                    "email": "[email protected]"
6706
                }
6707
            ],
6708
            "description": "Symfony SonataCoreBundle",
6709
            "homepage": "https://sonata-project.org/bundles/core",
6710
            "keywords": [
6711
                "sonata"
6712
            ],
6713
            "time": "2015-11-26 19:14:27"
6714
        },
6715
        {
6716
            "name": "stof/doctrine-extensions-bundle",
6717
            "version": "v1.2.1",
6718
            "source": {
6719
                "type": "git",
6720
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
6721
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
6722
            },
6723
            "dist": {
6724
                "type": "zip",
6725
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
6726
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
6727
                "shasum": ""
6728
            },
6729
            "require": {
6730
                "gedmo/doctrine-extensions": "^2.3.1",
6731
                "php": ">=5.3.2",
6732
                "symfony/framework-bundle": "~2.1"
6733
            },
6734
            "suggest": {
6735
                "doctrine/doctrine-bundle": "to use the ORM extensions",
6736
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
6737
            },
6738
            "type": "symfony-bundle",
6739
            "extra": {
6740
                "branch-alias": {
6741
                    "dev-master": "1.2.x-dev"
6742
                }
6743
            },
6744
            "autoload": {
6745
                "psr-4": {
6746
                    "Stof\\DoctrineExtensionsBundle\\": ""
6747
                }
6748
            },
6749
            "notification-url": "https://packagist.org/downloads/",
6750
            "license": [
6751
                "MIT"
6752
            ],
6753
            "authors": [
6754
                {
6755
                    "name": "Christophe Coevoet",
6756
                    "email": "[email protected]"
6757
                }
6758
            ],
6759
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
6760
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
6761
            "keywords": [
6762
                "behaviors",
6763
                "doctrine2",
6764
                "extensions",
6765
                "gedmo",
6766
                "loggable",
6767
                "nestedset",
6768
                "sluggable",
6769
                "sortable",
6770
                "timestampable",
6771
                "translatable",
6772
                "tree"
6773
            ],
6774
            "time": "2015-08-12 16:23:48"
6775
        },
6776
        {
6777
            "name": "swiftmailer/swiftmailer",
6778
            "version": "v5.4.1",
6779
            "source": {
6780
                "type": "git",
6781
                "url": "https://github.com/swiftmailer/swiftmailer.git",
6782
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
6783
            },
6784
            "dist": {
6785
                "type": "zip",
6786
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6787
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6788
                "shasum": ""
6789
            },
6790
            "require": {
6791
                "php": ">=5.3.3"
6792
            },
6793
            "require-dev": {
6794
                "mockery/mockery": "~0.9.1,<0.9.4"
6795
            },
6796
            "type": "library",
6797
            "extra": {
6798
                "branch-alias": {
6799
                    "dev-master": "5.4-dev"
6800
                }
6801
            },
6802
            "autoload": {
6803
                "files": [
6804
                    "lib/swift_required.php"
6805
                ]
6806
            },
6807
            "notification-url": "https://packagist.org/downloads/",
6808
            "license": [
6809
                "MIT"
6810
            ],
6811
            "authors": [
6812
                {
6813
                    "name": "Chris Corbyn"
6814
                },
6815
                {
6816
                    "name": "Fabien Potencier",
6817
                    "email": "[email protected]"
6818
                }
6819
            ],
6820
            "description": "Swiftmailer, free feature-rich PHP mailer",
6821
            "homepage": "http://swiftmailer.org",
6822
            "keywords": [
6823
                "email",
6824
                "mail",
6825
                "mailer"
6826
            ],
6827
            "time": "2015-06-06 14:19:39"
6828
        },
6829
        {
6830
            "name": "symfony-cmf/block-bundle",
6831
            "version": "1.2.2",
6832
            "source": {
6833
                "type": "git",
6834
                "url": "https://github.com/symfony-cmf/block-bundle.git",
6835
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388"
6836
            },
6837
            "dist": {
6838
                "type": "zip",
6839
                "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/f0e6a935a4fb3e6ce71b2acf987d732854946388",
6840
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388",
6841
                "shasum": ""
6842
            },
6843
            "require": {
6844
                "doctrine/phpcr-bundle": "~1.0",
6845
                "doctrine/phpcr-odm": "~1.0",
6846
                "php": ">=5.3.3",
6847
                "sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
6848
                "symfony-cmf/core-bundle": "~1.0",
6849
                "symfony/framework-bundle": "~2.3"
6850
            },
6851
            "conflict": {
6852
                "symfony/framework-bundle": ">=2.3.0,<2.3.2"
6853
            },
6854
            "require-dev": {
6855
                "sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
6856
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6857
                "symfony-cmf/menu-bundle": "~1.1",
6858
                "symfony-cmf/testing": "~1.1",
6859
                "twig/twig": "~1.11"
6860
            },
6861
            "suggest": {
6862
                "eko/feedbundle": "When using the RssBlock",
6863
                "liip/imagine-bundle": "When using the ImagineBlock",
6864
                "sonata-project/cache-bundle": "To add caching support for block loading",
6865
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
6866
            },
6867
            "type": "symfony-bundle",
6868
            "extra": {
6869
                "branch-alias": {
6870
                    "dev-master": "1.2-dev"
6871
                }
6872
            },
6873
            "autoload": {
6874
                "psr-4": {
6875
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
6876
                }
6877
            },
6878
            "notification-url": "https://packagist.org/downloads/",
6879
            "license": [
6880
                "MIT"
6881
            ],
6882
            "authors": [
6883
                {
6884
                    "name": "Symfony CMF Community",
6885
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
6886
                }
6887
            ],
6888
            "description": "Symfony CMF Block Bundle",
6889
            "homepage": "http://cmf.symfony.com",
6890
            "keywords": [
6891
                "Symfony CMF",
6892
                "block",
6893
                "content fragments"
6894
            ],
6895
            "time": "2015-01-22 06:47:29"
6896
        },
6897
        {
6898
            "name": "symfony-cmf/content-bundle",
6899
            "version": "1.2.0",
6900
            "source": {
6901
                "type": "git",
6902
                "url": "https://github.com/symfony-cmf/content-bundle.git",
6903
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
6904
            },
6905
            "dist": {
6906
                "type": "zip",
6907
                "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
6908
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
6909
                "shasum": ""
6910
            },
6911
            "require": {
6912
                "php": ">=5.3.3",
6913
                "symfony-cmf/core-bundle": "~1.0",
6914
                "symfony/framework-bundle": "~2.3"
6915
            },
6916
            "require-dev": {
6917
                "doctrine/phpcr-bundle": "~1.1",
6918
                "doctrine/phpcr-odm": "~1.1",
6919
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6920
                "symfony-cmf/menu-bundle": "~1.1",
6921
                "symfony-cmf/routing-bundle": "~1.2",
6922
                "symfony-cmf/testing": "~1.1",
6923
                "symfony/monolog-bundle": "~2.3"
6924
            },
6925
            "suggest": {
6926
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
6927
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
6928
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
6929
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
6930
                "symfony-cmf/menu-bundle": "Have editable menus for content",
6931
                "symfony-cmf/routing-bundle": "Have editable routes for content"
6932
            },
6933
            "type": "symfony-bundle",
6934
            "extra": {
6935
                "branch-alias": {
6936
                    "dev-master": "1.2-dev"
6937
                }
6938
            },
6939
            "autoload": {
6940
                "psr-4": {
6941
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
6942
                }
6943
            },
6944
            "notification-url": "https://packagist.org/downloads/",
6945
            "license": [
6946
                "MIT"
6947
            ],
6948
            "authors": [
6949
                {
6950
                    "name": "Symfony CMF Community",
6951
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
6952
                }
6953
            ],
6954
            "description": "Symfony CMF Content Bundle",
6955
            "homepage": "http://cmf.symfony.com",
6956
            "keywords": [
6957
                "Symfony CMF"
6958
            ],
6959
            "time": "2014-10-21 08:17:10"
6960
        },
6961
        {
6962
            "name": "symfony-cmf/core-bundle",
6963
            "version": "1.2.0",
6964
            "source": {
6965
                "type": "git",
6966
                "url": "https://github.com/symfony-cmf/core-bundle.git",
6967
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
6968
            },
6969
            "dist": {
6970
                "type": "zip",
6971
                "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
6972
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
6973
                "shasum": ""
6974
            },
6975
            "require": {
6976
                "php": ">=5.3.3",
6977
                "symfony/framework-bundle": "~2.3"
6978
            },
6979
            "require-dev": {
6980
                "sonata-project/admin-bundle": "~2.2",
6981
                "symfony-cmf/routing-bundle": "~1.2",
6982
                "symfony-cmf/testing": "~1.1"
6983
            },
6984
            "suggest": {
6985
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
6986
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
6987
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
6988
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
6989
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
6990
                "symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
6991
                "symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
6992
            },
6993
            "type": "symfony-bundle",
6994
            "extra": {
6995
                "branch-alias": {
6996
                    "dev-master": "1.2-dev"
6997
                }
6998
            },
6999
            "autoload": {
7000
                "psr-4": {
7001
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
7002
                }
7003
            },
7004
            "notification-url": "https://packagist.org/downloads/",
7005
            "license": [
7006
                "MIT"
7007
            ],
7008
            "authors": [
7009
                {
7010
                    "name": "Symfony CMF Community",
7011
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
7012
                }
7013
            ],
7014
            "description": "Symfony CMF Core Bundle",
7015
            "homepage": "http://cmf.symfony.com",
7016
            "keywords": [
7017
                "Symfony CMF"
7018
            ],
7019
            "time": "2014-10-21 06:34:08"
7020
        },
7021
        {
7022
            "name": "symfony-cmf/create-bundle",
7023
            "version": "1.2.3",
7024
            "source": {
7025
                "type": "git",
7026
                "url": "https://github.com/symfony-cmf/CreateBundle.git",
7027
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3"
7028
            },
7029
            "dist": {
7030
                "type": "zip",
7031
                "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/86a3ade0210bc30b304f9d992ff21c403681d7f3",
7032
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3",
7033
                "shasum": ""
7034
            },
7035
            "require": {
7036
                "friendsofsymfony/rest-bundle": "~1.0",
7037
                "midgard/createphp": "~1.0",
7038
                "php": ">=5.3.3",
7039
                "symfony/assetic-bundle": "~2.1",
7040
                "symfony/framework-bundle": "~2.3"
7041
            },
7042
            "require-dev": {
7043
                "jms/serializer-bundle": "^0.12|^1.0",
7044
                "symfony-cmf/testing": "~1.1"
7045
            },
7046
            "suggest": {
7047
                "jms/serializer-bundle": "Add support for advanced serialization capabilities (^0.12|^1.0)",
7048
                "symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
7049
                "symfony-cmf/media-bundle": "When using the default image support, ~1.1"
7050
            },
7051
            "type": "symfony-bundle",
7052
            "extra": {
7053
                "branch-alias": {
7054
                    "dev-master": "1.2-dev"
7055
                }
7056
            },
7057
            "autoload": {
7058
                "psr-4": {
7059
                    "Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
7060
                }
7061
            },
7062
            "notification-url": "https://packagist.org/downloads/",
7063
            "license": [
7064
                "MIT"
7065
            ],
7066
            "authors": [
7067
                {
7068
                    "name": "Liip AG",
7069
                    "homepage": "http://www.liip.ch/"
7070
                },
7071
                {
7072
                    "name": "Symfony CMF Community",
7073
                    "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
7074
                }
7075
            ],
7076
            "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
7077
            "time": "2015-12-26 09:43:12"
7078
        },
7079
        {
7080
            "name": "symfony-cmf/media-bundle",
7081
            "version": "1.2.1",
7082
            "source": {
7083
                "type": "git",
7084
                "url": "https://github.com/symfony-cmf/media-bundle.git",
7085
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282"
7086
            },
7087
            "dist": {
7088
                "type": "zip",
7089
                "url": "https://api.github.com/repos/symfony-cmf/media-bundle/zipball/49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
7090
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
7091
                "shasum": ""
7092
            },
7093
            "require": {
7094
                "php": ">=5.3.3",
7095
                "symfony/framework-bundle": "~2.3"
7096
            },
7097
            "require-dev": {
7098
                "jms/serializer-bundle": "~0.12",
7099
                "liip/imagine-bundle": "~1.0.4",
7100
                "mikey179/vfsstream": "~1.2",
7101
                "symfony-cmf/testing": "~1.1"
7102
            },
7103
            "suggest": {
7104
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
7105
                "jms/serializer-bundle": "When using the serializer handler",
7106
                "knplabs/gaufrette": "When using the Gaufrette adapter",
7107
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
7108
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
7109
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
7110
            },
7111
            "type": "symfony-bundle",
7112
            "extra": {
7113
                "branch-alias": {
7114
                    "dev-master": "1.2-dev"
7115
                }
7116
            },
7117
            "autoload": {
7118
                "psr-4": {
7119
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
7120
                }
7121
            },
7122
            "notification-url": "https://packagist.org/downloads/",
7123
            "license": [
7124
                "MIT"
7125
            ],
7126
            "authors": [
7127
                {
7128
                    "name": "Symfony CMF Community",
7129
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
7130
                }
7131
            ],
7132
            "description": "Symfony CMF Media Bundle",
7133
            "homepage": "http://cmf.symfony.com",
7134
            "keywords": [
7135
                "Symfony CMF",
7136
                "image",
7137
                "media"
7138
            ],
7139
            "time": "2015-03-20 11:00:45"
7140
        },
7141
        {
7142
            "name": "symfony-cmf/menu-bundle",
7143
            "version": "1.2.0",
7144
            "source": {
7145
                "type": "git",
7146
                "url": "https://github.com/symfony-cmf/menu-bundle.git",
7147
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
7148
            },
7149
            "dist": {
7150
                "type": "zip",
7151
                "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
7152
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
7153
                "shasum": ""
7154
            },
7155
            "require": {
7156
                "doctrine/phpcr-bundle": "~1.1",
7157
                "doctrine/phpcr-odm": "~1.1",
7158
                "knplabs/knp-menu-bundle": "~1.1",
7159
                "php": ">=5.3.3",
7160
                "symfony-cmf/core-bundle": "~1.1",
7161
                "symfony/framework-bundle": "~2.3"
7162
            },
7163
            "require-dev": {
7164
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
7165
                "symfony-cmf/routing-bundle": "~1.2",
7166
                "symfony-cmf/testing": "~1.1",
7167
                "symfony/monolog-bundle": "~2.3"
7168
            },
7169
            "suggest": {
7170
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
7171
                "sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
7172
            },
7173
            "type": "symfony-bundle",
7174
            "extra": {
7175
                "branch-alias": {
7176
                    "dev-master": "1.2-dev"
7177
                }
7178
            },
7179
            "autoload": {
7180
                "psr-4": {
7181
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
7182
                }
7183
            },
7184
            "notification-url": "https://packagist.org/downloads/",
7185
            "license": [
7186
                "MIT"
7187
            ],
7188
            "authors": [
7189
                {
7190
                    "name": "Symfony CMF Community",
7191
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
7192
                }
7193
            ],
7194
            "description": "Symfony CMF Menu Bundle",
7195
            "homepage": "http://cmf.symfony.com",
7196
            "keywords": [
7197
                "Symfony CMF",
7198
                "menu"
7199
            ],
7200
            "time": "2014-10-21 09:43:10"
7201
        },
7202
        {
7203
            "name": "symfony-cmf/routing",
7204
            "version": "1.4.0",
7205
            "source": {
7206
                "type": "git",
7207
                "url": "https://github.com/symfony-cmf/Routing.git",
7208
                "reference": "b93704ca098334f56e9b317932f21a4362e620db"
7209
            },
7210
            "dist": {
7211
                "type": "zip",
7212
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
7213
                "reference": "b93704ca098334f56e9b317932f21a4362e620db",
7214
                "shasum": ""
7215
            },
7216
            "require": {
7217
                "php": "^5.3.9|^7.0",
7218
                "psr/log": "1.*",
7219
                "symfony/http-kernel": "^2.2|3.*",
7220
                "symfony/routing": "^2.2|3.*"
7221
            },
7222
            "require-dev": {
7223
                "friendsofsymfony/jsrouting-bundle": "^1.1",
7224
                "symfony-cmf/testing": "^1.3",
7225
                "symfony/config": "^2.2|3.*",
7226
                "symfony/dependency-injection": "^2.0.5|3.*",
7227
                "symfony/event-dispatcher": "^2.1|3.*"
7228
            },
7229
            "suggest": {
7230
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
7231
            },
7232
            "type": "library",
7233
            "extra": {
7234
                "branch-alias": {
7235
                    "dev-master": "1.4-dev"
7236
                }
7237
            },
7238
            "autoload": {
7239
                "psr-4": {
7240
                    "Symfony\\Cmf\\Component\\Routing\\": ""
7241
                }
7242
            },
7243
            "notification-url": "https://packagist.org/downloads/",
7244
            "license": [
7245
                "MIT"
7246
            ],
7247
            "authors": [
7248
                {
7249
                    "name": "Symfony CMF Community",
7250
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
7251
                }
7252
            ],
7253
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
7254
            "homepage": "http://cmf.symfony.com",
7255
            "keywords": [
7256
                "database",
7257
                "routing"
7258
            ],
7259
            "time": "2016-03-31 09:11:39"
7260
        },
7261
        {
7262
            "name": "symfony-cmf/routing-bundle",
7263
            "version": "1.4.0",
7264
            "source": {
7265
                "type": "git",
7266
                "url": "https://github.com/symfony-cmf/routing-bundle.git",
7267
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b"
7268
            },
7269
            "dist": {
7270
                "type": "zip",
7271
                "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/cd358f852fe5323407fbd67931c0e034f735660b",
7272
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b",
7273
                "shasum": ""
7274
            },
7275
            "require": {
7276
                "php": "^5.3.9|^7.0",
7277
                "symfony-cmf/routing": "^1.4.0",
7278
                "symfony/framework-bundle": "~2.3"
7279
            },
7280
            "require-dev": {
7281
                "doctrine/data-fixtures": "^1.0.0",
7282
                "doctrine/orm": "~2.3",
7283
                "doctrine/phpcr-odm": "~1.3",
7284
                "matthiasnoback/symfony-config-test": "^1.3.1",
7285
                "matthiasnoback/symfony-dependency-injection-test": "~0.6",
7286
                "phpunit/php-code-coverage": "@stable",
7287
                "sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
7288
                "symfony-cmf/core-bundle": "~1.1",
7289
                "symfony-cmf/testing": "~1.3",
7290
                "symfony/monolog-bundle": "~2.3"
7291
            },
7292
            "suggest": {
7293
                "doctrine/orm": "To enable support for the ORM entities (^2.3)",
7294
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
7295
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
7296
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents (^1.1)",
7297
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
7298
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration (^1.1)"
7299
            },
7300
            "type": "symfony-bundle",
7301
            "extra": {
7302
                "branch-alias": {
7303
                    "dev-master": "1.4-dev"
7304
                }
7305
            },
7306
            "autoload": {
7307
                "psr-4": {
7308
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
7309
                }
7310
            },
7311
            "notification-url": "https://packagist.org/downloads/",
7312
            "license": [
7313
                "MIT"
7314
            ],
7315
            "authors": [
7316
                {
7317
                    "name": "Symfony CMF Community",
7318
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
7319
                }
7320
            ],
7321
            "description": "Symfony RoutingBundle",
7322
            "homepage": "http://cmf.symfony.com",
7323
            "keywords": [
7324
                "database",
7325
                "routing"
7326
            ],
7327
            "time": "2016-03-31 09:49:58"
7328
        },
7329
        {
7330
            "name": "symfony/assetic-bundle",
7331
            "version": "v2.7.1",
7332
            "source": {
7333
                "type": "git",
7334
                "url": "https://github.com/symfony/assetic-bundle.git",
7335
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
7336
            },
7337
            "dist": {
7338
                "type": "zip",
7339
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
7340
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
7341
                "shasum": ""
7342
            },
7343
            "require": {
7344
                "kriswallsmith/assetic": "~1.3",
7345
                "php": ">=5.3.0",
7346
                "symfony/console": "~2.3|~3.0",
7347
                "symfony/dependency-injection": "~2.3|~3.0",
7348
                "symfony/framework-bundle": "~2.3|~3.0",
7349
                "symfony/yaml": "~2.3|~3.0"
7350
            },
7351
            "conflict": {
7352
                "kriswallsmith/spork": "<=0.2",
7353
                "twig/twig": "<1.20"
7354
            },
7355
            "require-dev": {
7356
                "kriswallsmith/spork": "~0.3",
7357
                "patchwork/jsqueeze": "~1.0",
7358
                "symfony/class-loader": "~2.3|~3.0",
7359
                "symfony/css-selector": "~2.3|~3.0",
7360
                "symfony/dom-crawler": "~2.3|~3.0",
7361
                "symfony/phpunit-bridge": "~2.7|~3.0",
7362
                "symfony/twig-bundle": "~2.3|~3.0"
7363
            },
7364
            "suggest": {
7365
                "kriswallsmith/spork": "to be able to dump assets in parallel",
7366
                "symfony/twig-bundle": "to use the Twig integration"
7367
            },
7368
            "type": "symfony-bundle",
7369
            "extra": {
7370
                "branch-alias": {
7371
                    "dev-master": "2.7-dev"
7372
                }
7373
            },
7374
            "autoload": {
7375
                "psr-4": {
7376
                    "Symfony\\Bundle\\AsseticBundle\\": ""
7377
                }
7378
            },
7379
            "notification-url": "https://packagist.org/downloads/",
7380
            "license": [
7381
                "MIT"
7382
            ],
7383
            "authors": [
7384
                {
7385
                    "name": "Kris Wallsmith",
7386
                    "email": "[email protected]",
7387
                    "homepage": "http://kriswallsmith.net/"
7388
                }
7389
            ],
7390
            "description": "Integrates Assetic into Symfony2",
7391
            "homepage": "https://github.com/symfony/AsseticBundle",
7392
            "keywords": [
7393
                "assets",
7394
                "compression",
7395
                "minification"
7396
            ],
7397
            "time": "2015-11-17 09:45:47"
7398
        },
7399
        {
7400
            "name": "symfony/monolog-bundle",
7401
            "version": "v2.8.2",
7402
            "source": {
7403
                "type": "git",
7404
                "url": "https://github.com/symfony/monolog-bundle.git",
7405
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
7406
            },
7407
            "dist": {
7408
                "type": "zip",
7409
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7410
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7411
                "shasum": ""
7412
            },
7413
            "require": {
7414
                "monolog/monolog": "~1.8",
7415
                "php": ">=5.3.2",
7416
                "symfony/config": "~2.3|~3.0",
7417
                "symfony/dependency-injection": "~2.3|~3.0",
7418
                "symfony/http-kernel": "~2.3|~3.0",
7419
                "symfony/monolog-bridge": "~2.3|~3.0"
7420
            },
7421
            "require-dev": {
7422
                "symfony/console": "~2.3|~3.0",
7423
                "symfony/yaml": "~2.3|~3.0"
7424
            },
7425
            "type": "symfony-bundle",
7426
            "extra": {
7427
                "branch-alias": {
7428
                    "dev-master": "2.8.x-dev"
7429
                }
7430
            },
7431
            "autoload": {
7432
                "psr-4": {
7433
                    "Symfony\\Bundle\\MonologBundle\\": ""
7434
                }
7435
            },
7436
            "notification-url": "https://packagist.org/downloads/",
7437
            "license": [
7438
                "MIT"
7439
            ],
7440
            "authors": [
7441
                {
7442
                    "name": "Symfony Community",
7443
                    "homepage": "http://symfony.com/contributors"
7444
                },
7445
                {
7446
                    "name": "Fabien Potencier",
7447
                    "email": "[email protected]"
7448
                }
7449
            ],
7450
            "description": "Symfony MonologBundle",
7451
            "homepage": "http://symfony.com",
7452
            "keywords": [
7453
                "log",
7454
                "logging"
7455
            ],
7456
            "time": "2015-11-17 10:02:29"
7457
        },
7458
        {
7459
            "name": "symfony/polyfill-iconv",
7460
            "version": "v1.0.0",
7461
            "source": {
7462
                "type": "git",
7463
                "url": "https://github.com/symfony/polyfill-iconv.git",
7464
                "reference": "21a18998764e569c1675efc7191887130b319605"
7465
            },
7466
            "dist": {
7467
                "type": "zip",
7468
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/21a18998764e569c1675efc7191887130b319605",
7469
                "reference": "21a18998764e569c1675efc7191887130b319605",
7470
                "shasum": ""
7471
            },
7472
            "require": {
7473
                "php": ">=5.3.3"
7474
            },
7475
            "type": "library",
7476
            "extra": {
7477
                "branch-alias": {
7478
                    "dev-master": "1.0-dev"
7479
                }
7480
            },
7481
            "autoload": {
7482
                "psr-4": {
7483
                    "Symfony\\Polyfill\\Iconv\\": ""
7484
                },
7485
                "files": [
7486
                    "bootstrap.php"
7487
                ]
7488
            },
7489
            "notification-url": "https://packagist.org/downloads/",
7490
            "license": [
7491
                "MIT"
7492
            ],
7493
            "authors": [
7494
                {
7495
                    "name": "Nicolas Grekas",
7496
                    "email": "[email protected]"
7497
                },
7498
                {
7499
                    "name": "Symfony Community",
7500
                    "homepage": "https://symfony.com/contributors"
7501
                }
7502
            ],
7503
            "description": "Symfony polyfill for the Iconv extension",
7504
            "homepage": "https://symfony.com",
7505
            "keywords": [
7506
                "compatibility",
7507
                "iconv",
7508
                "polyfill",
7509
                "portable",
7510
                "shim"
7511
            ],
7512
            "time": "2015-11-04 20:28:58"
7513
        },
7514
        {
7515
            "name": "symfony/polyfill-intl-icu",
7516
            "version": "v1.0.0",
7517
            "source": {
7518
                "type": "git",
7519
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
7520
                "reference": "2deb44160e1c886241c06602b12b98779f728177"
7521
            },
7522
            "dist": {
7523
                "type": "zip",
7524
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
7525
                "reference": "2deb44160e1c886241c06602b12b98779f728177",
7526
                "shasum": ""
7527
            },
7528
            "require": {
7529
                "php": ">=5.3.3",
7530
                "symfony/intl": "~2.3|~3.0"
7531
            },
7532
            "type": "library",
7533
            "extra": {
7534
                "branch-alias": {
7535
                    "dev-master": "1.0-dev"
7536
                }
7537
            },
7538
            "autoload": {
7539
                "files": [
7540
                    "bootstrap.php"
7541
                ]
7542
            },
7543
            "notification-url": "https://packagist.org/downloads/",
7544
            "license": [
7545
                "MIT"
7546
            ],
7547
            "authors": [
7548
                {
7549
                    "name": "Nicolas Grekas",
7550
                    "email": "[email protected]"
7551
                },
7552
                {
7553
                    "name": "Symfony Community",
7554
                    "homepage": "https://symfony.com/contributors"
7555
                }
7556
            ],
7557
            "description": "Symfony polyfill for intl's ICU-related data and classes",
7558
            "homepage": "https://symfony.com",
7559
            "keywords": [
7560
                "compatibility",
7561
                "icu",
7562
                "intl",
7563
                "polyfill",
7564
                "portable",
7565
                "shim"
7566
            ],
7567
            "time": "2015-11-04 20:28:58"
7568
        },
7569
        {
7570
            "name": "symfony/polyfill-mbstring",
7571
            "version": "v1.0.0",
7572
            "source": {
7573
                "type": "git",
7574
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7575
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
7576
            },
7577
            "dist": {
7578
                "type": "zip",
7579
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
7580
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
7581
                "shasum": ""
7582
            },
7583
            "require": {
7584
                "php": ">=5.3.3"
7585
            },
7586
            "type": "library",
7587
            "extra": {
7588
                "branch-alias": {
7589
                    "dev-master": "1.0-dev"
7590
                }
7591
            },
7592
            "autoload": {
7593
                "psr-4": {
7594
                    "Symfony\\Polyfill\\Mbstring\\": ""
7595
                },
7596
                "files": [
7597
                    "bootstrap.php"
7598
                ]
7599
            },
7600
            "notification-url": "https://packagist.org/downloads/",
7601
            "license": [
7602
                "MIT"
7603
            ],
7604
            "authors": [
7605
                {
7606
                    "name": "Nicolas Grekas",
7607
                    "email": "[email protected]"
7608
                },
7609
                {
7610
                    "name": "Symfony Community",
7611
                    "homepage": "https://symfony.com/contributors"
7612
                }
7613
            ],
7614
            "description": "Symfony polyfill for the Mbstring extension",
7615
            "homepage": "https://symfony.com",
7616
            "keywords": [
7617
                "compatibility",
7618
                "mbstring",
7619
                "polyfill",
7620
                "portable",
7621
                "shim"
7622
            ],
7623
            "time": "2015-11-04 20:28:58"
7624
        },
7625
        {
7626
            "name": "symfony/swiftmailer-bundle",
7627
            "version": "v2.3.9",
7628
            "source": {
7629
                "type": "git",
7630
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
7631
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
7632
            },
7633
            "dist": {
7634
                "type": "zip",
7635
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
7636
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
7637
                "shasum": ""
7638
            },
7639
            "require": {
7640
                "php": ">=5.3.2",
7641
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
7642
                "symfony/config": "~2.3|~3.0",
7643
                "symfony/dependency-injection": "~2.3|~3.0",
7644
                "symfony/http-kernel": "~2.3|~3.0",
7645
                "symfony/yaml": "~2.3|~3.0"
7646
            },
7647
            "require-dev": {
7648
                "symfony/phpunit-bridge": "~2.7|~3.0"
7649
            },
7650
            "suggest": {
7651
                "psr/log": "Allows logging"
7652
            },
7653
            "type": "symfony-bundle",
7654
            "extra": {
7655
                "branch-alias": {
7656
                    "dev-master": "2.3-dev"
7657
                }
7658
            },
7659
            "autoload": {
7660
                "psr-4": {
7661
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
7662
                }
7663
            },
7664
            "notification-url": "https://packagist.org/downloads/",
7665
            "license": [
7666
                "MIT"
7667
            ],
7668
            "authors": [
7669
                {
7670
                    "name": "Symfony Community",
7671
                    "homepage": "http://symfony.com/contributors"
7672
                },
7673
                {
7674
                    "name": "Fabien Potencier",
7675
                    "email": "[email protected]"
7676
                }
7677
            ],
7678
            "description": "Symfony SwiftmailerBundle",
7679
            "homepage": "http://symfony.com",
7680
            "time": "2015-11-28 10:59:29"
7681
        },
7682
        {
7683
            "name": "symfony/symfony",
0 ignored issues
show
There is a security advisory for your installed version of symfony/symfony:

CVE-2016-4423: Large username storage in session
Loading history...
7684
            "version": "v2.7.9",
7685
            "source": {
7686
                "type": "git",
7687
                "url": "https://github.com/symfony/symfony.git",
7688
                "reference": "d3646cc6875c214d211001e0673ec9e91b5f2da7"
7689
            },
7690
            "dist": {
7691
                "type": "zip",
7692
                "url": "https://api.github.com/repos/symfony/symfony/zipball/d3646cc6875c214d211001e0673ec9e91b5f2da7",
7693
                "reference": "d3646cc6875c214d211001e0673ec9e91b5f2da7",
7694
                "shasum": ""
7695
            },
7696
            "require": {
7697
                "doctrine/common": "~2.4",
7698
                "paragonie/random_compat": "~1.0",
7699
                "php": ">=5.3.9",
7700
                "psr/log": "~1.0",
7701
                "twig/twig": "~1.23|~2.0"
7702
            },
7703
            "replace": {
7704
                "symfony/asset": "self.version",
7705
                "symfony/browser-kit": "self.version",
7706
                "symfony/class-loader": "self.version",
7707
                "symfony/config": "self.version",
7708
                "symfony/console": "self.version",
7709
                "symfony/css-selector": "self.version",
7710
                "symfony/debug": "self.version",
7711
                "symfony/debug-bundle": "self.version",
7712
                "symfony/dependency-injection": "self.version",
7713
                "symfony/doctrine-bridge": "self.version",
7714
                "symfony/dom-crawler": "self.version",
7715
                "symfony/event-dispatcher": "self.version",
7716
                "symfony/expression-language": "self.version",
7717
                "symfony/filesystem": "self.version",
7718
                "symfony/finder": "self.version",
7719
                "symfony/form": "self.version",
7720
                "symfony/framework-bundle": "self.version",
7721
                "symfony/http-foundation": "self.version",
7722
                "symfony/http-kernel": "self.version",
7723
                "symfony/intl": "self.version",
7724
                "symfony/locale": "self.version",
7725
                "symfony/monolog-bridge": "self.version",
7726
                "symfony/options-resolver": "self.version",
7727
                "symfony/process": "self.version",
7728
                "symfony/property-access": "self.version",
7729
                "symfony/proxy-manager-bridge": "self.version",
7730
                "symfony/routing": "self.version",
7731
                "symfony/security": "self.version",
7732
                "symfony/security-acl": "self.version",
7733
                "symfony/security-bundle": "self.version",
7734
                "symfony/security-core": "self.version",
7735
                "symfony/security-csrf": "self.version",
7736
                "symfony/security-http": "self.version",
7737
                "symfony/serializer": "self.version",
7738
                "symfony/stopwatch": "self.version",
7739
                "symfony/swiftmailer-bridge": "self.version",
7740
                "symfony/templating": "self.version",
7741
                "symfony/translation": "self.version",
7742
                "symfony/twig-bridge": "self.version",
7743
                "symfony/twig-bundle": "self.version",
7744
                "symfony/validator": "self.version",
7745
                "symfony/var-dumper": "self.version",
7746
                "symfony/web-profiler-bundle": "self.version",
7747
                "symfony/yaml": "self.version"
7748
            },
7749
            "require-dev": {
7750
                "doctrine/data-fixtures": "1.0.*",
7751
                "doctrine/dbal": "~2.4",
7752
                "doctrine/doctrine-bundle": "~1.2",
7753
                "doctrine/orm": "~2.4,>=2.4.5",
7754
                "egulias/email-validator": "~1.2",
7755
                "ircmaxell/password-compat": "~1.0",
7756
                "monolog/monolog": "~1.11",
7757
                "ocramius/proxy-manager": "~0.4|~1.0"
7758
            },
7759
            "type": "library",
7760
            "extra": {
7761
                "branch-alias": {
7762
                    "dev-master": "2.7-dev"
7763
                }
7764
            },
7765
            "autoload": {
7766
                "psr-4": {
7767
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
7768
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
7769
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
7770
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
7771
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
7772
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
7773
                    "Symfony\\Component\\": "src/Symfony/Component/"
7774
                },
7775
                "classmap": [
7776
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
7777
                    "src/Symfony/Component/Intl/Resources/stubs"
7778
                ],
7779
                "files": [
7780
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
7781
                ],
7782
                "exclude-from-classmap": [
7783
                    "**/Tests/"
7784
                ]
7785
            },
7786
            "notification-url": "https://packagist.org/downloads/",
7787
            "license": [
7788
                "MIT"
7789
            ],
7790
            "authors": [
7791
                {
7792
                    "name": "Fabien Potencier",
7793
                    "email": "[email protected]"
7794
                },
7795
                {
7796
                    "name": "Symfony Community",
7797
                    "homepage": "https://symfony.com/contributors"
7798
                }
7799
            ],
7800
            "description": "The Symfony PHP framework",
7801
            "homepage": "https://symfony.com",
7802
            "keywords": [
7803
                "framework"
7804
            ],
7805
            "time": "2016-01-14 10:41:56"
7806
        },
7807
        {
7808
            "name": "twig/extensions",
7809
            "version": "v1.3.0",
7810
            "source": {
7811
                "type": "git",
7812
                "url": "https://github.com/twigphp/Twig-extensions.git",
7813
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7814
            },
7815
            "dist": {
7816
                "type": "zip",
7817
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
7818
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7819
                "shasum": ""
7820
            },
7821
            "require": {
7822
                "twig/twig": "~1.20|~2.0"
7823
            },
7824
            "require-dev": {
7825
                "symfony/translation": "~2.3"
7826
            },
7827
            "suggest": {
7828
                "symfony/translation": "Allow the time_diff output to be translated"
7829
            },
7830
            "type": "library",
7831
            "extra": {
7832
                "branch-alias": {
7833
                    "dev-master": "1.3-dev"
7834
                }
7835
            },
7836
            "autoload": {
7837
                "psr-0": {
7838
                    "Twig_Extensions_": "lib/"
7839
                }
7840
            },
7841
            "notification-url": "https://packagist.org/downloads/",
7842
            "license": [
7843
                "MIT"
7844
            ],
7845
            "authors": [
7846
                {
7847
                    "name": "Fabien Potencier",
7848
                    "email": "[email protected]"
7849
                }
7850
            ],
7851
            "description": "Common additional features for Twig that do not directly belong in core",
7852
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
7853
            "keywords": [
7854
                "i18n",
7855
                "text"
7856
            ],
7857
            "time": "2015-08-22 16:38:35"
7858
        },
7859
        {
7860
            "name": "twig/twig",
7861
            "version": "v1.23.1",
7862
            "source": {
7863
                "type": "git",
7864
                "url": "https://github.com/twigphp/Twig.git",
7865
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
7866
            },
7867
            "dist": {
7868
                "type": "zip",
7869
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
7870
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
7871
                "shasum": ""
7872
            },
7873
            "require": {
7874
                "php": ">=5.2.7"
7875
            },
7876
            "require-dev": {
7877
                "symfony/debug": "~2.7",
7878
                "symfony/phpunit-bridge": "~2.7"
7879
            },
7880
            "type": "library",
7881
            "extra": {
7882
                "branch-alias": {
7883
                    "dev-master": "1.23-dev"
7884
                }
7885
            },
7886
            "autoload": {
7887
                "psr-0": {
7888
                    "Twig_": "lib/"
7889
                }
7890
            },
7891
            "notification-url": "https://packagist.org/downloads/",
7892
            "license": [
7893
                "BSD-3-Clause"
7894
            ],
7895
            "authors": [
7896
                {
7897
                    "name": "Fabien Potencier",
7898
                    "email": "[email protected]",
7899
                    "homepage": "http://fabien.potencier.org",
7900
                    "role": "Lead Developer"
7901
                },
7902
                {
7903
                    "name": "Armin Ronacher",
7904
                    "email": "[email protected]",
7905
                    "role": "Project Founder"
7906
                },
7907
                {
7908
                    "name": "Twig Team",
7909
                    "homepage": "http://twig.sensiolabs.org/contributors",
7910
                    "role": "Contributors"
7911
                }
7912
            ],
7913
            "description": "Twig, the flexible, fast, and secure template language for PHP",
7914
            "homepage": "http://twig.sensiolabs.org",
7915
            "keywords": [
7916
                "templating"
7917
            ],
7918
            "time": "2015-11-05 12:49:06"
7919
        },
7920
        {
7921
            "name": "webmozart/assert",
7922
            "version": "1.0.2",
7923
            "source": {
7924
                "type": "git",
7925
                "url": "https://github.com/webmozart/assert.git",
7926
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
7927
            },
7928
            "dist": {
7929
                "type": "zip",
7930
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
7931
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
7932
                "shasum": ""
7933
            },
7934
            "require": {
7935
                "php": ">=5.3.3"
7936
            },
7937
            "require-dev": {
7938
                "phpunit/phpunit": "^4.6"
7939
            },
7940
            "type": "library",
7941
            "extra": {
7942
                "branch-alias": {
7943
                    "dev-master": "1.0-dev"
7944
                }
7945
            },
7946
            "autoload": {
7947
                "psr-4": {
7948
                    "Webmozart\\Assert\\": "src/"
7949
                }
7950
            },
7951
            "notification-url": "https://packagist.org/downloads/",
7952
            "license": [
7953
                "MIT"
7954
            ],
7955
            "authors": [
7956
                {
7957
                    "name": "Bernhard Schussek",
7958
                    "email": "[email protected]"
7959
                }
7960
            ],
7961
            "description": "Assertions to validate method input/output with nice error messages.",
7962
            "keywords": [
7963
                "assert",
7964
                "check",
7965
                "validate"
7966
            ],
7967
            "time": "2015-08-24 13:29:44"
7968
        },
7969
        {
7970
            "name": "white-october/pagerfanta-bundle",
7971
            "version": "v1.0.4",
7972
            "source": {
7973
                "type": "git",
7974
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
7975
                "reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880"
7976
            },
7977
            "dist": {
7978
                "type": "zip",
7979
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f329d7bbd9cb97edaac418ef94807d9e376f8880",
7980
                "reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880",
7981
                "shasum": ""
7982
            },
7983
            "require": {
7984
                "pagerfanta/pagerfanta": "1.0.*",
7985
                "symfony/framework-bundle": "~2.3",
7986
                "symfony/property-access": "~2.3",
7987
                "symfony/twig-bundle": "~2.3"
7988
            },
7989
            "require-dev": {
7990
                "phpunit/phpunit": "~3.7",
7991
                "symfony/symfony": "~2.3"
7992
            },
7993
            "type": "symfony-bundle",
7994
            "extra": {
7995
                "branch-alias": {
7996
                    "dev-master": "1.0.x-dev"
7997
                }
7998
            },
7999
            "autoload": {
8000
                "psr-4": {
8001
                    "WhiteOctober\\PagerfantaBundle\\": ""
8002
                }
8003
            },
8004
            "notification-url": "https://packagist.org/downloads/",
8005
            "license": [
8006
                "MIT"
8007
            ],
8008
            "authors": [
8009
                {
8010
                    "name": "Pablo Díez",
8011
                    "email": "[email protected]"
8012
                }
8013
            ],
8014
            "description": "Bundle to use Pagerfanta with Symfony2",
8015
            "keywords": [
8016
                "page",
8017
                "paging"
8018
            ],
8019
            "time": "2015-09-01 16:19:36"
8020
        },
8021
        {
8022
            "name": "willdurand/hateoas",
8023
            "version": "v2.9.0",
8024
            "source": {
8025
                "type": "git",
8026
                "url": "https://github.com/willdurand/Hateoas.git",
8027
                "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
8028
            },
8029
            "dist": {
8030
                "type": "zip",
8031
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
8032
                "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
8033
                "shasum": ""
8034
            },
8035
            "require": {
8036
                "doctrine/annotations": "~1.0",
8037
                "doctrine/common": "~2.0",
8038
                "jms/metadata": "~1.1",
8039
                "jms/serializer": "~1.0",
8040
                "php": ">=5.4",
8041
                "symfony/expression-language": "~2.4 || ~3.0"
8042
            },
8043
            "require-dev": {
8044
                "atoum/atoum": "*@dev",
8045
                "hautelook/frankenstein": "~0.1",
8046
                "pagerfanta/pagerfanta": "~1.0",
8047
                "phpunit/phpunit": "~3.7",
8048
                "symfony/dependency-injection": "~2.0 || ~3.0",
8049
                "symfony/routing": "~2.0 || ~3.0",
8050
                "symfony/yaml": "~2.0 || ~3.0",
8051
                "twig/twig": "~1.12"
8052
            },
8053
            "suggest": {
8054
                "symfony/routing": "To use the SymfonyRouteFactory.",
8055
                "symfony/yaml": "To use yaml based configuration.",
8056
                "twig/twig": "To use the Twig extensions."
8057
            },
8058
            "type": "library",
8059
            "extra": {
8060
                "branch-alias": {
8061
                    "dev-master": "2.9-dev"
8062
                }
8063
            },
8064
            "autoload": {
8065
                "psr-0": {
8066
                    "Hateoas": "src/"
8067
                }
8068
            },
8069
            "notification-url": "https://packagist.org/downloads/",
8070
            "license": [
8071
                "MIT"
8072
            ],
8073
            "authors": [
8074
                {
8075
                    "name": "Adrien Brault",
8076
                    "email": "[email protected]"
8077
                },
8078
                {
8079
                    "name": "William Durand",
8080
                    "email": "[email protected]"
8081
                }
8082
            ],
8083
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
8084
            "time": "2015-12-04 15:31:02"
8085
        },
8086
        {
8087
            "name": "willdurand/hateoas-bundle",
8088
            "version": "1.1.0",
8089
            "target-dir": "Bazinga/Bundle/HateoasBundle",
8090
            "source": {
8091
                "type": "git",
8092
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
8093
                "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
8094
            },
8095
            "dist": {
8096
                "type": "zip",
8097
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
8098
                "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
8099
                "shasum": ""
8100
            },
8101
            "require": {
8102
                "jms/serializer-bundle": "~1.0",
8103
                "symfony/framework-bundle": "~2.2 || ~3.0",
8104
                "willdurand/hateoas": "~2.9"
8105
            },
8106
            "require-dev": {
8107
                "symfony/expression-language": "~2.4 || ~3.0",
8108
                "twig/twig": "~1.12"
8109
            },
8110
            "type": "symfony-bundle",
8111
            "extra": {
8112
                "branch-alias": {
8113
                    "dev-master": "1.2-dev"
8114
                }
8115
            },
8116
            "autoload": {
8117
                "psr-0": {
8118
                    "Bazinga\\Bundle\\HateoasBundle": ""
8119
                }
8120
            },
8121
            "notification-url": "https://packagist.org/downloads/",
8122
            "license": [
8123
                "MIT"
8124
            ],
8125
            "authors": [
8126
                {
8127
                    "name": "William Durand",
8128
                    "email": "[email protected]"
8129
                }
8130
            ],
8131
            "description": "Integration of Hateoas into Symfony2.",
8132
            "keywords": [
8133
                "HATEOAS",
8134
                "rest"
8135
            ],
8136
            "time": "2015-12-07 08:25:05"
8137
        },
8138
        {
8139
            "name": "willdurand/jsonp-callback-validator",
8140
            "version": "v1.1.0",
8141
            "source": {
8142
                "type": "git",
8143
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
8144
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
8145
            },
8146
            "dist": {
8147
                "type": "zip",
8148
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
8149
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
8150
                "shasum": ""
8151
            },
8152
            "require": {
8153
                "php": ">=5.3.0"
8154
            },
8155
            "require-dev": {
8156
                "phpunit/phpunit": "~3.7"
8157
            },
8158
            "type": "library",
8159
            "autoload": {
8160
                "psr-0": {
8161
                    "JsonpCallbackValidator": "src/"
8162
                }
8163
            },
8164
            "notification-url": "https://packagist.org/downloads/",
8165
            "license": [
8166
                "MIT"
8167
            ],
8168
            "authors": [
8169
                {
8170
                    "name": "William Durand",
8171
                    "email": "[email protected]",
8172
                    "homepage": "http://www.willdurand.fr"
8173
                }
8174
            ],
8175
            "description": "JSONP callback validator.",
8176
            "time": "2014-01-20 22:35:06"
8177
        },
8178
        {
8179
            "name": "willdurand/negotiation",
8180
            "version": "1.5.0",
8181
            "source": {
8182
                "type": "git",
8183
                "url": "https://github.com/willdurand/Negotiation.git",
8184
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
8185
            },
8186
            "dist": {
8187
                "type": "zip",
8188
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
8189
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
8190
                "shasum": ""
8191
            },
8192
            "require": {
8193
                "php": ">=5.3.0"
8194
            },
8195
            "type": "library",
8196
            "extra": {
8197
                "branch-alias": {
8198
                    "dev-master": "1.5-dev"
8199
                }
8200
            },
8201
            "autoload": {
8202
                "psr-4": {
8203
                    "Negotiation\\": "src/Negotiation"
8204
                }
8205
            },
8206
            "notification-url": "https://packagist.org/downloads/",
8207
            "license": [
8208
                "MIT"
8209
            ],
8210
            "authors": [
8211
                {
8212
                    "name": "William Durand",
8213
                    "email": "[email protected]"
8214
                }
8215
            ],
8216
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
8217
            "homepage": "http://williamdurand.fr/Negotiation/",
8218
            "keywords": [
8219
                "accept",
8220
                "content",
8221
                "format",
8222
                "header",
8223
                "negotiation"
8224
            ],
8225
            "time": "2015-10-01 07:42:40"
8226
        },
8227
        {
8228
            "name": "winzou/state-machine",
8229
            "version": "0.2.2",
8230
            "source": {
8231
                "type": "git",
8232
                "url": "https://github.com/winzou/state-machine.git",
8233
                "reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d"
8234
            },
8235
            "dist": {
8236
                "type": "zip",
8237
                "url": "https://api.github.com/repos/winzou/state-machine/zipball/aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
8238
                "reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
8239
                "shasum": ""
8240
            },
8241
            "require": {
8242
                "php": ">=5.3.0",
8243
                "symfony/event-dispatcher": "~2.1",
8244
                "symfony/expression-language": "~2.4",
8245
                "symfony/property-access": "~2.1"
8246
            },
8247
            "require-dev": {
8248
                "phpspec/phpspec": "~2.0"
8249
            },
8250
            "type": "library",
8251
            "autoload": {
8252
                "psr-0": {
8253
                    "SM": "src/"
8254
                }
8255
            },
8256
            "notification-url": "https://packagist.org/downloads/",
8257
            "license": [
8258
                "MIT"
8259
            ],
8260
            "authors": [
8261
                {
8262
                    "name": "Alexandre Bacco",
8263
                    "email": "[email protected]",
8264
                    "homepage": "http://alex.bacco.fr"
8265
                }
8266
            ],
8267
            "description": "A very lightweight yet powerful PHP state machine",
8268
            "homepage": "https://github.com/winzou/StateMachine",
8269
            "keywords": [
8270
                "callback",
8271
                "event",
8272
                "state",
8273
                "statemachine"
8274
            ],
8275
            "time": "2014-12-05 02:14:37"
8276
        },
8277
        {
8278
            "name": "winzou/state-machine-bundle",
8279
            "version": "v0.2.2",
8280
            "source": {
8281
                "type": "git",
8282
                "url": "https://github.com/winzou/StateMachineBundle.git",
8283
                "reference": "c7f294097bada884f0b14658ba7418872c9b2a70"
8284
            },
8285
            "dist": {
8286
                "type": "zip",
8287
                "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/c7f294097bada884f0b14658ba7418872c9b2a70",
8288
                "reference": "c7f294097bada884f0b14658ba7418872c9b2a70",
8289
                "shasum": ""
8290
            },
8291
            "require": {
8292
                "php": ">5.3.0",
8293
                "symfony/framework-bundle": "~2.1",
8294
                "winzou/state-machine": "~0.2"
8295
            },
8296
            "require-dev": {
8297
                "phpspec/phpspec": "~2.0"
8298
            },
8299
            "type": "symfony-bundle",
8300
            "autoload": {
8301
                "psr-4": {
8302
                    "winzou\\Bundle\\StateMachineBundle\\": ""
8303
                }
8304
            },
8305
            "notification-url": "https://packagist.org/downloads/",
8306
            "license": [
8307
                "MIT"
8308
            ],
8309
            "authors": [
8310
                {
8311
                    "name": "Alexandre Bacco",
8312
                    "homepage": "http://alex.bacco.fr"
8313
                }
8314
            ],
8315
            "description": "Bundle for the very lightweight yet powerful PHP state machine",
8316
            "keywords": [
8317
                "bundle",
8318
                "statemachine",
8319
                "symfony"
8320
            ],
8321
            "time": "2014-11-27 05:49:41"
8322
        },
8323
        {
8324
            "name": "zendframework/zend-code",
8325
            "version": "2.5.3",
8326
            "source": {
8327
                "type": "git",
8328
                "url": "https://github.com/zendframework/zend-code.git",
8329
                "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba"
8330
            },
8331
            "dist": {
8332
                "type": "zip",
8333
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
8334
                "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
8335
                "shasum": ""
8336
            },
8337
            "require": {
8338
                "php": ">=5.5",
8339
                "zendframework/zend-eventmanager": "~2.5"
8340
            },
8341
            "require-dev": {
8342
                "doctrine/common": ">=2.1",
8343
                "fabpot/php-cs-fixer": "1.7.*",
8344
                "phpunit/phpunit": "~4.0",
8345
                "zendframework/zend-stdlib": "~2.5"
8346
            },
8347
            "suggest": {
8348
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
8349
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
8350
            },
8351
            "type": "library",
8352
            "extra": {
8353
                "branch-alias": {
8354
                    "dev-master": "2.5-dev",
8355
                    "dev-develop": "2.6-dev"
8356
                }
8357
            },
8358
            "autoload": {
8359
                "psr-4": {
8360
                    "Zend\\Code\\": "src/"
8361
                }
8362
            },
8363
            "notification-url": "https://packagist.org/downloads/",
8364
            "license": [
8365
                "BSD-3-Clause"
8366
            ],
8367
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
8368
            "homepage": "https://github.com/zendframework/zend-code",
8369
            "keywords": [
8370
                "code",
8371
                "zf2"
8372
            ],
8373
            "time": "2015-11-18 18:22:37"
8374
        },
8375
        {
8376
            "name": "zendframework/zend-eventmanager",
8377
            "version": "2.5.2",
8378
            "source": {
8379
                "type": "git",
8380
                "url": "https://github.com/zendframework/zend-eventmanager.git",
8381
                "reference": "135af03d07fd048c322259aab6611d2be290475c"
8382
            },
8383
            "dist": {
8384
                "type": "zip",
8385
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
8386
                "reference": "135af03d07fd048c322259aab6611d2be290475c",
8387
                "shasum": ""
8388
            },
8389
            "require": {
8390
                "php": ">=5.5",
8391
                "zendframework/zend-stdlib": "~2.5"
8392
            },
8393
            "require-dev": {
8394
                "fabpot/php-cs-fixer": "1.7.*",
8395
                "phpunit/phpunit": "~4.0"
8396
            },
8397
            "type": "library",
8398
            "extra": {
8399
                "branch-alias": {
8400
                    "dev-master": "2.5-dev",
8401
                    "dev-develop": "2.6-dev"
8402
                }
8403
            },
8404
            "autoload": {
8405
                "psr-4": {
8406
                    "Zend\\EventManager\\": "src/"
8407
                }
8408
            },
8409
            "notification-url": "https://packagist.org/downloads/",
8410
            "license": [
8411
                "BSD-3-Clause"
8412
            ],
8413
            "homepage": "https://github.com/zendframework/zend-eventmanager",
8414
            "keywords": [
8415
                "eventmanager",
8416
                "zf2"
8417
            ],
8418
            "time": "2015-07-16 19:00:49"
8419
        },
8420
        {
8421
            "name": "zendframework/zend-hydrator",
8422
            "version": "1.0.0",
8423
            "source": {
8424
                "type": "git",
8425
                "url": "https://github.com/zendframework/zend-hydrator.git",
8426
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f"
8427
            },
8428
            "dist": {
8429
                "type": "zip",
8430
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f",
8431
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f",
8432
                "shasum": ""
8433
            },
8434
            "require": {
8435
                "php": ">=5.5",
8436
                "zendframework/zend-stdlib": "^2.5.1"
8437
            },
8438
            "require-dev": {
8439
                "phpunit/phpunit": "~4.0",
8440
                "squizlabs/php_codesniffer": "^2.0@dev",
8441
                "zendframework/zend-eventmanager": "^2.5.1",
8442
                "zendframework/zend-filter": "^2.5.1",
8443
                "zendframework/zend-inputfilter": "^2.5.1",
8444
                "zendframework/zend-serializer": "^2.5.1",
8445
                "zendframework/zend-servicemanager": "^2.5.1"
8446
            },
8447
            "suggest": {
8448
                "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage",
8449
                "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage",
8450
                "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy",
8451
                "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage"
8452
            },
8453
            "type": "library",
8454
            "extra": {
8455
                "branch-alias": {
8456
                    "dev-master": "1.0-dev",
8457
                    "dev-develop": "1.1-dev"
8458
                }
8459
            },
8460
            "autoload": {
8461
                "psr-4": {
8462
                    "Zend\\Hydrator\\": "src/"
8463
                }
8464
            },
8465
            "notification-url": "https://packagist.org/downloads/",
8466
            "license": [
8467
                "BSD-3-Clause"
8468
            ],
8469
            "homepage": "https://github.com/zendframework/zend-hydrator",
8470
            "keywords": [
8471
                "hydrator",
8472
                "zf2"
8473
            ],
8474
            "time": "2015-09-17 14:06:43"
8475
        },
8476
        {
8477
            "name": "zendframework/zend-stdlib",
8478
            "version": "2.7.4",
8479
            "source": {
8480
                "type": "git",
8481
                "url": "https://github.com/zendframework/zend-stdlib.git",
8482
                "reference": "cae029346a33663b998507f94962eb27de060683"
8483
            },
8484
            "dist": {
8485
                "type": "zip",
8486
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cae029346a33663b998507f94962eb27de060683",
8487
                "reference": "cae029346a33663b998507f94962eb27de060683",
8488
                "shasum": ""
8489
            },
8490
            "require": {
8491
                "php": ">=5.5",
8492
                "zendframework/zend-hydrator": "~1.0"
8493
            },
8494
            "require-dev": {
8495
                "athletic/athletic": "~0.1",
8496
                "fabpot/php-cs-fixer": "1.7.*",
8497
                "phpunit/phpunit": "~4.0",
8498
                "zendframework/zend-config": "~2.5",
8499
                "zendframework/zend-eventmanager": "~2.5",
8500
                "zendframework/zend-filter": "~2.5",
8501
                "zendframework/zend-inputfilter": "~2.5",
8502
                "zendframework/zend-serializer": "~2.5",
8503
                "zendframework/zend-servicemanager": "~2.5"
8504
            },
8505
            "suggest": {
8506
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
8507
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
8508
                "zendframework/zend-serializer": "Zend\\Serializer component",
8509
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
8510
            },
8511
            "type": "library",
8512
            "extra": {
8513
                "branch-alias": {
8514
                    "dev-master": "2.7-dev",
8515
                    "dev-develop": "2.8-dev"
8516
                }
8517
            },
8518
            "autoload": {
8519
                "psr-4": {
8520
                    "Zend\\Stdlib\\": "src/"
8521
                }
8522
            },
8523
            "notification-url": "https://packagist.org/downloads/",
8524
            "license": [
8525
                "BSD-3-Clause"
8526
            ],
8527
            "homepage": "https://github.com/zendframework/zend-stdlib",
8528
            "keywords": [
8529
                "stdlib",
8530
                "zf2"
8531
            ],
8532
            "time": "2015-10-15 15:57:32"
8533
        }
8534
    ],
8535
    "packages-dev": [
8536
        {
8537
            "name": "akeneo/phpspec-skip-example-extension",
8538
            "version": "v1.2.0",
8539
            "source": {
8540
                "type": "git",
8541
                "url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git",
8542
                "reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038"
8543
            },
8544
            "dist": {
8545
                "type": "zip",
8546
                "url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
8547
                "reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
8548
                "shasum": ""
8549
            },
8550
            "require": {
8551
                "phpspec/phpspec": "~2.1"
8552
            },
8553
            "type": "library",
8554
            "extra": {
8555
                "branch-alias": {
8556
                    "dev-master": "1.2.x-dev",
8557
                    "dev-1.1": "1.1.x-dev",
8558
                    "dev-1.0": "1.0.x-dev"
8559
                }
8560
            },
8561
            "autoload": {
8562
                "psr-0": {
8563
                    "Akeneo": "src/"
8564
                }
8565
            },
8566
            "notification-url": "https://packagist.org/downloads/",
8567
            "license": [
8568
                "MIT"
8569
            ],
8570
            "authors": [
8571
                {
8572
                    "name": "Gildas Quéméner",
8573
                    "email": "[email protected]"
8574
                }
8575
            ],
8576
            "description": "Skip your PhpSpec examples through annotations",
8577
            "time": "2015-09-13 14:38:13"
8578
        },
8579
        {
8580
            "name": "behat/behat",
8581
            "version": "v3.0.15",
8582
            "source": {
8583
                "type": "git",
8584
                "url": "https://github.com/Behat/Behat.git",
8585
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
8586
            },
8587
            "dist": {
8588
                "type": "zip",
8589
                "url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
8590
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
8591
                "shasum": ""
8592
            },
8593
            "require": {
8594
                "behat/gherkin": "~4.3",
8595
                "behat/transliterator": "~1.0",
8596
                "ext-mbstring": "*",
8597
                "php": ">=5.3.3",
8598
                "symfony/class-loader": "~2.1",
8599
                "symfony/config": "~2.3",
8600
                "symfony/console": "~2.1",
8601
                "symfony/dependency-injection": "~2.1",
8602
                "symfony/event-dispatcher": "~2.1",
8603
                "symfony/translation": "~2.3",
8604
                "symfony/yaml": "~2.1"
8605
            },
8606
            "require-dev": {
8607
                "phpspec/prophecy-phpunit": "~1.0",
8608
                "phpunit/phpunit": "~4.0",
8609
                "symfony/process": "~2.1"
8610
            },
8611
            "suggest": {
8612
                "behat/mink-extension": "for integration with Mink testing framework",
8613
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
8614
                "behat/yii-extension": "for integration with Yii web framework"
8615
            },
8616
            "bin": [
8617
                "bin/behat"
8618
            ],
8619
            "type": "library",
8620
            "extra": {
8621
                "branch-alias": {
8622
                    "dev-master": "3.0.x-dev"
8623
                }
8624
            },
8625
            "autoload": {
8626
                "psr-0": {
8627
                    "Behat\\Behat": "src/",
8628
                    "Behat\\Testwork": "src/"
8629
                }
8630
            },
8631
            "notification-url": "https://packagist.org/downloads/",
8632
            "license": [
8633
                "MIT"
8634
            ],
8635
            "authors": [
8636
                {
8637
                    "name": "Konstantin Kudryashov",
8638
                    "email": "[email protected]",
8639
                    "homepage": "http://everzet.com"
8640
                }
8641
            ],
8642
            "description": "Scenario-oriented BDD framework for PHP 5.3",
8643
            "homepage": "http://behat.org/",
8644
            "keywords": [
8645
                "Agile",
8646
                "BDD",
8647
                "ScenarioBDD",
8648
                "Scrum",
8649
                "StoryBDD",
8650
                "User story",
8651
                "business",
8652
                "development",
8653
                "documentation",
8654
                "examples",
8655
                "symfony",
8656
                "testing"
8657
            ],
8658
            "time": "2015-02-22 14:10:33"
8659
        },
8660
        {
8661
            "name": "behat/gherkin",
8662
            "version": "v4.4.1",
8663
            "source": {
8664
                "type": "git",
8665
                "url": "https://github.com/Behat/Gherkin.git",
8666
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
8667
            },
8668
            "dist": {
8669
                "type": "zip",
8670
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
8671
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
8672
                "shasum": ""
8673
            },
8674
            "require": {
8675
                "php": ">=5.3.1"
8676
            },
8677
            "require-dev": {
8678
                "phpunit/phpunit": "~4.0",
8679
                "symfony/yaml": "~2.1"
8680
            },
8681
            "suggest": {
8682
                "symfony/yaml": "If you want to parse features, represented in YAML files"
8683
            },
8684
            "type": "library",
8685
            "extra": {
8686
                "branch-alias": {
8687
                    "dev-master": "4.4-dev"
8688
                }
8689
            },
8690
            "autoload": {
8691
                "psr-0": {
8692
                    "Behat\\Gherkin": "src/"
8693
                }
8694
            },
8695
            "notification-url": "https://packagist.org/downloads/",
8696
            "license": [
8697
                "MIT"
8698
            ],
8699
            "authors": [
8700
                {
8701
                    "name": "Konstantin Kudryashov",
8702
                    "email": "[email protected]",
8703
                    "homepage": "http://everzet.com"
8704
                }
8705
            ],
8706
            "description": "Gherkin DSL parser for PHP 5.3",
8707
            "homepage": "http://behat.org/",
8708
            "keywords": [
8709
                "BDD",
8710
                "Behat",
8711
                "Cucumber",
8712
                "DSL",
8713
                "gherkin",
8714
                "parser"
8715
            ],
8716
            "time": "2015-12-30 14:47:00"
8717
        },
8718
        {
8719
            "name": "behat/mink",
8720
            "version": "v1.7.0",
8721
            "source": {
8722
                "type": "git",
8723
                "url": "https://github.com/minkphp/Mink.git",
8724
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
8725
            },
8726
            "dist": {
8727
                "type": "zip",
8728
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
8729
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
8730
                "shasum": ""
8731
            },
8732
            "require": {
8733
                "php": ">=5.3.1",
8734
                "symfony/css-selector": "~2.1"
8735
            },
8736
            "require-dev": {
8737
                "symfony/phpunit-bridge": "~2.7"
8738
            },
8739
            "suggest": {
8740
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
8741
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
8742
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
8743
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
8744
            },
8745
            "type": "library",
8746
            "extra": {
8747
                "branch-alias": {
8748
                    "dev-master": "1.7.x-dev"
8749
                }
8750
            },
8751
            "autoload": {
8752
                "psr-4": {
8753
                    "Behat\\Mink\\": "src/"
8754
                }
8755
            },
8756
            "notification-url": "https://packagist.org/downloads/",
8757
            "license": [
8758
                "MIT"
8759
            ],
8760
            "authors": [
8761
                {
8762
                    "name": "Konstantin Kudryashov",
8763
                    "email": "[email protected]",
8764
                    "homepage": "http://everzet.com"
8765
                }
8766
            ],
8767
            "description": "Browser controller/emulator abstraction for PHP",
8768
            "homepage": "http://mink.behat.org/",
8769
            "keywords": [
8770
                "browser",
8771
                "testing",
8772
                "web"
8773
            ],
8774
            "time": "2015-09-20 20:24:03"
8775
        },
8776
        {
8777
            "name": "behat/mink-browserkit-driver",
8778
            "version": "v1.3.0",
8779
            "source": {
8780
                "type": "git",
8781
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
8782
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
8783
            },
8784
            "dist": {
8785
                "type": "zip",
8786
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
8787
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
8788
                "shasum": ""
8789
            },
8790
            "require": {
8791
                "behat/mink": "~1.7@dev",
8792
                "php": ">=5.3.6",
8793
                "symfony/browser-kit": "~2.3",
8794
                "symfony/dom-crawler": "~2.3"
8795
            },
8796
            "require-dev": {
8797
                "silex/silex": "~1.2",
8798
                "symfony/phpunit-bridge": "~2.7"
8799
            },
8800
            "type": "mink-driver",
8801
            "extra": {
8802
                "branch-alias": {
8803
                    "dev-master": "1.3.x-dev"
8804
                }
8805
            },
8806
            "autoload": {
8807
                "psr-4": {
8808
                    "Behat\\Mink\\Driver\\": "src/"
8809
                }
8810
            },
8811
            "notification-url": "https://packagist.org/downloads/",
8812
            "license": [
8813
                "MIT"
8814
            ],
8815
            "authors": [
8816
                {
8817
                    "name": "Konstantin Kudryashov",
8818
                    "email": "[email protected]",
8819
                    "homepage": "http://everzet.com"
8820
                }
8821
            ],
8822
            "description": "Symfony2 BrowserKit driver for Mink framework",
8823
            "homepage": "http://mink.behat.org/",
8824
            "keywords": [
8825
                "Mink",
8826
                "Symfony2",
8827
                "browser",
8828
                "testing"
8829
            ],
8830
            "time": "2015-09-21 20:56:13"
8831
        },
8832
        {
8833
            "name": "behat/mink-extension",
8834
            "version": "v2.1.0",
8835
            "source": {
8836
                "type": "git",
8837
                "url": "https://github.com/Behat/MinkExtension.git",
8838
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5"
8839
            },
8840
            "dist": {
8841
                "type": "zip",
8842
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06e2b99d92e175719d7e841d5be16b7df1a233c5",
8843
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5",
8844
                "shasum": ""
8845
            },
8846
            "require": {
8847
                "behat/behat": "~3.0,>=3.0.5",
8848
                "behat/mink": "~1.5",
8849
                "php": ">=5.3.2",
8850
                "symfony/config": "~2.2"
8851
            },
8852
            "require-dev": {
8853
                "behat/mink-goutte-driver": "~1.1",
8854
                "phpspec/phpspec": "~2.0"
8855
            },
8856
            "type": "behat-extension",
8857
            "extra": {
8858
                "branch-alias": {
8859
                    "dev-master": "2.1.x-dev"
8860
                }
8861
            },
8862
            "autoload": {
8863
                "psr-0": {
8864
                    "Behat\\MinkExtension": "src/"
8865
                }
8866
            },
8867
            "notification-url": "https://packagist.org/downloads/",
8868
            "license": [
8869
                "MIT"
8870
            ],
8871
            "authors": [
8872
                {
8873
                    "name": "Christophe Coevoet",
8874
                    "email": "[email protected]"
8875
                },
8876
                {
8877
                    "name": "Konstantin Kudryashov",
8878
                    "email": "[email protected]"
8879
                }
8880
            ],
8881
            "description": "Mink extension for Behat",
8882
            "homepage": "http://extensions.behat.org/mink",
8883
            "keywords": [
8884
                "browser",
8885
                "gui",
8886
                "test",
8887
                "web"
8888
            ],
8889
            "time": "2015-09-29 17:42:41"
8890
        },
8891
        {
8892
            "name": "behat/mink-selenium2-driver",
8893
            "version": "v1.3.0",
8894
            "source": {
8895
                "type": "git",
8896
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
8897
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
8898
            },
8899
            "dist": {
8900
                "type": "zip",
8901
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
8902
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
8903
                "shasum": ""
8904
            },
8905
            "require": {
8906
                "behat/mink": "~1.7@dev",
8907
                "instaclick/php-webdriver": "~1.1",
8908
                "php": ">=5.3.1"
8909
            },
8910
            "require-dev": {
8911
                "symfony/phpunit-bridge": "~2.7"
8912
            },
8913
            "type": "mink-driver",
8914
            "extra": {
8915
                "branch-alias": {
8916
                    "dev-master": "1.3.x-dev"
8917
                }
8918
            },
8919
            "autoload": {
8920
                "psr-4": {
8921
                    "Behat\\Mink\\Driver\\": "src/"
8922
                }
8923
            },
8924
            "notification-url": "https://packagist.org/downloads/",
8925
            "license": [
8926
                "MIT"
8927
            ],
8928
            "authors": [
8929
                {
8930
                    "name": "Konstantin Kudryashov",
8931
                    "email": "[email protected]",
8932
                    "homepage": "http://everzet.com"
8933
                },
8934
                {
8935
                    "name": "Pete Otaqui",
8936
                    "email": "[email protected]",
8937
                    "homepage": "https://github.com/pete-otaqui"
8938
                }
8939
            ],
8940
            "description": "Selenium2 (WebDriver) driver for Mink framework",
8941
            "homepage": "http://mink.behat.org/",
8942
            "keywords": [
8943
                "ajax",
8944
                "browser",
8945
                "javascript",
8946
                "selenium",
8947
                "testing",
8948
                "webdriver"
8949
            ],
8950
            "time": "2015-09-21 21:02:54"
8951
        },
8952
        {
8953
            "name": "behat/symfony2-extension",
8954
            "version": "v2.1.0",
8955
            "source": {
8956
                "type": "git",
8957
                "url": "https://github.com/Behat/Symfony2Extension.git",
8958
                "reference": "845bb7a2308c3057379d29489b96e677b023dc09"
8959
            },
8960
            "dist": {
8961
                "type": "zip",
8962
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/845bb7a2308c3057379d29489b96e677b023dc09",
8963
                "reference": "845bb7a2308c3057379d29489b96e677b023dc09",
8964
                "shasum": ""
8965
            },
8966
            "require": {
8967
                "behat/behat": "~3.0,>=3.0.4",
8968
                "php": ">=5.3.3",
8969
                "symfony/framework-bundle": "~2.0"
8970
            },
8971
            "require-dev": {
8972
                "behat/mink-browserkit-driver": "~1.0",
8973
                "behat/mink-extension": "~2.0@dev",
8974
                "phpspec/phpspec": "~2.0",
8975
                "phpunit/phpunit": "~4.0",
8976
                "symfony/symfony": "~2.1"
8977
            },
8978
            "type": "behat-extension",
8979
            "extra": {
8980
                "branch-alias": {
8981
                    "dev-master": "2.1.x-dev"
8982
                }
8983
            },
8984
            "autoload": {
8985
                "psr-0": {
8986
                    "Behat\\Symfony2Extension": "src/"
8987
                }
8988
            },
8989
            "notification-url": "https://packagist.org/downloads/",
8990
            "license": [
8991
                "MIT"
8992
            ],
8993
            "authors": [
8994
                {
8995
                    "name": "Christophe Coevoet",
8996
                    "email": "[email protected]"
8997
                },
8998
                {
8999
                    "name": "Konstantin Kudryashov",
9000
                    "email": "[email protected]"
9001
                }
9002
            ],
9003
            "description": "Symfony2 framework extension for Behat",
9004
            "homepage": "http://behat.org",
9005
            "keywords": [
9006
                "BDD",
9007
                "framework",
9008
                "symfony"
9009
            ],
9010
            "time": "2015-09-29 14:11:22"
9011
        },
9012
        {
9013
            "name": "bossa/phpspec2-expect",
9014
            "version": "1.0.3",
9015
            "source": {
9016
                "type": "git",
9017
                "url": "https://github.com/BossaConsulting/phpspec2-expect.git",
9018
                "reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780"
9019
            },
9020
            "dist": {
9021
                "type": "zip",
9022
                "url": "https://api.github.com/repos/BossaConsulting/phpspec2-expect/zipball/f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
9023
                "reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
9024
                "shasum": ""
9025
            },
9026
            "require": {
9027
                "phpspec/phpspec": "~2.0"
9028
            },
9029
            "type": "library",
9030
            "autoload": {
9031
                "files": [
9032
                    "expect.php"
9033
                ],
9034
                "psr-0": {
9035
                    "Bossa\\PhpSpec\\Expect\\": ""
9036
                }
9037
            },
9038
            "notification-url": "https://packagist.org/downloads/",
9039
            "license": [
9040
                "MIT"
9041
            ],
9042
            "authors": [
9043
                {
9044
                    "name": "Marcello Duarte",
9045
                    "homepage": "http://marcelloduarte.net/"
9046
                }
9047
            ],
9048
            "description": "Helper that decorates any SUS with a phpspec lazy object wrapper",
9049
            "keywords": [
9050
                "BDD",
9051
                "SpecBDD",
9052
                "TDD",
9053
                "spec",
9054
                "specification"
9055
            ],
9056
            "time": "2014-09-12 09:25:51"
9057
        },
9058
        {
9059
            "name": "coduo/php-matcher",
9060
            "version": "2.0.1",
9061
            "source": {
9062
                "type": "git",
9063
                "url": "https://github.com/coduo/php-matcher.git",
9064
                "reference": "a48618cdf1c63e40d0968e3d940fee10af228b07"
9065
            },
9066
            "dist": {
9067
                "type": "zip",
9068
                "url": "https://api.github.com/repos/coduo/php-matcher/zipball/a48618cdf1c63e40d0968e3d940fee10af228b07",
9069
                "reference": "a48618cdf1c63e40d0968e3d940fee10af228b07",
9070
                "shasum": ""
9071
            },
9072
            "require": {
9073
                "coduo/php-to-string": "^2",
9074
                "doctrine/lexer": "1.0.*",
9075
                "ext-filter": "*",
9076
                "openlss/lib-array2xml": "~0.0.9",
9077
                "php": ">=5.3.0",
9078
                "symfony/expression-language": "^2.3|^3.0",
9079
                "symfony/property-access": "^2.3|^3.0"
9080
            },
9081
            "require-dev": {
9082
                "phpunit/phpunit": "^4.8"
9083
            },
9084
            "type": "library",
9085
            "extra": {
9086
                "branch-alias": {
9087
                    "dev-master": "2.1-dev"
9088
                }
9089
            },
9090
            "autoload": {
9091
                "psr-4": {
9092
                    "Coduo\\PHPMatcher\\": "src/"
9093
                }
9094
            },
9095
            "notification-url": "https://packagist.org/downloads/",
9096
            "license": [
9097
                "MIT"
9098
            ],
9099
            "authors": [
9100
                {
9101
                    "name": "Norbert Orzechowicz",
9102
                    "email": "[email protected]"
9103
                },
9104
                {
9105
                    "name": "Michał Dąbrowski",
9106
                    "email": "[email protected]"
9107
                }
9108
            ],
9109
            "description": "PHP Matcher enables you to match values with patterns",
9110
            "keywords": [
9111
                "Match",
9112
                "json",
9113
                "matcher",
9114
                "tests"
9115
            ],
9116
            "time": "2016-04-12 12:03:33"
9117
        },
9118
        {
9119
            "name": "coduo/php-to-string",
9120
            "version": "2.0.1",
9121
            "source": {
9122
                "type": "git",
9123
                "url": "https://github.com/coduo/php-to-string.git",
9124
                "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78"
9125
            },
9126
            "dist": {
9127
                "type": "zip",
9128
                "url": "https://api.github.com/repos/coduo/php-to-string/zipball/4c1d7e2e76017719edc70e944ace0ec570748a78",
9129
                "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78",
9130
                "shasum": ""
9131
            },
9132
            "require": {
9133
                "php": ">=5.3.0"
9134
            },
9135
            "require-dev": {
9136
                "coduo/phpspec-data-provider-extension": "^1",
9137
                "phpspec/phpspec": "^2"
9138
            },
9139
            "type": "library",
9140
            "extra": {
9141
                "branch-alias": {
9142
                    "dev-master": "2.1-dev"
9143
                }
9144
            },
9145
            "autoload": {
9146
                "psr-0": {
9147
                    "": "src"
9148
                }
9149
            },
9150
            "notification-url": "https://packagist.org/downloads/",
9151
            "license": [
9152
                "MIT"
9153
            ],
9154
            "authors": [
9155
                {
9156
                    "name": "Norbert Orzechowicz",
9157
                    "email": "[email protected]"
9158
                },
9159
                {
9160
                    "name": "Michał Dąbrowski",
9161
                    "email": "[email protected]"
9162
                }
9163
            ],
9164
            "keywords": [
9165
                "php",
9166
                "string",
9167
                "to",
9168
                "to string"
9169
            ],
9170
            "time": "2016-01-20 18:29:02"
9171
        },
9172
        {
9173
            "name": "fabpot/php-cs-fixer",
9174
            "version": "v1.11.1",
9175
            "source": {
9176
                "type": "git",
9177
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
9178
                "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0"
9179
            },
9180
            "dist": {
9181
                "type": "zip",
9182
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2c9f8298181f059c5077abda78019b9a0c9a7cc0",
9183
                "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0",
9184
                "shasum": ""
9185
            },
9186
            "require": {
9187
                "ext-tokenizer": "*",
9188
                "php": ">=5.3.6",
9189
                "sebastian/diff": "~1.1",
9190
                "symfony/console": "~2.3|~3.0",
9191
                "symfony/event-dispatcher": "~2.1|~3.0",
9192
                "symfony/filesystem": "~2.1|~3.0",
9193
                "symfony/finder": "~2.1|~3.0",
9194
                "symfony/process": "~2.3|~3.0",
9195
                "symfony/stopwatch": "~2.5|~3.0"
9196
            },
9197
            "require-dev": {
9198
                "satooshi/php-coveralls": "0.7.*@dev"
9199
            },
9200
            "bin": [
9201
                "php-cs-fixer"
9202
            ],
9203
            "type": "application",
9204
            "autoload": {
9205
                "psr-4": {
9206
                    "Symfony\\CS\\": "Symfony/CS/"
9207
                }
9208
            },
9209
            "notification-url": "https://packagist.org/downloads/",
9210
            "license": [
9211
                "MIT"
9212
            ],
9213
            "authors": [
9214
                {
9215
                    "name": "Dariusz Rumiński",
9216
                    "email": "[email protected]"
9217
                },
9218
                {
9219
                    "name": "Fabien Potencier",
9220
                    "email": "[email protected]"
9221
                }
9222
            ],
9223
            "description": "A tool to automatically fix PHP code style",
9224
            "time": "2016-01-20 19:00:28"
9225
        },
9226
        {
9227
            "name": "hwi/oauth-bundle",
9228
            "version": "0.4.1",
9229
            "source": {
9230
                "type": "git",
9231
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
9232
                "reference": "ae741802c8e99d8fa52de927fd483d0299911293"
9233
            },
9234
            "dist": {
9235
                "type": "zip",
9236
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ae741802c8e99d8fa52de927fd483d0299911293",
9237
                "reference": "ae741802c8e99d8fa52de927fd483d0299911293",
9238
                "shasum": ""
9239
            },
9240
            "require": {
9241
                "kriswallsmith/buzz": "~0.13",
9242
                "php": ">=5.3.3",
9243
                "symfony/form": "~2.3",
9244
                "symfony/framework-bundle": "~2.3",
9245
                "symfony/options-resolver": "~2.3",
9246
                "symfony/security-bundle": "~2.3",
9247
                "symfony/yaml": "~2.3"
9248
            },
9249
            "conflict": {
9250
                "twig/twig": "<1.12"
9251
            },
9252
            "require-dev": {
9253
                "doctrine/orm": "~2.3",
9254
                "friendsofsymfony/user-bundle": "~1.3|~2.0",
9255
                "phpunit/phpunit": "~4.8|~5.0",
9256
                "symfony/phpunit-bridge": "~2.7",
9257
                "symfony/property-access": "~2.3",
9258
                "symfony/twig-bundle": "~2.3",
9259
                "symfony/validator": "~2.3"
9260
            },
9261
            "suggest": {
9262
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
9263
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
9264
                "symfony/property-access": "to use FOSUB integration with this bundle",
9265
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
9266
            },
9267
            "type": "symfony-bundle",
9268
            "extra": {
9269
                "branch-alias": {
9270
                    "dev-master": "0.4-dev"
9271
                }
9272
            },
9273
            "autoload": {
9274
                "psr-4": {
9275
                    "HWI\\Bundle\\OAuthBundle\\": ""
9276
                }
9277
            },
9278
            "notification-url": "https://packagist.org/downloads/",
9279
            "license": [
9280
                "MIT"
9281
            ],
9282
            "authors": [
9283
                {
9284
                    "name": "Contributors",
9285
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
9286
                },
9287
                {
9288
                    "name": "Joseph Bielawski",
9289
                    "email": "[email protected]"
9290
                },
9291
                {
9292
                    "name": "Alexander",
9293
                    "email": "[email protected]"
9294
                },
9295
                {
9296
                    "name": "Geoffrey Bachelet",
9297
                    "email": "[email protected]"
9298
                }
9299
            ],
9300
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
9301
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
9302
            "keywords": [
9303
                "37signals",
9304
                "Authentication",
9305
                "Deezer",
9306
                "EVE Online",
9307
                "amazon",
9308
                "auth0",
9309
                "azure",
9310
                "bitbucket",
9311
                "bitly",
9312
                "box",
9313
                "bufferapp",
9314
                "dailymotion",
9315
                "deviantart",
9316
                "discogs",
9317
                "disqus",
9318
                "dropbox",
9319
                "eventbrite",
9320
                "facebook",
9321
                "firewall",
9322
                "fiware",
9323
                "flickr",
9324
                "foursquare",
9325
                "github",
9326
                "google",
9327
                "hubic",
9328
                "instagram",
9329
                "jira",
9330
                "linkedin",
9331
                "mail.ru",
9332
                "oauth",
9333
                "oauth1",
9334
                "oauth2",
9335
                "odnoklassniki",
9336
                "paypal",
9337
                "qq",
9338
                "reddit",
9339
                "runkeeper",
9340
                "salesforce",
9341
                "security",
9342
                "sensio connect",
9343
                "sina weibo",
9344
                "slack",
9345
                "sound cloud",
9346
                "spotify",
9347
                "stack exchange",
9348
                "stereomood",
9349
                "strava",
9350
                "toshl",
9351
                "trakt",
9352
                "trello",
9353
                "twitch",
9354
                "twitter",
9355
                "vkontakte",
9356
                "wechat",
9357
                "windows live",
9358
                "wordpress",
9359
                "xing",
9360
                "yahoo",
9361
                "yandex",
9362
                "youtube"
9363
            ],
9364
            "time": "2016-03-08 08:00:04"
9365
        },
9366
        {
9367
            "name": "instaclick/php-webdriver",
9368
            "version": "1.4.3",
9369
            "source": {
9370
                "type": "git",
9371
                "url": "https://github.com/instaclick/php-webdriver.git",
9372
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
9373
            },
9374
            "dist": {
9375
                "type": "zip",
9376
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
9377
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
9378
                "shasum": ""
9379
            },
9380
            "require": {
9381
                "ext-curl": "*",
9382
                "php": ">=5.3.2"
9383
            },
9384
            "require-dev": {
9385
                "satooshi/php-coveralls": "dev-master"
9386
            },
9387
            "type": "library",
9388
            "extra": {
9389
                "branch-alias": {
9390
                    "dev-master": "1.4.x-dev"
9391
                }
9392
            },
9393
            "autoload": {
9394
                "psr-0": {
9395
                    "WebDriver": "lib/"
9396
                }
9397
            },
9398
            "notification-url": "https://packagist.org/downloads/",
9399
            "license": [
9400
                "Apache-2.0"
9401
            ],
9402
            "authors": [
9403
                {
9404
                    "name": "Justin Bishop",
9405
                    "email": "[email protected]",
9406
                    "role": "Developer"
9407
                },
9408
                {
9409
                    "name": "Anthon Pang",
9410
                    "email": "[email protected]",
9411
                    "role": "Fork Maintainer"
9412
                }
9413
            ],
9414
            "description": "PHP WebDriver for Selenium 2",
9415
            "homepage": "http://instaclick.com/",
9416
            "keywords": [
9417
                "browser",
9418
                "selenium",
9419
                "webdriver",
9420
                "webtest"
9421
            ],
9422
            "time": "2015-06-15 20:19:33"
9423
        },
9424
        {
9425
            "name": "kriswallsmith/buzz",
9426
            "version": "v0.15",
9427
            "source": {
9428
                "type": "git",
9429
                "url": "https://github.com/kriswallsmith/Buzz.git",
9430
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
9431
            },
9432
            "dist": {
9433
                "type": "zip",
9434
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
9435
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
9436
                "shasum": ""
9437
            },
9438
            "require": {
9439
                "php": ">=5.3.0"
9440
            },
9441
            "require-dev": {
9442
                "phpunit/phpunit": "3.7.*"
9443
            },
9444
            "suggest": {
9445
                "ext-curl": "*"
9446
            },
9447
            "type": "library",
9448
            "autoload": {
9449
                "psr-0": {
9450
                    "Buzz": "lib/"
9451
                }
9452
            },
9453
            "notification-url": "https://packagist.org/downloads/",
9454
            "license": [
9455
                "MIT"
9456
            ],
9457
            "authors": [
9458
                {
9459
                    "name": "Kris Wallsmith",
9460
                    "email": "[email protected]",
9461
                    "homepage": "http://kriswallsmith.net/"
9462
                }
9463
            ],
9464
            "description": "Lightweight HTTP client",
9465
            "homepage": "https://github.com/kriswallsmith/Buzz",
9466
            "keywords": [
9467
                "curl",
9468
                "http client"
9469
            ],
9470
            "time": "2015-06-25 17:26:56"
9471
        },
9472
        {
9473
            "name": "lakion/api-test-case",
9474
            "version": "dev-master",
9475
            "source": {
9476
                "type": "git",
9477
                "url": "https://github.com/Lakion/ApiTestCase.git",
9478
                "reference": "c4d37eccbaa49f06a317d22198649517627ed599"
9479
            },
9480
            "dist": {
9481
                "type": "zip",
9482
                "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/c4d37eccbaa49f06a317d22198649517627ed599",
9483
                "reference": "c4d37eccbaa49f06a317d22198649517627ed599",
9484
                "shasum": ""
9485
            },
9486
            "require": {
9487
                "coduo/php-matcher": "^2.0",
9488
                "doctrine/data-fixtures": "^1.1",
9489
                "doctrine/doctrine-bundle": "^1.6",
9490
                "doctrine/orm": "^2.4.8",
9491
                "nelmio/alice": "^2.1.4",
9492
                "php": "^5.5.9|^7.0",
9493
                "phpspec/php-diff": "^1.0",
9494
                "phpunit/phpunit": "^4.8|^5.0",
9495
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
9496
                "symfony/browser-kit": "^2.3|^3.0",
9497
                "symfony/console": "^2.3|^3.0",
9498
                "symfony/finder": "^2.3|^3.0",
9499
                "symfony/framework-bundle": "^2.3|^3.0",
9500
                "symfony/serializer": "^2.3|^3.0"
9501
            },
9502
            "type": "library",
9503
            "extra": {
9504
                "branch-alias": {
9505
                    "dev-master": "1.0-dev"
9506
                }
9507
            },
9508
            "autoload": {
9509
                "psr-4": {
9510
                    "Lakion\\ApiTestCase\\": "src/"
9511
                }
9512
            },
9513
            "notification-url": "https://packagist.org/downloads/",
9514
            "license": [
9515
                "MIT"
9516
            ],
9517
            "authors": [
9518
                {
9519
                    "name": "Łukasz Chruściel",
9520
                    "email": "[email protected]"
9521
                },
9522
                {
9523
                    "name": "Michał Marcinkowski",
9524
                    "email": "[email protected]"
9525
                },
9526
                {
9527
                    "name": "Paweł Jędrzejewski",
9528
                    "email": "[email protected]",
9529
                    "homepage": "http://pjedrzejewski.com"
9530
                },
9531
                {
9532
                    "name": "Arkadiusz Krakowiak",
9533
                    "email": "[email protected]"
9534
                }
9535
            ],
9536
            "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.",
9537
            "keywords": [
9538
                "Symfony2",
9539
                "TDD",
9540
                "api",
9541
                "doctrine",
9542
                "json",
9543
                "phpunit",
9544
                "symfony",
9545
                "testcase",
9546
                "xml"
9547
            ],
9548
            "time": "2016-03-26 13:06:40"
9549
        },
9550
        {
9551
            "name": "lakion/mink-debug-extension",
9552
            "version": "v1.0.3",
9553
            "source": {
9554
                "type": "git",
9555
                "url": "https://github.com/Lakion/MinkDebugExtension.git",
9556
                "reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2"
9557
            },
9558
            "dist": {
9559
                "type": "zip",
9560
                "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
9561
                "reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
9562
                "shasum": ""
9563
            },
9564
            "require": {
9565
                "behat/behat": "^3.0.5",
9566
                "behat/mink-extension": "^2.0.1",
9567
                "php": "^5.5.9|^7.0",
9568
                "symfony/config": "^2.2"
9569
            },
9570
            "require-dev": {
9571
                "behat/mink-goutte-driver": "^1.1",
9572
                "behat/mink-selenium2-driver": "^1.2",
9573
                "phpspec/phpspec": "^2.0"
9574
            },
9575
            "suggest": {
9576
                "behat/mink-browserkit-driver": "To get request debug information included in log file",
9577
                "behat/mink-selenium2-driver": "To get screenshots"
9578
            },
9579
            "type": "behat-extension",
9580
            "extra": {
9581
                "branch-alias": {
9582
                    "dev-master": "1.0-dev"
9583
                }
9584
            },
9585
            "autoload": {
9586
                "psr-4": {
9587
                    "Lakion\\Behat\\MinkDebugExtension\\": "src/"
9588
                }
9589
            },
9590
            "notification-url": "https://packagist.org/downloads/",
9591
            "license": [
9592
                "MIT"
9593
            ],
9594
            "authors": [
9595
                {
9596
                    "name": "Kamil Kokot",
9597
                    "homepage": "http://kamil.kokot.me"
9598
                }
9599
            ],
9600
            "description": "Debug extension for Behat",
9601
            "homepage": "https://github.com/Lakion/MinkDebugExtension",
9602
            "keywords": [
9603
                "Behat",
9604
                "Mink",
9605
                "debug",
9606
                "logging"
9607
            ],
9608
            "time": "2016-02-10 09:25:13"
9609
        },
9610
        {
9611
            "name": "league/url",
9612
            "version": "3.3.5",
9613
            "source": {
9614
                "type": "git",
9615
                "url": "https://github.com/thephpleague/url.git",
9616
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
9617
            },
9618
            "dist": {
9619
                "type": "zip",
9620
                "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
9621
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
9622
                "shasum": ""
9623
            },
9624
            "require": {
9625
                "ext-mbstring": "*",
9626
                "php": ">=5.3.0",
9627
                "true/punycode": "^2.0"
9628
            },
9629
            "require-dev": {
9630
                "phpunit/phpunit": "^4.0"
9631
            },
9632
            "type": "library",
9633
            "extra": {
9634
                "branch-alias": {
9635
                    "dev-master": "3.3-dev"
9636
                }
9637
            },
9638
            "autoload": {
9639
                "psr-4": {
9640
                    "League\\Url\\": "src"
9641
                }
9642
            },
9643
            "notification-url": "https://packagist.org/downloads/",
9644
            "license": [
9645
                "MIT"
9646
            ],
9647
            "authors": [
9648
                {
9649
                    "name": "Ignace Nyamagana Butera",
9650
                    "email": "[email protected]",
9651
                    "homepage": "https://github.com/nyamsprod/",
9652
                    "role": "Developer"
9653
                }
9654
            ],
9655
            "description": "League/url is a lightweight PHP Url manipulating library",
9656
            "homepage": "http://url.thephpleague.com",
9657
            "keywords": [
9658
                "parse_url",
9659
                "php",
9660
                "url"
9661
            ],
9662
            "abandoned": "league/uri",
9663
            "time": "2015-07-15 08:24:12"
9664
        },
9665
        {
9666
            "name": "malukenho/kawaii-gherkin",
9667
            "version": "0.1.3",
9668
            "source": {
9669
                "type": "git",
9670
                "url": "https://github.com/malukenho/kawaii-gherkin.git",
9671
                "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6"
9672
            },
9673
            "dist": {
9674
                "type": "zip",
9675
                "url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/eb70f7bf017e597b611cb85e2238d7dc94315eb6",
9676
                "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6",
9677
                "shasum": ""
9678
            },
9679
            "require": {
9680
                "behat/gherkin": "^4.4",
9681
                "php": "~5.5|^7.0",
9682
                "sebastian/diff": "~1.2",
9683
                "symfony/console": "~2.0|^3.0",
9684
                "symfony/finder": "~2.0|^3.0"
9685
            },
9686
            "require-dev": {
9687
                "phpunit/phpunit": "^4.0"
9688
            },
9689
            "bin": [
9690
                "bin/kawaii"
9691
            ],
9692
            "type": "library",
9693
            "autoload": {
9694
                "psr-4": {
9695
                    "KawaiiGherkin\\": "src/"
9696
                }
9697
            },
9698
            "notification-url": "https://packagist.org/downloads/",
9699
            "license": [
9700
                "MIT"
9701
            ],
9702
            "authors": [
9703
                {
9704
                    "name": "Jefersson Nathan",
9705
                    "email": "[email protected]"
9706
                }
9707
            ],
9708
            "description": "A small library to check and fix annoying gherkin code style",
9709
            "homepage": "https://github.com/malukenho/kawaii-gherkin",
9710
            "keywords": [
9711
                "Code style",
9712
                "code standard",
9713
                "gherkin"
9714
            ],
9715
            "time": "2016-03-31 11:32:46"
9716
        },
9717
        {
9718
            "name": "matthiasnoback/symfony-config-test",
9719
            "version": "v1.4.0",
9720
            "source": {
9721
                "type": "git",
9722
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
9723
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
9724
            },
9725
            "dist": {
9726
                "type": "zip",
9727
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
9728
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
9729
                "shasum": ""
9730
            },
9731
            "require": {
9732
                "php": ">=5.3",
9733
                "sebastian/exporter": "1.*",
9734
                "symfony/config": "~2.0|~3.0"
9735
            },
9736
            "require-dev": {
9737
                "phpunit/phpunit": ">=3.7"
9738
            },
9739
            "type": "library",
9740
            "autoload": {
9741
                "psr-4": {
9742
                    "Matthias\\SymfonyConfigTest\\": ""
9743
                }
9744
            },
9745
            "notification-url": "https://packagist.org/downloads/",
9746
            "license": [
9747
                "MIT"
9748
            ],
9749
            "authors": [
9750
                {
9751
                    "name": "Matthias Noback",
9752
                    "email": "[email protected]",
9753
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
9754
                }
9755
            ],
9756
            "description": "Library for testing user classes related to the Symfony Config Component",
9757
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
9758
            "keywords": [
9759
                "config",
9760
                "phpunit",
9761
                "symfony"
9762
            ],
9763
            "time": "2015-11-25 21:40:32"
9764
        },
9765
        {
9766
            "name": "matthiasnoback/symfony-dependency-injection-test",
9767
            "version": "v0.7.6",
9768
            "source": {
9769
                "type": "git",
9770
                "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git",
9771
                "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c"
9772
            },
9773
            "dist": {
9774
                "type": "zip",
9775
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c",
9776
                "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c",
9777
                "shasum": ""
9778
            },
9779
            "require": {
9780
                "matthiasnoback/symfony-config-test": "0.*|~1.0",
9781
                "sebastian/exporter": "~1",
9782
                "symfony/config": "^2.0.5|~3.0",
9783
                "symfony/dependency-injection": "^2.0.5|~3.0"
9784
            },
9785
            "require-dev": {
9786
                "phpunit/phpunit": "~3.0|~4.0"
9787
            },
9788
            "type": "library",
9789
            "autoload": {
9790
                "psr-4": {
9791
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
9792
                }
9793
            },
9794
            "notification-url": "https://packagist.org/downloads/",
9795
            "license": [
9796
                "MIT"
9797
            ],
9798
            "authors": [
9799
                {
9800
                    "name": "Matthias Noback",
9801
                    "email": "[email protected]",
9802
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
9803
                }
9804
            ],
9805
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
9806
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
9807
            "keywords": [
9808
                "Symfony2",
9809
                "dependency injection",
9810
                "phpunit"
9811
            ],
9812
            "time": "2015-11-12 15:32:36"
9813
        },
9814
        {
9815
            "name": "mikey179/vfsStream",
9816
            "version": "v1.6.3",
9817
            "source": {
9818
                "type": "git",
9819
                "url": "https://github.com/mikey179/vfsStream.git",
9820
                "reference": "c19925cd0390d3c436a0203ae859afa460d0474b"
9821
            },
9822
            "dist": {
9823
                "type": "zip",
9824
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/c19925cd0390d3c436a0203ae859afa460d0474b",
9825
                "reference": "c19925cd0390d3c436a0203ae859afa460d0474b",
9826
                "shasum": ""
9827
            },
9828
            "require": {
9829
                "php": ">=5.3.0"
9830
            },
9831
            "require-dev": {
9832
                "phpunit/phpunit": "~4.5"
9833
            },
9834
            "type": "library",
9835
            "extra": {
9836
                "branch-alias": {
9837
                    "dev-master": "1.6.x-dev"
9838
                }
9839
            },
9840
            "autoload": {
9841
                "psr-0": {
9842
                    "org\\bovigo\\vfs\\": "src/main/php"
9843
                }
9844
            },
9845
            "notification-url": "https://packagist.org/downloads/",
9846
            "license": [
9847
                "BSD-3-Clause"
9848
            ],
9849
            "authors": [
9850
                {
9851
                    "name": "Frank Kleine",
9852
                    "homepage": "http://frankkleine.de/",
9853
                    "role": "Developer"
9854
                }
9855
            ],
9856
            "description": "Virtual file system to mock the real file system in unit tests.",
9857
            "homepage": "http://vfs.bovigo.org/",
9858
            "time": "2016-04-09 09:42:01"
9859
        },
9860
        {
9861
            "name": "nelmio/alice",
9862
            "version": "2.1.4",
9863
            "source": {
9864
                "type": "git",
9865
                "url": "https://github.com/nelmio/alice.git",
9866
                "reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014"
9867
            },
9868
            "dist": {
9869
                "type": "zip",
9870
                "url": "https://api.github.com/repos/nelmio/alice/zipball/c8cb3413ab5d1fa76ee84296dafe356b0c703014",
9871
                "reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014",
9872
                "shasum": ""
9873
            },
9874
            "require": {
9875
                "fzaninotto/faker": "~1.0",
9876
                "php": ">=5.4",
9877
                "symfony/yaml": "~2.0|~3.0"
9878
            },
9879
            "require-dev": {
9880
                "doctrine/common": "~2.3",
9881
                "phpunit/phpunit": "~4.0",
9882
                "symfony/property-access": "~2.2|~3.0"
9883
            },
9884
            "type": "library",
9885
            "extra": {
9886
                "branch-alias": {
9887
                    "dev-master": "2.0.x-dev"
9888
                }
9889
            },
9890
            "autoload": {
9891
                "psr-4": {
9892
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
9893
                }
9894
            },
9895
            "notification-url": "https://packagist.org/downloads/",
9896
            "license": [
9897
                "MIT"
9898
            ],
9899
            "authors": [
9900
                {
9901
                    "name": "Jordi Boggiano",
9902
                    "email": "[email protected]"
9903
                },
9904
                {
9905
                    "name": "Tim Shelburne",
9906
                    "email": "[email protected]"
9907
                }
9908
            ],
9909
            "description": "Expressive fixtures generator",
9910
            "keywords": [
9911
                "Fixture",
9912
                "data",
9913
                "orm",
9914
                "test"
9915
            ],
9916
            "time": "2016-01-07 14:44:47"
9917
        },
9918
        {
9919
            "name": "openlss/lib-array2xml",
9920
            "version": "0.0.10",
9921
            "source": {
9922
                "type": "git",
9923
                "url": "https://github.com/openlss/lib-array2xml.git",
9924
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef"
9925
            },
9926
            "dist": {
9927
                "type": "zip",
9928
                "url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef",
9929
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef",
9930
                "shasum": ""
9931
            },
9932
            "require": {
9933
                "php": ">=5.3.2"
9934
            },
9935
            "type": "library",
9936
            "autoload": {
9937
                "psr-0": {
9938
                    "LSS": ""
9939
                }
9940
            },
9941
            "notification-url": "https://packagist.org/downloads/",
9942
            "license": [
9943
                "Apache-2.0"
9944
            ],
9945
            "authors": [
9946
                {
9947
                    "name": "Bryan Tong",
9948
                    "email": "[email protected]",
9949
                    "homepage": "http://bryantong.com"
9950
                },
9951
                {
9952
                    "name": "Tony Butler",
9953
                    "email": "[email protected]",
9954
                    "homepage": "http://openlss.org"
9955
                }
9956
            ],
9957
            "description": "Array2XML conversion library credit to lalit.org",
9958
            "homepage": "http://openlss.org",
9959
            "keywords": [
9960
                "array",
9961
                "array conversion",
9962
                "xml",
9963
                "xml conversion"
9964
            ],
9965
            "time": "2015-09-16 18:59:23"
9966
        },
9967
        {
9968
            "name": "pamil/prophecy-common",
9969
            "version": "v0.1.0",
9970
            "source": {
9971
                "type": "git",
9972
                "url": "https://github.com/pamil/prophecy-common.git",
9973
                "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c"
9974
            },
9975
            "dist": {
9976
                "type": "zip",
9977
                "url": "https://api.github.com/repos/pamil/prophecy-common/zipball/1f51e88b488511260b8fbccdf5ac3b46dad3139c",
9978
                "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c",
9979
                "shasum": ""
9980
            },
9981
            "require": {
9982
                "phpspec/prophecy": "^1.0"
9983
            },
9984
            "require-dev": {
9985
                "phpspec/phpspec": "^2.5"
9986
            },
9987
            "type": "library",
9988
            "autoload": {
9989
                "psr-4": {
9990
                    "Pamil\\ProphecyCommon\\": "src/"
9991
                }
9992
            },
9993
            "notification-url": "https://packagist.org/downloads/",
9994
            "license": [
9995
                "MIT"
9996
            ],
9997
            "authors": [
9998
                {
9999
                    "name": "Kamil Kokot",
10000
                    "email": "[email protected]",
10001
                    "homepage": "http://kamil.kokot.me"
10002
                }
10003
            ],
10004
            "description": "Common helper classes for Prophecy",
10005
            "time": "2016-05-06 08:34:42"
10006
        },
10007
        {
10008
            "name": "phpdocumentor/reflection-docblock",
10009
            "version": "2.0.4",
10010
            "source": {
10011
                "type": "git",
10012
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
10013
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
10014
            },
10015
            "dist": {
10016
                "type": "zip",
10017
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
10018
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
10019
                "shasum": ""
10020
            },
10021
            "require": {
10022
                "php": ">=5.3.3"
10023
            },
10024
            "require-dev": {
10025
                "phpunit/phpunit": "~4.0"
10026
            },
10027
            "suggest": {
10028
                "dflydev/markdown": "~1.0",
10029
                "erusev/parsedown": "~1.0"
10030
            },
10031
            "type": "library",
10032
            "extra": {
10033
                "branch-alias": {
10034
                    "dev-master": "2.0.x-dev"
10035
                }
10036
            },
10037
            "autoload": {
10038
                "psr-0": {
10039
                    "phpDocumentor": [
10040
                        "src/"
10041
                    ]
10042
                }
10043
            },
10044
            "notification-url": "https://packagist.org/downloads/",
10045
            "license": [
10046
                "MIT"
10047
            ],
10048
            "authors": [
10049
                {
10050
                    "name": "Mike van Riel",
10051
                    "email": "[email protected]"
10052
                }
10053
            ],
10054
            "time": "2015-02-03 12:10:50"
10055
        },
10056
        {
10057
            "name": "phpspec/php-diff",
10058
            "version": "v1.0.2",
10059
            "source": {
10060
                "type": "git",
10061
                "url": "https://github.com/phpspec/php-diff.git",
10062
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
10063
            },
10064
            "dist": {
10065
                "type": "zip",
10066
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
10067
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
10068
                "shasum": ""
10069
            },
10070
            "type": "library",
10071
            "autoload": {
10072
                "psr-0": {
10073
                    "Diff": "lib/"
10074
                }
10075
            },
10076
            "notification-url": "https://packagist.org/downloads/",
10077
            "license": [
10078
                "BSD-3-Clause"
10079
            ],
10080
            "authors": [
10081
                {
10082
                    "name": "Chris Boulton",
10083
                    "homepage": "http://github.com/chrisboulton",
10084
                    "role": "Original developer"
10085
                }
10086
            ],
10087
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
10088
            "time": "2013-11-01 13:02:21"
10089
        },
10090
        {
10091
            "name": "phpspec/phpspec",
10092
            "version": "2.4.0",
10093
            "source": {
10094
                "type": "git",
10095
                "url": "https://github.com/phpspec/phpspec.git",
10096
                "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358"
10097
            },
10098
            "dist": {
10099
                "type": "zip",
10100
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
10101
                "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
10102
                "shasum": ""
10103
            },
10104
            "require": {
10105
                "doctrine/instantiator": "^1.0.1",
10106
                "ext-tokenizer": "*",
10107
                "php": ">=5.3.3",
10108
                "phpspec/php-diff": "~1.0.0",
10109
                "phpspec/prophecy": "~1.4",
10110
                "sebastian/exporter": "~1.0",
10111
                "symfony/console": "~2.3|~3.0",
10112
                "symfony/event-dispatcher": "~2.1|~3.0",
10113
                "symfony/finder": "~2.1|~3.0",
10114
                "symfony/process": "^2.6|~3.0",
10115
                "symfony/yaml": "~2.1|~3.0"
10116
            },
10117
            "require-dev": {
10118
                "behat/behat": "^3.0.11",
10119
                "bossa/phpspec2-expect": "~1.0",
10120
                "phpunit/phpunit": "~4.4",
10121
                "symfony/filesystem": "~2.1|~3.0"
10122
            },
10123
            "suggest": {
10124
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
10125
            },
10126
            "bin": [
10127
                "bin/phpspec"
10128
            ],
10129
            "type": "library",
10130
            "extra": {
10131
                "branch-alias": {
10132
                    "dev-master": "2.2.x-dev"
10133
                }
10134
            },
10135
            "autoload": {
10136
                "psr-0": {
10137
                    "PhpSpec": "src/"
10138
                }
10139
            },
10140
            "notification-url": "https://packagist.org/downloads/",
10141
            "license": [
10142
                "MIT"
10143
            ],
10144
            "authors": [
10145
                {
10146
                    "name": "Konstantin Kudryashov",
10147
                    "email": "[email protected]",
10148
                    "homepage": "http://everzet.com"
10149
                },
10150
                {
10151
                    "name": "Marcello Duarte",
10152
                    "homepage": "http://marcelloduarte.net/"
10153
                }
10154
            ],
10155
            "description": "Specification-oriented BDD framework for PHP 5.3+",
10156
            "homepage": "http://phpspec.net/",
10157
            "keywords": [
10158
                "BDD",
10159
                "SpecBDD",
10160
                "TDD",
10161
                "spec",
10162
                "specification",
10163
                "testing",
10164
                "tests"
10165
            ],
10166
            "time": "2015-11-29 02:03:49"
10167
        },
10168
        {
10169
            "name": "phpspec/prophecy",
10170
            "version": "v1.5.0",
10171
            "source": {
10172
                "type": "git",
10173
                "url": "https://github.com/phpspec/prophecy.git",
10174
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
10175
            },
10176
            "dist": {
10177
                "type": "zip",
10178
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
10179
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
10180
                "shasum": ""
10181
            },
10182
            "require": {
10183
                "doctrine/instantiator": "^1.0.2",
10184
                "phpdocumentor/reflection-docblock": "~2.0",
10185
                "sebastian/comparator": "~1.1"
10186
            },
10187
            "require-dev": {
10188
                "phpspec/phpspec": "~2.0"
10189
            },
10190
            "type": "library",
10191
            "extra": {
10192
                "branch-alias": {
10193
                    "dev-master": "1.4.x-dev"
10194
                }
10195
            },
10196
            "autoload": {
10197
                "psr-0": {
10198
                    "Prophecy\\": "src/"
10199
                }
10200
            },
10201
            "notification-url": "https://packagist.org/downloads/",
10202
            "license": [
10203
                "MIT"
10204
            ],
10205
            "authors": [
10206
                {
10207
                    "name": "Konstantin Kudryashov",
10208
                    "email": "[email protected]",
10209
                    "homepage": "http://everzet.com"
10210
                },
10211
                {
10212
                    "name": "Marcello Duarte",
10213
                    "email": "[email protected]"
10214
                }
10215
            ],
10216
            "description": "Highly opinionated mocking framework for PHP 5.3+",
10217
            "homepage": "https://github.com/phpspec/prophecy",
10218
            "keywords": [
10219
                "Double",
10220
                "Dummy",
10221
                "fake",
10222
                "mock",
10223
                "spy",
10224
                "stub"
10225
            ],
10226
            "time": "2015-08-13 10:07:40"
10227
        },
10228
        {
10229
            "name": "phpunit/php-code-coverage",
10230
            "version": "2.2.4",
10231
            "source": {
10232
                "type": "git",
10233
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10234
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
10235
            },
10236
            "dist": {
10237
                "type": "zip",
10238
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10239
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10240
                "shasum": ""
10241
            },
10242
            "require": {
10243
                "php": ">=5.3.3",
10244
                "phpunit/php-file-iterator": "~1.3",
10245
                "phpunit/php-text-template": "~1.2",
10246
                "phpunit/php-token-stream": "~1.3",
10247
                "sebastian/environment": "^1.3.2",
10248
                "sebastian/version": "~1.0"
10249
            },
10250
            "require-dev": {
10251
                "ext-xdebug": ">=2.1.4",
10252
                "phpunit/phpunit": "~4"
10253
            },
10254
            "suggest": {
10255
                "ext-dom": "*",
10256
                "ext-xdebug": ">=2.2.1",
10257
                "ext-xmlwriter": "*"
10258
            },
10259
            "type": "library",
10260
            "extra": {
10261
                "branch-alias": {
10262
                    "dev-master": "2.2.x-dev"
10263
                }
10264
            },
10265
            "autoload": {
10266
                "classmap": [
10267
                    "src/"
10268
                ]
10269
            },
10270
            "notification-url": "https://packagist.org/downloads/",
10271
            "license": [
10272
                "BSD-3-Clause"
10273
            ],
10274
            "authors": [
10275
                {
10276
                    "name": "Sebastian Bergmann",
10277
                    "email": "[email protected]",
10278
                    "role": "lead"
10279
                }
10280
            ],
10281
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10282
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10283
            "keywords": [
10284
                "coverage",
10285
                "testing",
10286
                "xunit"
10287
            ],
10288
            "time": "2015-10-06 15:47:00"
10289
        },
10290
        {
10291
            "name": "phpunit/php-file-iterator",
10292
            "version": "1.4.1",
10293
            "source": {
10294
                "type": "git",
10295
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10296
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
10297
            },
10298
            "dist": {
10299
                "type": "zip",
10300
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
10301
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
10302
                "shasum": ""
10303
            },
10304
            "require": {
10305
                "php": ">=5.3.3"
10306
            },
10307
            "type": "library",
10308
            "extra": {
10309
                "branch-alias": {
10310
                    "dev-master": "1.4.x-dev"
10311
                }
10312
            },
10313
            "autoload": {
10314
                "classmap": [
10315
                    "src/"
10316
                ]
10317
            },
10318
            "notification-url": "https://packagist.org/downloads/",
10319
            "license": [
10320
                "BSD-3-Clause"
10321
            ],
10322
            "authors": [
10323
                {
10324
                    "name": "Sebastian Bergmann",
10325
                    "email": "[email protected]",
10326
                    "role": "lead"
10327
                }
10328
            ],
10329
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10330
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10331
            "keywords": [
10332
                "filesystem",
10333
                "iterator"
10334
            ],
10335
            "time": "2015-06-21 13:08:43"
10336
        },
10337
        {
10338
            "name": "phpunit/php-text-template",
10339
            "version": "1.2.1",
10340
            "source": {
10341
                "type": "git",
10342
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
10343
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
10344
            },
10345
            "dist": {
10346
                "type": "zip",
10347
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10348
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10349
                "shasum": ""
10350
            },
10351
            "require": {
10352
                "php": ">=5.3.3"
10353
            },
10354
            "type": "library",
10355
            "autoload": {
10356
                "classmap": [
10357
                    "src/"
10358
                ]
10359
            },
10360
            "notification-url": "https://packagist.org/downloads/",
10361
            "license": [
10362
                "BSD-3-Clause"
10363
            ],
10364
            "authors": [
10365
                {
10366
                    "name": "Sebastian Bergmann",
10367
                    "email": "[email protected]",
10368
                    "role": "lead"
10369
                }
10370
            ],
10371
            "description": "Simple template engine.",
10372
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10373
            "keywords": [
10374
                "template"
10375
            ],
10376
            "time": "2015-06-21 13:50:34"
10377
        },
10378
        {
10379
            "name": "phpunit/php-timer",
10380
            "version": "1.0.7",
10381
            "source": {
10382
                "type": "git",
10383
                "url": "https://github.com/sebastianbergmann/php-timer.git",
10384
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
10385
            },
10386
            "dist": {
10387
                "type": "zip",
10388
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
10389
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
10390
                "shasum": ""
10391
            },
10392
            "require": {
10393
                "php": ">=5.3.3"
10394
            },
10395
            "type": "library",
10396
            "autoload": {
10397
                "classmap": [
10398
                    "src/"
10399
                ]
10400
            },
10401
            "notification-url": "https://packagist.org/downloads/",
10402
            "license": [
10403
                "BSD-3-Clause"
10404
            ],
10405
            "authors": [
10406
                {
10407
                    "name": "Sebastian Bergmann",
10408
                    "email": "[email protected]",
10409
                    "role": "lead"
10410
                }
10411
            ],
10412
            "description": "Utility class for timing",
10413
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
10414
            "keywords": [
10415
                "timer"
10416
            ],
10417
            "time": "2015-06-21 08:01:12"
10418
        },
10419
        {
10420
            "name": "phpunit/php-token-stream",
10421
            "version": "1.4.8",
10422
            "source": {
10423
                "type": "git",
10424
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
10425
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
10426
            },
10427
            "dist": {
10428
                "type": "zip",
10429
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
10430
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
10431
                "shasum": ""
10432
            },
10433
            "require": {
10434
                "ext-tokenizer": "*",
10435
                "php": ">=5.3.3"
10436
            },
10437
            "require-dev": {
10438
                "phpunit/phpunit": "~4.2"
10439
            },
10440
            "type": "library",
10441
            "extra": {
10442
                "branch-alias": {
10443
                    "dev-master": "1.4-dev"
10444
                }
10445
            },
10446
            "autoload": {
10447
                "classmap": [
10448
                    "src/"
10449
                ]
10450
            },
10451
            "notification-url": "https://packagist.org/downloads/",
10452
            "license": [
10453
                "BSD-3-Clause"
10454
            ],
10455
            "authors": [
10456
                {
10457
                    "name": "Sebastian Bergmann",
10458
                    "email": "[email protected]"
10459
                }
10460
            ],
10461
            "description": "Wrapper around PHP's tokenizer extension.",
10462
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
10463
            "keywords": [
10464
                "tokenizer"
10465
            ],
10466
            "time": "2015-09-15 10:49:45"
10467
        },
10468
        {
10469
            "name": "phpunit/phpunit",
10470
            "version": "4.8.18",
10471
            "source": {
10472
                "type": "git",
10473
                "url": "https://github.com/sebastianbergmann/phpunit.git",
10474
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3"
10475
            },
10476
            "dist": {
10477
                "type": "zip",
10478
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
10479
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
10480
                "shasum": ""
10481
            },
10482
            "require": {
10483
                "ext-dom": "*",
10484
                "ext-json": "*",
10485
                "ext-pcre": "*",
10486
                "ext-reflection": "*",
10487
                "ext-spl": "*",
10488
                "php": ">=5.3.3",
10489
                "phpspec/prophecy": "^1.3.1",
10490
                "phpunit/php-code-coverage": "~2.1",
10491
                "phpunit/php-file-iterator": "~1.4",
10492
                "phpunit/php-text-template": "~1.2",
10493
                "phpunit/php-timer": ">=1.0.6",
10494
                "phpunit/phpunit-mock-objects": "~2.3",
10495
                "sebastian/comparator": "~1.1",
10496
                "sebastian/diff": "~1.2",
10497
                "sebastian/environment": "~1.3",
10498
                "sebastian/exporter": "~1.2",
10499
                "sebastian/global-state": "~1.0",
10500
                "sebastian/version": "~1.0",
10501
                "symfony/yaml": "~2.1|~3.0"
10502
            },
10503
            "suggest": {
10504
                "phpunit/php-invoker": "~1.1"
10505
            },
10506
            "bin": [
10507
                "phpunit"
10508
            ],
10509
            "type": "library",
10510
            "extra": {
10511
                "branch-alias": {
10512
                    "dev-master": "4.8.x-dev"
10513
                }
10514
            },
10515
            "autoload": {
10516
                "classmap": [
10517
                    "src/"
10518
                ]
10519
            },
10520
            "notification-url": "https://packagist.org/downloads/",
10521
            "license": [
10522
                "BSD-3-Clause"
10523
            ],
10524
            "authors": [
10525
                {
10526
                    "name": "Sebastian Bergmann",
10527
                    "email": "[email protected]",
10528
                    "role": "lead"
10529
                }
10530
            ],
10531
            "description": "The PHP Unit Testing framework.",
10532
            "homepage": "https://phpunit.de/",
10533
            "keywords": [
10534
                "phpunit",
10535
                "testing",
10536
                "xunit"
10537
            ],
10538
            "time": "2015-11-11 11:32:49"
10539
        },
10540
        {
10541
            "name": "phpunit/phpunit-mock-objects",
10542
            "version": "2.3.8",
10543
            "source": {
10544
                "type": "git",
10545
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
10546
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
10547
            },
10548
            "dist": {
10549
                "type": "zip",
10550
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10551
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10552
                "shasum": ""
10553
            },
10554
            "require": {
10555
                "doctrine/instantiator": "^1.0.2",
10556
                "php": ">=5.3.3",
10557
                "phpunit/php-text-template": "~1.2",
10558
                "sebastian/exporter": "~1.2"
10559
            },
10560
            "require-dev": {
10561
                "phpunit/phpunit": "~4.4"
10562
            },
10563
            "suggest": {
10564
                "ext-soap": "*"
10565
            },
10566
            "type": "library",
10567
            "extra": {
10568
                "branch-alias": {
10569
                    "dev-master": "2.3.x-dev"
10570
                }
10571
            },
10572
            "autoload": {
10573
                "classmap": [
10574
                    "src/"
10575
                ]
10576
            },
10577
            "notification-url": "https://packagist.org/downloads/",
10578
            "license": [
10579
                "BSD-3-Clause"
10580
            ],
10581
            "authors": [
10582
                {
10583
                    "name": "Sebastian Bergmann",
10584
                    "email": "[email protected]",
10585
                    "role": "lead"
10586
                }
10587
            ],
10588
            "description": "Mock Object library for PHPUnit",
10589
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
10590
            "keywords": [
10591
                "mock",
10592
                "xunit"
10593
            ],
10594
            "time": "2015-10-02 06:51:40"
10595
        },
10596
        {
10597
            "name": "se/selenium-server-standalone",
10598
            "version": "v2.52.0",
10599
            "source": {
10600
                "type": "git",
10601
                "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git",
10602
                "reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d"
10603
            },
10604
            "dist": {
10605
                "type": "zip",
10606
                "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
10607
                "reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
10608
                "shasum": ""
10609
            },
10610
            "require-dev": {
10611
                "phpunit/phpunit": "~4.0"
10612
            },
10613
            "bin": [
10614
                "bin/selenium-server-standalone"
10615
            ],
10616
            "type": "library",
10617
            "notification-url": "https://packagist.org/downloads/",
10618
            "license": [
10619
                "Apache 2.0"
10620
            ],
10621
            "authors": [
10622
                {
10623
                    "name": "Sven Eisenschmidt",
10624
                    "email": "[email protected]"
10625
                }
10626
            ],
10627
            "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
10628
            "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone",
10629
            "keywords": [
10630
                "selenium",
10631
                "testing"
10632
            ],
10633
            "time": "2016-02-17 10:14:55"
10634
        },
10635
        {
10636
            "name": "sebastian/comparator",
10637
            "version": "1.2.0",
10638
            "source": {
10639
                "type": "git",
10640
                "url": "https://github.com/sebastianbergmann/comparator.git",
10641
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
10642
            },
10643
            "dist": {
10644
                "type": "zip",
10645
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
10646
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
10647
                "shasum": ""
10648
            },
10649
            "require": {
10650
                "php": ">=5.3.3",
10651
                "sebastian/diff": "~1.2",
10652
                "sebastian/exporter": "~1.2"
10653
            },
10654
            "require-dev": {
10655
                "phpunit/phpunit": "~4.4"
10656
            },
10657
            "type": "library",
10658
            "extra": {
10659
                "branch-alias": {
10660
                    "dev-master": "1.2.x-dev"
10661
                }
10662
            },
10663
            "autoload": {
10664
                "classmap": [
10665
                    "src/"
10666
                ]
10667
            },
10668
            "notification-url": "https://packagist.org/downloads/",
10669
            "license": [
10670
                "BSD-3-Clause"
10671
            ],
10672
            "authors": [
10673
                {
10674
                    "name": "Jeff Welch",
10675
                    "email": "[email protected]"
10676
                },
10677
                {
10678
                    "name": "Volker Dusch",
10679
                    "email": "[email protected]"
10680
                },
10681
                {
10682
                    "name": "Bernhard Schussek",
10683
                    "email": "[email protected]"
10684
                },
10685
                {
10686
                    "name": "Sebastian Bergmann",
10687
                    "email": "[email protected]"
10688
                }
10689
            ],
10690
            "description": "Provides the functionality to compare PHP values for equality",
10691
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
10692
            "keywords": [
10693
                "comparator",
10694
                "compare",
10695
                "equality"
10696
            ],
10697
            "time": "2015-07-26 15:48:44"
10698
        },
10699
        {
10700
            "name": "sebastian/diff",
10701
            "version": "1.4.1",
10702
            "source": {
10703
                "type": "git",
10704
                "url": "https://github.com/sebastianbergmann/diff.git",
10705
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
10706
            },
10707
            "dist": {
10708
                "type": "zip",
10709
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
10710
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
10711
                "shasum": ""
10712
            },
10713
            "require": {
10714
                "php": ">=5.3.3"
10715
            },
10716
            "require-dev": {
10717
                "phpunit/phpunit": "~4.8"
10718
            },
10719
            "type": "library",
10720
            "extra": {
10721
                "branch-alias": {
10722
                    "dev-master": "1.4-dev"
10723
                }
10724
            },
10725
            "autoload": {
10726
                "classmap": [
10727
                    "src/"
10728
                ]
10729
            },
10730
            "notification-url": "https://packagist.org/downloads/",
10731
            "license": [
10732
                "BSD-3-Clause"
10733
            ],
10734
            "authors": [
10735
                {
10736
                    "name": "Kore Nordmann",
10737
                    "email": "[email protected]"
10738
                },
10739
                {
10740
                    "name": "Sebastian Bergmann",
10741
                    "email": "[email protected]"
10742
                }
10743
            ],
10744
            "description": "Diff implementation",
10745
            "homepage": "https://github.com/sebastianbergmann/diff",
10746
            "keywords": [
10747
                "diff"
10748
            ],
10749
            "time": "2015-12-08 07:14:41"
10750
        },
10751
        {
10752
            "name": "sebastian/environment",
10753
            "version": "1.3.2",
10754
            "source": {
10755
                "type": "git",
10756
                "url": "https://github.com/sebastianbergmann/environment.git",
10757
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
10758
            },
10759
            "dist": {
10760
                "type": "zip",
10761
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
10762
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
10763
                "shasum": ""
10764
            },
10765
            "require": {
10766
                "php": ">=5.3.3"
10767
            },
10768
            "require-dev": {
10769
                "phpunit/phpunit": "~4.4"
10770
            },
10771
            "type": "library",
10772
            "extra": {
10773
                "branch-alias": {
10774
                    "dev-master": "1.3.x-dev"
10775
                }
10776
            },
10777
            "autoload": {
10778
                "classmap": [
10779
                    "src/"
10780
                ]
10781
            },
10782
            "notification-url": "https://packagist.org/downloads/",
10783
            "license": [
10784
                "BSD-3-Clause"
10785
            ],
10786
            "authors": [
10787
                {
10788
                    "name": "Sebastian Bergmann",
10789
                    "email": "[email protected]"
10790
                }
10791
            ],
10792
            "description": "Provides functionality to handle HHVM/PHP environments",
10793
            "homepage": "http://www.github.com/sebastianbergmann/environment",
10794
            "keywords": [
10795
                "Xdebug",
10796
                "environment",
10797
                "hhvm"
10798
            ],
10799
            "time": "2015-08-03 06:14:51"
10800
        },
10801
        {
10802
            "name": "sebastian/exporter",
10803
            "version": "1.2.1",
10804
            "source": {
10805
                "type": "git",
10806
                "url": "https://github.com/sebastianbergmann/exporter.git",
10807
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
10808
            },
10809
            "dist": {
10810
                "type": "zip",
10811
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
10812
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
10813
                "shasum": ""
10814
            },
10815
            "require": {
10816
                "php": ">=5.3.3",
10817
                "sebastian/recursion-context": "~1.0"
10818
            },
10819
            "require-dev": {
10820
                "phpunit/phpunit": "~4.4"
10821
            },
10822
            "type": "library",
10823
            "extra": {
10824
                "branch-alias": {
10825
                    "dev-master": "1.2.x-dev"
10826
                }
10827
            },
10828
            "autoload": {
10829
                "classmap": [
10830
                    "src/"
10831
                ]
10832
            },
10833
            "notification-url": "https://packagist.org/downloads/",
10834
            "license": [
10835
                "BSD-3-Clause"
10836
            ],
10837
            "authors": [
10838
                {
10839
                    "name": "Jeff Welch",
10840
                    "email": "[email protected]"
10841
                },
10842
                {
10843
                    "name": "Volker Dusch",
10844
                    "email": "[email protected]"
10845
                },
10846
                {
10847
                    "name": "Bernhard Schussek",
10848
                    "email": "[email protected]"
10849
                },
10850
                {
10851
                    "name": "Sebastian Bergmann",
10852
                    "email": "[email protected]"
10853
                },
10854
                {
10855
                    "name": "Adam Harvey",
10856
                    "email": "[email protected]"
10857
                }
10858
            ],
10859
            "description": "Provides the functionality to export PHP variables for visualization",
10860
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
10861
            "keywords": [
10862
                "export",
10863
                "exporter"
10864
            ],
10865
            "time": "2015-06-21 07:55:53"
10866
        },
10867
        {
10868
            "name": "sebastian/global-state",
10869
            "version": "1.1.1",
10870
            "source": {
10871
                "type": "git",
10872
                "url": "https://github.com/sebastianbergmann/global-state.git",
10873
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
10874
            },
10875
            "dist": {
10876
                "type": "zip",
10877
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
10878
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
10879
                "shasum": ""
10880
            },
10881
            "require": {
10882
                "php": ">=5.3.3"
10883
            },
10884
            "require-dev": {
10885
                "phpunit/phpunit": "~4.2"
10886
            },
10887
            "suggest": {
10888
                "ext-uopz": "*"
10889
            },
10890
            "type": "library",
10891
            "extra": {
10892
                "branch-alias": {
10893
                    "dev-master": "1.0-dev"
10894
                }
10895
            },
10896
            "autoload": {
10897
                "classmap": [
10898
                    "src/"
10899
                ]
10900
            },
10901
            "notification-url": "https://packagist.org/downloads/",
10902
            "license": [
10903
                "BSD-3-Clause"
10904
            ],
10905
            "authors": [
10906
                {
10907
                    "name": "Sebastian Bergmann",
10908
                    "email": "[email protected]"
10909
                }
10910
            ],
10911
            "description": "Snapshotting of global state",
10912
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
10913
            "keywords": [
10914
                "global state"
10915
            ],
10916
            "time": "2015-10-12 03:26:01"
10917
        },
10918
        {
10919
            "name": "sebastian/recursion-context",
10920
            "version": "1.0.1",
10921
            "source": {
10922
                "type": "git",
10923
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
10924
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
10925
            },
10926
            "dist": {
10927
                "type": "zip",
10928
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
10929
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
10930
                "shasum": ""
10931
            },
10932
            "require": {
10933
                "php": ">=5.3.3"
10934
            },
10935
            "require-dev": {
10936
                "phpunit/phpunit": "~4.4"
10937
            },
10938
            "type": "library",
10939
            "extra": {
10940
                "branch-alias": {
10941
                    "dev-master": "1.0.x-dev"
10942
                }
10943
            },
10944
            "autoload": {
10945
                "classmap": [
10946
                    "src/"
10947
                ]
10948
            },
10949
            "notification-url": "https://packagist.org/downloads/",
10950
            "license": [
10951
                "BSD-3-Clause"
10952
            ],
10953
            "authors": [
10954
                {
10955
                    "name": "Jeff Welch",
10956
                    "email": "[email protected]"
10957
                },
10958
                {
10959
                    "name": "Sebastian Bergmann",
10960
                    "email": "[email protected]"
10961
                },
10962
                {
10963
                    "name": "Adam Harvey",
10964
                    "email": "[email protected]"
10965
                }
10966
            ],
10967
            "description": "Provides functionality to recursively process PHP variables",
10968
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10969
            "time": "2015-06-21 08:04:50"
10970
        },
10971
        {
10972
            "name": "sebastian/version",
10973
            "version": "1.0.6",
10974
            "source": {
10975
                "type": "git",
10976
                "url": "https://github.com/sebastianbergmann/version.git",
10977
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
10978
            },
10979
            "dist": {
10980
                "type": "zip",
10981
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10982
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10983
                "shasum": ""
10984
            },
10985
            "type": "library",
10986
            "autoload": {
10987
                "classmap": [
10988
                    "src/"
10989
                ]
10990
            },
10991
            "notification-url": "https://packagist.org/downloads/",
10992
            "license": [
10993
                "BSD-3-Clause"
10994
            ],
10995
            "authors": [
10996
                {
10997
                    "name": "Sebastian Bergmann",
10998
                    "email": "[email protected]",
10999
                    "role": "lead"
11000
                }
11001
            ],
11002
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11003
            "homepage": "https://github.com/sebastianbergmann/version",
11004
            "time": "2015-06-21 13:59:46"
11005
        },
11006
        {
11007
            "name": "true/punycode",
11008
            "version": "v2.0.1",
11009
            "source": {
11010
                "type": "git",
11011
                "url": "https://github.com/true/php-punycode.git",
11012
                "reference": "b672918d992b84f8016bbe353a42516928393c63"
11013
            },
11014
            "dist": {
11015
                "type": "zip",
11016
                "url": "https://api.github.com/repos/true/php-punycode/zipball/b672918d992b84f8016bbe353a42516928393c63",
11017
                "reference": "b672918d992b84f8016bbe353a42516928393c63",
11018
                "shasum": ""
11019
            },
11020
            "require": {
11021
                "ext-mbstring": "*",
11022
                "php": ">=5.3.0"
11023
            },
11024
            "require-dev": {
11025
                "phpunit/phpunit": "~4.7",
11026
                "squizlabs/php_codesniffer": "~2.0"
11027
            },
11028
            "type": "library",
11029
            "autoload": {
11030
                "psr-4": {
11031
                    "TrueBV\\": "src/"
11032
                }
11033
            },
11034
            "notification-url": "https://packagist.org/downloads/",
11035
            "license": [
11036
                "MIT"
11037
            ],
11038
            "authors": [
11039
                {
11040
                    "name": "Renan Gonçalves",
11041
                    "email": "[email protected]"
11042
                }
11043
            ],
11044
            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
11045
            "homepage": "https://github.com/true/php-punycode",
11046
            "keywords": [
11047
                "idna",
11048
                "punycode"
11049
            ],
11050
            "time": "2015-09-01 14:53:31"
11051
        }
11052
    ],
11053
    "aliases": [],
11054
    "minimum-stability": "stable",
11055
    "stability-flags": {
11056
        "lakion/api-test-case": 20
11057
    },
11058
    "prefer-stable": false,
11059
    "prefer-lowest": false,
11060
    "platform": {
11061
        "php": "^5.6|^7.0",
11062
        "ext-exif": "*",
11063
        "ext-fileinfo": "*",
11064
        "ext-gd": "*"
11065
    },
11066
    "platform-dev": []
11067
}
11068