Completed
Push — master ( 308c33...4cc160 )
by Michał
303:29 queued 289:05
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": "8d0de406e4a8b7a521ae77cad85b9fb1",
8
    "content-hash": "8c59edfd8ff03c3779aa3270acc389f8",
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": "hwi/oauth-bundle",
2001
            "version": "0.3.9",
2002
            "target-dir": "HWI/Bundle/OAuthBundle",
2003
            "source": {
2004
                "type": "git",
2005
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
2006
                "reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262"
2007
            },
2008
            "dist": {
2009
                "type": "zip",
2010
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
2011
                "reference": "ff5d2e3a5af9f665cebd375777ffb8ae437d9262",
2012
                "shasum": ""
2013
            },
2014
            "require": {
2015
                "kriswallsmith/buzz": "~0.7",
2016
                "php": ">=5.3.3",
2017
                "symfony/framework-bundle": "~2.1",
2018
                "symfony/options-resolver": "~2.1",
2019
                "symfony/security-bundle": "~2.1"
2020
            },
2021
            "conflict": {
2022
                "twig/twig": "<1.12"
2023
            },
2024
            "require-dev": {
2025
                "doctrine/orm": "~2.2",
2026
                "symfony/property-access": "~2.3",
2027
                "symfony/twig-bundle": "~2.1",
2028
                "symfony/validator": "~2.1"
2029
            },
2030
            "suggest": {
2031
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
2032
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
2033
                "symfony/property-access": "to use FOSUB integration with this bundle",
2034
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
2035
            },
2036
            "type": "symfony-bundle",
2037
            "extra": {
2038
                "branch-alias": {
2039
                    "dev-master": "0.3-dev"
2040
                }
2041
            },
2042
            "autoload": {
2043
                "psr-0": {
2044
                    "HWI\\Bundle\\OAuthBundle": ""
2045
                }
2046
            },
2047
            "notification-url": "https://packagist.org/downloads/",
2048
            "license": [
2049
                "MIT"
2050
            ],
2051
            "authors": [
2052
                {
2053
                    "name": "Contributors",
2054
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
2055
                },
2056
                {
2057
                    "name": "Joseph Bielawski",
2058
                    "email": "[email protected]"
2059
                },
2060
                {
2061
                    "name": "Alexander",
2062
                    "email": "[email protected]"
2063
                },
2064
                {
2065
                    "name": "Geoffrey Bachelet",
2066
                    "email": "[email protected]"
2067
                }
2068
            ],
2069
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
2070
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
2071
            "keywords": [
2072
                "37signals",
2073
                "Authentication",
2074
                "amazon",
2075
                "bitbucket",
2076
                "bitly",
2077
                "box",
2078
                "dailymotion",
2079
                "deviantart",
2080
                "disqus",
2081
                "dropbox",
2082
                "eventbrite",
2083
                "facebook",
2084
                "firewall",
2085
                "flickr",
2086
                "foursquare",
2087
                "github",
2088
                "google",
2089
                "instagram",
2090
                "jira",
2091
                "linkedin",
2092
                "mail.ru",
2093
                "oauth",
2094
                "oauth1",
2095
                "oauth2",
2096
                "odnoklassniki",
2097
                "qq",
2098
                "salesforce",
2099
                "security",
2100
                "sensio connect",
2101
                "sina weibo",
2102
                "stack exchange",
2103
                "stereomood",
2104
                "trello",
2105
                "twitch",
2106
                "twitter",
2107
                "vkontakte",
2108
                "windows live",
2109
                "wordpress",
2110
                "yahoo",
2111
                "yandex"
2112
            ],
2113
            "time": "2015-08-28 09:57:17"
2114
        },
2115
        {
2116
            "name": "imagine/imagine",
2117
            "version": "v0.6.3",
2118
            "source": {
2119
                "type": "git",
2120
                "url": "https://github.com/avalanche123/Imagine.git",
2121
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
2122
            },
2123
            "dist": {
2124
                "type": "zip",
2125
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
2126
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
2127
                "shasum": ""
2128
            },
2129
            "require": {
2130
                "php": ">=5.3.2"
2131
            },
2132
            "require-dev": {
2133
                "sami/sami": "dev-master"
2134
            },
2135
            "suggest": {
2136
                "ext-gd": "to use the GD implementation",
2137
                "ext-gmagick": "to use the Gmagick implementation",
2138
                "ext-imagick": "to use the Imagick implementation"
2139
            },
2140
            "type": "library",
2141
            "extra": {
2142
                "branch-alias": {
2143
                    "dev-develop": "0.7-dev"
2144
                }
2145
            },
2146
            "autoload": {
2147
                "psr-0": {
2148
                    "Imagine": "lib/"
2149
                }
2150
            },
2151
            "notification-url": "https://packagist.org/downloads/",
2152
            "license": [
2153
                "MIT"
2154
            ],
2155
            "authors": [
2156
                {
2157
                    "name": "Bulat Shakirzyanov",
2158
                    "email": "[email protected]",
2159
                    "homepage": "http://avalanche123.com"
2160
                }
2161
            ],
2162
            "description": "Image processing for PHP 5.3",
2163
            "homepage": "http://imagine.readthedocs.org/",
2164
            "keywords": [
2165
                "drawing",
2166
                "graphics",
2167
                "image manipulation",
2168
                "image processing"
2169
            ],
2170
            "time": "2015-09-19 16:54:05"
2171
        },
2172
        {
2173
            "name": "incenteev/composer-parameter-handler",
2174
            "version": "v2.1.2",
2175
            "source": {
2176
                "type": "git",
2177
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2178
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2179
            },
2180
            "dist": {
2181
                "type": "zip",
2182
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2183
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2184
                "shasum": ""
2185
            },
2186
            "require": {
2187
                "php": ">=5.3.3",
2188
                "symfony/yaml": "~2.3|~3.0"
2189
            },
2190
            "require-dev": {
2191
                "composer/composer": "1.0.*@dev",
2192
                "phpspec/prophecy-phpunit": "~1.0",
2193
                "symfony/filesystem": "~2.2"
2194
            },
2195
            "type": "library",
2196
            "extra": {
2197
                "branch-alias": {
2198
                    "dev-master": "2.1.x-dev"
2199
                }
2200
            },
2201
            "autoload": {
2202
                "psr-4": {
2203
                    "Incenteev\\ParameterHandler\\": ""
2204
                }
2205
            },
2206
            "notification-url": "https://packagist.org/downloads/",
2207
            "license": [
2208
                "MIT"
2209
            ],
2210
            "authors": [
2211
                {
2212
                    "name": "Christophe Coevoet",
2213
                    "email": "[email protected]"
2214
                }
2215
            ],
2216
            "description": "Composer script handling your ignored parameter file",
2217
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2218
            "keywords": [
2219
                "parameters management"
2220
            ],
2221
            "time": "2015-11-10 17:04:01"
2222
        },
2223
        {
2224
            "name": "jackalope/jackalope",
2225
            "version": "1.2.6",
2226
            "source": {
2227
                "type": "git",
2228
                "url": "https://github.com/jackalope/jackalope.git",
2229
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42"
2230
            },
2231
            "dist": {
2232
                "type": "zip",
2233
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2234
                "reference": "a4bd18fee1d7d750fdba8bfa32aad1559da32b42",
2235
                "shasum": ""
2236
            },
2237
            "require": {
2238
                "ext-xml": "*",
2239
                "jackalope/jackalope-transport": "*",
2240
                "php": ">=5.3.3",
2241
                "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
2242
                "phpcr/phpcr-utils": "~1.2,>=1.2.6"
2243
            },
2244
            "provide": {
2245
                "phpcr/phpcr-implementation": "2.1.0"
2246
            },
2247
            "type": "library",
2248
            "extra": {
2249
                "branch-alias": {
2250
                    "dev-master": "1.2-dev"
2251
                }
2252
            },
2253
            "autoload": {
2254
                "psr-0": {
2255
                    "Jackalope\\": "src/"
2256
                }
2257
            },
2258
            "notification-url": "https://packagist.org/downloads/",
2259
            "license": [
2260
                "MIT",
2261
                "Apache-2.0"
2262
            ],
2263
            "authors": [
2264
                {
2265
                    "name": "Jackalope Community",
2266
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
2267
                }
2268
            ],
2269
            "description": "Jackalope PHPCR library",
2270
            "homepage": "http://jackalope.github.io",
2271
            "keywords": [
2272
                "phpcr"
2273
            ],
2274
            "time": "2015-11-10 13:02:01"
2275
        },
2276
        {
2277
            "name": "jackalope/jackalope-doctrine-dbal",
2278
            "version": "1.2.4",
2279
            "source": {
2280
                "type": "git",
2281
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
2282
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9"
2283
            },
2284
            "dist": {
2285
                "type": "zip",
2286
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2287
                "reference": "5bea74335a1c6e2ad82b258ee6c78c1896d42ec9",
2288
                "shasum": ""
2289
            },
2290
            "require": {
2291
                "doctrine/dbal": ">=2.4.5,<3.0.x-dev",
2292
                "jackalope/jackalope": "~1.2.4",
2293
                "php": ">=5.3.3",
2294
                "phpcr/phpcr": "~2.1.2",
2295
                "phpcr/phpcr-utils": "^1.2.8"
2296
            },
2297
            "provide": {
2298
                "jackalope/jackalope-transport": "1.1.0"
2299
            },
2300
            "require-dev": {
2301
                "phpcr/phpcr-api-tests": "2.1.10",
2302
                "phpunit/dbunit": "~1.3",
2303
                "phpunit/phpunit": "4.7.*",
2304
                "psr/log": "~1.0"
2305
            },
2306
            "bin": [
2307
                "bin/jackalope"
2308
            ],
2309
            "type": "library",
2310
            "extra": {
2311
                "branch-alias": {
2312
                    "dev-master": "1.3-dev"
2313
                }
2314
            },
2315
            "autoload": {
2316
                "psr-0": {
2317
                    "Jackalope\\": "src/"
2318
                }
2319
            },
2320
            "notification-url": "https://packagist.org/downloads/",
2321
            "license": [
2322
                "MIT",
2323
                "Apache-2.0"
2324
            ],
2325
            "authors": [
2326
                {
2327
                    "name": "Jackalope Community",
2328
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
2329
                }
2330
            ],
2331
            "description": "Jackalope Transport library for Doctrine DBAL",
2332
            "homepage": "http://jackalope.github.io",
2333
            "keywords": [
2334
                "doctrine-dbal",
2335
                "phpcr",
2336
                "transport implementation"
2337
            ],
2338
            "time": "2015-10-20 14:39:49"
2339
        },
2340
        {
2341
            "name": "jdorn/sql-formatter",
2342
            "version": "v1.2.17",
2343
            "source": {
2344
                "type": "git",
2345
                "url": "https://github.com/jdorn/sql-formatter.git",
2346
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2347
            },
2348
            "dist": {
2349
                "type": "zip",
2350
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2351
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2352
                "shasum": ""
2353
            },
2354
            "require": {
2355
                "php": ">=5.2.4"
2356
            },
2357
            "require-dev": {
2358
                "phpunit/phpunit": "3.7.*"
2359
            },
2360
            "type": "library",
2361
            "extra": {
2362
                "branch-alias": {
2363
                    "dev-master": "1.3.x-dev"
2364
                }
2365
            },
2366
            "autoload": {
2367
                "classmap": [
2368
                    "lib"
2369
                ]
2370
            },
2371
            "notification-url": "https://packagist.org/downloads/",
2372
            "license": [
2373
                "MIT"
2374
            ],
2375
            "authors": [
2376
                {
2377
                    "name": "Jeremy Dorn",
2378
                    "email": "[email protected]",
2379
                    "homepage": "http://jeremydorn.com/"
2380
                }
2381
            ],
2382
            "description": "a PHP SQL highlighting library",
2383
            "homepage": "https://github.com/jdorn/sql-formatter/",
2384
            "keywords": [
2385
                "highlight",
2386
                "sql"
2387
            ],
2388
            "time": "2014-01-12 16:20:24"
2389
        },
2390
        {
2391
            "name": "jms/metadata",
2392
            "version": "1.5.1",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/schmittjoh/metadata.git",
2396
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2401
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2402
                "shasum": ""
2403
            },
2404
            "require": {
2405
                "php": ">=5.3.0"
2406
            },
2407
            "require-dev": {
2408
                "doctrine/cache": "~1.0"
2409
            },
2410
            "type": "library",
2411
            "extra": {
2412
                "branch-alias": {
2413
                    "dev-master": "1.5.x-dev"
2414
                }
2415
            },
2416
            "autoload": {
2417
                "psr-0": {
2418
                    "Metadata\\": "src/"
2419
                }
2420
            },
2421
            "notification-url": "https://packagist.org/downloads/",
2422
            "license": [
2423
                "Apache"
2424
            ],
2425
            "authors": [
2426
                {
2427
                    "name": "Johannes Schmitt",
2428
                    "email": "[email protected]",
2429
                    "homepage": "https://github.com/schmittjoh",
2430
                    "role": "Developer of wrapped JMSSerializerBundle"
2431
                }
2432
            ],
2433
            "description": "Class/method/property metadata management in PHP",
2434
            "keywords": [
2435
                "annotations",
2436
                "metadata",
2437
                "xml",
2438
                "yaml"
2439
            ],
2440
            "time": "2014-07-12 07:13:19"
2441
        },
2442
        {
2443
            "name": "jms/parser-lib",
2444
            "version": "1.0.0",
2445
            "source": {
2446
                "type": "git",
2447
                "url": "https://github.com/schmittjoh/parser-lib.git",
2448
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2449
            },
2450
            "dist": {
2451
                "type": "zip",
2452
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2453
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2454
                "shasum": ""
2455
            },
2456
            "require": {
2457
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2458
            },
2459
            "type": "library",
2460
            "extra": {
2461
                "branch-alias": {
2462
                    "dev-master": "1.0-dev"
2463
                }
2464
            },
2465
            "autoload": {
2466
                "psr-0": {
2467
                    "JMS\\": "src/"
2468
                }
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "Apache2"
2473
            ],
2474
            "description": "A library for easily creating recursive-descent parsers.",
2475
            "time": "2012-11-18 18:08:43"
2476
        },
2477
        {
2478
            "name": "jms/serializer",
2479
            "version": "1.1.0",
2480
            "source": {
2481
                "type": "git",
2482
                "url": "https://github.com/schmittjoh/serializer.git",
2483
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2484
            },
2485
            "dist": {
2486
                "type": "zip",
2487
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2488
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2489
                "shasum": ""
2490
            },
2491
            "require": {
2492
                "doctrine/annotations": "1.*",
2493
                "doctrine/instantiator": "~1.0.3",
2494
                "jms/metadata": "~1.1",
2495
                "jms/parser-lib": "1.*",
2496
                "php": ">=5.4.0",
2497
                "phpcollection/phpcollection": "~0.1"
2498
            },
2499
            "conflict": {
2500
                "twig/twig": "<1.12"
2501
            },
2502
            "require-dev": {
2503
                "doctrine/orm": "~2.1",
2504
                "doctrine/phpcr-odm": "~1.0.1",
2505
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2506
                "phpunit/phpunit": "~4.0",
2507
                "propel/propel1": "~1.7",
2508
                "symfony/filesystem": "2.*",
2509
                "symfony/form": "~2.1",
2510
                "symfony/translation": "~2.0",
2511
                "symfony/validator": "~2.0",
2512
                "symfony/yaml": "2.*",
2513
                "twig/twig": "~1.12|~2.0"
2514
            },
2515
            "suggest": {
2516
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2517
            },
2518
            "type": "library",
2519
            "extra": {
2520
                "branch-alias": {
2521
                    "dev-master": "1.1-dev"
2522
                }
2523
            },
2524
            "autoload": {
2525
                "psr-0": {
2526
                    "JMS\\Serializer": "src/"
2527
                }
2528
            },
2529
            "notification-url": "https://packagist.org/downloads/",
2530
            "license": [
2531
                "Apache2"
2532
            ],
2533
            "authors": [
2534
                {
2535
                    "name": "Johannes M. Schmitt",
2536
                    "email": "[email protected]"
2537
                }
2538
            ],
2539
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2540
            "homepage": "http://jmsyst.com/libs/serializer",
2541
            "keywords": [
2542
                "deserialization",
2543
                "jaxb",
2544
                "json",
2545
                "serialization",
2546
                "xml"
2547
            ],
2548
            "time": "2015-10-27 09:24:41"
2549
        },
2550
        {
2551
            "name": "jms/serializer-bundle",
2552
            "version": "1.1.0",
2553
            "target-dir": "JMS/SerializerBundle",
2554
            "source": {
2555
                "type": "git",
2556
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2557
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2558
            },
2559
            "dist": {
2560
                "type": "zip",
2561
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2562
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2563
                "shasum": ""
2564
            },
2565
            "require": {
2566
                "jms/serializer": "^1.0.0",
2567
                "php": ">=5.4.0",
2568
                "phpoption/phpoption": "^1.1.0",
2569
                "symfony/framework-bundle": "~2.3|~3.0"
2570
            },
2571
            "require-dev": {
2572
                "doctrine/doctrine-bundle": "*",
2573
                "doctrine/orm": "*",
2574
                "symfony/browser-kit": "*",
2575
                "symfony/class-loader": "*",
2576
                "symfony/css-selector": "*",
2577
                "symfony/finder": "*",
2578
                "symfony/form": "*",
2579
                "symfony/process": "*",
2580
                "symfony/stopwatch": "*",
2581
                "symfony/twig-bundle": "*",
2582
                "symfony/validator": "*",
2583
                "symfony/yaml": "*"
2584
            },
2585
            "suggest": {
2586
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2587
            },
2588
            "type": "symfony-bundle",
2589
            "extra": {
2590
                "branch-alias": {
2591
                    "dev-master": "1.1-dev"
2592
                }
2593
            },
2594
            "autoload": {
2595
                "psr-0": {
2596
                    "JMS\\SerializerBundle": ""
2597
                }
2598
            },
2599
            "notification-url": "https://packagist.org/downloads/",
2600
            "license": [
2601
                "Apache2"
2602
            ],
2603
            "authors": [
2604
                {
2605
                    "name": "Johannes M. Schmitt",
2606
                    "email": "[email protected]"
2607
                }
2608
            ],
2609
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2610
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2611
            "keywords": [
2612
                "deserialization",
2613
                "jaxb",
2614
                "json",
2615
                "serialization",
2616
                "xml"
2617
            ],
2618
            "time": "2015-11-10 12:26:42"
2619
        },
2620
        {
2621
            "name": "jms/translation-bundle",
2622
            "version": "1.2.2",
2623
            "target-dir": "JMS/TranslationBundle",
2624
            "source": {
2625
                "type": "git",
2626
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
2627
                "reference": "b025251eaf65b73a775fa22ec277e771cdba35d8"
2628
            },
2629
            "dist": {
2630
                "type": "zip",
2631
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/b025251eaf65b73a775fa22ec277e771cdba35d8",
2632
                "reference": "b025251eaf65b73a775fa22ec277e771cdba35d8",
2633
                "shasum": ""
2634
            },
2635
            "require": {
2636
                "nikic/php-parser": "^1.4|^2.0",
2637
                "php": "^5.3.3|^7.0",
2638
                "symfony/console": "^2.3|^3.0",
2639
                "symfony/framework-bundle": "^2.3|^3.0"
2640
            },
2641
            "conflict": {
2642
                "twig/twig": "<1.12"
2643
            },
2644
            "require-dev": {
2645
                "jms/di-extra-bundle": "^1.1",
2646
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
2647
                "psr/log": "^1.0",
2648
                "sensio/framework-extra-bundle": "^2.3|^3.0",
2649
                "symfony/expression-language": "~2.6|~3.0",
2650
                "symfony/symfony": "^2.3|^3.0",
2651
                "twig/twig": "^1.12"
2652
            },
2653
            "type": "symfony-bundle",
2654
            "extra": {
2655
                "branch-alias": {
2656
                    "dev-master": "1.3-dev"
2657
                }
2658
            },
2659
            "autoload": {
2660
                "psr-0": {
2661
                    "JMS\\TranslationBundle": ""
2662
                }
2663
            },
2664
            "notification-url": "https://packagist.org/downloads/",
2665
            "license": [
2666
                "Apache2"
2667
            ],
2668
            "authors": [
2669
                {
2670
                    "name": "Johannes M. Schmitt",
2671
                    "email": "[email protected]"
2672
                }
2673
            ],
2674
            "description": "Puts the Symfony Translation Component on steroids",
2675
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
2676
            "keywords": [
2677
                "extract",
2678
                "extraction",
2679
                "i18n",
2680
                "interface",
2681
                "multilanguage",
2682
                "translation",
2683
                "ui",
2684
                "webinterface"
2685
            ],
2686
            "time": "2016-04-03 16:16:17"
2687
        },
