Completed
Push — master ( 0a231b...6a873e )
by Kamil
12s
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": "ad226aefe9335182f5ea02cd222697bf",
8
    "content-hash": "3c8ea86d828ddefea603976d90a0a4d0",
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": "hwi/oauth-bundle",
2022
            "version": "0.3.9",
2023
            "target-dir": "HWI/Bundle/OAuthBundle",
2024
            "source": {
2025
                "type": "git",
2026
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
2027
                "reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262"
2028
            },
2029
            "dist": {
2030
                "type": "zip",
2031
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
2032
                "reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
2033
                "shasum": ""
2034
            },
2035
            "require": {
2036
                "kriswallsmith/buzz": "~0.7",
2037
                "php": ">=5.3.3",
2038
                "symfony/framework-bundle": "~2.1",
2039
                "symfony/options-resolver": "~2.1",
2040
                "symfony/security-bundle": "~2.1"
2041
            },
2042
            "conflict": {
2043
                "twig/twig": "<1.12"
2044
            },
2045
            "require-dev": {
2046
                "doctrine/orm": "~2.2",
2047
                "symfony/property-access": "~2.3",
2048
                "symfony/twig-bundle": "~2.1",
2049
                "symfony/validator": "~2.1"
2050
            },
2051
            "suggest": {
2052
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
2053
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
2054
                "symfony/property-access": "to use FOSUB integration with this bundle",
2055
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
2056
            },
2057
            "type": "symfony-bundle",
2058
            "extra": {
2059
                "branch-alias": {
2060
                    "dev-master": "0.3-dev"
2061
                }
2062
            },
2063
            "autoload": {
2064
                "psr-0": {
2065
                    "HWI\\Bundle\\OAuthBundle": ""
2066
                }
2067
            },
2068
            "notification-url": "https://packagist.org/downloads/",
2069
            "license": [
2070
                "MIT"
2071
            ],
2072
            "authors": [
2073
                {
2074
                    "name": "Contributors",
2075
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
2076
                },
2077
                {
2078
                    "name": "Joseph Bielawski",
2079
                    "email": "[email protected]"
2080
                },
2081
                {
2082
                    "name": "Alexander",
2083
                    "email": "[email protected]"
2084
                },
2085
                {
2086
                    "name": "Geoffrey Bachelet",
2087
                    "email": "[email protected]"
2088
                }
2089
            ],
2090
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
2091
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
2092
            "keywords": [
2093
                "37signals",
2094
                "Authentication",
2095
                "amazon",
2096
                "bitbucket",
2097
                "bitly",
2098
                "box",
2099
                "dailymotion",
2100
                "deviantart",
2101
                "disqus",
2102
                "dropbox",
2103
                "eventbrite",
2104
                "facebook",
2105
                "firewall",
2106
                "flickr",
2107
                "foursquare",
2108
                "github",
2109
                "google",
2110
                "instagram",
2111
                "jira",
2112
                "linkedin",
2113
                "mail.ru",
2114
                "oauth",
2115
                "oauth1",
2116
                "oauth2",
2117
                "odnoklassniki",
2118
                "qq",
2119
                "salesforce",
2120
                "security",
2121
                "sensio connect",
2122
                "sina weibo",
2123
                "stack exchange",
2124
                "stereomood",
2125
                "trello",
2126
                "twitch",
2127
                "twitter",
2128
                "vkontakte",
2129
                "windows live",
2130
                "wordpress",
2131
                "yahoo",
2132
                "yandex"
2133
            ],
2134
            "time": "2015-08-28 09:57:17"
2135
        },
2136
        {
2137
            "name": "imagine/imagine",
2138
            "version": "v0.6.3",
2139
            "source": {
2140
                "type": "git",
2141
                "url": "https://github.com/avalanche123/Imagine.git",
2142
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
2143
            },
2144
            "dist": {
2145
                "type": "zip",
2146
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
2147
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
2148
                "shasum": ""
2149
            },
2150
            "require": {
2151
                "php": ">=5.3.2"
2152
            },
2153
            "require-dev": {
2154
                "sami/sami": "dev-master"
2155
            },
2156
            "suggest": {
2157
                "ext-gd": "to use the GD implementation",
2158
                "ext-gmagick": "to use the Gmagick implementation",
2159
                "ext-imagick": "to use the Imagick implementation"
2160
            },
2161
            "type": "library",
2162
            "extra": {
2163
                "branch-alias": {
2164
                    "dev-develop": "0.7-dev"
2165
                }
2166
            },
2167
            "autoload": {
2168
                "psr-0": {
2169
                    "Imagine": "lib/"
2170
                }
2171
            },
2172
            "notification-url": "https://packagist.org/downloads/",
2173
            "license": [
2174
                "MIT"
2175
            ],
2176
            "authors": [
2177
                {
2178
                    "name": "Bulat Shakirzyanov",
2179
                    "email": "[email protected]",
2180
                    "homepage": "http://avalanche123.com"
2181
                }
2182
            ],
2183
            "description": "Image processing for PHP 5.3",
2184
            "homepage": "http://imagine.readthedocs.org/",
2185
            "keywords": [
2186
                "drawing",
2187
                "graphics",
2188
                "image manipulation",
2189
                "image processing"
2190
            ],
2191
            "time": "2015-09-19 16:54:05"
2192
        },
2193
        {
2194
            "name": "incenteev/composer-parameter-handler",
2195
            "version": "v2.1.2",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2199
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2204
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "php": ">=5.3.3",
2209
                "symfony/yaml": "~2.3|~3.0"
2210
            },
2211
            "require-dev": {
2212
                "composer/composer": "1.0.*@dev",
2213
                "phpspec/prophecy-phpunit": "~1.0",
2214
                "symfony/filesystem": "~2.2"
2215
            },
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "2.1.x-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "psr-4": {
2224
                    "Incenteev\\ParameterHandler\\": ""
2225
                }
2226
            },
2227
            "notification-url": "https://packagist.org/downloads/",
2228
            "license": [
2229
                "MIT"
2230
            ],
2231
            "authors": [
2232
                {
2233
                    "name": "Christophe Coevoet",
2234
                    "email": "[email protected]"
2235
                }
2236
            ],
2237
            "description": "Composer script handling your ignored parameter file",
2238
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2239
            "keywords": [
2240
                "parameters management"
2241
            ],
2242
            "time": "2015-11-10 17:04:01"
2243
        },
2244
        {
2245
            "name": "jackalope/jackalope",
2246
            "version": "1.2.6",
2247
            "source": {
2248
                "type": "git",
2249
                "url": "https://github.com/jackalope/jackalope.git",
2250
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42"
2251
            },
2252
            "dist": {
2253
                "type": "zip",
2254
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2255
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2256
                "shasum": ""
2257
            },
2258
            "require": {
2259
                "ext-xml": "*",
2260
                "jackalope/jackalope-transport": "*",
2261
                "php": ">=5.3.3",
2262
                "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
2263
                "phpcr/phpcr-utils": "~1.2,>=1.2.6"
2264
            },
2265
            "provide": {
2266
                "phpcr/phpcr-implementation": "2.1.0"
2267
            },
2268
            "type": "library",
2269
            "extra": {
2270
                "branch-alias": {
2271
                    "dev-master": "1.2-dev"
2272
                }
2273
            },
2274
            "autoload": {
2275
                "psr-0": {
2276
                    "Jackalope\\": "src/"
2277
                }
2278
            },
2279
            "notification-url": "https://packagist.org/downloads/",
2280
            "license": [
2281
                "MIT",
2282
                "Apache-2.0"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "Jackalope Community",
2287
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
2288
                }
2289
            ],
2290
            "description": "Jackalope PHPCR library",
2291
            "homepage": "http://jackalope.github.io",
2292
            "keywords": [
2293
                "phpcr"
2294
            ],
2295
            "time": "2015-11-10 13:02:01"
2296
        },
2297
        {
2298
            "name": "jackalope/jackalope-doctrine-dbal",
2299
            "version": "1.2.4",
2300
            "source": {
2301
                "type": "git",
2302
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
2303
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9"
2304
            },
2305
            "dist": {
2306
                "type": "zip",
2307
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2308
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2309
                "shasum": ""
2310
            },
2311
            "require": {
2312
                "doctrine/dbal": ">=2.4.5,<3.0.x-dev",
2313
                "jackalope/jackalope": "~1.2.4",
2314
                "php": ">=5.3.3",
2315
                "phpcr/phpcr": "~2.1.2",
2316
                "phpcr/phpcr-utils": "^1.2.8"
2317
            },
2318
            "provide": {
2319
                "jackalope/jackalope-transport": "1.1.0"
2320
            },
2321
            "require-dev": {
2322
                "phpcr/phpcr-api-tests": "2.1.10",
2323
                "phpunit/dbunit": "~1.3",
2324
                "phpunit/phpunit": "4.7.*",
2325
                "psr/log": "~1.0"
2326
            },
2327
            "bin": [
2328
                "bin/jackalope"
2329
            ],
2330
            "type": "library",
2331
            "extra": {
2332
                "branch-alias": {
2333
                    "dev-master": "1.3-dev"
2334
                }
2335
            },
2336
            "autoload": {
2337
                "psr-0": {
2338
                    "Jackalope\\": "src/"
2339
                }
2340
            },
2341
            "notification-url": "https://packagist.org/downloads/",
2342
            "license": [
2343
                "MIT",
2344
                "Apache-2.0"
2345
            ],
2346
            "authors": [
2347
                {
2348
                    "name": "Jackalope Community",
2349
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
2350
                }
2351
            ],
2352
            "description": "Jackalope Transport library for Doctrine DBAL",
2353
            "homepage": "http://jackalope.github.io",
2354
            "keywords": [
2355
                "doctrine-dbal",
2356
                "phpcr",
2357
                "transport implementation"
2358
            ],
2359
            "time": "2015-10-20 14:39:49"
2360
        },
2361
        {
2362
            "name": "jdorn/sql-formatter",
2363
            "version": "v1.2.17",
2364
            "source": {
2365
                "type": "git",
2366
                "url": "https://github.com/jdorn/sql-formatter.git",
2367
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2368
            },
2369
            "dist": {
2370
                "type": "zip",
2371
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2372
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2373
                "shasum": ""
2374
            },
2375
            "require": {
2376
                "php": ">=5.2.4"
2377
            },
2378
            "require-dev": {
2379
                "phpunit/phpunit": "3.7.*"
2380
            },
2381
            "type": "library",
2382
            "extra": {
2383
                "branch-alias": {
2384
                    "dev-master": "1.3.x-dev"
2385
                }
2386
            },
2387
            "autoload": {
2388
                "classmap": [
2389
                    "lib"
2390
                ]
2391
            },
2392
            "notification-url": "https://packagist.org/downloads/",
2393
            "license": [
2394
                "MIT"
2395
            ],
2396
            "authors": [
2397
                {
2398
                    "name": "Jeremy Dorn",
2399
                    "email": "[email protected]",
2400
                    "homepage": "http://jeremydorn.com/"
2401
                }
2402
            ],
2403
            "description": "a PHP SQL highlighting library",
2404
            "homepage": "https://github.com/jdorn/sql-formatter/",
2405
            "keywords": [
2406
                "highlight",
2407
                "sql"
2408
            ],
2409
            "time": "2014-01-12 16:20:24"
2410
        },
2411
        {
2412
            "name": "jms/metadata",
2413
            "version": "1.5.1",
2414
            "source": {
2415
                "type": "git",
2416
                "url": "https://github.com/schmittjoh/metadata.git",
2417
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2418
            },
2419
            "dist": {
2420
                "type": "zip",
2421
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2422
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2423
                "shasum": ""
2424
            },
2425
            "require": {
2426
                "php": ">=5.3.0"
2427
            },
2428
            "require-dev": {
2429
                "doctrine/cache": "~1.0"
2430
            },
2431
            "type": "library",
2432
            "extra": {
2433
                "branch-alias": {
2434
                    "dev-master": "1.5.x-dev"
2435
                }
2436
            },
2437
            "autoload": {
2438
                "psr-0": {
2439
                    "Metadata\\": "src/"
2440
                }
2441
            },
2442
            "notification-url": "https://packagist.org/downloads/",
2443
            "license": [
2444
                "Apache"
2445
            ],
2446
            "authors": [
2447
                {
2448
                    "name": "Johannes Schmitt",
2449
                    "email": "[email protected]",
2450
                    "homepage": "https://github.com/schmittjoh",
2451
                    "role": "Developer of wrapped JMSSerializerBundle"
2452
                }
2453
            ],
2454
            "description": "Class/method/property metadata management in PHP",
2455
            "keywords": [
2456
                "annotations",
2457
                "metadata",
2458
                "xml",
2459
                "yaml"
2460
            ],
2461
            "time": "2014-07-12 07:13:19"
2462
        },
2463
        {
2464
            "name": "jms/parser-lib",
2465
            "version": "1.0.0",
2466
            "source": {
2467
                "type": "git",
2468
                "url": "https://github.com/schmittjoh/parser-lib.git",
2469
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2470
            },
2471
            "dist": {
2472
                "type": "zip",
2473
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2474
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2475
                "shasum": ""
2476
            },
2477
            "require": {
2478
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2479
            },
2480
            "type": "library",
2481
            "extra": {
2482
                "branch-alias": {
2483
                    "dev-master": "1.0-dev"
2484
                }
2485
            },
2486
            "autoload": {
2487
                "psr-0": {
2488
                    "JMS\\": "src/"
2489
                }
2490
            },
2491
            "notification-url": "https://packagist.org/downloads/",
2492
            "license": [
2493
                "Apache2"
2494
            ],
2495
            "description": "A library for easily creating recursive-descent parsers.",
2496
            "time": "2012-11-18 18:08:43"
2497
        },
2498
        {
2499
            "name": "jms/serializer",
2500
            "version": "1.1.0",
2501
            "source": {
2502
                "type": "git",
2503
                "url": "https://github.com/schmittjoh/serializer.git",
2504
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2505
            },
2506
            "dist": {
2507
                "type": "zip",
2508
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2509
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2510
                "shasum": ""
2511
            },
2512
            "require": {
2513
                "doctrine/annotations": "1.*",
2514
                "doctrine/instantiator": "~1.0.3",
2515
                "jms/metadata": "~1.1",
2516
                "jms/parser-lib": "1.*",
2517
                "php": ">=5.4.0",
2518
                "phpcollection/phpcollection": "~0.1"
2519
            },
2520
            "conflict": {
2521
                "twig/twig": "<1.12"
2522
            },
2523
            "require-dev": {
2524
                "doctrine/orm": "~2.1",
2525
                "doctrine/phpcr-odm": "~1.0.1",
2526
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2527
                "phpunit/phpunit": "~4.0",
2528
                "propel/propel1": "~1.7",
2529
                "symfony/filesystem": "2.*",
2530
                "symfony/form": "~2.1",
2531
                "symfony/translation": "~2.0",
2532
                "symfony/validator": "~2.0",
2533
                "symfony/yaml": "2.*",
2534
                "twig/twig": "~1.12|~2.0"
2535
            },
2536
            "suggest": {
2537
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2538
            },
2539
            "type": "library",
2540
            "extra": {
2541
                "branch-alias": {
2542
                    "dev-master": "1.1-dev"
2543
                }
2544
            },
2545
            "autoload": {
2546
                "psr-0": {
2547
                    "JMS\\Serializer": "src/"
2548
                }
2549
            },
2550
            "notification-url": "https://packagist.org/downloads/",
2551
            "license": [
2552
                "Apache2"
2553
            ],
2554
            "authors": [
2555
                {
2556
                    "name": "Johannes M. Schmitt",
2557
                    "email": "[email protected]"
2558
                }
2559
            ],
2560
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2561
            "homepage": "http://jmsyst.com/libs/serializer",
2562
            "keywords": [
2563
                "deserialization",
2564
                "jaxb",
2565
                "json",
2566
                "serialization",
2567
                "xml"
2568
            ],
2569
            "time": "2015-10-27 09:24:41"
2570
        },
2571
        {
2572
            "name": "jms/serializer-bundle",
2573
            "version": "1.1.0",
2574
            "target-dir": "JMS/SerializerBundle",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2578
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2583
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "jms/serializer": "^1.0.0",
2588
                "php": ">=5.4.0",
2589
                "phpoption/phpoption": "^1.1.0",
2590
                "symfony/framework-bundle": "~2.3|~3.0"
2591
            },
2592
            "require-dev": {
2593
                "doctrine/doctrine-bundle": "*",
2594
                "doctrine/orm": "*",
2595
                "symfony/browser-kit": "*",
2596
                "symfony/class-loader": "*",
2597
                "symfony/css-selector": "*",
2598
                "symfony/finder": "*",
2599
                "symfony/form": "*",
2600
                "symfony/process": "*",
2601
                "symfony/stopwatch": "*",
2602
                "symfony/twig-bundle": "*",
2603
                "symfony/validator": "*",
2604
                "symfony/yaml": "*"
2605
            },
2606
            "suggest": {
2607
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2608
            },
2609
            "type": "symfony-bundle",
2610
            "extra": {
2611
                "branch-alias": {
2612
                    "dev-master": "1.1-dev"
2613
                }
2614
            },
2615
            "autoload": {
2616
                "psr-0": {
2617
                    "JMS\\SerializerBundle": ""
2618
                }
2619
            },
2620
            "notification-url": "https://packagist.org/downloads/",
2621
            "license": [
2622
                "Apache2"
2623
            ],
2624
            "authors": [
2625
                {
2626
                    "name": "Johannes M. Schmitt",
2627
                    "email": "[email protected]"
2628
                }
2629
            ],
2630
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2631
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2632
            "keywords": [
2633
                "deserialization",
2634
                "jaxb",
2635
                "json",
2636
                "serialization",
2637
                "xml"
2638
            ],
2639
            "time": "2015-11-10 12:26:42"
2640
        },
2641
        {
2642
            "name": "jms/translation-bundle",
2643
            "version": "1.1.0",
2644
            "target-dir": "JMS/TranslationBundle",
2645
            "source": {
2646
                "type": "git",
2647
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
2648
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
2649
            },
2650
            "dist": {
2651
                "type": "zip",
2652
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
2653
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
2654
                "shasum": ""
2655
            },
2656
            "require": {
2657
                "nikic/php-parser": "0.9.1",
2658
                "symfony/console": "*",
2659
                "symfony/framework-bundle": "~2.1"
2660
            },
2661
            "conflict": {
2662
                "twig/twig": "1.10.2"
2663
            },
2664
            "require-dev": {
2665
                "jms/di-extra-bundle": ">=1.1",
2666
                "sensio/framework-extra-bundle": "*",
2667
                "symfony/browser-kit": "*",
2668
                "symfony/class-loader": "*",
2669
                "symfony/css-selector": "*",
2670
                "symfony/finder": "*",
2671
                "symfony/form": "*",
2672
                "symfony/process": "*",
2673
                "symfony/security": "*",
2674
                "symfony/twig-bundle": "*",
2675
                "symfony/validator": "*",
2676
                "symfony/yaml": "*"
2677
            },
2678
            "type": "symfony-bundle",
2679
            "extra": {
2680
                "branch-alias": {
2681
                    "dev-master": "1.1-dev"
2682
                }
2683
            },
2684
            "autoload": {
2685
                "psr-0": {
2686
                    "JMS\\TranslationBundle": ""
2687
                }
2688
            },
2689
            "notification-url": "https://packagist.org/downloads/",
2690
            "license": [
2691
                "Apache2"
2692
            ],
2693
            "authors": [
2694
                {
2695
                    "name": "Johannes M. Schmitt",
2696
                    "email": "[email protected]",
2697
                    "homepage": "http://jmsyst.com",
2698
                    "role": "Developer of wrapped JMSSerializerBundle"
2699
                }
2700
            ],
2701
            "description": "Puts the Symfony2 Translation Component on steroids",
2702
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
2703
            "keywords": [
2704
                "extract",
2705
                "extraction",
2706
                "i18n",
2707
                "interface",
2708
                "multilanguage",
2709
                "translation",
2710
                "ui",
2711
                "webinterface"
2712
            ],
2713
            "time": "2013-06-08 14:08:19"
2714
        },
2715
        {
2716
            "name": "knplabs/gaufrette",
2717
            "version": "0.2.0",
2718
            "source": {
2719
                "type": "git",
2720
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2721
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a"
2722
            },
2723
            "dist": {
2724
                "type": "zip",
2725
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2726
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2727
                "shasum": ""
2728
            },
2729
            "require": {
2730
                "php": ">=5.3.2"
2731
            },
2732
            "require-dev": {
2733
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2734
                "aws/aws-sdk-php": "~2",
2735
                "doctrine/dbal": ">=2.3",
2736
                "dropbox-php/dropbox-php": "*",
2737
                "google/apiclient": "~1.1",
2738
                "herzult/php-ssh": "*",
2739
                "microsoft/windowsazure": "dev-master",
2740
                "mikey179/vfsstream": "~1.2.0",
2741
                "phpseclib/phpseclib": "dev-master",
2742
                "phpspec/phpspec": "2.0.*",
2743
                "phpunit/phpunit": "3.7.*",
2744
                "rackspace/php-opencloud": "1.9.*"
2745
            },
2746
            "suggest": {
2747
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2748
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2749
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2750
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2751
                "ext-apc": "to use the APC adapter",
2752
                "ext-curl": "*",
2753
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2754
                "ext-mbstring": "*",
2755
                "ext-mongo": "*",
2756
                "ext-zip": "to use the Zip adapter",
2757
                "google/apiclient": "to use GoogleCloudStorage adapter",
2758
                "herzult/php-ssh": "to use SFtp adapter",
2759
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2760
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2761
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2762
                "rackspace/php-opencloud": "to use Opencloud adapter"
2763
            },
2764
            "type": "library",
2765
            "extra": {
2766
                "branch-alias": {
2767
                    "dev-master": "0.2.x-dev"
2768
                }
2769
            },
2770
            "autoload": {
2771
                "psr-0": {
2772
                    "Gaufrette": "src/"
2773
                }
2774
            },
2775
            "notification-url": "https://packagist.org/downloads/",
2776
            "license": [
2777
                "MIT"
2778
            ],
2779
            "authors": [
2780
                {
2781
                    "name": "The contributors",
2782
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2783
                },
2784
                {
2785
                    "name": "KnpLabs Team",
2786
                    "homepage": "http://knplabs.com"
2787
                }
2788
            ],
2789
            "description": "PHP5 library that provides a filesystem abstraction layer",
2790
            "homepage": "http://knplabs.com",
2791
            "keywords": [
2792
                "abstraction",
2793
                "file",
2794
                "filesystem",
2795
                "media"
2796
            ],
2797
            "time": "2015-05-26 08:25:40"
2798
        },
2799
        {
2800
            "name": "knplabs/knp-gaufrette-bundle",
2801
            "version": "0.2.0",
2802
            "source": {
2803
                "type": "git",
2804
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2805
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b"
2806
            },
2807
            "dist": {
2808
                "type": "zip",
2809
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2810
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2811
                "shasum": ""
2812
            },
2813
            "require": {
2814
                "knplabs/gaufrette": "~0.1.7|0.2.*@dev",
2815
                "symfony/framework-bundle": "2.*"
2816
            },
2817
            "require-dev": {
2818
                "phpunit/phpunit": "~4.2",
2819
                "symfony/console": "2.*",
2820
                "symfony/yaml": "2.*"
2821
            },
2822
            "type": "symfony-bundle",
2823
            "extra": {
2824
                "branch-alias": {
2825
                    "dev-master": "0.2.x-dev"
2826
                }
2827
            },
2828
            "autoload": {
2829
                "psr-4": {
2830
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2831
                }
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "MIT"
2836
            ],
2837
            "authors": [
2838
                {
2839
                    "name": "The contributors",
2840
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2841
                },
2842
                {
2843
                    "name": "Antoine Hérault",
2844
                    "email": "[email protected]"
2845
                }
2846
            ],
2847
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2848
            "homepage": "http://knplabs.com",
2849
            "keywords": [
2850
                "abstraction",
2851
                "file",
2852
                "filesystem",
2853
                "media"
2854
            ],
2855
            "time": "2015-09-18 12:09:25"
2856
        },
2857
        {
2858
            "name": "knplabs/knp-menu",
2859
            "version": "v1.1.2",
2860
            "source": {
2861
                "type": "git",
2862
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2863
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
2864
            },
2865
            "dist": {
2866
                "type": "zip",
2867
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
2868
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
2869
                "shasum": ""
2870
            },
2871
            "require": {
2872
                "php": ">=5.3.0"
2873
            },
2874
            "require-dev": {
2875
                "pimple/pimple": "*",
2876
                "silex/silex": "1.0.*",
2877
                "twig/twig": ">=1.2,<2.0-dev"
2878
            },
2879
            "suggest": {
2880
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2881
                "silex/silex": "for the integration with your silex application",
2882
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2883
            },
2884
            "type": "library",
2885
            "extra": {
2886
                "branch-alias": {
2887
                    "dev-master": "1.1.x-dev"
2888
                }
2889
            },
2890
            "autoload": {
2891
                "psr-0": {
2892
                    "Knp\\Menu\\": "src/"
2893
                }
2894
            },
2895
            "notification-url": "https://packagist.org/downloads/",
2896
            "license": [
2897
                "MIT"
2898
            ],
2899
            "authors": [
2900
                {
2901
                    "name": "Christophe Coevoet",
2902
                    "email": "[email protected]"
2903
                },
2904
                {
2905
                    "name": "KnpLabs",
2906
                    "homepage": "http://knplabs.com"
2907
                },
2908
                {
2909
                    "name": "Symfony Community",
2910
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2911
                }
2912
            ],
2913
            "description": "An object oriented menu library",
2914
            "homepage": "http://knplabs.com",
2915
            "keywords": [
2916
                "menu",
2917
                "tree"
2918
            ],
2919
            "time": "2012-06-10 16:20:40"
2920
        },
2921
        {
2922
            "name": "knplabs/knp-menu-bundle",
2923
            "version": "v1.1.2",
2924
            "target-dir": "Knp/Bundle/MenuBundle",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2928
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
2933
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "knplabs/knp-menu": "~1.1",
2938
                "symfony/framework-bundle": "~2.0"
2939
            },
2940
            "type": "symfony-bundle",
2941
            "autoload": {
2942
                "psr-0": {
2943
                    "Knp\\Bundle\\MenuBundle": ""
2944
                }
2945
            },
2946
            "notification-url": "https://packagist.org/downloads/",
2947
            "license": [
2948
                "MIT"
2949
            ],
2950
            "authors": [
2951
                {
2952
                    "name": "Christophe Coevoet",
2953
                    "email": "[email protected]"
2954
                },
2955
                {
2956
                    "name": "Knplabs",
2957
                    "homepage": "http://knplabs.com"
2958
                },
2959
                {
2960
                    "name": "Symfony Community",
2961
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2962
                }
2963
            ],
2964
            "description": "This bundle provides an integration of the KnpMenu library",
2965
            "keywords": [
2966
                "menu"
2967
            ],
2968
            "time": "2013-05-25 10:20:03"
2969
        },
2970
        {
2971
            "name": "knplabs/knp-snappy",
2972
            "version": "0.4.3",
2973
            "source": {
2974
                "type": "git",
2975
                "url": "https://github.com/KnpLabs/snappy.git",
2976
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f"
2977
            },
2978
            "dist": {
2979
                "type": "zip",
2980
                "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2981
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2982
                "shasum": ""
2983
            },
2984
            "require": {
2985
                "php": ">=5.3.3",
2986
                "symfony/process": "~2.3|~3.0"
2987
            },
2988
            "require-dev": {
2989
                "phpunit/phpunit": "~4.7"
2990
            },
2991
            "suggest": {
2992
                "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2993
                "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2994
                "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2995
                "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2996
                "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
2997
            },
2998
            "type": "library",
2999
            "extra": {
3000
                "branch-alias": {
3001
                    "dev-master": "0.5.x-dev"
3002
                }
3003
            },
3004
            "autoload": {
3005
                "psr-0": {
3006
                    "Knp\\Snappy": "src/"
3007
                }
3008
            },
3009
            "notification-url": "https://packagist.org/downloads/",
3010
            "license": [
3011
                "MIT"
3012
            ],
3013
            "authors": [
3014
                {
3015
                    "name": "KnpLabs Team",
3016
                    "homepage": "http://knplabs.com"
3017
                },
3018
                {
3019
                    "name": "Symfony Community",
3020
                    "homepage": "http://github.com/KnpLabs/snappy/contributors"
3021
                }
3022
            ],
3023
            "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
3024
            "homepage": "http://github.com/KnpLabs/snappy",
3025
            "keywords": [
3026
                "knp",
3027
                "knplabs",
3028
                "pdf",
3029
                "snapshot",
3030
                "thumbnail",
3031
                "wkhtmltopdf"
3032
            ],
3033
            "time": "2015-11-17 13:16:27"
3034
        },
3035
        {
3036
            "name": "knplabs/knp-snappy-bundle",
3037
            "version": "v1.3",
3038
            "source": {
3039
                "type": "git",
3040
                "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
3041
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44"
3042
            },
3043
            "dist": {
3044
                "type": "zip",
3045
                "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/2aa510cb0192658428ff29206cef85342ec24d44",
3046
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44",
3047
                "shasum": ""
3048
            },
3049
            "require": {
3050
                "knplabs/knp-snappy": "*",
3051
                "php": ">=5.3.2",
3052
                "symfony/finder": ">=2.0.0",
3053
                "symfony/framework-bundle": ">=2.0.0",
3054
                "symfony/validator": ">=2.0.0"
3055
            },
3056
            "type": "symfony-bundle",
3057
            "extra": {
3058
                "branch-alias": {
3059
                    "dev-master": "1.2.x-dev"
3060
                }
3061
            },
3062
            "autoload": {
3063
                "psr-4": {
3064
                    "Knp\\Bundle\\SnappyBundle\\": ""
3065
                }
3066
            },
3067
            "notification-url": "https://packagist.org/downloads/",
3068
            "license": [
3069
                "MIT"
3070
            ],
3071
            "authors": [
3072
                {
3073
                    "name": "KnpLabs Team",
3074
                    "homepage": "http://knplabs.com"
3075
                },
3076
                {
3077
                    "name": "Symfony Community",
3078
                    "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
3079
                }
3080
            ],
3081
            "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
3082
            "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
3083
            "keywords": [
3084
                "bundle",
3085
                "knp",
3086
                "knplabs",
3087
                "pdf",
3088
                "snappy"
3089
            ],
3090
            "time": "2015-08-24 21:40:00"
3091
        },
3092
        {
3093
            "name": "kriswallsmith/assetic",
3094
            "version": "v1.3.2",
3095
            "source": {
3096
                "type": "git",
3097
                "url": "https://github.com/kriswallsmith/assetic.git",
3098
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3099
            },
3100
            "dist": {
3101
                "type": "zip",
3102
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3103
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3104
                "shasum": ""
3105
            },
3106
            "require": {
3107
                "php": ">=5.3.1",
3108
                "symfony/process": "~2.1|~3.0"
3109
            },
3110
            "conflict": {
3111
                "twig/twig": "<1.23"
3112
            },
3113
            "require-dev": {
3114
                "cssmin/cssmin": "3.0.1",
3115
                "joliclic/javascript-packer": "1.1",
3116
                "kamicane/packager": "1.0",
3117
                "leafo/lessphp": "^0.3.7",
3118
                "leafo/scssphp": "~0.1",
3119
                "mrclay/minify": "~2.2",
3120
                "patchwork/jsqueeze": "~1.0|~2.0",
3121
                "phpunit/phpunit": "~4.8",
3122
                "psr/log": "~1.0",
3123
                "ptachoire/cssembed": "~1.0",
3124
                "symfony/phpunit-bridge": "~2.7|~3.0",
3125
                "twig/twig": "~1.8|~2.0"
3126
            },
3127
            "suggest": {
3128
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3129
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3130
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3131
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3132
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3133
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
3134
            },
3135
            "type": "library",
3136
            "extra": {
3137
                "branch-alias": {
3138
                    "dev-master": "1.4-dev"
3139
                }
3140
            },
3141
            "autoload": {
3142
                "psr-0": {
3143
                    "Assetic": "src/"
3144
                },
3145
                "files": [
3146
                    "src/functions.php"
3147
                ]
3148
            },
3149
            "notification-url": "https://packagist.org/downloads/",
3150
            "license": [
3151
                "MIT"
3152
            ],
3153
            "authors": [
3154
                {
3155
                    "name": "Kris Wallsmith",
3156
                    "email": "[email protected]",
3157
                    "homepage": "http://kriswallsmith.net/"
3158
                }
3159
            ],
3160
            "description": "Asset Management for PHP",
3161
            "homepage": "https://github.com/kriswallsmith/assetic",
3162
            "keywords": [
3163
                "assets",
3164
                "compression",
3165
                "minification"
3166
            ],
3167
            "time": "2015-11-12 13:51:40"
3168
        },
