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