2688
        {
2689
            "name": "knplabs/gaufrette",
2690
            "version": "0.2.0",
2691
            "source": {
2692
                "type": "git",
2693
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2694
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a"
2695
            },
2696
            "dist": {
2697
                "type": "zip",
2698
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2699
                "reference": "9d52413665284f9c96e0cef399fc14e68ac0aa5a",
2700
                "shasum": ""
2701
            },
2702
            "require": {
2703
                "php": ">=5.3.2"
2704
            },
2705
            "require-dev": {
2706
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2707
                "aws/aws-sdk-php": "~2",
2708
                "doctrine/dbal": ">=2.3",
2709
                "dropbox-php/dropbox-php": "*",
2710
                "google/apiclient": "~1.1",
2711
                "herzult/php-ssh": "*",
2712
                "microsoft/windowsazure": "dev-master",
2713
                "mikey179/vfsstream": "~1.2.0",
2714
                "phpseclib/phpseclib": "dev-master",
2715
                "phpspec/phpspec": "2.0.*",
2716
                "phpunit/phpunit": "3.7.*",
2717
                "rackspace/php-opencloud": "1.9.*"
2718
            },
2719
            "suggest": {
2720
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2721
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2722
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2723
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2724
                "ext-apc": "to use the APC adapter",
2725
                "ext-curl": "*",
2726
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2727
                "ext-mbstring": "*",
2728
                "ext-mongo": "*",
2729
                "ext-zip": "to use the Zip adapter",
2730
                "google/apiclient": "to use GoogleCloudStorage adapter",
2731
                "herzult/php-ssh": "to use SFtp adapter",
2732
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2733
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2734
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2735
                "rackspace/php-opencloud": "to use Opencloud adapter"
2736
            },
2737
            "type": "library",
2738
            "extra": {
2739
                "branch-alias": {
2740
                    "dev-master": "0.2.x-dev"
2741
                }
2742
            },
2743
            "autoload": {
2744
                "psr-0": {
2745
                    "Gaufrette": "src/"
2746
                }
2747
            },
2748
            "notification-url": "https://packagist.org/downloads/",
2749
            "license": [
2750
                "MIT"
2751
            ],
2752
            "authors": [
2753
                {
2754
                    "name": "The contributors",
2755
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2756
                },
2757
                {
2758
                    "name": "KnpLabs Team",
2759
                    "homepage": "http://knplabs.com"
2760
                }
2761
            ],
2762
            "description": "PHP5 library that provides a filesystem abstraction layer",
2763
            "homepage": "http://knplabs.com",
2764
            "keywords": [
2765
                "abstraction",
2766
                "file",
2767
                "filesystem",
2768
                "media"
2769
            ],
2770
            "time": "2015-05-26 08:25:40"
2771
        },
2772
        {
2773
            "name": "knplabs/knp-gaufrette-bundle",
2774
            "version": "0.2.0",
2775
            "source": {
2776
                "type": "git",
2777
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2778
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b"
2779
            },
2780
            "dist": {
2781
                "type": "zip",
2782
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2783
                "reference": "7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
2784
                "shasum": ""
2785
            },
2786
            "require": {
2787
                "knplabs/gaufrette": "~0.1.7|0.2.*@dev",
2788
                "symfony/framework-bundle": "2.*"
2789
            },
2790
            "require-dev": {
2791
                "phpunit/phpunit": "~4.2",
2792
                "symfony/console": "2.*",
2793
                "symfony/yaml": "2.*"
2794
            },
2795
            "type": "symfony-bundle",
2796
            "extra": {
2797
                "branch-alias": {
2798
                    "dev-master": "0.2.x-dev"
2799
                }
2800
            },
2801
            "autoload": {
2802
                "psr-4": {
2803
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2804
                }
2805
            },
2806
            "notification-url": "https://packagist.org/downloads/",
2807
            "license": [
2808
                "MIT"
2809
            ],
2810
            "authors": [
2811
                {
2812
                    "name": "The contributors",
2813
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2814
                },
2815
                {
2816
                    "name": "Antoine Hérault",
2817
                    "email": "[email protected]"
2818
                }
2819
            ],
2820
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2821
            "homepage": "http://knplabs.com",
2822
            "keywords": [
2823
                "abstraction",
2824
                "file",
2825
                "filesystem",
2826
                "media"
2827
            ],
2828
            "time": "2015-09-18 12:09:25"
2829
        },
2830
        {
2831
            "name": "knplabs/knp-menu",
2832
            "version": "v1.1.2",
2833
            "source": {
2834
                "type": "git",
2835
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2836
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
2837
            },
2838
            "dist": {
2839
                "type": "zip",
2840
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
2841
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
2842
                "shasum": ""
2843
            },
2844
            "require": {
2845
                "php": ">=5.3.0"
2846
            },
2847
            "require-dev": {
2848
                "pimple/pimple": "*",
2849
                "silex/silex": "1.0.*",
2850
                "twig/twig": ">=1.2,<2.0-dev"
2851
            },
2852
            "suggest": {
2853
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2854
                "silex/silex": "for the integration with your silex application",
2855
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2856
            },
2857
            "type": "library",
2858
            "extra": {
2859
                "branch-alias": {
2860
                    "dev-master": "1.1.x-dev"
2861
                }
2862
            },
2863
            "autoload": {
2864
                "psr-0": {
2865
                    "Knp\\Menu\\": "src/"
2866
                }
2867
            },
2868
            "notification-url": "https://packagist.org/downloads/",
2869
            "license": [
2870
                "MIT"
2871
            ],
2872
            "authors": [
2873
                {
2874
                    "name": "Christophe Coevoet",
2875
                    "email": "[email protected]"
2876
                },
2877
                {
2878
                    "name": "KnpLabs",
2879
                    "homepage": "http://knplabs.com"
2880
                },
2881
                {
2882
                    "name": "Symfony Community",
2883
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2884
                }
2885
            ],
2886
            "description": "An object oriented menu library",
2887
            "homepage": "http://knplabs.com",
2888
            "keywords": [
2889
                "menu",
2890
                "tree"
2891
            ],
2892
            "time": "2012-06-10 16:20:40"
2893
        },
2894
        {
2895
            "name": "knplabs/knp-menu-bundle",
2896
            "version": "v1.1.2",
2897
            "target-dir": "Knp/Bundle/MenuBundle",
2898
            "source": {
2899
                "type": "git",
2900
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2901
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
2902
            },
2903
            "dist": {
2904
                "type": "zip",
2905
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
2906
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
2907
                "shasum": ""
2908
            },
2909
            "require": {
2910
                "knplabs/knp-menu": "~1.1",
2911
                "symfony/framework-bundle": "~2.0"
2912
            },
2913
            "type": "symfony-bundle",
2914
            "autoload": {
2915
                "psr-0": {
2916
                    "Knp\\Bundle\\MenuBundle": ""
2917
                }
2918
            },
2919
            "notification-url": "https://packagist.org/downloads/",
2920
            "license": [
2921
                "MIT"
2922
            ],
2923
            "authors": [
2924
                {
2925
                    "name": "Christophe Coevoet",
2926
                    "email": "[email protected]"
2927
                },
2928
                {
2929
                    "name": "Knplabs",
2930
                    "homepage": "http://knplabs.com"
2931
                },
2932
                {
2933
                    "name": "Symfony Community",
2934
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2935
                }
2936
            ],
2937
            "description": "This bundle provides an integration of the KnpMenu library",
2938
            "keywords": [
2939
                "menu"
2940
            ],
2941
            "time": "2013-05-25 10:20:03"
2942
        },
2943
        {
2944
            "name": "knplabs/knp-snappy",
2945
            "version": "0.4.3",
2946
            "source": {
2947
                "type": "git",
2948
                "url": "https://github.com/KnpLabs/snappy.git",
2949
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f"
2950
            },
2951
            "dist": {
2952
                "type": "zip",
2953
                "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2954
                "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
2955
                "shasum": ""
2956
            },
2957
            "require": {
2958
                "php": ">=5.3.3",
2959
                "symfony/process": "~2.3|~3.0"
2960
            },
2961
            "require-dev": {
2962
                "phpunit/phpunit": "~4.7"
2963
            },
2964
            "suggest": {
2965
                "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2966
                "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2967
                "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
2968
                "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
2969
                "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
2970
            },
2971
            "type": "library",
2972
            "extra": {
2973
                "branch-alias": {
2974
                    "dev-master": "0.5.x-dev"
2975
                }
2976
            },
2977
            "autoload": {
2978
                "psr-0": {
2979
                    "Knp\\Snappy": "src/"
2980
                }
2981
            },
2982
            "notification-url": "https://packagist.org/downloads/",
2983
            "license": [
2984
                "MIT"
2985
            ],
2986
            "authors": [
2987
                {
2988
                    "name": "KnpLabs Team",
2989
                    "homepage": "http://knplabs.com"
2990
                },
2991
                {
2992
                    "name": "Symfony Community",
2993
                    "homepage": "http://github.com/KnpLabs/snappy/contributors"
2994
                }
2995
            ],
2996
            "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
2997
            "homepage": "http://github.com/KnpLabs/snappy",
2998
            "keywords": [
2999
                "knp",
3000
                "knplabs",
3001
                "pdf",
3002
                "snapshot",
3003
                "thumbnail",
3004
                "wkhtmltopdf"
3005
            ],
3006
            "time": "2015-11-17 13:16:27"
3007
        },
3008
        {
3009
            "name": "knplabs/knp-snappy-bundle",
3010
            "version": "v1.3",
3011
            "source": {
3012
                "type": "git",
3013
                "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
3014
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44"
3015
            },
3016
            "dist": {
3017
                "type": "zip",
3018
                "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/2aa510cb0192658428ff29206cef85342ec24d44",
3019
                "reference": "2aa510cb0192658428ff29206cef85342ec24d44",
3020
                "shasum": ""
3021
            },
3022
            "require": {
3023
                "knplabs/knp-snappy": "*",
3024
                "php": ">=5.3.2",
3025
                "symfony/finder": ">=2.0.0",
3026
                "symfony/framework-bundle": ">=2.0.0",
3027
                "symfony/validator": ">=2.0.0"
3028
            },
3029
            "type": "symfony-bundle",
3030
            "extra": {
3031
                "branch-alias": {
3032
                    "dev-master": "1.2.x-dev"
3033
                }
3034
            },
3035
            "autoload": {
3036
                "psr-4": {
3037
                    "Knp\\Bundle\\SnappyBundle\\": ""
3038
                }
3039
            },
3040
            "notification-url": "https://packagist.org/downloads/",
3041
            "license": [
3042
                "MIT"
3043
            ],
3044
            "authors": [
3045
                {
3046
                    "name": "KnpLabs Team",
3047
                    "homepage": "http://knplabs.com"
3048
                },
3049
                {
3050
                    "name": "Symfony Community",
3051
                    "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
3052
                }
3053
            ],
3054
            "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
3055
            "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
3056
            "keywords": [
3057
                "bundle",
3058
                "knp",
3059
                "knplabs",
3060
                "pdf",
3061
                "snappy"
3062
            ],
3063
            "time": "2015-08-24 21:40:00"
3064
        },
3065
        {
3066
            "name": "kriswallsmith/assetic",
3067
            "version": "v1.3.2",
3068
            "source": {
3069
                "type": "git",
3070
                "url": "https://github.com/kriswallsmith/assetic.git",
3071
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3072
            },
3073
            "dist": {
3074
                "type": "zip",
3075
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3076
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3077
                "shasum": ""
3078
            },
3079
            "require": {
3080
                "php": ">=5.3.1",
3081
                "symfony/process": "~2.1|~3.0"
3082
            },
3083
            "conflict": {
3084
                "twig/twig": "<1.23"
3085
            },
3086
            "require-dev": {
3087
                "cssmin/cssmin": "3.0.1",
3088
                "joliclic/javascript-packer": "1.1",
3089
                "kamicane/packager": "1.0",
3090
                "leafo/lessphp": "^0.3.7",
3091
                "leafo/scssphp": "~0.1",
3092
                "mrclay/minify": "~2.2",
3093
                "patchwork/jsqueeze": "~1.0|~2.0",
3094
                "phpunit/phpunit": "~4.8",
3095
                "psr/log": "~1.0",
3096
                "ptachoire/cssembed": "~1.0",
3097
                "symfony/phpunit-bridge": "~2.7|~3.0",
3098
                "twig/twig": "~1.8|~2.0"
3099
            },
3100
            "suggest": {
3101
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3102
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3103
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3104
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3105
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3106
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
3107
            },
3108
            "type": "library",
3109
            "extra": {
3110
                "branch-alias": {
3111
                    "dev-master": "1.4-dev"
3112
                }
3113
            },
3114
            "autoload": {
3115
                "psr-0": {
3116
                    "Assetic": "src/"
3117
                },
3118
                "files": [
3119
                    "src/functions.php"
3120
                ]
3121
            },
3122
            "notification-url": "https://packagist.org/downloads/",
3123
            "license": [
3124
                "MIT"
3125
            ],
3126
            "authors": [
3127
                {
3128
                    "name": "Kris Wallsmith",
3129
                    "email": "[email protected]",
3130
                    "homepage": "http://kriswallsmith.net/"
3131
                }
3132
            ],
3133
            "description": "Asset Management for PHP",
3134
            "homepage": "https://github.com/kriswallsmith/assetic",
3135
            "keywords": [
3136
                "assets",
3137
                "compression",
3138
                "minification"
3139
            ],
3140
            "time": "2015-11-12 13:51:40"
3141
        },
3142
        {
3143
            "name": "kriswallsmith/buzz",
3144
            "version": "v0.15",
3145
            "source": {
3146
                "type": "git",
3147
                "url": "https://github.com/kriswallsmith/Buzz.git",
3148
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
3149
            },
3150
            "dist": {
3151
                "type": "zip",
3152
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
3153
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
3154
                "shasum": ""
3155
            },
3156
            "require": {
3157
                "php": ">=5.3.0"
3158
            },
3159
            "require-dev": {
3160
                "phpunit/phpunit": "3.7.*"
3161
            },
3162
            "suggest": {
3163
                "ext-curl": "*"
3164
            },
3165
            "type": "library",
3166
            "autoload": {
3167
                "psr-0": {
3168
                    "Buzz": "lib/"
3169
                }
3170
            },
3171
            "notification-url": "https://packagist.org/downloads/",
3172
            "license": [
3173
                "MIT"
3174
            ],
3175
            "authors": [
3176
                {
3177
                    "name": "Kris Wallsmith",
3178
                    "email": "[email protected]",
3179
                    "homepage": "http://kriswallsmith.net/"
3180
                }
3181
            ],
3182
            "description": "Lightweight HTTP client",
3183
            "homepage": "https://github.com/kriswallsmith/Buzz",
3184
            "keywords": [
3185
                "curl",
3186
                "http client"
3187
            ],
3188
            "time": "2015-06-25 17:26:56"
3189
        },
3190
        {
3191
            "name": "league/url",
3192
            "version": "3.3.5",
3193
            "source": {
3194
                "type": "git",
3195
                "url": "https://github.com/thephpleague/url.git",
3196
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
3197
            },
3198
            "dist": {
3199
                "type": "zip",
3200
                "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
3201
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
3202
                "shasum": ""
3203
            },
3204
            "require": {
3205
                "ext-mbstring": "*",
3206
                "php": ">=5.3.0",
3207
                "true/punycode": "^2.0"
3208
            },
3209
            "require-dev": {
3210
                "phpunit/phpunit": "^4.0"
3211
            },
3212
            "type": "library",
3213
            "extra": {
3214
                "branch-alias": {
3215
                    "dev-master": "3.3-dev"
3216
                }
3217
            },
3218
            "autoload": {
3219
                "psr-4": {
3220
                    "League\\Url\\": "src"
3221
                }
3222
            },
3223
            "notification-url": "https://packagist.org/downloads/",
3224
            "license": [
3225
                "MIT"
3226
            ],
3227
            "authors": [
3228
                {
3229
                    "name": "Ignace Nyamagana Butera",
3230
                    "email": "[email protected]",
3231
                    "homepage": "https://github.com/nyamsprod/",
3232
                    "role": "Developer"
3233
                }
3234
            ],
3235
            "description": "League/url is a lightweight PHP Url manipulating library",
3236
            "homepage": "http://url.thephpleague.com",
3237
            "keywords": [
3238
                "parse_url",
3239
                "php",
3240
                "url"
3241
            ],
3242
            "time": "2015-07-15 08:24:12"
3243
        },
3244
        {
3245
            "name": "liip/imagine-bundle",
3246
            "version": "1.3.1",
3247
            "target-dir": "Liip/ImagineBundle",
3248
            "source": {
3249
                "type": "git",
3250
                "url": "https://github.com/liip/LiipImagineBundle.git",
3251
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9"
3252
            },
3253
            "dist": {
3254
                "type": "zip",
3255
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3256
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3257
                "shasum": ""
3258
            },
3259
            "require": {
3260
                "imagine/imagine": "~0.5,<0.7",
3261
                "php": ">=5.3.2",
3262
                "symfony/filesystem": "~2.3 || ~3.0",
3263
                "symfony/finder": "~2.3 || ~3.0",
3264
                "symfony/framework-bundle": "~2.3 || ~3.0",
3265
                "symfony/options-resolver": "~2.3 || ~3.0"
3266
            },
3267
            "require-dev": {
3268
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3269
                "aws/aws-sdk-php": "~2.4",
3270
                "doctrine/cache": "~1.1",
3271
                "doctrine/mongodb-odm": "1.0.*",
3272
                "doctrine/orm": "~2.3",
3273
                "ext-gd": "*",
3274
                "phpunit/phpunit": "~4.3",
3275
                "psr/log": "~1.0",
3276
                "symfony/browser-kit": "~2.3 || ~3.0",
3277
                "symfony/console": "~2.3 || ~3.0",
3278
                "symfony/form": "~2.3 || ~3.0",
3279
                "symfony/phpunit-bridge": "~2.3 || ~3.0",
3280
                "symfony/yaml": "~2.3 || ~3.0",
3281
                "twig/twig": "~1.12"
3282
            },
3283
            "suggest": {
3284
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
3285
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
3286
                "monolog/monolog": "If you'd want to write logs",
3287
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
3288
            },
3289
            "type": "symfony-bundle",
3290
            "extra": {
3291
                "branch-alias": {
3292
                    "dev-master": "1.0.x-dev",
3293
                    "dev-0.x": "0.x-dev"
3294
                }
3295
            },
3296
            "autoload": {
3297
                "psr-0": {
3298
                    "Liip\\ImagineBundle": ""
3299
                }
3300
            },
3301
            "notification-url": "https://packagist.org/downloads/",
3302
            "license": [
3303
                "MIT"
3304
            ],
3305
            "authors": [
3306
                {
3307
                    "name": "Liip and other contributors",
3308
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3309
                }
3310
            ],
3311
            "description": "This Bundle assists in imagine manipulation using the imagine library",
3312
            "homepage": "http://liip.ch",
3313
            "keywords": [
3314
                "image",
3315
                "imagine"
3316
            ],
3317
            "time": "2015-08-27 11:27:33"
3318
        },
3319
        {
3320
            "name": "midgard/createphp",
3321
            "version": "1.1.0",
3322
            "source": {
3323
                "type": "git",
3324
                "url": "https://github.com/flack/createphp.git",
3325
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5"
3326
            },
3327
            "dist": {
3328
                "type": "zip",
3329
                "url": "https://api.github.com/repos/flack/createphp/zipball/132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3330
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3331
                "shasum": ""
3332
            },
3333
            "require-dev": {
3334
                "doctrine/common": "~2.3.0",
3335
                "twig/twig": "~1.8"
3336
            },
3337
            "type": "library",
3338
            "extra": {
3339
                "branch-alias": {
3340
                    "dev-master": "1.1-dev"
3341
                }
3342
            },
3343
            "autoload": {
3344
                "psr-0": {
3345
                    "Midgard\\CreatePHP": "src"
3346
                }
3347
            },
3348
            "notification-url": "https://packagist.org/downloads/",
3349
            "license": [
3350
                "LGPL",
3351
                "MIT"
3352
            ],
3353
            "authors": [
3354
                {
3355
                    "name": "Andreas Flack",
3356
                    "email": "[email protected]",
3357
                    "homepage": "http://www.contentcontrol-berlin.de/"
3358
                }
3359
            ],
3360
            "description": "PHP adapter for Create.js",
3361
            "keywords": [
3362
                "rdfa"
3363
            ],
3364
            "time": "2015-07-03 13:41:50"
3365
        },