3169
        {
3170
            "name": "kriswallsmith/buzz",
3171
            "version": "v0.15",
3172
            "source": {
3173
                "type": "git",
3174
                "url": "https://github.com/kriswallsmith/Buzz.git",
3175
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
3176
            },
3177
            "dist": {
3178
                "type": "zip",
3179
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
3180
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
3181
                "shasum": ""
3182
            },
3183
            "require": {
3184
                "php": ">=5.3.0"
3185
            },
3186
            "require-dev": {
3187
                "phpunit/phpunit": "3.7.*"
3188
            },
3189
            "suggest": {
3190
                "ext-curl": "*"
3191
            },
3192
            "type": "library",
3193
            "autoload": {
3194
                "psr-0": {
3195
                    "Buzz": "lib/"
3196
                }
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "MIT"
3201
            ],
3202
            "authors": [
3203
                {
3204
                    "name": "Kris Wallsmith",
3205
                    "email": "[email protected]",
3206
                    "homepage": "http://kriswallsmith.net/"
3207
                }
3208
            ],
3209
            "description": "Lightweight HTTP client",
3210
            "homepage": "https://github.com/kriswallsmith/Buzz",
3211
            "keywords": [
3212
                "curl",
3213
                "http client"
3214
            ],
3215
            "time": "2015-06-25 17:26:56"
3216
        },
3217
        {
3218
            "name": "league/url",
3219
            "version": "3.3.5",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/thephpleague/url.git",
3223
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
3228
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
3229
                "shasum": ""
3230
            },
3231
            "require": {
3232
                "ext-mbstring": "*",
3233
                "php": ">=5.3.0",
3234
                "true/punycode": "^2.0"
3235
            },
3236
            "require-dev": {
3237
                "phpunit/phpunit": "^4.0"
3238
            },
3239
            "type": "library",
3240
            "extra": {
3241
                "branch-alias": {
3242
                    "dev-master": "3.3-dev"
3243
                }
3244
            },
3245
            "autoload": {
3246
                "psr-4": {
3247
                    "League\\Url\\": "src"
3248
                }
3249
            },
3250
            "notification-url": "https://packagist.org/downloads/",
3251
            "license": [
3252
                "MIT"
3253
            ],
3254
            "authors": [
3255
                {
3256
                    "name": "Ignace Nyamagana Butera",
3257
                    "email": "[email protected]",
3258
                    "homepage": "https://github.com/nyamsprod/",
3259
                    "role": "Developer"
3260
                }
3261
            ],
3262
            "description": "League/url is a lightweight PHP Url manipulating library",
3263
            "homepage": "http://url.thephpleague.com",
3264
            "keywords": [
3265
                "parse_url",
3266
                "php",
3267
                "url"
3268
            ],
3269
            "time": "2015-07-15 08:24:12"
3270
        },
3271
        {
3272
            "name": "liip/imagine-bundle",
3273
            "version": "1.3.1",
3274
            "target-dir": "Liip/ImagineBundle",
3275
            "source": {
3276
                "type": "git",
3277
                "url": "https://github.com/liip/LiipImagineBundle.git",
3278
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9"
3279
            },
3280
            "dist": {
3281
                "type": "zip",
3282
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3283
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3284
                "shasum": ""
3285
            },
3286
            "require": {
3287
                "imagine/imagine": "~0.5,<0.7",
3288
                "php": ">=5.3.2",
3289
                "symfony/filesystem": "~2.3 || ~3.0",
3290
                "symfony/finder": "~2.3 || ~3.0",
3291
                "symfony/framework-bundle": "~2.3 || ~3.0",
3292
                "symfony/options-resolver": "~2.3 || ~3.0"
3293
            },
3294
            "require-dev": {
3295
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3296
                "aws/aws-sdk-php": "~2.4",
3297
                "doctrine/cache": "~1.1",
3298
                "doctrine/mongodb-odm": "1.0.*",
3299
                "doctrine/orm": "~2.3",
3300
                "ext-gd": "*",
3301
                "phpunit/phpunit": "~4.3",
3302
                "psr/log": "~1.0",
3303
                "symfony/browser-kit": "~2.3 || ~3.0",
3304
                "symfony/console": "~2.3 || ~3.0",
3305
                "symfony/form": "~2.3 || ~3.0",
3306
                "symfony/phpunit-bridge": "~2.3 || ~3.0",
3307
                "symfony/yaml": "~2.3 || ~3.0",
3308
                "twig/twig": "~1.12"
3309
            },
3310
            "suggest": {
3311
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
3312
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
3313
                "monolog/monolog": "If you'd want to write logs",
3314
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
3315
            },
3316
            "type": "symfony-bundle",
3317
            "extra": {
3318
                "branch-alias": {
3319
                    "dev-master": "1.0.x-dev",
3320
                    "dev-0.x": "0.x-dev"
3321
                }
3322
            },
3323
            "autoload": {
3324
                "psr-0": {
3325
                    "Liip\\ImagineBundle": ""
3326
                }
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "MIT"
3331
            ],
3332
            "authors": [
3333
                {
3334
                    "name": "Liip and other contributors",
3335
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3336
                }
3337
            ],
3338
            "description": "This Bundle assists in imagine manipulation using the imagine library",
3339
            "homepage": "http://liip.ch",
3340
            "keywords": [
3341
                "image",
3342
                "imagine"
3343
            ],
3344
            "time": "2015-08-27 11:27:33"
3345
        },
3346
        {
3347
            "name": "midgard/createphp",
3348
            "version": "1.1.0",
3349
            "source": {
3350
                "type": "git",
3351
                "url": "https://github.com/flack/createphp.git",
3352
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5"
3353
            },
3354
            "dist": {
3355
                "type": "zip",
3356
                "url": "https://api.github.com/repos/flack/createphp/zipball/132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3357
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3358
                "shasum": ""
3359
            },
3360
            "require-dev": {
3361
                "doctrine/common": "~2.3.0",
3362
                "twig/twig": "~1.8"
3363
            },
3364
            "type": "library",
3365
            "extra": {
3366
                "branch-alias": {
3367
                    "dev-master": "1.1-dev"
3368
                }
3369
            },
3370
            "autoload": {
3371
                "psr-0": {
3372
                    "Midgard\\CreatePHP": "src"
3373
                }
3374
            },
3375
            "notification-url": "https://packagist.org/downloads/",
3376
            "license": [
3377
                "LGPL",
3378
                "MIT"
3379
            ],
3380
            "authors": [
3381
                {
3382
                    "name": "Andreas Flack",
3383
                    "email": "[email protected]",
3384
                    "homepage": "http://www.contentcontrol-berlin.de/"
3385
                }
3386
            ],
3387
            "description": "PHP adapter for Create.js",
3388
            "keywords": [
3389
                "rdfa"
3390
            ],
3391
            "time": "2015-07-03 13:41:50"
3392
        },
3393
        {
3394
            "name": "monolog/monolog",
3395
            "version": "1.17.2",
3396
            "source": {
3397
                "type": "git",
3398
                "url": "https://github.com/Seldaek/monolog.git",
3399
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3400
            },
3401
            "dist": {
3402
                "type": "zip",
3403
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3404
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3405
                "shasum": ""
3406
            },
3407
            "require": {
3408
                "php": ">=5.3.0",
3409
                "psr/log": "~1.0"
3410
            },
3411
            "provide": {
3412
                "psr/log-implementation": "1.0.0"
3413
            },
3414
            "require-dev": {
3415
                "aws/aws-sdk-php": "^2.4.9",
3416
                "doctrine/couchdb": "~1.0@dev",
3417
                "graylog2/gelf-php": "~1.0",
3418
                "jakub-onderka/php-parallel-lint": "0.9",
3419
                "php-console/php-console": "^3.1.3",
3420
                "phpunit/phpunit": "~4.5",
3421
                "phpunit/phpunit-mock-objects": "2.3.0",
3422
                "raven/raven": "^0.13",
3423
                "ruflin/elastica": ">=0.90 <3.0",
3424
                "swiftmailer/swiftmailer": "~5.3",
3425
                "videlalvaro/php-amqplib": "~2.4"
3426
            },
3427
            "suggest": {
3428
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3429
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3430
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3431
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3432
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3433
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3434
                "raven/raven": "Allow sending log messages to a Sentry server",
3435
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3436
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3437
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3438
            },
3439
            "type": "library",
3440
            "extra": {
3441
                "branch-alias": {
3442
                    "dev-master": "1.16.x-dev"
3443
                }
3444
            },
3445
            "autoload": {
3446
                "psr-4": {
3447
                    "Monolog\\": "src/Monolog"
3448
                }
3449
            },
3450
            "notification-url": "https://packagist.org/downloads/",
3451
            "license": [
3452
                "MIT"
3453
            ],
3454
            "authors": [
3455
                {
3456
                    "name": "Jordi Boggiano",
3457
                    "email": "[email protected]",
3458
                    "homepage": "http://seld.be"
3459
                }
3460
            ],
3461
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3462
            "homepage": "http://github.com/Seldaek/monolog",
3463
            "keywords": [
3464
                "log",
3465
                "logging",
3466
                "psr-3"
3467
            ],
3468
            "time": "2015-10-14 12:51:02"
3469
        },
3470
        {
3471
            "name": "nikic/php-parser",
3472
            "version": "v0.9.1",
3473
            "source": {
3474
                "type": "git",
3475
                "url": "https://github.com/nikic/PHP-Parser.git",
3476
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
3477
            },
3478
            "dist": {
3479
                "type": "zip",
3480
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
3481
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
3482
                "shasum": ""
3483
            },
3484
            "require": {
3485
                "php": ">=5.2"
3486
            },
3487
            "type": "library",
3488
            "autoload": {
3489
                "psr-0": {
3490
                    "PHPParser": "lib/"
3491
                }
3492
            },
3493
            "notification-url": "https://packagist.org/downloads/",
3494
            "license": [
3495
                "BSD"
3496
            ],
3497
            "authors": [
3498
                {
3499
                    "name": "Nikita Popov"
3500
                }
3501
            ],
3502
            "description": "A PHP parser written in PHP",
3503
            "keywords": [
3504
                "parser",
3505
                "php"
3506
            ],
3507
            "time": "2012-04-23 22:52:11"
3508
        },
3509
        {
3510
            "name": "ocramius/proxy-manager",
3511
            "version": "1.0.2",
3512
            "source": {
3513
                "type": "git",
3514
                "url": "https://github.com/Ocramius/ProxyManager.git",
3515
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3516
            },
3517
            "dist": {
3518
                "type": "zip",
3519
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3520
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3521
                "shasum": ""
3522
            },
3523
            "require": {
3524
                "php": ">=5.3.3",
3525
                "zendframework/zend-code": ">2.2.5,<3.0"
3526
            },
3527
            "require-dev": {
3528
                "ext-phar": "*",
3529
                "phpunit/phpunit": "~4.0",
3530
                "squizlabs/php_codesniffer": "1.5.*"
3531
            },
3532
            "suggest": {
3533
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3534
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3535
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3536
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3537
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3538
            },
3539
            "type": "library",
3540
            "extra": {
3541
                "branch-alias": {
3542
                    "dev-master": "2.0.x-dev"
3543
                }
3544
            },
3545
            "autoload": {
3546
                "psr-0": {
3547
                    "ProxyManager\\": "src"
3548
                }
3549
            },
3550
            "notification-url": "https://packagist.org/downloads/",
3551
            "license": [
3552
                "MIT"
3553
            ],
3554
            "authors": [
3555
                {
3556
                    "name": "Marco Pivetta",
3557
                    "email": "[email protected]",
3558
                    "homepage": "http://ocramius.github.com/"
3559
                }
3560
            ],
3561
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3562
            "homepage": "https://github.com/Ocramius/ProxyManager",
3563
            "keywords": [
3564
                "aop",
3565
                "lazy loading",
3566
                "proxy",
3567
                "proxy pattern",
3568
                "service proxies"
3569
            ],
3570
            "time": "2015-08-09 04:28:19"
3571
        },
3572
        {
3573
            "name": "omnipay/2checkout",
3574
            "version": "v2.1.1",
3575
            "source": {
3576
                "type": "git",
3577
                "url": "https://github.com/thephpleague/omnipay-2checkout.git",
3578
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
3579
            },
3580
            "dist": {
3581
                "type": "zip",
3582
                "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
3583
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
3584
                "shasum": ""
3585
            },
3586
            "require": {
3587
                "omnipay/common": "~2.0"
3588
            },
3589
            "require-dev": {
3590
                "omnipay/tests": "~2.0"
3591
            },
3592
            "type": "library",
3593
            "extra": {
3594
                "branch-alias": {
3595
                    "dev-master": "2.0.x-dev"
3596
                }
3597
            },
3598
            "autoload": {
3599
                "psr-4": {
3600
                    "Omnipay\\TwoCheckout\\": "src/"
3601
                }
3602
            },
3603
            "notification-url": "https://packagist.org/downloads/",
3604
            "license": [
3605
                "MIT"
3606
            ],
3607
            "authors": [
3608
                {
3609
                    "name": "Adrian Macneil",
3610
                    "email": "[email protected]"
3611
                },
3612
                {
3613
                    "name": "Omnipay Contributors",
3614
                    "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
3615
                }
3616
            ],
3617
            "description": "2Checkout driver for the Omnipay payment processing library",
3618
            "homepage": "https://github.com/thephpleague/omnipay-2checkout",
3619
            "keywords": [
3620
                "2checkout",
3621
                "2co",
3622
                "gateway",
3623
                "merchant",
3624
                "omnipay",
3625
                "pay",
3626
                "payment",
3627
                "twocheckout"
3628
            ],
3629
            "time": "2014-09-17 00:35:37"
3630
        },
3631
        {
3632
            "name": "omnipay/authorizenet",
3633
            "version": "v2.3.0",
3634
            "source": {
3635
                "type": "git",
3636
                "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
3637
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
3638
            },
3639
            "dist": {
3640
                "type": "zip",
3641
                "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
3642
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
3643
                "shasum": ""
3644
            },
3645
            "require": {
3646
                "omnipay/common": "~2.0"
3647
            },
3648
            "require-dev": {
3649
                "omnipay/tests": "~2.0"
3650
            },
3651
            "type": "library",
3652
            "extra": {
3653
                "branch-alias": {
3654
                    "dev-master": "2.0.x-dev"
3655
                }
3656
            },
3657
            "autoload": {
3658
                "psr-4": {
3659
                    "Omnipay\\AuthorizeNet\\": "src/"
3660
                }
3661
            },
3662
            "notification-url": "https://packagist.org/downloads/",
3663
            "license": [
3664
                "MIT"
3665
            ],
3666
            "authors": [
3667
                {
3668
                    "name": "Adrian Macneil",
3669
                    "email": "[email protected]"
3670
                },
3671
                {
3672
                    "name": "Omnipay Contributors",
3673
                    "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
3674
                }
3675
            ],
3676
            "description": "Authorize.Net gateway for the Omnipay payment processing library",
3677
            "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
3678
            "keywords": [
3679
                "authorize",
3680
                "authorize net",
3681
                "authorize.net",
3682
                "gateway",
3683
                "merchant",
3684
                "omnipay",
3685
                "pay",
3686
                "payment"
3687
            ],
3688
            "time": "2015-07-15 18:11:17"
3689
        },
3690
        {
3691
            "name": "omnipay/buckaroo",
3692
            "version": "v2.0.1",
3693
            "source": {
3694
                "type": "git",
3695
                "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
3696
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
3697
            },
3698
            "dist": {
3699
                "type": "zip",
3700
                "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3701
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3702
                "shasum": ""
3703
            },
3704
            "require": {
3705
                "omnipay/common": "~2.0"
3706
            },
3707
            "require-dev": {
3708
                "omnipay/tests": "~2.0"
3709
            },
3710
            "type": "library",
3711
            "extra": {
3712
                "branch-alias": {
3713
                    "dev-master": "2.0.x-dev"
3714
                }
3715
            },
3716
            "autoload": {
3717
                "psr-4": {
3718
                    "Omnipay\\Buckaroo\\": "src/"
3719
                }
3720
            },
3721
            "notification-url": "https://packagist.org/downloads/",
3722
            "license": [
3723
                "MIT"
3724
            ],
3725
            "authors": [
3726
                {
3727
                    "name": "Adrian Macneil",
3728
                    "email": "[email protected]"
3729
                },
3730
                {
3731
                    "name": "Omnipay Contributors",
3732
                    "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
3733
                }
3734
            ],
3735
            "description": "Buckaroo driver for the Omnipay payment processing library",
3736
            "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
3737
            "keywords": [
3738
                "buckaroo",
3739
                "gateway",
3740
                "merchant",
3741
                "omnipay",
3742
                "pay",
3743
                "payment"
3744
            ],
3745
            "time": "2014-09-17 00:35:28"
3746
        },
3747
        {
3748
            "name": "omnipay/cardsave",
3749
            "version": "2.1.2",
3750
            "source": {
3751
                "type": "git",
3752
                "url": "https://github.com/thephpleague/omnipay-cardsave.git",
3753
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
3754
            },
3755
            "dist": {
3756
                "type": "zip",
3757
                "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3758
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3759
                "shasum": ""
3760
            },
3761
            "require": {
3762
                "omnipay/common": "~2.0"
3763
            },
3764
            "require-dev": {
3765
                "omnipay/tests": "~2.0"
3766
            },
3767
            "type": "library",
3768
            "extra": {
3769
                "branch-alias": {
3770
                    "dev-master": "2.0.x-dev"
3771
                }
3772
            },
3773
            "autoload": {
3774
                "psr-4": {
3775
                    "Omnipay\\CardSave\\": "src/"
3776
                }
3777
            },
3778
            "notification-url": "https://packagist.org/downloads/",
3779
            "license": [
3780
                "MIT"
3781
            ],
3782
            "authors": [
3783
                {
3784
                    "name": "Adrian Macneil",
3785
                    "email": "[email protected]"
3786
                },
3787
                {
3788
                    "name": "Omnipay Contributors",
3789
                    "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
3790
                }
3791
            ],
3792
            "description": "CardSave driver for the Omnipay payment processing library",
3793
            "homepage": "https://github.com/thephpleague/omnipay-cardsave",
3794
            "keywords": [
3795
                "card save",
3796
                "cardsave",
3797
                "gateway",
3798
                "merchant",
3799
                "omnipay",
3800
                "pay",
3801
                "payment"
3802
            ],
3803
            "time": "2014-09-21 02:27:16"
3804
        },
3805
        {
3806
            "name": "omnipay/coinbase",
3807
            "version": "v2.0.4",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/thephpleague/omnipay-coinbase.git",
3811
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3816
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "omnipay/common": "~2.0"
3821
            },
3822
            "require-dev": {
3823
                "omnipay/tests": "~2.0"
3824
            },
3825
            "type": "library",
3826
            "extra": {
3827
                "branch-alias": {
3828
                    "dev-master": "2.0.x-dev"
3829
                }
3830
            },
3831
            "autoload": {
3832
                "psr-4": {
3833
                    "Omnipay\\Coinbase\\": "src/"
3834
                }
3835
            },
3836
            "notification-url": "https://packagist.org/downloads/",
3837
            "license": [
3838
                "MIT"
3839
            ],
3840
            "authors": [
3841
                {
3842
                    "name": "Adrian Macneil",
3843
                    "email": "[email protected]"
3844
                },
3845
                {
3846
                    "name": "Omnipay Contributors",
3847
                    "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
3848
                }
3849
            ],
3850
            "description": "Coinbase driver for the Omnipay payment processing library",
3851
            "homepage": "https://github.com/thephpleague/omnipay-coinbase",
3852
            "keywords": [
3853
                "coinbase",
3854
                "gateway",
3855
                "merchant",
3856
                "omnipay",
3857
                "pay",
3858
                "payment"
3859
            ],
3860
            "time": "2015-03-06 05:35:39"
3861
        },
3862
        {
3863
            "name": "omnipay/common",
3864
            "version": "v2.3.4",
3865
            "source": {
3866
                "type": "git",
3867
                "url": "https://github.com/thephpleague/omnipay-common.git",
3868
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
3869
            },
3870
            "dist": {
3871
                "type": "zip",
3872
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
3873
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
3874
                "shasum": ""
3875
            },
3876
            "require": {
3877
                "guzzle/guzzle": "~3.9",
3878
                "php": ">=5.3.2",
3879
                "symfony/http-foundation": "~2.1"
3880
            },
3881
            "require-dev": {
3882
                "omnipay/tests": "~2.0"
3883
            },
3884
            "type": "library",
3885
            "extra": {
3886
                "branch-alias": {
3887
                    "dev-master": "2.0.x-dev"
3888
                },
3889
                "gateways": [
3890
                    "AuthorizeNet_AIM",
3891
                    "AuthorizeNet_SIM",
3892
                    "Buckaroo",
3893
                    "Buckaroo_Ideal",
3894
                    "Buckaroo_PayPal",
3895
                    "CardSave",
3896
                    "Coinbase",
3897
                    "Dummy",
3898
                    "Eway_Rapid",
3899
                    "FirstData_Connect",
3900
                    "GoCardless",
3901
                    "Manual",
3902
                    "Migs_ThreeParty",
3903
                    "Migs_TwoParty",
3904
                    "Mollie",
3905
                    "MultiSafepay",
3906
                    "Netaxept",
3907
                    "NetBanx",
3908
                    "PayFast",
3909
                    "Payflow_Pro",
3910
                    "PaymentExpress_PxPay",
3911
                    "PaymentExpress_PxPost",
3912
                    "PayPal_Express",
3913
                    "PayPal_Pro",
3914
                    "Pin",
3915
                    "SagePay_Direct",
3916
                    "SagePay_Server",
3917
                    "SecurePay_DirectPost",
3918
                    "Stripe",
3919
                    "TargetPay_Directebanking",
3920
                    "TargetPay_Ideal",
3921
                    "TargetPay_Mrcash",
3922
                    "TwoCheckout",
3923
                    "WorldPay",
3924
                    "Alipay Bank",
3925
                    "AliPay Dual Func",
3926
                    "Alipay Express",
3927
                    "Alipay Mobile Express",
3928
                    "Alipay Secured",
3929
                    "Alipay Wap Express",
3930
                    "Cybersource",
3931
                    "DataCash",
3932
                    "Ecopayz",
3933
                    "Neteller",
3934
                    "Pacnet",
3935
                    "PaymentSense",
3936
                    "Realex Remote",
3937
                    "SecPay (PayPoint.net)",
3938
                    "Sisow",
3939
                    "Skrill",
3940
                    "YandexMoney",
3941
                    "YandexMoneyIndividual"
3942
                ]
3943
            },
3944
            "autoload": {
3945
                "psr-0": {
3946
                    "Omnipay\\Common\\": "src/"
3947
                },
3948
                "classmap": [
3949
                    "src/Omnipay/Omnipay.php"
3950
                ]
3951
            },
3952
            "notification-url": "https://packagist.org/downloads/",
3953
            "license": [
3954
                "MIT"
3955
            ],
3956
            "authors": [
3957
                {
3958
                    "name": "Adrian Macneil",
3959
                    "email": "[email protected]"
3960
                },
3961
                {
3962
                    "name": "Omnipay Contributors",
3963
                    "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
3964
                }
3965
            ],
3966
            "description": "Common components for Omnipay payment processing library",
3967
            "homepage": "https://github.com/thephpleague/omnipay-common",
3968
            "keywords": [
3969
                "gateway",
3970
                "merchant",
3971
                "omnipay",
3972
                "pay",
3973
                "payment",
3974
                "purchase"
3975
            ],
3976
            "time": "2015-03-30 14:34:46"
3977
        },
3978
        {
3979
            "name": "omnipay/dummy",
3980
            "version": "v2.1.1",
3981
            "source": {
3982
                "type": "git",
3983
                "url": "https://github.com/thephpleague/omnipay-dummy.git",
3984
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
3985
            },
3986
            "dist": {
3987
                "type": "zip",
3988
                "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3989
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3990
                "shasum": ""
3991
            },
3992
            "require": {
3993
                "omnipay/common": "~2.0"
3994
            },
3995
            "require-dev": {
3996
                "omnipay/tests": "~2.0"
3997
            },
3998
            "type": "library",
3999
            "extra": {
4000
                "branch-alias": {
4001
                    "dev-master": "2.0.x-dev"
4002
                }
4003
            },
4004
            "autoload": {
4005
                "psr-4": {
4006
                    "Omnipay\\Dummy\\": "src/"
4007
                }
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "MIT"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Adrian Macneil",
4016
                    "email": "[email protected]"
4017
                },
4018
                {
4019
                    "name": "Omnipay Contributors",
4020
                    "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
4021
                }
4022
            ],
4023
            "description": "Dummy driver for the Omnipay payment processing library",
4024
            "homepage": "https://github.com/thephpleague/omnipay-dummy",
4025
            "keywords": [
4026
                "Dummy",
4027
                "gateway",
4028
                "merchant",
4029
                "omnipay",
4030
                "pay",
4031
                "payment"
4032
            ],
4033
            "time": "2014-09-17 00:39:36"
4034
        },
4035
        {
4036
            "name": "omnipay/eway",
4037
            "version": "v2.2.0",
4038
            "source": {
4039
                "type": "git",
4040
                "url": "https://github.com/thephpleague/omnipay-eway.git",
4041
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
4042
            },
4043
            "dist": {
4044
                "type": "zip",
4045
                "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
4046
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
4047
                "shasum": ""
4048
            },
4049
            "require": {
4050
                "omnipay/common": "~2.0"
4051
            },
4052
            "require-dev": {
4053
                "omnipay/tests": "~2.0"
4054
            },
4055
            "type": "library",
4056
            "extra": {
4057
                "branch-alias": {
4058
                    "dev-master": "2.0.x-dev"
4059
                }
4060
            },
4061
            "autoload": {
4062
                "psr-4": {
4063
                    "Omnipay\\Eway\\": "src/"
4064
                }
4065
            },
4066
            "notification-url": "https://packagist.org/downloads/",
4067
            "license": [
4068
                "MIT"
4069
            ],
4070
            "authors": [
4071
                {
4072
                    "name": "Adrian Macneil",
4073
                    "email": "[email protected]"
4074
                },
4075
                {
4076
                    "name": "Omnipay Contributors",
4077
                    "homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
4078
                }
4079
            ],
4080
            "description": "eWay driver for the Omnipay payment processing library",
4081
            "homepage": "https://github.com/thephpleague/omnipay-eway",
4082
            "keywords": [
4083
                "eway",
4084
                "gateway",
4085
                "merchant",
4086
                "omnipay",
4087
                "pay",
4088
                "payment"
4089
            ],
4090
            "time": "2015-03-30 00:28:33"
4091
        },
4092
        {
4093
            "name": "omnipay/firstdata",
4094
            "version": "v2.2.0",
4095
            "source": {
4096
                "type": "git",
4097
                "url": "https://github.com/thephpleague/omnipay-firstdata.git",
4098
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
4099
            },
4100
            "dist": {
4101
                "type": "zip",
4102
                "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4103
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4104
                "shasum": ""
4105
            },
4106
            "require": {
4107
                "omnipay/common": "~2.0"
4108
            },
4109
            "require-dev": {
4110
                "omnipay/tests": "~2.0"
4111
            },
4112
            "type": "library",
4113
            "extra": {
4114
                "branch-alias": {
4115
                    "dev-master": "2.0.x-dev"
4116
                }
4117
            },
4118
            "autoload": {
4119
                "psr-4": {
4120
                    "Omnipay\\FirstData\\": "src/"
4121
                }
4122
            },
4123
            "notification-url": "https://packagist.org/downloads/",
4124
            "license": [
4125
                "MIT"
4126
            ],
4127
            "authors": [
4128
                {
4129
                    "name": "Adrian Macneil",
4130
                    "email": "[email protected]"
4131
                },
4132
                {
4133
                    "name": "Omnipay Contributors",
4134
                    "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
4135
                }
4136
            ],
4137
            "description": "First Data driver for the Omnipay payment processing library",
4138
            "homepage": "https://github.com/thephpleague/omnipay-firstdata",
4139
            "keywords": [
4140
                "first data",
4141
                "firstdata",
4142
                "gateway",
4143
                "merchant",
4144
                "omnipay",
4145
                "pay",
4146
                "payment"
4147
            ],
4148
            "time": "2015-07-28 17:50:44"
4149
        },
4150
        {
4151
            "name": "omnipay/gocardless",
4152
            "version": "2.2.0",
4153
            "source": {
4154
                "type": "git",
4155
                "url": "https://github.com/thephpleague/omnipay-gocardless.git",
4156
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
4157
            },
4158
            "dist": {
4159
                "type": "zip",
4160
                "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4161
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4162
                "shasum": ""
4163
            },
4164
            "require": {
4165
                "omnipay/common": "~2.0"
4166
            },
4167
            "require-dev": {
4168
                "omnipay/tests": "~2.0"
4169
            },
4170
            "type": "library",
4171
            "extra": {
4172
                "branch-alias": {
4173
                    "dev-master": "2.0.x-dev"
4174
                }
4175
            },
4176
            "autoload": {
4177
                "psr-4": {
4178
                    "Omnipay\\GoCardless\\": "src/"
4179
                }
4180
            },
4181
            "notification-url": "https://packagist.org/downloads/",
4182
            "license": [
4183
                "MIT"
4184
            ],
4185
            "authors": [
4186
                {
4187
                    "name": "Adrian Macneil",
4188
                    "email": "[email protected]"
4189
                },
4190
                {
4191
                    "name": "Omnipay Contributors",
4192
                    "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
4193
                }
4194
            ],
4195
            "description": "GoCardless driver for the Omnipay payment processing library",
4196
            "homepage": "https://github.com/thephpleague/omnipay-gocardless",
4197
            "keywords": [
4198
                "gateway",
4199
                "go cardless",
4200
                "gocardless",
4201
                "merchant",
4202
                "omnipay",
4203
                "pay",
4204
                "payment"
4205
            ],
4206
            "time": "2015-09-24 14:44:29"
4207
        },
4208
        {
4209
            "name": "omnipay/manual",
4210
            "version": "v2.1.1",
4211
            "source": {
4212
                "type": "git",
4213
                "url": "https://github.com/thephpleague/omnipay-manual.git",
4214
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
4215
            },
4216
            "dist": {
4217
                "type": "zip",
4218
                "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4219
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4220
                "shasum": ""
4221
            },
4222
            "require": {
4223
                "omnipay/common": "~2.0"
4224
            },
4225
            "require-dev": {
4226
                "omnipay/tests": "~2.0"
4227
            },
4228
            "type": "library",
4229
            "extra": {
4230
                "branch-alias": {
4231
                    "dev-master": "2.0.x-dev"
4232
                }
4233
            },
4234
            "autoload": {
4235
                "psr-4": {
4236
                    "Omnipay\\Manual\\": "src/"
4237
                }
4238
            },
4239
            "notification-url": "https://packagist.org/downloads/",
4240
            "license": [
4241
                "MIT"
4242
            ],
4243
            "authors": [
4244
                {
4245
                    "name": "Adrian Macneil",
4246
                    "email": "[email protected]"
4247
                },
4248
                {
4249
                    "name": "Omnipay Contributors",
4250
                    "homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
4251
                }
4252
            ],
4253
            "description": "Manual driver for the Omnipay payment processing library",
4254
            "homepage": "https://github.com/thephpleague/omnipay-manual",
4255
            "keywords": [
4256
                "gateway",
4257
                "manual",
4258
                "merchant",
4259
                "omnipay",
4260
                "pay",
4261
                "payment"
4262
            ],
4263
            "time": "2014-09-17 00:37:01"
4264
        },
