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

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