3366
        {
3367
            "name": "mockery/mockery",
3368
            "version": "0.9.4",
3369
            "source": {
3370
                "type": "git",
3371
                "url": "https://github.com/padraic/mockery.git",
3372
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
3373
            },
3374
            "dist": {
3375
                "type": "zip",
3376
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
3377
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
3378
                "shasum": ""
3379
            },
3380
            "require": {
3381
                "hamcrest/hamcrest-php": "~1.1",
3382
                "lib-pcre": ">=7.0",
3383
                "php": ">=5.3.2"
3384
            },
3385
            "require-dev": {
3386
                "phpunit/phpunit": "~4.0"
3387
            },
3388
            "type": "library",
3389
            "extra": {
3390
                "branch-alias": {
3391
                    "dev-master": "0.9.x-dev"
3392
                }
3393
            },
3394
            "autoload": {
3395
                "psr-0": {
3396
                    "Mockery": "library/"
3397
                }
3398
            },
3399
            "notification-url": "https://packagist.org/downloads/",
3400
            "license": [
3401
                "BSD-3-Clause"
3402
            ],
3403
            "authors": [
3404
                {
3405
                    "name": "Pádraic Brady",
3406
                    "email": "[email protected]",
3407
                    "homepage": "http://blog.astrumfutura.com"
3408
                },
3409
                {
3410
                    "name": "Dave Marshall",
3411
                    "email": "[email protected]",
3412
                    "homepage": "http://davedevelopment.co.uk"
3413
                }
3414
            ],
3415
            "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.",
3416
            "homepage": "http://github.com/padraic/mockery",
3417
            "keywords": [
3418
                "BDD",
3419
                "TDD",
3420
                "library",
3421
                "mock",
3422
                "mock objects",
3423
                "mockery",
3424
                "stub",
3425
                "test",
3426
                "test double",
3427
                "testing"
3428
            ],
3429
            "time": "2015-04-02 19:54:00"
3430
        },
3431
        {
3432
            "name": "monolog/monolog",
3433
            "version": "1.17.2",
3434
            "source": {
3435
                "type": "git",
3436
                "url": "https://github.com/Seldaek/monolog.git",
3437
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3438
            },
3439
            "dist": {
3440
                "type": "zip",
3441
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3442
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3443
                "shasum": ""
3444
            },
3445
            "require": {
3446
                "php": ">=5.3.0",
3447
                "psr/log": "~1.0"
3448
            },
3449
            "provide": {
3450
                "psr/log-implementation": "1.0.0"
3451
            },
3452
            "require-dev": {
3453
                "aws/aws-sdk-php": "^2.4.9",
3454
                "doctrine/couchdb": "~1.0@dev",
3455
                "graylog2/gelf-php": "~1.0",
3456
                "jakub-onderka/php-parallel-lint": "0.9",
3457
                "php-console/php-console": "^3.1.3",
3458
                "phpunit/phpunit": "~4.5",
3459
                "phpunit/phpunit-mock-objects": "2.3.0",
3460
                "raven/raven": "^0.13",
3461
                "ruflin/elastica": ">=0.90 <3.0",
3462
                "swiftmailer/swiftmailer": "~5.3",
3463
                "videlalvaro/php-amqplib": "~2.4"
3464
            },
3465
            "suggest": {
3466
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3467
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3468
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3469
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3470
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3471
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3472
                "raven/raven": "Allow sending log messages to a Sentry server",
3473
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3474
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3475
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3476
            },
3477
            "type": "library",
3478
            "extra": {
3479
                "branch-alias": {
3480
                    "dev-master": "1.16.x-dev"
3481
                }
3482
            },
3483
            "autoload": {
3484
                "psr-4": {
3485
                    "Monolog\\": "src/Monolog"
3486
                }
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "MIT"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Jordi Boggiano",
3495
                    "email": "[email protected]",
3496
                    "homepage": "http://seld.be"
3497
                }
3498
            ],
3499
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3500
            "homepage": "http://github.com/Seldaek/monolog",
3501
            "keywords": [
3502
                "log",
3503
                "logging",
3504
                "psr-3"
3505
            ],
3506
            "time": "2015-10-14 12:51:02"
3507
        },
3508
        {
3509
            "name": "nikic/php-parser",
3510
            "version": "v2.0.1",
3511
            "source": {
3512
                "type": "git",
3513
                "url": "https://github.com/nikic/PHP-Parser.git",
3514
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206"
3515
            },
3516
            "dist": {
3517
                "type": "zip",
3518
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce5be709d59b32dd8a88c80259028759991a4206",
3519
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206",
3520
                "shasum": ""
3521
            },
3522
            "require": {
3523
                "ext-tokenizer": "*",
3524
                "php": ">=5.4"
3525
            },
3526
            "require-dev": {
3527
                "phpunit/phpunit": "~4.0"
3528
            },
3529
            "bin": [
3530
                "bin/php-parse"
3531
            ],
3532
            "type": "library",
3533
            "extra": {
3534
                "branch-alias": {
3535
                    "dev-master": "2.0-dev"
3536
                }
3537
            },
3538
            "autoload": {
3539
                "psr-4": {
3540
                    "PhpParser\\": "lib/PhpParser"
3541
                }
3542
            },
3543
            "notification-url": "https://packagist.org/downloads/",
3544
            "license": [
3545
                "BSD-3-Clause"
3546
            ],
3547
            "authors": [
3548
                {
3549
                    "name": "Nikita Popov"
3550
                }
3551
            ],
3552
            "description": "A PHP parser written in PHP",
3553
            "keywords": [
3554
                "parser",
3555
                "php"
3556
            ],
3557
            "time": "2016-02-28 19:48:28"
3558
        },
3559
        {
3560
            "name": "ocramius/proxy-manager",
3561
            "version": "1.0.2",
3562
            "source": {
3563
                "type": "git",
3564
                "url": "https://github.com/Ocramius/ProxyManager.git",
3565
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3566
            },
3567
            "dist": {
3568
                "type": "zip",
3569
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3570
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3571
                "shasum": ""
3572
            },
3573
            "require": {
3574
                "php": ">=5.3.3",
3575
                "zendframework/zend-code": ">2.2.5,<3.0"
3576
            },
3577
            "require-dev": {
3578
                "ext-phar": "*",
3579
                "phpunit/phpunit": "~4.0",
3580
                "squizlabs/php_codesniffer": "1.5.*"
3581
            },
3582
            "suggest": {
3583
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3584
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3585
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3586
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3587
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3588
            },
3589
            "type": "library",
3590
            "extra": {
3591
                "branch-alias": {
3592
                    "dev-master": "2.0.x-dev"
3593
                }
3594
            },
3595
            "autoload": {
3596
                "psr-0": {
3597
                    "ProxyManager\\": "src"
3598
                }
3599
            },
3600
            "notification-url": "https://packagist.org/downloads/",
3601
            "license": [
3602
                "MIT"
3603
            ],
3604
            "authors": [
3605
                {
3606
                    "name": "Marco Pivetta",
3607
                    "email": "[email protected]",
3608
                    "homepage": "http://ocramius.github.com/"
3609
                }
3610
            ],
3611
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3612
            "homepage": "https://github.com/Ocramius/ProxyManager",
3613
            "keywords": [
3614
                "aop",
3615
                "lazy loading",
3616
                "proxy",
3617
                "proxy pattern",
3618
                "service proxies"
3619
            ],
3620
            "time": "2015-08-09 04:28:19"
3621
        },
3622
        {
3623
            "name": "omnipay/2checkout",
3624
            "version": "v2.1.1",
3625
            "source": {
3626
                "type": "git",
3627
                "url": "https://github.com/thephpleague/omnipay-2checkout.git",
3628
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
3629
            },
3630
            "dist": {
3631
                "type": "zip",
3632
                "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
3633
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
3634
                "shasum": ""
3635
            },
3636
            "require": {
3637
                "omnipay/common": "~2.0"
3638
            },
3639
            "require-dev": {
3640
                "omnipay/tests": "~2.0"
3641
            },
3642
            "type": "library",
3643
            "extra": {
3644
                "branch-alias": {
3645
                    "dev-master": "2.0.x-dev"
3646
                }
3647
            },
3648
            "autoload": {
3649
                "psr-4": {
3650
                    "Omnipay\\TwoCheckout\\": "src/"
3651
                }
3652
            },
3653
            "notification-url": "https://packagist.org/downloads/",
3654
            "license": [
3655
                "MIT"
3656
            ],
3657
            "authors": [
3658
                {
3659
                    "name": "Adrian Macneil",
3660
                    "email": "[email protected]"
3661
                },
3662
                {
3663
                    "name": "Omnipay Contributors",
3664
                    "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
3665
                }
3666
            ],
3667
            "description": "2Checkout driver for the Omnipay payment processing library",
3668
            "homepage": "https://github.com/thephpleague/omnipay-2checkout",
3669
            "keywords": [
3670
                "2checkout",
3671
                "2co",
3672
                "gateway",
3673
                "merchant",
3674
                "omnipay",
3675
                "pay",
3676
                "payment",
3677
                "twocheckout"
3678
            ],
3679
            "time": "2014-09-17 00:35:37"
3680
        },
3681
        {
3682
            "name": "omnipay/authorizenet",
3683
            "version": "v2.3.0",
3684
            "source": {
3685
                "type": "git",
3686
                "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
3687
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
3688
            },
3689
            "dist": {
3690
                "type": "zip",
3691
                "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
3692
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
3693
                "shasum": ""
3694
            },
3695
            "require": {
3696
                "omnipay/common": "~2.0"
3697
            },
3698
            "require-dev": {
3699
                "omnipay/tests": "~2.0"
3700
            },
3701
            "type": "library",
3702
            "extra": {
3703
                "branch-alias": {
3704
                    "dev-master": "2.0.x-dev"
3705
                }
3706
            },
3707
            "autoload": {
3708
                "psr-4": {
3709
                    "Omnipay\\AuthorizeNet\\": "src/"
3710
                }
3711
            },
3712
            "notification-url": "https://packagist.org/downloads/",
3713
            "license": [
3714
                "MIT"
3715
            ],
3716
            "authors": [
3717
                {
3718
                    "name": "Adrian Macneil",
3719
                    "email": "[email protected]"
3720
                },
3721
                {
3722
                    "name": "Omnipay Contributors",
3723
                    "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
3724
                }
3725
            ],
3726
            "description": "Authorize.Net gateway for the Omnipay payment processing library",
3727
            "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
3728
            "keywords": [
3729
                "authorize",
3730
                "authorize net",
3731
                "authorize.net",
3732
                "gateway",
3733
                "merchant",
3734
                "omnipay",
3735
                "pay",
3736
                "payment"
3737
            ],
3738
            "time": "2015-07-15 18:11:17"
3739
        },
3740
        {
3741
            "name": "omnipay/buckaroo",
3742
            "version": "v2.0.1",
3743
            "source": {
3744
                "type": "git",
3745
                "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
3746
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
3747
            },
3748
            "dist": {
3749
                "type": "zip",
3750
                "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3751
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3752
                "shasum": ""
3753
            },
3754
            "require": {
3755
                "omnipay/common": "~2.0"
3756
            },
3757
            "require-dev": {
3758
                "omnipay/tests": "~2.0"
3759
            },
3760
            "type": "library",
3761
            "extra": {
3762
                "branch-alias": {
3763
                    "dev-master": "2.0.x-dev"
3764
                }
3765
            },
3766
            "autoload": {
3767
                "psr-4": {
3768
                    "Omnipay\\Buckaroo\\": "src/"
3769
                }
3770
            },
3771
            "notification-url": "https://packagist.org/downloads/",
3772
            "license": [
3773
                "MIT"
3774
            ],
3775
            "authors": [
3776
                {
3777
                    "name": "Adrian Macneil",
3778
                    "email": "[email protected]"
3779
                },
3780
                {
3781
                    "name": "Omnipay Contributors",
3782
                    "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
3783
                }
3784
            ],
3785
            "description": "Buckaroo driver for the Omnipay payment processing library",
3786
            "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
3787
            "keywords": [
3788
                "buckaroo",
3789
                "gateway",
3790
                "merchant",
3791
                "omnipay",
3792
                "pay",
3793
                "payment"
3794
            ],
3795
            "time": "2014-09-17 00:35:28"
3796
        },
3797
        {
3798
            "name": "omnipay/cardsave",
3799
            "version": "2.1.2",
3800
            "source": {
3801
                "type": "git",
3802
                "url": "https://github.com/thephpleague/omnipay-cardsave.git",
3803
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
3804
            },
3805
            "dist": {
3806
                "type": "zip",
3807
                "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3808
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3809
                "shasum": ""
3810
            },
3811
            "require": {
3812
                "omnipay/common": "~2.0"
3813
            },
3814
            "require-dev": {
3815
                "omnipay/tests": "~2.0"
3816
            },
3817
            "type": "library",
3818
            "extra": {
3819
                "branch-alias": {
3820
                    "dev-master": "2.0.x-dev"
3821
                }
3822
            },
3823
            "autoload": {
3824
                "psr-4": {
3825
                    "Omnipay\\CardSave\\": "src/"
3826
                }
3827
            },
3828
            "notification-url": "https://packagist.org/downloads/",
3829
            "license": [
3830
                "MIT"
3831
            ],
3832
            "authors": [
3833
                {
3834
                    "name": "Adrian Macneil",
3835
                    "email": "[email protected]"
3836
                },
3837
                {
3838
                    "name": "Omnipay Contributors",
3839
                    "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
3840
                }
3841
            ],
3842
            "description": "CardSave driver for the Omnipay payment processing library",
3843
            "homepage": "https://github.com/thephpleague/omnipay-cardsave",
3844
            "keywords": [
3845
                "card save",
3846
                "cardsave",
3847
                "gateway",
3848
                "merchant",
3849
                "omnipay",
3850
                "pay",
3851
                "payment"
3852
            ],
3853
            "time": "2014-09-21 02:27:16"
3854
        },
3855
        {
3856
            "name": "omnipay/coinbase",
3857
            "version": "v2.0.4",
3858
            "source": {
3859
                "type": "git",
3860
                "url": "https://github.com/thephpleague/omnipay-coinbase.git",
3861
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
3862
            },
3863
            "dist": {
3864
                "type": "zip",
3865
                "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3866
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3867
                "shasum": ""
3868
            },
3869
            "require": {
3870
                "omnipay/common": "~2.0"
3871
            },
3872
            "require-dev": {
3873
                "omnipay/tests": "~2.0"
3874
            },
3875
            "type": "library",
3876
            "extra": {
3877
                "branch-alias": {
3878
                    "dev-master": "2.0.x-dev"
3879
                }
3880
            },
3881
            "autoload": {
3882
                "psr-4": {
3883
                    "Omnipay\\Coinbase\\": "src/"
3884
                }
3885
            },
3886
            "notification-url": "https://packagist.org/downloads/",
3887
            "license": [
3888
                "MIT"
3889
            ],
3890
            "authors": [
3891
                {
3892
                    "name": "Adrian Macneil",
3893
                    "email": "[email protected]"
3894
                },
3895
                {
3896
                    "name": "Omnipay Contributors",
3897
                    "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
3898
                }
3899
            ],
3900
            "description": "Coinbase driver for the Omnipay payment processing library",
3901
            "homepage": "https://github.com/thephpleague/omnipay-coinbase",
3902
            "keywords": [
3903
                "coinbase",
3904
                "gateway",
3905
                "merchant",
3906
                "omnipay",
3907
                "pay",
3908
                "payment"
3909
            ],
3910
            "time": "2015-03-06 05:35:39"
3911
        },
3912
        {
3913
            "name": "omnipay/common",
3914
            "version": "v2.3.4",
3915
            "source": {
3916
                "type": "git",
3917
                "url": "https://github.com/thephpleague/omnipay-common.git",
3918
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
3919
            },
3920
            "dist": {
3921
                "type": "zip",
3922
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
3923
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
3924
                "shasum": ""
3925
            },
3926
            "require": {
3927
                "guzzle/guzzle": "~3.9",
3928
                "php": ">=5.3.2",
3929
                "symfony/http-foundation": "~2.1"
3930
            },
3931
            "require-dev": {
3932
                "omnipay/tests": "~2.0"
3933
            },
3934
            "type": "library",
3935
            "extra": {
3936
                "branch-alias": {
3937
                    "dev-master": "2.0.x-dev"
3938
                },
3939
                "gateways": [
3940
                    "AuthorizeNet_AIM",
3941
                    "AuthorizeNet_SIM",
3942
                    "Buckaroo",
3943
                    "Buckaroo_Ideal",
3944
                    "Buckaroo_PayPal",
3945
                    "CardSave",
3946
                    "Coinbase",
3947
                    "Dummy",
3948
                    "Eway_Rapid",
3949
                    "FirstData_Connect",
3950
                    "GoCardless",
3951
                    "Manual",
3952
                    "Migs_ThreeParty",
3953
                    "Migs_TwoParty",
3954
                    "Mollie",
3955
                    "MultiSafepay",
3956
                    "Netaxept",
3957
                    "NetBanx",
3958
                    "PayFast",
3959
                    "Payflow_Pro",
3960
                    "PaymentExpress_PxPay",
3961
                    "PaymentExpress_PxPost",
3962
                    "PayPal_Express",
3963
                    "PayPal_Pro",
3964
                    "Pin",
3965
                    "SagePay_Direct",
3966
                    "SagePay_Server",
3967
                    "SecurePay_DirectPost",
3968
                    "Stripe",
3969
                    "TargetPay_Directebanking",
3970
                    "TargetPay_Ideal",
3971
                    "TargetPay_Mrcash",
3972
                    "TwoCheckout",
3973
                    "WorldPay",
3974
                    "Alipay Bank",
3975
                    "AliPay Dual Func",
3976
                    "Alipay Express",
3977
                    "Alipay Mobile Express",
3978
                    "Alipay Secured",
3979
                    "Alipay Wap Express",
3980
                    "Cybersource",
3981
                    "DataCash",
3982
                    "Ecopayz",
3983
                    "Neteller",
3984
                    "Pacnet",
3985
                    "PaymentSense",
3986
                    "Realex Remote",
3987
                    "SecPay (PayPoint.net)",
3988
                    "Sisow",
3989
                    "Skrill",
3990
                    "YandexMoney",
3991
                    "YandexMoneyIndividual"
3992
                ]
3993
            },
3994
            "autoload": {
3995
                "psr-0": {
3996
                    "Omnipay\\Common\\": "src/"
3997
                },
3998
                "classmap": [
3999
                    "src/Omnipay/Omnipay.php"
4000
                ]
4001
            },
4002
            "notification-url": "https://packagist.org/downloads/",
4003
            "license": [
4004
                "MIT"
4005
            ],
4006
            "authors": [
4007
                {
4008
                    "name": "Adrian Macneil",
4009
                    "email": "[email protected]"
4010
                },
4011
                {
4012
                    "name": "Omnipay Contributors",
4013
                    "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
4014
                }
4015
            ],
4016
            "description": "Common components for Omnipay payment processing library",
4017
            "homepage": "https://github.com/thephpleague/omnipay-common",
4018
            "keywords": [
4019
                "gateway",
4020
                "merchant",
4021
                "omnipay",
4022
                "pay",
4023
                "payment",
4024
                "purchase"
4025
            ],
4026
            "time": "2015-03-30 14:34:46"
4027
        },
4028
        {
4029
            "name": "omnipay/dummy",
4030
            "version": "v2.1.1",
4031
            "source": {
4032
                "type": "git",
4033
                "url": "https://github.com/thephpleague/omnipay-dummy.git",
4034
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
4035
            },
4036
            "dist": {
4037
                "type": "zip",
4038
                "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
4039
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
4040
                "shasum": ""
4041
            },
4042
            "require": {
4043
                "omnipay/common": "~2.0"
4044
            },
4045
            "require-dev": {
4046
                "omnipay/tests": "~2.0"
4047
            },
4048
            "type": "library",
4049
            "extra": {
4050
                "branch-alias": {
4051
                    "dev-master": "2.0.x-dev"
4052
                }
4053
            },
4054
            "autoload": {
4055
                "psr-4": {
4056
                    "Omnipay\\Dummy\\": "src/"
4057
                }
4058
            },
4059
            "notification-url": "https://packagist.org/downloads/",
4060
            "license": [
4061
                "MIT"
4062
            ],
4063
            "authors": [
4064
                {
4065
                    "name": "Adrian Macneil",
4066
                    "email": "[email protected]"
4067
                },
4068
                {
4069
                    "name": "Omnipay Contributors",
4070
                    "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
4071
                }
4072
            ],
4073
            "description": "Dummy driver for the Omnipay payment processing library",
4074
            "homepage": "https://github.com/thephpleague/omnipay-dummy",
4075
            "keywords": [
4076
                "Dummy",
4077
                "gateway",
4078
                "merchant",
4079
                "omnipay",
4080
                "pay",
4081
                "payment"
4082
            ],
4083
            "time": "2014-09-17 00:39:36"
4084
        },