4265
        {
4266
            "name": "omnipay/migs",
4267
            "version": "v2.1.1",
4268
            "source": {
4269
                "type": "git",
4270
                "url": "https://github.com/thephpleague/omnipay-migs.git",
4271
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
4272
            },
4273
            "dist": {
4274
                "type": "zip",
4275
                "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4276
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4277
                "shasum": ""
4278
            },
4279
            "require": {
4280
                "omnipay/common": "~2.0"
4281
            },
4282
            "require-dev": {
4283
                "omnipay/tests": "~2.0"
4284
            },
4285
            "type": "library",
4286
            "extra": {
4287
                "branch-alias": {
4288
                    "dev-master": "2.0.x-dev"
4289
                }
4290
            },
4291
            "autoload": {
4292
                "psr-4": {
4293
                    "Omnipay\\Migs\\": "src/"
4294
                }
4295
            },
4296
            "notification-url": "https://packagist.org/downloads/",
4297
            "license": [
4298
                "MIT"
4299
            ],
4300
            "authors": [
4301
                {
4302
                    "name": "Adrian Macneil",
4303
                    "email": "[email protected]"
4304
                },
4305
                {
4306
                    "name": "Omnipay Contributors",
4307
                    "homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
4308
                }
4309
            ],
4310
            "description": "MIGS driver for the Omnipay payment processing library",
4311
            "homepage": "https://github.com/thephpleague/omnipay-migs",
4312
            "keywords": [
4313
                "gateway",
4314
                "mastercard internet gateway service",
4315
                "merchant",
4316
                "migs",
4317
                "omnipay",
4318
                "pay",
4319
                "payment"
4320
            ],
4321
            "time": "2014-09-17 00:38:25"
4322
        },
4323
        {
4324
            "name": "omnipay/mollie",
4325
            "version": "v3.0.4",
4326
            "source": {
4327
                "type": "git",
4328
                "url": "https://github.com/thephpleague/omnipay-mollie.git",
4329
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
4330
            },
4331
            "dist": {
4332
                "type": "zip",
4333
                "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
4334
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
4335
                "shasum": ""
4336
            },
4337
            "require": {
4338
                "omnipay/common": "~2.2"
4339
            },
4340
            "require-dev": {
4341
                "omnipay/tests": "~2.0"
4342
            },
4343
            "type": "library",
4344
            "extra": {
4345
                "branch-alias": {
4346
                    "dev-master": "2.0.x-dev"
4347
                }
4348
            },
4349
            "autoload": {
4350
                "psr-4": {
4351
                    "Omnipay\\Mollie\\": "src/"
4352
                }
4353
            },
4354
            "notification-url": "https://packagist.org/downloads/",
4355
            "license": [
4356
                "MIT"
4357
            ],
4358
            "authors": [
4359
                {
4360
                    "name": "Adrian Macneil",
4361
                    "email": "[email protected]"
4362
                },
4363
                {
4364
                    "name": "Omnipay Contributors",
4365
                    "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
4366
                }
4367
            ],
4368
            "description": "Mollie driver for the Omnipay payment processing library",
4369
            "homepage": "https://github.com/thephpleague/omnipay-mollie",
4370
            "keywords": [
4371
                "gateway",
4372
                "merchant",
4373
                "mollie",
4374
                "omnipay",
4375
                "pay",
4376
                "payment"
4377
            ],
4378
            "time": "2015-03-03 18:55:42"
4379
        },
4380
        {
4381
            "name": "omnipay/multisafepay",
4382
            "version": "V2.2.0",
4383
            "source": {
4384
                "type": "git",
4385
                "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
4386
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
4387
            },
4388
            "dist": {
4389
                "type": "zip",
4390
                "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4391
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4392
                "shasum": ""
4393
            },
4394
            "require": {
4395
                "omnipay/common": "~2.0"
4396
            },
4397
            "require-dev": {
4398
                "omnipay/tests": "~2.0"
4399
            },
4400
            "type": "library",
4401
            "extra": {
4402
                "branch-alias": {
4403
                    "dev-master": "2.0.x-dev"
4404
                }
4405
            },
4406
            "autoload": {
4407
                "psr-4": {
4408
                    "Omnipay\\MultiSafepay\\": "src/"
4409
                }
4410
            },
4411
            "notification-url": "https://packagist.org/downloads/",
4412
            "license": [
4413
                "MIT"
4414
            ],
4415
            "authors": [
4416
                {
4417
                    "name": "Adrian Macneil",
4418
                    "email": "[email protected]"
4419
                },
4420
                {
4421
                    "name": "Omnipay Contributors",
4422
                    "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
4423
                }
4424
            ],
4425
            "description": "MultiSafepay driver for the Omnipay payment processing library",
4426
            "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
4427
            "keywords": [
4428
                "gateway",
4429
                "merchant",
4430
                "multi safepay",
4431
                "multisafepay",
4432
                "omnipay",
4433
                "pay",
4434
                "payment"
4435
            ],
4436
            "time": "2015-01-14 04:01:43"
4437
        },
4438
        {
4439
            "name": "omnipay/netaxept",
4440
            "version": "v2.3.0",
4441
            "source": {
4442
                "type": "git",
4443
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
4444
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
4445
            },
4446
            "dist": {
4447
                "type": "zip",
4448
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
4449
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
4450
                "shasum": ""
4451
            },
4452
            "require": {
4453
                "omnipay/common": "~2.0"
4454
            },
4455
            "require-dev": {
4456
                "omnipay/tests": "~2.0"
4457
            },
4458
            "type": "library",
4459
            "extra": {
4460
                "branch-alias": {
4461
                    "dev-master": "2.0.x-dev"
4462
                }
4463
            },
4464
            "autoload": {
4465
                "psr-4": {
4466
                    "Omnipay\\Netaxept\\": "src/"
4467
                }
4468
            },
4469
            "notification-url": "https://packagist.org/downloads/",
4470
            "license": [
4471
                "MIT"
4472
            ],
4473
            "authors": [
4474
                {
4475
                    "name": "Adrian Macneil",
4476
                    "email": "[email protected]"
4477
                },
4478
                {
4479
                    "name": "Omnipay Contributors",
4480
                    "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
4481
                }
4482
            ],
4483
            "description": "Netaxept driver for the Omnipay payment processing library",
4484
            "homepage": "https://github.com/thephpleague/omnipay-netaxept",
4485
            "keywords": [
4486
                "gateway",
4487
                "merchant",
4488
                "netaxept",
4489
                "omnipay",
4490
                "pay",
4491
                "payment"
4492
            ],
4493
            "time": "2015-05-08 15:13:17"
4494
        },
4495
        {
4496
            "name": "omnipay/netbanx",
4497
            "version": "v2.1.1",
4498
            "source": {
4499
                "type": "git",
4500
                "url": "https://github.com/thephpleague/omnipay-netbanx.git",
4501
                "reference": "a56900120e676385cc42d67c82985fcaaa752140"
4502
            },
4503
            "dist": {
4504
                "type": "zip",
4505
                "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
4506
                "reference": "a56900120e676385cc42d67c82985fcaaa752140",
4507
                "shasum": ""
4508
            },
4509
            "require": {
4510
                "omnipay/common": "~2.0"
4511
            },
4512
            "require-dev": {
4513
                "omnipay/tests": "~2.0"
4514
            },
4515
            "type": "library",
4516
            "extra": {
4517
                "branch-alias": {
4518
                    "dev-master": "2.0.x-dev"
4519
                }
4520
            },
4521
            "autoload": {
4522
                "psr-4": {
4523
                    "Omnipay\\NetBanx\\": "src/"
4524
                }
4525
            },
4526
            "notification-url": "https://packagist.org/downloads/",
4527
            "license": [
4528
                "MIT"
4529
            ],
4530
            "authors": [
4531
                {
4532
                    "name": "Adrian Macneil",
4533
                    "email": "[email protected]"
4534
                },
4535
                {
4536
                    "name": "Omnipay Contributors",
4537
                    "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
4538
                }
4539
            ],
4540
            "description": "NetBanx driver for the Omnipay payment processing library",
4541
            "homepage": "https://github.com/thephpleague/omnipay-netbanx",
4542
            "keywords": [
4543
                "gateway",
4544
                "merchant",
4545
                "netbanx",
4546
                "omnipay",
4547
                "pay",
4548
                "payment"
4549
            ],
4550
            "time": "2014-09-17 00:38:46"
4551
        },
4552
        {
4553
            "name": "omnipay/omnipay",
4554
            "version": "2.3.2",
4555
            "source": {
4556
                "type": "git",
4557
                "url": "https://github.com/thephpleague/omnipay.git",
4558
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
4559
            },
4560
            "dist": {
4561
                "type": "zip",
4562
                "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4563
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4564
                "shasum": ""
4565
            },
4566
            "require": {
4567
                "omnipay/2checkout": "~2.0",
4568
                "omnipay/authorizenet": "~2.0",
4569
                "omnipay/buckaroo": "~2.0",
4570
                "omnipay/cardsave": "~2.0",
4571
                "omnipay/coinbase": "~2.0",
4572
                "omnipay/common": "~2.3.0",
4573
                "omnipay/dummy": "~2.0",
4574
                "omnipay/eway": "~2.0",
4575
                "omnipay/firstdata": "~2.0",
4576
                "omnipay/gocardless": "~2.0",
4577
                "omnipay/manual": "~2.0",
4578
                "omnipay/migs": "~2.0",
4579
                "omnipay/mollie": "~3.0",
4580
                "omnipay/multisafepay": "~2.0",
4581
                "omnipay/netaxept": "~2.0",
4582
                "omnipay/netbanx": "~2.0",
4583
                "omnipay/payfast": "~2.0",
4584
                "omnipay/payflow": "~2.0",
4585
                "omnipay/paymentexpress": "~2.0",
4586
                "omnipay/paypal": "~2.0",
4587
                "omnipay/pin": "~2.0",
4588
                "omnipay/sagepay": "~2.0",
4589
                "omnipay/securepay": "~2.0",
4590
                "omnipay/stripe": "~2.0",
4591
                "omnipay/targetpay": "~2.0",
4592
                "omnipay/worldpay": "~2.0"
4593
            },
4594
            "require-dev": {
4595
                "omnipay/tests": "~2.0"
4596
            },
4597
            "type": "metapackage",
4598
            "extra": {
4599
                "branch-alias": {
4600
                    "dev-master": "2.0.x-dev"
4601
                }
4602
            },
4603
            "notification-url": "https://packagist.org/downloads/",
4604
            "license": [
4605
                "MIT"
4606
            ],
4607
            "authors": [
4608
                {
4609
                    "name": "Adrian Macneil",
4610
                    "email": "[email protected]"
4611
                },
4612
                {
4613
                    "name": "Omnipay Community",
4614
                    "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
4615
                }
4616
            ],
4617
            "description": "Includes Omnipay payment processing library and all officially supported gateways",
4618
            "homepage": "https://github.com/thephpleague/omnipay",
4619
            "keywords": [
4620
                "2checkout",
4621
                "2co",
4622
                "auth.net",
4623
                "authorize",
4624
                "authorize.net",
4625
                "buckaroo",
4626
                "cardsave",
4627
                "coinbase",
4628
                "commweb",
4629
                "dps",
4630
                "egate",
4631
                "eway",
4632
                "express",
4633
                "first data",
4634
                "firstdata",
4635
                "gateway",
4636
                "gocardless",
4637
                "ideal",
4638
                "merchant",
4639
                "migs",
4640
                "mollie",
4641
                "multisafepay",
4642
                "netaxept",
4643
                "netbanx",
4644
                "pay",
4645
                "payfast",
4646
                "payflow",
4647
                "payment",
4648
                "paymentexpress",
4649
                "paypal",
4650
                "pin",
4651
                "purchase",
4652
                "rapid",
4653
                "sagepay",
4654
                "securepay",
4655
                "stripe",
4656
                "tala",
4657
                "tala-payments",
4658
                "targetpay",
4659
                "twocheckout",
4660
                "worldpay"
4661
            ],
4662
            "time": "2014-12-10 13:55:00"
4663
        },
4664
        {
4665
            "name": "omnipay/payfast",
4666
            "version": "v2.1.1",
4667
            "source": {
4668
                "type": "git",
4669
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
4670
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
4671
            },
4672
            "dist": {
4673
                "type": "zip",
4674
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4675
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4676
                "shasum": ""
4677
            },
4678
            "require": {
4679
                "omnipay/common": "~2.0"
4680
            },
4681
            "require-dev": {
4682
                "omnipay/tests": "~2.0"
4683
            },
4684
            "type": "library",
4685
            "extra": {
4686
                "branch-alias": {
4687
                    "dev-master": "2.0.x-dev"
4688
                }
4689
            },
4690
            "autoload": {
4691
                "psr-4": {
4692
                    "Omnipay\\PayFast\\": "src/"
4693
                }
4694
            },
4695
            "notification-url": "https://packagist.org/downloads/",
4696
            "license": [
4697
                "MIT"
4698
            ],
4699
            "authors": [
4700
                {
4701
                    "name": "Adrian Macneil",
4702
                    "email": "[email protected]"
4703
                },
4704
                {
4705
                    "name": "Omnipay Contributors",
4706
                    "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
4707
                }
4708
            ],
4709
            "description": "PayFast driver for the Omnipay payment processing library",
4710
            "homepage": "https://github.com/thephpleague/omnipay-payfast",
4711
            "keywords": [
4712
                "gateway",
4713
                "merchant",
4714
                "omnipay",
4715
                "pay",
4716
                "payfast",
4717
                "payment"
4718
            ],
4719
            "time": "2014-09-17 00:39:04"
4720
        },
4721
        {
4722
            "name": "omnipay/payflow",
4723
            "version": "2.2.0",
4724
            "source": {
4725
                "type": "git",
4726
                "url": "https://github.com/thephpleague/omnipay-payflow.git",
4727
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
4728
            },
4729
            "dist": {
4730
                "type": "zip",
4731
                "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4732
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4733
                "shasum": ""
4734
            },
4735
            "require": {
4736
                "omnipay/common": "~2.0"
4737
            },
4738
            "require-dev": {
4739
                "omnipay/tests": "~2.0"
4740
            },
4741
            "type": "library",
4742
            "extra": {
4743
                "branch-alias": {
4744
                    "dev-master": "2.0.x-dev"
4745
                }
4746
            },
4747
            "autoload": {
4748
                "psr-4": {
4749
                    "Omnipay\\Payflow\\": "src/"
4750
                }
4751
            },
4752
            "notification-url": "https://packagist.org/downloads/",
4753
            "license": [
4754
                "MIT"
4755
            ],
4756
            "authors": [
4757
                {
4758
                    "name": "Adrian Macneil",
4759
                    "email": "[email protected]"
4760
                },
4761
                {
4762
                    "name": "Omnipay Contributors",
4763
                    "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
4764
                }
4765
            ],
4766
            "description": "Payflow driver for the Omnipay payment processing library",
4767
            "homepage": "https://github.com/thephpleague/omnipay-payflow",
4768
            "keywords": [
4769
                "gateway",
4770
                "merchant",
4771
                "omnipay",
4772
                "pay",
4773
                "payflow",
4774
                "payment"
4775
            ],
4776
            "time": "2015-11-03 20:55:42"
4777
        },
4778
        {
4779
            "name": "omnipay/paymentexpress",
4780
            "version": "v2.1.2",
4781
            "source": {
4782
                "type": "git",
4783
                "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
4784
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
4785
            },
4786
            "dist": {
4787
                "type": "zip",
4788
                "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
4789
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
4790
                "shasum": ""
4791
            },
4792
            "require": {
4793
                "omnipay/common": "~2.0"
4794
            },
4795
            "require-dev": {
4796
                "omnipay/tests": "~2.0"
4797
            },
4798
            "type": "library",
4799
            "extra": {
4800
                "branch-alias": {
4801
                    "dev-master": "2.0.x-dev"
4802
                }
4803
            },
4804
            "autoload": {
4805
                "psr-4": {
4806
                    "Omnipay\\PaymentExpress\\": "src/"
4807
                }
4808
            },
4809
            "notification-url": "https://packagist.org/downloads/",
4810
            "license": [
4811
                "MIT"
4812
            ],
4813
            "authors": [
4814
                {
4815
                    "name": "Adrian Macneil",
4816
                    "email": "[email protected]"
4817
                },
4818
                {
4819
                    "name": "Omnipay Contributors",
4820
                    "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
4821
                }
4822
            ],
4823
            "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
4824
            "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
4825
            "keywords": [
4826
                "direct payment solutions",
4827
                "dps",
4828
                "gateway",
4829
                "merchant",
4830
                "omnipay",
4831
                "pay",
4832
                "payment",
4833
                "payment express",
4834
                "paymentexpress",
4835
                "pxaccess",
4836
                "pxpay",
4837
                "pxpost"
4838
            ],
4839
            "time": "2015-04-03 00:20:28"
4840
        },
4841
        {
4842
            "name": "omnipay/paypal",
4843
            "version": "v2.4.3",
4844
            "source": {
4845
                "type": "git",
4846
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
4847
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224"
4848
            },
4849
            "dist": {
4850
                "type": "zip",
4851
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4852
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4853
                "shasum": ""
4854
            },
4855
            "require": {
4856
                "omnipay/common": "~2.0"
4857
            },
4858
            "require-dev": {
4859
                "omnipay/tests": "~2.0"
4860
            },
4861
            "type": "library",
4862
            "extra": {
4863
                "branch-alias": {
4864
                    "dev-master": "2.3.x-dev"
4865
                }
4866
            },
4867
            "autoload": {
4868
                "psr-4": {
4869
                    "Omnipay\\PayPal\\": "src/"
4870
                }
4871
            },
4872
            "notification-url": "https://packagist.org/downloads/",
4873
            "license": [
4874
                "MIT"
4875
            ],
4876
            "authors": [
4877
                {
4878
                    "name": "Adrian Macneil",
4879
                    "email": "[email protected]"
4880
                },
4881
                {
4882
                    "name": "Omnipay Contributors",
4883
                    "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
4884
                }
4885
            ],
4886
            "description": "PayPal gateway for Omnipay payment processing library",
4887
            "homepage": "https://github.com/thephpleague/omnipay-paypal",
4888
            "keywords": [
4889
                "gateway",
4890
                "merchant",
4891
                "omnipay",
4892
                "pay",
4893
                "payment",
4894
                "paypal",
4895
                "purchase"
4896
            ],
4897
            "time": "2015-07-08 17:27:39"
4898
        },
4899
        {
4900
            "name": "omnipay/pin",
4901
            "version": "v2.1.0",
4902
            "source": {
4903
                "type": "git",
4904
                "url": "https://github.com/omnipay/pin.git",
4905
                "reference": "04e778e9689882d4c40419263014068b69b93168"
4906
            },
4907
            "dist": {
4908
                "type": "zip",
4909
                "url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
4910
                "reference": "04e778e9689882d4c40419263014068b69b93168",
4911
                "shasum": ""
4912
            },
4913
            "require": {
4914
                "omnipay/common": "~2.0"
4915
            },
4916
            "require-dev": {
4917
                "omnipay/tests": "~2.0"
4918
            },
4919
            "type": "library",
4920
            "extra": {
4921
                "branch-alias": {
4922
                    "dev-master": "2.0.x-dev"
4923
                }
4924
            },
4925
            "autoload": {
4926
                "psr-4": {
4927
                    "Omnipay\\Pin\\": "src/"
4928
                }
4929
            },
4930
            "notification-url": "https://packagist.org/downloads/",
4931
            "license": [
4932
                "MIT"
4933
            ],
4934
            "authors": [
4935
                {
4936
                    "name": "Adrian Macneil",
4937
                    "email": "[email protected]"
4938
                },
4939
                {
4940
                    "name": "Omnipay Contributors",
4941
                    "homepage": "https://github.com/omnipay/pin/contributors"
4942
                }
4943
            ],
4944
            "description": "Pin Payments driver for the Omnipay payment processing library",
4945
            "homepage": "https://github.com/omnipay/pin",
4946
            "keywords": [
4947
                "gateway",
4948
                "merchant",
4949
                "omnipay",
4950
                "pay",
4951
                "payment",
4952
                "pin"
4953
            ],
4954
            "time": "2014-04-14 11:26:15"
4955
        },
4956
        {
4957
            "name": "omnipay/sagepay",
4958
            "version": "v2.2.0",
4959
            "source": {
4960
                "type": "git",
4961
                "url": "https://github.com/thephpleague/omnipay-sagepay.git",
4962
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
4963
            },
4964
            "dist": {
4965
                "type": "zip",
4966
                "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
4967
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
4968
                "shasum": ""
4969
            },
4970
            "require": {
4971
                "omnipay/common": "~2.0"
4972
            },
4973
            "require-dev": {
4974
                "omnipay/tests": "~2.0"
4975
            },
4976
            "type": "library",
4977
            "extra": {
4978
                "branch-alias": {
4979
                    "dev-master": "2.0.x-dev"
4980
                }
4981
            },
4982
            "autoload": {
4983
                "psr-4": {
4984
                    "Omnipay\\SagePay\\": "src/"
4985
                }
4986
            },
4987
            "notification-url": "https://packagist.org/downloads/",
4988
            "license": [
4989
                "MIT"
4990
            ],
4991
            "authors": [
4992
                {
4993
                    "name": "Adrian Macneil",
4994
                    "email": "[email protected]"
4995
                },
4996
                {
4997
                    "name": "Omnipay Contributors",
4998
                    "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
4999
                }
5000
            ],
5001
            "description": "Sage Pay driver for the Omnipay PHP payment processing library",
5002
            "homepage": "https://github.com/thephpleague/omnipay-sagepay",
5003
            "keywords": [
5004
                "gateway",
5005
                "merchant",
5006
                "omnipay",
5007
                "pay",
5008
                "payment",
5009
                "purchase",
5010
                "sage pay",
5011
                "sagepay"
5012
            ],
5013
            "time": "2015-04-02 17:46:20"
5014
        },
5015
        {
5016
            "name": "omnipay/securepay",
5017
            "version": "v2.1.0",
5018
            "source": {
5019
                "type": "git",
5020
                "url": "https://github.com/omnipay/securepay.git",
5021
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
5022
            },
5023
            "dist": {
5024
                "type": "zip",
5025
                "url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5026
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5027
                "shasum": ""
5028
            },
5029
            "require": {
5030
                "omnipay/common": "~2.0"
5031
            },
5032
            "require-dev": {
5033
                "omnipay/tests": "~2.0"
5034
            },
5035
            "type": "library",
5036
            "extra": {
5037
                "branch-alias": {
5038
                    "dev-master": "2.0.x-dev"
5039
                }
5040
            },
5041
            "autoload": {
5042
                "psr-4": {
5043
                    "Omnipay\\SecurePay\\": "src/"
5044
                }
5045
            },
5046
            "notification-url": "https://packagist.org/downloads/",
5047
            "license": [
5048
                "MIT"
5049
            ],
5050
            "authors": [
5051
                {
5052
                    "name": "Adrian Macneil",
5053
                    "email": "[email protected]"
5054
                },
5055
                {
5056
                    "name": "Omnipay Contributors",
5057
                    "homepage": "https://github.com/omnipay/securepay/contributors"
5058
                }
5059
            ],
5060
            "description": "SecurePay driver for the Omnipay payment processing library",
5061
            "homepage": "https://github.com/omnipay/securepay",
5062
            "keywords": [
5063
                "gateway",
5064
                "merchant",
5065
                "omnipay",
5066
                "pay",
5067
                "payment",
5068
                "securepay"
5069
            ],
5070
            "time": "2014-04-14 11:26:20"
5071
        },
5072
        {
5073
            "name": "omnipay/stripe",
5074
            "version": "v2.3.0",
5075
            "source": {
5076
                "type": "git",
5077
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
5078
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
5079
            },
5080
            "dist": {
5081
                "type": "zip",
5082
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5083
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5084
                "shasum": ""
5085
            },
5086
            "require": {
5087
                "omnipay/common": "~2.0"
5088
            },
5089
            "require-dev": {
5090
                "omnipay/tests": "~2.0"
5091
            },
5092
            "type": "library",
5093
            "extra": {
5094
                "branch-alias": {
5095
                    "dev-master": "2.0.x-dev"
5096
                }
5097
            },
5098
            "autoload": {
5099
                "psr-4": {
5100
                    "Omnipay\\Stripe\\": "src/"
5101
                }
5102
            },
5103
            "notification-url": "https://packagist.org/downloads/",
5104
            "license": [
5105
                "MIT"
5106
            ],
5107
            "authors": [
5108
                {
5109
                    "name": "Adrian Macneil",
5110
                    "email": "[email protected]"
5111
                },
5112
                {
5113
                    "name": "Omnipay Contributors",
5114
                    "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5115
                }
5116
            ],
5117
            "description": "Stripe driver for the Omnipay payment processing library",
5118
            "homepage": "https://github.com/thephpleague/omnipay-stripe",
5119
            "keywords": [
5120
                "gateway",
5121
                "merchant",
5122
                "omnipay",
5123
                "pay",
5124
                "payment",
5125
                "stripe"
5126
            ],
5127
            "time": "2015-11-10 16:17:35"
5128
        },
5129
        {
5130
            "name": "omnipay/targetpay",
5131
            "version": "v2.2.1",
5132
            "source": {
5133
                "type": "git",
5134
                "url": "https://github.com/thephpleague/omnipay-targetpay.git",
5135
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
5136
            },
5137
            "dist": {
5138
                "type": "zip",
5139
                "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5140
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5141
                "shasum": ""
5142
            },
5143
            "require": {
5144
                "omnipay/common": "~2.0"
5145
            },
5146
            "require-dev": {
5147
                "omnipay/tests": "~2.0"
5148
            },
5149
            "type": "library",
5150
            "extra": {
5151
                "branch-alias": {
5152
                    "dev-master": "2.0.x-dev"
5153
                }
5154
            },
5155
            "autoload": {
5156
                "psr-4": {
5157
                    "Omnipay\\TargetPay\\": "src/"
5158
                }
5159
            },
5160
            "notification-url": "https://packagist.org/downloads/",
5161
            "license": [
5162
                "MIT"
5163
            ],
5164
            "authors": [
5165
                {
5166
                    "name": "Adrian Macneil",
5167
                    "email": "[email protected]"
5168
                },
5169
                {
5170
                    "name": "Omnipay Contributors",
5171
                    "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
5172
                }
5173
            ],
5174
            "description": "TargetPay driver for the Omnipay payment processing library",
5175
            "homepage": "https://github.com/thephpleague/omnipay-targetpay",
5176
            "keywords": [
5177
                "gateway",
5178
                "merchant",
5179
                "omnipay",
5180
                "pay",
5181
                "payment",
5182
                "targetpay"
5183
            ],
5184
            "time": "2014-09-17 00:38:39"
5185
        },
5186
        {
5187
            "name": "omnipay/worldpay",
5188
            "version": "v2.1.1",
5189
            "source": {
5190
                "type": "git",
5191
                "url": "https://github.com/thephpleague/omnipay-worldpay.git",
5192
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
5193
            },
5194
            "dist": {
5195
                "type": "zip",
5196
                "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
5197
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
5198
                "shasum": ""
5199
            },
5200
            "require": {
5201
                "omnipay/common": "~2.0"
5202
            },
5203
            "require-dev": {
5204
                "omnipay/tests": "~2.0"
5205
            },
5206
            "type": "library",
5207
            "extra": {
5208
                "branch-alias": {
5209
                    "dev-master": "2.0.x-dev"
5210
                }
5211
            },
5212
            "autoload": {
5213
                "psr-4": {
5214
                    "Omnipay\\WorldPay\\": "src/"
5215
                }
5216
            },
5217
            "notification-url": "https://packagist.org/downloads/",
5218
            "license": [
5219
                "MIT"
5220
            ],
5221
            "authors": [
5222
                {
5223
                    "name": "Adrian Macneil",
5224
                    "email": "[email protected]"
5225
                },
5226
                {
5227
                    "name": "Omnipay Contributors",
5228
                    "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
5229
                }
5230
            ],
5231
            "description": "WorldPay driver for the Omnipay payment processing library",
5232
            "homepage": "https://github.com/thephpleague/omnipay-worldpay",
5233
            "keywords": [
5234
                "gateway",
5235
                "merchant",
5236
                "omnipay",
5237
                "pay",
5238
                "payment",
5239
                "worldpay"
5240
            ],
5241
            "time": "2014-09-17 00:37:18"
5242
        },
5243
        {
5244
            "name": "pagerfanta/pagerfanta",
5245
            "version": "v1.0.3",
5246
            "source": {
5247
                "type": "git",
5248
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
5249
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
5250
            },
5251
            "dist": {
5252
                "type": "zip",
5253
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
5254
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
5255
                "shasum": ""
5256
            },
5257
            "require": {
5258
                "php": ">=5.3.0"
5259
            },
5260
            "require-dev": {
5261
                "doctrine/orm": "~2.3",
5262
                "doctrine/phpcr-odm": "1.*",
5263
                "jackalope/jackalope-doctrine-dbal": "1.*",
5264
                "jmikola/geojson": "~1.0",
5265
                "mandango/mandango": "~1.0@dev",
5266
                "mandango/mondator": "~1.0@dev",
5267
                "phpunit/phpunit": "~4",
5268
                "propel/propel1": "~1.6",
5269
                "ruflin/elastica": "~1.3",
5270
                "solarium/solarium": "~3.1"
5271
            },
5272
            "suggest": {
5273
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5274
                "doctrine/orm": "To use the DoctrineORMAdapter.",
5275
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5276
                "mandango/mandango": "To use the MandangoAdapter.",
5277
                "propel/propel1": "To use the PropelAdapter",
5278
                "solarium/solarium": "To use the SolariumAdapter."
5279
            },
5280
            "type": "library",
5281
            "extra": {
5282
                "branch-alias": {
5283
                    "dev-master": "1.0.x-dev"
5284
                }
5285
            },
5286
            "autoload": {
5287
                "psr-0": {
5288
                    "Pagerfanta\\": "src/"
5289
                }
5290
            },
5291
            "notification-url": "https://packagist.org/downloads/",
5292
            "license": [
5293
                "MIT"
5294
            ],
5295
            "authors": [
5296
                {
5297
                    "name": "Pablo Díez",
5298
                    "email": "[email protected]"
5299
                }
5300
            ],
5301
            "description": "Pagination for PHP 5.3",
5302
            "keywords": [
5303
                "page",
5304
                "pagination",
5305
                "paginator",
5306
                "paging"
5307
            ],
5308
            "time": "2014-10-06 10:57:25"
5309
        },
5310
        {
5311
            "name": "payum/iso4217",
5312
            "version": "1.0.0",
5313
            "source": {
5314
                "type": "git",
5315
                "url": "https://github.com/Payum/iso4217.git",
5316
                "reference": "265c01a8c228f3c75b053353328769780a0a3321"
5317
            },
5318
            "dist": {
5319
                "type": "zip",
5320
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/265c01a8c228f3c75b053353328769780a0a3321",
5321
                "reference": "265c01a8c228f3c75b053353328769780a0a3321",
5322
                "shasum": ""
5323
            },
5324
            "require": {
5325
                "php": ">=5.3"
5326
            },
5327
            "require-dev": {
5328
                "phpunit/phpunit": "~4.0"
5329
            },
5330
            "type": "library",
5331
            "extra": {
5332
                "branch-alias": {
5333
                    "dev-master": "1.0.x-dev"
5334
                }
5335
            },
5336
            "autoload": {
5337
                "psr-4": {
5338
                    "Payum\\ISO4217\\": "."
5339
                }
5340
            },
5341
            "notification-url": "https://packagist.org/downloads/",
5342
            "license": [
5343
                "MIT"
5344
            ],
5345
            "authors": [
5346
                {
5347
                    "name": "Rob Bast",
5348
                    "email": "[email protected]"
5349
                },
5350
                {
5351
                    "name": "Community contributions",
5352
                    "homepage": "https://github.com/Payum/Payum/contributors"
5353
                },
5354
                {
5355
                    "name": "Kotlyar Maksim",
5356
                    "email": "[email protected]"
5357
                },
5358
                {
5359
                    "name": "Payum project",
5360
                    "homepage": "http://payum.org/"
5361
                }
5362
            ],
5363
            "description": "ISO 4217 PHP Library",
5364
            "homepage": "http://payum.org",
5365
            "keywords": [
5366
                "4217",
5367
                "ISO 4217",
5368
                "currencies",
5369
                "iso",
5370
                "library"
5371
            ],
5372
            "time": "2015-04-14 17:23:40"
5373
        },
