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

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