4085
        {
4086
            "name": "omnipay/eway",
4087
            "version": "v2.2.0",
4088
            "source": {
4089
                "type": "git",
4090
                "url": "https://github.com/thephpleague/omnipay-eway.git",
4091
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
4092
            },
4093
            "dist": {
4094
                "type": "zip",
4095
                "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
4096
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
4097
                "shasum": ""
4098
            },
4099
            "require": {
4100
                "omnipay/common": "~2.0"
4101
            },
4102
            "require-dev": {
4103
                "omnipay/tests": "~2.0"
4104
            },
4105
            "type": "library",
4106
            "extra": {
4107
                "branch-alias": {
4108
                    "dev-master": "2.0.x-dev"
4109
                }
4110
            },
4111
            "autoload": {
4112
                "psr-4": {
4113
                    "Omnipay\\Eway\\": "src/"
4114
                }
4115
            },
4116
            "notification-url": "https://packagist.org/downloads/",
4117
            "license": [
4118
                "MIT"
4119
            ],
4120
            "authors": [
4121
                {
4122
                    "name": "Adrian Macneil",
4123
                    "email": "[email protected]"
4124
                },
4125
                {
4126
                    "name": "Omnipay Contributors",
4127
                    "homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
4128
                }
4129
            ],
4130
            "description": "eWay driver for the Omnipay payment processing library",
4131
            "homepage": "https://github.com/thephpleague/omnipay-eway",
4132
            "keywords": [
4133
                "eway",
4134
                "gateway",
4135
                "merchant",
4136
                "omnipay",
4137
                "pay",
4138
                "payment"
4139
            ],
4140
            "time": "2015-03-30 00:28:33"
4141
        },
4142
        {
4143
            "name": "omnipay/firstdata",
4144
            "version": "v2.2.0",
4145
            "source": {
4146
                "type": "git",
4147
                "url": "https://github.com/thephpleague/omnipay-firstdata.git",
4148
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
4149
            },
4150
            "dist": {
4151
                "type": "zip",
4152
                "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4153
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
4154
                "shasum": ""
4155
            },
4156
            "require": {
4157
                "omnipay/common": "~2.0"
4158
            },
4159
            "require-dev": {
4160
                "omnipay/tests": "~2.0"
4161
            },
4162
            "type": "library",
4163
            "extra": {
4164
                "branch-alias": {
4165
                    "dev-master": "2.0.x-dev"
4166
                }
4167
            },
4168
            "autoload": {
4169
                "psr-4": {
4170
                    "Omnipay\\FirstData\\": "src/"
4171
                }
4172
            },
4173
            "notification-url": "https://packagist.org/downloads/",
4174
            "license": [
4175
                "MIT"
4176
            ],
4177
            "authors": [
4178
                {
4179
                    "name": "Adrian Macneil",
4180
                    "email": "[email protected]"
4181
                },
4182
                {
4183
                    "name": "Omnipay Contributors",
4184
                    "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
4185
                }
4186
            ],
4187
            "description": "First Data driver for the Omnipay payment processing library",
4188
            "homepage": "https://github.com/thephpleague/omnipay-firstdata",
4189
            "keywords": [
4190
                "first data",
4191
                "firstdata",
4192
                "gateway",
4193
                "merchant",
4194
                "omnipay",
4195
                "pay",
4196
                "payment"
4197
            ],
4198
            "time": "2015-07-28 17:50:44"
4199
        },
4200
        {
4201
            "name": "omnipay/gocardless",
4202
            "version": "2.2.0",
4203
            "source": {
4204
                "type": "git",
4205
                "url": "https://github.com/thephpleague/omnipay-gocardless.git",
4206
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
4207
            },
4208
            "dist": {
4209
                "type": "zip",
4210
                "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4211
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4212
                "shasum": ""
4213
            },
4214
            "require": {
4215
                "omnipay/common": "~2.0"
4216
            },
4217
            "require-dev": {
4218
                "omnipay/tests": "~2.0"
4219
            },
4220
            "type": "library",
4221
            "extra": {
4222
                "branch-alias": {
4223
                    "dev-master": "2.0.x-dev"
4224
                }
4225
            },
4226
            "autoload": {
4227
                "psr-4": {
4228
                    "Omnipay\\GoCardless\\": "src/"
4229
                }
4230
            },
4231
            "notification-url": "https://packagist.org/downloads/",
4232
            "license": [
4233
                "MIT"
4234
            ],
4235
            "authors": [
4236
                {
4237
                    "name": "Adrian Macneil",
4238
                    "email": "[email protected]"
4239
                },
4240
                {
4241
                    "name": "Omnipay Contributors",
4242
                    "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
4243
                }
4244
            ],
4245
            "description": "GoCardless driver for the Omnipay payment processing library",
4246
            "homepage": "https://github.com/thephpleague/omnipay-gocardless",
4247
            "keywords": [
4248
                "gateway",
4249
                "go cardless",
4250
                "gocardless",
4251
                "merchant",
4252
                "omnipay",
4253
                "pay",
4254
                "payment"
4255
            ],
4256
            "time": "2015-09-24 14:44:29"
4257
        },
4258
        {
4259
            "name": "omnipay/manual",
4260
            "version": "v2.1.1",
4261
            "source": {
4262
                "type": "git",
4263
                "url": "https://github.com/thephpleague/omnipay-manual.git",
4264
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
4265
            },
4266
            "dist": {
4267
                "type": "zip",
4268
                "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4269
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4270
                "shasum": ""
4271
            },
4272
            "require": {
4273
                "omnipay/common": "~2.0"
4274
            },
4275
            "require-dev": {
4276
                "omnipay/tests": "~2.0"
4277
            },
4278
            "type": "library",
4279
            "extra": {
4280
                "branch-alias": {
4281
                    "dev-master": "2.0.x-dev"
4282
                }
4283
            },
4284
            "autoload": {
4285
                "psr-4": {
4286
                    "Omnipay\\Manual\\": "src/"
4287
                }
4288
            },
4289
            "notification-url": "https://packagist.org/downloads/",
4290
            "license": [
4291
                "MIT"
4292
            ],
4293
            "authors": [
4294
                {
4295
                    "name": "Adrian Macneil",
4296
                    "email": "[email protected]"
4297
                },
4298
                {
4299
                    "name": "Omnipay Contributors",
4300
                    "homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
4301
                }
4302
            ],
4303
            "description": "Manual driver for the Omnipay payment processing library",
4304
            "homepage": "https://github.com/thephpleague/omnipay-manual",
4305
            "keywords": [
4306
                "gateway",
4307
                "manual",
4308
                "merchant",
4309
                "omnipay",
4310
                "pay",
4311
                "payment"
4312
            ],
4313
            "time": "2014-09-17 00:37:01"
4314
        },
4315
        {
4316
            "name": "omnipay/migs",
4317
            "version": "v2.1.1",
4318
            "source": {
4319
                "type": "git",
4320
                "url": "https://github.com/thephpleague/omnipay-migs.git",
4321
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
4322
            },
4323
            "dist": {
4324
                "type": "zip",
4325
                "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4326
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4327
                "shasum": ""
4328
            },
4329
            "require": {
4330
                "omnipay/common": "~2.0"
4331
            },
4332
            "require-dev": {
4333
                "omnipay/tests": "~2.0"
4334
            },
4335
            "type": "library",
4336
            "extra": {
4337
                "branch-alias": {
4338
                    "dev-master": "2.0.x-dev"
4339
                }
4340
            },
4341
            "autoload": {
4342
                "psr-4": {
4343
                    "Omnipay\\Migs\\": "src/"
4344
                }
4345
            },
4346
            "notification-url": "https://packagist.org/downloads/",
4347
            "license": [
4348
                "MIT"
4349
            ],
4350
            "authors": [
4351
                {
4352
                    "name": "Adrian Macneil",
4353
                    "email": "[email protected]"
4354
                },
4355
                {
4356
                    "name": "Omnipay Contributors",
4357
                    "homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
4358
                }
4359
            ],
4360
            "description": "MIGS driver for the Omnipay payment processing library",
4361
            "homepage": "https://github.com/thephpleague/omnipay-migs",
4362
            "keywords": [
4363
                "gateway",
4364
                "mastercard internet gateway service",
4365
                "merchant",
4366
                "migs",
4367
                "omnipay",
4368
                "pay",
4369
                "payment"
4370
            ],
4371
            "time": "2014-09-17 00:38:25"
4372
        },
4373
        {
4374
            "name": "omnipay/mollie",
4375
            "version": "v3.0.4",
4376
            "source": {
4377
                "type": "git",
4378
                "url": "https://github.com/thephpleague/omnipay-mollie.git",
4379
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
4380
            },
4381
            "dist": {
4382
                "type": "zip",
4383
                "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
4384
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
4385
                "shasum": ""
4386
            },
4387
            "require": {
4388
                "omnipay/common": "~2.2"
4389
            },
4390
            "require-dev": {
4391
                "omnipay/tests": "~2.0"
4392
            },
4393
            "type": "library",
4394
            "extra": {
4395
                "branch-alias": {
4396
                    "dev-master": "2.0.x-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "psr-4": {
4401
                    "Omnipay\\Mollie\\": "src/"
4402
                }
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "MIT"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "Adrian Macneil",
4411
                    "email": "[email protected]"
4412
                },
4413
                {
4414
                    "name": "Omnipay Contributors",
4415
                    "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
4416
                }
4417
            ],
4418
            "description": "Mollie driver for the Omnipay payment processing library",
4419
            "homepage": "https://github.com/thephpleague/omnipay-mollie",
4420
            "keywords": [
4421
                "gateway",
4422
                "merchant",
4423
                "mollie",
4424
                "omnipay",
4425
                "pay",
4426
                "payment"
4427
            ],
4428
            "time": "2015-03-03 18:55:42"
4429
        },
4430
        {
4431
            "name": "omnipay/multisafepay",
4432
            "version": "V2.2.0",
4433
            "source": {
4434
                "type": "git",
4435
                "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
4436
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
4437
            },
4438
            "dist": {
4439
                "type": "zip",
4440
                "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4441
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4442
                "shasum": ""
4443
            },
4444
            "require": {
4445
                "omnipay/common": "~2.0"
4446
            },
4447
            "require-dev": {
4448
                "omnipay/tests": "~2.0"
4449
            },
4450
            "type": "library",
4451
            "extra": {
4452
                "branch-alias": {
4453
                    "dev-master": "2.0.x-dev"
4454
                }
4455
            },
4456
            "autoload": {
4457
                "psr-4": {
4458
                    "Omnipay\\MultiSafepay\\": "src/"
4459
                }
4460
            },
4461
            "notification-url": "https://packagist.org/downloads/",
4462
            "license": [
4463
                "MIT"
4464
            ],
4465
            "authors": [
4466
                {
4467
                    "name": "Adrian Macneil",
4468
                    "email": "[email protected]"
4469
                },
4470
                {
4471
                    "name": "Omnipay Contributors",
4472
                    "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
4473
                }
4474
            ],
4475
            "description": "MultiSafepay driver for the Omnipay payment processing library",
4476
            "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
4477
            "keywords": [
4478
                "gateway",
4479
                "merchant",
4480
                "multi safepay",
4481
                "multisafepay",
4482
                "omnipay",
4483
                "pay",
4484
                "payment"
4485
            ],
4486
            "time": "2015-01-14 04:01:43"
4487
        },
4488
        {
4489
            "name": "omnipay/netaxept",
4490
            "version": "v2.3.0",
4491
            "source": {
4492
                "type": "git",
4493
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
4494
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
4495
            },
4496
            "dist": {
4497
                "type": "zip",
4498
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
4499
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
4500
                "shasum": ""
4501
            },
4502
            "require": {
4503
                "omnipay/common": "~2.0"
4504
            },
4505
            "require-dev": {
4506
                "omnipay/tests": "~2.0"
4507
            },
4508
            "type": "library",
4509
            "extra": {
4510
                "branch-alias": {
4511
                    "dev-master": "2.0.x-dev"
4512
                }
4513
            },
4514
            "autoload": {
4515
                "psr-4": {
4516
                    "Omnipay\\Netaxept\\": "src/"
4517
                }
4518
            },
4519
            "notification-url": "https://packagist.org/downloads/",
4520
            "license": [
4521
                "MIT"
4522
            ],
4523
            "authors": [
4524
                {
4525
                    "name": "Adrian Macneil",
4526
                    "email": "[email protected]"
4527
                },
4528
                {
4529
                    "name": "Omnipay Contributors",
4530
                    "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
4531
                }
4532
            ],
4533
            "description": "Netaxept driver for the Omnipay payment processing library",
4534
            "homepage": "https://github.com/thephpleague/omnipay-netaxept",
4535
            "keywords": [
4536
                "gateway",
4537
                "merchant",
4538
                "netaxept",
4539
                "omnipay",
4540
                "pay",
4541
                "payment"
4542
            ],
4543
            "time": "2015-05-08 15:13:17"
4544
        },
4545
        {
4546
            "name": "omnipay/netbanx",
4547
            "version": "v2.1.1",
4548
            "source": {
4549
                "type": "git",
4550
                "url": "https://github.com/thephpleague/omnipay-netbanx.git",
4551
                "reference": "a56900120e676385cc42d67c82985fcaaa752140"
4552
            },
4553
            "dist": {
4554
                "type": "zip",
4555
                "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
4556
                "reference": "a56900120e676385cc42d67c82985fcaaa752140",
4557
                "shasum": ""
4558
            },
4559
            "require": {
4560
                "omnipay/common": "~2.0"
4561
            },
4562
            "require-dev": {
4563
                "omnipay/tests": "~2.0"
4564
            },
4565
            "type": "library",
4566
            "extra": {
4567
                "branch-alias": {
4568
                    "dev-master": "2.0.x-dev"
4569
                }
4570
            },
4571
            "autoload": {
4572
                "psr-4": {
4573
                    "Omnipay\\NetBanx\\": "src/"
4574
                }
4575
            },
4576
            "notification-url": "https://packagist.org/downloads/",
4577
            "license": [
4578
                "MIT"
4579
            ],
4580
            "authors": [
4581
                {
4582
                    "name": "Adrian Macneil",
4583
                    "email": "[email protected]"
4584
                },
4585
                {
4586
                    "name": "Omnipay Contributors",
4587
                    "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
4588
                }
4589
            ],
4590
            "description": "NetBanx driver for the Omnipay payment processing library",
4591
            "homepage": "https://github.com/thephpleague/omnipay-netbanx",
4592
            "keywords": [
4593
                "gateway",
4594
                "merchant",
4595
                "netbanx",
4596
                "omnipay",
4597
                "pay",
4598
                "payment"
4599
            ],
4600
            "time": "2014-09-17 00:38:46"
4601
        },
4602
        {
4603
            "name": "omnipay/omnipay",
4604
            "version": "2.3.2",
4605
            "source": {
4606
                "type": "git",
4607
                "url": "https://github.com/thephpleague/omnipay.git",
4608
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
4609
            },
4610
            "dist": {
4611
                "type": "zip",
4612
                "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4613
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4614
                "shasum": ""
4615
            },
4616
            "require": {
4617
                "omnipay/2checkout": "~2.0",
4618
                "omnipay/authorizenet": "~2.0",
4619
                "omnipay/buckaroo": "~2.0",
4620
                "omnipay/cardsave": "~2.0",
4621
                "omnipay/coinbase": "~2.0",
4622
                "omnipay/common": "~2.3.0",
4623
                "omnipay/dummy": "~2.0",
4624
                "omnipay/eway": "~2.0",
4625
                "omnipay/firstdata": "~2.0",
4626
                "omnipay/gocardless": "~2.0",
4627
                "omnipay/manual": "~2.0",
4628
                "omnipay/migs": "~2.0",
4629
                "omnipay/mollie": "~3.0",
4630
                "omnipay/multisafepay": "~2.0",
4631
                "omnipay/netaxept": "~2.0",
4632
                "omnipay/netbanx": "~2.0",
4633
                "omnipay/payfast": "~2.0",
4634
                "omnipay/payflow": "~2.0",
4635
                "omnipay/paymentexpress": "~2.0",
4636
                "omnipay/paypal": "~2.0",
4637
                "omnipay/pin": "~2.0",
4638
                "omnipay/sagepay": "~2.0",
4639
                "omnipay/securepay": "~2.0",
4640
                "omnipay/stripe": "~2.0",
4641
                "omnipay/targetpay": "~2.0",
4642
                "omnipay/worldpay": "~2.0"
4643
            },
4644
            "require-dev": {
4645
                "omnipay/tests": "~2.0"
4646
            },
4647
            "type": "metapackage",
4648
            "extra": {
4649
                "branch-alias": {
4650
                    "dev-master": "2.0.x-dev"
4651
                }
4652
            },
4653
            "notification-url": "https://packagist.org/downloads/",
4654
            "license": [
4655
                "MIT"
4656
            ],
4657
            "authors": [
4658
                {
4659
                    "name": "Adrian Macneil",
4660
                    "email": "[email protected]"
4661
                },
4662
                {
4663
                    "name": "Omnipay Community",
4664
                    "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
4665
                }
4666
            ],
4667
            "description": "Includes Omnipay payment processing library and all officially supported gateways",
4668
            "homepage": "https://github.com/thephpleague/omnipay",
4669
            "keywords": [
4670
                "2checkout",
4671
                "2co",
4672
                "auth.net",
4673
                "authorize",
4674
                "authorize.net",
4675
                "buckaroo",
4676
                "cardsave",
4677
                "coinbase",
4678
                "commweb",
4679
                "dps",
4680
                "egate",
4681
                "eway",
4682
                "express",
4683
                "first data",
4684
                "firstdata",
4685
                "gateway",
4686
                "gocardless",
4687
                "ideal",
4688
                "merchant",
4689
                "migs",
4690
                "mollie",
4691
                "multisafepay",
4692
                "netaxept",
4693
                "netbanx",
4694
                "pay",
4695
                "payfast",
4696
                "payflow",
4697
                "payment",
4698
                "paymentexpress",
4699
                "paypal",
4700
                "pin",
4701
                "purchase",
4702
                "rapid",
4703
                "sagepay",
4704
                "securepay",
4705
                "stripe",
4706
                "tala",
4707
                "tala-payments",
4708
                "targetpay",
4709
                "twocheckout",
4710
                "worldpay"
4711
            ],
4712
            "time": "2014-12-10 13:55:00"
4713
        },
4714
        {
4715
            "name": "omnipay/payfast",
4716
            "version": "v2.1.1",
4717
            "source": {
4718
                "type": "git",
4719
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
4720
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
4721
            },
4722
            "dist": {
4723
                "type": "zip",
4724
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4725
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4726
                "shasum": ""
4727
            },
4728
            "require": {
4729
                "omnipay/common": "~2.0"
4730
            },
4731
            "require-dev": {
4732
                "omnipay/tests": "~2.0"
4733
            },
4734
            "type": "library",
4735
            "extra": {
4736
                "branch-alias": {
4737
                    "dev-master": "2.0.x-dev"
4738
                }
4739
            },
4740
            "autoload": {
4741
                "psr-4": {
4742
                    "Omnipay\\PayFast\\": "src/"
4743
                }
4744
            },
4745
            "notification-url": "https://packagist.org/downloads/",
4746
            "license": [
4747
                "MIT"
4748
            ],
4749
            "authors": [
4750
                {
4751
                    "name": "Adrian Macneil",
4752
                    "email": "[email protected]"
4753
                },
4754
                {
4755
                    "name": "Omnipay Contributors",
4756
                    "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
4757
                }
4758
            ],
4759
            "description": "PayFast driver for the Omnipay payment processing library",
4760
            "homepage": "https://github.com/thephpleague/omnipay-payfast",
4761
            "keywords": [
4762
                "gateway",
4763
                "merchant",
4764
                "omnipay",
4765
                "pay",
4766
                "payfast",
4767
                "payment"
4768
            ],
4769
            "time": "2014-09-17 00:39:04"
4770
        },