5374
        {
5375
            "name": "payum/omnipay-bridge",
5376
            "version": "1.0.1",
5377
            "source": {
5378
                "type": "git",
5379
                "url": "https://github.com/Payum/OmnipayBridge.git",
5380
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8"
5381
            },
5382
            "dist": {
5383
                "type": "zip",
5384
                "url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/b3164103d402002c0aab24a43d80badf03e91ed8",
5385
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8",
5386
                "shasum": ""
5387
            },
5388
            "require": {
5389
                "omnipay/common": "~2.3",
5390
                "payum/core": "1.0.*@dev",
5391
                "php": ">=5.5.0"
5392
            },
5393
            "require-dev": {
5394
                "omnipay/dummy": "~2.0",
5395
                "phpunit/phpunit": "~4.0"
5396
            },
5397
            "type": "library",
5398
            "extra": {
5399
                "branch-alias": {
5400
                    "dev-master": "1.0-dev"
5401
                }
5402
            },
5403
            "autoload": {
5404
                "psr-4": {
5405
                    "Payum\\OmnipayBridge\\": "src"
5406
                }
5407
            },
5408
            "notification-url": "https://packagist.org/downloads/",
5409
            "license": [
5410
                "MIT"
5411
            ],
5412
            "authors": [
5413
                {
5414
                    "name": "Community contributions",
5415
                    "homepage": "https://github.com/Payum/OmnipayBridge/contributors"
5416
                },
5417
                {
5418
                    "name": "Kotlyar Maksim",
5419
                    "email": "[email protected]"
5420
                },
5421
                {
5422
                    "name": "Payum project",
5423
                    "homepage": "http://payum.org/"
5424
                }
5425
            ],
5426
            "description": "This  bridge allows you to use omnipay gateways but in payum like way.",
5427
            "homepage": "https://github.com/Payum/OmnipayBridge",
5428
            "keywords": [
5429
                "omnipay",
5430
                "payment"
5431
            ],
5432
            "time": "2015-11-27 21:37:17"
5433
        },
5434
        {
5435
            "name": "payum/payum",
5436
            "version": "1.0.0",
5437
            "source": {
5438
                "type": "git",
5439
                "url": "https://github.com/Payum/Payum.git",
5440
                "reference": "df32af9076820fc83053428004e5a3774a153a3a"
5441
            },
5442
            "dist": {
5443
                "type": "zip",
5444
                "url": "https://api.github.com/repos/Payum/Payum/zipball/df32af9076820fc83053428004e5a3774a153a3a",
5445
                "reference": "df32af9076820fc83053428004e5a3774a153a3a",
5446
                "shasum": ""
5447
            },
5448
            "require": {
5449
                "guzzlehttp/guzzle": "~6.0",
5450
                "league/url": "~3.0",
5451
                "payum/iso4217": "~1.0",
5452
                "php": ">=5.5.0",
5453
                "twig/twig": "~1.0"
5454
            },
5455
            "replace": {
5456
                "payum/authorize-net-aim": "self.version",
5457
                "payum/be2bill": "self.version",
5458
                "payum/core": "self.version",
5459
                "payum/klarna-checkout": "self.version",
5460
                "payum/klarna-invoice": "self.version",
5461
                "payum/offline": "self.version",
5462
                "payum/payex": "self.version",
5463
                "payum/paypal-express-checkout-nvp": "self.version",
5464
                "payum/paypal-ipn": "self.version",
5465
                "payum/paypal-pro-checkout-nvp": "self.version",
5466
                "payum/paypal-rest": "self.version",
5467
                "payum/stripe": "self.version"
5468
            },
5469
            "require-dev": {
5470
                "authorizenet/authorizenet": "~1.8",
5471
                "doctrine/mongodb": "1.0.*@dev",
5472
                "doctrine/mongodb-odm": "1.0.*@dev",
5473
                "doctrine/orm": "2.3.*",
5474
                "ext-curl": "*",
5475
                "ext-pdo_sqlite": "*",
5476
                "ext-soap": "*",
5477
                "fp/klarna-invoice": "0.1.*",
5478
                "klarna/checkout": "~1|~2.0",
5479
                "omnipay/dummy": "~2.0",
5480
                "paypal/rest-api-sdk-php": "0.5.*",
5481
                "payum/omnipay-bridge": "~1.0@dev",
5482
                "phpunit/phpunit": "~4.0",
5483
                "propel/propel1": "~1.7",
5484
                "psr/log": "~1.0",
5485
                "stripe/stripe-php": "~1.0",
5486
                "symfony/form": "~2.3",
5487
                "symfony/http-foundation": "~2.3",
5488
                "symfony/http-kernel": "~2.3",
5489
                "symfony/routing": "~2.3",
5490
                "symfony/validator": "~2.6",
5491
                "zendframework/zend-db": "~2"
5492
            },
5493
            "suggest": {
5494
                "authorizenet/authorizenet": "If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
5495
                "doctrine/mongodb-odm": "If you want to store models to mongo doctrin2 ODM",
5496
                "doctrine/orm": "If you want to store models to database using doctrin2 ORM",
5497
                "ext-soap": "If you want to use Payex install ext-soap:* library",
5498
                "fp/klarna-invoice": "If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
5499
                "klarna/checkout": "If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
5500
                "monolog/monolog": "In case you want to use PSR-3 logger",
5501
                "paypal/rest-api-sdk-php": "If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
5502
                "propel/propel": "If you want to store models to Propel2 ORM",
5503
                "propel/propel1": "If you want to store models to Propel1 ORM",
5504
                "stripe/stripe-php": "If you want to use Stripe install stripe/stripe-php:~1.0 library",
5505
                "symfony/form": "If you want to use forms",
5506
                "symfony/http-foundation": "If you want to use HttpRequestVerifier or HttpResponse reply from symfony's bridge",
5507
                "symfony/http-kernel": "If you want to use HttpRequestVerifier from symfony's bridge",
5508
                "symfony/routing": "If you want to use TokenFactory from symfony's bridge",
5509
                "zendframework/zend-db": "If you want to store models to Zend Db ORM"
5510
            },
5511
            "type": "library",
5512
            "extra": {
5513
                "branch-alias": {
5514
                    "dev-master": "1.0-dev"
5515
                }
5516
            },
5517
            "autoload": {
5518
                "psr-0": {
5519
                    "Payum": "src/"
5520
                }
5521
            },
5522
            "notification-url": "https://packagist.org/downloads/",
5523
            "license": [
5524
                "MIT"
5525
            ],
5526
            "authors": [
5527
                {
5528
                    "name": "Community contributions",
5529
                    "homepage": "https://github.com/Payum/Payum/contributors"
5530
                },
5531
                {
5532
                    "name": "Kotlyar Maksim",
5533
                    "email": "[email protected]"
5534
                },
5535
                {
5536
                    "name": "Payum project",
5537
                    "homepage": "http://payum.org/"
5538
                }
5539
            ],
5540
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
5541
            "homepage": "http://payum.org",
5542
            "keywords": [
5543
                "authorize.net",
5544
                "be2bill",
5545
                "instant payment notification",
5546
                "ipn",
5547
                "jms payment",
5548
                "payex",
5549
                "payment",
5550
                "paypal",
5551
                "paypal digital goods",
5552
                "paypal express",
5553
                "paypal pro",
5554
                "paypal rest",
5555
                "recurring payment",
5556
                "stripe",
5557
                "stripe checkout",
5558
                "stripe.js"
5559
            ],
5560
            "time": "2015-11-09 09:29:05"
5561
        },
5562
        {
5563
            "name": "payum/payum-bundle",
5564
            "version": "1.0.1",
5565
            "source": {
5566
                "type": "git",
5567
                "url": "https://github.com/Payum/PayumBundle.git",
5568
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea"
5569
            },
5570
            "dist": {
5571
                "type": "zip",
5572
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5573
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5574
                "shasum": ""
5575
            },
5576
            "require": {
5577
                "payum/core": "1.0.*@dev",
5578
                "php": ">=5.5.0",
5579
                "symfony/form": "~2.7",
5580
                "symfony/framework-bundle": "~2.7",
5581
                "symfony/twig-bundle": "~2.7",
5582
                "symfony/validator": "~2.7"
5583
            },
5584
            "require-dev": {
5585
                "doctrine/orm": "2.3.*",
5586
                "ext-curl": "*",
5587
                "ext-pdo_sqlite": "*",
5588
                "ext-soap": "*",
5589
                "fp/klarna-invoice": "0.1.*",
5590
                "klarna/checkout": "~1|~2.0",
5591
                "omnipay/dummy": "~2.0",
5592
                "omnipay/paypal": "~2.0",
5593
                "omnipay/stripe": "~2.0",
5594
                "paypal/rest-api-sdk-php": "0.5.*",
5595
                "payum/jms-payment-bridge": "1.0.*@dev",
5596
                "payum/omnipay-bridge": "1.0.*@dev",
5597
                "payum/payum": "1.0.*@dev",
5598
                "phpunit/phpunit": "~4.0",
5599
                "sonata-project/admin-bundle": "~2.0",
5600
                "stripe/stripe-php": "~1.0",
5601
                "symfony/browser-kit": "~2.7",
5602
                "symfony/class-loader": "~2.7",
5603
                "symfony/expression-language": "~2.7",
5604
                "symfony/phpunit-bridge": "~2.7",
5605
                "twig/twig": "~1.16"
5606
            },
5607
            "suggest": {
5608
                "sonata-project/admin-bundle": "If you want to configure payments in the backend."
5609
            },
5610
            "type": "symfony-bundle",
5611
            "extra": {
5612
                "branch-alias": {
5613
                    "dev-master": "1.0-dev"
5614
                }
5615
            },
5616
            "autoload": {
5617
                "psr-4": {
5618
                    "Payum\\Bundle\\PayumBundle\\": ""
5619
                }
5620
            },
5621
            "notification-url": "https://packagist.org/downloads/",
5622
            "license": [
5623
                "MIT"
5624
            ],
5625
            "authors": [
5626
                {
5627
                    "name": "Community contributions",
5628
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
5629
                },
5630
                {
5631
                    "name": "Kotlyar Maksim",
5632
                    "email": "[email protected]"
5633
                },
5634
                {
5635
                    "name": "Payum project",
5636
                    "homepage": "http://payum.org/"
5637
                }
5638
            ],
5639
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
5640
            "homepage": "http://payum.org",
5641
            "keywords": [
5642
                "authorize.net",
5643
                "be2bill",
5644
                "instant notifications",
5645
                "klarna",
5646
                "offline",
5647
                "omnipay",
5648
                "payex",
5649
                "payment",
5650
                "paypal",
5651
                "paypal express checkout",
5652
                "paypal pro checkout",
5653
                "recurring payment",
5654
                "stripe",
5655
                "stripe checkout",
5656
                "stripe.js",
5657
                "symfony"
5658
            ],
5659
            "time": "2015-11-27 22:13:27"
5660
        },
5661
        {
5662
            "name": "phpcollection/phpcollection",
5663
            "version": "0.4.0",
5664
            "source": {
5665
                "type": "git",
5666
                "url": "https://github.com/schmittjoh/php-collection.git",
5667
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
5668
            },
5669
            "dist": {
5670
                "type": "zip",
5671
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
5672
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
5673
                "shasum": ""
5674
            },
5675
            "require": {
5676
                "phpoption/phpoption": "1.*"
5677
            },
5678
            "type": "library",
5679
            "extra": {
5680
                "branch-alias": {
5681
                    "dev-master": "0.3-dev"
5682
                }
5683
            },
5684
            "autoload": {
5685
                "psr-0": {
5686
                    "PhpCollection": "src/"
5687
                }
5688
            },
5689
            "notification-url": "https://packagist.org/downloads/",
5690
            "license": [
5691
                "Apache2"
5692
            ],
5693
            "authors": [
5694
                {
5695
                    "name": "Johannes M. Schmitt",
5696
                    "email": "[email protected]",
5697
                    "homepage": "http://jmsyst.com",
5698
                    "role": "Developer of wrapped JMSSerializerBundle"
5699
                }
5700
            ],
5701
            "description": "General-Purpose Collection Library for PHP",
5702
            "keywords": [
5703
                "collection",
5704
                "list",
5705
                "map",
5706
                "sequence",
5707
                "set"
5708
            ],
5709
            "time": "2014-03-11 13:46:42"
5710
        },
5711
        {
5712
            "name": "phpcr/phpcr",
5713
            "version": "2.1.2",
5714
            "source": {
5715
                "type": "git",
5716
                "url": "https://github.com/phpcr/phpcr.git",
5717
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e"
5718
            },
5719
            "dist": {
5720
                "type": "zip",
5721
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
5722
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e",
5723
                "shasum": ""
5724
            },
5725
            "require": {
5726
                "php": ">=5.3.0"
5727
            },
5728
            "type": "library",
5729
            "extra": {
5730
                "branch-alias": {
5731
                    "dev-master": "2.1-dev"
5732
                }
5733
            },
5734
            "autoload": {
5735
                "psr-0": {
5736
                    "PHPCR": "src"
5737
                }
5738
            },
5739
            "notification-url": "https://packagist.org/downloads/",
5740
            "license": [
5741
                "MIT",
5742
                "Apache-2.0"
5743
            ],
5744
            "authors": [
5745
                {
5746
                    "name": "Lukas Kahwe Smith",
5747
                    "email": "[email protected]"
5748
                },
5749
                {
5750
                    "name": "David Buchmann",
5751
                    "email": "[email protected]"
5752
                },
5753
                {
5754
                    "name": "Karsten Dambekalns",
5755
                    "email": "[email protected]"
5756
                }
5757
            ],
5758
            "description": "PHP Content Repository interfaces",
5759
            "homepage": "http://phpcr.github.io",
5760
            "keywords": [
5761
                "contentrepository",
5762
                "phpcr"
5763
            ],
5764
            "time": "2014-12-08 09:40:30"
5765
        },
5766
        {
5767
            "name": "phpcr/phpcr-utils",
5768
            "version": "1.2.8",
5769
            "source": {
5770
                "type": "git",
5771
                "url": "https://github.com/phpcr/phpcr-utils.git",
5772
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa"
5773
            },
5774
            "dist": {
5775
                "type": "zip",
5776
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5777
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5778
                "shasum": ""
5779
            },
5780
            "require": {
5781
                "php": ">=5.3.3",
5782
                "phpcr/phpcr": "~2.1.0",
5783
                "symfony/console": "~2.3|~3.0"
5784
            },
5785
            "conflict": {
5786
                "jackalope/jackalope-jackrabbit": "<1.2.1"
5787
            },
5788
            "suggest": {
5789
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
5790
            },
5791
            "bin": [
5792
                "bin/phpcr"
5793
            ],
5794
            "type": "library",
5795
            "extra": {
5796
                "branch-alias": {
5797
                    "dev-master": "1.2-dev"
5798
                }
5799
            },
5800
            "autoload": {
5801
                "psr-0": {
5802
                    "PHPCR\\Util": "src"
5803
                }
5804
            },
5805
            "notification-url": "https://packagist.org/downloads/",
5806
            "license": [
5807
                "MIT",
5808
                "Apache-2.0"
5809
            ],
5810
            "authors": [
5811
                {
5812
                    "name": "Lukas Kahwe Smith",
5813
                    "email": "[email protected]"
5814
                },
5815
                {
5816
                    "name": "David Buchmann",
5817
                    "email": "[email protected]"
5818
                },
5819
                {
5820
                    "name": "Nacho Martín",
5821
                    "email": "[email protected]"
5822
                },
5823
                {
5824
                    "name": "Daniel Barsotti",
5825
                    "email": "[email protected]"
5826
                }
5827
            ],
5828
            "description": "PHP Content Repository implementation independant utilities",
5829
            "homepage": "http://phpcr.github.io",
5830
            "keywords": [
5831
                "cli",
5832
                "contentrepository",
5833
                "phpcr"
5834
            ],
5835
            "time": "2015-10-10 08:53:20"
5836
        },
5837
        {
5838
            "name": "phpoption/phpoption",
5839
            "version": "1.5.0",
5840
            "source": {
5841
                "type": "git",
5842
                "url": "https://github.com/schmittjoh/php-option.git",
5843
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
5844
            },
5845
            "dist": {
5846
                "type": "zip",
5847
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5848
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5849
                "shasum": ""
5850
            },
5851
            "require": {
5852
                "php": ">=5.3.0"
5853
            },
5854
            "require-dev": {
5855
                "phpunit/phpunit": "4.7.*"
5856
            },
5857
            "type": "library",
5858
            "extra": {
5859
                "branch-alias": {
5860
                    "dev-master": "1.3-dev"
5861
                }
5862
            },
5863
            "autoload": {
5864
                "psr-0": {
5865
                    "PhpOption\\": "src/"
5866
                }
5867
            },
5868
            "notification-url": "https://packagist.org/downloads/",
5869
            "license": [
5870
                "Apache2"
5871
            ],
5872
            "authors": [
5873
                {
5874
                    "name": "Johannes M. Schmitt",
5875
                    "email": "[email protected]"
5876
                }
5877
            ],
5878
            "description": "Option Type for PHP",
5879
            "keywords": [
5880
                "language",
5881
                "option",
5882
                "php",
5883
                "type"
5884
            ],
5885
            "time": "2015-07-25 16:39:46"
5886
        },
5887
        {
5888
            "name": "psr/http-message",
5889
            "version": "1.0",
5890
            "source": {
5891
                "type": "git",
5892
                "url": "https://github.com/php-fig/http-message.git",
5893
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
5894
            },
5895
            "dist": {
5896
                "type": "zip",
5897
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
5898
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
5899
                "shasum": ""
5900
            },
5901
            "require": {
5902
                "php": ">=5.3.0"
5903
            },
5904
            "type": "library",
5905
            "extra": {
5906
                "branch-alias": {
5907
                    "dev-master": "1.0.x-dev"
5908
                }
5909
            },
5910
            "autoload": {
5911
                "psr-4": {
5912
                    "Psr\\Http\\Message\\": "src/"
5913
                }
5914
            },
5915
            "notification-url": "https://packagist.org/downloads/",
5916
            "license": [
5917
                "MIT"
5918
            ],
5919
            "authors": [
5920
                {
5921
                    "name": "PHP-FIG",
5922
                    "homepage": "http://www.php-fig.org/"
5923
                }
5924
            ],
5925
            "description": "Common interface for HTTP messages",
5926
            "keywords": [
5927
                "http",
5928
                "http-message",
5929
                "psr",
5930
                "psr-7",
5931
                "request",
5932
                "response"
5933
            ],
5934
            "time": "2015-05-04 20:22:00"
5935
        },
5936
        {
5937
            "name": "psr/log",
5938
            "version": "1.0.0",
5939
            "source": {
5940
                "type": "git",
5941
                "url": "https://github.com/php-fig/log.git",
5942
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
5943
            },
5944
            "dist": {
5945
                "type": "zip",
5946
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
5947
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
5948
                "shasum": ""
5949
            },
5950
            "type": "library",
5951
            "autoload": {
5952
                "psr-0": {
5953
                    "Psr\\Log\\": ""
5954
                }
5955
            },
5956
            "notification-url": "https://packagist.org/downloads/",
5957
            "license": [
5958
                "MIT"
5959
            ],
5960
            "authors": [
5961
                {
5962
                    "name": "PHP-FIG",
5963
                    "homepage": "http://www.php-fig.org/"
5964
                }
5965
            ],
5966
            "description": "Common interface for logging libraries",
5967
            "keywords": [
5968
                "log",
5969
                "psr",
5970
                "psr-3"
5971
            ],
5972
            "time": "2012-12-21 11:40:51"
5973
        },
5974
        {
5975
            "name": "ruflin/elastica",
5976
            "version": "2.2.1",
5977
            "source": {
5978
                "type": "git",
5979
                "url": "https://github.com/ruflin/Elastica.git",
5980
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193"
5981
            },
5982
            "dist": {
5983
                "type": "zip",
5984
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/34ca77d721f1fc7c5f3114b48d62ebec943ca193",
5985
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193",
5986
                "shasum": ""
5987
            },
5988
            "require": {
5989
                "php": ">=5.3.3",
5990
                "psr/log": "~1.0"
5991
            },
5992
            "require-dev": {
5993
                "guzzlehttp/guzzle": "5.3.*",
5994
                "munkie/elasticsearch-thrift-php": "1.4.*"
5995
            },
5996
            "suggest": {
5997
                "egeloen/http-adapter": "Allow using httpadapter transport",
5998
                "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
5999
                "monolog/monolog": "Logging request",
6000
                "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
6001
            },
6002
            "type": "library",
6003
            "extra": {
6004
                "branch-alias": {
6005
                    "dev-master": "2.2.x-dev"
6006
                }
6007
            },
6008
            "autoload": {
6009
                "psr-4": {
6010
                    "Elastica\\": "lib/Elastica/"
6011
                }
6012
            },
6013
            "notification-url": "https://packagist.org/downloads/",
6014
            "license": [
6015
                "MIT"
6016
            ],
6017
            "authors": [
6018
                {
6019
                    "name": "Nicolas Ruflin",
6020
                    "homepage": "http://ruflin.com/"
6021
                }
6022
            ],
6023
            "description": "Elasticsearch Client",
6024
            "homepage": "http://elastica.io/",
6025
            "keywords": [
6026
                "client",
6027
                "search"
6028
            ],
6029
            "time": "2015-08-10 19:35:16"
6030
        },
6031
        {
6032
            "name": "sensio/distribution-bundle",
6033
            "version": "v3.0.34",
6034
            "target-dir": "Sensio/Bundle/DistributionBundle",
6035
            "source": {
6036
                "type": "git",
6037
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
6038
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
6039
            },
6040
            "dist": {
6041
                "type": "zip",
6042
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
6043
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
6044
                "shasum": ""
6045
            },
6046
            "require": {
6047
                "php": ">=5.3.3",
6048
                "sensiolabs/security-checker": "~3.0",
6049
                "symfony/class-loader": "~2.2",
6050
                "symfony/framework-bundle": "~2.3",
6051
                "symfony/process": "~2.2"
6052
            },
6053
            "require-dev": {
6054
                "symfony/form": "~2.2",
6055
                "symfony/validator": "~2.2",
6056
                "symfony/yaml": "~2.2"
6057
            },
6058
            "suggest": {
6059
                "symfony/form": "If you want to use the configurator",
6060
                "symfony/validator": "If you want to use the configurator",
6061
                "symfony/yaml": "If you want to use  the configurator"
6062
            },
6063
            "type": "symfony-bundle",
6064
            "extra": {
6065
                "branch-alias": {
6066
                    "dev-master": "3.0.x-dev"
6067
                }
6068
            },
6069
            "autoload": {
6070
                "psr-0": {
6071
                    "Sensio\\Bundle\\DistributionBundle": ""
6072
                }
6073
            },
6074
            "notification-url": "https://packagist.org/downloads/",
6075
            "license": [
6076
                "MIT"
6077
            ],
6078
            "authors": [
6079
                {
6080
                    "name": "Fabien Potencier",
6081
                    "email": "[email protected]"
6082
                }
6083
            ],
6084
            "description": "Base bundle for Symfony Distributions",
6085
            "keywords": [
6086
                "configuration",
6087
                "distribution"
6088
            ],
6089
            "time": "2015-11-26 18:10:17"
6090
        },
6091
        {
6092
            "name": "sensiolabs/security-checker",
6093
            "version": "v3.0.2",
6094
            "source": {
6095
                "type": "git",
6096
                "url": "https://github.com/sensiolabs/security-checker.git",
6097
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
6098
            },
6099
            "dist": {
6100
                "type": "zip",
6101
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
6102
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
6103
                "shasum": ""
6104
            },
6105
            "require": {
6106
                "symfony/console": "~2.0|~3.0"
6107
            },
6108
            "bin": [
6109
                "security-checker"
6110
            ],
6111
            "type": "library",
6112
            "extra": {
6113
                "branch-alias": {
6114
                    "dev-master": "3.0-dev"
6115
                }
6116
            },
6117
            "autoload": {
6118
                "psr-0": {
6119
                    "SensioLabs\\Security": ""
6120
                }
6121
            },
6122
            "notification-url": "https://packagist.org/downloads/",
6123
            "license": [
6124
                "MIT"
6125
            ],
6126
            "authors": [
6127
                {
6128
                    "name": "Fabien Potencier",
6129
                    "email": "[email protected]"
6130
                }
6131
            ],
6132
            "description": "A security checker for your composer.lock",
6133
            "time": "2015-11-07 08:07:40"
6134
        },
6135
        {
6136
            "name": "sonata-project/block-bundle",
6137
            "version": "2.2.13",
6138
            "source": {
6139
                "type": "git",
6140
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
6141
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
6142
            },
6143
            "dist": {
6144
                "type": "zip",
6145
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6146
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6147
                "shasum": ""
6148
            },
6149
            "require": {
6150
                "doctrine/common": "~2.3",
6151
                "sonata-project/cache": "~1.0",
6152
                "sonata-project/core-bundle": "~2.2",
6153
                "symfony/form": "~2.2",
6154
                "symfony/http-kernel": "~2.2"
6155
            },
6156
            "require-dev": {
6157
                "knplabs/knp-menu-bundle": "~2.0",
6158
                "sonata-project/admin-bundle": "~2.2"
6159
            },
6160
            "suggest": {
6161
                "knplabs/knp-menu-bundle": "~2.0",
6162
                "sonata-project/admin-bundle": "~2.2",
6163
                "sonata-project/cache-bundle": "~2.1"
6164
            },
6165
            "type": "symfony-bundle",
6166
            "extra": {
6167
                "branch-alias": {
6168
                    "dev-master": "2.2.x-dev"
6169
                }
6170
            },
6171
            "autoload": {
6172
                "psr-4": {
6173
                    "Sonata\\BlockBundle\\": ""
6174
                }
6175
            },
6176
            "notification-url": "https://packagist.org/downloads/",
6177
            "license": [
6178
                "MIT"
6179
            ],
6180
            "authors": [
6181
                {
6182
                    "name": "Thomas Rabaix",
6183
                    "email": "[email protected]",
6184
                    "homepage": "http://sonata-project.org"
6185
                },
6186
                {
6187
                    "name": "Sonata Community",
6188
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
6189
                }
6190
            ],
6191
            "description": "Symfony SonataBlockBundle",
6192
            "homepage": "http://sonata-project.org/bundles/block",
6193
            "keywords": [
6194
                "block",
6195
                "sonata"
6196
            ],
6197
            "time": "2014-09-11 10:42:35"
6198
        },
6199
        {
6200
            "name": "sonata-project/cache",
6201
            "version": "1.0.6",
6202
            "source": {
6203
                "type": "git",
6204
                "url": "https://github.com/sonata-project/cache.git",
6205
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde"
6206
            },
6207
            "dist": {
6208
                "type": "zip",
6209
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6210
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6211
                "shasum": ""
6212
            },
6213
            "require-dev": {
6214
                "doctrine/orm": "~2.2",
6215
                "doctrine/phpcr-odm": "~1.0",
6216
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6217
                "predis/predis": "~0.8,<1.0",
6218
                "psr/log": "~1.0"
6219
            },
6220
            "suggest": {
6221
                "doctrine/orm": "ORM support",
6222
                "doctrine/phpcr-odm": "PHPCR ODM support",
6223
                "ext-apc": "Caching with ext/apc",
6224
                "ext-memcached": "Caching with ext/memcached",
6225
                "predis/predis": "Install redis php"
6226
            },
6227
            "type": "library",
6228
            "extra": {
6229
                "branch-alias": {
6230
                    "dev-master": "1.x-dev"
6231
                }
6232
            },
6233
            "autoload": {
6234
                "psr-4": {
6235
                    "Sonata\\Cache\\Tests\\": "test/",
6236
                    "Sonata\\Cache\\": "lib/"
6237
                }
6238
            },
6239
            "notification-url": "https://packagist.org/downloads/",
6240
            "license": [
6241
                "MIT"
6242
            ],
6243
            "authors": [
6244
                {
6245
                    "name": "Thomas Rabaix",
6246
                    "email": "[email protected]",
6247
                    "homepage": "https://sonata-project.org/"
6248
                }
6249
            ],
6250
            "description": "Cache library",
6251
            "homepage": "https://github.com/sonata-project/cache",
6252
            "keywords": [
6253
                "cache",
6254
                "memcached",
6255
                "mongodb",
6256
                "redis"
6257
            ],
6258
            "time": "2015-05-18 12:12:33"
6259
        },
6260
        {
6261
            "name": "sonata-project/core-bundle",
6262
            "version": "2.3.10",
6263
            "source": {
6264
                "type": "git",
6265
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
6266
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e"
6267
            },
6268
            "dist": {
6269
                "type": "zip",
6270
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6271
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6272
                "shasum": ""
6273
            },
6274
            "require": {
6275
                "cocur/slugify": "~1.4",
6276
                "symfony/config": "~2.3|~3.0",
6277
                "symfony/form": "~2.3|~3.0",
6278
                "symfony/http-foundation": "~2.3|~3.0",
6279
                "symfony/property-access": "~2.3|~3.0",
6280
                "symfony/translation": "~2.3|~3.0",
6281
                "symfony/validator": "~2.3|~3.0",
6282
                "twig/twig": "~1.23"
6283
            },
6284
            "require-dev": {
6285
                "doctrine/orm": "~2.4",
6286
                "doctrine/phpcr-odm": "~1.0",
6287
                "fabpot/php-cs-fixer": "~0.5|~1.11@dev",
6288
                "friendsofsymfony/rest-bundle": "~1.1|~2.0",
6289
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6290
                "jms/serializer-bundle": "~0.11|~1.0",
6291
                "matthiasnoback/symfony-config-test": "~0.4|~1.0",
6292
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
6293
                "sensio/framework-extra-bundle": "~2.3|~3.0",
6294
                "sonata-project/exporter": "~1.3",
6295
                "symfony/phpunit-bridge": "~2.7"
6296
            },
6297
            "type": "symfony-bundle",
6298
            "extra": {
6299
                "branch-alias": {
6300
                    "dev-master": "2.3.x-dev"
6301
                }
6302
            },
6303
            "autoload": {
6304
                "psr-4": {
6305
                    "Sonata\\CoreBundle\\": ""
6306
                }
6307
            },
6308
            "notification-url": "https://packagist.org/downloads/",
6309
            "license": [
6310
                "MIT"
6311
            ],
6312
            "authors": [
6313
                {
6314
                    "name": "Sonata Community",
6315
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
6316
                },
6317
                {
6318
                    "name": "Thomas Rabaix",
6319
                    "email": "[email protected]"
6320
                }
6321
            ],
6322
            "description": "Symfony SonataCoreBundle",
6323
            "homepage": "https://sonata-project.org/bundles/core",
6324
            "keywords": [
6325
                "sonata"
6326
            ],
6327
            "time": "2015-11-26 19:14:27"
6328
        },
6329
        {
6330
            "name": "stof/doctrine-extensions-bundle",
6331
            "version": "v1.2.1",
6332
            "source": {
6333
                "type": "git",
6334
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
6335
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
6336
            },
6337
            "dist": {
6338
                "type": "zip",
6339
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
6340
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
6341
                "shasum": ""
6342
            },
6343
            "require": {
6344
                "gedmo/doctrine-extensions": "^2.3.1",
6345
                "php": ">=5.3.2",
6346
                "symfony/framework-bundle": "~2.1"
6347
            },
6348
            "suggest": {
6349
                "doctrine/doctrine-bundle": "to use the ORM extensions",
6350
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
6351
            },
6352
            "type": "symfony-bundle",
6353
            "extra": {
6354
                "branch-alias": {
6355
                    "dev-master": "1.2.x-dev"
6356
                }
6357
            },
6358
            "autoload": {
6359
                "psr-4": {
6360
                    "Stof\\DoctrineExtensionsBundle\\": ""
6361
                }
6362
            },
6363
            "notification-url": "https://packagist.org/downloads/",
6364
            "license": [
6365
                "MIT"
6366
            ],
6367
            "authors": [
6368
                {
6369
                    "name": "Christophe Coevoet",
6370
                    "email": "[email protected]"
6371
                }
6372
            ],
6373
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
6374
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
6375
            "keywords": [
6376
                "behaviors",
6377
                "doctrine2",
6378
                "extensions",
6379
                "gedmo",
6380
                "loggable",
6381
                "nestedset",
6382
                "sluggable",
6383
                "sortable",
6384
                "timestampable",
6385
                "translatable",
6386
                "tree"
6387
            ],
6388
            "time": "2015-08-12 16:23:48"
6389
        },
6390
        {
6391
            "name": "swiftmailer/swiftmailer",
6392
            "version": "v5.4.1",
6393
            "source": {
6394
                "type": "git",
6395
                "url": "https://github.com/swiftmailer/swiftmailer.git",
6396
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
6397
            },
6398
            "dist": {
6399
                "type": "zip",
6400
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6401
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6402
                "shasum": ""
6403
            },
6404
            "require": {
6405
                "php": ">=5.3.3"
6406
            },
6407
            "require-dev": {
6408
                "mockery/mockery": "~0.9.1,<0.9.4"
6409
            },
6410
            "type": "library",
6411
            "extra": {
6412
                "branch-alias": {
6413
                    "dev-master": "5.4-dev"
6414
                }
6415
            },
6416
            "autoload": {
6417
                "files": [
6418
                    "lib/swift_required.php"
6419
                ]
6420
            },
6421
            "notification-url": "https://packagist.org/downloads/",
6422
            "license": [
6423
                "MIT"
6424
            ],
6425
            "authors": [
6426
                {
6427
                    "name": "Chris Corbyn"
6428
                },
6429
                {
6430
                    "name": "Fabien Potencier",
6431
                    "email": "[email protected]"
6432
                }
6433
            ],
6434
            "description": "Swiftmailer, free feature-rich PHP mailer",
6435
            "homepage": "http://swiftmailer.org",
6436
            "keywords": [
6437
                "email",
6438
                "mail",
6439
                "mailer"
6440
            ],
6441
            "time": "2015-06-06 14:19:39"
6442
        },
6443
        {
6444
            "name": "symfony-cmf/block-bundle",
6445
            "version": "1.2.2",
6446
            "source": {
6447
                "type": "git",
6448
                "url": "https://github.com/symfony-cmf/BlockBundle.git",
6449
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388"
6450
            },
6451
            "dist": {
6452
                "type": "zip",
6453
                "url": "https://api.github.com/repos/symfony-cmf/BlockBundle/zipball/f0e6a935a4fb3e6ce71b2acf987d732854946388",
6454
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388",
6455
                "shasum": ""
6456
            },
6457
            "require": {
6458
                "doctrine/phpcr-bundle": "~1.0",
6459
                "doctrine/phpcr-odm": "~1.0",
6460
                "php": ">=5.3.3",
6461
                "sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
6462
                "symfony-cmf/core-bundle": "~1.0",
6463
                "symfony/framework-bundle": "~2.3"
6464
            },
6465
            "conflict": {
6466
                "symfony/framework-bundle": ">=2.3.0,<2.3.2"
6467
            },
6468
            "require-dev": {
6469
                "sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
6470
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6471
                "symfony-cmf/menu-bundle": "~1.1",
6472
                "symfony-cmf/testing": "~1.1",
6473
                "twig/twig": "~1.11"
6474
            },
6475
            "suggest": {
6476
                "eko/feedbundle": "When using the RssBlock",
6477
                "liip/imagine-bundle": "When using the ImagineBlock",
6478
                "sonata-project/cache-bundle": "To add caching support for block loading",
6479
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
6480
            },
6481
            "type": "symfony-bundle",
6482
            "extra": {
6483
                "branch-alias": {
6484
                    "dev-master": "1.2-dev"
6485
                }
6486
            },
6487
            "autoload": {
6488
                "psr-4": {
6489
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
6490
                }
6491
            },
6492
            "notification-url": "https://packagist.org/downloads/",
6493
            "license": [
6494
                "MIT"
6495
            ],
6496
            "authors": [
6497
                {
6498
                    "name": "Symfony CMF Community",
6499
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
6500
                }
6501
            ],
6502
            "description": "Symfony CMF Block Bundle",
6503
            "homepage": "http://cmf.symfony.com",
6504
            "keywords": [
6505
                "Symfony CMF",
6506
                "block",
6507
                "content fragments"
6508
            ],
6509
            "time": "2015-01-22 06:47:29"
6510
        },
6511
        {
6512
            "name": "symfony-cmf/content-bundle",
6513
            "version": "1.2.0",
6514
            "source": {
6515
                "type": "git",
6516
                "url": "https://github.com/symfony-cmf/ContentBundle.git",
6517
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
6518
            },
6519
            "dist": {
6520
                "type": "zip",
6521
                "url": "https://api.github.com/repos/symfony-cmf/ContentBundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
6522
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
6523
                "shasum": ""
6524
            },
6525
            "require": {
6526
                "php": ">=5.3.3",
6527
                "symfony-cmf/core-bundle": "~1.0",
6528
                "symfony/framework-bundle": "~2.3"
6529
            },
6530
            "require-dev": {
6531
                "doctrine/phpcr-bundle": "~1.1",
6532
                "doctrine/phpcr-odm": "~1.1",
6533
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6534
                "symfony-cmf/menu-bundle": "~1.1",
6535
                "symfony-cmf/routing-bundle": "~1.2",
6536
                "symfony-cmf/testing": "~1.1",
6537
                "symfony/monolog-bundle": "~2.3"
6538
            },
6539
            "suggest": {
6540
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
6541
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
6542
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
6543
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
6544
                "symfony-cmf/menu-bundle": "Have editable menus for content",
6545
                "symfony-cmf/routing-bundle": "Have editable routes for content"
6546
            },
6547
            "type": "symfony-bundle",
6548
            "extra": {
6549
                "branch-alias": {
6550
                    "dev-master": "1.2-dev"
6551
                }
6552
            },
6553
            "autoload": {
6554
                "psr-4": {
6555
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
6556
                }
6557
            },
6558
            "notification-url": "https://packagist.org/downloads/",
6559
            "license": [
6560
                "MIT"
6561
            ],
6562
            "authors": [
6563
                {
6564
                    "name": "Symfony CMF Community",
6565
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
6566
                }
6567
            ],
6568
            "description": "Symfony CMF Content Bundle",
6569
            "homepage": "http://cmf.symfony.com",
6570
            "keywords": [
6571
                "Symfony CMF"
6572
            ],
6573
            "time": "2014-10-21 08:17:10"
6574
        },
6575
        {
6576
            "name": "symfony-cmf/core-bundle",
6577
            "version": "1.2.0",
6578
            "source": {
6579
                "type": "git",
6580
                "url": "https://github.com/symfony-cmf/CoreBundle.git",
6581
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
6582
            },
6583
            "dist": {
6584
                "type": "zip",
6585
                "url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
6586
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
6587
                "shasum": ""
6588
            },
6589
            "require": {
6590
                "php": ">=5.3.3",
6591
                "symfony/framework-bundle": "~2.3"
6592
            },
6593
            "require-dev": {
6594
                "sonata-project/admin-bundle": "~2.2",
6595
                "symfony-cmf/routing-bundle": "~1.2",
6596
                "symfony-cmf/testing": "~1.1"
6597
            },
6598
            "suggest": {
6599
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
6600
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
6601
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
6602
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
6603
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
6604
                "symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
6605
                "symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
6606
            },
6607
            "type": "symfony-bundle",
6608
            "extra": {
6609
                "branch-alias": {
6610
                    "dev-master": "1.2-dev"
6611
                }
6612
            },
6613
            "autoload": {
6614
                "psr-4": {
6615
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
6616
                }
6617
            },
6618
            "notification-url": "https://packagist.org/downloads/",
6619
            "license": [
6620
                "MIT"
6621
            ],
6622
            "authors": [
6623
                {
6624
                    "name": "Symfony CMF Community",
6625
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
6626
                }
6627
            ],
6628
            "description": "Symfony CMF Core Bundle",
6629
            "homepage": "http://cmf.symfony.com",
6630
            "keywords": [
6631
                "Symfony CMF"
6632
            ],
6633
            "time": "2014-10-21 06:34:08"
6634
        },
6635
        {
6636
            "name": "symfony-cmf/create-bundle",
6637
            "version": "1.2.3",
6638
            "source": {
6639
                "type": "git",
6640
                "url": "https://github.com/symfony-cmf/CreateBundle.git",
6641
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3"
6642
            },
6643
            "dist": {
6644
                "type": "zip",
6645
                "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/86a3ade0210bc30b304f9d992ff21c403681d7f3",
6646
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3",
6647
                "shasum": ""
6648
            },
6649
            "require": {
6650
                "friendsofsymfony/rest-bundle": "~1.0",
6651
                "midgard/createphp": "~1.0",
6652
                "php": ">=5.3.3",
6653
                "symfony/assetic-bundle": "~2.1",
6654
                "symfony/framework-bundle": "~2.3"
6655
            },
6656
            "require-dev": {
6657
                "jms/serializer-bundle": "^0.12|^1.0",
6658
                "symfony-cmf/testing": "~1.1"
6659
            },
6660
            "suggest": {
6661
                "jms/serializer-bundle": "Add support for advanced serialization capabilities (^0.12|^1.0)",
6662
                "symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
6663
                "symfony-cmf/media-bundle": "When using the default image support, ~1.1"
6664
            },
6665
            "type": "symfony-bundle",
6666
            "extra": {
6667
                "branch-alias": {
6668
                    "dev-master": "1.2-dev"
6669
                }
6670
            },
6671
            "autoload": {
6672
                "psr-4": {
6673
                    "Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
6674
                }
6675
            },
6676
            "notification-url": "https://packagist.org/downloads/",
6677
            "license": [
6678
                "MIT"
6679
            ],
6680
            "authors": [
6681
                {
6682
                    "name": "Liip AG",
6683
                    "homepage": "http://www.liip.ch/"
6684
                },
6685
                {
6686
                    "name": "Symfony CMF Community",
6687
                    "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
6688
                }
6689
            ],
6690
            "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
6691
            "time": "2015-12-26 09:43:12"
6692
        },
6693
        {
6694
            "name": "symfony-cmf/media-bundle",
6695
            "version": "1.2.1",
6696
            "source": {
6697
                "type": "git",
6698
                "url": "https://github.com/symfony-cmf/MediaBundle.git",
6699
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282"
6700
            },
6701
            "dist": {
6702
                "type": "zip",
6703
                "url": "https://api.github.com/repos/symfony-cmf/MediaBundle/zipball/49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6704
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6705
                "shasum": ""
6706
            },
6707
            "require": {
6708
                "php": ">=5.3.3",
6709
                "symfony/framework-bundle": "~2.3"
6710
            },
6711
            "require-dev": {
6712
                "jms/serializer-bundle": "~0.12",
6713
                "liip/imagine-bundle": "~1.0.4",
6714
                "mikey179/vfsstream": "~1.2",
6715
                "symfony-cmf/testing": "~1.1"
6716
            },
6717
            "suggest": {
6718
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
6719
                "jms/serializer-bundle": "When using the serializer handler",
6720
                "knplabs/gaufrette": "When using the Gaufrette adapter",
6721
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
6722
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
6723
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
6724
            },
6725
            "type": "symfony-bundle",
6726
            "extra": {
6727
                "branch-alias": {
6728
                    "dev-master": "1.2-dev"
6729
                }
6730
            },
6731
            "autoload": {
6732
                "psr-4": {
6733
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
6734
                }
6735
            },
6736
            "notification-url": "https://packagist.org/downloads/",
6737
            "license": [
6738
                "MIT"
6739
            ],
6740
            "authors": [
6741
                {
6742
                    "name": "Symfony CMF Community",
6743
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
6744
                }
6745
            ],
6746
            "description": "Symfony CMF Media Bundle",
6747
            "homepage": "http://cmf.symfony.com",
6748
            "keywords": [
6749
                "Symfony CMF",
6750
                "image",
6751
                "media"
6752
            ],
6753
            "time": "2015-03-20 11:00:45"
6754
        },
6755
        {
6756
            "name": "symfony-cmf/menu-bundle",
6757
            "version": "1.2.0",
6758
            "source": {
6759
                "type": "git",
6760
                "url": "https://github.com/symfony-cmf/MenuBundle.git",
6761
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
6762
            },
6763
            "dist": {
6764
                "type": "zip",
6765
                "url": "https://api.github.com/repos/symfony-cmf/MenuBundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
6766
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
6767
                "shasum": ""
6768
            },
6769
            "require": {
6770
                "doctrine/phpcr-bundle": "~1.1",
6771
                "doctrine/phpcr-odm": "~1.1",
6772
                "knplabs/knp-menu-bundle": "~1.1",
6773
                "php": ">=5.3.3",
6774
                "symfony-cmf/core-bundle": "~1.1",
6775
                "symfony/framework-bundle": "~2.3"
6776
            },
6777
            "require-dev": {
6778
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6779
                "symfony-cmf/routing-bundle": "~1.2",
6780
                "symfony-cmf/testing": "~1.1",
6781
                "symfony/monolog-bundle": "~2.3"
6782
            },
6783
            "suggest": {
6784
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
6785
                "sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
6786
            },
6787
            "type": "symfony-bundle",
6788
            "extra": {
6789
                "branch-alias": {
6790
                    "dev-master": "1.2-dev"
6791
                }
6792
            },
6793
            "autoload": {
6794
                "psr-4": {
6795
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
6796
                }
6797
            },
6798
            "notification-url": "https://packagist.org/downloads/",
6799
            "license": [
6800
                "MIT"
6801
            ],
6802
            "authors": [
6803
                {
6804
                    "name": "Symfony CMF Community",
6805
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
6806
                }
6807
            ],
6808
            "description": "Symfony CMF Menu Bundle",
6809
            "homepage": "http://cmf.symfony.com",
6810
            "keywords": [
6811
                "Symfony CMF",
6812
                "menu"
6813
            ],
6814
            "time": "2014-10-21 09:43:10"
6815
        },
6816
        {
6817
            "name": "symfony-cmf/routing",
6818
            "version": "1.3.0",
6819
            "source": {
6820
                "type": "git",
6821
                "url": "https://github.com/symfony-cmf/Routing.git",
6822
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
6823
            },
6824
            "dist": {
6825
                "type": "zip",
6826
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
6827
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
6828
                "shasum": ""
6829
            },
6830
            "require": {
6831
                "php": ">=5.3.3",
6832
                "psr/log": "~1.0",
6833
                "symfony/http-kernel": "~2.2",
6834
                "symfony/routing": "~2.2"
6835
            },
6836
            "require-dev": {
6837
                "symfony/config": "~2.2",
6838
                "symfony/dependency-injection": "~2.0@stable",
6839
                "symfony/event-dispatcher": "~2.1"
6840
            },
6841
            "suggest": {
6842
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
6843
            },
6844
            "type": "library",
6845
            "extra": {
6846
                "branch-alias": {
6847
                    "dev-master": "1.3-dev"
6848
                }
6849
            },
6850
            "autoload": {
6851
                "psr-4": {
6852
                    "Symfony\\Cmf\\Component\\Routing\\": ""
6853
                }
6854
            },
6855
            "notification-url": "https://packagist.org/downloads/",
6856
            "license": [
6857
                "MIT"
6858
            ],
6859
            "authors": [
6860
                {
6861
                    "name": "Symfony CMF Community",
6862
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
6863
                }
6864
            ],
6865
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
6866
            "homepage": "http://cmf.symfony.com",
6867
            "keywords": [
6868
                "database",
6869
                "routing"
6870
            ],
6871
            "time": "2014-10-20 20:55:17"
6872
        },
6873
        {
6874
            "name": "symfony-cmf/routing-bundle",
6875
            "version": "1.4.0-RC1",
6876
            "source": {
6877
                "type": "git",
6878
                "url": "https://github.com/symfony-cmf/RoutingBundle.git",
6879
                "reference": "827703c49b81dd34833aca8b493ab717a38e5afa"
6880
            },
6881
            "dist": {
6882
                "type": "zip",
6883
                "url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/827703c49b81dd34833aca8b493ab717a38e5afa",
6884
                "reference": "827703c49b81dd34833aca8b493ab717a38e5afa",
6885
                "shasum": ""
6886
            },
6887
            "require": {
6888
                "php": "^5.3.9|^7.0",
6889
                "symfony-cmf/routing": "~1.2",
6890
                "symfony/framework-bundle": "~2.3"
6891
            },
6892
            "require-dev": {
6893
                "doctrine/data-fixtures": "^1.0.0-alpha3",
6894
                "doctrine/orm": "~2.3",
6895
                "doctrine/phpcr-odm": "~1.3",
6896
                "matthiasnoback/symfony-config-test": "^1.3.1",
6897
                "matthiasnoback/symfony-dependency-injection-test": "~0.6",
6898
                "phpunit/php-code-coverage": "@stable",
6899
                "sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
6900
                "symfony-cmf/core-bundle": "~1.1",
6901
                "symfony-cmf/testing": "~1.3@dev",
6902
                "symfony/monolog-bundle": "~2.3"
6903
            },
6904
            "suggest": {
6905
                "doctrine/orm": "To enable support for the ORM entities (^2.3)",
6906
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
6907
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
6908
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents (^1.1)",
6909
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
6910
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration (^1.1)"
6911
            },
6912
            "type": "symfony-bundle",
6913
            "extra": {
6914
                "branch-alias": {
6915
                    "dev-master": "1.4-dev"
6916
                }
6917
            },
6918
            "autoload": {
6919
                "psr-4": {
6920
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
6921
                }
6922
            },
6923
            "notification-url": "https://packagist.org/downloads/",
6924
            "license": [
6925
                "MIT"
6926
            ],
6927
            "authors": [
6928
                {
6929
                    "name": "Symfony CMF Community",
6930
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
6931
                }
6932
            ],
6933
            "description": "Symfony RoutingBundle",
6934
            "homepage": "http://cmf.symfony.com",
6935
            "keywords": [
6936
                "database",
6937
                "routing"
6938
            ],
6939
            "time": "2016-01-21 16:20:40"
6940
        },
6941
        {
6942
            "name": "symfony/assetic-bundle",
6943
            "version": "v2.7.1",
6944
            "source": {
6945
                "type": "git",
6946
                "url": "https://github.com/symfony/assetic-bundle.git",
6947
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
6948
            },
6949
            "dist": {
6950
                "type": "zip",
6951
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
6952
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
6953
                "shasum": ""
6954
            },
6955
            "require": {
6956
                "kriswallsmith/assetic": "~1.3",
6957
                "php": ">=5.3.0",
6958
                "symfony/console": "~2.3|~3.0",
6959
                "symfony/dependency-injection": "~2.3|~3.0",
6960
                "symfony/framework-bundle": "~2.3|~3.0",
6961
                "symfony/yaml": "~2.3|~3.0"
6962
            },
6963
            "conflict": {
6964
                "kriswallsmith/spork": "<=0.2",
6965
                "twig/twig": "<1.20"
6966
            },
6967
            "require-dev": {
6968
                "kriswallsmith/spork": "~0.3",
6969
                "patchwork/jsqueeze": "~1.0",
6970
                "symfony/class-loader": "~2.3|~3.0",
6971
                "symfony/css-selector": "~2.3|~3.0",
6972
                "symfony/dom-crawler": "~2.3|~3.0",
6973
                "symfony/phpunit-bridge": "~2.7|~3.0",
6974
                "symfony/twig-bundle": "~2.3|~3.0"
6975
            },
6976
            "suggest": {
6977
                "kriswallsmith/spork": "to be able to dump assets in parallel",
6978
                "symfony/twig-bundle": "to use the Twig integration"
6979
            },
6980
            "type": "symfony-bundle",
6981
            "extra": {
6982
                "branch-alias": {
6983
                    "dev-master": "2.7-dev"
6984
                }
6985
            },
6986
            "autoload": {
6987
                "psr-4": {
6988
                    "Symfony\\Bundle\\AsseticBundle\\": ""
6989
                }
6990
            },
6991
            "notification-url": "https://packagist.org/downloads/",
6992
            "license": [
6993
                "MIT"
6994
            ],
6995
            "authors": [
6996
                {
6997
                    "name": "Kris Wallsmith",
6998
                    "email": "[email protected]",
6999
                    "homepage": "http://kriswallsmith.net/"
7000
                }
7001
            ],
7002
            "description": "Integrates Assetic into Symfony2",
7003
            "homepage": "https://github.com/symfony/AsseticBundle",
7004
            "keywords": [
7005
                "assets",
7006
                "compression",
7007
                "minification"
7008
            ],
7009
            "time": "2015-11-17 09:45:47"
7010
        },
7011
        {
7012
            "name": "symfony/monolog-bundle",
7013
            "version": "v2.8.2",
7014
            "source": {
7015
                "type": "git",
7016
                "url": "https://github.com/symfony/monolog-bundle.git",
7017
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
7018
            },
7019
            "dist": {
7020
                "type": "zip",
7021
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7022
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7023
                "shasum": ""
7024
            },
7025
            "require": {
7026
                "monolog/monolog": "~1.8",
7027
                "php": ">=5.3.2",
7028
                "symfony/config": "~2.3|~3.0",
7029
                "symfony/dependency-injection": "~2.3|~3.0",
7030
                "symfony/http-kernel": "~2.3|~3.0",
7031
                "symfony/monolog-bridge": "~2.3|~3.0"
7032
            },
7033
            "require-dev": {
7034
                "symfony/console": "~2.3|~3.0",
7035
                "symfony/yaml": "~2.3|~3.0"
7036
            },
7037
            "type": "symfony-bundle",
7038
            "extra": {
7039
                "branch-alias": {
7040
                    "dev-master": "2.8.x-dev"
7041
                }
7042
            },
7043
            "autoload": {
7044
                "psr-4": {
7045
                    "Symfony\\Bundle\\MonologBundle\\": ""
7046
                }
7047
            },
7048
            "notification-url": "https://packagist.org/downloads/",
7049
            "license": [
7050
                "MIT"
7051
            ],
7052
            "authors": [
7053
                {
7054
                    "name": "Symfony Community",
7055
                    "homepage": "http://symfony.com/contributors"
7056
                },
7057
                {
7058
                    "name": "Fabien Potencier",
7059
                    "email": "[email protected]"
7060
                }
7061
            ],
7062
            "description": "Symfony MonologBundle",
7063
            "homepage": "http://symfony.com",
7064
            "keywords": [
7065
                "log",
7066
                "logging"
7067
            ],
7068
            "time": "2015-11-17 10:02:29"
7069
        },
7070
        {
7071
            "name": "symfony/polyfill-iconv",
7072
            "version": "v1.0.0",
7073
            "source": {
7074
                "type": "git",
7075
                "url": "https://github.com/symfony/polyfill-iconv.git",
7076
                "reference": "21a18998764e569c1675efc7191887130b319605"
7077
            },
7078
            "dist": {
7079
                "type": "zip",
7080
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/21a18998764e569c1675efc7191887130b319605",
7081
                "reference": "21a18998764e569c1675efc7191887130b319605",
7082
                "shasum": ""
7083
            },
7084
            "require": {
7085
                "php": ">=5.3.3"
7086
            },
7087
            "type": "library",
7088
            "extra": {
7089
                "branch-alias": {
7090
                    "dev-master": "1.0-dev"
7091
                }
7092
            },
7093
            "autoload": {
7094
                "psr-4": {
7095
                    "Symfony\\Polyfill\\Iconv\\": ""
7096
                },
7097
                "files": [
7098
                    "bootstrap.php"
7099
                ]
7100
            },
7101
            "notification-url": "https://packagist.org/downloads/",
7102
            "license": [
7103
                "MIT"
7104
            ],
7105
            "authors": [
7106
                {
7107
                    "name": "Nicolas Grekas",
7108
                    "email": "[email protected]"
7109
                },
7110
                {
7111
                    "name": "Symfony Community",
7112
                    "homepage": "https://symfony.com/contributors"
7113
                }
7114
            ],
7115
            "description": "Symfony polyfill for the Iconv extension",
7116
            "homepage": "https://symfony.com",
7117
            "keywords": [
7118
                "compatibility",
7119
                "iconv",
7120
                "polyfill",
7121
                "portable",
7122
                "shim"
7123
            ],
7124
            "time": "2015-11-04 20:28:58"
7125
        },
7126
        {
7127
            "name": "symfony/polyfill-intl-icu",
7128
            "version": "v1.0.0",
7129
            "source": {
7130
                "type": "git",
7131
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
7132
                "reference": "2deb44160e1c886241c06602b12b98779f728177"
7133
            },
7134
            "dist": {
7135
                "type": "zip",
7136
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
7137
                "reference": "2deb44160e1c886241c06602b12b98779f728177",
7138
                "shasum": ""
7139
            },
7140
            "require": {
7141
                "php": ">=5.3.3",
7142
                "symfony/intl": "~2.3|~3.0"
7143
            },
7144
            "type": "library",
7145
            "extra": {
7146
                "branch-alias": {
7147
                    "dev-master": "1.0-dev"
7148
                }
7149
            },
7150
            "autoload": {
7151
                "files": [
7152
                    "bootstrap.php"
7153
                ]
7154
            },
7155
            "notification-url": "https://packagist.org/downloads/",
7156
            "license": [
7157
                "MIT"
7158
            ],
7159
            "authors": [
7160
                {
7161
                    "name": "Nicolas Grekas",
7162
                    "email": "[email protected]"
7163
                },
7164
                {
7165
                    "name": "Symfony Community",
7166
                    "homepage": "https://symfony.com/contributors"
7167
                }
7168
            ],
7169
            "description": "Symfony polyfill for intl's ICU-related data and classes",
7170
            "homepage": "https://symfony.com",
7171
            "keywords": [
7172
                "compatibility",
7173
                "icu",
7174
                "intl",
7175
                "polyfill",
7176
                "portable",
7177
                "shim"
7178
            ],
7179
            "time": "2015-11-04 20:28:58"
7180
        },
7181
        {
7182
            "name": "symfony/polyfill-mbstring",
7183
            "version": "v1.0.0",
7184
            "source": {
7185
                "type": "git",
7186
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7187
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
7188
            },
7189
            "dist": {
7190
                "type": "zip",
7191
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
7192
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
7193
                "shasum": ""
7194
            },
7195
            "require": {
7196
                "php": ">=5.3.3"
7197
            },
7198
            "type": "library",
7199
            "extra": {
7200
                "branch-alias": {
7201
                    "dev-master": "1.0-dev"
7202
                }
7203
            },
7204
            "autoload": {
7205
                "psr-4": {
7206
                    "Symfony\\Polyfill\\Mbstring\\": ""
7207
                },
7208
                "files": [
7209
                    "bootstrap.php"
7210
                ]
7211
            },
7212
            "notification-url": "https://packagist.org/downloads/",
7213
            "license": [
7214
                "MIT"
7215
            ],
7216
            "authors": [
7217
                {
7218
                    "name": "Nicolas Grekas",
7219
                    "email": "[email protected]"
7220
                },
7221
                {
7222
                    "name": "Symfony Community",
7223
                    "homepage": "https://symfony.com/contributors"
7224
                }
7225
            ],
7226
            "description": "Symfony polyfill for the Mbstring extension",
7227
            "homepage": "https://symfony.com",
7228
            "keywords": [
7229
                "compatibility",
7230
                "mbstring",
7231
                "polyfill",
7232
                "portable",
7233
                "shim"
7234
            ],
7235
            "time": "2015-11-04 20:28:58"
7236
        },
7237
        {
7238
            "name": "symfony/swiftmailer-bundle",
7239
            "version": "v2.3.9",
7240
            "source": {
7241
                "type": "git",
7242
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
7243
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
7244
            },
7245
            "dist": {
7246
                "type": "zip",
7247
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
7248
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
7249
                "shasum": ""
7250
            },
7251
            "require": {
7252
                "php": ">=5.3.2",
7253
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
7254
                "symfony/config": "~2.3|~3.0",
7255
                "symfony/dependency-injection": "~2.3|~3.0",
7256
                "symfony/http-kernel": "~2.3|~3.0",
7257
                "symfony/yaml": "~2.3|~3.0"
7258
            },
7259
            "require-dev": {
7260
                "symfony/phpunit-bridge": "~2.7|~3.0"
7261
            },
7262
            "suggest": {
7263
                "psr/log": "Allows logging"
7264
            },
7265
            "type": "symfony-bundle",
7266
            "extra": {
7267
                "branch-alias": {
7268
                    "dev-master": "2.3-dev"
7269
                }
7270
            },
7271
            "autoload": {
7272
                "psr-4": {
7273
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
7274
                }
7275
            },
7276
            "notification-url": "https://packagist.org/downloads/",
7277
            "license": [
7278
                "MIT"
7279
            ],
7280
            "authors": [
7281
                {
7282
                    "name": "Symfony Community",
7283
                    "homepage": "http://symfony.com/contributors"
7284
                },
7285
                {
7286
                    "name": "Fabien Potencier",
7287
                    "email": "[email protected]"
7288
                }
7289
            ],
7290
            "description": "Symfony SwiftmailerBundle",
7291
            "homepage": "http://symfony.com",
7292
            "time": "2015-11-28 10:59:29"
7293
        },
7294
        {
7295
            "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...
7296
            "version": "v2.7.7",
7297
            "source": {
7298
                "type": "git",
7299
                "url": "https://github.com/symfony/symfony.git",
7300
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
7301
            },
7302
            "dist": {
7303
                "type": "zip",
7304
                "url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
7305
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
7306
                "shasum": ""
7307
            },
7308
            "require": {
7309
                "doctrine/common": "~2.4",
7310
                "php": ">=5.3.9",
7311
                "psr/log": "~1.0",
7312
                "twig/twig": "~1.23|~2.0"
7313
            },
7314
            "replace": {
7315
                "symfony/asset": "self.version",
7316
                "symfony/browser-kit": "self.version",
7317
                "symfony/class-loader": "self.version",
7318
                "symfony/config": "self.version",
7319
                "symfony/console": "self.version",
7320
                "symfony/css-selector": "self.version",
7321
                "symfony/debug": "self.version",
7322
                "symfony/debug-bundle": "self.version",
7323
                "symfony/dependency-injection": "self.version",
7324
                "symfony/doctrine-bridge": "self.version",
7325
                "symfony/dom-crawler": "self.version",
7326
                "symfony/event-dispatcher": "self.version",
7327
                "symfony/expression-language": "self.version",
7328
                "symfony/filesystem": "self.version",
7329
                "symfony/finder": "self.version",
7330
                "symfony/form": "self.version",
7331
                "symfony/framework-bundle": "self.version",
7332
                "symfony/http-foundation": "self.version",
7333
                "symfony/http-kernel": "self.version",
7334
                "symfony/intl": "self.version",
7335
                "symfony/locale": "self.version",
7336
                "symfony/monolog-bridge": "self.version",
7337
                "symfony/options-resolver": "self.version",
7338
                "symfony/process": "self.version",
7339
                "symfony/property-access": "self.version",
7340
                "symfony/proxy-manager-bridge": "self.version",
7341
                "symfony/routing": "self.version",
7342
                "symfony/security": "self.version",
7343
                "symfony/security-acl": "self.version",
7344
                "symfony/security-bundle": "self.version",
7345
                "symfony/security-core": "self.version",
7346
                "symfony/security-csrf": "self.version",
7347
                "symfony/security-http": "self.version",
7348
                "symfony/serializer": "self.version",
7349
                "symfony/stopwatch": "self.version",
7350
                "symfony/swiftmailer-bridge": "self.version",
7351
                "symfony/templating": "self.version",
7352
                "symfony/translation": "self.version",
7353
                "symfony/twig-bridge": "self.version",
7354
                "symfony/twig-bundle": "self.version",
7355
                "symfony/validator": "self.version",
7356
                "symfony/var-dumper": "self.version",
7357
                "symfony/web-profiler-bundle": "self.version",
7358
                "symfony/yaml": "self.version"
7359
            },
7360
            "require-dev": {
7361
                "doctrine/data-fixtures": "1.0.*",
7362
                "doctrine/dbal": "~2.4",
7363
                "doctrine/doctrine-bundle": "~1.2",
7364
                "doctrine/orm": "~2.4,>=2.4.5",
7365
                "egulias/email-validator": "~1.2",
7366
                "ircmaxell/password-compat": "~1.0",
7367
                "monolog/monolog": "~1.11",
7368
                "ocramius/proxy-manager": "~0.4|~1.0"
7369
            },
7370
            "type": "library",
7371
            "extra": {
7372
                "branch-alias": {
7373
                    "dev-master": "2.7-dev"
7374
                }
7375
            },
7376
            "autoload": {
7377
                "psr-4": {
7378
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
7379
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
7380
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
7381
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
7382
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
7383
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
7384
                    "Symfony\\Component\\": "src/Symfony/Component/"
7385
                },
7386
                "classmap": [
7387
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
7388
                    "src/Symfony/Component/Intl/Resources/stubs"
7389
                ],
7390
                "files": [
7391
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
7392
                ],
7393
                "exclude-from-classmap": [
7394
                    "**/Tests/"
7395
                ]
7396
            },
7397
            "notification-url": "https://packagist.org/downloads/",
7398
            "license": [
7399
                "MIT"
7400
            ],
7401
            "authors": [
7402
                {
7403
                    "name": "Fabien Potencier",
7404
                    "email": "[email protected]"
7405
                },
7406
                {
7407
                    "name": "Symfony Community",
7408
                    "homepage": "https://symfony.com/contributors"
7409
                }
7410
            ],
7411
            "description": "The Symfony PHP framework",
7412
            "homepage": "https://symfony.com",
7413
            "keywords": [
7414
                "framework"
7415
            ],
7416
            "time": "2015-11-23 11:58:08"
7417
        },