4771
        {
4772
            "name": "omnipay/payflow",
4773
            "version": "2.2.0",
4774
            "source": {
4775
                "type": "git",
4776
                "url": "https://github.com/thephpleague/omnipay-payflow.git",
4777
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
4778
            },
4779
            "dist": {
4780
                "type": "zip",
4781
                "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4782
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4783
                "shasum": ""
4784
            },
4785
            "require": {
4786
                "omnipay/common": "~2.0"
4787
            },
4788
            "require-dev": {
4789
                "omnipay/tests": "~2.0"
4790
            },
4791
            "type": "library",
4792
            "extra": {
4793
                "branch-alias": {
4794
                    "dev-master": "2.0.x-dev"
4795
                }
4796
            },
4797
            "autoload": {
4798
                "psr-4": {
4799
                    "Omnipay\\Payflow\\": "src/"
4800
                }
4801
            },
4802
            "notification-url": "https://packagist.org/downloads/",
4803
            "license": [
4804
                "MIT"
4805
            ],
4806
            "authors": [
4807
                {
4808
                    "name": "Adrian Macneil",
4809
                    "email": "[email protected]"
4810
                },
4811
                {
4812
                    "name": "Omnipay Contributors",
4813
                    "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
4814
                }
4815
            ],
4816
            "description": "Payflow driver for the Omnipay payment processing library",
4817
            "homepage": "https://github.com/thephpleague/omnipay-payflow",
4818
            "keywords": [
4819
                "gateway",
4820
                "merchant",
4821
                "omnipay",
4822
                "pay",
4823
                "payflow",
4824
                "payment"
4825
            ],
4826
            "time": "2015-11-03 20:55:42"
4827
        },
4828
        {
4829
            "name": "omnipay/paymentexpress",
4830
            "version": "v2.1.2",
4831
            "source": {
4832
                "type": "git",
4833
                "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
4834
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
4835
            },
4836
            "dist": {
4837
                "type": "zip",
4838
                "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
4839
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
4840
                "shasum": ""
4841
            },
4842
            "require": {
4843
                "omnipay/common": "~2.0"
4844
            },
4845
            "require-dev": {
4846
                "omnipay/tests": "~2.0"
4847
            },
4848
            "type": "library",
4849
            "extra": {
4850
                "branch-alias": {
4851
                    "dev-master": "2.0.x-dev"
4852
                }
4853
            },
4854
            "autoload": {
4855
                "psr-4": {
4856
                    "Omnipay\\PaymentExpress\\": "src/"
4857
                }
4858
            },
4859
            "notification-url": "https://packagist.org/downloads/",
4860
            "license": [
4861
                "MIT"
4862
            ],
4863
            "authors": [
4864
                {
4865
                    "name": "Adrian Macneil",
4866
                    "email": "[email protected]"
4867
                },
4868
                {
4869
                    "name": "Omnipay Contributors",
4870
                    "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
4871
                }
4872
            ],
4873
            "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
4874
            "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
4875
            "keywords": [
4876
                "direct payment solutions",
4877
                "dps",
4878
                "gateway",
4879
                "merchant",
4880
                "omnipay",
4881
                "pay",
4882
                "payment",
4883
                "payment express",
4884
                "paymentexpress",
4885
                "pxaccess",
4886
                "pxpay",
4887
                "pxpost"
4888
            ],
4889
            "time": "2015-04-03 00:20:28"
4890
        },
4891
        {
4892
            "name": "omnipay/paypal",
4893
            "version": "v2.4.3",
4894
            "source": {
4895
                "type": "git",
4896
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
4897
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224"
4898
            },
4899
            "dist": {
4900
                "type": "zip",
4901
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4902
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4903
                "shasum": ""
4904
            },
4905
            "require": {
4906
                "omnipay/common": "~2.0"
4907
            },
4908
            "require-dev": {
4909
                "omnipay/tests": "~2.0"
4910
            },
4911
            "type": "library",
4912
            "extra": {
4913
                "branch-alias": {
4914
                    "dev-master": "2.3.x-dev"
4915
                }
4916
            },
4917
            "autoload": {
4918
                "psr-4": {
4919
                    "Omnipay\\PayPal\\": "src/"
4920
                }
4921
            },
4922
            "notification-url": "https://packagist.org/downloads/",
4923
            "license": [
4924
                "MIT"
4925
            ],
4926
            "authors": [
4927
                {
4928
                    "name": "Adrian Macneil",
4929
                    "email": "[email protected]"
4930
                },
4931
                {
4932
                    "name": "Omnipay Contributors",
4933
                    "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
4934
                }
4935
            ],
4936
            "description": "PayPal gateway for Omnipay payment processing library",
4937
            "homepage": "https://github.com/thephpleague/omnipay-paypal",
4938
            "keywords": [
4939
                "gateway",
4940
                "merchant",
4941
                "omnipay",
4942
                "pay",
4943
                "payment",
4944
                "paypal",
4945
                "purchase"
4946
            ],
4947
            "time": "2015-07-08 17:27:39"
4948
        },
4949
        {
4950
            "name": "omnipay/pin",
4951
            "version": "v2.1.0",
4952
            "source": {
4953
                "type": "git",
4954
                "url": "https://github.com/omnipay/pin.git",
4955
                "reference": "04e778e9689882d4c40419263014068b69b93168"
4956
            },
4957
            "dist": {
4958
                "type": "zip",
4959
                "url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
4960
                "reference": "04e778e9689882d4c40419263014068b69b93168",
4961
                "shasum": ""
4962
            },
4963
            "require": {
4964
                "omnipay/common": "~2.0"
4965
            },
4966
            "require-dev": {
4967
                "omnipay/tests": "~2.0"
4968
            },
4969
            "type": "library",
4970
            "extra": {
4971
                "branch-alias": {
4972
                    "dev-master": "2.0.x-dev"
4973
                }
4974
            },
4975
            "autoload": {
4976
                "psr-4": {
4977
                    "Omnipay\\Pin\\": "src/"
4978
                }
4979
            },
4980
            "notification-url": "https://packagist.org/downloads/",
4981
            "license": [
4982
                "MIT"
4983
            ],
4984
            "authors": [
4985
                {
4986
                    "name": "Adrian Macneil",
4987
                    "email": "[email protected]"
4988
                },
4989
                {
4990
                    "name": "Omnipay Contributors",
4991
                    "homepage": "https://github.com/omnipay/pin/contributors"
4992
                }
4993
            ],
4994
            "description": "Pin Payments driver for the Omnipay payment processing library",
4995
            "homepage": "https://github.com/omnipay/pin",
4996
            "keywords": [
4997
                "gateway",
4998
                "merchant",
4999
                "omnipay",
5000
                "pay",
5001
                "payment",
5002
                "pin"
5003
            ],
5004
            "time": "2014-04-14 11:26:15"
5005
        },
5006
        {
5007
            "name": "omnipay/sagepay",
5008
            "version": "v2.2.0",
5009
            "source": {
5010
                "type": "git",
5011
                "url": "https://github.com/thephpleague/omnipay-sagepay.git",
5012
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
5013
            },
5014
            "dist": {
5015
                "type": "zip",
5016
                "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
5017
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
5018
                "shasum": ""
5019
            },
5020
            "require": {
5021
                "omnipay/common": "~2.0"
5022
            },
5023
            "require-dev": {
5024
                "omnipay/tests": "~2.0"
5025
            },
5026
            "type": "library",
5027
            "extra": {
5028
                "branch-alias": {
5029
                    "dev-master": "2.0.x-dev"
5030
                }
5031
            },
5032
            "autoload": {
5033
                "psr-4": {
5034
                    "Omnipay\\SagePay\\": "src/"
5035
                }
5036
            },
5037
            "notification-url": "https://packagist.org/downloads/",
5038
            "license": [
5039
                "MIT"
5040
            ],
5041
            "authors": [
5042
                {
5043
                    "name": "Adrian Macneil",
5044
                    "email": "[email protected]"
5045
                },
5046
                {
5047
                    "name": "Omnipay Contributors",
5048
                    "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
5049
                }
5050
            ],
5051
            "description": "Sage Pay driver for the Omnipay PHP payment processing library",
5052
            "homepage": "https://github.com/thephpleague/omnipay-sagepay",
5053
            "keywords": [
5054
                "gateway",
5055
                "merchant",
5056
                "omnipay",
5057
                "pay",
5058
                "payment",
5059
                "purchase",
5060
                "sage pay",
5061
                "sagepay"
5062
            ],
5063
            "time": "2015-04-02 17:46:20"
5064
        },
5065
        {
5066
            "name": "omnipay/securepay",
5067
            "version": "v2.1.0",
5068
            "source": {
5069
                "type": "git",
5070
                "url": "https://github.com/omnipay/securepay.git",
5071
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
5072
            },
5073
            "dist": {
5074
                "type": "zip",
5075
                "url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5076
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
5077
                "shasum": ""
5078
            },
5079
            "require": {
5080
                "omnipay/common": "~2.0"
5081
            },
5082
            "require-dev": {
5083
                "omnipay/tests": "~2.0"
5084
            },
5085
            "type": "library",
5086
            "extra": {
5087
                "branch-alias": {
5088
                    "dev-master": "2.0.x-dev"
5089
                }
5090
            },
5091
            "autoload": {
5092
                "psr-4": {
5093
                    "Omnipay\\SecurePay\\": "src/"
5094
                }
5095
            },
5096
            "notification-url": "https://packagist.org/downloads/",
5097
            "license": [
5098
                "MIT"
5099
            ],
5100
            "authors": [
5101
                {
5102
                    "name": "Adrian Macneil",
5103
                    "email": "[email protected]"
5104
                },
5105
                {
5106
                    "name": "Omnipay Contributors",
5107
                    "homepage": "https://github.com/omnipay/securepay/contributors"
5108
                }
5109
            ],
5110
            "description": "SecurePay driver for the Omnipay payment processing library",
5111
            "homepage": "https://github.com/omnipay/securepay",
5112
            "keywords": [
5113
                "gateway",
5114
                "merchant",
5115
                "omnipay",
5116
                "pay",
5117
                "payment",
5118
                "securepay"
5119
            ],
5120
            "time": "2014-04-14 11:26:20"
5121
        },
5122
        {
5123
            "name": "omnipay/stripe",
5124
            "version": "v2.3.0",
5125
            "source": {
5126
                "type": "git",
5127
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
5128
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
5129
            },
5130
            "dist": {
5131
                "type": "zip",
5132
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5133
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
5134
                "shasum": ""
5135
            },
5136
            "require": {
5137
                "omnipay/common": "~2.0"
5138
            },
5139
            "require-dev": {
5140
                "omnipay/tests": "~2.0"
5141
            },
5142
            "type": "library",
5143
            "extra": {
5144
                "branch-alias": {
5145
                    "dev-master": "2.0.x-dev"
5146
                }
5147
            },
5148
            "autoload": {
5149
                "psr-4": {
5150
                    "Omnipay\\Stripe\\": "src/"
5151
                }
5152
            },
5153
            "notification-url": "https://packagist.org/downloads/",
5154
            "license": [
5155
                "MIT"
5156
            ],
5157
            "authors": [
5158
                {
5159
                    "name": "Adrian Macneil",
5160
                    "email": "[email protected]"
5161
                },
5162
                {
5163
                    "name": "Omnipay Contributors",
5164
                    "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5165
                }
5166
            ],
5167
            "description": "Stripe driver for the Omnipay payment processing library",
5168
            "homepage": "https://github.com/thephpleague/omnipay-stripe",
5169
            "keywords": [
5170
                "gateway",
5171
                "merchant",
5172
                "omnipay",
5173
                "pay",
5174
                "payment",
5175
                "stripe"
5176
            ],
5177
            "time": "2015-11-10 16:17:35"
5178
        },
5179
        {
5180
            "name": "omnipay/targetpay",
5181
            "version": "v2.2.1",
5182
            "source": {
5183
                "type": "git",
5184
                "url": "https://github.com/thephpleague/omnipay-targetpay.git",
5185
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
5186
            },
5187
            "dist": {
5188
                "type": "zip",
5189
                "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5190
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5191
                "shasum": ""
5192
            },
5193
            "require": {
5194
                "omnipay/common": "~2.0"
5195
            },
5196
            "require-dev": {
5197
                "omnipay/tests": "~2.0"
5198
            },
5199
            "type": "library",
5200
            "extra": {
5201
                "branch-alias": {
5202
                    "dev-master": "2.0.x-dev"
5203
                }
5204
            },
5205
            "autoload": {
5206
                "psr-4": {
5207
                    "Omnipay\\TargetPay\\": "src/"
5208
                }
5209
            },
5210
            "notification-url": "https://packagist.org/downloads/",
5211
            "license": [
5212
                "MIT"
5213
            ],
5214
            "authors": [
5215
                {
5216
                    "name": "Adrian Macneil",
5217
                    "email": "[email protected]"
5218
                },
5219
                {
5220
                    "name": "Omnipay Contributors",
5221
                    "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
5222
                }
5223
            ],
5224
            "description": "TargetPay driver for the Omnipay payment processing library",
5225
            "homepage": "https://github.com/thephpleague/omnipay-targetpay",
5226
            "keywords": [
5227
                "gateway",
5228
                "merchant",
5229
                "omnipay",
5230
                "pay",
5231
                "payment",
5232
                "targetpay"
5233
            ],
5234
            "time": "2014-09-17 00:38:39"
5235
        },
5236
        {
5237
            "name": "omnipay/worldpay",
5238
            "version": "v2.1.1",
5239
            "source": {
5240
                "type": "git",
5241
                "url": "https://github.com/thephpleague/omnipay-worldpay.git",
5242
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
5243
            },
5244
            "dist": {
5245
                "type": "zip",
5246
                "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
5247
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
5248
                "shasum": ""
5249
            },
5250
            "require": {
5251
                "omnipay/common": "~2.0"
5252
            },
5253
            "require-dev": {
5254
                "omnipay/tests": "~2.0"
5255
            },
5256
            "type": "library",
5257
            "extra": {
5258
                "branch-alias": {
5259
                    "dev-master": "2.0.x-dev"
5260
                }
5261
            },
5262
            "autoload": {
5263
                "psr-4": {
5264
                    "Omnipay\\WorldPay\\": "src/"
5265
                }
5266
            },
5267
            "notification-url": "https://packagist.org/downloads/",
5268
            "license": [
5269
                "MIT"
5270
            ],
5271
            "authors": [
5272
                {
5273
                    "name": "Adrian Macneil",
5274
                    "email": "[email protected]"
5275
                },
5276
                {
5277
                    "name": "Omnipay Contributors",
5278
                    "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
5279
                }
5280
            ],
5281
            "description": "WorldPay driver for the Omnipay payment processing library",
5282
            "homepage": "https://github.com/thephpleague/omnipay-worldpay",
5283
            "keywords": [
5284
                "gateway",
5285
                "merchant",
5286
                "omnipay",
5287
                "pay",
5288
                "payment",
5289
                "worldpay"
5290
            ],
5291
            "time": "2014-09-17 00:37:18"
5292
        },
5293
        {
5294
            "name": "pagerfanta/pagerfanta",
5295
            "version": "v1.0.3",
5296
            "source": {
5297
                "type": "git",
5298
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
5299
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
5300
            },
5301
            "dist": {
5302
                "type": "zip",
5303
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
5304
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
5305
                "shasum": ""
5306
            },
5307
            "require": {
5308
                "php": ">=5.3.0"
5309
            },
5310
            "require-dev": {
5311
                "doctrine/orm": "~2.3",
5312
                "doctrine/phpcr-odm": "1.*",
5313
                "jackalope/jackalope-doctrine-dbal": "1.*",
5314
                "jmikola/geojson": "~1.0",
5315
                "mandango/mandango": "~1.0@dev",
5316
                "mandango/mondator": "~1.0@dev",
5317
                "phpunit/phpunit": "~4",
5318
                "propel/propel1": "~1.6",
5319
                "ruflin/elastica": "~1.3",
5320
                "solarium/solarium": "~3.1"
5321
            },
5322
            "suggest": {
5323
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5324
                "doctrine/orm": "To use the DoctrineORMAdapter.",
5325
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5326
                "mandango/mandango": "To use the MandangoAdapter.",
5327
                "propel/propel1": "To use the PropelAdapter",
5328
                "solarium/solarium": "To use the SolariumAdapter."
5329
            },
5330
            "type": "library",
5331
            "extra": {
5332
                "branch-alias": {
5333
                    "dev-master": "1.0.x-dev"
5334
                }
5335
            },
5336
            "autoload": {
5337
                "psr-0": {
5338
                    "Pagerfanta\\": "src/"
5339
                }
5340
            },
5341
            "notification-url": "https://packagist.org/downloads/",
5342
            "license": [
5343
                "MIT"
5344
            ],
5345
            "authors": [
5346
                {
5347
                    "name": "Pablo Díez",
5348
                    "email": "[email protected]"
5349
                }
5350
            ],
5351
            "description": "Pagination for PHP 5.3",
5352
            "keywords": [
5353
                "page",
5354
                "pagination",
5355
                "paginator",
5356
                "paging"
5357
            ],
5358
            "time": "2014-10-06 10:57:25"
5359
        },
5360
        {
5361
            "name": "payum/iso4217",
5362
            "version": "1.0.0",
5363
            "source": {
5364
                "type": "git",
5365
                "url": "https://github.com/Payum/iso4217.git",
5366
                "reference": "265c01a8c228f3c75b053353328769780a0a3321"
5367
            },
5368
            "dist": {
5369
                "type": "zip",
5370
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/265c01a8c228f3c75b053353328769780a0a3321",
5371
                "reference": "265c01a8c228f3c75b053353328769780a0a3321",
5372
                "shasum": ""
5373
            },
5374
            "require": {
5375
                "php": ">=5.3"
5376
            },
5377
            "require-dev": {
5378
                "phpunit/phpunit": "~4.0"
5379
            },
5380
            "type": "library",
5381
            "extra": {
5382
                "branch-alias": {
5383
                    "dev-master": "1.0.x-dev"
5384
                }
5385
            },
5386
            "autoload": {
5387
                "psr-4": {
5388
                    "Payum\\ISO4217\\": "."
5389
                }
5390
            },
5391
            "notification-url": "https://packagist.org/downloads/",
5392
            "license": [
5393
                "MIT"
5394
            ],
5395
            "authors": [
5396
                {
5397
                    "name": "Rob Bast",
5398
                    "email": "[email protected]"
5399
                },
5400
                {
5401
                    "name": "Community contributions",
5402
                    "homepage": "https://github.com/Payum/Payum/contributors"
5403
                },
5404
                {
5405
                    "name": "Kotlyar Maksim",
5406
                    "email": "[email protected]"
5407
                },
5408
                {
5409
                    "name": "Payum project",
5410
                    "homepage": "http://payum.org/"
5411
                }
5412
            ],
5413
            "description": "ISO 4217 PHP Library",
5414
            "homepage": "http://payum.org",
5415
            "keywords": [
5416
                "4217",
5417
                "ISO 4217",
5418
                "currencies",
5419
                "iso",
5420
                "library"
5421
            ],
5422
            "time": "2015-04-14 17:23:40"
5423
        },
5424
        {
5425
            "name": "payum/omnipay-bridge",
5426
            "version": "1.0.1",
5427
            "source": {
5428
                "type": "git",
5429
                "url": "https://github.com/Payum/OmnipayBridge.git",
5430
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8"
5431
            },
5432
            "dist": {
5433
                "type": "zip",
5434
                "url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/b3164103d402002c0aab24a43d80badf03e91ed8",
5435
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8",
5436
                "shasum": ""
5437
            },
5438
            "require": {
5439
                "omnipay/common": "~2.3",
5440
                "payum/core": "1.0.*@dev",
5441
                "php": ">=5.5.0"
5442
            },
5443
            "require-dev": {
5444
                "omnipay/dummy": "~2.0",
5445
                "phpunit/phpunit": "~4.0"
5446
            },
5447
            "type": "library",
5448
            "extra": {
5449
                "branch-alias": {
5450
                    "dev-master": "1.0-dev"
5451
                }
5452
            },
5453
            "autoload": {
5454
                "psr-4": {
5455
                    "Payum\\OmnipayBridge\\": "src"
5456
                }
5457
            },
5458
            "notification-url": "https://packagist.org/downloads/",
5459
            "license": [
5460
                "MIT"
5461
            ],
5462
            "authors": [
5463
                {
5464
                    "name": "Community contributions",
5465
                    "homepage": "https://github.com/Payum/OmnipayBridge/contributors"
5466
                },
5467
                {
5468
                    "name": "Kotlyar Maksim",
5469
                    "email": "[email protected]"
5470
                },
5471
                {
5472
                    "name": "Payum project",
5473
                    "homepage": "http://payum.org/"
5474
                }
5475
            ],
5476
            "description": "This  bridge allows you to use omnipay gateways but in payum like way.",
5477
            "homepage": "https://github.com/Payum/OmnipayBridge",
5478
            "keywords": [
5479
                "omnipay",
5480
                "payment"
5481
            ],
5482
            "time": "2015-11-27 21:37:17"
5483
        },