7418
        {
7419
            "name": "true/punycode",
7420
            "version": "v2.0.1",
7421
            "source": {
7422
                "type": "git",
7423
                "url": "https://github.com/true/php-punycode.git",
7424
                "reference": "b672918d992b84f8016bbe353a42516928393c63"
7425
            },
7426
            "dist": {
7427
                "type": "zip",
7428
                "url": "https://api.github.com/repos/true/php-punycode/zipball/b672918d992b84f8016bbe353a42516928393c63",
7429
                "reference": "b672918d992b84f8016bbe353a42516928393c63",
7430
                "shasum": ""
7431
            },
7432
            "require": {
7433
                "ext-mbstring": "*",
7434
                "php": ">=5.3.0"
7435
            },
7436
            "require-dev": {
7437
                "phpunit/phpunit": "~4.7",
7438
                "squizlabs/php_codesniffer": "~2.0"
7439
            },
7440
            "type": "library",
7441
            "autoload": {
7442
                "psr-4": {
7443
                    "TrueBV\\": "src/"
7444
                }
7445
            },
7446
            "notification-url": "https://packagist.org/downloads/",
7447
            "license": [
7448
                "MIT"
7449
            ],
7450
            "authors": [
7451
                {
7452
                    "name": "Renan Gonçalves",
7453
                    "email": "[email protected]"
7454
                }
7455
            ],
7456
            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
7457
            "homepage": "https://github.com/true/php-punycode",
7458
            "keywords": [
7459
                "idna",
7460
                "punycode"
7461
            ],
7462
            "time": "2015-09-01 14:53:31"
7463
        },
7464
        {
7465
            "name": "twig/extensions",
7466
            "version": "v1.3.0",
7467
            "source": {
7468
                "type": "git",
7469
                "url": "https://github.com/twigphp/Twig-extensions.git",
7470
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7471
            },
7472
            "dist": {
7473
                "type": "zip",
7474
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
7475
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7476
                "shasum": ""
7477
            },
7478
            "require": {
7479
                "twig/twig": "~1.20|~2.0"
7480
            },
7481
            "require-dev": {
7482
                "symfony/translation": "~2.3"
7483
            },
7484
            "suggest": {
7485
                "symfony/translation": "Allow the time_diff output to be translated"
7486
            },
7487
            "type": "library",
7488
            "extra": {
7489
                "branch-alias": {
7490
                    "dev-master": "1.3-dev"
7491
                }
7492
            },
7493
            "autoload": {
7494
                "psr-0": {
7495
                    "Twig_Extensions_": "lib/"
7496
                }
7497
            },
7498
            "notification-url": "https://packagist.org/downloads/",
7499
            "license": [
7500
                "MIT"
7501
            ],
7502
            "authors": [
7503
                {
7504
                    "name": "Fabien Potencier",
7505
                    "email": "[email protected]"
7506
                }
7507
            ],
7508
            "description": "Common additional features for Twig that do not directly belong in core",
7509
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
7510
            "keywords": [
7511
                "i18n",
7512
                "text"
7513
            ],
7514
            "time": "2015-08-22 16:38:35"
7515
        },
7516
        {
7517
            "name": "twig/twig",
7518
            "version": "v1.23.1",
7519
            "source": {
7520
                "type": "git",
7521
                "url": "https://github.com/twigphp/Twig.git",
7522
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
7523
            },
7524
            "dist": {
7525
                "type": "zip",
7526
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
7527
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
7528
                "shasum": ""
7529
            },
7530
            "require": {
7531
                "php": ">=5.2.7"
7532
            },
7533
            "require-dev": {
7534
                "symfony/debug": "~2.7",
7535
                "symfony/phpunit-bridge": "~2.7"
7536
            },
7537
            "type": "library",
7538
            "extra": {
7539
                "branch-alias": {
7540
                    "dev-master": "1.23-dev"
7541
                }
7542
            },
7543
            "autoload": {
7544
                "psr-0": {
7545
                    "Twig_": "lib/"
7546
                }
7547
            },
7548
            "notification-url": "https://packagist.org/downloads/",
7549
            "license": [
7550
                "BSD-3-Clause"
7551
            ],
7552
            "authors": [
7553
                {
7554
                    "name": "Fabien Potencier",
7555
                    "email": "[email protected]",
7556
                    "homepage": "http://fabien.potencier.org",
7557
                    "role": "Lead Developer"
7558
                },
7559
                {
7560
                    "name": "Armin Ronacher",
7561
                    "email": "[email protected]",
7562
                    "role": "Project Founder"
7563
                },
7564
                {
7565
                    "name": "Twig Team",
7566
                    "homepage": "http://twig.sensiolabs.org/contributors",
7567
                    "role": "Contributors"
7568
                }
7569
            ],
7570
            "description": "Twig, the flexible, fast, and secure template language for PHP",
7571
            "homepage": "http://twig.sensiolabs.org",
7572
            "keywords": [
7573
                "templating"
7574
            ],
7575
            "time": "2015-11-05 12:49:06"
7576
        },
7577
        {
7578
            "name": "webmozart/assert",
7579
            "version": "1.0.2",
7580
            "source": {
7581
                "type": "git",
7582
                "url": "https://github.com/webmozart/assert.git",
7583
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
7584
            },
7585
            "dist": {
7586
                "type": "zip",
7587
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
7588
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
7589
                "shasum": ""
7590
            },
7591
            "require": {
7592
                "php": ">=5.3.3"
7593
            },
7594
            "require-dev": {
7595
                "phpunit/phpunit": "^4.6"
7596
            },
7597
            "type": "library",
7598
            "extra": {
7599
                "branch-alias": {
7600
                    "dev-master": "1.0-dev"
7601
                }
7602
            },
7603
            "autoload": {
7604
                "psr-4": {
7605
                    "Webmozart\\Assert\\": "src/"
7606
                }
7607
            },
7608
            "notification-url": "https://packagist.org/downloads/",
7609
            "license": [
7610
                "MIT"
7611
            ],
7612
            "authors": [
7613
                {
7614
                    "name": "Bernhard Schussek",
7615
                    "email": "[email protected]"
7616
                }
7617
            ],
7618
            "description": "Assertions to validate method input/output with nice error messages.",
7619
            "keywords": [
7620
                "assert",
7621
                "check",
7622
                "validate"
7623
            ],
7624
            "time": "2015-08-24 13:29:44"
7625
        },
7626
        {
7627
            "name": "white-october/pagerfanta-bundle",
7628
            "version": "v1.0.4",
7629
            "source": {
7630
                "type": "git",
7631
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
7632
                "reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880"
7633
            },
7634
            "dist": {
7635
                "type": "zip",
7636
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f329d7bbd9cb97edaac418ef94807d9e376f8880",
7637
                "reference": "f329d7bbd9cb97edaac418ef94807d9e376f8880",
7638
                "shasum": ""
7639
            },
7640
            "require": {
7641
                "pagerfanta/pagerfanta": "1.0.*",
7642
                "symfony/framework-bundle": "~2.3",
7643
                "symfony/property-access": "~2.3",
7644
                "symfony/twig-bundle": "~2.3"
7645
            },
7646
            "require-dev": {
7647
                "phpunit/phpunit": "~3.7",
7648
                "symfony/symfony": "~2.3"
7649
            },
7650
            "type": "symfony-bundle",
7651
            "extra": {
7652
                "branch-alias": {
7653
                    "dev-master": "1.0.x-dev"
7654
                }
7655
            },
7656
            "autoload": {
7657
                "psr-4": {
7658
                    "WhiteOctober\\PagerfantaBundle\\": ""
7659
                }
7660
            },
7661
            "notification-url": "https://packagist.org/downloads/",
7662
            "license": [
7663
                "MIT"
7664
            ],
7665
            "authors": [
7666
                {
7667
                    "name": "Pablo Díez",
7668
                    "email": "[email protected]"
7669
                }
7670
            ],
7671
            "description": "Bundle to use Pagerfanta with Symfony2",
7672
            "keywords": [
7673
                "page",
7674
                "paging"
7675
            ],
7676
            "time": "2015-09-01 16:19:36"
7677
        },
7678
        {
7679
            "name": "willdurand/hateoas",
7680
            "version": "v2.9.0",
7681
            "source": {
7682
                "type": "git",
7683
                "url": "https://github.com/willdurand/Hateoas.git",
7684
                "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
7685
            },
7686
            "dist": {
7687
                "type": "zip",
7688
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
7689
                "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
7690
                "shasum": ""
7691
            },
7692
            "require": {
7693
                "doctrine/annotations": "~1.0",
7694
                "doctrine/common": "~2.0",
7695
                "jms/metadata": "~1.1",
7696
                "jms/serializer": "~1.0",
7697
                "php": ">=5.4",
7698
                "symfony/expression-language": "~2.4 || ~3.0"
7699
            },
7700
            "require-dev": {
7701
                "atoum/atoum": "*@dev",
7702
                "hautelook/frankenstein": "~0.1",
7703
                "pagerfanta/pagerfanta": "~1.0",
7704
                "phpunit/phpunit": "~3.7",
7705
                "symfony/dependency-injection": "~2.0 || ~3.0",
7706
                "symfony/routing": "~2.0 || ~3.0",
7707
                "symfony/yaml": "~2.0 || ~3.0",
7708
                "twig/twig": "~1.12"
7709
            },
7710
            "suggest": {
7711
                "symfony/routing": "To use the SymfonyRouteFactory.",
7712
                "symfony/yaml": "To use yaml based configuration.",
7713
                "twig/twig": "To use the Twig extensions."
7714
            },
7715
            "type": "library",
7716
            "extra": {
7717
                "branch-alias": {
7718
                    "dev-master": "2.9-dev"
7719
                }
7720
            },
7721
            "autoload": {
7722
                "psr-0": {
7723
                    "Hateoas": "src/"
7724
                }
7725
            },
7726
            "notification-url": "https://packagist.org/downloads/",
7727
            "license": [
7728
                "MIT"
7729
            ],
7730
            "authors": [
7731
                {
7732
                    "name": "Adrien Brault",
7733
                    "email": "[email protected]"
7734
                },
7735
                {
7736
                    "name": "William Durand",
7737
                    "email": "[email protected]"
7738
                }
7739
            ],
7740
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
7741
            "time": "2015-12-04 15:31:02"
7742
        },
7743
        {
7744
            "name": "willdurand/hateoas-bundle",
7745
            "version": "1.1.0",
7746
            "target-dir": "Bazinga/Bundle/HateoasBundle",
7747
            "source": {
7748
                "type": "git",
7749
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
7750
                "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
7751
            },
7752
            "dist": {
7753
                "type": "zip",
7754
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
7755
                "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
7756
                "shasum": ""
7757
            },
7758
            "require": {
7759
                "jms/serializer-bundle": "~1.0",
7760
                "symfony/framework-bundle": "~2.2 || ~3.0",
7761
                "willdurand/hateoas": "~2.9"
7762
            },
7763
            "require-dev": {
7764
                "symfony/expression-language": "~2.4 || ~3.0",
7765
                "twig/twig": "~1.12"
7766
            },
7767
            "type": "symfony-bundle",
7768
            "extra": {
7769
                "branch-alias": {
7770
                    "dev-master": "1.2-dev"
7771
                }
7772
            },
7773
            "autoload": {
7774
                "psr-0": {
7775
                    "Bazinga\\Bundle\\HateoasBundle": ""
7776
                }
7777
            },
7778
            "notification-url": "https://packagist.org/downloads/",
7779
            "license": [
7780
                "MIT"
7781
            ],
7782
            "authors": [
7783
                {
7784
                    "name": "William Durand",
7785
                    "email": "[email protected]"
7786
                }
7787
            ],
7788
            "description": "Integration of Hateoas into Symfony2.",
7789
            "keywords": [
7790
                "HATEOAS",
7791
                "rest"
7792
            ],
7793
            "time": "2015-12-07 08:25:05"
7794
        },
7795
        {
7796
            "name": "willdurand/jsonp-callback-validator",
7797
            "version": "v1.1.0",
7798
            "source": {
7799
                "type": "git",
7800
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
7801
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
7802
            },
7803
            "dist": {
7804
                "type": "zip",
7805
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
7806
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
7807
                "shasum": ""
7808
            },
7809
            "require": {
7810
                "php": ">=5.3.0"
7811
            },
7812
            "require-dev": {
7813
                "phpunit/phpunit": "~3.7"
7814
            },
7815
            "type": "library",
7816
            "autoload": {
7817
                "psr-0": {
7818
                    "JsonpCallbackValidator": "src/"
7819
                }
7820
            },
7821
            "notification-url": "https://packagist.org/downloads/",
7822
            "license": [
7823
                "MIT"
7824
            ],
7825
            "authors": [
7826
                {
7827
                    "name": "William DURAND",
7828
                    "email": "[email protected]",
7829
                    "homepage": "http://www.willdurand.fr"
7830
                }
7831
            ],
7832
            "description": "JSONP callback validator.",
7833
            "time": "2014-01-20 22:35:06"
7834
        },
7835
        {
7836
            "name": "willdurand/negotiation",
7837
            "version": "1.5.0",
7838
            "source": {
7839
                "type": "git",
7840
                "url": "https://github.com/willdurand/Negotiation.git",
7841
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
7842
            },
7843
            "dist": {
7844
                "type": "zip",
7845
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
7846
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
7847
                "shasum": ""
7848
            },
7849
            "require": {
7850
                "php": ">=5.3.0"
7851
            },
7852
            "type": "library",
7853
            "extra": {
7854
                "branch-alias": {
7855
                    "dev-master": "1.5-dev"
7856
                }
7857
            },
7858
            "autoload": {
7859
                "psr-4": {
7860
                    "Negotiation\\": "src/Negotiation"
7861
                }
7862
            },
7863
            "notification-url": "https://packagist.org/downloads/",
7864
            "license": [
7865
                "MIT"
7866
            ],
7867
            "authors": [
7868
                {
7869
                    "name": "William Durand",
7870
                    "email": "[email protected]"
7871
                }
7872
            ],
7873
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
7874
            "homepage": "http://williamdurand.fr/Negotiation/",
7875
            "keywords": [
7876
                "accept",
7877
                "content",
7878
                "format",
7879
                "header",
7880
                "negotiation"
7881
            ],
7882
            "time": "2015-10-01 07:42:40"
7883
        },
7884
        {
7885
            "name": "winzou/state-machine",
7886
            "version": "0.2.2",
7887
            "source": {
7888
                "type": "git",
7889
                "url": "https://github.com/winzou/state-machine.git",
7890
                "reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d"
7891
            },
7892
            "dist": {
7893
                "type": "zip",
7894
                "url": "https://api.github.com/repos/winzou/state-machine/zipball/aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
7895
                "reference": "aa54434dac9e0e41f3d1bead53f7e45b5df8a86d",
7896
                "shasum": ""
7897
            },
7898
            "require": {
7899
                "php": ">=5.3.0",
7900
                "symfony/event-dispatcher": "~2.1",
7901
                "symfony/expression-language": "~2.4",
7902
                "symfony/property-access": "~2.1"
7903
            },
7904
            "require-dev": {
7905
                "phpspec/phpspec": "~2.0"
7906
            },
7907
            "type": "library",
7908
            "autoload": {
7909
                "psr-0": {
7910
                    "SM": "src/"
7911
                }
7912
            },
7913
            "notification-url": "https://packagist.org/downloads/",
7914
            "license": [
7915
                "MIT"
7916
            ],
7917
            "authors": [
7918
                {
7919
                    "name": "Alexandre Bacco",
7920
                    "email": "[email protected]",
7921
                    "homepage": "http://alex.bacco.fr"
7922
                }
7923
            ],
7924
            "description": "A very lightweight yet powerful PHP state machine",
7925
            "homepage": "https://github.com/winzou/StateMachine",
7926
            "keywords": [
7927
                "callback",
7928
                "event",
7929
                "state",
7930
                "statemachine"
7931
            ],
7932
            "time": "2014-12-05 02:14:37"
7933
        },
7934
        {
7935
            "name": "winzou/state-machine-bundle",
7936
            "version": "v0.2.2",
7937
            "source": {
7938
                "type": "git",
7939
                "url": "https://github.com/winzou/StateMachineBundle.git",
7940
                "reference": "c7f294097bada884f0b14658ba7418872c9b2a70"
7941
            },
7942
            "dist": {
7943
                "type": "zip",
7944
                "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/c7f294097bada884f0b14658ba7418872c9b2a70",
7945
                "reference": "c7f294097bada884f0b14658ba7418872c9b2a70",
7946
                "shasum": ""
7947
            },
7948
            "require": {
7949
                "php": ">5.3.0",
7950
                "symfony/framework-bundle": "~2.1",
7951
                "winzou/state-machine": "~0.2"
7952
            },
7953
            "require-dev": {
7954
                "phpspec/phpspec": "~2.0"
7955
            },
7956
            "type": "symfony-bundle",
7957
            "autoload": {
7958
                "psr-4": {
7959
                    "winzou\\Bundle\\StateMachineBundle\\": ""
7960
                }
7961
            },
7962
            "notification-url": "https://packagist.org/downloads/",
7963
            "license": [
7964
                "MIT"
7965
            ],
7966
            "authors": [
7967
                {
7968
                    "name": "Alexandre Bacco",
7969
                    "homepage": "http://alex.bacco.fr"
7970
                }
7971
            ],
7972
            "description": "Bundle for the very lightweight yet powerful PHP state machine",
7973
            "keywords": [
7974
                "bundle",
7975
                "statemachine",
7976
                "symfony"
7977
            ],
7978
            "time": "2014-11-27 05:49:41"
7979
        },
7980
        {
7981
            "name": "zendframework/zend-code",
7982
            "version": "2.5.3",
7983
            "source": {
7984
                "type": "git",
7985
                "url": "https://github.com/zendframework/zend-code.git",
7986
                "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba"
7987
            },
7988
            "dist": {
7989
                "type": "zip",
7990
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
7991
                "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba",
7992
                "shasum": ""
7993
            },
7994
            "require": {
7995
                "php": ">=5.5",
7996
                "zendframework/zend-eventmanager": "~2.5"
7997
            },
7998
            "require-dev": {
7999
                "doctrine/common": ">=2.1",
8000
                "fabpot/php-cs-fixer": "1.7.*",
8001
                "phpunit/phpunit": "~4.0",
8002
                "zendframework/zend-stdlib": "~2.5"
8003
            },
8004
            "suggest": {
8005
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
8006
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
8007
            },
8008
            "type": "library",
8009
            "extra": {
8010
                "branch-alias": {
8011
                    "dev-master": "2.5-dev",
8012
                    "dev-develop": "2.6-dev"
8013
                }
8014
            },
8015
            "autoload": {
8016
                "psr-4": {
8017
                    "Zend\\Code\\": "src/"
8018
                }
8019
            },
8020
            "notification-url": "https://packagist.org/downloads/",
8021
            "license": [
8022
                "BSD-3-Clause"
8023
            ],
8024
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
8025
            "homepage": "https://github.com/zendframework/zend-code",
8026
            "keywords": [
8027
                "code",
8028
                "zf2"
8029
            ],
8030
            "time": "2015-11-18 18:22:37"
8031
        },
8032
        {
8033
            "name": "zendframework/zend-eventmanager",
8034
            "version": "2.5.2",
8035
            "source": {
8036
                "type": "git",
8037
                "url": "https://github.com/zendframework/zend-eventmanager.git",
8038
                "reference": "135af03d07fd048c322259aab6611d2be290475c"
8039
            },
8040
            "dist": {
8041
                "type": "zip",
8042
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
8043
                "reference": "135af03d07fd048c322259aab6611d2be290475c",
8044
                "shasum": ""
8045
            },
8046
            "require": {
8047
                "php": ">=5.5",
8048
                "zendframework/zend-stdlib": "~2.5"
8049
            },
8050
            "require-dev": {
8051
                "fabpot/php-cs-fixer": "1.7.*",
8052
                "phpunit/phpunit": "~4.0"
8053
            },
8054
            "type": "library",
8055
            "extra": {
8056
                "branch-alias": {
8057
                    "dev-master": "2.5-dev",
8058
                    "dev-develop": "2.6-dev"
8059
                }
8060
            },
8061
            "autoload": {
8062
                "psr-4": {
8063
                    "Zend\\EventManager\\": "src/"
8064
                }
8065
            },
8066
            "notification-url": "https://packagist.org/downloads/",
8067
            "license": [
8068
                "BSD-3-Clause"
8069
            ],
8070
            "homepage": "https://github.com/zendframework/zend-eventmanager",
8071
            "keywords": [
8072
                "eventmanager",
8073
                "zf2"
8074
            ],
8075
            "time": "2015-07-16 19:00:49"
8076
        },
8077
        {
8078
            "name": "zendframework/zend-hydrator",
8079
            "version": "1.0.0",
8080
            "source": {
8081
                "type": "git",
8082
                "url": "https://github.com/zendframework/zend-hydrator.git",
8083
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f"
8084
            },
8085
            "dist": {
8086
                "type": "zip",
8087
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f",
8088
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f",
8089
                "shasum": ""
8090
            },
8091
            "require": {
8092
                "php": ">=5.5",
8093
                "zendframework/zend-stdlib": "^2.5.1"
8094
            },
8095
            "require-dev": {
8096
                "phpunit/phpunit": "~4.0",
8097
                "squizlabs/php_codesniffer": "^2.0@dev",
8098
                "zendframework/zend-eventmanager": "^2.5.1",
8099
                "zendframework/zend-filter": "^2.5.1",
8100
                "zendframework/zend-inputfilter": "^2.5.1",
8101
                "zendframework/zend-serializer": "^2.5.1",
8102
                "zendframework/zend-servicemanager": "^2.5.1"
8103
            },
8104
            "suggest": {
8105
                "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage",
8106
                "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage",
8107
                "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy",
8108
                "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage"
8109
            },
8110
            "type": "library",
8111
            "extra": {
8112
                "branch-alias": {
8113
                    "dev-master": "1.0-dev",
8114
                    "dev-develop": "1.1-dev"
8115
                }
8116
            },
8117
            "autoload": {
8118
                "psr-4": {
8119
                    "Zend\\Hydrator\\": "src/"
8120
                }
8121
            },
8122
            "notification-url": "https://packagist.org/downloads/",
8123
            "license": [
8124
                "BSD-3-Clause"
8125
            ],
8126
            "homepage": "https://github.com/zendframework/zend-hydrator",
8127
            "keywords": [
8128
                "hydrator",
8129
                "zf2"
8130
            ],
8131
            "time": "2015-09-17 14:06:43"
8132
        },
8133
        {
8134
            "name": "zendframework/zend-stdlib",
8135
            "version": "2.7.4",
8136
            "source": {
8137
                "type": "git",
8138
                "url": "https://github.com/zendframework/zend-stdlib.git",
8139
                "reference": "cae029346a33663b998507f94962eb27de060683"
8140
            },
8141
            "dist": {
8142
                "type": "zip",
8143
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cae029346a33663b998507f94962eb27de060683",
8144
                "reference": "cae029346a33663b998507f94962eb27de060683",
8145
                "shasum": ""
8146
            },
8147
            "require": {
8148
                "php": ">=5.5",
8149
                "zendframework/zend-hydrator": "~1.0"
8150
            },
8151
            "require-dev": {
8152
                "athletic/athletic": "~0.1",
8153
                "fabpot/php-cs-fixer": "1.7.*",
8154
                "phpunit/phpunit": "~4.0",
8155
                "zendframework/zend-config": "~2.5",
8156
                "zendframework/zend-eventmanager": "~2.5",
8157
                "zendframework/zend-filter": "~2.5",
8158
                "zendframework/zend-inputfilter": "~2.5",
8159
                "zendframework/zend-serializer": "~2.5",
8160
                "zendframework/zend-servicemanager": "~2.5"
8161
            },
8162
            "suggest": {
8163
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
8164
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
8165
                "zendframework/zend-serializer": "Zend\\Serializer component",
8166
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
8167
            },
8168
            "type": "library",
8169
            "extra": {
8170
                "branch-alias": {
8171
                    "dev-master": "2.7-dev",
8172
                    "dev-develop": "2.8-dev"
8173
                }
8174
            },
8175
            "autoload": {
8176
                "psr-4": {
8177
                    "Zend\\Stdlib\\": "src/"
8178
                }
8179
            },
8180
            "notification-url": "https://packagist.org/downloads/",
8181
            "license": [
8182
                "BSD-3-Clause"
8183
            ],
8184
            "homepage": "https://github.com/zendframework/zend-stdlib",
8185
            "keywords": [
8186
                "stdlib",
8187
                "zf2"
8188
            ],
8189
            "time": "2015-10-15 15:57:32"
8190
        }
8191
    ],