5484
        {
5485
            "name": "payum/payum",
5486
            "version": "1.0.0",
5487
            "source": {
5488
                "type": "git",
5489
                "url": "https://github.com/Payum/Payum.git",
5490
                "reference": "df32af9076820fc83053428004e5a3774a153a3a"
5491
            },
5492
            "dist": {
5493
                "type": "zip",
5494
                "url": "https://api.github.com/repos/Payum/Payum/zipball/df32af9076820fc83053428004e5a3774a153a3a",
5495
                "reference": "df32af9076820fc83053428004e5a3774a153a3a",
5496
                "shasum": ""
5497
            },
5498
            "require": {
5499
                "guzzlehttp/guzzle": "~6.0",
5500
                "league/url": "~3.0",
5501
                "payum/iso4217": "~1.0",
5502
                "php": ">=5.5.0",
5503
                "twig/twig": "~1.0"
5504
            },
5505
            "replace": {
5506
                "payum/authorize-net-aim": "self.version",
5507
                "payum/be2bill": "self.version",
5508
                "payum/core": "self.version",
5509
                "payum/klarna-checkout": "self.version",
5510
                "payum/klarna-invoice": "self.version",
5511
                "payum/offline": "self.version",
5512
                "payum/payex": "self.version",
5513
                "payum/paypal-express-checkout-nvp": "self.version",
5514
                "payum/paypal-ipn": "self.version",
5515
                "payum/paypal-pro-checkout-nvp": "self.version",
5516
                "payum/paypal-rest": "self.version",
5517
                "payum/stripe": "self.version"
5518
            },
5519
            "require-dev": {
5520
                "authorizenet/authorizenet": "~1.8",
5521
                "doctrine/mongodb": "1.0.*@dev",
5522
                "doctrine/mongodb-odm": "1.0.*@dev",
5523
                "doctrine/orm": "2.3.*",
5524
                "ext-curl": "*",
5525
                "ext-pdo_sqlite": "*",
5526
                "ext-soap": "*",
5527
                "fp/klarna-invoice": "0.1.*",
5528
                "klarna/checkout": "~1|~2.0",
5529
                "omnipay/dummy": "~2.0",
5530
                "paypal/rest-api-sdk-php": "0.5.*",
5531
                "payum/omnipay-bridge": "~1.0@dev",
5532
                "phpunit/phpunit": "~4.0",
5533
                "propel/propel1": "~1.7",
5534
                "psr/log": "~1.0",
5535
                "stripe/stripe-php": "~1.0",
5536
                "symfony/form": "~2.3",
5537
                "symfony/http-foundation": "~2.3",
5538
                "symfony/http-kernel": "~2.3",
5539
                "symfony/routing": "~2.3",
5540
                "symfony/validator": "~2.6",
5541
                "zendframework/zend-db": "~2"
5542
            },
5543
            "suggest": {
5544
                "authorizenet/authorizenet": "If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
5545
                "doctrine/mongodb-odm": "If you want to store models to mongo doctrin2 ODM",
5546
                "doctrine/orm": "If you want to store models to database using doctrin2 ORM",
5547
                "ext-soap": "If you want to use Payex install ext-soap:* library",
5548
                "fp/klarna-invoice": "If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
5549
                "klarna/checkout": "If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
5550
                "monolog/monolog": "In case you want to use PSR-3 logger",
5551
                "paypal/rest-api-sdk-php": "If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
5552
                "propel/propel": "If you want to store models to Propel2 ORM",
5553
                "propel/propel1": "If you want to store models to Propel1 ORM",
5554
                "stripe/stripe-php": "If you want to use Stripe install stripe/stripe-php:~1.0 library",
5555
                "symfony/form": "If you want to use forms",
5556
                "symfony/http-foundation": "If you want to use HttpRequestVerifier or HttpResponse reply from symfony's bridge",
5557
                "symfony/http-kernel": "If you want to use HttpRequestVerifier from symfony's bridge",
5558
                "symfony/routing": "If you want to use TokenFactory from symfony's bridge",
5559
                "zendframework/zend-db": "If you want to store models to Zend Db ORM"
5560
            },
5561
            "type": "library",
5562
            "extra": {
5563
                "branch-alias": {
5564
                    "dev-master": "1.0-dev"
5565
                }
5566
            },
5567
            "autoload": {
5568
                "psr-0": {
5569
                    "Payum": "src/"
5570
                }
5571
            },
5572
            "notification-url": "https://packagist.org/downloads/",
5573
            "license": [
5574
                "MIT"
5575
            ],
5576
            "authors": [
5577
                {
5578
                    "name": "Community contributions",
5579
                    "homepage": "https://github.com/Payum/Payum/contributors"
5580
                },
5581
                {
5582
                    "name": "Kotlyar Maksim",
5583
                    "email": "[email protected]"
5584
                },
5585
                {
5586
                    "name": "Payum project",
5587
                    "homepage": "http://payum.org/"
5588
                }
5589
            ],
5590
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
5591
            "homepage": "http://payum.org",
5592
            "keywords": [
5593
                "authorize.net",
5594
                "be2bill",
5595
                "instant payment notification",
5596
                "ipn",
5597
                "jms payment",
5598
                "payex",
5599
                "payment",
5600
                "paypal",
5601
                "paypal digital goods",
5602
                "paypal express",
5603
                "paypal pro",
5604
                "paypal rest",
5605
                "recurring payment",
5606
                "stripe",
5607
                "stripe checkout",
5608
                "stripe.js"
5609
            ],
5610
            "time": "2015-11-09 09:29:05"
5611
        },
5612
        {
5613
            "name": "payum/payum-bundle",
5614
            "version": "1.0.1",
5615
            "source": {
5616
                "type": "git",
5617
                "url": "https://github.com/Payum/PayumBundle.git",
5618
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea"
5619
            },
5620
            "dist": {
5621
                "type": "zip",
5622
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5623
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5624
                "shasum": ""
5625
            },
5626
            "require": {
5627
                "payum/core": "1.0.*@dev",
5628
                "php": ">=5.5.0",
5629
                "symfony/form": "~2.7",
5630
                "symfony/framework-bundle": "~2.7",
5631
                "symfony/twig-bundle": "~2.7",
5632
                "symfony/validator": "~2.7"
5633
            },
5634
            "require-dev": {
5635
                "doctrine/orm": "2.3.*",
5636
                "ext-curl": "*",
5637
                "ext-pdo_sqlite": "*",
5638
                "ext-soap": "*",
5639
                "fp/klarna-invoice": "0.1.*",
5640
                "klarna/checkout": "~1|~2.0",
5641
                "omnipay/dummy": "~2.0",
5642
                "omnipay/paypal": "~2.0",
5643
                "omnipay/stripe": "~2.0",
5644
                "paypal/rest-api-sdk-php": "0.5.*",
5645
                "payum/jms-payment-bridge": "1.0.*@dev",
5646
                "payum/omnipay-bridge": "1.0.*@dev",
5647
                "payum/payum": "1.0.*@dev",
5648
                "phpunit/phpunit": "~4.0",
5649
                "sonata-project/admin-bundle": "~2.0",
5650
                "stripe/stripe-php": "~1.0",
5651
                "symfony/browser-kit": "~2.7",
5652
                "symfony/class-loader": "~2.7",
5653
                "symfony/expression-language": "~2.7",
5654
                "symfony/phpunit-bridge": "~2.7",
5655
                "twig/twig": "~1.16"
5656
            },
5657
            "suggest": {
5658
                "sonata-project/admin-bundle": "If you want to configure payments in the backend."
5659
            },
5660
            "type": "symfony-bundle",
5661
            "extra": {
5662
                "branch-alias": {
5663
                    "dev-master": "1.0-dev"
5664
                }
5665
            },
5666
            "autoload": {
5667
                "psr-4": {
5668
                    "Payum\\Bundle\\PayumBundle\\": ""
5669
                }
5670
            },
5671
            "notification-url": "https://packagist.org/downloads/",
5672
            "license": [
5673
                "MIT"
5674
            ],
5675
            "authors": [
5676
                {
5677
                    "name": "Community contributions",
5678
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
5679
                },
5680
                {
5681
                    "name": "Kotlyar Maksim",
5682
                    "email": "[email protected]"
5683
                },
5684
                {
5685
                    "name": "Payum project",
5686
                    "homepage": "http://payum.org/"
5687
                }
5688
            ],
5689
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
5690
            "homepage": "http://payum.org",
5691
            "keywords": [
5692
                "authorize.net",
5693
                "be2bill",
5694
                "instant notifications",
5695
                "klarna",
5696
                "offline",
5697
                "omnipay",
5698
                "payex",
5699
                "payment",
5700
                "paypal",
5701
                "paypal express checkout",
5702
                "paypal pro checkout",
5703
                "recurring payment",
5704
                "stripe",
5705
                "stripe checkout",
5706
                "stripe.js",
5707
                "symfony"
5708
            ],
5709
            "time": "2015-11-27 22:13:27"
5710
        },
5711
        {
5712
            "name": "phpcollection/phpcollection",
5713
            "version": "0.4.0",
5714
            "source": {
5715
                "type": "git",
5716
                "url": "https://github.com/schmittjoh/php-collection.git",
5717
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
5718
            },
5719
            "dist": {
5720
                "type": "zip",
5721
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
5722
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
5723
                "shasum": ""
5724
            },
5725
            "require": {
5726
                "phpoption/phpoption": "1.*"
5727
            },
5728
            "type": "library",
5729
            "extra": {
5730
                "branch-alias": {
5731
                    "dev-master": "0.3-dev"
5732
                }
5733
            },
5734
            "autoload": {
5735
                "psr-0": {
5736
                    "PhpCollection": "src/"
5737
                }
5738
            },
5739
            "notification-url": "https://packagist.org/downloads/",
5740
            "license": [
5741
                "Apache2"
5742
            ],
5743
            "authors": [
5744
                {
5745
                    "name": "Johannes M. Schmitt",
5746
                    "email": "[email protected]",
5747
                    "homepage": "http://jmsyst.com",
5748
                    "role": "Developer of wrapped JMSSerializerBundle"
5749
                }
5750
            ],
5751
            "description": "General-Purpose Collection Library for PHP",
5752
            "keywords": [
5753
                "collection",
5754
                "list",
5755
                "map",
5756
                "sequence",
5757
                "set"
5758
            ],
5759
            "time": "2014-03-11 13:46:42"
5760
        },
5761
        {
5762
            "name": "phpcr/phpcr",
5763
            "version": "2.1.2",
5764
            "source": {
5765
                "type": "git",
5766
                "url": "https://github.com/phpcr/phpcr.git",
5767
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e"
5768
            },
5769
            "dist": {
5770
                "type": "zip",
5771
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
5772
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e",
5773
                "shasum": ""
5774
            },
5775
            "require": {
5776
                "php": ">=5.3.0"
5777
            },
5778
            "type": "library",
5779
            "extra": {
5780
                "branch-alias": {
5781
                    "dev-master": "2.1-dev"
5782
                }
5783
            },
5784
            "autoload": {
5785
                "psr-0": {
5786
                    "PHPCR": "src"
5787
                }
5788
            },
5789
            "notification-url": "https://packagist.org/downloads/",
5790
            "license": [
5791
                "MIT",
5792
                "Apache-2.0"
5793
            ],
5794
            "authors": [
5795
                {
5796
                    "name": "Lukas Kahwe Smith",
5797
                    "email": "[email protected]"
5798
                },
5799
                {
5800
                    "name": "David Buchmann",
5801
                    "email": "[email protected]"
5802
                },
5803
                {
5804
                    "name": "Karsten Dambekalns",
5805
                    "email": "[email protected]"
5806
                }
5807
            ],
5808
            "description": "PHP Content Repository interfaces",
5809
            "homepage": "http://phpcr.github.io",
5810
            "keywords": [
5811
                "contentrepository",
5812
                "phpcr"
5813
            ],
5814
            "time": "2014-12-08 09:40:30"
5815
        },
5816
        {
5817
            "name": "phpcr/phpcr-utils",
5818
            "version": "1.2.8",
5819
            "source": {
5820
                "type": "git",
5821
                "url": "https://github.com/phpcr/phpcr-utils.git",
5822
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa"
5823
            },
5824
            "dist": {
5825
                "type": "zip",
5826
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5827
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5828
                "shasum": ""
5829
            },
5830
            "require": {
5831
                "php": ">=5.3.3",
5832
                "phpcr/phpcr": "~2.1.0",
5833
                "symfony/console": "~2.3|~3.0"
5834
            },
5835
            "conflict": {
5836
                "jackalope/jackalope-jackrabbit": "<1.2.1"
5837
            },
5838
            "suggest": {
5839
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
5840
            },
5841
            "bin": [
5842
                "bin/phpcr"
5843
            ],
5844
            "type": "library",
5845
            "extra": {
5846
                "branch-alias": {
5847
                    "dev-master": "1.2-dev"
5848
                }
5849
            },
5850
            "autoload": {
5851
                "psr-0": {
5852
                    "PHPCR\\Util": "src"
5853
                }
5854
            },
5855
            "notification-url": "https://packagist.org/downloads/",
5856
            "license": [
5857
                "MIT",
5858
                "Apache-2.0"
5859
            ],
5860
            "authors": [
5861
                {
5862
                    "name": "Lukas Kahwe Smith",
5863
                    "email": "[email protected]"
5864
                },
5865
                {
5866
                    "name": "David Buchmann",
5867
                    "email": "[email protected]"
5868
                },
5869
                {
5870
                    "name": "Nacho Martín",
5871
                    "email": "[email protected]"
5872
                },
5873
                {
5874
                    "name": "Daniel Barsotti",
5875
                    "email": "[email protected]"
5876
                }
5877
            ],
5878
            "description": "PHP Content Repository implementation independant utilities",
5879
            "homepage": "http://phpcr.github.io",
5880
            "keywords": [
5881
                "cli",
5882
                "contentrepository",
5883
                "phpcr"
5884
            ],
5885
            "time": "2015-10-10 08:53:20"
5886
        },
5887
        {
5888
            "name": "phpoption/phpoption",
5889
            "version": "1.5.0",
5890
            "source": {
5891
                "type": "git",
5892
                "url": "https://github.com/schmittjoh/php-option.git",
5893
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
5894
            },
5895
            "dist": {
5896
                "type": "zip",
5897
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5898
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5899
                "shasum": ""
5900
            },
5901
            "require": {
5902
                "php": ">=5.3.0"
5903
            },
5904
            "require-dev": {
5905
                "phpunit/phpunit": "4.7.*"
5906
            },
5907
            "type": "library",
5908
            "extra": {
5909
                "branch-alias": {
5910
                    "dev-master": "1.3-dev"
5911
                }
5912
            },
5913
            "autoload": {
5914
                "psr-0": {
5915
                    "PhpOption\\": "src/"
5916
                }
5917
            },
5918
            "notification-url": "https://packagist.org/downloads/",
5919
            "license": [
5920
                "Apache2"
5921
            ],
5922
            "authors": [
5923
                {
5924
                    "name": "Johannes M. Schmitt",
5925
                    "email": "[email protected]"
5926
                }
5927
            ],
5928
            "description": "Option Type for PHP",
5929
            "keywords": [
5930
                "language",
5931
                "option",
5932
                "php",
5933
                "type"
5934
            ],
5935
            "time": "2015-07-25 16:39:46"
5936
        },
5937
        {
5938
            "name": "polishsymfonycommunity/symfony-mocker-container",
5939
            "version": "v1.0.2",
5940
            "source": {
5941
                "type": "git",
5942
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
5943
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
5944
            },
5945
            "dist": {
5946
                "type": "zip",
5947
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
5948
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
5949
                "shasum": ""
5950
            },
5951
            "require": {
5952
                "mockery/mockery": ">=0.7.0",
5953
                "php": ">=5.3.2",
5954
                "symfony/dependency-injection": ">=2.0.0"
5955
            },
5956
            "type": "library",
5957
            "autoload": {
5958
                "psr-0": {
5959
                    "PSS\\SymfonyMockerContainer": "src/"
5960
                }
5961
            },
5962
            "notification-url": "https://packagist.org/downloads/",
5963
            "license": [
5964
                "MIT"
5965
            ],
5966
            "authors": [
5967
                {
5968
                    "name": "Polish Symfony Community",
5969
                    "homepage": "http://symfonylab.pl"
5970
                },
5971
                {
5972
                    "name": "Jakub Zalas",
5973
                    "email": "[email protected]",
5974
                    "homepage": "http://www.zalas.eu"
5975
                }
5976
            ],
5977
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
5978
            "homepage": "http://symfonylab.pl",
5979
            "keywords": [
5980
                "BDD",
5981
                "Behat",
5982
                "TDD",
5983
                "mock",
5984
                "mockery",
5985
                "test"
5986
            ],
5987
            "time": "2016-03-04 08:53:43"
5988
        },
5989
        {
5990
            "name": "psr/http-message",
5991
            "version": "1.0",
5992
            "source": {
5993
                "type": "git",
5994
                "url": "https://github.com/php-fig/http-message.git",
5995
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
5996
            },
5997
            "dist": {
5998
                "type": "zip",
5999
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
6000
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
6001
                "shasum": ""
6002
            },
6003
            "require": {
6004
                "php": ">=5.3.0"
6005
            },
6006
            "type": "library",
6007
            "extra": {
6008
                "branch-alias": {
6009
                    "dev-master": "1.0.x-dev"
6010
                }
6011
            },
6012
            "autoload": {
6013
                "psr-4": {
6014
                    "Psr\\Http\\Message\\": "src/"
6015
                }
6016
            },
6017
            "notification-url": "https://packagist.org/downloads/",
6018
            "license": [
6019
                "MIT"
6020
            ],
6021
            "authors": [
6022
                {
6023
                    "name": "PHP-FIG",
6024
                    "homepage": "http://www.php-fig.org/"
6025
                }
6026
            ],
6027
            "description": "Common interface for HTTP messages",
6028
            "keywords": [
6029
                "http",
6030
                "http-message",
6031
                "psr",
6032
                "psr-7",
6033
                "request",
6034
                "response"
6035
            ],
6036
            "time": "2015-05-04 20:22:00"
6037
        },
6038
        {
6039
            "name": "psr/log",
6040
            "version": "1.0.0",
6041
            "source": {
6042
                "type": "git",
6043
                "url": "https://github.com/php-fig/log.git",
6044
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
6045
            },
6046
            "dist": {
6047
                "type": "zip",
6048
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
6049
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
6050
                "shasum": ""
6051
            },
6052
            "type": "library",
6053
            "autoload": {
6054
                "psr-0": {
6055
                    "Psr\\Log\\": ""
6056
                }
6057
            },
6058
            "notification-url": "https://packagist.org/downloads/",
6059
            "license": [
6060
                "MIT"
6061
            ],
6062
            "authors": [
6063
                {
6064
                    "name": "PHP-FIG",
6065
                    "homepage": "http://www.php-fig.org/"
6066
                }
6067
            ],
6068
            "description": "Common interface for logging libraries",
6069
            "keywords": [
6070
                "log",
6071
                "psr",
6072
                "psr-3"
6073
            ],
6074
            "time": "2012-12-21 11:40:51"
6075
        },
6076
        {
6077
            "name": "ruflin/elastica",
6078
            "version": "2.2.1",
6079
            "source": {
6080
                "type": "git",
6081
                "url": "https://github.com/ruflin/Elastica.git",
6082
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193"
6083
            },
6084
            "dist": {
6085
                "type": "zip",
6086
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/34ca77d721f1fc7c5f3114b48d62ebec943ca193",
6087
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193",
6088
                "shasum": ""
6089
            },
6090
            "require": {
6091
                "php": ">=5.3.3",
6092
                "psr/log": "~1.0"
6093
            },
6094
            "require-dev": {
6095
                "guzzlehttp/guzzle": "5.3.*",
6096
                "munkie/elasticsearch-thrift-php": "1.4.*"
6097
            },
6098
            "suggest": {
6099
                "egeloen/http-adapter": "Allow using httpadapter transport",
6100
                "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
6101
                "monolog/monolog": "Logging request",
6102
                "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
6103
            },
6104
            "type": "library",
6105
            "extra": {
6106
                "branch-alias": {
6107
                    "dev-master": "2.2.x-dev"
6108
                }
6109
            },
6110
            "autoload": {
6111
                "psr-4": {
6112
                    "Elastica\\": "lib/Elastica/"
6113
                }
6114
            },
6115
            "notification-url": "https://packagist.org/downloads/",
6116
            "license": [
6117
                "MIT"
6118
            ],
6119
            "authors": [
6120
                {
6121
                    "name": "Nicolas Ruflin",
6122
                    "homepage": "http://ruflin.com/"
6123
                }
6124
            ],
6125
            "description": "Elasticsearch Client",
6126
            "homepage": "http://elastica.io/",
6127
            "keywords": [
6128
                "client",
6129
                "search"
6130
            ],
6131
            "time": "2015-08-10 19:35:16"
6132
        },
6133
        {
6134
            "name": "sensio/distribution-bundle",
6135
            "version": "v3.0.34",
6136
            "target-dir": "Sensio/Bundle/DistributionBundle",
6137
            "source": {
6138
                "type": "git",
6139
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
6140
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
6141
            },
6142
            "dist": {
6143
                "type": "zip",
6144
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
6145
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
6146
                "shasum": ""
6147
            },
6148
            "require": {
6149
                "php": ">=5.3.3",
6150
                "sensiolabs/security-checker": "~3.0",
6151
                "symfony/class-loader": "~2.2",
6152
                "symfony/framework-bundle": "~2.3",
6153
                "symfony/process": "~2.2"
6154
            },
6155
            "require-dev": {
6156
                "symfony/form": "~2.2",
6157
                "symfony/validator": "~2.2",
6158
                "symfony/yaml": "~2.2"
6159
            },
6160
            "suggest": {
6161
                "symfony/form": "If you want to use the configurator",
6162
                "symfony/validator": "If you want to use the configurator",
6163
                "symfony/yaml": "If you want to use  the configurator"
6164
            },
6165
            "type": "symfony-bundle",
6166
            "extra": {
6167
                "branch-alias": {
6168
                    "dev-master": "3.0.x-dev"
6169
                }
6170
            },
6171
            "autoload": {
6172
                "psr-0": {
6173
                    "Sensio\\Bundle\\DistributionBundle": ""
6174
                }
6175
            },
6176
            "notification-url": "https://packagist.org/downloads/",
6177
            "license": [
6178
                "MIT"
6179
            ],
6180
            "authors": [
6181
                {
6182
                    "name": "Fabien Potencier",
6183
                    "email": "[email protected]"
6184
                }
6185
            ],
6186
            "description": "Base bundle for Symfony Distributions",
6187
            "keywords": [
6188
                "configuration",
6189
                "distribution"
6190
            ],
6191
            "time": "2015-11-26 18:10:17"
6192
        },
6193
        {
6194
            "name": "sensiolabs/security-checker",
6195
            "version": "v3.0.2",
6196
            "source": {
6197
                "type": "git",
6198
                "url": "https://github.com/sensiolabs/security-checker.git",
6199
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
6200
            },
6201
            "dist": {
6202
                "type": "zip",
6203
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
6204
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
6205
                "shasum": ""
6206
            },
6207
            "require": {
6208
                "symfony/console": "~2.0|~3.0"
6209
            },
6210
            "bin": [
6211
                "security-checker"
6212
            ],
6213
            "type": "library",
6214
            "extra": {
6215
                "branch-alias": {
6216
                    "dev-master": "3.0-dev"
6217
                }
6218
            },
6219
            "autoload": {
6220
                "psr-0": {
6221
                    "SensioLabs\\Security": ""
6222
                }
6223
            },
6224
            "notification-url": "https://packagist.org/downloads/",
6225
            "license": [
6226
                "MIT"
6227
            ],
6228
            "authors": [
6229
                {
6230
                    "name": "Fabien Potencier",
6231
                    "email": "[email protected]"
6232
                }
6233
            ],
6234
            "description": "A security checker for your composer.lock",
6235
            "time": "2015-11-07 08:07:40"
6236
        },
6237
        {
6238
            "name": "sonata-project/block-bundle",
6239
            "version": "2.2.13",
6240
            "source": {
6241
                "type": "git",
6242
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
6243
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
6244
            },
6245
            "dist": {
6246
                "type": "zip",
6247
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6248
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6249
                "shasum": ""
6250
            },
6251
            "require": {
6252
                "doctrine/common": "~2.3",
6253
                "sonata-project/cache": "~1.0",
6254
                "sonata-project/core-bundle": "~2.2",
6255
                "symfony/form": "~2.2",
6256
                "symfony/http-kernel": "~2.2"
6257
            },
6258
            "require-dev": {
6259
                "knplabs/knp-menu-bundle": "~2.0",
6260
                "sonata-project/admin-bundle": "~2.2"
6261
            },
6262
            "suggest": {
6263
                "knplabs/knp-menu-bundle": "~2.0",
6264
                "sonata-project/admin-bundle": "~2.2",
6265
                "sonata-project/cache-bundle": "~2.1"
6266
            },
6267
            "type": "symfony-bundle",
6268
            "extra": {
6269
                "branch-alias": {
6270
                    "dev-master": "2.2.x-dev"
6271
                }
6272
            },
6273
            "autoload": {
6274
                "psr-4": {
6275
                    "Sonata\\BlockBundle\\": ""
6276
                }
6277
            },
6278
            "notification-url": "https://packagist.org/downloads/",
6279
            "license": [
6280
                "MIT"
6281
            ],
6282
            "authors": [
6283
                {
6284
                    "name": "Thomas Rabaix",
6285
                    "email": "[email protected]",
6286
                    "homepage": "http://sonata-project.org"
6287
                },
6288
                {
6289
                    "name": "Sonata Community",
6290
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
6291
                }
6292
            ],
6293
            "description": "Symfony SonataBlockBundle",
6294
            "homepage": "http://sonata-project.org/bundles/block",
6295
            "keywords": [
6296
                "block",
6297
                "sonata"
6298
            ],
6299
            "time": "2014-09-11 10:42:35"
6300
        },
6301
        {
6302
            "name": "sonata-project/cache",
6303
            "version": "1.0.6",
6304
            "source": {
6305
                "type": "git",
6306
                "url": "https://github.com/sonata-project/cache.git",
6307
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde"
6308
            },
6309
            "dist": {
6310
                "type": "zip",
6311
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6312
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6313
                "shasum": ""
6314
            },
6315
            "require-dev": {
6316
                "doctrine/orm": "~2.2",
6317
                "doctrine/phpcr-odm": "~1.0",
6318
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6319
                "predis/predis": "~0.8,<1.0",
6320
                "psr/log": "~1.0"
6321
            },
6322
            "suggest": {
6323
                "doctrine/orm": "ORM support",
6324
                "doctrine/phpcr-odm": "PHPCR ODM support",
6325
                "ext-apc": "Caching with ext/apc",
6326
                "ext-memcached": "Caching with ext/memcached",
6327
                "predis/predis": "Install redis php"
6328
            },
6329
            "type": "library",
6330
            "extra": {
6331
                "branch-alias": {
6332
                    "dev-master": "1.x-dev"
6333
                }
6334
            },
6335
            "autoload": {
6336
                "psr-4": {
6337
                    "Sonata\\Cache\\Tests\\": "test/",
6338
                    "Sonata\\Cache\\": "lib/"
6339
                }
6340
            },
6341
            "notification-url": "https://packagist.org/downloads/",
6342
            "license": [
6343
                "MIT"
6344
            ],
6345
            "authors": [
6346
                {
6347
                    "name": "Thomas Rabaix",
6348
                    "email": "[email protected]",
6349
                    "homepage": "https://sonata-project.org/"
6350
                }
6351
            ],
6352
            "description": "Cache library",
6353
            "homepage": "https://github.com/sonata-project/cache",
6354
            "keywords": [
6355
                "cache",
6356
                "memcached",
6357
                "mongodb",
6358
                "redis"
6359
            ],
6360
            "time": "2015-05-18 12:12:33"
6361
        },
6362
        {
6363
            "name": "sonata-project/core-bundle",
6364
            "version": "2.3.10",
6365
            "source": {
6366
                "type": "git",
6367
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
6368
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e"
6369
            },
6370
            "dist": {
6371
                "type": "zip",
6372
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6373
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6374
                "shasum": ""
6375
            },
6376
            "require": {
6377
                "cocur/slugify": "~1.4",
6378
                "symfony/config": "~2.3|~3.0",
6379
                "symfony/form": "~2.3|~3.0",
6380
                "symfony/http-foundation": "~2.3|~3.0",
6381
                "symfony/property-access": "~2.3|~3.0",
6382
                "symfony/translation": "~2.3|~3.0",
6383
                "symfony/validator": "~2.3|~3.0",
6384
                "twig/twig": "~1.23"
6385
            },
6386
            "require-dev": {
6387
                "doctrine/orm": "~2.4",
6388
                "doctrine/phpcr-odm": "~1.0",
6389
                "fabpot/php-cs-fixer": "~0.5|~1.11@dev",
6390
                "friendsofsymfony/rest-bundle": "~1.1|~2.0",
6391
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6392
                "jms/serializer-bundle": "~0.11|~1.0",
6393
                "matthiasnoback/symfony-config-test": "~0.4|~1.0",
6394
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
6395
                "sensio/framework-extra-bundle": "~2.3|~3.0",
6396
                "sonata-project/exporter": "~1.3",
6397
                "symfony/phpunit-bridge": "~2.7"
6398
            },
6399
            "type": "symfony-bundle",
6400
            "extra": {
6401
                "branch-alias": {
6402
                    "dev-master": "2.3.x-dev"
6403
                }
6404
            },
6405
            "autoload": {
6406
                "psr-4": {
6407
                    "Sonata\\CoreBundle\\": ""
6408
                }
6409
            },
6410
            "notification-url": "https://packagist.org/downloads/",
6411
            "license": [
6412
                "MIT"
6413
            ],
6414
            "authors": [
6415
                {
6416
                    "name": "Sonata Community",
6417
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
6418
                },
6419
                {
6420
                    "name": "Thomas Rabaix",
6421
                    "email": "[email protected]"
6422
                }
6423
            ],
6424
            "description": "Symfony SonataCoreBundle",
6425
            "homepage": "https://sonata-project.org/bundles/core",
6426
            "keywords": [
6427
                "sonata"
6428
            ],
6429
            "time": "2015-11-26 19:14:27"
6430
        },
6431
        {
6432
            "name": "stof/doctrine-extensions-bundle",
6433
            "version": "v1.2.1",
6434
            "source": {
6435
                "type": "git",
6436
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
6437
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
6438
            },
6439
            "dist": {
6440
                "type": "zip",
6441
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
6442
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
6443
                "shasum": ""
6444
            },
6445
            "require": {
6446
                "gedmo/doctrine-extensions": "^2.3.1",
6447
                "php": ">=5.3.2",
6448
                "symfony/framework-bundle": "~2.1"
6449
            },
6450
            "suggest": {
6451
                "doctrine/doctrine-bundle": "to use the ORM extensions",
6452
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
6453
            },
6454
            "type": "symfony-bundle",
6455
            "extra": {
6456
                "branch-alias": {
6457
                    "dev-master": "1.2.x-dev"
6458
                }
6459
            },
6460
            "autoload": {
6461
                "psr-4": {
6462
                    "Stof\\DoctrineExtensionsBundle\\": ""
6463
                }
6464
            },
6465
            "notification-url": "https://packagist.org/downloads/",
6466
            "license": [
6467
                "MIT"
6468
            ],
6469
            "authors": [
6470
                {
6471
                    "name": "Christophe Coevoet",
6472
                    "email": "[email protected]"
6473
                }
6474
            ],
6475
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
6476
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
6477
            "keywords": [
6478
                "behaviors",
6479
                "doctrine2",
6480
                "extensions",
6481
                "gedmo",
6482
                "loggable",
6483
                "nestedset",
6484
                "sluggable",
6485
                "sortable",
6486
                "timestampable",
6487
                "translatable",
6488
                "tree"
6489
            ],
6490
            "time": "2015-08-12 16:23:48"
6491
        },
6492
        {
6493
            "name": "swiftmailer/swiftmailer",
6494
            "version": "v5.4.1",
6495
            "source": {
6496
                "type": "git",
6497
                "url": "https://github.com/swiftmailer/swiftmailer.git",
6498
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
6499
            },
6500
            "dist": {
6501
                "type": "zip",
6502
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6503
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6504
                "shasum": ""
6505
            },
6506
            "require": {
6507
                "php": ">=5.3.3"
6508
            },
6509
            "require-dev": {
6510
                "mockery/mockery": "~0.9.1,<0.9.4"
6511
            },
6512
            "type": "library",
6513
            "extra": {
6514
                "branch-alias": {
6515
                    "dev-master": "5.4-dev"
6516
                }
6517
            },
6518
            "autoload": {
6519
                "files": [
6520
                    "lib/swift_required.php"
6521
                ]
6522
            },
6523
            "notification-url": "https://packagist.org/downloads/",
6524
            "license": [
6525
                "MIT"
6526
            ],
6527
            "authors": [
6528
                {
6529
                    "name": "Chris Corbyn"
6530
                },
6531
                {
6532
                    "name": "Fabien Potencier",
6533
                    "email": "[email protected]"
6534
                }
6535
            ],
6536
            "description": "Swiftmailer, free feature-rich PHP mailer",
6537
            "homepage": "http://swiftmailer.org",
6538
            "keywords": [
6539
                "email",
6540
                "mail",
6541
                "mailer"
6542
            ],
6543
            "time": "2015-06-06 14:19:39"
6544
        },
6545
        {
6546
            "name": "symfony-cmf/block-bundle",
6547
            "version": "1.2.2",
6548
            "source": {
6549
                "type": "git",
6550
                "url": "https://github.com/symfony-cmf/block-bundle.git",
6551
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388"
6552
            },
6553
            "dist": {
6554
                "type": "zip",
6555
                "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/f0e6a935a4fb3e6ce71b2acf987d732854946388",
6556
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388",
6557
                "shasum": ""
6558
            },
6559
            "require": {
6560
                "doctrine/phpcr-bundle": "~1.0",
6561
                "doctrine/phpcr-odm": "~1.0",
6562
                "php": ">=5.3.3",
6563
                "sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
6564
                "symfony-cmf/core-bundle": "~1.0",
6565
                "symfony/framework-bundle": "~2.3"
6566
            },
6567
            "conflict": {
6568
                "symfony/framework-bundle": ">=2.3.0,<2.3.2"
6569
            },
6570
            "require-dev": {
6571
                "sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
6572
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6573
                "symfony-cmf/menu-bundle": "~1.1",
6574
                "symfony-cmf/testing": "~1.1",
6575
                "twig/twig": "~1.11"
6576
            },
6577
            "suggest": {
6578
                "eko/feedbundle": "When using the RssBlock",
6579
                "liip/imagine-bundle": "When using the ImagineBlock",
6580
                "sonata-project/cache-bundle": "To add caching support for block loading",
6581
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
6582
            },
6583
            "type": "symfony-bundle",
6584
            "extra": {
6585
                "branch-alias": {
6586
                    "dev-master": "1.2-dev"
6587
                }
6588
            },
6589
            "autoload": {
6590
                "psr-4": {
6591
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
6592
                }
6593
            },
6594
            "notification-url": "https://packagist.org/downloads/",
6595
            "license": [
6596
                "MIT"
6597
            ],
6598
            "authors": [
6599
                {
6600
                    "name": "Symfony CMF Community",
6601
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
6602
                }
6603
            ],
6604
            "description": "Symfony CMF Block Bundle",
6605
            "homepage": "http://cmf.symfony.com",
6606
            "keywords": [
6607
                "Symfony CMF",
6608
                "block",
6609
                "content fragments"
6610
            ],
6611
            "time": "2015-01-22 06:47:29"
6612
        },
6613
        {
6614
            "name": "symfony-cmf/content-bundle",
6615
            "version": "1.2.0",
6616
            "source": {
6617
                "type": "git",
6618
                "url": "https://github.com/symfony-cmf/content-bundle.git",
6619
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
6620
            },
6621
            "dist": {
6622
                "type": "zip",
6623
                "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
6624
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
6625
                "shasum": ""
6626
            },
6627
            "require": {
6628
                "php": ">=5.3.3",
6629
                "symfony-cmf/core-bundle": "~1.0",
6630
                "symfony/framework-bundle": "~2.3"
6631
            },
6632
            "require-dev": {
6633
                "doctrine/phpcr-bundle": "~1.1",
6634
                "doctrine/phpcr-odm": "~1.1",
6635
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6636
                "symfony-cmf/menu-bundle": "~1.1",
6637
                "symfony-cmf/routing-bundle": "~1.2",
6638
                "symfony-cmf/testing": "~1.1",
6639
                "symfony/monolog-bundle": "~2.3"
6640
            },
6641
            "suggest": {
6642
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
6643
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
6644
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
6645
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
6646
                "symfony-cmf/menu-bundle": "Have editable menus for content",
6647
                "symfony-cmf/routing-bundle": "Have editable routes for content"
6648
            },
6649
            "type": "symfony-bundle",
6650
            "extra": {
6651
                "branch-alias": {
6652
                    "dev-master": "1.2-dev"
6653
                }
6654
            },
6655
            "autoload": {
6656
                "psr-4": {
6657
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
6658
                }
6659
            },
6660
            "notification-url": "https://packagist.org/downloads/",
6661
            "license": [
6662
                "MIT"
6663
            ],
6664
            "authors": [
6665
                {
6666
                    "name": "Symfony CMF Community",
6667
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
6668
                }
6669
            ],
6670
            "description": "Symfony CMF Content Bundle",
6671
            "homepage": "http://cmf.symfony.com",
6672
            "keywords": [
6673
                "Symfony CMF"
6674
            ],
6675
            "time": "2014-10-21 08:17:10"
6676
        },
6677
        {
6678
            "name": "symfony-cmf/core-bundle",
6679
            "version": "1.2.0",
6680
            "source": {
6681
                "type": "git",
6682
                "url": "https://github.com/symfony-cmf/core-bundle.git",
6683
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
6684
            },
6685
            "dist": {
6686
                "type": "zip",
6687
                "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
6688
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
6689
                "shasum": ""
6690
            },
6691
            "require": {
6692
                "php": ">=5.3.3",
6693
                "symfony/framework-bundle": "~2.3"
6694
            },
6695
            "require-dev": {
6696
                "sonata-project/admin-bundle": "~2.2",
6697
                "symfony-cmf/routing-bundle": "~1.2",
6698
                "symfony-cmf/testing": "~1.1"
6699
            },
6700
            "suggest": {
6701
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
6702
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
6703
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
6704
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
6705
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
6706
                "symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
6707
                "symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
6708
            },
6709
            "type": "symfony-bundle",
6710
            "extra": {
6711
                "branch-alias": {
6712
                    "dev-master": "1.2-dev"
6713
                }
6714
            },
6715
            "autoload": {
6716
                "psr-4": {
6717
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
6718
                }
6719
            },
6720
            "notification-url": "https://packagist.org/downloads/",
6721
            "license": [
6722
                "MIT"
6723
            ],
6724
            "authors": [
6725
                {
6726
                    "name": "Symfony CMF Community",
6727
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
6728
                }
6729
            ],
6730
            "description": "Symfony CMF Core Bundle",
6731
            "homepage": "http://cmf.symfony.com",
6732
            "keywords": [
6733
                "Symfony CMF"
6734
            ],
6735
            "time": "2014-10-21 06:34:08"
6736
        },