8192
    "packages-dev": [
8193
        {
8194
            "name": "akeneo/phpspec-skip-example-extension",
8195
            "version": "v1.2.0",
8196
            "source": {
8197
                "type": "git",
8198
                "url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git",
8199
                "reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038"
8200
            },
8201
            "dist": {
8202
                "type": "zip",
8203
                "url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
8204
                "reference": "d7472a3b32aff125762a11d0ed6ee0eb7b3de038",
8205
                "shasum": ""
8206
            },
8207
            "require": {
8208
                "phpspec/phpspec": "~2.1"
8209
            },
8210
            "type": "library",
8211
            "extra": {
8212
                "branch-alias": {
8213
                    "dev-master": "1.2.x-dev",
8214
                    "dev-1.1": "1.1.x-dev",
8215
                    "dev-1.0": "1.0.x-dev"
8216
                }
8217
            },
8218
            "autoload": {
8219
                "psr-0": {
8220
                    "Akeneo": "src/"
8221
                }
8222
            },
8223
            "notification-url": "https://packagist.org/downloads/",
8224
            "license": [
8225
                "MIT"
8226
            ],
8227
            "authors": [
8228
                {
8229
                    "name": "Gildas Quéméner",
8230
                    "email": "[email protected]"
8231
                }
8232
            ],
8233
            "description": "Skip your PhpSpec examples through annotations",
8234
            "time": "2015-09-13 14:38:13"
8235
        },
8236
        {
8237
            "name": "behat/behat",
8238
            "version": "v3.0.15",
8239
            "source": {
8240
                "type": "git",
8241
                "url": "https://github.com/Behat/Behat.git",
8242
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
8243
            },
8244
            "dist": {
8245
                "type": "zip",
8246
                "url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
8247
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
8248
                "shasum": ""
8249
            },
8250
            "require": {
8251
                "behat/gherkin": "~4.3",
8252
                "behat/transliterator": "~1.0",
8253
                "ext-mbstring": "*",
8254
                "php": ">=5.3.3",
8255
                "symfony/class-loader": "~2.1",
8256
                "symfony/config": "~2.3",
8257
                "symfony/console": "~2.1",
8258
                "symfony/dependency-injection": "~2.1",
8259
                "symfony/event-dispatcher": "~2.1",
8260
                "symfony/translation": "~2.3",
8261
                "symfony/yaml": "~2.1"
8262
            },
8263
            "require-dev": {
8264
                "phpspec/prophecy-phpunit": "~1.0",
8265
                "phpunit/phpunit": "~4.0",
8266
                "symfony/process": "~2.1"
8267
            },
8268
            "suggest": {
8269
                "behat/mink-extension": "for integration with Mink testing framework",
8270
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
8271
                "behat/yii-extension": "for integration with Yii web framework"
8272
            },
8273
            "bin": [
8274
                "bin/behat"
8275
            ],
8276
            "type": "library",
8277
            "extra": {
8278
                "branch-alias": {
8279
                    "dev-master": "3.0.x-dev"
8280
                }
8281
            },
8282
            "autoload": {
8283
                "psr-0": {
8284
                    "Behat\\Behat": "src/",
8285
                    "Behat\\Testwork": "src/"
8286
                }
8287
            },
8288
            "notification-url": "https://packagist.org/downloads/",
8289
            "license": [
8290
                "MIT"
8291
            ],
8292
            "authors": [
8293
                {
8294
                    "name": "Konstantin Kudryashov",
8295
                    "email": "[email protected]",
8296
                    "homepage": "http://everzet.com"
8297
                }
8298
            ],
8299
            "description": "Scenario-oriented BDD framework for PHP 5.3",
8300
            "homepage": "http://behat.org/",
8301
            "keywords": [
8302
                "Agile",
8303
                "BDD",
8304
                "ScenarioBDD",
8305
                "Scrum",
8306
                "StoryBDD",
8307
                "User story",
8308
                "business",
8309
                "development",
8310
                "documentation",
8311
                "examples",
8312
                "symfony",
8313
                "testing"
8314
            ],
8315
            "time": "2015-02-22 14:10:33"
8316
        },
8317
        {
8318
            "name": "behat/gherkin",
8319
            "version": "v4.4.0",
8320
            "source": {
8321
                "type": "git",
8322
                "url": "https://github.com/Behat/Gherkin.git",
8323
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af"
8324
            },
8325
            "dist": {
8326
                "type": "zip",
8327
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
8328
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
8329
                "shasum": ""
8330
            },
8331
            "require": {
8332
                "php": ">=5.3.1"
8333
            },
8334
            "require-dev": {
8335
                "phpunit/phpunit": "~4.0",
8336
                "symfony/yaml": "~2.1"
8337
            },
8338
            "suggest": {
8339
                "symfony/yaml": "If you want to parse features, represented in YAML files"
8340
            },
8341
            "type": "library",
8342
            "extra": {
8343
                "branch-alias": {
8344
                    "dev-master": "4.4-dev"
8345
                }
8346
            },
8347
            "autoload": {
8348
                "psr-0": {
8349
                    "Behat\\Gherkin": "src/"
8350
                }
8351
            },
8352
            "notification-url": "https://packagist.org/downloads/",
8353
            "license": [
8354
                "MIT"
8355
            ],
8356
            "authors": [
8357
                {
8358
                    "name": "Konstantin Kudryashov",
8359
                    "email": "[email protected]",
8360
                    "homepage": "http://everzet.com"
8361
                }
8362
            ],
8363
            "description": "Gherkin DSL parser for PHP 5.3",
8364
            "homepage": "http://behat.org/",
8365
            "keywords": [
8366
                "BDD",
8367
                "Behat",
8368
                "Cucumber",
8369
                "DSL",
8370
                "gherkin",
8371
                "parser"
8372
            ],
8373
            "time": "2015-09-29 13:41:19"
8374
        },
8375
        {
8376
            "name": "behat/mink",
8377
            "version": "v1.7.0",
8378
            "source": {
8379
                "type": "git",
8380
                "url": "https://github.com/minkphp/Mink.git",
8381
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
8382
            },
8383
            "dist": {
8384
                "type": "zip",
8385
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
8386
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
8387
                "shasum": ""
8388
            },
8389
            "require": {
8390
                "php": ">=5.3.1",
8391
                "symfony/css-selector": "~2.1"
8392
            },
8393
            "require-dev": {
8394
                "symfony/phpunit-bridge": "~2.7"
8395
            },
8396
            "suggest": {
8397
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
8398
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
8399
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
8400
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
8401
            },
8402
            "type": "library",
8403
            "extra": {
8404
                "branch-alias": {
8405
                    "dev-master": "1.7.x-dev"
8406
                }
8407
            },
8408
            "autoload": {
8409
                "psr-4": {
8410
                    "Behat\\Mink\\": "src/"
8411
                }
8412
            },
8413
            "notification-url": "https://packagist.org/downloads/",
8414
            "license": [
8415
                "MIT"
8416
            ],
8417
            "authors": [
8418
                {
8419
                    "name": "Konstantin Kudryashov",
8420
                    "email": "[email protected]",
8421
                    "homepage": "http://everzet.com"
8422
                }
8423
            ],
8424
            "description": "Browser controller/emulator abstraction for PHP",
8425
            "homepage": "http://mink.behat.org/",
8426
            "keywords": [
8427
                "browser",
8428
                "testing",
8429
                "web"
8430
            ],
8431
            "time": "2015-09-20 20:24:03"
8432
        },
8433
        {
8434
            "name": "behat/mink-browserkit-driver",
8435
            "version": "v1.3.0",
8436
            "source": {
8437
                "type": "git",
8438
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
8439
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
8440
            },
8441
            "dist": {
8442
                "type": "zip",
8443
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
8444
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
8445
                "shasum": ""
8446
            },
8447
            "require": {
8448
                "behat/mink": "~1.7@dev",
8449
                "php": ">=5.3.6",
8450
                "symfony/browser-kit": "~2.3",
8451
                "symfony/dom-crawler": "~2.3"
8452
            },
8453
            "require-dev": {
8454
                "silex/silex": "~1.2",
8455
                "symfony/phpunit-bridge": "~2.7"
8456
            },
8457
            "type": "mink-driver",
8458
            "extra": {
8459
                "branch-alias": {
8460
                    "dev-master": "1.3.x-dev"
8461
                }
8462
            },
8463
            "autoload": {
8464
                "psr-4": {
8465
                    "Behat\\Mink\\Driver\\": "src/"
8466
                }
8467
            },
8468
            "notification-url": "https://packagist.org/downloads/",
8469
            "license": [
8470
                "MIT"
8471
            ],
8472
            "authors": [
8473
                {
8474
                    "name": "Konstantin Kudryashov",
8475
                    "email": "[email protected]",
8476
                    "homepage": "http://everzet.com"
8477
                }
8478
            ],
8479
            "description": "Symfony2 BrowserKit driver for Mink framework",
8480
            "homepage": "http://mink.behat.org/",
8481
            "keywords": [
8482
                "Mink",
8483
                "Symfony2",
8484
                "browser",
8485
                "testing"
8486
            ],
8487
            "time": "2015-09-21 20:56:13"
8488
        },
8489
        {
8490
            "name": "behat/mink-extension",
8491
            "version": "v2.1.0",
8492
            "source": {
8493
                "type": "git",
8494
                "url": "https://github.com/Behat/MinkExtension.git",
8495
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5"
8496
            },
8497
            "dist": {
8498
                "type": "zip",
8499
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06e2b99d92e175719d7e841d5be16b7df1a233c5",
8500
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5",
8501
                "shasum": ""
8502
            },
8503
            "require": {
8504
                "behat/behat": "~3.0,>=3.0.5",
8505
                "behat/mink": "~1.5",
8506
                "php": ">=5.3.2",
8507
                "symfony/config": "~2.2"
8508
            },
8509
            "require-dev": {
8510
                "behat/mink-goutte-driver": "~1.1",
8511
                "phpspec/phpspec": "~2.0"
8512
            },
8513
            "type": "behat-extension",
8514
            "extra": {
8515
                "branch-alias": {
8516
                    "dev-master": "2.1.x-dev"
8517
                }
8518
            },
8519
            "autoload": {
8520
                "psr-0": {
8521
                    "Behat\\MinkExtension": "src/"
8522
                }
8523
            },
8524
            "notification-url": "https://packagist.org/downloads/",
8525
            "license": [
8526
                "MIT"
8527
            ],
8528
            "authors": [
8529
                {
8530
                    "name": "Christophe Coevoet",
8531
                    "email": "[email protected]"
8532
                },
8533
                {
8534
                    "name": "Konstantin Kudryashov",
8535
                    "email": "[email protected]"
8536
                }
8537
            ],
8538
            "description": "Mink extension for Behat",
8539
            "homepage": "http://extensions.behat.org/mink",
8540
            "keywords": [
8541
                "browser",
8542
                "gui",
8543
                "test",
8544
                "web"
8545
            ],
8546
            "time": "2015-09-29 17:42:41"
8547
        },
8548
        {
8549
            "name": "behat/mink-selenium2-driver",
8550
            "version": "v1.3.0",
8551
            "source": {
8552
                "type": "git",
8553
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
8554
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
8555
            },
8556
            "dist": {
8557
                "type": "zip",
8558
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
8559
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
8560
                "shasum": ""
8561
            },
8562
            "require": {
8563
                "behat/mink": "~1.7@dev",
8564
                "instaclick/php-webdriver": "~1.1",
8565
                "php": ">=5.3.1"
8566
            },
8567
            "require-dev": {
8568
                "symfony/phpunit-bridge": "~2.7"
8569
            },
8570
            "type": "mink-driver",
8571
            "extra": {
8572
                "branch-alias": {
8573
                    "dev-master": "1.3.x-dev"
8574
                }
8575
            },
8576
            "autoload": {
8577
                "psr-4": {
8578
                    "Behat\\Mink\\Driver\\": "src/"
8579
                }
8580
            },
8581
            "notification-url": "https://packagist.org/downloads/",
8582
            "license": [
8583
                "MIT"
8584
            ],
8585
            "authors": [
8586
                {
8587
                    "name": "Konstantin Kudryashov",
8588
                    "email": "[email protected]",
8589
                    "homepage": "http://everzet.com"
8590
                },
8591
                {
8592
                    "name": "Pete Otaqui",
8593
                    "email": "[email protected]",
8594
                    "homepage": "https://github.com/pete-otaqui"
8595
                }
8596
            ],
8597
            "description": "Selenium2 (WebDriver) driver for Mink framework",
8598
            "homepage": "http://mink.behat.org/",
8599
            "keywords": [
8600
                "ajax",
8601
                "browser",
8602
                "javascript",
8603
                "selenium",
8604
                "testing",
8605
                "webdriver"
8606
            ],
8607
            "time": "2015-09-21 21:02:54"
8608
        },
8609
        {
8610
            "name": "behat/symfony2-extension",
8611
            "version": "v2.1.0",
8612
            "source": {
8613
                "type": "git",
8614
                "url": "https://github.com/Behat/Symfony2Extension.git",
8615
                "reference": "845bb7a2308c3057379d29489b96e677b023dc09"
8616
            },
8617
            "dist": {
8618
                "type": "zip",
8619
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/845bb7a2308c3057379d29489b96e677b023dc09",
8620
                "reference": "845bb7a2308c3057379d29489b96e677b023dc09",
8621
                "shasum": ""
8622
            },
8623
            "require": {
8624
                "behat/behat": "~3.0,>=3.0.4",
8625
                "php": ">=5.3.3",
8626
                "symfony/framework-bundle": "~2.0"
8627
            },
8628
            "require-dev": {
8629
                "behat/mink-browserkit-driver": "~1.0",
8630
                "behat/mink-extension": "~2.0@dev",
8631
                "phpspec/phpspec": "~2.0",
8632
                "phpunit/phpunit": "~4.0",
8633
                "symfony/symfony": "~2.1"
8634
            },
8635
            "type": "behat-extension",
8636
            "extra": {
8637
                "branch-alias": {
8638
                    "dev-master": "2.1.x-dev"
8639
                }
8640
            },
8641
            "autoload": {
8642
                "psr-0": {
8643
                    "Behat\\Symfony2Extension": "src/"
8644
                }
8645
            },
8646
            "notification-url": "https://packagist.org/downloads/",
8647
            "license": [
8648
                "MIT"
8649
            ],
8650
            "authors": [
8651
                {
8652
                    "name": "Christophe Coevoet",
8653
                    "email": "[email protected]"
8654
                },
8655
                {
8656
                    "name": "Konstantin Kudryashov",
8657
                    "email": "[email protected]"
8658
                }
8659
            ],
8660
            "description": "Symfony2 framework extension for Behat",
8661
            "homepage": "http://behat.org",
8662
            "keywords": [
8663
                "BDD",
8664
                "framework",
8665
                "symfony"
8666
            ],
8667
            "time": "2015-09-29 14:11:22"
8668
        },
8669
        {
8670
            "name": "bossa/phpspec2-expect",
8671
            "version": "1.0.3",
8672
            "source": {
8673
                "type": "git",
8674
                "url": "https://github.com/BossaConsulting/phpspec2-expect.git",
8675
                "reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780"
8676
            },
8677
            "dist": {
8678
                "type": "zip",
8679
                "url": "https://api.github.com/repos/BossaConsulting/phpspec2-expect/zipball/f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
8680
                "reference": "f3a80b7fa743b8a1078a7e320bd3e8b8b6283780",
8681
                "shasum": ""
8682
            },
8683
            "require": {
8684
                "phpspec/phpspec": "~2.0"
8685
            },
8686
            "type": "library",
8687
            "autoload": {
8688
                "files": [
8689
                    "expect.php"
8690
                ],
8691
                "psr-0": {
8692
                    "Bossa\\PhpSpec\\Expect\\": ""
8693
                }
8694
            },
8695
            "notification-url": "https://packagist.org/downloads/",
8696
            "license": [
8697
                "MIT"
8698
            ],
8699
            "authors": [
8700
                {
8701
                    "name": "Marcello Duarte",
8702
                    "homepage": "http://marcelloduarte.net/"
8703
                }
8704
            ],
8705
            "description": "Helper that decorates any SUS with a phpspec lazy object wrapper",
8706
            "keywords": [
8707
                "BDD",
8708
                "SpecBDD",
8709
                "TDD",
8710
                "spec",
8711
                "specification"
8712
            ],
8713
            "time": "2014-09-12 09:25:51"
8714
        },
8715
        {
8716
            "name": "coduo/php-matcher",
8717
            "version": "dev-master",
8718
            "source": {
8719
                "type": "git",
8720
                "url": "https://github.com/coduo/php-matcher.git",
8721
                "reference": "c4917b16314900eb186de2422f81191afb7125a3"
8722
            },
8723
            "dist": {
8724
                "type": "zip",
8725
                "url": "https://api.github.com/repos/coduo/php-matcher/zipball/5fc8221869aa54200bba709310f3383c3d6f404c",
8726
                "reference": "c4917b16314900eb186de2422f81191afb7125a3",
8727
                "shasum": ""
8728
            },
8729
            "require": {
8730
                "coduo/php-to-string": "^2",
8731
                "doctrine/lexer": "1.0.*",
8732
                "ext-filter": "*",
8733
                "openlss/lib-array2xml": "0.0.10",
8734
                "php": ">=5.3.0",
8735
                "symfony/expression-language": "^2.3|^3.0",
8736
                "symfony/property-access": "^2.3|^3.0"
8737
            },
8738
            "require-dev": {
8739
                "phpunit/phpunit": "^4.8"
8740
            },
8741
            "type": "library",
8742
            "extra": {
8743
                "branch-alias": {
8744
                    "dev-master": "2.1-dev"
8745
                }
8746
            },
8747
            "autoload": {
8748
                "psr-0": {
8749
                    "Coduo\\PHPMatcher": "src/",
8750
                    "Coduo\\PHPMatcher\\Tests": "tests/"
8751
                }
8752
            },
8753
            "notification-url": "https://packagist.org/downloads/",
8754
            "license": [
8755
                "MIT"
8756
            ],
8757
            "authors": [
8758
                {
8759
                    "name": "Norbert Orzechowicz",
8760
                    "email": "[email protected]"
8761
                },
8762
                {
8763
                    "name": "Michał Dąbrowski",
8764
                    "email": "[email protected]"
8765
                }
8766
            ],
8767
            "keywords": [
8768
                "json",
8769
                "matcher",
8770
                "tests"
8771
            ],
8772
            "time": "2015-12-14 11:10:29"
8773
        },
8774
        {
8775
            "name": "coduo/php-to-string",
8776
            "version": "2.0.0",
8777
            "source": {
8778
                "type": "git",
8779
                "url": "https://github.com/coduo/php-to-string.git",
8780
                "reference": "5a55f3bd3af772175b458ce48648a36a1d15b54a"
8781
            },
8782
            "dist": {
8783
                "type": "zip",
8784
                "url": "https://api.github.com/repos/coduo/php-to-string/zipball/5a55f3bd3af772175b458ce48648a36a1d15b54a",
8785
                "reference": "5a55f3bd3af772175b458ce48648a36a1d15b54a",
8786
                "shasum": ""
8787
            },
8788
            "require": {
8789
                "php": ">=5.3.0",
8790
                "symfony/intl": "~2.5"
8791
            },
8792
            "require-dev": {
8793
                "coduo/phpspec-data-provider-extension": "^1",
8794
                "phpspec/phpspec": "^2"
8795
            },
8796
            "type": "library",
8797
            "extra": {
8798
                "branch-alias": {
8799
                    "dev-master": "2.1-dev"
8800
                }
8801
            },
8802
            "autoload": {
8803
                "psr-0": {
8804
                    "": "src"
8805
                }
8806
            },
8807
            "notification-url": "https://packagist.org/downloads/",
8808
            "license": [
8809
                "MIT"
8810
            ],
8811
            "authors": [
8812
                {
8813
                    "name": "Norbert Orzechowicz",
8814
                    "email": "[email protected]"
8815
                },
8816
                {
8817
                    "name": "Michał Dąbrowski",
8818
                    "email": "[email protected]"
8819
                }
8820
            ],
8821
            "keywords": [
8822
                "php",
8823
                "string",
8824
                "to",
8825
                "to string"
8826
            ],
8827
            "time": "2015-12-13 13:15:40"
8828
        },
8829
        {
8830
            "name": "fabpot/php-cs-fixer",
8831
            "version": "v1.11.1",
8832
            "source": {
8833
                "type": "git",
8834
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
8835
                "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0"
8836
            },
8837
            "dist": {
8838
                "type": "zip",
8839
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2c9f8298181f059c5077abda78019b9a0c9a7cc0",
8840
                "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0",
8841
                "shasum": ""
8842
            },
8843
            "require": {
8844
                "ext-tokenizer": "*",
8845
                "php": ">=5.3.6",
8846
                "sebastian/diff": "~1.1",
8847
                "symfony/console": "~2.3|~3.0",
8848
                "symfony/event-dispatcher": "~2.1|~3.0",
8849
                "symfony/filesystem": "~2.1|~3.0",
8850
                "symfony/finder": "~2.1|~3.0",
8851
                "symfony/process": "~2.3|~3.0",
8852
                "symfony/stopwatch": "~2.5|~3.0"
8853
            },
8854
            "require-dev": {
8855
                "satooshi/php-coveralls": "0.7.*@dev"
8856
            },
8857
            "bin": [
8858
                "php-cs-fixer"
8859
            ],
8860
            "type": "application",
8861
            "autoload": {
8862
                "psr-4": {
8863
                    "Symfony\\CS\\": "Symfony/CS/"
8864
                }
8865
            },
8866
            "notification-url": "https://packagist.org/downloads/",
8867
            "license": [
8868
                "MIT"
8869
            ],
8870
            "authors": [
8871
                {
8872
                    "name": "Dariusz Rumiński",
8873
                    "email": "[email protected]"
8874
                },
8875
                {
8876
                    "name": "Fabien Potencier",
8877
                    "email": "[email protected]"
8878
                }
8879
            ],
8880
            "description": "A tool to automatically fix PHP code style",
8881
            "time": "2016-01-20 19:00:28"
8882
        },
8883
        {
8884
            "name": "hamcrest/hamcrest-php",
8885
            "version": "v1.2.2",
8886
            "source": {
8887
                "type": "git",
8888
                "url": "https://github.com/hamcrest/hamcrest-php.git",
8889
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
8890
            },
8891
            "dist": {
8892
                "type": "zip",
8893
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
8894
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
8895
                "shasum": ""
8896
            },
8897
            "require": {
8898
                "php": ">=5.3.2"
8899
            },
8900
            "replace": {
8901
                "cordoval/hamcrest-php": "*",
8902
                "davedevelopment/hamcrest-php": "*",
8903
                "kodova/hamcrest-php": "*"
8904
            },
8905
            "require-dev": {
8906
                "phpunit/php-file-iterator": "1.3.3",
8907
                "satooshi/php-coveralls": "dev-master"
8908
            },
8909
            "type": "library",
8910
            "autoload": {
8911
                "classmap": [
8912
                    "hamcrest"
8913
                ],
8914
                "files": [
8915
                    "hamcrest/Hamcrest.php"
8916
                ]
8917
            },
8918
            "notification-url": "https://packagist.org/downloads/",
8919
            "license": [
8920
                "BSD"
8921
            ],
8922
            "description": "This is the PHP port of Hamcrest Matchers",
8923
            "keywords": [
8924
                "test"
8925
            ],
8926
            "time": "2015-05-11 14:41:42"
8927
        },
8928
        {
8929
            "name": "instaclick/php-webdriver",
8930
            "version": "1.4.3",
8931
            "source": {
8932
                "type": "git",
8933
                "url": "https://github.com/instaclick/php-webdriver.git",
8934
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
8935
            },
8936
            "dist": {
8937
                "type": "zip",
8938
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
8939
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
8940
                "shasum": ""
8941
            },
8942
            "require": {
8943
                "ext-curl": "*",
8944
                "php": ">=5.3.2"
8945
            },
8946
            "require-dev": {
8947
                "satooshi/php-coveralls": "dev-master"
8948
            },
8949
            "type": "library",
8950
            "extra": {
8951
                "branch-alias": {
8952
                    "dev-master": "1.4.x-dev"
8953
                }
8954
            },
8955
            "autoload": {
8956
                "psr-0": {
8957
                    "WebDriver": "lib/"
8958
                }
8959
            },
8960
            "notification-url": "https://packagist.org/downloads/",
8961
            "license": [
8962
                "Apache-2.0"
8963
            ],
8964
            "authors": [
8965
                {
8966
                    "name": "Justin Bishop",
8967
                    "email": "[email protected]",
8968
                    "role": "Developer"
8969
                },
8970
                {
8971
                    "name": "Anthon Pang",
8972
                    "email": "[email protected]",
8973
                    "role": "Fork Maintainer"
8974
                }
8975
            ],
8976
            "description": "PHP WebDriver for Selenium 2",
8977
            "homepage": "http://instaclick.com/",
8978
            "keywords": [
8979
                "browser",
8980
                "selenium",
8981
                "webdriver",
8982
                "webtest"
8983
            ],
8984
            "time": "2015-06-15 20:19:33"
8985
        },
8986
        {
8987
            "name": "lakion/api-test-case",
8988
            "version": "dev-master",
8989
            "source": {
8990
                "type": "git",
8991
                "url": "https://github.com/Lakion/ApiTestCase.git",
8992
                "reference": "466bd22a228c96a2dba971045ac8c0b0400df6d1"
8993
            },
8994
            "dist": {
8995
                "type": "zip",
8996
                "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/441618f9e447ec55a17dfe10a5b72f0b990e6efa",
8997
                "reference": "466bd22a228c96a2dba971045ac8c0b0400df6d1",
8998
                "shasum": ""
8999
            },
9000
            "require": {
9001
                "coduo/php-matcher": "^2.1@dev",
9002
                "doctrine/data-fixtures": "^1.1",
9003
                "doctrine/doctrine-bundle": "^1.6",
9004
                "doctrine/orm": "^2.4.8",
9005
                "nelmio/alice": "@dev",
9006
                "phpspec/php-diff": "^1.0",
9007
                "phpunit/phpunit": "^4.8",
9008
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
9009
                "symfony/browser-kit": "^2.3|^3.0",
9010
                "symfony/console": "^2.3|^3.0",
9011
                "symfony/finder": "^2.3|^3.0",
9012
                "symfony/framework-bundle": "^2.3|^3.0",
9013
                "symfony/serializer": "^2.3|^3.0"
9014
            },
9015
            "type": "library",
9016
            "extra": {
9017
                "branch-alias": {
9018
                    "dev-master": "1.0-dev"
9019
                }
9020
            },
9021
            "autoload": {
9022
                "psr-4": {
9023
                    "Lakion\\ApiTestCase\\": "src/"
9024
                }
9025
            },
9026
            "notification-url": "https://packagist.org/downloads/",
9027
            "license": [
9028
                "MIT"
9029
            ],
9030
            "authors": [
9031
                {
9032
                    "name": "Łukasz Chruściel",
9033
                    "email": "[email protected]"
9034
                },
9035
                {
9036
                    "name": "Michał Marcinkowski",
9037
                    "email": "[email protected]"
9038
                },
9039
                {
9040
                    "name": "Paweł Jędrzejewski",
9041
                    "email": "[email protected]",
9042
                    "homepage": "http://pjedrzejewski.com"
9043
                },
9044
                {
9045
                    "name": "Arkadiusz Krakowiak",
9046
                    "email": "[email protected]"
9047
                }
9048
            ],
9049
            "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.",
9050
            "keywords": [
9051
                "Symfony2",
9052
                "TDD",
9053
                "api",
9054
                "doctrine",
9055
                "json",
9056
                "phpunit",
9057
                "symfony",
9058
                "testcase",
9059
                "xml"
9060
            ],
9061
            "time": "2015-12-23 11:45:48"
9062
        },
9063
        {
9064
            "name": "lakion/mink-debug-extension",
9065
            "version": "v1.0.3",
9066
            "source": {
9067
                "type": "git",
9068
                "url": "https://github.com/Lakion/MinkDebugExtension.git",
9069
                "reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2"
9070
            },
9071
            "dist": {
9072
                "type": "zip",
9073
                "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
9074
                "reference": "ec8fc981b5b7a7ad0d7c44e874d6adaf788a1ca2",
9075
                "shasum": ""
9076
            },
9077
            "require": {
9078
                "behat/behat": "^3.0.5",
9079
                "behat/mink-extension": "^2.0.1",
9080
                "php": "^5.5.9|^7.0",
9081
                "symfony/config": "^2.2"
9082
            },
9083
            "require-dev": {
9084
                "behat/mink-goutte-driver": "^1.1",
9085
                "behat/mink-selenium2-driver": "^1.2",
9086
                "phpspec/phpspec": "^2.0"
9087
            },
9088
            "suggest": {
9089
                "behat/mink-browserkit-driver": "To get request debug information included in log file",
9090
                "behat/mink-selenium2-driver": "To get screenshots"
9091
            },
9092
            "type": "behat-extension",
9093
            "extra": {
9094
                "branch-alias": {
9095
                    "dev-master": "1.0-dev"
9096
                }
9097
            },
9098
            "autoload": {
9099
                "psr-4": {
9100
                    "Lakion\\Behat\\MinkDebugExtension\\": "src/"
9101
                }
9102
            },
9103
            "notification-url": "https://packagist.org/downloads/",
9104
            "license": [
9105
                "MIT"
9106
            ],
9107
            "authors": [
9108
                {
9109
                    "name": "Kamil Kokot",
9110
                    "homepage": "http://kamil.kokot.me"
9111
                }
9112
            ],
9113
            "description": "Debug extension for Behat",
9114
            "homepage": "https://github.com/Lakion/MinkDebugExtension",
9115
            "keywords": [
9116
                "Behat",
9117
                "Mink",
9118
                "debug",
9119
                "logging"
9120
            ],
9121
            "time": "2016-02-10 09:25:13"
9122
        },
9123
        {
9124
            "name": "malukenho/kawaii-gherkin",
9125
            "version": "0.1.2",
9126
            "source": {
9127
                "type": "git",
9128
                "url": "https://github.com/malukenho/kawaii-gherkin.git",
9129
                "reference": "ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb"
9130
            },
9131
            "dist": {
9132
                "type": "zip",
9133
                "url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb",
9134
                "reference": "ab9bafcee0e3054b2cd1aad9ad797eff27dda0fb",
9135
                "shasum": ""
9136
            },
9137
            "require": {
9138
                "behat/gherkin": "^4.4",
9139
                "php": "~5.5|^7.0",
9140
                "sebastian/diff": "~1.2",
9141
                "symfony/console": "~2.0",
9142
                "symfony/finder": "~2.0"
9143
            },
9144
            "require-dev": {
9145
                "phpunit/phpunit": "^4.0"
9146
            },
9147
            "bin": [
9148
                "bin/kawaii"
9149
            ],
9150
            "type": "library",
9151
            "autoload": {
9152
                "psr-4": {
9153
                    "KawaiiGherkin\\": "src/"
9154
                }
9155
            },
9156
            "notification-url": "https://packagist.org/downloads/",
9157
            "license": [
9158
                "MIT"
9159
            ],
9160
            "authors": [
9161
                {
9162
                    "name": "Jefersson Nathan",
9163
                    "email": "[email protected]"
9164
                }
9165
            ],
9166
            "description": "A small library to check and fix annoying gherkin code style",
9167
            "homepage": "https://github.com/malukenho/kawaii-gherkin",
9168
            "keywords": [
9169
                "Code style",
9170
                "code standard",
9171
                "gherkin"
9172
            ],
9173
            "time": "2016-02-08 14:10:57"
9174
        },
9175
        {
9176
            "name": "matthiasnoback/symfony-config-test",
9177
            "version": "v1.4.0",
9178
            "source": {
9179
                "type": "git",
9180
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
9181
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
9182
            },
9183
            "dist": {
9184
                "type": "zip",
9185
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
9186
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
9187
                "shasum": ""
9188
            },
9189
            "require": {
9190
                "php": ">=5.3",
9191
                "sebastian/exporter": "1.*",
9192
                "symfony/config": "~2.0|~3.0"
9193
            },
9194
            "require-dev": {
9195
                "phpunit/phpunit": ">=3.7"
9196
            },
9197
            "type": "library",
9198
            "autoload": {
9199
                "psr-4": {
9200
                    "Matthias\\SymfonyConfigTest\\": ""
9201
                }
9202
            },
9203
            "notification-url": "https://packagist.org/downloads/",
9204
            "license": [
9205
                "MIT"
9206
            ],
9207
            "authors": [
9208
                {
9209
                    "name": "Matthias Noback",
9210
                    "email": "[email protected]",
9211
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
9212
                }
9213
            ],
9214
            "description": "Library for testing user classes related to the Symfony Config Component",
9215
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
9216
            "keywords": [
9217
                "config",
9218
                "phpunit",
9219
                "symfony"
9220
            ],
9221
            "time": "2015-11-25 21:40:32"
9222
        },
9223
        {
9224
            "name": "matthiasnoback/symfony-dependency-injection-test",
9225
            "version": "v0.7.6",
9226
            "source": {
9227
                "type": "git",
9228
                "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git",
9229
                "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c"
9230
            },
9231
            "dist": {
9232
                "type": "zip",
9233
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c",
9234
                "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c",
9235
                "shasum": ""
9236
            },
9237
            "require": {
9238
                "matthiasnoback/symfony-config-test": "0.*|~1.0",
9239
                "sebastian/exporter": "~1",
9240
                "symfony/config": "^2.0.5|~3.0",
9241
                "symfony/dependency-injection": "^2.0.5|~3.0"
9242
            },
9243
            "require-dev": {
9244
                "phpunit/phpunit": "~3.0|~4.0"
9245
            },
9246
            "type": "library",
9247
            "autoload": {
9248
                "psr-4": {
9249
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
9250
                }
9251
            },
9252
            "notification-url": "https://packagist.org/downloads/",
9253
            "license": [
9254
                "MIT"
9255
            ],
9256
            "authors": [
9257
                {
9258
                    "name": "Matthias Noback",
9259
                    "email": "[email protected]",
9260
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
9261
                }
9262
            ],
9263
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
9264
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
9265
            "keywords": [
9266
                "Symfony2",
9267
                "dependency injection",
9268
                "phpunit"
9269
            ],
9270
            "time": "2015-11-12 15:32:36"
9271
        },
9272
        {
9273
            "name": "mockery/mockery",
9274
            "version": "0.9.4",
9275
            "source": {
9276
                "type": "git",
9277
                "url": "https://github.com/padraic/mockery.git",
9278
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
9279
            },
9280
            "dist": {
9281
                "type": "zip",
9282
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
9283
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
9284
                "shasum": ""
9285
            },
9286
            "require": {
9287
                "hamcrest/hamcrest-php": "~1.1",
9288
                "lib-pcre": ">=7.0",
9289
                "php": ">=5.3.2"
9290
            },
9291
            "require-dev": {
9292
                "phpunit/phpunit": "~4.0"
9293
            },
9294
            "type": "library",
9295
            "extra": {
9296
                "branch-alias": {
9297
                    "dev-master": "0.9.x-dev"
9298
                }
9299
            },
9300
            "autoload": {
9301
                "psr-0": {
9302
                    "Mockery": "library/"
9303
                }
9304
            },
9305
            "notification-url": "https://packagist.org/downloads/",
9306
            "license": [
9307
                "BSD-3-Clause"
9308
            ],
9309
            "authors": [
9310
                {
9311
                    "name": "Pádraic Brady",
9312
                    "email": "[email protected]",
9313
                    "homepage": "http://blog.astrumfutura.com"
9314
                },
9315
                {
9316
                    "name": "Dave Marshall",
9317
                    "email": "[email protected]",
9318
                    "homepage": "http://davedevelopment.co.uk"
9319
                }
9320
            ],
9321
            "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.",
9322
            "homepage": "http://github.com/padraic/mockery",
9323
            "keywords": [
9324
                "BDD",
9325
                "TDD",
9326
                "library",
9327
                "mock",
9328
                "mock objects",
9329
                "mockery",
9330
                "stub",
9331
                "test",
9332
                "test double",
9333
                "testing"
9334
            ],
9335
            "time": "2015-04-02 19:54:00"
9336
        },
9337
        {
9338
            "name": "nelmio/alice",
9339
            "version": "2.1.2",
9340
            "source": {
9341
                "type": "git",
9342
                "url": "https://github.com/nelmio/alice.git",
9343
                "reference": "f9afb65c8511967d672b6bc451d7156ea437d796"
9344
            },
9345
            "dist": {
9346
                "type": "zip",
9347
                "url": "https://api.github.com/repos/nelmio/alice/zipball/f9afb65c8511967d672b6bc451d7156ea437d796",
9348
                "reference": "f9afb65c8511967d672b6bc451d7156ea437d796",
9349
                "shasum": ""
9350
            },
9351
            "require": {
9352
                "fzaninotto/faker": "~1.0",
9353
                "php": ">=5.4",
9354
                "symfony/yaml": "~2.0|~3.0"
9355
            },
9356
            "require-dev": {
9357
                "doctrine/common": "~2.3",
9358
                "phpunit/phpunit": "~4.0",
9359
                "symfony/property-access": "~2.2|~3.0"
9360
            },
9361
            "type": "library",
9362
            "extra": {
9363
                "branch-alias": {
9364
                    "dev-master": "2.0.x-dev"
9365
                }
9366
            },
9367
            "autoload": {
9368
                "psr-4": {
9369
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
9370
                }
9371
            },
9372
            "notification-url": "https://packagist.org/downloads/",
9373
            "license": [
9374
                "MIT"
9375
            ],
9376
            "authors": [
9377
                {
9378
                    "name": "Jordi Boggiano",
9379
                    "email": "[email protected]"
9380
                },
9381
                {
9382
                    "name": "Tim Shelburne",
9383
                    "email": "[email protected]"
9384
                }
9385
            ],
9386
            "description": "Expressive fixtures generator",
9387
            "keywords": [
9388
                "Fixture",
9389
                "data",
9390
                "orm",
9391
                "test"
9392
            ],
9393
            "time": "2015-12-10 10:03:17"
9394
        },
9395
        {
9396
            "name": "openlss/lib-array2xml",
9397
            "version": "0.0.10",
9398
            "source": {
9399
                "type": "git",
9400
                "url": "https://github.com/openlss/lib-array2xml.git",
9401
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef"
9402
            },
9403
            "dist": {
9404
                "type": "zip",
9405
                "url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef",
9406
                "reference": "f6686668959a342ec326c5ad82ac557d767f34ef",
9407
                "shasum": ""
9408
            },
9409
            "require": {
9410
                "php": ">=5.3.2"
9411
            },
9412
            "type": "library",
9413
            "autoload": {
9414
                "psr-0": {
9415
                    "LSS": ""
9416
                }
9417
            },
9418
            "notification-url": "https://packagist.org/downloads/",
9419
            "license": [
9420
                "Apache-2.0"
9421
            ],
9422
            "authors": [
9423
                {
9424
                    "name": "Bryan Tong",
9425
                    "email": "[email protected]",
9426
                    "homepage": "http://bryantong.com"
9427
                },
9428
                {
9429
                    "name": "Tony Butler",
9430
                    "email": "[email protected]",
9431
                    "homepage": "http://openlss.org"
9432
                }
9433
            ],
9434
            "description": "Array2XML conversion library credit to lalit.org",
9435
            "homepage": "http://openlss.org",
9436
            "keywords": [
9437
                "array",
9438
                "array conversion",
9439
                "xml",
9440
                "xml conversion"
9441
            ],
9442
            "time": "2015-09-16 18:59:23"
9443
        },
9444
        {
9445
            "name": "phpdocumentor/reflection-docblock",
9446
            "version": "2.0.4",
9447
            "source": {
9448
                "type": "git",
9449
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9450
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
9451
            },
9452
            "dist": {
9453
                "type": "zip",
9454
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
9455
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
9456
                "shasum": ""
9457
            },
9458
            "require": {
9459
                "php": ">=5.3.3"
9460
            },
9461
            "require-dev": {
9462
                "phpunit/phpunit": "~4.0"
9463
            },
9464
            "suggest": {
9465
                "dflydev/markdown": "~1.0",
9466
                "erusev/parsedown": "~1.0"
9467
            },
9468
            "type": "library",
9469
            "extra": {
9470
                "branch-alias": {
9471
                    "dev-master": "2.0.x-dev"
9472
                }
9473
            },
9474
            "autoload": {
9475
                "psr-0": {
9476
                    "phpDocumentor": [
9477
                        "src/"
9478
                    ]
9479
                }
9480
            },
9481
            "notification-url": "https://packagist.org/downloads/",
9482
            "license": [
9483
                "MIT"
9484
            ],
9485
            "authors": [
9486
                {
9487
                    "name": "Mike van Riel",
9488
                    "email": "[email protected]"
9489
                }
9490
            ],
9491
            "time": "2015-02-03 12:10:50"
9492
        },
9493
        {
9494
            "name": "phpspec/php-diff",
9495
            "version": "v1.0.2",
9496
            "source": {
9497
                "type": "git",
9498
                "url": "https://github.com/phpspec/php-diff.git",
9499
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
9500
            },
9501
            "dist": {
9502
                "type": "zip",
9503
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
9504
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
9505
                "shasum": ""
9506
            },
9507
            "type": "library",
9508
            "autoload": {
9509
                "psr-0": {
9510
                    "Diff": "lib/"
9511
                }
9512
            },
9513
            "notification-url": "https://packagist.org/downloads/",
9514
            "license": [
9515
                "BSD-3-Clause"
9516
            ],
9517
            "authors": [
9518
                {
9519
                    "name": "Chris Boulton",
9520
                    "homepage": "http://github.com/chrisboulton"
9521
                }
9522
            ],
9523
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
9524
            "time": "2013-11-01 13:02:21"
9525
        },
9526
        {
9527
            "name": "phpspec/phpspec",
9528
            "version": "2.4.0",
9529
            "source": {
9530
                "type": "git",
9531
                "url": "https://github.com/phpspec/phpspec.git",
9532
                "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358"
9533
            },
9534
            "dist": {
9535
                "type": "zip",
9536
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
9537
                "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
9538
                "shasum": ""
9539
            },
9540
            "require": {
9541
                "doctrine/instantiator": "^1.0.1",
9542
                "ext-tokenizer": "*",
9543
                "php": ">=5.3.3",
9544
                "phpspec/php-diff": "~1.0.0",
9545
                "phpspec/prophecy": "~1.4",
9546
                "sebastian/exporter": "~1.0",
9547
                "symfony/console": "~2.3|~3.0",
9548
                "symfony/event-dispatcher": "~2.1|~3.0",
9549
                "symfony/finder": "~2.1|~3.0",
9550
                "symfony/process": "^2.6|~3.0",
9551
                "symfony/yaml": "~2.1|~3.0"
9552
            },
9553
            "require-dev": {
9554
                "behat/behat": "^3.0.11",
9555
                "bossa/phpspec2-expect": "~1.0",
9556
                "phpunit/phpunit": "~4.4",
9557
                "symfony/filesystem": "~2.1|~3.0"
9558
            },
9559
            "suggest": {
9560
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
9561
            },
9562
            "bin": [
9563
                "bin/phpspec"
9564
            ],
9565
            "type": "library",
9566
            "extra": {
9567
                "branch-alias": {
9568
                    "dev-master": "2.2.x-dev"
9569
                }
9570
            },
9571
            "autoload": {
9572
                "psr-0": {
9573
                    "PhpSpec": "src/"
9574
                }
9575
            },
9576
            "notification-url": "https://packagist.org/downloads/",
9577
            "license": [
9578
                "MIT"
9579
            ],
9580
            "authors": [
9581
                {
9582
                    "name": "Konstantin Kudryashov",
9583
                    "email": "[email protected]",
9584
                    "homepage": "http://everzet.com"
9585
                },
9586
                {
9587
                    "name": "Marcello Duarte",
9588
                    "homepage": "http://marcelloduarte.net/"
9589
                }
9590
            ],
9591
            "description": "Specification-oriented BDD framework for PHP 5.3+",
9592
            "homepage": "http://phpspec.net/",
9593
            "keywords": [
9594
                "BDD",
9595
                "SpecBDD",
9596
                "TDD",
9597
                "spec",
9598
                "specification",
9599
                "testing",
9600
                "tests"
9601
            ],
9602
            "time": "2015-11-29 02:03:49"
9603
        },
9604
        {
9605
            "name": "phpspec/prophecy",
9606
            "version": "v1.5.0",
9607
            "source": {
9608
                "type": "git",
9609
                "url": "https://github.com/phpspec/prophecy.git",
9610
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
9611
            },
9612
            "dist": {
9613
                "type": "zip",
9614
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
9615
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
9616
                "shasum": ""
9617
            },
9618
            "require": {
9619
                "doctrine/instantiator": "^1.0.2",
9620
                "phpdocumentor/reflection-docblock": "~2.0",
9621
                "sebastian/comparator": "~1.1"
9622
            },
9623
            "require-dev": {
9624
                "phpspec/phpspec": "~2.0"
9625
            },
9626
            "type": "library",
9627
            "extra": {
9628
                "branch-alias": {
9629
                    "dev-master": "1.4.x-dev"
9630
                }
9631
            },
9632
            "autoload": {
9633
                "psr-0": {
9634
                    "Prophecy\\": "src/"
9635
                }
9636
            },
9637
            "notification-url": "https://packagist.org/downloads/",
9638
            "license": [
9639
                "MIT"
9640
            ],
9641
            "authors": [
9642
                {
9643
                    "name": "Konstantin Kudryashov",
9644
                    "email": "[email protected]",
9645
                    "homepage": "http://everzet.com"
9646
                },
9647
                {
9648
                    "name": "Marcello Duarte",
9649
                    "email": "[email protected]"
9650
                }
9651
            ],
9652
            "description": "Highly opinionated mocking framework for PHP 5.3+",
9653
            "homepage": "https://github.com/phpspec/prophecy",
9654
            "keywords": [
9655
                "Double",
9656
                "Dummy",
9657
                "fake",
9658
                "mock",
9659
                "spy",
9660
                "stub"
9661
            ],
9662
            "time": "2015-08-13 10:07:40"
9663
        },
9664
        {
9665
            "name": "phpunit/php-code-coverage",
9666
            "version": "2.2.4",
9667
            "source": {
9668
                "type": "git",
9669
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9670
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
9671
            },
9672
            "dist": {
9673
                "type": "zip",
9674
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
9675
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
9676
                "shasum": ""
9677
            },
9678
            "require": {
9679
                "php": ">=5.3.3",
9680
                "phpunit/php-file-iterator": "~1.3",
9681
                "phpunit/php-text-template": "~1.2",
9682
                "phpunit/php-token-stream": "~1.3",
9683
                "sebastian/environment": "^1.3.2",
9684
                "sebastian/version": "~1.0"
9685
            },
9686
            "require-dev": {
9687
                "ext-xdebug": ">=2.1.4",
9688
                "phpunit/phpunit": "~4"
9689
            },
9690
            "suggest": {
9691
                "ext-dom": "*",
9692
                "ext-xdebug": ">=2.2.1",
9693
                "ext-xmlwriter": "*"
9694
            },
9695
            "type": "library",
9696
            "extra": {
9697
                "branch-alias": {
9698
                    "dev-master": "2.2.x-dev"
9699
                }
9700
            },
9701
            "autoload": {
9702
                "classmap": [
9703
                    "src/"
9704
                ]
9705
            },
9706
            "notification-url": "https://packagist.org/downloads/",
9707
            "license": [
9708
                "BSD-3-Clause"
9709
            ],
9710
            "authors": [
9711
                {
9712
                    "name": "Sebastian Bergmann",
9713
                    "email": "[email protected]",
9714
                    "role": "lead"
9715
                }
9716
            ],
9717
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9718
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9719
            "keywords": [
9720
                "coverage",
9721
                "testing",
9722
                "xunit"
9723
            ],
9724
            "time": "2015-10-06 15:47:00"
9725
        },
9726
        {
9727
            "name": "phpunit/php-file-iterator",
9728
            "version": "1.4.1",
9729
            "source": {
9730
                "type": "git",
9731
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9732
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
9733
            },
9734
            "dist": {
9735
                "type": "zip",
9736
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
9737
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
9738
                "shasum": ""
9739
            },
9740
            "require": {
9741
                "php": ">=5.3.3"
9742
            },
9743
            "type": "library",
9744
            "extra": {
9745
                "branch-alias": {
9746
                    "dev-master": "1.4.x-dev"
9747
                }
9748
            },
9749
            "autoload": {
9750
                "classmap": [
9751
                    "src/"
9752
                ]
9753
            },
9754
            "notification-url": "https://packagist.org/downloads/",
9755
            "license": [
9756
                "BSD-3-Clause"
9757
            ],
9758
            "authors": [
9759
                {
9760
                    "name": "Sebastian Bergmann",
9761
                    "email": "[email protected]",
9762
                    "role": "lead"
9763
                }
9764
            ],
9765
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9766
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9767
            "keywords": [
9768
                "filesystem",
9769
                "iterator"
9770
            ],
9771
            "time": "2015-06-21 13:08:43"
9772
        },
9773
        {
9774
            "name": "phpunit/php-text-template",
9775
            "version": "1.2.1",
9776
            "source": {
9777
                "type": "git",
9778
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
9779
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
9780
            },
9781
            "dist": {
9782
                "type": "zip",
9783
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9784
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9785
                "shasum": ""
9786
            },
9787
            "require": {
9788
                "php": ">=5.3.3"
9789
            },
9790
            "type": "library",
9791
            "autoload": {
9792
                "classmap": [
9793
                    "src/"
9794
                ]
9795
            },
9796
            "notification-url": "https://packagist.org/downloads/",
9797
            "license": [
9798
                "BSD-3-Clause"
9799
            ],
9800
            "authors": [
9801
                {
9802
                    "name": "Sebastian Bergmann",
9803
                    "email": "[email protected]",
9804
                    "role": "lead"
9805
                }
9806
            ],
9807
            "description": "Simple template engine.",
9808
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9809
            "keywords": [
9810
                "template"
9811
            ],
9812
            "time": "2015-06-21 13:50:34"
9813
        },
9814
        {
9815
            "name": "phpunit/php-timer",
9816
            "version": "1.0.7",
9817
            "source": {
9818
                "type": "git",
9819
                "url": "https://github.com/sebastianbergmann/php-timer.git",
9820
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
9821
            },
9822
            "dist": {
9823
                "type": "zip",
9824
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
9825
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
9826
                "shasum": ""
9827
            },
9828
            "require": {
9829
                "php": ">=5.3.3"
9830
            },
9831
            "type": "library",
9832
            "autoload": {
9833
                "classmap": [
9834
                    "src/"
9835
                ]
9836
            },
9837
            "notification-url": "https://packagist.org/downloads/",
9838
            "license": [
9839
                "BSD-3-Clause"
9840
            ],
9841
            "authors": [
9842
                {
9843
                    "name": "Sebastian Bergmann",
9844
                    "email": "[email protected]",
9845
                    "role": "lead"
9846
                }
9847
            ],
9848
            "description": "Utility class for timing",
9849
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
9850
            "keywords": [
9851
                "timer"
9852
            ],
9853
            "time": "2015-06-21 08:01:12"
9854
        },
9855
        {
9856
            "name": "phpunit/php-token-stream",
9857
            "version": "1.4.8",
9858
            "source": {
9859
                "type": "git",
9860
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
9861
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
9862
            },
9863
            "dist": {
9864
                "type": "zip",
9865
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
9866
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
9867
                "shasum": ""
9868
            },
9869
            "require": {
9870
                "ext-tokenizer": "*",
9871
                "php": ">=5.3.3"
9872
            },
9873
            "require-dev": {
9874
                "phpunit/phpunit": "~4.2"
9875
            },
9876
            "type": "library",
9877
            "extra": {
9878
                "branch-alias": {
9879
                    "dev-master": "1.4-dev"
9880
                }
9881
            },
9882
            "autoload": {
9883
                "classmap": [
9884
                    "src/"
9885
                ]
9886
            },
9887
            "notification-url": "https://packagist.org/downloads/",
9888
            "license": [
9889
                "BSD-3-Clause"
9890
            ],
9891
            "authors": [
9892
                {
9893
                    "name": "Sebastian Bergmann",
9894
                    "email": "[email protected]"
9895
                }
9896
            ],
9897
            "description": "Wrapper around PHP's tokenizer extension.",
9898
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
9899
            "keywords": [
9900
                "tokenizer"
9901
            ],
9902
            "time": "2015-09-15 10:49:45"
9903
        },
9904
        {
9905
            "name": "phpunit/phpunit",
9906
            "version": "4.8.18",
9907
            "source": {
9908
                "type": "git",
9909
                "url": "https://github.com/sebastianbergmann/phpunit.git",
9910
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3"
9911
            },
9912
            "dist": {
9913
                "type": "zip",
9914
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
9915
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
9916
                "shasum": ""
9917
            },
9918
            "require": {
9919
                "ext-dom": "*",
9920
                "ext-json": "*",
9921
                "ext-pcre": "*",
9922
                "ext-reflection": "*",
9923
                "ext-spl": "*",
9924
                "php": ">=5.3.3",
9925
                "phpspec/prophecy": "^1.3.1",
9926
                "phpunit/php-code-coverage": "~2.1",
9927
                "phpunit/php-file-iterator": "~1.4",
9928
                "phpunit/php-text-template": "~1.2",
9929
                "phpunit/php-timer": ">=1.0.6",
9930
                "phpunit/phpunit-mock-objects": "~2.3",
9931
                "sebastian/comparator": "~1.1",
9932
                "sebastian/diff": "~1.2",
9933
                "sebastian/environment": "~1.3",
9934
                "sebastian/exporter": "~1.2",
9935
                "sebastian/global-state": "~1.0",
9936
                "sebastian/version": "~1.0",
9937
                "symfony/yaml": "~2.1|~3.0"
9938
            },
9939
            "suggest": {
9940
                "phpunit/php-invoker": "~1.1"
9941
            },
9942
            "bin": [
9943
                "phpunit"
9944
            ],
9945
            "type": "library",
9946
            "extra": {
9947
                "branch-alias": {
9948
                    "dev-master": "4.8.x-dev"
9949
                }
9950
            },
9951
            "autoload": {
9952
                "classmap": [
9953
                    "src/"
9954
                ]
9955
            },
9956
            "notification-url": "https://packagist.org/downloads/",
9957
            "license": [
9958
                "BSD-3-Clause"
9959
            ],
9960
            "authors": [
9961
                {
9962
                    "name": "Sebastian Bergmann",
9963
                    "email": "[email protected]",
9964
                    "role": "lead"
9965
                }
9966
            ],
9967
            "description": "The PHP Unit Testing framework.",
9968
            "homepage": "https://phpunit.de/",
9969
            "keywords": [
9970
                "phpunit",
9971
                "testing",
9972
                "xunit"
9973
            ],
9974
            "time": "2015-11-11 11:32:49"
9975
        },
9976
        {
9977
            "name": "phpunit/phpunit-mock-objects",
9978
            "version": "2.3.8",
9979
            "source": {
9980
                "type": "git",
9981
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9982
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
9983
            },
9984
            "dist": {
9985
                "type": "zip",
9986
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9987
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9988
                "shasum": ""
9989
            },
9990
            "require": {
9991
                "doctrine/instantiator": "^1.0.2",
9992
                "php": ">=5.3.3",
9993
                "phpunit/php-text-template": "~1.2",
9994
                "sebastian/exporter": "~1.2"
9995
            },
9996
            "require-dev": {
9997
                "phpunit/phpunit": "~4.4"
9998
            },
9999
            "suggest": {
10000
                "ext-soap": "*"
10001
            },
10002
            "type": "library",
10003
            "extra": {
10004
                "branch-alias": {
10005
                    "dev-master": "2.3.x-dev"
10006
                }
10007
            },
10008
            "autoload": {
10009
                "classmap": [
10010
                    "src/"
10011
                ]
10012
            },
10013
            "notification-url": "https://packagist.org/downloads/",
10014
            "license": [
10015
                "BSD-3-Clause"
10016
            ],
10017
            "authors": [
10018
                {
10019
                    "name": "Sebastian Bergmann",
10020
                    "email": "[email protected]",
10021
                    "role": "lead"
10022
                }
10023
            ],
10024
            "description": "Mock Object library for PHPUnit",
10025
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
10026
            "keywords": [
10027
                "mock",
10028
                "xunit"
10029
            ],
10030
            "time": "2015-10-02 06:51:40"
10031
        },
10032
        {
10033
            "name": "polishsymfonycommunity/symfony-mocker-container",
10034
            "version": "v1.0.1",
10035
            "source": {
10036
                "type": "git",
10037
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
10038
                "reference": "392a4d28baa6279dd0ecc2c3e4da7a7feac7e6b7"
10039
            },
10040
            "dist": {
10041
                "type": "zip",
10042
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/392a4d28baa6279dd0ecc2c3e4da7a7feac7e6b7",
10043
                "reference": "392a4d28baa6279dd0ecc2c3e4da7a7feac7e6b7",
10044
                "shasum": ""
10045
            },
10046
            "require": {
10047
                "mockery/mockery": ">=0.7.0",
10048
                "php": ">=5.3.2",
10049
                "symfony/dependency-injection": ">=2.0.0"
10050
            },
10051
            "type": "library",
10052
            "autoload": {
10053
                "psr-0": {
10054
                    "PSS\\SymfonyMockerContainer": "src/"
10055
                }
10056
            },
10057
            "notification-url": "https://packagist.org/downloads/",
10058
            "license": [
10059
                "MIT"
10060
            ],
10061
            "authors": [
10062
                {
10063
                    "name": "Jakub Zalas",
10064
                    "email": "[email protected]",
10065
                    "homepage": "http://www.zalas.eu/"
10066
                },
10067
                {
10068
                    "name": "Polish Symfony Community",
10069
                    "homepage": "http://symfonylab.pl"
10070
                }
10071
            ],
10072
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
10073
            "homepage": "http://symfonylab.pl",
10074
            "keywords": [
10075
                "BDD",
10076
                "Behat",
10077
                "TDD",
10078
                "mock",
10079
                "mockery",
10080
                "test"
10081
            ],
10082
            "time": "2013-01-19 23:12:22"
10083
        },
10084
        {
10085
            "name": "se/selenium-server-standalone",
10086
            "version": "v2.52.0",
10087
            "source": {
10088
                "type": "git",
10089
                "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git",
10090
                "reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d"
10091
            },
10092
            "dist": {
10093
                "type": "zip",
10094
                "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
10095
                "reference": "b1dae29a7f24d43ef7ccd5e73f545e297ba6f14d",
10096
                "shasum": ""
10097
            },
10098
            "require-dev": {
10099
                "phpunit/phpunit": "~4.0"
10100
            },
10101
            "bin": [
10102
                "bin/selenium-server-standalone"
10103
            ],
10104
            "type": "library",
10105
            "notification-url": "https://packagist.org/downloads/",
10106
            "license": [
10107
                "Apache 2.0"
10108
            ],
10109
            "authors": [
10110
                {
10111
                    "name": "Sven Eisenschmidt",
10112
                    "email": "[email protected]"
10113
                }
10114
            ],
10115
            "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
10116
            "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone",
10117
            "keywords": [
10118
                "selenium",
10119
                "testing"
10120
            ],
10121
            "time": "2016-02-17 10:14:55"
10122
        },
10123
        {
10124
            "name": "sebastian/comparator",
10125
            "version": "1.2.0",
10126
            "source": {
10127
                "type": "git",
10128
                "url": "https://github.com/sebastianbergmann/comparator.git",
10129
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
10130
            },
10131
            "dist": {
10132
                "type": "zip",
10133
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
10134
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
10135
                "shasum": ""
10136
            },
10137
            "require": {
10138
                "php": ">=5.3.3",
10139
                "sebastian/diff": "~1.2",
10140
                "sebastian/exporter": "~1.2"
10141
            },
10142
            "require-dev": {
10143
                "phpunit/phpunit": "~4.4"
10144
            },
10145
            "type": "library",
10146
            "extra": {
10147
                "branch-alias": {
10148
                    "dev-master": "1.2.x-dev"
10149
                }
10150
            },
10151
            "autoload": {
10152
                "classmap": [
10153
                    "src/"
10154
                ]
10155
            },
10156
            "notification-url": "https://packagist.org/downloads/",
10157
            "license": [
10158
                "BSD-3-Clause"
10159
            ],
10160
            "authors": [
10161
                {
10162
                    "name": "Jeff Welch",
10163
                    "email": "[email protected]"
10164
                },
10165
                {
10166
                    "name": "Volker Dusch",
10167
                    "email": "[email protected]"
10168
                },
10169
                {
10170
                    "name": "Bernhard Schussek",
10171
                    "email": "[email protected]"
10172
                },
10173
                {
10174
                    "name": "Sebastian Bergmann",
10175
                    "email": "[email protected]"
10176
                }
10177
            ],
10178
            "description": "Provides the functionality to compare PHP values for equality",
10179
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
10180
            "keywords": [
10181
                "comparator",
10182
                "compare",
10183
                "equality"
10184
            ],
10185
            "time": "2015-07-26 15:48:44"
10186
        },
10187
        {
10188
            "name": "sebastian/diff",
10189
            "version": "1.3.0",
10190
            "source": {
10191
                "type": "git",
10192
                "url": "https://github.com/sebastianbergmann/diff.git",
10193
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
10194
            },
10195
            "dist": {
10196
                "type": "zip",
10197
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
10198
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
10199
                "shasum": ""
10200
            },
10201
            "require": {
10202
                "php": ">=5.3.3"
10203
            },
10204
            "require-dev": {
10205
                "phpunit/phpunit": "~4.2"
10206
            },
10207
            "type": "library",
10208
            "extra": {
10209
                "branch-alias": {
10210
                    "dev-master": "1.3-dev"
10211
                }
10212
            },
10213
            "autoload": {
10214
                "classmap": [
10215
                    "src/"
10216
                ]
10217
            },
10218
            "notification-url": "https://packagist.org/downloads/",
10219
            "license": [
10220
                "BSD-3-Clause"
10221
            ],
10222
            "authors": [
10223
                {
10224
                    "name": "Kore Nordmann",
10225
                    "email": "[email protected]"
10226
                },
10227
                {
10228
                    "name": "Sebastian Bergmann",
10229
                    "email": "[email protected]"
10230
                }
10231
            ],
10232
            "description": "Diff implementation",
10233
            "homepage": "http://www.github.com/sebastianbergmann/diff",
10234
            "keywords": [
10235
                "diff"
10236
            ],
10237
            "time": "2015-02-22 15:13:53"
10238
        },
10239
        {
10240
            "name": "sebastian/environment",
10241
            "version": "1.3.2",
10242
            "source": {
10243
                "type": "git",
10244
                "url": "https://github.com/sebastianbergmann/environment.git",
10245
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
10246
            },
10247
            "dist": {
10248
                "type": "zip",
10249
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
10250
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
10251
                "shasum": ""
10252
            },
10253
            "require": {
10254
                "php": ">=5.3.3"
10255
            },
10256
            "require-dev": {
10257
                "phpunit/phpunit": "~4.4"
10258
            },
10259
            "type": "library",
10260
            "extra": {
10261
                "branch-alias": {
10262
                    "dev-master": "1.3.x-dev"
10263
                }
10264
            },
10265
            "autoload": {
10266
                "classmap": [
10267
                    "src/"
10268
                ]
10269
            },
10270
            "notification-url": "https://packagist.org/downloads/",
10271
            "license": [
10272
                "BSD-3-Clause"
10273
            ],
10274
            "authors": [
10275
                {
10276
                    "name": "Sebastian Bergmann",
10277
                    "email": "[email protected]"
10278
                }
10279
            ],
10280
            "description": "Provides functionality to handle HHVM/PHP environments",
10281
            "homepage": "http://www.github.com/sebastianbergmann/environment",
10282
            "keywords": [
10283
                "Xdebug",
10284
                "environment",
10285
                "hhvm"
10286
            ],
10287
            "time": "2015-08-03 06:14:51"
10288
        },
10289
        {
10290
            "name": "sebastian/exporter",
10291
            "version": "1.2.1",
10292
            "source": {
10293
                "type": "git",
10294
                "url": "https://github.com/sebastianbergmann/exporter.git",
10295
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
10296
            },
10297
            "dist": {
10298
                "type": "zip",
10299
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
10300
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
10301
                "shasum": ""
10302
            },
10303
            "require": {
10304
                "php": ">=5.3.3",
10305
                "sebastian/recursion-context": "~1.0"
10306
            },
10307
            "require-dev": {
10308
                "phpunit/phpunit": "~4.4"
10309
            },
10310
            "type": "library",
10311
            "extra": {
10312
                "branch-alias": {
10313
                    "dev-master": "1.2.x-dev"
10314
                }
10315
            },
10316
            "autoload": {
10317
                "classmap": [
10318
                    "src/"
10319
                ]
10320
            },
10321
            "notification-url": "https://packagist.org/downloads/",
10322
            "license": [
10323
                "BSD-3-Clause"
10324
            ],
10325
            "authors": [
10326
                {
10327
                    "name": "Jeff Welch",
10328
                    "email": "[email protected]"
10329
                },
10330
                {
10331
                    "name": "Volker Dusch",
10332
                    "email": "[email protected]"
10333
                },
10334
                {
10335
                    "name": "Bernhard Schussek",
10336
                    "email": "[email protected]"
10337
                },
10338
                {
10339
                    "name": "Sebastian Bergmann",
10340
                    "email": "[email protected]"
10341
                },
10342
                {
10343
                    "name": "Adam Harvey",
10344
                    "email": "[email protected]"
10345
                }
10346
            ],
10347
            "description": "Provides the functionality to export PHP variables for visualization",
10348
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
10349
            "keywords": [
10350
                "export",
10351
                "exporter"
10352
            ],
10353
            "time": "2015-06-21 07:55:53"
10354
        },
10355
        {
10356
            "name": "sebastian/global-state",
10357
            "version": "1.1.1",
10358
            "source": {
10359
                "type": "git",
10360
                "url": "https://github.com/sebastianbergmann/global-state.git",
10361
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
10362
            },
10363
            "dist": {
10364
                "type": "zip",
10365
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
10366
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
10367
                "shasum": ""
10368
            },
10369
            "require": {
10370
                "php": ">=5.3.3"
10371
            },
10372
            "require-dev": {
10373
                "phpunit/phpunit": "~4.2"
10374
            },
10375
            "suggest": {
10376
                "ext-uopz": "*"
10377
            },
10378
            "type": "library",
10379
            "extra": {
10380
                "branch-alias": {
10381
                    "dev-master": "1.0-dev"
10382
                }
10383
            },
10384
            "autoload": {
10385
                "classmap": [
10386
                    "src/"
10387
                ]
10388
            },
10389
            "notification-url": "https://packagist.org/downloads/",
10390
            "license": [
10391
                "BSD-3-Clause"
10392
            ],
10393
            "authors": [
10394
                {
10395
                    "name": "Sebastian Bergmann",
10396
                    "email": "[email protected]"
10397
                }
10398
            ],
10399
            "description": "Snapshotting of global state",
10400
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
10401
            "keywords": [
10402
                "global state"
10403
            ],
10404
            "time": "2015-10-12 03:26:01"
10405
        },
10406
        {
10407
            "name": "sebastian/recursion-context",
10408
            "version": "1.0.1",
10409
            "source": {
10410
                "type": "git",
10411
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
10412
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
10413
            },
10414
            "dist": {
10415
                "type": "zip",
10416
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
10417
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
10418
                "shasum": ""
10419
            },
10420
            "require": {
10421
                "php": ">=5.3.3"
10422
            },
10423
            "require-dev": {
10424
                "phpunit/phpunit": "~4.4"
10425
            },
10426
            "type": "library",
10427
            "extra": {
10428
                "branch-alias": {
10429
                    "dev-master": "1.0.x-dev"
10430
                }
10431
            },
10432
            "autoload": {
10433
                "classmap": [
10434
                    "src/"
10435
                ]
10436
            },
10437
            "notification-url": "https://packagist.org/downloads/",
10438
            "license": [
10439
                "BSD-3-Clause"
10440
            ],
10441
            "authors": [
10442
                {
10443
                    "name": "Jeff Welch",
10444
                    "email": "[email protected]"
10445
                },
10446
                {
10447
                    "name": "Sebastian Bergmann",
10448
                    "email": "[email protected]"
10449
                },
10450
                {
10451
                    "name": "Adam Harvey",
10452
                    "email": "[email protected]"
10453
                }
10454
            ],
10455
            "description": "Provides functionality to recursively process PHP variables",
10456
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10457
            "time": "2015-06-21 08:04:50"
10458
        },
10459
        {
10460
            "name": "sebastian/version",
10461
            "version": "1.0.6",
10462
            "source": {
10463
                "type": "git",
10464
                "url": "https://github.com/sebastianbergmann/version.git",
10465
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
10466
            },
10467
            "dist": {
10468
                "type": "zip",
10469
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10470
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10471
                "shasum": ""
10472
            },
10473
            "type": "library",
10474
            "autoload": {
10475
                "classmap": [
10476
                    "src/"
10477
                ]
10478
            },
10479
            "notification-url": "https://packagist.org/downloads/",
10480
            "license": [
10481
                "BSD-3-Clause"
10482
            ],
10483
            "authors": [
10484
                {
10485
                    "name": "Sebastian Bergmann",
10486
                    "email": "[email protected]",
10487
                    "role": "lead"
10488
                }
10489
            ],
10490
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10491
            "homepage": "https://github.com/sebastianbergmann/version",
10492
            "time": "2015-06-21 13:59:46"
10493
        }
10494
    ],
10495
    "aliases": [],
10496
    "minimum-stability": "stable",
10497
    "stability-flags": {
10498
        "symfony-cmf/routing-bundle": 5,
10499
        "coduo/php-matcher": 20,
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