6737
        {
6738
            "name": "symfony-cmf/create-bundle",
6739
            "version": "1.2.3",
6740
            "source": {
6741
                "type": "git",
6742
                "url": "https://github.com/symfony-cmf/CreateBundle.git",
6743
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3"
6744
            },
6745
            "dist": {
6746
                "type": "zip",
6747
                "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/86a3ade0210bc30b304f9d992ff21c403681d7f3",
6748
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3",
6749
                "shasum": ""
6750
            },
6751
            "require": {
6752
                "friendsofsymfony/rest-bundle": "~1.0",
6753
                "midgard/createphp": "~1.0",
6754
                "php": ">=5.3.3",
6755
                "symfony/assetic-bundle": "~2.1",
6756
                "symfony/framework-bundle": "~2.3"
6757
            },
6758
            "require-dev": {
6759
                "jms/serializer-bundle": "^0.12|^1.0",
6760
                "symfony-cmf/testing": "~1.1"
6761
            },
6762
            "suggest": {
6763
                "jms/serializer-bundle": "Add support for advanced serialization capabilities (^0.12|^1.0)",
6764
                "symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
6765
                "symfony-cmf/media-bundle": "When using the default image support, ~1.1"
6766
            },
6767
            "type": "symfony-bundle",
6768
            "extra": {
6769
                "branch-alias": {
6770
                    "dev-master": "1.2-dev"
6771
                }
6772
            },
6773
            "autoload": {
6774
                "psr-4": {
6775
                    "Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
6776
                }
6777
            },
6778
            "notification-url": "https://packagist.org/downloads/",
6779
            "license": [
6780
                "MIT"
6781
            ],
6782
            "authors": [
6783
                {
6784
                    "name": "Liip AG",
6785
                    "homepage": "http://www.liip.ch/"
6786
                },
6787
                {
6788
                    "name": "Symfony CMF Community",
6789
                    "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
6790
                }
6791
            ],
6792
            "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
6793
            "time": "2015-12-26 09:43:12"
6794
        },
6795
        {
6796
            "name": "symfony-cmf/media-bundle",
6797
            "version": "1.2.1",
6798
            "source": {
6799
                "type": "git",
6800
                "url": "https://github.com/symfony-cmf/media-bundle.git",
6801
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282"
6802
            },
6803
            "dist": {
6804
                "type": "zip",
6805
                "url": "https://api.github.com/repos/symfony-cmf/media-bundle/zipball/49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6806
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6807
                "shasum": ""
6808
            },
6809
            "require": {
6810
                "php": ">=5.3.3",
6811
                "symfony/framework-bundle": "~2.3"
6812
            },
6813
            "require-dev": {
6814
                "jms/serializer-bundle": "~0.12",
6815
                "liip/imagine-bundle": "~1.0.4",
6816
                "mikey179/vfsstream": "~1.2",
6817
                "symfony-cmf/testing": "~1.1"
6818
            },
6819
            "suggest": {
6820
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
6821
                "jms/serializer-bundle": "When using the serializer handler",
6822
                "knplabs/gaufrette": "When using the Gaufrette adapter",
6823
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
6824
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
6825
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
6826
            },
6827
            "type": "symfony-bundle",
6828
            "extra": {
6829
                "branch-alias": {
6830
                    "dev-master": "1.2-dev"
6831
                }
6832
            },
6833
            "autoload": {
6834
                "psr-4": {
6835
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
6836
                }
6837
            },
6838
            "notification-url": "https://packagist.org/downloads/",
6839
            "license": [
6840
                "MIT"
6841
            ],
6842
            "authors": [
6843
                {
6844
                    "name": "Symfony CMF Community",
6845
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
6846
                }
6847
            ],
6848
            "description": "Symfony CMF Media Bundle",
6849
            "homepage": "http://cmf.symfony.com",
6850
            "keywords": [
6851
                "Symfony CMF",
6852
                "image",
6853
                "media"
6854
            ],
6855
            "time": "2015-03-20 11:00:45"
6856
        },
6857
        {
6858
            "name": "symfony-cmf/menu-bundle",
6859
            "version": "1.2.0",
6860
            "source": {
6861
                "type": "git",
6862
                "url": "https://github.com/symfony-cmf/menu-bundle.git",
6863
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
6864
            },
6865
            "dist": {
6866
                "type": "zip",
6867
                "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
6868
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
6869
                "shasum": ""
6870
            },
6871
            "require": {
6872
                "doctrine/phpcr-bundle": "~1.1",
6873
                "doctrine/phpcr-odm": "~1.1",
6874
                "knplabs/knp-menu-bundle": "~1.1",
6875
                "php": ">=5.3.3",
6876
                "symfony-cmf/core-bundle": "~1.1",
6877
                "symfony/framework-bundle": "~2.3"
6878
            },
6879
            "require-dev": {
6880
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6881
                "symfony-cmf/routing-bundle": "~1.2",
6882
                "symfony-cmf/testing": "~1.1",
6883
                "symfony/monolog-bundle": "~2.3"
6884
            },
6885
            "suggest": {
6886
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
6887
                "sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
6888
            },
6889
            "type": "symfony-bundle",
6890
            "extra": {
6891
                "branch-alias": {
6892
                    "dev-master": "1.2-dev"
6893
                }
6894
            },
6895
            "autoload": {
6896
                "psr-4": {
6897
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
6898
                }
6899
            },
6900
            "notification-url": "https://packagist.org/downloads/",
6901
            "license": [
6902
                "MIT"
6903
            ],
6904
            "authors": [
6905
                {
6906
                    "name": "Symfony CMF Community",
6907
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
6908
                }
6909
            ],
6910
            "description": "Symfony CMF Menu Bundle",
6911
            "homepage": "http://cmf.symfony.com",
6912
            "keywords": [
6913
                "Symfony CMF",
6914
                "menu"
6915
            ],
6916
            "time": "2014-10-21 09:43:10"
6917
        },
6918
        {
6919
            "name": "symfony-cmf/routing",
6920
            "version": "1.4.0",
6921
            "source": {
6922
                "type": "git",
6923
                "url": "https://github.com/symfony-cmf/Routing.git",
6924
                "reference": "b93704ca098334f56e9b317932f21a4362e620db"
6925
            },
6926
            "dist": {
6927
                "type": "zip",
6928
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
6929
                "reference": "b93704ca098334f56e9b317932f21a4362e620db",
6930
                "shasum": ""
6931
            },
6932
            "require": {
6933
                "php": "^5.3.9|^7.0",
6934
                "psr/log": "1.*",
6935
                "symfony/http-kernel": "^2.2|3.*",
6936
                "symfony/routing": "^2.2|3.*"
6937
            },
6938
            "require-dev": {
6939
                "friendsofsymfony/jsrouting-bundle": "^1.1",
6940
                "symfony-cmf/testing": "^1.3",
6941
                "symfony/config": "^2.2|3.*",
6942
                "symfony/dependency-injection": "^2.0.5|3.*",
6943
                "symfony/event-dispatcher": "^2.1|3.*"
6944
            },
6945
            "suggest": {
6946
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
6947
            },
6948
            "type": "library",
6949
            "extra": {
6950
                "branch-alias": {
6951
                    "dev-master": "1.4-dev"
6952
                }
6953
            },
6954
            "autoload": {
6955
                "psr-4": {
6956
                    "Symfony\\Cmf\\Component\\Routing\\": ""
6957
                }
6958
            },
6959
            "notification-url": "https://packagist.org/downloads/",
6960
            "license": [
6961
                "MIT"
6962
            ],
6963
            "authors": [
6964
                {
6965
                    "name": "Symfony CMF Community",
6966
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
6967
                }
6968
            ],
6969
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
6970
            "homepage": "http://cmf.symfony.com",
6971
            "keywords": [
6972
                "database",
6973
                "routing"
6974
            ],
6975
            "time": "2016-03-31 09:11:39"
6976
        },
6977
        {
6978
            "name": "symfony-cmf/routing-bundle",
6979
            "version": "1.4.0",
6980
            "source": {
6981
                "type": "git",
6982
                "url": "https://github.com/symfony-cmf/routing-bundle.git",
6983
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b"
6984
            },
6985
            "dist": {
6986
                "type": "zip",
6987
                "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/cd358f852fe5323407fbd67931c0e034f735660b",
6988
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b",
6989
                "shasum": ""
6990
            },
6991
            "require": {
6992
                "php": "^5.3.9|^7.0",
6993
                "symfony-cmf/routing": "^1.4.0",
6994
                "symfony/framework-bundle": "~2.3"
6995
            },
6996
            "require-dev": {
6997
                "doctrine/data-fixtures": "^1.0.0",
6998
                "doctrine/orm": "~2.3",
6999
                "doctrine/phpcr-odm": "~1.3",
7000
                "matthiasnoback/symfony-config-test": "^1.3.1",
7001
                "matthiasnoback/symfony-dependency-injection-test": "~0.6",
7002
                "phpunit/php-code-coverage": "@stable",
7003
                "sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
7004
                "symfony-cmf/core-bundle": "~1.1",
7005
                "symfony-cmf/testing": "~1.3",
7006
                "symfony/monolog-bundle": "~2.3"
7007
            },
7008
            "suggest": {
7009
                "doctrine/orm": "To enable support for the ORM entities (^2.3)",
7010
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
7011
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
7012
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents (^1.1)",
7013
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
7014
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration (^1.1)"
7015
            },
7016
            "type": "symfony-bundle",
7017
            "extra": {
7018
                "branch-alias": {
7019
                    "dev-master": "1.4-dev"
7020
                }
7021
            },
7022
            "autoload": {
7023
                "psr-4": {
7024
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
7025
                }
7026
            },
7027
            "notification-url": "https://packagist.org/downloads/",
7028
            "license": [
7029
                "MIT"
7030
            ],
7031
            "authors": [
7032
                {
7033
                    "name": "Symfony CMF Community",
7034
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
7035
                }
7036
            ],
7037
            "description": "Symfony RoutingBundle",
7038
            "homepage": "http://cmf.symfony.com",
7039
            "keywords": [
7040
                "database",
7041
                "routing"
7042
            ],
7043
            "time": "2016-03-31 09:49:58"
7044
        },
7045
        {
7046
            "name": "symfony/assetic-bundle",
7047
            "version": "v2.7.1",
7048
            "source": {
7049
                "type": "git",
7050
                "url": "https://github.com/symfony/assetic-bundle.git",
7051
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
7052
            },
7053
            "dist": {
7054
                "type": "zip",
7055
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
7056
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
7057
                "shasum": ""
7058
            },
7059
            "require": {
7060
                "kriswallsmith/assetic": "~1.3",
7061
                "php": ">=5.3.0",
7062
                "symfony/console": "~2.3|~3.0",
7063
                "symfony/dependency-injection": "~2.3|~3.0",
7064
                "symfony/framework-bundle": "~2.3|~3.0",
7065
                "symfony/yaml": "~2.3|~3.0"
7066
            },
7067
            "conflict": {
7068
                "kriswallsmith/spork": "<=0.2",
7069
                "twig/twig": "<1.20"
7070
            },
7071
            "require-dev": {
7072
                "kriswallsmith/spork": "~0.3",
7073
                "patchwork/jsqueeze": "~1.0",
7074
                "symfony/class-loader": "~2.3|~3.0",
7075
                "symfony/css-selector": "~2.3|~3.0",
7076
                "symfony/dom-crawler": "~2.3|~3.0",
7077
                "symfony/phpunit-bridge": "~2.7|~3.0",
7078
                "symfony/twig-bundle": "~2.3|~3.0"
7079
            },
7080
            "suggest": {
7081
                "kriswallsmith/spork": "to be able to dump assets in parallel",
7082
                "symfony/twig-bundle": "to use the Twig integration"
7083
            },
7084
            "type": "symfony-bundle",
7085
            "extra": {
7086
                "branch-alias": {
7087
                    "dev-master": "2.7-dev"
7088
                }
7089
            },
7090
            "autoload": {
7091
                "psr-4": {
7092
                    "Symfony\\Bundle\\AsseticBundle\\": ""
7093
                }
7094
            },
7095
            "notification-url": "https://packagist.org/downloads/",
7096
            "license": [
7097
                "MIT"
7098
            ],
7099
            "authors": [
7100
                {
7101
                    "name": "Kris Wallsmith",
7102
                    "email": "[email protected]",
7103
                    "homepage": "http://kriswallsmith.net/"
7104
                }
7105
            ],
7106
            "description": "Integrates Assetic into Symfony2",
7107
            "homepage": "https://github.com/symfony/AsseticBundle",
7108
            "keywords": [
7109
                "assets",
7110
                "compression",
7111
                "minification"
7112
            ],
7113
            "time": "2015-11-17 09:45:47"
7114
        },
7115
        {
7116
            "name": "symfony/monolog-bundle",
7117
            "version": "v2.8.2",
7118
            "source": {
7119
                "type": "git",
7120
                "url": "https://github.com/symfony/monolog-bundle.git",
7121
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
7122
            },
7123
            "dist": {
7124
                "type": "zip",
7125
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7126
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7127
                "shasum": ""
7128
            },
7129
            "require": {
7130
                "monolog/monolog": "~1.8",
7131
                "php": ">=5.3.2",
7132
                "symfony/config": "~2.3|~3.0",
7133
                "symfony/dependency-injection": "~2.3|~3.0",
7134
                "symfony/http-kernel": "~2.3|~3.0",
7135
                "symfony/monolog-bridge": "~2.3|~3.0"
7136
            },
7137
            "require-dev": {
7138
                "symfony/console": "~2.3|~3.0",
7139
                "symfony/yaml": "~2.3|~3.0"
7140
            },
7141
            "type": "symfony-bundle",
7142
            "extra": {
7143
                "branch-alias": {
7144
                    "dev-master": "2.8.x-dev"
7145
                }
7146
            },
7147
            "autoload": {
7148
                "psr-4": {
7149
                    "Symfony\\Bundle\\MonologBundle\\": ""
7150
                }
7151
            },
7152
            "notification-url": "https://packagist.org/downloads/",
7153
            "license": [
7154
                "MIT"
7155
            ],
7156
            "authors": [
7157
                {
7158
                    "name": "Symfony Community",
7159
                    "homepage": "http://symfony.com/contributors"
7160
                },
7161
                {
7162
                    "name": "Fabien Potencier",
7163
                    "email": "[email protected]"
7164
                }
7165
            ],
7166
            "description": "Symfony MonologBundle",
7167
            "homepage": "http://symfony.com",
7168
            "keywords": [
7169
                "log",
7170
                "logging"
7171
            ],
7172
            "time": "2015-11-17 10:02:29"
7173
        },
7174
        {
7175
            "name": "symfony/polyfill-iconv",
7176
            "version": "v1.0.0",
7177
            "source": {
7178
                "type": "git",
7179
                "url": "https://github.com/symfony/polyfill-iconv.git",
7180
                "reference": "21a18998764e569c1675efc7191887130b319605"
7181
            },
7182
            "dist": {
7183
                "type": "zip",
7184
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/21a18998764e569c1675efc7191887130b319605",
7185
                "reference": "21a18998764e569c1675efc7191887130b319605",
7186
                "shasum": ""
7187
            },
7188
            "require": {
7189
                "php": ">=5.3.3"
7190
            },
7191
            "type": "library",
7192
            "extra": {
7193
                "branch-alias": {
7194
                    "dev-master": "1.0-dev"
7195
                }
7196
            },
7197
            "autoload": {
7198
                "psr-4": {
7199
                    "Symfony\\Polyfill\\Iconv\\": ""
7200
                },
7201
                "files": [
7202
                    "bootstrap.php"
7203
                ]
7204
            },
7205
            "notification-url": "https://packagist.org/downloads/",
7206
            "license": [
7207
                "MIT"
7208
            ],
7209
            "authors": [
7210
                {
7211
                    "name": "Nicolas Grekas",
7212
                    "email": "[email protected]"
7213
                },
7214
                {
7215
                    "name": "Symfony Community",
7216
                    "homepage": "https://symfony.com/contributors"
7217
                }
7218
            ],
7219
            "description": "Symfony polyfill for the Iconv extension",
7220
            "homepage": "https://symfony.com",
7221
            "keywords": [
7222
                "compatibility",
7223
                "iconv",
7224
                "polyfill",
7225
                "portable",
7226
                "shim"
7227
            ],
7228
            "time": "2015-11-04 20:28:58"
7229
        },
7230
        {
7231
            "name": "symfony/polyfill-intl-icu",
7232
            "version": "v1.0.0",
7233
            "source": {
7234
                "type": "git",
7235
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
7236
                "reference": "2deb44160e1c886241c06602b12b98779f728177"
7237
            },
7238
            "dist": {
7239
                "type": "zip",
7240
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
7241
                "reference": "2deb44160e1c886241c06602b12b98779f728177",
7242
                "shasum": ""
7243
            },
7244
            "require": {
7245
                "php": ">=5.3.3",
7246
                "symfony/intl": "~2.3|~3.0"
7247
            },
7248
            "type": "library",
7249
            "extra": {
7250
                "branch-alias": {
7251
                    "dev-master": "1.0-dev"
7252
                }
7253
            },
7254
            "autoload": {
7255
                "files": [
7256
                    "bootstrap.php"
7257
                ]
7258
            },
7259
            "notification-url": "https://packagist.org/downloads/",
7260
            "license": [
7261
                "MIT"
7262
            ],
7263
            "authors": [
7264
                {
7265
                    "name": "Nicolas Grekas",
7266
                    "email": "[email protected]"
7267
                },
7268
                {
7269
                    "name": "Symfony Community",
7270
                    "homepage": "https://symfony.com/contributors"
7271
                }
7272
            ],
7273
            "description": "Symfony polyfill for intl's ICU-related data and classes",
7274
            "homepage": "https://symfony.com",
7275
            "keywords": [
7276
                "compatibility",
7277
                "icu",
7278
                "intl",
7279
                "polyfill",
7280
                "portable",
7281
                "shim"
7282
            ],
7283
            "time": "2015-11-04 20:28:58"
7284
        },
7285
        {
7286
            "name": "symfony/polyfill-mbstring",
7287
            "version": "v1.0.0",
7288
            "source": {
7289
                "type": "git",
7290
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7291
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
7292
            },
7293
            "dist": {
7294
                "type": "zip",
7295
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
7296
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
7297
                "shasum": ""
7298
            },
7299
            "require": {
7300
                "php": ">=5.3.3"
7301
            },
7302
            "type": "library",
7303
            "extra": {
7304
                "branch-alias": {
7305
                    "dev-master": "1.0-dev"
7306
                }
7307
            },
7308
            "autoload": {
7309
                "psr-4": {
7310
                    "Symfony\\Polyfill\\Mbstring\\": ""
7311
                },
7312
                "files": [
7313
                    "bootstrap.php"
7314
                ]
7315
            },
7316
            "notification-url": "https://packagist.org/downloads/",
7317
            "license": [
7318
                "MIT"
7319
            ],
7320
            "authors": [
7321
                {
7322
                    "name": "Nicolas Grekas",
7323
                    "email": "[email protected]"
7324
                },
7325
                {
7326
                    "name": "Symfony Community",
7327
                    "homepage": "https://symfony.com/contributors"
7328
                }
7329
            ],
7330
            "description": "Symfony polyfill for the Mbstring extension",
7331
            "homepage": "https://symfony.com",
7332
            "keywords": [
7333
                "compatibility",
7334
                "mbstring",
7335
                "polyfill",
7336
                "portable",
7337
                "shim"
7338
            ],
7339
            "time": "2015-11-04 20:28:58"
7340
        },
7341
        {
7342
            "name": "symfony/swiftmailer-bundle",
7343
            "version": "v2.3.9",
7344
            "source": {
7345
                "type": "git",
7346
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
7347
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
7348
            },
7349
            "dist": {
7350
                "type": "zip",
7351
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
7352
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
7353
                "shasum": ""
7354
            },
7355
            "require": {
7356
                "php": ">=5.3.2",
7357
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
7358
                "symfony/config": "~2.3|~3.0",
7359
                "symfony/dependency-injection": "~2.3|~3.0",
7360
                "symfony/http-kernel": "~2.3|~3.0",
7361
                "symfony/yaml": "~2.3|~3.0"
7362
            },
7363
            "require-dev": {
7364
                "symfony/phpunit-bridge": "~2.7|~3.0"
7365
            },
7366
            "suggest": {
7367
                "psr/log": "Allows logging"
7368
            },
7369
            "type": "symfony-bundle",
7370
            "extra": {
7371
                "branch-alias": {
7372
                    "dev-master": "2.3-dev"
7373
                }
7374
            },
7375
            "autoload": {
7376
                "psr-4": {
7377
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
7378
                }
7379
            },
7380
            "notification-url": "https://packagist.org/downloads/",
7381
            "license": [
7382
                "MIT"
7383
            ],
7384
            "authors": [
7385
                {
7386
                    "name": "Symfony Community",
7387
                    "homepage": "http://symfony.com/contributors"
7388
                },
7389
                {
7390
                    "name": "Fabien Potencier",
7391
                    "email": "[email protected]"
7392
                }
7393
            ],
7394
            "description": "Symfony SwiftmailerBundle",
7395
            "homepage": "http://symfony.com",
7396
            "time": "2015-11-28 10:59:29"
7397
        },
7398
        {
7399
            "name": "symfony/symfony",
0 ignored issues
show
There is a security advisory for your installed version of symfony/symfony:

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