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": "9116db8e9124dc6c2d0d48631a940bd4",
8
    "content-hash": "9b9b8c7e6763ee69452f105cd20e8b13",
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
            "time": "2015-07-15 08:24:12"
3079
        },
3080
        {
3081
            "name": "liip/imagine-bundle",
3082
            "version": "1.3.1",
3083
            "target-dir": "Liip/ImagineBundle",
3084
            "source": {
3085
                "type": "git",
3086
                "url": "https://github.com/liip/LiipImagineBundle.git",
3087
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9"
3088
            },
3089
            "dist": {
3090
                "type": "zip",
3091
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3092
                "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9",
3093
                "shasum": ""
3094
            },
3095
            "require": {
3096
                "imagine/imagine": "~0.5,<0.7",
3097
                "php": ">=5.3.2",
3098
                "symfony/filesystem": "~2.3 || ~3.0",
3099
                "symfony/finder": "~2.3 || ~3.0",
3100
                "symfony/framework-bundle": "~2.3 || ~3.0",
3101
                "symfony/options-resolver": "~2.3 || ~3.0"
3102
            },
3103
            "require-dev": {
3104
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3105
                "aws/aws-sdk-php": "~2.4",
3106
                "doctrine/cache": "~1.1",
3107
                "doctrine/mongodb-odm": "1.0.*",
3108
                "doctrine/orm": "~2.3",
3109
                "ext-gd": "*",
3110
                "phpunit/phpunit": "~4.3",
3111
                "psr/log": "~1.0",
3112
                "symfony/browser-kit": "~2.3 || ~3.0",
3113
                "symfony/console": "~2.3 || ~3.0",
3114
                "symfony/form": "~2.3 || ~3.0",
3115
                "symfony/phpunit-bridge": "~2.3 || ~3.0",
3116
                "symfony/yaml": "~2.3 || ~3.0",
3117
                "twig/twig": "~1.12"
3118
            },
3119
            "suggest": {
3120
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
3121
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
3122
                "monolog/monolog": "If you'd want to write logs",
3123
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
3124
            },
3125
            "type": "symfony-bundle",
3126
            "extra": {
3127
                "branch-alias": {
3128
                    "dev-master": "1.0.x-dev",
3129
                    "dev-0.x": "0.x-dev"
3130
                }
3131
            },
3132
            "autoload": {
3133
                "psr-0": {
3134
                    "Liip\\ImagineBundle": ""
3135
                }
3136
            },
3137
            "notification-url": "https://packagist.org/downloads/",
3138
            "license": [
3139
                "MIT"
3140
            ],
3141
            "authors": [
3142
                {
3143
                    "name": "Liip and other contributors",
3144
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3145
                }
3146
            ],
3147
            "description": "This Bundle assists in imagine manipulation using the imagine library",
3148
            "homepage": "http://liip.ch",
3149
            "keywords": [
3150
                "image",
3151
                "imagine"
3152
            ],
3153
            "time": "2015-08-27 11:27:33"
3154
        },
3155
        {
3156
            "name": "midgard/createphp",
3157
            "version": "1.1.0",
3158
            "source": {
3159
                "type": "git",
3160
                "url": "https://github.com/flack/createphp.git",
3161
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5"
3162
            },
3163
            "dist": {
3164
                "type": "zip",
3165
                "url": "https://api.github.com/repos/flack/createphp/zipball/132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3166
                "reference": "132e7d20a6b418687ab7d779f1c2884abcaee6a5",
3167
                "shasum": ""
3168
            },
3169
            "require-dev": {
3170
                "doctrine/common": "~2.3.0",
3171
                "twig/twig": "~1.8"
3172
            },
3173
            "type": "library",
3174
            "extra": {
3175
                "branch-alias": {
3176
                    "dev-master": "1.1-dev"
3177
                }
3178
            },
3179
            "autoload": {
3180
                "psr-0": {
3181
                    "Midgard\\CreatePHP": "src"
3182
                }
3183
            },
3184
            "notification-url": "https://packagist.org/downloads/",
3185
            "license": [
3186
                "LGPL",
3187
                "MIT"
3188
            ],
3189
            "authors": [
3190
                {
3191
                    "name": "Andreas Flack",
3192
                    "email": "[email protected]",
3193
                    "homepage": "http://www.contentcontrol-berlin.de/"
3194
                }
3195
            ],
3196
            "description": "PHP adapter for Create.js",
3197
            "keywords": [
3198
                "rdfa"
3199
            ],
3200
            "time": "2015-07-03 13:41:50"
3201
        },
3202
        {
3203
            "name": "mockery/mockery",
3204
            "version": "0.9.4",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/padraic/mockery.git",
3208
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
3213
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "hamcrest/hamcrest-php": "~1.1",
3218
                "lib-pcre": ">=7.0",
3219
                "php": ">=5.3.2"
3220
            },
3221
            "require-dev": {
3222
                "phpunit/phpunit": "~4.0"
3223
            },
3224
            "type": "library",
3225
            "extra": {
3226
                "branch-alias": {
3227
                    "dev-master": "0.9.x-dev"
3228
                }
3229
            },
3230
            "autoload": {
3231
                "psr-0": {
3232
                    "Mockery": "library/"
3233
                }
3234
            },
3235
            "notification-url": "https://packagist.org/downloads/",
3236
            "license": [
3237
                "BSD-3-Clause"
3238
            ],
3239
            "authors": [
3240
                {
3241
                    "name": "Pádraic Brady",
3242
                    "email": "[email protected]",
3243
                    "homepage": "http://blog.astrumfutura.com"
3244
                },
3245
                {
3246
                    "name": "Dave Marshall",
3247
                    "email": "[email protected]",
3248
                    "homepage": "http://davedevelopment.co.uk"
3249
                }
3250
            ],
3251
            "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.",
3252
            "homepage": "http://github.com/padraic/mockery",
3253
            "keywords": [
3254
                "BDD",
3255
                "TDD",
3256
                "library",
3257
                "mock",
3258
                "mock objects",
3259
                "mockery",
3260
                "stub",
3261
                "test",
3262
                "test double",
3263
                "testing"
3264
            ],
3265
            "time": "2015-04-02 19:54:00"
3266
        },
3267
        {
3268
            "name": "monolog/monolog",
3269
            "version": "1.17.2",
3270
            "source": {
3271
                "type": "git",
3272
                "url": "https://github.com/Seldaek/monolog.git",
3273
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3274
            },
3275
            "dist": {
3276
                "type": "zip",
3277
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3278
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3279
                "shasum": ""
3280
            },
3281
            "require": {
3282
                "php": ">=5.3.0",
3283
                "psr/log": "~1.0"
3284
            },
3285
            "provide": {
3286
                "psr/log-implementation": "1.0.0"
3287
            },
3288
            "require-dev": {
3289
                "aws/aws-sdk-php": "^2.4.9",
3290
                "doctrine/couchdb": "~1.0@dev",
3291
                "graylog2/gelf-php": "~1.0",
3292
                "jakub-onderka/php-parallel-lint": "0.9",
3293
                "php-console/php-console": "^3.1.3",
3294
                "phpunit/phpunit": "~4.5",
3295
                "phpunit/phpunit-mock-objects": "2.3.0",
3296
                "raven/raven": "^0.13",
3297
                "ruflin/elastica": ">=0.90 <3.0",
3298
                "swiftmailer/swiftmailer": "~5.3",
3299
                "videlalvaro/php-amqplib": "~2.4"
3300
            },
3301
            "suggest": {
3302
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3303
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3304
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3305
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3306
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3307
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3308
                "raven/raven": "Allow sending log messages to a Sentry server",
3309
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3310
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3311
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3312
            },
3313
            "type": "library",
3314
            "extra": {
3315
                "branch-alias": {
3316
                    "dev-master": "1.16.x-dev"
3317
                }
3318
            },
3319
            "autoload": {
3320
                "psr-4": {
3321
                    "Monolog\\": "src/Monolog"
3322
                }
3323
            },
3324
            "notification-url": "https://packagist.org/downloads/",
3325
            "license": [
3326
                "MIT"
3327
            ],
3328
            "authors": [
3329
                {
3330
                    "name": "Jordi Boggiano",
3331
                    "email": "[email protected]",
3332
                    "homepage": "http://seld.be"
3333
                }
3334
            ],
3335
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3336
            "homepage": "http://github.com/Seldaek/monolog",
3337
            "keywords": [
3338
                "log",
3339
                "logging",
3340
                "psr-3"
3341
            ],
3342
            "time": "2015-10-14 12:51:02"
3343
        },
3344
        {
3345
            "name": "nikic/php-parser",
3346
            "version": "v2.0.1",
3347
            "source": {
3348
                "type": "git",
3349
                "url": "https://github.com/nikic/PHP-Parser.git",
3350
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206"
3351
            },
3352
            "dist": {
3353
                "type": "zip",
3354
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce5be709d59b32dd8a88c80259028759991a4206",
3355
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206",
3356
                "shasum": ""
3357
            },
3358
            "require": {
3359
                "ext-tokenizer": "*",
3360
                "php": ">=5.4"
3361
            },
3362
            "require-dev": {
3363
                "phpunit/phpunit": "~4.0"
3364
            },
3365
            "bin": [
3366
                "bin/php-parse"
3367
            ],
3368
            "type": "library",
3369
            "extra": {
3370
                "branch-alias": {
3371
                    "dev-master": "2.0-dev"
3372
                }
3373
            },
3374
            "autoload": {
3375
                "psr-4": {
3376
                    "PhpParser\\": "lib/PhpParser"
3377
                }
3378
            },
3379
            "notification-url": "https://packagist.org/downloads/",
3380
            "license": [
3381
                "BSD-3-Clause"
3382
            ],
3383
            "authors": [
3384
                {
3385
                    "name": "Nikita Popov"
3386
                }
3387
            ],
3388
            "description": "A PHP parser written in PHP",
3389
            "keywords": [
3390
                "parser",
3391
                "php"
3392
            ],
3393
            "time": "2016-02-28 19:48:28"
3394
        },
3395
        {
3396
            "name": "ocramius/proxy-manager",
3397
            "version": "1.0.2",
3398
            "source": {
3399
                "type": "git",
3400
                "url": "https://github.com/Ocramius/ProxyManager.git",
3401
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3402
            },
3403
            "dist": {
3404
                "type": "zip",
3405
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3406
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3407
                "shasum": ""
3408
            },
3409
            "require": {
3410
                "php": ">=5.3.3",
3411
                "zendframework/zend-code": ">2.2.5,<3.0"
3412
            },
3413
            "require-dev": {
3414
                "ext-phar": "*",
3415
                "phpunit/phpunit": "~4.0",
3416
                "squizlabs/php_codesniffer": "1.5.*"
3417
            },
3418
            "suggest": {
3419
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3420
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3421
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3422
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3423
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3424
            },
3425
            "type": "library",
3426
            "extra": {
3427
                "branch-alias": {
3428
                    "dev-master": "2.0.x-dev"
3429
                }
3430
            },
3431
            "autoload": {
3432
                "psr-0": {
3433
                    "ProxyManager\\": "src"
3434
                }
3435
            },
3436
            "notification-url": "https://packagist.org/downloads/",
3437
            "license": [
3438
                "MIT"
3439
            ],
3440
            "authors": [
3441
                {
3442
                    "name": "Marco Pivetta",
3443
                    "email": "[email protected]",
3444
                    "homepage": "http://ocramius.github.com/"
3445
                }
3446
            ],
3447
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3448
            "homepage": "https://github.com/Ocramius/ProxyManager",
3449
            "keywords": [
3450
                "aop",
3451
                "lazy loading",
3452
                "proxy",
3453
                "proxy pattern",
3454
                "service proxies"
3455
            ],
3456
            "time": "2015-08-09 04:28:19"
3457
        },
3458
        {
3459
            "name": "omnipay/2checkout",
3460
            "version": "v2.1.1",
3461
            "source": {
3462
                "type": "git",
3463
                "url": "https://github.com/thephpleague/omnipay-2checkout.git",
3464
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
3465
            },
3466
            "dist": {
3467
                "type": "zip",
3468
                "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
3469
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
3470
                "shasum": ""
3471
            },
3472
            "require": {
3473
                "omnipay/common": "~2.0"
3474
            },
3475
            "require-dev": {
3476
                "omnipay/tests": "~2.0"
3477
            },
3478
            "type": "library",
3479
            "extra": {
3480
                "branch-alias": {
3481
                    "dev-master": "2.0.x-dev"
3482
                }
3483
            },
3484
            "autoload": {
3485
                "psr-4": {
3486
                    "Omnipay\\TwoCheckout\\": "src/"
3487
                }
3488
            },
3489
            "notification-url": "https://packagist.org/downloads/",
3490
            "license": [
3491
                "MIT"
3492
            ],
3493
            "authors": [
3494
                {
3495
                    "name": "Adrian Macneil",
3496
                    "email": "[email protected]"
3497
                },
3498
                {
3499
                    "name": "Omnipay Contributors",
3500
                    "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
3501
                }
3502
            ],
3503
            "description": "2Checkout driver for the Omnipay payment processing library",
3504
            "homepage": "https://github.com/thephpleague/omnipay-2checkout",
3505
            "keywords": [
3506
                "2checkout",
3507
                "2co",
3508
                "gateway",
3509
                "merchant",
3510
                "omnipay",
3511
                "pay",
3512
                "payment",
3513
                "twocheckout"
3514
            ],
3515
            "time": "2014-09-17 00:35:37"
3516
        },
3517
        {
3518
            "name": "omnipay/authorizenet",
3519
            "version": "v2.3.0",
3520
            "source": {
3521
                "type": "git",
3522
                "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
3523
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
3524
            },
3525
            "dist": {
3526
                "type": "zip",
3527
                "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
3528
                "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
3529
                "shasum": ""
3530
            },
3531
            "require": {
3532
                "omnipay/common": "~2.0"
3533
            },
3534
            "require-dev": {
3535
                "omnipay/tests": "~2.0"
3536
            },
3537
            "type": "library",
3538
            "extra": {
3539
                "branch-alias": {
3540
                    "dev-master": "2.0.x-dev"
3541
                }
3542
            },
3543
            "autoload": {
3544
                "psr-4": {
3545
                    "Omnipay\\AuthorizeNet\\": "src/"
3546
                }
3547
            },
3548
            "notification-url": "https://packagist.org/downloads/",
3549
            "license": [
3550
                "MIT"
3551
            ],
3552
            "authors": [
3553
                {
3554
                    "name": "Adrian Macneil",
3555
                    "email": "[email protected]"
3556
                },
3557
                {
3558
                    "name": "Omnipay Contributors",
3559
                    "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
3560
                }
3561
            ],
3562
            "description": "Authorize.Net gateway for the Omnipay payment processing library",
3563
            "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
3564
            "keywords": [
3565
                "authorize",
3566
                "authorize net",
3567
                "authorize.net",
3568
                "gateway",
3569
                "merchant",
3570
                "omnipay",
3571
                "pay",
3572
                "payment"
3573
            ],
3574
            "time": "2015-07-15 18:11:17"
3575
        },
3576
        {
3577
            "name": "omnipay/buckaroo",
3578
            "version": "v2.0.1",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
3582
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3587
                "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "omnipay/common": "~2.0"
3592
            },
3593
            "require-dev": {
3594
                "omnipay/tests": "~2.0"
3595
            },
3596
            "type": "library",
3597
            "extra": {
3598
                "branch-alias": {
3599
                    "dev-master": "2.0.x-dev"
3600
                }
3601
            },
3602
            "autoload": {
3603
                "psr-4": {
3604
                    "Omnipay\\Buckaroo\\": "src/"
3605
                }
3606
            },
3607
            "notification-url": "https://packagist.org/downloads/",
3608
            "license": [
3609
                "MIT"
3610
            ],
3611
            "authors": [
3612
                {
3613
                    "name": "Adrian Macneil",
3614
                    "email": "[email protected]"
3615
                },
3616
                {
3617
                    "name": "Omnipay Contributors",
3618
                    "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
3619
                }
3620
            ],
3621
            "description": "Buckaroo driver for the Omnipay payment processing library",
3622
            "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
3623
            "keywords": [
3624
                "buckaroo",
3625
                "gateway",
3626
                "merchant",
3627
                "omnipay",
3628
                "pay",
3629
                "payment"
3630
            ],
3631
            "time": "2014-09-17 00:35:28"
3632
        },
3633
        {
3634
            "name": "omnipay/cardsave",
3635
            "version": "2.1.2",
3636
            "source": {
3637
                "type": "git",
3638
                "url": "https://github.com/thephpleague/omnipay-cardsave.git",
3639
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
3640
            },
3641
            "dist": {
3642
                "type": "zip",
3643
                "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3644
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
3645
                "shasum": ""
3646
            },
3647
            "require": {
3648
                "omnipay/common": "~2.0"
3649
            },
3650
            "require-dev": {
3651
                "omnipay/tests": "~2.0"
3652
            },
3653
            "type": "library",
3654
            "extra": {
3655
                "branch-alias": {
3656
                    "dev-master": "2.0.x-dev"
3657
                }
3658
            },
3659
            "autoload": {
3660
                "psr-4": {
3661
                    "Omnipay\\CardSave\\": "src/"
3662
                }
3663
            },
3664
            "notification-url": "https://packagist.org/downloads/",
3665
            "license": [
3666
                "MIT"
3667
            ],
3668
            "authors": [
3669
                {
3670
                    "name": "Adrian Macneil",
3671
                    "email": "[email protected]"
3672
                },
3673
                {
3674
                    "name": "Omnipay Contributors",
3675
                    "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
3676
                }
3677
            ],
3678
            "description": "CardSave driver for the Omnipay payment processing library",
3679
            "homepage": "https://github.com/thephpleague/omnipay-cardsave",
3680
            "keywords": [
3681
                "card save",
3682
                "cardsave",
3683
                "gateway",
3684
                "merchant",
3685
                "omnipay",
3686
                "pay",
3687
                "payment"
3688
            ],
3689
            "time": "2014-09-21 02:27:16"
3690
        },
3691
        {
3692
            "name": "omnipay/coinbase",
3693
            "version": "v2.0.4",
3694
            "source": {
3695
                "type": "git",
3696
                "url": "https://github.com/thephpleague/omnipay-coinbase.git",
3697
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
3698
            },
3699
            "dist": {
3700
                "type": "zip",
3701
                "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3702
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
3703
                "shasum": ""
3704
            },
3705
            "require": {
3706
                "omnipay/common": "~2.0"
3707
            },
3708
            "require-dev": {
3709
                "omnipay/tests": "~2.0"
3710
            },
3711
            "type": "library",
3712
            "extra": {
3713
                "branch-alias": {
3714
                    "dev-master": "2.0.x-dev"
3715
                }
3716
            },
3717
            "autoload": {
3718
                "psr-4": {
3719
                    "Omnipay\\Coinbase\\": "src/"
3720
                }
3721
            },
3722
            "notification-url": "https://packagist.org/downloads/",
3723
            "license": [
3724
                "MIT"
3725
            ],
3726
            "authors": [
3727
                {
3728
                    "name": "Adrian Macneil",
3729
                    "email": "[email protected]"
3730
                },
3731
                {
3732
                    "name": "Omnipay Contributors",
3733
                    "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
3734
                }
3735
            ],
3736
            "description": "Coinbase driver for the Omnipay payment processing library",
3737
            "homepage": "https://github.com/thephpleague/omnipay-coinbase",
3738
            "keywords": [
3739
                "coinbase",
3740
                "gateway",
3741
                "merchant",
3742
                "omnipay",
3743
                "pay",
3744
                "payment"
3745
            ],
3746
            "time": "2015-03-06 05:35:39"
3747
        },
3748
        {
3749
            "name": "omnipay/common",
3750
            "version": "v2.3.4",
3751
            "source": {
3752
                "type": "git",
3753
                "url": "https://github.com/thephpleague/omnipay-common.git",
3754
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
3755
            },
3756
            "dist": {
3757
                "type": "zip",
3758
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
3759
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
3760
                "shasum": ""
3761
            },
3762
            "require": {
3763
                "guzzle/guzzle": "~3.9",
3764
                "php": ">=5.3.2",
3765
                "symfony/http-foundation": "~2.1"
3766
            },
3767
            "require-dev": {
3768
                "omnipay/tests": "~2.0"
3769
            },
3770
            "type": "library",
3771
            "extra": {
3772
                "branch-alias": {
3773
                    "dev-master": "2.0.x-dev"
3774
                },
3775
                "gateways": [
3776
                    "AuthorizeNet_AIM",
3777
                    "AuthorizeNet_SIM",
3778
                    "Buckaroo",
3779
                    "Buckaroo_Ideal",
3780
                    "Buckaroo_PayPal",
3781
                    "CardSave",
3782
                    "Coinbase",
3783
                    "Dummy",
3784
                    "Eway_Rapid",
3785
                    "FirstData_Connect",
3786
                    "GoCardless",
3787
                    "Manual",
3788
                    "Migs_ThreeParty",
3789
                    "Migs_TwoParty",
3790
                    "Mollie",
3791
                    "MultiSafepay",
3792
                    "Netaxept",
3793
                    "NetBanx",
3794
                    "PayFast",
3795
                    "Payflow_Pro",
3796
                    "PaymentExpress_PxPay",
3797
                    "PaymentExpress_PxPost",
3798
                    "PayPal_Express",
3799
                    "PayPal_Pro",
3800
                    "Pin",
3801
                    "SagePay_Direct",
3802
                    "SagePay_Server",
3803
                    "SecurePay_DirectPost",
3804
                    "Stripe",
3805
                    "TargetPay_Directebanking",
3806
                    "TargetPay_Ideal",
3807
                    "TargetPay_Mrcash",
3808
                    "TwoCheckout",
3809
                    "WorldPay",
3810
                    "Alipay Bank",
3811
                    "AliPay Dual Func",
3812
                    "Alipay Express",
3813
                    "Alipay Mobile Express",
3814
                    "Alipay Secured",
3815
                    "Alipay Wap Express",
3816
                    "Cybersource",
3817
                    "DataCash",
3818
                    "Ecopayz",
3819
                    "Neteller",
3820
                    "Pacnet",
3821
                    "PaymentSense",
3822
                    "Realex Remote",
3823
                    "SecPay (PayPoint.net)",
3824
                    "Sisow",
3825
                    "Skrill",
3826
                    "YandexMoney",
3827
                    "YandexMoneyIndividual"
3828
                ]
3829
            },
3830
            "autoload": {
3831
                "psr-0": {
3832
                    "Omnipay\\Common\\": "src/"
3833
                },
3834
                "classmap": [
3835
                    "src/Omnipay/Omnipay.php"
3836
                ]
3837
            },
3838
            "notification-url": "https://packagist.org/downloads/",
3839
            "license": [
3840
                "MIT"
3841
            ],
3842
            "authors": [
3843
                {
3844
                    "name": "Adrian Macneil",
3845
                    "email": "[email protected]"
3846
                },
3847
                {
3848
                    "name": "Omnipay Contributors",
3849
                    "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
3850
                }
3851
            ],
3852
            "description": "Common components for Omnipay payment processing library",
3853
            "homepage": "https://github.com/thephpleague/omnipay-common",
3854
            "keywords": [
3855
                "gateway",
3856
                "merchant",
3857
                "omnipay",
3858
                "pay",
3859
                "payment",
3860
                "purchase"
3861
            ],
3862
            "time": "2015-03-30 14:34:46"
3863
        },
3864
        {
3865
            "name": "omnipay/dummy",
3866
            "version": "v2.1.1",
3867
            "source": {
3868
                "type": "git",
3869
                "url": "https://github.com/thephpleague/omnipay-dummy.git",
3870
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
3871
            },
3872
            "dist": {
3873
                "type": "zip",
3874
                "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3875
                "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
3876
                "shasum": ""
3877
            },
3878
            "require": {
3879
                "omnipay/common": "~2.0"
3880
            },
3881
            "require-dev": {
3882
                "omnipay/tests": "~2.0"
3883
            },
3884
            "type": "library",
3885
            "extra": {
3886
                "branch-alias": {
3887
                    "dev-master": "2.0.x-dev"
3888
                }
3889
            },
3890
            "autoload": {
3891
                "psr-4": {
3892
                    "Omnipay\\Dummy\\": "src/"
3893
                }
3894
            },
3895
            "notification-url": "https://packagist.org/downloads/",
3896
            "license": [
3897
                "MIT"
3898
            ],
3899
            "authors": [
3900
                {
3901
                    "name": "Adrian Macneil",
3902
                    "email": "[email protected]"
3903
                },
3904
                {
3905
                    "name": "Omnipay Contributors",
3906
                    "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
3907
                }
3908
            ],
3909
            "description": "Dummy driver for the Omnipay payment processing library",
3910
            "homepage": "https://github.com/thephpleague/omnipay-dummy",
3911
            "keywords": [
3912
                "Dummy",
3913
                "gateway",
3914
                "merchant",
3915
                "omnipay",
3916
                "pay",
3917
                "payment"
3918
            ],
3919
            "time": "2014-09-17 00:39:36"
3920
        },
3921
        {
3922
            "name": "omnipay/eway",
3923
            "version": "v2.2.0",
3924
            "source": {
3925
                "type": "git",
3926
                "url": "https://github.com/thephpleague/omnipay-eway.git",
3927
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
3928
            },
3929
            "dist": {
3930
                "type": "zip",
3931
                "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
3932
                "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
3933
                "shasum": ""
3934
            },
3935
            "require": {
3936
                "omnipay/common": "~2.0"
3937
            },
3938
            "require-dev": {
3939
                "omnipay/tests": "~2.0"
3940
            },
3941
            "type": "library",
3942
            "extra": {
3943
                "branch-alias": {
3944
                    "dev-master": "2.0.x-dev"
3945
                }
3946
            },
3947
            "autoload": {
3948
                "psr-4": {
3949
                    "Omnipay\\Eway\\": "src/"
3950
                }
3951
            },
3952
            "notification-url": "https://packagist.org/downloads/",
3953
            "license": [
3954
                "MIT"
3955
            ],
3956
            "authors": [
3957
                {
3958
                    "name": "Adrian Macneil",
3959
                    "email": "[email protected]"
3960
                },
3961
                {
3962
                    "name": "Omnipay Contributors",
3963
                    "homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
3964
                }
3965
            ],
3966
            "description": "eWay driver for the Omnipay payment processing library",
3967
            "homepage": "https://github.com/thephpleague/omnipay-eway",
3968
            "keywords": [
3969
                "eway",
3970
                "gateway",
3971
                "merchant",
3972
                "omnipay",
3973
                "pay",
3974
                "payment"
3975
            ],
3976
            "time": "2015-03-30 00:28:33"
3977
        },
3978
        {
3979
            "name": "omnipay/firstdata",
3980
            "version": "v2.2.0",
3981
            "source": {
3982
                "type": "git",
3983
                "url": "https://github.com/thephpleague/omnipay-firstdata.git",
3984
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
3985
            },
3986
            "dist": {
3987
                "type": "zip",
3988
                "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
3989
                "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
3990
                "shasum": ""
3991
            },
3992
            "require": {
3993
                "omnipay/common": "~2.0"
3994
            },
3995
            "require-dev": {
3996
                "omnipay/tests": "~2.0"
3997
            },
3998
            "type": "library",
3999
            "extra": {
4000
                "branch-alias": {
4001
                    "dev-master": "2.0.x-dev"
4002
                }
4003
            },
4004
            "autoload": {
4005
                "psr-4": {
4006
                    "Omnipay\\FirstData\\": "src/"
4007
                }
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "MIT"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Adrian Macneil",
4016
                    "email": "[email protected]"
4017
                },
4018
                {
4019
                    "name": "Omnipay Contributors",
4020
                    "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
4021
                }
4022
            ],
4023
            "description": "First Data driver for the Omnipay payment processing library",
4024
            "homepage": "https://github.com/thephpleague/omnipay-firstdata",
4025
            "keywords": [
4026
                "first data",
4027
                "firstdata",
4028
                "gateway",
4029
                "merchant",
4030
                "omnipay",
4031
                "pay",
4032
                "payment"
4033
            ],
4034
            "time": "2015-07-28 17:50:44"
4035
        },
4036
        {
4037
            "name": "omnipay/gocardless",
4038
            "version": "2.2.0",
4039
            "source": {
4040
                "type": "git",
4041
                "url": "https://github.com/thephpleague/omnipay-gocardless.git",
4042
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
4043
            },
4044
            "dist": {
4045
                "type": "zip",
4046
                "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4047
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
4048
                "shasum": ""
4049
            },
4050
            "require": {
4051
                "omnipay/common": "~2.0"
4052
            },
4053
            "require-dev": {
4054
                "omnipay/tests": "~2.0"
4055
            },
4056
            "type": "library",
4057
            "extra": {
4058
                "branch-alias": {
4059
                    "dev-master": "2.0.x-dev"
4060
                }
4061
            },
4062
            "autoload": {
4063
                "psr-4": {
4064
                    "Omnipay\\GoCardless\\": "src/"
4065
                }
4066
            },
4067
            "notification-url": "https://packagist.org/downloads/",
4068
            "license": [
4069
                "MIT"
4070
            ],
4071
            "authors": [
4072
                {
4073
                    "name": "Adrian Macneil",
4074
                    "email": "[email protected]"
4075
                },
4076
                {
4077
                    "name": "Omnipay Contributors",
4078
                    "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
4079
                }
4080
            ],
4081
            "description": "GoCardless driver for the Omnipay payment processing library",
4082
            "homepage": "https://github.com/thephpleague/omnipay-gocardless",
4083
            "keywords": [
4084
                "gateway",
4085
                "go cardless",
4086
                "gocardless",
4087
                "merchant",
4088
                "omnipay",
4089
                "pay",
4090
                "payment"
4091
            ],
4092
            "time": "2015-09-24 14:44:29"
4093
        },
4094
        {
4095
            "name": "omnipay/manual",
4096
            "version": "v2.1.1",
4097
            "source": {
4098
                "type": "git",
4099
                "url": "https://github.com/thephpleague/omnipay-manual.git",
4100
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
4101
            },
4102
            "dist": {
4103
                "type": "zip",
4104
                "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4105
                "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
4106
                "shasum": ""
4107
            },
4108
            "require": {
4109
                "omnipay/common": "~2.0"
4110
            },
4111
            "require-dev": {
4112
                "omnipay/tests": "~2.0"
4113
            },
4114
            "type": "library",
4115
            "extra": {
4116
                "branch-alias": {
4117
                    "dev-master": "2.0.x-dev"
4118
                }
4119
            },
4120
            "autoload": {
4121
                "psr-4": {
4122
                    "Omnipay\\Manual\\": "src/"
4123
                }
4124
            },
4125
            "notification-url": "https://packagist.org/downloads/",
4126
            "license": [
4127
                "MIT"
4128
            ],
4129
            "authors": [
4130
                {
4131
                    "name": "Adrian Macneil",
4132
                    "email": "[email protected]"
4133
                },
4134
                {
4135
                    "name": "Omnipay Contributors",
4136
                    "homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
4137
                }
4138
            ],
4139
            "description": "Manual driver for the Omnipay payment processing library",
4140
            "homepage": "https://github.com/thephpleague/omnipay-manual",
4141
            "keywords": [
4142
                "gateway",
4143
                "manual",
4144
                "merchant",
4145
                "omnipay",
4146
                "pay",
4147
                "payment"
4148
            ],
4149
            "time": "2014-09-17 00:37:01"
4150
        },
4151
        {
4152
            "name": "omnipay/migs",
4153
            "version": "v2.1.1",
4154
            "source": {
4155
                "type": "git",
4156
                "url": "https://github.com/thephpleague/omnipay-migs.git",
4157
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
4158
            },
4159
            "dist": {
4160
                "type": "zip",
4161
                "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4162
                "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
4163
                "shasum": ""
4164
            },
4165
            "require": {
4166
                "omnipay/common": "~2.0"
4167
            },
4168
            "require-dev": {
4169
                "omnipay/tests": "~2.0"
4170
            },
4171
            "type": "library",
4172
            "extra": {
4173
                "branch-alias": {
4174
                    "dev-master": "2.0.x-dev"
4175
                }
4176
            },
4177
            "autoload": {
4178
                "psr-4": {
4179
                    "Omnipay\\Migs\\": "src/"
4180
                }
4181
            },
4182
            "notification-url": "https://packagist.org/downloads/",
4183
            "license": [
4184
                "MIT"
4185
            ],
4186
            "authors": [
4187
                {
4188
                    "name": "Adrian Macneil",
4189
                    "email": "[email protected]"
4190
                },
4191
                {
4192
                    "name": "Omnipay Contributors",
4193
                    "homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
4194
                }
4195
            ],
4196
            "description": "MIGS driver for the Omnipay payment processing library",
4197
            "homepage": "https://github.com/thephpleague/omnipay-migs",
4198
            "keywords": [
4199
                "gateway",
4200
                "mastercard internet gateway service",
4201
                "merchant",
4202
                "migs",
4203
                "omnipay",
4204
                "pay",
4205
                "payment"
4206
            ],
4207
            "time": "2014-09-17 00:38:25"
4208
        },
4209
        {
4210
            "name": "omnipay/mollie",
4211
            "version": "v3.0.4",
4212
            "source": {
4213
                "type": "git",
4214
                "url": "https://github.com/thephpleague/omnipay-mollie.git",
4215
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
4216
            },
4217
            "dist": {
4218
                "type": "zip",
4219
                "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
4220
                "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
4221
                "shasum": ""
4222
            },
4223
            "require": {
4224
                "omnipay/common": "~2.2"
4225
            },
4226
            "require-dev": {
4227
                "omnipay/tests": "~2.0"
4228
            },
4229
            "type": "library",
4230
            "extra": {
4231
                "branch-alias": {
4232
                    "dev-master": "2.0.x-dev"
4233
                }
4234
            },
4235
            "autoload": {
4236
                "psr-4": {
4237
                    "Omnipay\\Mollie\\": "src/"
4238
                }
4239
            },
4240
            "notification-url": "https://packagist.org/downloads/",
4241
            "license": [
4242
                "MIT"
4243
            ],
4244
            "authors": [
4245
                {
4246
                    "name": "Adrian Macneil",
4247
                    "email": "[email protected]"
4248
                },
4249
                {
4250
                    "name": "Omnipay Contributors",
4251
                    "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
4252
                }
4253
            ],
4254
            "description": "Mollie driver for the Omnipay payment processing library",
4255
            "homepage": "https://github.com/thephpleague/omnipay-mollie",
4256
            "keywords": [
4257
                "gateway",
4258
                "merchant",
4259
                "mollie",
4260
                "omnipay",
4261
                "pay",
4262
                "payment"
4263
            ],
4264
            "time": "2015-03-03 18:55:42"
4265
        },
4266
        {
4267
            "name": "omnipay/multisafepay",
4268
            "version": "V2.2.0",
4269
            "source": {
4270
                "type": "git",
4271
                "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
4272
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
4273
            },
4274
            "dist": {
4275
                "type": "zip",
4276
                "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4277
                "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
4278
                "shasum": ""
4279
            },
4280
            "require": {
4281
                "omnipay/common": "~2.0"
4282
            },
4283
            "require-dev": {
4284
                "omnipay/tests": "~2.0"
4285
            },
4286
            "type": "library",
4287
            "extra": {
4288
                "branch-alias": {
4289
                    "dev-master": "2.0.x-dev"
4290
                }
4291
            },
4292
            "autoload": {
4293
                "psr-4": {
4294
                    "Omnipay\\MultiSafepay\\": "src/"
4295
                }
4296
            },
4297
            "notification-url": "https://packagist.org/downloads/",
4298
            "license": [
4299
                "MIT"
4300
            ],
4301
            "authors": [
4302
                {
4303
                    "name": "Adrian Macneil",
4304
                    "email": "[email protected]"
4305
                },
4306
                {
4307
                    "name": "Omnipay Contributors",
4308
                    "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
4309
                }
4310
            ],
4311
            "description": "MultiSafepay driver for the Omnipay payment processing library",
4312
            "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
4313
            "keywords": [
4314
                "gateway",
4315
                "merchant",
4316
                "multi safepay",
4317
                "multisafepay",
4318
                "omnipay",
4319
                "pay",
4320
                "payment"
4321
            ],
4322
            "time": "2015-01-14 04:01:43"
4323
        },
4324
        {
4325
            "name": "omnipay/netaxept",
4326
            "version": "v2.3.0",
4327
            "source": {
4328
                "type": "git",
4329
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
4330
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
4331
            },
4332
            "dist": {
4333
                "type": "zip",
4334
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
4335
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
4336
                "shasum": ""
4337
            },
4338
            "require": {
4339
                "omnipay/common": "~2.0"
4340
            },
4341
            "require-dev": {
4342
                "omnipay/tests": "~2.0"
4343
            },
4344
            "type": "library",
4345
            "extra": {
4346
                "branch-alias": {
4347
                    "dev-master": "2.0.x-dev"
4348
                }
4349
            },
4350
            "autoload": {
4351
                "psr-4": {
4352
                    "Omnipay\\Netaxept\\": "src/"
4353
                }
4354
            },
4355
            "notification-url": "https://packagist.org/downloads/",
4356
            "license": [
4357
                "MIT"
4358
            ],
4359
            "authors": [
4360
                {
4361
                    "name": "Adrian Macneil",
4362
                    "email": "[email protected]"
4363
                },
4364
                {
4365
                    "name": "Omnipay Contributors",
4366
                    "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
4367
                }
4368
            ],
4369
            "description": "Netaxept driver for the Omnipay payment processing library",
4370
            "homepage": "https://github.com/thephpleague/omnipay-netaxept",
4371
            "keywords": [
4372
                "gateway",
4373
                "merchant",
4374
                "netaxept",
4375
                "omnipay",
4376
                "pay",
4377
                "payment"
4378
            ],
4379
            "time": "2015-05-08 15:13:17"
4380
        },
4381
        {
4382
            "name": "omnipay/netbanx",
4383
            "version": "v2.1.1",
4384
            "source": {
4385
                "type": "git",
4386
                "url": "https://github.com/thephpleague/omnipay-netbanx.git",
4387
                "reference": "a56900120e676385cc42d67c82985fcaaa752140"
4388
            },
4389
            "dist": {
4390
                "type": "zip",
4391
                "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
4392
                "reference": "a56900120e676385cc42d67c82985fcaaa752140",
4393
                "shasum": ""
4394
            },
4395
            "require": {
4396
                "omnipay/common": "~2.0"
4397
            },
4398
            "require-dev": {
4399
                "omnipay/tests": "~2.0"
4400
            },
4401
            "type": "library",
4402
            "extra": {
4403
                "branch-alias": {
4404
                    "dev-master": "2.0.x-dev"
4405
                }
4406
            },
4407
            "autoload": {
4408
                "psr-4": {
4409
                    "Omnipay\\NetBanx\\": "src/"
4410
                }
4411
            },
4412
            "notification-url": "https://packagist.org/downloads/",
4413
            "license": [
4414
                "MIT"
4415
            ],
4416
            "authors": [
4417
                {
4418
                    "name": "Adrian Macneil",
4419
                    "email": "[email protected]"
4420
                },
4421
                {
4422
                    "name": "Omnipay Contributors",
4423
                    "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
4424
                }
4425
            ],
4426
            "description": "NetBanx driver for the Omnipay payment processing library",
4427
            "homepage": "https://github.com/thephpleague/omnipay-netbanx",
4428
            "keywords": [
4429
                "gateway",
4430
                "merchant",
4431
                "netbanx",
4432
                "omnipay",
4433
                "pay",
4434
                "payment"
4435
            ],
4436
            "time": "2014-09-17 00:38:46"
4437
        },
4438
        {
4439
            "name": "omnipay/omnipay",
4440
            "version": "2.3.2",
4441
            "source": {
4442
                "type": "git",
4443
                "url": "https://github.com/thephpleague/omnipay.git",
4444
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
4445
            },
4446
            "dist": {
4447
                "type": "zip",
4448
                "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4449
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
4450
                "shasum": ""
4451
            },
4452
            "require": {
4453
                "omnipay/2checkout": "~2.0",
4454
                "omnipay/authorizenet": "~2.0",
4455
                "omnipay/buckaroo": "~2.0",
4456
                "omnipay/cardsave": "~2.0",
4457
                "omnipay/coinbase": "~2.0",
4458
                "omnipay/common": "~2.3.0",
4459
                "omnipay/dummy": "~2.0",
4460
                "omnipay/eway": "~2.0",
4461
                "omnipay/firstdata": "~2.0",
4462
                "omnipay/gocardless": "~2.0",
4463
                "omnipay/manual": "~2.0",
4464
                "omnipay/migs": "~2.0",
4465
                "omnipay/mollie": "~3.0",
4466
                "omnipay/multisafepay": "~2.0",
4467
                "omnipay/netaxept": "~2.0",
4468
                "omnipay/netbanx": "~2.0",
4469
                "omnipay/payfast": "~2.0",
4470
                "omnipay/payflow": "~2.0",
4471
                "omnipay/paymentexpress": "~2.0",
4472
                "omnipay/paypal": "~2.0",
4473
                "omnipay/pin": "~2.0",
4474
                "omnipay/sagepay": "~2.0",
4475
                "omnipay/securepay": "~2.0",
4476
                "omnipay/stripe": "~2.0",
4477
                "omnipay/targetpay": "~2.0",
4478
                "omnipay/worldpay": "~2.0"
4479
            },
4480
            "require-dev": {
4481
                "omnipay/tests": "~2.0"
4482
            },
4483
            "type": "metapackage",
4484
            "extra": {
4485
                "branch-alias": {
4486
                    "dev-master": "2.0.x-dev"
4487
                }
4488
            },
4489
            "notification-url": "https://packagist.org/downloads/",
4490
            "license": [
4491
                "MIT"
4492
            ],
4493
            "authors": [
4494
                {
4495
                    "name": "Adrian Macneil",
4496
                    "email": "[email protected]"
4497
                },
4498
                {
4499
                    "name": "Omnipay Community",
4500
                    "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
4501
                }
4502
            ],
4503
            "description": "Includes Omnipay payment processing library and all officially supported gateways",
4504
            "homepage": "https://github.com/thephpleague/omnipay",
4505
            "keywords": [
4506
                "2checkout",
4507
                "2co",
4508
                "auth.net",
4509
                "authorize",
4510
                "authorize.net",
4511
                "buckaroo",
4512
                "cardsave",
4513
                "coinbase",
4514
                "commweb",
4515
                "dps",
4516
                "egate",
4517
                "eway",
4518
                "express",
4519
                "first data",
4520
                "firstdata",
4521
                "gateway",
4522
                "gocardless",
4523
                "ideal",
4524
                "merchant",
4525
                "migs",
4526
                "mollie",
4527
                "multisafepay",
4528
                "netaxept",
4529
                "netbanx",
4530
                "pay",
4531
                "payfast",
4532
                "payflow",
4533
                "payment",
4534
                "paymentexpress",
4535
                "paypal",
4536
                "pin",
4537
                "purchase",
4538
                "rapid",
4539
                "sagepay",
4540
                "securepay",
4541
                "stripe",
4542
                "tala",
4543
                "tala-payments",
4544
                "targetpay",
4545
                "twocheckout",
4546
                "worldpay"
4547
            ],
4548
            "time": "2014-12-10 13:55:00"
4549
        },
4550
        {
4551
            "name": "omnipay/payfast",
4552
            "version": "v2.1.1",
4553
            "source": {
4554
                "type": "git",
4555
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
4556
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
4557
            },
4558
            "dist": {
4559
                "type": "zip",
4560
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4561
                "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
4562
                "shasum": ""
4563
            },
4564
            "require": {
4565
                "omnipay/common": "~2.0"
4566
            },
4567
            "require-dev": {
4568
                "omnipay/tests": "~2.0"
4569
            },
4570
            "type": "library",
4571
            "extra": {
4572
                "branch-alias": {
4573
                    "dev-master": "2.0.x-dev"
4574
                }
4575
            },
4576
            "autoload": {
4577
                "psr-4": {
4578
                    "Omnipay\\PayFast\\": "src/"
4579
                }
4580
            },
4581
            "notification-url": "https://packagist.org/downloads/",
4582
            "license": [
4583
                "MIT"
4584
            ],
4585
            "authors": [
4586
                {
4587
                    "name": "Adrian Macneil",
4588
                    "email": "[email protected]"
4589
                },
4590
                {
4591
                    "name": "Omnipay Contributors",
4592
                    "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
4593
                }
4594
            ],
4595
            "description": "PayFast driver for the Omnipay payment processing library",
4596
            "homepage": "https://github.com/thephpleague/omnipay-payfast",
4597
            "keywords": [
4598
                "gateway",
4599
                "merchant",
4600
                "omnipay",
4601
                "pay",
4602
                "payfast",
4603
                "payment"
4604
            ],
4605
            "time": "2014-09-17 00:39:04"
4606
        },
4607
        {
4608
            "name": "omnipay/payflow",
4609
            "version": "2.2.0",
4610
            "source": {
4611
                "type": "git",
4612
                "url": "https://github.com/thephpleague/omnipay-payflow.git",
4613
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
4614
            },
4615
            "dist": {
4616
                "type": "zip",
4617
                "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4618
                "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
4619
                "shasum": ""
4620
            },
4621
            "require": {
4622
                "omnipay/common": "~2.0"
4623
            },
4624
            "require-dev": {
4625
                "omnipay/tests": "~2.0"
4626
            },
4627
            "type": "library",
4628
            "extra": {
4629
                "branch-alias": {
4630
                    "dev-master": "2.0.x-dev"
4631
                }
4632
            },
4633
            "autoload": {
4634
                "psr-4": {
4635
                    "Omnipay\\Payflow\\": "src/"
4636
                }
4637
            },
4638
            "notification-url": "https://packagist.org/downloads/",
4639
            "license": [
4640
                "MIT"
4641
            ],
4642
            "authors": [
4643
                {
4644
                    "name": "Adrian Macneil",
4645
                    "email": "[email protected]"
4646
                },
4647
                {
4648
                    "name": "Omnipay Contributors",
4649
                    "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
4650
                }
4651
            ],
4652
            "description": "Payflow driver for the Omnipay payment processing library",
4653
            "homepage": "https://github.com/thephpleague/omnipay-payflow",
4654
            "keywords": [
4655
                "gateway",
4656
                "merchant",
4657
                "omnipay",
4658
                "pay",
4659
                "payflow",
4660
                "payment"
4661
            ],
4662
            "time": "2015-11-03 20:55:42"
4663
        },
4664
        {
4665
            "name": "omnipay/paymentexpress",
4666
            "version": "v2.1.2",
4667
            "source": {
4668
                "type": "git",
4669
                "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
4670
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
4671
            },
4672
            "dist": {
4673
                "type": "zip",
4674
                "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
4675
                "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
4676
                "shasum": ""
4677
            },
4678
            "require": {
4679
                "omnipay/common": "~2.0"
4680
            },
4681
            "require-dev": {
4682
                "omnipay/tests": "~2.0"
4683
            },
4684
            "type": "library",
4685
            "extra": {
4686
                "branch-alias": {
4687
                    "dev-master": "2.0.x-dev"
4688
                }
4689
            },
4690
            "autoload": {
4691
                "psr-4": {
4692
                    "Omnipay\\PaymentExpress\\": "src/"
4693
                }
4694
            },
4695
            "notification-url": "https://packagist.org/downloads/",
4696
            "license": [
4697
                "MIT"
4698
            ],
4699
            "authors": [
4700
                {
4701
                    "name": "Adrian Macneil",
4702
                    "email": "[email protected]"
4703
                },
4704
                {
4705
                    "name": "Omnipay Contributors",
4706
                    "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
4707
                }
4708
            ],
4709
            "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
4710
            "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
4711
            "keywords": [
4712
                "direct payment solutions",
4713
                "dps",
4714
                "gateway",
4715
                "merchant",
4716
                "omnipay",
4717
                "pay",
4718
                "payment",
4719
                "payment express",
4720
                "paymentexpress",
4721
                "pxaccess",
4722
                "pxpay",
4723
                "pxpost"
4724
            ],
4725
            "time": "2015-04-03 00:20:28"
4726
        },
4727
        {
4728
            "name": "omnipay/paypal",
4729
            "version": "v2.4.3",
4730
            "source": {
4731
                "type": "git",
4732
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
4733
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224"
4734
            },
4735
            "dist": {
4736
                "type": "zip",
4737
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4738
                "reference": "53511ea0bd7e3cf9cabf79c79290a162ceee1224",
4739
                "shasum": ""
4740
            },
4741
            "require": {
4742
                "omnipay/common": "~2.0"
4743
            },
4744
            "require-dev": {
4745
                "omnipay/tests": "~2.0"
4746
            },
4747
            "type": "library",
4748
            "extra": {
4749
                "branch-alias": {
4750
                    "dev-master": "2.3.x-dev"
4751
                }
4752
            },
4753
            "autoload": {
4754
                "psr-4": {
4755
                    "Omnipay\\PayPal\\": "src/"
4756
                }
4757
            },
4758
            "notification-url": "https://packagist.org/downloads/",
4759
            "license": [
4760
                "MIT"
4761
            ],
4762
            "authors": [
4763
                {
4764
                    "name": "Adrian Macneil",
4765
                    "email": "[email protected]"
4766
                },
4767
                {
4768
                    "name": "Omnipay Contributors",
4769
                    "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
4770
                }
4771
            ],
4772
            "description": "PayPal gateway for Omnipay payment processing library",
4773
            "homepage": "https://github.com/thephpleague/omnipay-paypal",
4774
            "keywords": [
4775
                "gateway",
4776
                "merchant",
4777
                "omnipay",
4778
                "pay",
4779
                "payment",
4780
                "paypal",
4781
                "purchase"
4782
            ],
4783
            "time": "2015-07-08 17:27:39"
4784
        },
4785
        {
4786
            "name": "omnipay/pin",
4787
            "version": "v2.1.0",
4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/omnipay/pin.git",
4791
                "reference": "04e778e9689882d4c40419263014068b69b93168"
4792
            },
4793
            "dist": {
4794
                "type": "zip",
4795
                "url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
4796
                "reference": "04e778e9689882d4c40419263014068b69b93168",
4797
                "shasum": ""
4798
            },
4799
            "require": {
4800
                "omnipay/common": "~2.0"
4801
            },
4802
            "require-dev": {
4803
                "omnipay/tests": "~2.0"
4804
            },
4805
            "type": "library",
4806
            "extra": {
4807
                "branch-alias": {
4808
                    "dev-master": "2.0.x-dev"
4809
                }
4810
            },
4811
            "autoload": {
4812
                "psr-4": {
4813
                    "Omnipay\\Pin\\": "src/"
4814
                }
4815
            },
4816
            "notification-url": "https://packagist.org/downloads/",
4817
            "license": [
4818
                "MIT"
4819
            ],
4820
            "authors": [
4821
                {
4822
                    "name": "Adrian Macneil",
4823
                    "email": "[email protected]"
4824
                },
4825
                {
4826
                    "name": "Omnipay Contributors",
4827
                    "homepage": "https://github.com/omnipay/pin/contributors"
4828
                }
4829
            ],
4830
            "description": "Pin Payments driver for the Omnipay payment processing library",
4831
            "homepage": "https://github.com/omnipay/pin",
4832
            "keywords": [
4833
                "gateway",
4834
                "merchant",
4835
                "omnipay",
4836
                "pay",
4837
                "payment",
4838
                "pin"
4839
            ],
4840
            "time": "2014-04-14 11:26:15"
4841
        },
4842
        {
4843
            "name": "omnipay/sagepay",
4844
            "version": "v2.2.0",
4845
            "source": {
4846
                "type": "git",
4847
                "url": "https://github.com/thephpleague/omnipay-sagepay.git",
4848
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
4849
            },
4850
            "dist": {
4851
                "type": "zip",
4852
                "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
4853
                "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
4854
                "shasum": ""
4855
            },
4856
            "require": {
4857
                "omnipay/common": "~2.0"
4858
            },
4859
            "require-dev": {
4860
                "omnipay/tests": "~2.0"
4861
            },
4862
            "type": "library",
4863
            "extra": {
4864
                "branch-alias": {
4865
                    "dev-master": "2.0.x-dev"
4866
                }
4867
            },
4868
            "autoload": {
4869
                "psr-4": {
4870
                    "Omnipay\\SagePay\\": "src/"
4871
                }
4872
            },
4873
            "notification-url": "https://packagist.org/downloads/",
4874
            "license": [
4875
                "MIT"
4876
            ],
4877
            "authors": [
4878
                {
4879
                    "name": "Adrian Macneil",
4880
                    "email": "[email protected]"
4881
                },
4882
                {
4883
                    "name": "Omnipay Contributors",
4884
                    "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
4885
                }
4886
            ],
4887
            "description": "Sage Pay driver for the Omnipay PHP payment processing library",
4888
            "homepage": "https://github.com/thephpleague/omnipay-sagepay",
4889
            "keywords": [
4890
                "gateway",
4891
                "merchant",
4892
                "omnipay",
4893
                "pay",
4894
                "payment",
4895
                "purchase",
4896
                "sage pay",
4897
                "sagepay"
4898
            ],
4899
            "time": "2015-04-02 17:46:20"
4900
        },
4901
        {
4902
            "name": "omnipay/securepay",
4903
            "version": "v2.1.0",
4904
            "source": {
4905
                "type": "git",
4906
                "url": "https://github.com/omnipay/securepay.git",
4907
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
4908
            },
4909
            "dist": {
4910
                "type": "zip",
4911
                "url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
4912
                "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
4913
                "shasum": ""
4914
            },
4915
            "require": {
4916
                "omnipay/common": "~2.0"
4917
            },
4918
            "require-dev": {
4919
                "omnipay/tests": "~2.0"
4920
            },
4921
            "type": "library",
4922
            "extra": {
4923
                "branch-alias": {
4924
                    "dev-master": "2.0.x-dev"
4925
                }
4926
            },
4927
            "autoload": {
4928
                "psr-4": {
4929
                    "Omnipay\\SecurePay\\": "src/"
4930
                }
4931
            },
4932
            "notification-url": "https://packagist.org/downloads/",
4933
            "license": [
4934
                "MIT"
4935
            ],
4936
            "authors": [
4937
                {
4938
                    "name": "Adrian Macneil",
4939
                    "email": "[email protected]"
4940
                },
4941
                {
4942
                    "name": "Omnipay Contributors",
4943
                    "homepage": "https://github.com/omnipay/securepay/contributors"
4944
                }
4945
            ],
4946
            "description": "SecurePay driver for the Omnipay payment processing library",
4947
            "homepage": "https://github.com/omnipay/securepay",
4948
            "keywords": [
4949
                "gateway",
4950
                "merchant",
4951
                "omnipay",
4952
                "pay",
4953
                "payment",
4954
                "securepay"
4955
            ],
4956
            "time": "2014-04-14 11:26:20"
4957
        },
4958
        {
4959
            "name": "omnipay/stripe",
4960
            "version": "v2.3.0",
4961
            "source": {
4962
                "type": "git",
4963
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
4964
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
4965
            },
4966
            "dist": {
4967
                "type": "zip",
4968
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
4969
                "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
4970
                "shasum": ""
4971
            },
4972
            "require": {
4973
                "omnipay/common": "~2.0"
4974
            },
4975
            "require-dev": {
4976
                "omnipay/tests": "~2.0"
4977
            },
4978
            "type": "library",
4979
            "extra": {
4980
                "branch-alias": {
4981
                    "dev-master": "2.0.x-dev"
4982
                }
4983
            },
4984
            "autoload": {
4985
                "psr-4": {
4986
                    "Omnipay\\Stripe\\": "src/"
4987
                }
4988
            },
4989
            "notification-url": "https://packagist.org/downloads/",
4990
            "license": [
4991
                "MIT"
4992
            ],
4993
            "authors": [
4994
                {
4995
                    "name": "Adrian Macneil",
4996
                    "email": "[email protected]"
4997
                },
4998
                {
4999
                    "name": "Omnipay Contributors",
5000
                    "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5001
                }
5002
            ],
5003
            "description": "Stripe driver for the Omnipay payment processing library",
5004
            "homepage": "https://github.com/thephpleague/omnipay-stripe",
5005
            "keywords": [
5006
                "gateway",
5007
                "merchant",
5008
                "omnipay",
5009
                "pay",
5010
                "payment",
5011
                "stripe"
5012
            ],
5013
            "time": "2015-11-10 16:17:35"
5014
        },
5015
        {
5016
            "name": "omnipay/targetpay",
5017
            "version": "v2.2.1",
5018
            "source": {
5019
                "type": "git",
5020
                "url": "https://github.com/thephpleague/omnipay-targetpay.git",
5021
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
5022
            },
5023
            "dist": {
5024
                "type": "zip",
5025
                "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5026
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
5027
                "shasum": ""
5028
            },
5029
            "require": {
5030
                "omnipay/common": "~2.0"
5031
            },
5032
            "require-dev": {
5033
                "omnipay/tests": "~2.0"
5034
            },
5035
            "type": "library",
5036
            "extra": {
5037
                "branch-alias": {
5038
                    "dev-master": "2.0.x-dev"
5039
                }
5040
            },
5041
            "autoload": {
5042
                "psr-4": {
5043
                    "Omnipay\\TargetPay\\": "src/"
5044
                }
5045
            },
5046
            "notification-url": "https://packagist.org/downloads/",
5047
            "license": [
5048
                "MIT"
5049
            ],
5050
            "authors": [
5051
                {
5052
                    "name": "Adrian Macneil",
5053
                    "email": "[email protected]"
5054
                },
5055
                {
5056
                    "name": "Omnipay Contributors",
5057
                    "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
5058
                }
5059
            ],
5060
            "description": "TargetPay driver for the Omnipay payment processing library",
5061
            "homepage": "https://github.com/thephpleague/omnipay-targetpay",
5062
            "keywords": [
5063
                "gateway",
5064
                "merchant",
5065
                "omnipay",
5066
                "pay",
5067
                "payment",
5068
                "targetpay"
5069
            ],
5070
            "time": "2014-09-17 00:38:39"
5071
        },
5072
        {
5073
            "name": "omnipay/worldpay",
5074
            "version": "v2.1.1",
5075
            "source": {
5076
                "type": "git",
5077
                "url": "https://github.com/thephpleague/omnipay-worldpay.git",
5078
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
5079
            },
5080
            "dist": {
5081
                "type": "zip",
5082
                "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
5083
                "reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
5084
                "shasum": ""
5085
            },
5086
            "require": {
5087
                "omnipay/common": "~2.0"
5088
            },
5089
            "require-dev": {
5090
                "omnipay/tests": "~2.0"
5091
            },
5092
            "type": "library",
5093
            "extra": {
5094
                "branch-alias": {
5095
                    "dev-master": "2.0.x-dev"
5096
                }
5097
            },
5098
            "autoload": {
5099
                "psr-4": {
5100
                    "Omnipay\\WorldPay\\": "src/"
5101
                }
5102
            },
5103
            "notification-url": "https://packagist.org/downloads/",
5104
            "license": [
5105
                "MIT"
5106
            ],
5107
            "authors": [
5108
                {
5109
                    "name": "Adrian Macneil",
5110
                    "email": "[email protected]"
5111
                },
5112
                {
5113
                    "name": "Omnipay Contributors",
5114
                    "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
5115
                }
5116
            ],
5117
            "description": "WorldPay driver for the Omnipay payment processing library",
5118
            "homepage": "https://github.com/thephpleague/omnipay-worldpay",
5119
            "keywords": [
5120
                "gateway",
5121
                "merchant",
5122
                "omnipay",
5123
                "pay",
5124
                "payment",
5125
                "worldpay"
5126
            ],
5127
            "time": "2014-09-17 00:37:18"
5128
        },
5129
        {
5130
            "name": "pagerfanta/pagerfanta",
5131
            "version": "v1.0.3",
5132
            "source": {
5133
                "type": "git",
5134
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
5135
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
5136
            },
5137
            "dist": {
5138
                "type": "zip",
5139
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
5140
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
5141
                "shasum": ""
5142
            },
5143
            "require": {
5144
                "php": ">=5.3.0"
5145
            },
5146
            "require-dev": {
5147
                "doctrine/orm": "~2.3",
5148
                "doctrine/phpcr-odm": "1.*",
5149
                "jackalope/jackalope-doctrine-dbal": "1.*",
5150
                "jmikola/geojson": "~1.0",
5151
                "mandango/mandango": "~1.0@dev",
5152
                "mandango/mondator": "~1.0@dev",
5153
                "phpunit/phpunit": "~4",
5154
                "propel/propel1": "~1.6",
5155
                "ruflin/elastica": "~1.3",
5156
                "solarium/solarium": "~3.1"
5157
            },
5158
            "suggest": {
5159
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5160
                "doctrine/orm": "To use the DoctrineORMAdapter.",
5161
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5162
                "mandango/mandango": "To use the MandangoAdapter.",
5163
                "propel/propel1": "To use the PropelAdapter",
5164
                "solarium/solarium": "To use the SolariumAdapter."
5165
            },
5166
            "type": "library",
5167
            "extra": {
5168
                "branch-alias": {
5169
                    "dev-master": "1.0.x-dev"
5170
                }
5171
            },
5172
            "autoload": {
5173
                "psr-0": {
5174
                    "Pagerfanta\\": "src/"
5175
                }
5176
            },
5177
            "notification-url": "https://packagist.org/downloads/",
5178
            "license": [
5179
                "MIT"
5180
            ],
5181
            "authors": [
5182
                {
5183
                    "name": "Pablo Díez",
5184
                    "email": "[email protected]"
5185
                }
5186
            ],
5187
            "description": "Pagination for PHP 5.3",
5188
            "keywords": [
5189
                "page",
5190
                "pagination",
5191
                "paginator",
5192
                "paging"
5193
            ],
5194
            "time": "2014-10-06 10:57:25"
5195
        },
5196
        {
5197
            "name": "payum/iso4217",
5198
            "version": "1.0.0",
5199
            "source": {
5200
                "type": "git",
5201
                "url": "https://github.com/Payum/iso4217.git",
5202
                "reference": "265c01a8c228f3c75b053353328769780a0a3321"
5203
            },
5204
            "dist": {
5205
                "type": "zip",
5206
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/265c01a8c228f3c75b053353328769780a0a3321",
5207
                "reference": "265c01a8c228f3c75b053353328769780a0a3321",
5208
                "shasum": ""
5209
            },
5210
            "require": {
5211
                "php": ">=5.3"
5212
            },
5213
            "require-dev": {
5214
                "phpunit/phpunit": "~4.0"
5215
            },
5216
            "type": "library",
5217
            "extra": {
5218
                "branch-alias": {
5219
                    "dev-master": "1.0.x-dev"
5220
                }
5221
            },
5222
            "autoload": {
5223
                "psr-4": {
5224
                    "Payum\\ISO4217\\": "."
5225
                }
5226
            },
5227
            "notification-url": "https://packagist.org/downloads/",
5228
            "license": [
5229
                "MIT"
5230
            ],
5231
            "authors": [
5232
                {
5233
                    "name": "Rob Bast",
5234
                    "email": "[email protected]"
5235
                },
5236
                {
5237
                    "name": "Community contributions",
5238
                    "homepage": "https://github.com/Payum/Payum/contributors"
5239
                },
5240
                {
5241
                    "name": "Kotlyar Maksim",
5242
                    "email": "[email protected]"
5243
                },
5244
                {
5245
                    "name": "Payum project",
5246
                    "homepage": "http://payum.org/"
5247
                }
5248
            ],
5249
            "description": "ISO 4217 PHP Library",
5250
            "homepage": "http://payum.org",
5251
            "keywords": [
5252
                "4217",
5253
                "ISO 4217",
5254
                "currencies",
5255
                "iso",
5256
                "library"
5257
            ],
5258
            "time": "2015-04-14 17:23:40"
5259
        },
5260
        {
5261
            "name": "payum/omnipay-bridge",
5262
            "version": "1.0.1",
5263
            "source": {
5264
                "type": "git",
5265
                "url": "https://github.com/Payum/OmnipayBridge.git",
5266
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8"
5267
            },
5268
            "dist": {
5269
                "type": "zip",
5270
                "url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/b3164103d402002c0aab24a43d80badf03e91ed8",
5271
                "reference": "b3164103d402002c0aab24a43d80badf03e91ed8",
5272
                "shasum": ""
5273
            },
5274
            "require": {
5275
                "omnipay/common": "~2.3",
5276
                "payum/core": "1.0.*@dev",
5277
                "php": ">=5.5.0"
5278
            },
5279
            "require-dev": {
5280
                "omnipay/dummy": "~2.0",
5281
                "phpunit/phpunit": "~4.0"
5282
            },
5283
            "type": "library",
5284
            "extra": {
5285
                "branch-alias": {
5286
                    "dev-master": "1.0-dev"
5287
                }
5288
            },
5289
            "autoload": {
5290
                "psr-4": {
5291
                    "Payum\\OmnipayBridge\\": "src"
5292
                }
5293
            },
5294
            "notification-url": "https://packagist.org/downloads/",
5295
            "license": [
5296
                "MIT"
5297
            ],
5298
            "authors": [
5299
                {
5300
                    "name": "Community contributions",
5301
                    "homepage": "https://github.com/Payum/OmnipayBridge/contributors"
5302
                },
5303
                {
5304
                    "name": "Kotlyar Maksim",
5305
                    "email": "[email protected]"
5306
                },
5307
                {
5308
                    "name": "Payum project",
5309
                    "homepage": "http://payum.org/"
5310
                }
5311
            ],
5312
            "description": "This  bridge allows you to use omnipay gateways but in payum like way.",
5313
            "homepage": "https://github.com/Payum/OmnipayBridge",
5314
            "keywords": [
5315
                "omnipay",
5316
                "payment"
5317
            ],
5318
            "time": "2015-11-27 21:37:17"
5319
        },
5320
        {
5321
            "name": "payum/payum",
5322
            "version": "1.0.0",
5323
            "source": {
5324
                "type": "git",
5325
                "url": "https://github.com/Payum/Payum.git",
5326
                "reference": "df32af9076820fc83053428004e5a3774a153a3a"
5327
            },
5328
            "dist": {
5329
                "type": "zip",
5330
                "url": "https://api.github.com/repos/Payum/Payum/zipball/df32af9076820fc83053428004e5a3774a153a3a",
5331
                "reference": "df32af9076820fc83053428004e5a3774a153a3a",
5332
                "shasum": ""
5333
            },
5334
            "require": {
5335
                "guzzlehttp/guzzle": "~6.0",
5336
                "league/url": "~3.0",
5337
                "payum/iso4217": "~1.0",
5338
                "php": ">=5.5.0",
5339
                "twig/twig": "~1.0"
5340
            },
5341
            "replace": {
5342
                "payum/authorize-net-aim": "self.version",
5343
                "payum/be2bill": "self.version",
5344
                "payum/core": "self.version",
5345
                "payum/klarna-checkout": "self.version",
5346
                "payum/klarna-invoice": "self.version",
5347
                "payum/offline": "self.version",
5348
                "payum/payex": "self.version",
5349
                "payum/paypal-express-checkout-nvp": "self.version",
5350
                "payum/paypal-ipn": "self.version",
5351
                "payum/paypal-pro-checkout-nvp": "self.version",
5352
                "payum/paypal-rest": "self.version",
5353
                "payum/stripe": "self.version"
5354
            },
5355
            "require-dev": {
5356
                "authorizenet/authorizenet": "~1.8",
5357
                "doctrine/mongodb": "1.0.*@dev",
5358
                "doctrine/mongodb-odm": "1.0.*@dev",
5359
                "doctrine/orm": "2.3.*",
5360
                "ext-curl": "*",
5361
                "ext-pdo_sqlite": "*",
5362
                "ext-soap": "*",
5363
                "fp/klarna-invoice": "0.1.*",
5364
                "klarna/checkout": "~1|~2.0",
5365
                "omnipay/dummy": "~2.0",
5366
                "paypal/rest-api-sdk-php": "0.5.*",
5367
                "payum/omnipay-bridge": "~1.0@dev",
5368
                "phpunit/phpunit": "~4.0",
5369
                "propel/propel1": "~1.7",
5370
                "psr/log": "~1.0",
5371
                "stripe/stripe-php": "~1.0",
5372
                "symfony/form": "~2.3",
5373
                "symfony/http-foundation": "~2.3",
5374
                "symfony/http-kernel": "~2.3",
5375
                "symfony/routing": "~2.3",
5376
                "symfony/validator": "~2.6",
5377
                "zendframework/zend-db": "~2"
5378
            },
5379
            "suggest": {
5380
                "authorizenet/authorizenet": "If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
5381
                "doctrine/mongodb-odm": "If you want to store models to mongo doctrin2 ODM",
5382
                "doctrine/orm": "If you want to store models to database using doctrin2 ORM",
5383
                "ext-soap": "If you want to use Payex install ext-soap:* library",
5384
                "fp/klarna-invoice": "If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
5385
                "klarna/checkout": "If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
5386
                "monolog/monolog": "In case you want to use PSR-3 logger",
5387
                "paypal/rest-api-sdk-php": "If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
5388
                "propel/propel": "If you want to store models to Propel2 ORM",
5389
                "propel/propel1": "If you want to store models to Propel1 ORM",
5390
                "stripe/stripe-php": "If you want to use Stripe install stripe/stripe-php:~1.0 library",
5391
                "symfony/form": "If you want to use forms",
5392
                "symfony/http-foundation": "If you want to use HttpRequestVerifier or HttpResponse reply from symfony's bridge",
5393
                "symfony/http-kernel": "If you want to use HttpRequestVerifier from symfony's bridge",
5394
                "symfony/routing": "If you want to use TokenFactory from symfony's bridge",
5395
                "zendframework/zend-db": "If you want to store models to Zend Db ORM"
5396
            },
5397
            "type": "library",
5398
            "extra": {
5399
                "branch-alias": {
5400
                    "dev-master": "1.0-dev"
5401
                }
5402
            },
5403
            "autoload": {
5404
                "psr-0": {
5405
                    "Payum": "src/"
5406
                }
5407
            },
5408
            "notification-url": "https://packagist.org/downloads/",
5409
            "license": [
5410
                "MIT"
5411
            ],
5412
            "authors": [
5413
                {
5414
                    "name": "Community contributions",
5415
                    "homepage": "https://github.com/Payum/Payum/contributors"
5416
                },
5417
                {
5418
                    "name": "Kotlyar Maksim",
5419
                    "email": "[email protected]"
5420
                },
5421
                {
5422
                    "name": "Payum project",
5423
                    "homepage": "http://payum.org/"
5424
                }
5425
            ],
5426
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
5427
            "homepage": "http://payum.org",
5428
            "keywords": [
5429
                "authorize.net",
5430
                "be2bill",
5431
                "instant payment notification",
5432
                "ipn",
5433
                "jms payment",
5434
                "payex",
5435
                "payment",
5436
                "paypal",
5437
                "paypal digital goods",
5438
                "paypal express",
5439
                "paypal pro",
5440
                "paypal rest",
5441
                "recurring payment",
5442
                "stripe",
5443
                "stripe checkout",
5444
                "stripe.js"
5445
            ],
5446
            "time": "2015-11-09 09:29:05"
5447
        },
5448
        {
5449
            "name": "payum/payum-bundle",
5450
            "version": "1.0.1",
5451
            "source": {
5452
                "type": "git",
5453
                "url": "https://github.com/Payum/PayumBundle.git",
5454
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea"
5455
            },
5456
            "dist": {
5457
                "type": "zip",
5458
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5459
                "reference": "3bbe98e719b0ae97b2d55dfc13068db1c975fbea",
5460
                "shasum": ""
5461
            },
5462
            "require": {
5463
                "payum/core": "1.0.*@dev",
5464
                "php": ">=5.5.0",
5465
                "symfony/form": "~2.7",
5466
                "symfony/framework-bundle": "~2.7",
5467
                "symfony/twig-bundle": "~2.7",
5468
                "symfony/validator": "~2.7"
5469
            },
5470
            "require-dev": {
5471
                "doctrine/orm": "2.3.*",
5472
                "ext-curl": "*",
5473
                "ext-pdo_sqlite": "*",
5474
                "ext-soap": "*",
5475
                "fp/klarna-invoice": "0.1.*",
5476
                "klarna/checkout": "~1|~2.0",
5477
                "omnipay/dummy": "~2.0",
5478
                "omnipay/paypal": "~2.0",
5479
                "omnipay/stripe": "~2.0",
5480
                "paypal/rest-api-sdk-php": "0.5.*",
5481
                "payum/jms-payment-bridge": "1.0.*@dev",
5482
                "payum/omnipay-bridge": "1.0.*@dev",
5483
                "payum/payum": "1.0.*@dev",
5484
                "phpunit/phpunit": "~4.0",
5485
                "sonata-project/admin-bundle": "~2.0",
5486
                "stripe/stripe-php": "~1.0",
5487
                "symfony/browser-kit": "~2.7",
5488
                "symfony/class-loader": "~2.7",
5489
                "symfony/expression-language": "~2.7",
5490
                "symfony/phpunit-bridge": "~2.7",
5491
                "twig/twig": "~1.16"
5492
            },
5493
            "suggest": {
5494
                "sonata-project/admin-bundle": "If you want to configure payments in the backend."
5495
            },
5496
            "type": "symfony-bundle",
5497
            "extra": {
5498
                "branch-alias": {
5499
                    "dev-master": "1.0-dev"
5500
                }
5501
            },
5502
            "autoload": {
5503
                "psr-4": {
5504
                    "Payum\\Bundle\\PayumBundle\\": ""
5505
                }
5506
            },
5507
            "notification-url": "https://packagist.org/downloads/",
5508
            "license": [
5509
                "MIT"
5510
            ],
5511
            "authors": [
5512
                {
5513
                    "name": "Community contributions",
5514
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
5515
                },
5516
                {
5517
                    "name": "Kotlyar Maksim",
5518
                    "email": "[email protected]"
5519
                },
5520
                {
5521
                    "name": "Payum project",
5522
                    "homepage": "http://payum.org/"
5523
                }
5524
            ],
5525
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
5526
            "homepage": "http://payum.org",
5527
            "keywords": [
5528
                "authorize.net",
5529
                "be2bill",
5530
                "instant notifications",
5531
                "klarna",
5532
                "offline",
5533
                "omnipay",
5534
                "payex",
5535
                "payment",
5536
                "paypal",
5537
                "paypal express checkout",
5538
                "paypal pro checkout",
5539
                "recurring payment",
5540
                "stripe",
5541
                "stripe checkout",
5542
                "stripe.js",
5543
                "symfony"
5544
            ],
5545
            "time": "2015-11-27 22:13:27"
5546
        },
5547
        {
5548
            "name": "phpcollection/phpcollection",
5549
            "version": "0.4.0",
5550
            "source": {
5551
                "type": "git",
5552
                "url": "https://github.com/schmittjoh/php-collection.git",
5553
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
5554
            },
5555
            "dist": {
5556
                "type": "zip",
5557
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
5558
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
5559
                "shasum": ""
5560
            },
5561
            "require": {
5562
                "phpoption/phpoption": "1.*"
5563
            },
5564
            "type": "library",
5565
            "extra": {
5566
                "branch-alias": {
5567
                    "dev-master": "0.3-dev"
5568
                }
5569
            },
5570
            "autoload": {
5571
                "psr-0": {
5572
                    "PhpCollection": "src/"
5573
                }
5574
            },
5575
            "notification-url": "https://packagist.org/downloads/",
5576
            "license": [
5577
                "Apache2"
5578
            ],
5579
            "authors": [
5580
                {
5581
                    "name": "Johannes M. Schmitt",
5582
                    "email": "[email protected]",
5583
                    "homepage": "http://jmsyst.com",
5584
                    "role": "Developer of wrapped JMSSerializerBundle"
5585
                }
5586
            ],
5587
            "description": "General-Purpose Collection Library for PHP",
5588
            "keywords": [
5589
                "collection",
5590
                "list",
5591
                "map",
5592
                "sequence",
5593
                "set"
5594
            ],
5595
            "time": "2014-03-11 13:46:42"
5596
        },
5597
        {
5598
            "name": "phpcr/phpcr",
5599
            "version": "2.1.2",
5600
            "source": {
5601
                "type": "git",
5602
                "url": "https://github.com/phpcr/phpcr.git",
5603
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e"
5604
            },
5605
            "dist": {
5606
                "type": "zip",
5607
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/fea1529685d7bc4290e2ad0683830263f502971e",
5608
                "reference": "fea1529685d7bc4290e2ad0683830263f502971e",
5609
                "shasum": ""
5610
            },
5611
            "require": {
5612
                "php": ">=5.3.0"
5613
            },
5614
            "type": "library",
5615
            "extra": {
5616
                "branch-alias": {
5617
                    "dev-master": "2.1-dev"
5618
                }
5619
            },
5620
            "autoload": {
5621
                "psr-0": {
5622
                    "PHPCR": "src"
5623
                }
5624
            },
5625
            "notification-url": "https://packagist.org/downloads/",
5626
            "license": [
5627
                "MIT",
5628
                "Apache-2.0"
5629
            ],
5630
            "authors": [
5631
                {
5632
                    "name": "Lukas Kahwe Smith",
5633
                    "email": "[email protected]"
5634
                },
5635
                {
5636
                    "name": "David Buchmann",
5637
                    "email": "[email protected]"
5638
                },
5639
                {
5640
                    "name": "Karsten Dambekalns",
5641
                    "email": "[email protected]"
5642
                }
5643
            ],
5644
            "description": "PHP Content Repository interfaces",
5645
            "homepage": "http://phpcr.github.io",
5646
            "keywords": [
5647
                "contentrepository",
5648
                "phpcr"
5649
            ],
5650
            "time": "2014-12-08 09:40:30"
5651
        },
5652
        {
5653
            "name": "phpcr/phpcr-utils",
5654
            "version": "1.2.8",
5655
            "source": {
5656
                "type": "git",
5657
                "url": "https://github.com/phpcr/phpcr-utils.git",
5658
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa"
5659
            },
5660
            "dist": {
5661
                "type": "zip",
5662
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5663
                "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa",
5664
                "shasum": ""
5665
            },
5666
            "require": {
5667
                "php": ">=5.3.3",
5668
                "phpcr/phpcr": "~2.1.0",
5669
                "symfony/console": "~2.3|~3.0"
5670
            },
5671
            "conflict": {
5672
                "jackalope/jackalope-jackrabbit": "<1.2.1"
5673
            },
5674
            "suggest": {
5675
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
5676
            },
5677
            "bin": [
5678
                "bin/phpcr"
5679
            ],
5680
            "type": "library",
5681
            "extra": {
5682
                "branch-alias": {
5683
                    "dev-master": "1.2-dev"
5684
                }
5685
            },
5686
            "autoload": {
5687
                "psr-0": {
5688
                    "PHPCR\\Util": "src"
5689
                }
5690
            },
5691
            "notification-url": "https://packagist.org/downloads/",
5692
            "license": [
5693
                "MIT",
5694
                "Apache-2.0"
5695
            ],
5696
            "authors": [
5697
                {
5698
                    "name": "Lukas Kahwe Smith",
5699
                    "email": "[email protected]"
5700
                },
5701
                {
5702
                    "name": "David Buchmann",
5703
                    "email": "[email protected]"
5704
                },
5705
                {
5706
                    "name": "Nacho Martín",
5707
                    "email": "[email protected]"
5708
                },
5709
                {
5710
                    "name": "Daniel Barsotti",
5711
                    "email": "[email protected]"
5712
                }
5713
            ],
5714
            "description": "PHP Content Repository implementation independant utilities",
5715
            "homepage": "http://phpcr.github.io",
5716
            "keywords": [
5717
                "cli",
5718
                "contentrepository",
5719
                "phpcr"
5720
            ],
5721
            "time": "2015-10-10 08:53:20"
5722
        },
5723
        {
5724
            "name": "phpoption/phpoption",
5725
            "version": "1.5.0",
5726
            "source": {
5727
                "type": "git",
5728
                "url": "https://github.com/schmittjoh/php-option.git",
5729
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
5730
            },
5731
            "dist": {
5732
                "type": "zip",
5733
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5734
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5735
                "shasum": ""
5736
            },
5737
            "require": {
5738
                "php": ">=5.3.0"
5739
            },
5740
            "require-dev": {
5741
                "phpunit/phpunit": "4.7.*"
5742
            },
5743
            "type": "library",
5744
            "extra": {
5745
                "branch-alias": {
5746
                    "dev-master": "1.3-dev"
5747
                }
5748
            },
5749
            "autoload": {
5750
                "psr-0": {
5751
                    "PhpOption\\": "src/"
5752
                }
5753
            },
5754
            "notification-url": "https://packagist.org/downloads/",
5755
            "license": [
5756
                "Apache2"
5757
            ],
5758
            "authors": [
5759
                {
5760
                    "name": "Johannes M. Schmitt",
5761
                    "email": "[email protected]"
5762
                }
5763
            ],
5764
            "description": "Option Type for PHP",
5765
            "keywords": [
5766
                "language",
5767
                "option",
5768
                "php",
5769
                "type"
5770
            ],
5771
            "time": "2015-07-25 16:39:46"
5772
        },
5773
        {
5774
            "name": "polishsymfonycommunity/symfony-mocker-container",
5775
            "version": "v1.0.2",
5776
            "source": {
5777
                "type": "git",
5778
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
5779
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
5780
            },
5781
            "dist": {
5782
                "type": "zip",
5783
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
5784
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
5785
                "shasum": ""
5786
            },
5787
            "require": {
5788
                "mockery/mockery": ">=0.7.0",
5789
                "php": ">=5.3.2",
5790
                "symfony/dependency-injection": ">=2.0.0"
5791
            },
5792
            "type": "library",
5793
            "autoload": {
5794
                "psr-0": {
5795
                    "PSS\\SymfonyMockerContainer": "src/"
5796
                }
5797
            },
5798
            "notification-url": "https://packagist.org/downloads/",
5799
            "license": [
5800
                "MIT"
5801
            ],
5802
            "authors": [
5803
                {
5804
                    "name": "Polish Symfony Community",
5805
                    "homepage": "http://symfonylab.pl"
5806
                },
5807
                {
5808
                    "name": "Jakub Zalas",
5809
                    "email": "[email protected]",
5810
                    "homepage": "http://www.zalas.eu"
5811
                }
5812
            ],
5813
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
5814
            "homepage": "http://symfonylab.pl",
5815
            "keywords": [
5816
                "BDD",
5817
                "Behat",
5818
                "TDD",
5819
                "mock",
5820
                "mockery",
5821
                "test"
5822
            ],
5823
            "time": "2016-03-04 08:53:43"
5824
        },
5825
        {
5826
            "name": "psr/http-message",
5827
            "version": "1.0",
5828
            "source": {
5829
                "type": "git",
5830
                "url": "https://github.com/php-fig/http-message.git",
5831
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
5832
            },
5833
            "dist": {
5834
                "type": "zip",
5835
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
5836
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
5837
                "shasum": ""
5838
            },
5839
            "require": {
5840
                "php": ">=5.3.0"
5841
            },
5842
            "type": "library",
5843
            "extra": {
5844
                "branch-alias": {
5845
                    "dev-master": "1.0.x-dev"
5846
                }
5847
            },
5848
            "autoload": {
5849
                "psr-4": {
5850
                    "Psr\\Http\\Message\\": "src/"
5851
                }
5852
            },
5853
            "notification-url": "https://packagist.org/downloads/",
5854
            "license": [
5855
                "MIT"
5856
            ],
5857
            "authors": [
5858
                {
5859
                    "name": "PHP-FIG",
5860
                    "homepage": "http://www.php-fig.org/"
5861
                }
5862
            ],
5863
            "description": "Common interface for HTTP messages",
5864
            "keywords": [
5865
                "http",
5866
                "http-message",
5867
                "psr",
5868
                "psr-7",
5869
                "request",
5870
                "response"
5871
            ],
5872
            "time": "2015-05-04 20:22:00"
5873
        },
5874
        {
5875
            "name": "psr/log",
5876
            "version": "1.0.0",
5877
            "source": {
5878
                "type": "git",
5879
                "url": "https://github.com/php-fig/log.git",
5880
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
5881
            },
5882
            "dist": {
5883
                "type": "zip",
5884
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
5885
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
5886
                "shasum": ""
5887
            },
5888
            "type": "library",
5889
            "autoload": {
5890
                "psr-0": {
5891
                    "Psr\\Log\\": ""
5892
                }
5893
            },
5894
            "notification-url": "https://packagist.org/downloads/",
5895
            "license": [
5896
                "MIT"
5897
            ],
5898
            "authors": [
5899
                {
5900
                    "name": "PHP-FIG",
5901
                    "homepage": "http://www.php-fig.org/"
5902
                }
5903
            ],
5904
            "description": "Common interface for logging libraries",
5905
            "keywords": [
5906
                "log",
5907
                "psr",
5908
                "psr-3"
5909
            ],
5910
            "time": "2012-12-21 11:40:51"
5911
        },
5912
        {
5913
            "name": "ruflin/elastica",
5914
            "version": "2.2.1",
5915
            "source": {
5916
                "type": "git",
5917
                "url": "https://github.com/ruflin/Elastica.git",
5918
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193"
5919
            },
5920
            "dist": {
5921
                "type": "zip",
5922
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/34ca77d721f1fc7c5f3114b48d62ebec943ca193",
5923
                "reference": "34ca77d721f1fc7c5f3114b48d62ebec943ca193",
5924
                "shasum": ""
5925
            },
5926
            "require": {
5927
                "php": ">=5.3.3",
5928
                "psr/log": "~1.0"
5929
            },
5930
            "require-dev": {
5931
                "guzzlehttp/guzzle": "5.3.*",
5932
                "munkie/elasticsearch-thrift-php": "1.4.*"
5933
            },
5934
            "suggest": {
5935
                "egeloen/http-adapter": "Allow using httpadapter transport",
5936
                "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
5937
                "monolog/monolog": "Logging request",
5938
                "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
5939
            },
5940
            "type": "library",
5941
            "extra": {
5942
                "branch-alias": {
5943
                    "dev-master": "2.2.x-dev"
5944
                }
5945
            },
5946
            "autoload": {
5947
                "psr-4": {
5948
                    "Elastica\\": "lib/Elastica/"
5949
                }
5950
            },
5951
            "notification-url": "https://packagist.org/downloads/",
5952
            "license": [
5953
                "MIT"
5954
            ],
5955
            "authors": [
5956
                {
5957
                    "name": "Nicolas Ruflin",
5958
                    "homepage": "http://ruflin.com/"
5959
                }
5960
            ],
5961
            "description": "Elasticsearch Client",
5962
            "homepage": "http://elastica.io/",
5963
            "keywords": [
5964
                "client",
5965
                "search"
5966
            ],
5967
            "time": "2015-08-10 19:35:16"
5968
        },
5969
        {
5970
            "name": "sensio/distribution-bundle",
5971
            "version": "v3.0.34",
5972
            "target-dir": "Sensio/Bundle/DistributionBundle",
5973
            "source": {
5974
                "type": "git",
5975
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5976
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
5977
            },
5978
            "dist": {
5979
                "type": "zip",
5980
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
5981
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
5982
                "shasum": ""
5983
            },
5984
            "require": {
5985
                "php": ">=5.3.3",
5986
                "sensiolabs/security-checker": "~3.0",
5987
                "symfony/class-loader": "~2.2",
5988
                "symfony/framework-bundle": "~2.3",
5989
                "symfony/process": "~2.2"
5990
            },
5991
            "require-dev": {
5992
                "symfony/form": "~2.2",
5993
                "symfony/validator": "~2.2",
5994
                "symfony/yaml": "~2.2"
5995
            },
5996
            "suggest": {
5997
                "symfony/form": "If you want to use the configurator",
5998
                "symfony/validator": "If you want to use the configurator",
5999
                "symfony/yaml": "If you want to use  the configurator"
6000
            },
6001
            "type": "symfony-bundle",
6002
            "extra": {
6003
                "branch-alias": {
6004
                    "dev-master": "3.0.x-dev"
6005
                }
6006
            },
6007
            "autoload": {
6008
                "psr-0": {
6009
                    "Sensio\\Bundle\\DistributionBundle": ""
6010
                }
6011
            },
6012
            "notification-url": "https://packagist.org/downloads/",
6013
            "license": [
6014
                "MIT"
6015
            ],
6016
            "authors": [
6017
                {
6018
                    "name": "Fabien Potencier",
6019
                    "email": "[email protected]"
6020
                }
6021
            ],
6022
            "description": "Base bundle for Symfony Distributions",
6023
            "keywords": [
6024
                "configuration",
6025
                "distribution"
6026
            ],
6027
            "time": "2015-11-26 18:10:17"
6028
        },
6029
        {
6030
            "name": "sensiolabs/security-checker",
6031
            "version": "v3.0.2",
6032
            "source": {
6033
                "type": "git",
6034
                "url": "https://github.com/sensiolabs/security-checker.git",
6035
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
6036
            },
6037
            "dist": {
6038
                "type": "zip",
6039
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
6040
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
6041
                "shasum": ""
6042
            },
6043
            "require": {
6044
                "symfony/console": "~2.0|~3.0"
6045
            },
6046
            "bin": [
6047
                "security-checker"
6048
            ],
6049
            "type": "library",
6050
            "extra": {
6051
                "branch-alias": {
6052
                    "dev-master": "3.0-dev"
6053
                }
6054
            },
6055
            "autoload": {
6056
                "psr-0": {
6057
                    "SensioLabs\\Security": ""
6058
                }
6059
            },
6060
            "notification-url": "https://packagist.org/downloads/",
6061
            "license": [
6062
                "MIT"
6063
            ],
6064
            "authors": [
6065
                {
6066
                    "name": "Fabien Potencier",
6067
                    "email": "[email protected]"
6068
                }
6069
            ],
6070
            "description": "A security checker for your composer.lock",
6071
            "time": "2015-11-07 08:07:40"
6072
        },
6073
        {
6074
            "name": "sonata-project/block-bundle",
6075
            "version": "2.2.13",
6076
            "source": {
6077
                "type": "git",
6078
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
6079
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
6080
            },
6081
            "dist": {
6082
                "type": "zip",
6083
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6084
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
6085
                "shasum": ""
6086
            },
6087
            "require": {
6088
                "doctrine/common": "~2.3",
6089
                "sonata-project/cache": "~1.0",
6090
                "sonata-project/core-bundle": "~2.2",
6091
                "symfony/form": "~2.2",
6092
                "symfony/http-kernel": "~2.2"
6093
            },
6094
            "require-dev": {
6095
                "knplabs/knp-menu-bundle": "~2.0",
6096
                "sonata-project/admin-bundle": "~2.2"
6097
            },
6098
            "suggest": {
6099
                "knplabs/knp-menu-bundle": "~2.0",
6100
                "sonata-project/admin-bundle": "~2.2",
6101
                "sonata-project/cache-bundle": "~2.1"
6102
            },
6103
            "type": "symfony-bundle",
6104
            "extra": {
6105
                "branch-alias": {
6106
                    "dev-master": "2.2.x-dev"
6107
                }
6108
            },
6109
            "autoload": {
6110
                "psr-4": {
6111
                    "Sonata\\BlockBundle\\": ""
6112
                }
6113
            },
6114
            "notification-url": "https://packagist.org/downloads/",
6115
            "license": [
6116
                "MIT"
6117
            ],
6118
            "authors": [
6119
                {
6120
                    "name": "Thomas Rabaix",
6121
                    "email": "[email protected]",
6122
                    "homepage": "http://sonata-project.org"
6123
                },
6124
                {
6125
                    "name": "Sonata Community",
6126
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
6127
                }
6128
            ],
6129
            "description": "Symfony SonataBlockBundle",
6130
            "homepage": "http://sonata-project.org/bundles/block",
6131
            "keywords": [
6132
                "block",
6133
                "sonata"
6134
            ],
6135
            "time": "2014-09-11 10:42:35"
6136
        },
6137
        {
6138
            "name": "sonata-project/cache",
6139
            "version": "1.0.6",
6140
            "source": {
6141
                "type": "git",
6142
                "url": "https://github.com/sonata-project/cache.git",
6143
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde"
6144
            },
6145
            "dist": {
6146
                "type": "zip",
6147
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6148
                "reference": "a1522be3a1874c4646e7f9aaea6ca973b8bcbcde",
6149
                "shasum": ""
6150
            },
6151
            "require-dev": {
6152
                "doctrine/orm": "~2.2",
6153
                "doctrine/phpcr-odm": "~1.0",
6154
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6155
                "predis/predis": "~0.8,<1.0",
6156
                "psr/log": "~1.0"
6157
            },
6158
            "suggest": {
6159
                "doctrine/orm": "ORM support",
6160
                "doctrine/phpcr-odm": "PHPCR ODM support",
6161
                "ext-apc": "Caching with ext/apc",
6162
                "ext-memcached": "Caching with ext/memcached",
6163
                "predis/predis": "Install redis php"
6164
            },
6165
            "type": "library",
6166
            "extra": {
6167
                "branch-alias": {
6168
                    "dev-master": "1.x-dev"
6169
                }
6170
            },
6171
            "autoload": {
6172
                "psr-4": {
6173
                    "Sonata\\Cache\\Tests\\": "test/",
6174
                    "Sonata\\Cache\\": "lib/"
6175
                }
6176
            },
6177
            "notification-url": "https://packagist.org/downloads/",
6178
            "license": [
6179
                "MIT"
6180
            ],
6181
            "authors": [
6182
                {
6183
                    "name": "Thomas Rabaix",
6184
                    "email": "[email protected]",
6185
                    "homepage": "https://sonata-project.org/"
6186
                }
6187
            ],
6188
            "description": "Cache library",
6189
            "homepage": "https://github.com/sonata-project/cache",
6190
            "keywords": [
6191
                "cache",
6192
                "memcached",
6193
                "mongodb",
6194
                "redis"
6195
            ],
6196
            "time": "2015-05-18 12:12:33"
6197
        },
6198
        {
6199
            "name": "sonata-project/core-bundle",
6200
            "version": "2.3.10",
6201
            "source": {
6202
                "type": "git",
6203
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
6204
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e"
6205
            },
6206
            "dist": {
6207
                "type": "zip",
6208
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6209
                "reference": "44f22c8497bb8c4fbeded411ab5d0ab8d649118e",
6210
                "shasum": ""
6211
            },
6212
            "require": {
6213
                "cocur/slugify": "~1.4",
6214
                "symfony/config": "~2.3|~3.0",
6215
                "symfony/form": "~2.3|~3.0",
6216
                "symfony/http-foundation": "~2.3|~3.0",
6217
                "symfony/property-access": "~2.3|~3.0",
6218
                "symfony/translation": "~2.3|~3.0",
6219
                "symfony/validator": "~2.3|~3.0",
6220
                "twig/twig": "~1.23"
6221
            },
6222
            "require-dev": {
6223
                "doctrine/orm": "~2.4",
6224
                "doctrine/phpcr-odm": "~1.0",
6225
                "fabpot/php-cs-fixer": "~0.5|~1.11@dev",
6226
                "friendsofsymfony/rest-bundle": "~1.1|~2.0",
6227
                "jackalope/jackalope-doctrine-dbal": "~1.0",
6228
                "jms/serializer-bundle": "~0.11|~1.0",
6229
                "matthiasnoback/symfony-config-test": "~0.4|~1.0",
6230
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
6231
                "sensio/framework-extra-bundle": "~2.3|~3.0",
6232
                "sonata-project/exporter": "~1.3",
6233
                "symfony/phpunit-bridge": "~2.7"
6234
            },
6235
            "type": "symfony-bundle",
6236
            "extra": {
6237
                "branch-alias": {
6238
                    "dev-master": "2.3.x-dev"
6239
                }
6240
            },
6241
            "autoload": {
6242
                "psr-4": {
6243
                    "Sonata\\CoreBundle\\": ""
6244
                }
6245
            },
6246
            "notification-url": "https://packagist.org/downloads/",
6247
            "license": [
6248
                "MIT"
6249
            ],
6250
            "authors": [
6251
                {
6252
                    "name": "Sonata Community",
6253
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
6254
                },
6255
                {
6256
                    "name": "Thomas Rabaix",
6257
                    "email": "[email protected]"
6258
                }
6259
            ],
6260
            "description": "Symfony SonataCoreBundle",
6261
            "homepage": "https://sonata-project.org/bundles/core",
6262
            "keywords": [
6263
                "sonata"
6264
            ],
6265
            "time": "2015-11-26 19:14:27"
6266
        },
6267
        {
6268
            "name": "stof/doctrine-extensions-bundle",
6269
            "version": "v1.2.1",
6270
            "source": {
6271
                "type": "git",
6272
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
6273
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
6274
            },
6275
            "dist": {
6276
                "type": "zip",
6277
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
6278
                "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
6279
                "shasum": ""
6280
            },
6281
            "require": {
6282
                "gedmo/doctrine-extensions": "^2.3.1",
6283
                "php": ">=5.3.2",
6284
                "symfony/framework-bundle": "~2.1"
6285
            },
6286
            "suggest": {
6287
                "doctrine/doctrine-bundle": "to use the ORM extensions",
6288
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
6289
            },
6290
            "type": "symfony-bundle",
6291
            "extra": {
6292
                "branch-alias": {
6293
                    "dev-master": "1.2.x-dev"
6294
                }
6295
            },
6296
            "autoload": {
6297
                "psr-4": {
6298
                    "Stof\\DoctrineExtensionsBundle\\": ""
6299
                }
6300
            },
6301
            "notification-url": "https://packagist.org/downloads/",
6302
            "license": [
6303
                "MIT"
6304
            ],
6305
            "authors": [
6306
                {
6307
                    "name": "Christophe Coevoet",
6308
                    "email": "[email protected]"
6309
                }
6310
            ],
6311
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
6312
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
6313
            "keywords": [
6314
                "behaviors",
6315
                "doctrine2",
6316
                "extensions",
6317
                "gedmo",
6318
                "loggable",
6319
                "nestedset",
6320
                "sluggable",
6321
                "sortable",
6322
                "timestampable",
6323
                "translatable",
6324
                "tree"
6325
            ],
6326
            "time": "2015-08-12 16:23:48"
6327
        },
6328
        {
6329
            "name": "swiftmailer/swiftmailer",
6330
            "version": "v5.4.1",
6331
            "source": {
6332
                "type": "git",
6333
                "url": "https://github.com/swiftmailer/swiftmailer.git",
6334
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
6335
            },
6336
            "dist": {
6337
                "type": "zip",
6338
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6339
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
6340
                "shasum": ""
6341
            },
6342
            "require": {
6343
                "php": ">=5.3.3"
6344
            },
6345
            "require-dev": {
6346
                "mockery/mockery": "~0.9.1,<0.9.4"
6347
            },
6348
            "type": "library",
6349
            "extra": {
6350
                "branch-alias": {
6351
                    "dev-master": "5.4-dev"
6352
                }
6353
            },
6354
            "autoload": {
6355
                "files": [
6356
                    "lib/swift_required.php"
6357
                ]
6358
            },
6359
            "notification-url": "https://packagist.org/downloads/",
6360
            "license": [
6361
                "MIT"
6362
            ],
6363
            "authors": [
6364
                {
6365
                    "name": "Chris Corbyn"
6366
                },
6367
                {
6368
                    "name": "Fabien Potencier",
6369
                    "email": "[email protected]"
6370
                }
6371
            ],
6372
            "description": "Swiftmailer, free feature-rich PHP mailer",
6373
            "homepage": "http://swiftmailer.org",
6374
            "keywords": [
6375
                "email",
6376
                "mail",
6377
                "mailer"
6378
            ],
6379
            "time": "2015-06-06 14:19:39"
6380
        },
6381
        {
6382
            "name": "symfony-cmf/block-bundle",
6383
            "version": "1.2.2",
6384
            "source": {
6385
                "type": "git",
6386
                "url": "https://github.com/symfony-cmf/block-bundle.git",
6387
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388"
6388
            },
6389
            "dist": {
6390
                "type": "zip",
6391
                "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/f0e6a935a4fb3e6ce71b2acf987d732854946388",
6392
                "reference": "f0e6a935a4fb3e6ce71b2acf987d732854946388",
6393
                "shasum": ""
6394
            },
6395
            "require": {
6396
                "doctrine/phpcr-bundle": "~1.0",
6397
                "doctrine/phpcr-odm": "~1.0",
6398
                "php": ">=5.3.3",
6399
                "sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
6400
                "symfony-cmf/core-bundle": "~1.0",
6401
                "symfony/framework-bundle": "~2.3"
6402
            },
6403
            "conflict": {
6404
                "symfony/framework-bundle": ">=2.3.0,<2.3.2"
6405
            },
6406
            "require-dev": {
6407
                "sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
6408
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6409
                "symfony-cmf/menu-bundle": "~1.1",
6410
                "symfony-cmf/testing": "~1.1",
6411
                "twig/twig": "~1.11"
6412
            },
6413
            "suggest": {
6414
                "eko/feedbundle": "When using the RssBlock",
6415
                "liip/imagine-bundle": "When using the ImagineBlock",
6416
                "sonata-project/cache-bundle": "To add caching support for block loading",
6417
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
6418
            },
6419
            "type": "symfony-bundle",
6420
            "extra": {
6421
                "branch-alias": {
6422
                    "dev-master": "1.2-dev"
6423
                }
6424
            },
6425
            "autoload": {
6426
                "psr-4": {
6427
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
6428
                }
6429
            },
6430
            "notification-url": "https://packagist.org/downloads/",
6431
            "license": [
6432
                "MIT"
6433
            ],
6434
            "authors": [
6435
                {
6436
                    "name": "Symfony CMF Community",
6437
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
6438
                }
6439
            ],
6440
            "description": "Symfony CMF Block Bundle",
6441
            "homepage": "http://cmf.symfony.com",
6442
            "keywords": [
6443
                "Symfony CMF",
6444
                "block",
6445
                "content fragments"
6446
            ],
6447
            "time": "2015-01-22 06:47:29"
6448
        },
6449
        {
6450
            "name": "symfony-cmf/content-bundle",
6451
            "version": "1.2.0",
6452
            "source": {
6453
                "type": "git",
6454
                "url": "https://github.com/symfony-cmf/content-bundle.git",
6455
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
6456
            },
6457
            "dist": {
6458
                "type": "zip",
6459
                "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
6460
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
6461
                "shasum": ""
6462
            },
6463
            "require": {
6464
                "php": ">=5.3.3",
6465
                "symfony-cmf/core-bundle": "~1.0",
6466
                "symfony/framework-bundle": "~2.3"
6467
            },
6468
            "require-dev": {
6469
                "doctrine/phpcr-bundle": "~1.1",
6470
                "doctrine/phpcr-odm": "~1.1",
6471
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6472
                "symfony-cmf/menu-bundle": "~1.1",
6473
                "symfony-cmf/routing-bundle": "~1.2",
6474
                "symfony-cmf/testing": "~1.1",
6475
                "symfony/monolog-bundle": "~2.3"
6476
            },
6477
            "suggest": {
6478
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
6479
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
6480
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
6481
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
6482
                "symfony-cmf/menu-bundle": "Have editable menus for content",
6483
                "symfony-cmf/routing-bundle": "Have editable routes for content"
6484
            },
6485
            "type": "symfony-bundle",
6486
            "extra": {
6487
                "branch-alias": {
6488
                    "dev-master": "1.2-dev"
6489
                }
6490
            },
6491
            "autoload": {
6492
                "psr-4": {
6493
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
6494
                }
6495
            },
6496
            "notification-url": "https://packagist.org/downloads/",
6497
            "license": [
6498
                "MIT"
6499
            ],
6500
            "authors": [
6501
                {
6502
                    "name": "Symfony CMF Community",
6503
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
6504
                }
6505
            ],
6506
            "description": "Symfony CMF Content Bundle",
6507
            "homepage": "http://cmf.symfony.com",
6508
            "keywords": [
6509
                "Symfony CMF"
6510
            ],
6511
            "time": "2014-10-21 08:17:10"
6512
        },
6513
        {
6514
            "name": "symfony-cmf/core-bundle",
6515
            "version": "1.2.0",
6516
            "source": {
6517
                "type": "git",
6518
                "url": "https://github.com/symfony-cmf/core-bundle.git",
6519
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
6520
            },
6521
            "dist": {
6522
                "type": "zip",
6523
                "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
6524
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
6525
                "shasum": ""
6526
            },
6527
            "require": {
6528
                "php": ">=5.3.3",
6529
                "symfony/framework-bundle": "~2.3"
6530
            },
6531
            "require-dev": {
6532
                "sonata-project/admin-bundle": "~2.2",
6533
                "symfony-cmf/routing-bundle": "~1.2",
6534
                "symfony-cmf/testing": "~1.1"
6535
            },
6536
            "suggest": {
6537
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
6538
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
6539
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
6540
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
6541
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
6542
                "symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
6543
                "symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
6544
            },
6545
            "type": "symfony-bundle",
6546
            "extra": {
6547
                "branch-alias": {
6548
                    "dev-master": "1.2-dev"
6549
                }
6550
            },
6551
            "autoload": {
6552
                "psr-4": {
6553
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
6554
                }
6555
            },
6556
            "notification-url": "https://packagist.org/downloads/",
6557
            "license": [
6558
                "MIT"
6559
            ],
6560
            "authors": [
6561
                {
6562
                    "name": "Symfony CMF Community",
6563
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
6564
                }
6565
            ],
6566
            "description": "Symfony CMF Core Bundle",
6567
            "homepage": "http://cmf.symfony.com",
6568
            "keywords": [
6569
                "Symfony CMF"
6570
            ],
6571
            "time": "2014-10-21 06:34:08"
6572
        },
6573
        {
6574
            "name": "symfony-cmf/create-bundle",
6575
            "version": "1.2.3",
6576
            "source": {
6577
                "type": "git",
6578
                "url": "https://github.com/symfony-cmf/CreateBundle.git",
6579
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3"
6580
            },
6581
            "dist": {
6582
                "type": "zip",
6583
                "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/86a3ade0210bc30b304f9d992ff21c403681d7f3",
6584
                "reference": "86a3ade0210bc30b304f9d992ff21c403681d7f3",
6585
                "shasum": ""
6586
            },
6587
            "require": {
6588
                "friendsofsymfony/rest-bundle": "~1.0",
6589
                "midgard/createphp": "~1.0",
6590
                "php": ">=5.3.3",
6591
                "symfony/assetic-bundle": "~2.1",
6592
                "symfony/framework-bundle": "~2.3"
6593
            },
6594
            "require-dev": {
6595
                "jms/serializer-bundle": "^0.12|^1.0",
6596
                "symfony-cmf/testing": "~1.1"
6597
            },
6598
            "suggest": {
6599
                "jms/serializer-bundle": "Add support for advanced serialization capabilities (^0.12|^1.0)",
6600
                "symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
6601
                "symfony-cmf/media-bundle": "When using the default image support, ~1.1"
6602
            },
6603
            "type": "symfony-bundle",
6604
            "extra": {
6605
                "branch-alias": {
6606
                    "dev-master": "1.2-dev"
6607
                }
6608
            },
6609
            "autoload": {
6610
                "psr-4": {
6611
                    "Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
6612
                }
6613
            },
6614
            "notification-url": "https://packagist.org/downloads/",
6615
            "license": [
6616
                "MIT"
6617
            ],
6618
            "authors": [
6619
                {
6620
                    "name": "Liip AG",
6621
                    "homepage": "http://www.liip.ch/"
6622
                },
6623
                {
6624
                    "name": "Symfony CMF Community",
6625
                    "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
6626
                }
6627
            ],
6628
            "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
6629
            "time": "2015-12-26 09:43:12"
6630
        },
6631
        {
6632
            "name": "symfony-cmf/media-bundle",
6633
            "version": "1.2.1",
6634
            "source": {
6635
                "type": "git",
6636
                "url": "https://github.com/symfony-cmf/media-bundle.git",
6637
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282"
6638
            },
6639
            "dist": {
6640
                "type": "zip",
6641
                "url": "https://api.github.com/repos/symfony-cmf/media-bundle/zipball/49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6642
                "reference": "49c7c0a3f1cb5aaabef7c5bac196b71b3b8fe282",
6643
                "shasum": ""
6644
            },
6645
            "require": {
6646
                "php": ">=5.3.3",
6647
                "symfony/framework-bundle": "~2.3"
6648
            },
6649
            "require-dev": {
6650
                "jms/serializer-bundle": "~0.12",
6651
                "liip/imagine-bundle": "~1.0.4",
6652
                "mikey179/vfsstream": "~1.2",
6653
                "symfony-cmf/testing": "~1.1"
6654
            },
6655
            "suggest": {
6656
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
6657
                "jms/serializer-bundle": "When using the serializer handler",
6658
                "knplabs/gaufrette": "When using the Gaufrette adapter",
6659
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
6660
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
6661
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
6662
            },
6663
            "type": "symfony-bundle",
6664
            "extra": {
6665
                "branch-alias": {
6666
                    "dev-master": "1.2-dev"
6667
                }
6668
            },
6669
            "autoload": {
6670
                "psr-4": {
6671
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
6672
                }
6673
            },
6674
            "notification-url": "https://packagist.org/downloads/",
6675
            "license": [
6676
                "MIT"
6677
            ],
6678
            "authors": [
6679
                {
6680
                    "name": "Symfony CMF Community",
6681
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
6682
                }
6683
            ],
6684
            "description": "Symfony CMF Media Bundle",
6685
            "homepage": "http://cmf.symfony.com",
6686
            "keywords": [
6687
                "Symfony CMF",
6688
                "image",
6689
                "media"
6690
            ],
6691
            "time": "2015-03-20 11:00:45"
6692
        },
6693
        {
6694
            "name": "symfony-cmf/menu-bundle",
6695
            "version": "1.2.0",
6696
            "source": {
6697
                "type": "git",
6698
                "url": "https://github.com/symfony-cmf/menu-bundle.git",
6699
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
6700
            },
6701
            "dist": {
6702
                "type": "zip",
6703
                "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
6704
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
6705
                "shasum": ""
6706
            },
6707
            "require": {
6708
                "doctrine/phpcr-bundle": "~1.1",
6709
                "doctrine/phpcr-odm": "~1.1",
6710
                "knplabs/knp-menu-bundle": "~1.1",
6711
                "php": ">=5.3.3",
6712
                "symfony-cmf/core-bundle": "~1.1",
6713
                "symfony/framework-bundle": "~2.3"
6714
            },
6715
            "require-dev": {
6716
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
6717
                "symfony-cmf/routing-bundle": "~1.2",
6718
                "symfony-cmf/testing": "~1.1",
6719
                "symfony/monolog-bundle": "~2.3"
6720
            },
6721
            "suggest": {
6722
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
6723
                "sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
6724
            },
6725
            "type": "symfony-bundle",
6726
            "extra": {
6727
                "branch-alias": {
6728
                    "dev-master": "1.2-dev"
6729
                }
6730
            },
6731
            "autoload": {
6732
                "psr-4": {
6733
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
6734
                }
6735
            },
6736
            "notification-url": "https://packagist.org/downloads/",
6737
            "license": [
6738
                "MIT"
6739
            ],
6740
            "authors": [
6741
                {
6742
                    "name": "Symfony CMF Community",
6743
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
6744
                }
6745
            ],
6746
            "description": "Symfony CMF Menu Bundle",
6747
            "homepage": "http://cmf.symfony.com",
6748
            "keywords": [
6749
                "Symfony CMF",
6750
                "menu"
6751
            ],
6752
            "time": "2014-10-21 09:43:10"
6753
        },
6754
        {
6755
            "name": "symfony-cmf/routing",
6756
            "version": "1.4.0",
6757
            "source": {
6758
                "type": "git",
6759
                "url": "https://github.com/symfony-cmf/Routing.git",
6760
                "reference": "b93704ca098334f56e9b317932f21a4362e620db"
6761
            },
6762
            "dist": {
6763
                "type": "zip",
6764
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
6765
                "reference": "b93704ca098334f56e9b317932f21a4362e620db",
6766
                "shasum": ""
6767
            },
6768
            "require": {
6769
                "php": "^5.3.9|^7.0",
6770
                "psr/log": "1.*",
6771
                "symfony/http-kernel": "^2.2|3.*",
6772
                "symfony/routing": "^2.2|3.*"
6773
            },
6774
            "require-dev": {
6775
                "friendsofsymfony/jsrouting-bundle": "^1.1",
6776
                "symfony-cmf/testing": "^1.3",
6777
                "symfony/config": "^2.2|3.*",
6778
                "symfony/dependency-injection": "^2.0.5|3.*",
6779
                "symfony/event-dispatcher": "^2.1|3.*"
6780
            },
6781
            "suggest": {
6782
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
6783
            },
6784
            "type": "library",
6785
            "extra": {
6786
                "branch-alias": {
6787
                    "dev-master": "1.4-dev"
6788
                }
6789
            },
6790
            "autoload": {
6791
                "psr-4": {
6792
                    "Symfony\\Cmf\\Component\\Routing\\": ""
6793
                }
6794
            },
6795
            "notification-url": "https://packagist.org/downloads/",
6796
            "license": [
6797
                "MIT"
6798
            ],
6799
            "authors": [
6800
                {
6801
                    "name": "Symfony CMF Community",
6802
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
6803
                }
6804
            ],
6805
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
6806
            "homepage": "http://cmf.symfony.com",
6807
            "keywords": [
6808
                "database",
6809
                "routing"
6810
            ],
6811
            "time": "2016-03-31 09:11:39"
6812
        },
6813
        {
6814
            "name": "symfony-cmf/routing-bundle",
6815
            "version": "1.4.0",
6816
            "source": {
6817
                "type": "git",
6818
                "url": "https://github.com/symfony-cmf/routing-bundle.git",
6819
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b"
6820
            },
6821
            "dist": {
6822
                "type": "zip",
6823
                "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/cd358f852fe5323407fbd67931c0e034f735660b",
6824
                "reference": "cd358f852fe5323407fbd67931c0e034f735660b",
6825
                "shasum": ""
6826
            },
6827
            "require": {
6828
                "php": "^5.3.9|^7.0",
6829
                "symfony-cmf/routing": "^1.4.0",
6830
                "symfony/framework-bundle": "~2.3"
6831
            },
6832
            "require-dev": {
6833
                "doctrine/data-fixtures": "^1.0.0",
6834
                "doctrine/orm": "~2.3",
6835
                "doctrine/phpcr-odm": "~1.3",
6836
                "matthiasnoback/symfony-config-test": "^1.3.1",
6837
                "matthiasnoback/symfony-dependency-injection-test": "~0.6",
6838
                "phpunit/php-code-coverage": "@stable",
6839
                "sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
6840
                "symfony-cmf/core-bundle": "~1.1",
6841
                "symfony-cmf/testing": "~1.3",
6842
                "symfony/monolog-bundle": "~2.3"
6843
            },
6844
            "suggest": {
6845
                "doctrine/orm": "To enable support for the ORM entities (^2.3)",
6846
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
6847
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
6848
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents (^1.1)",
6849
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
6850
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration (^1.1)"
6851
            },
6852
            "type": "symfony-bundle",
6853
            "extra": {
6854
                "branch-alias": {
6855
                    "dev-master": "1.4-dev"
6856
                }
6857
            },
6858
            "autoload": {
6859
                "psr-4": {
6860
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
6861
                }
6862
            },
6863
            "notification-url": "https://packagist.org/downloads/",
6864
            "license": [
6865
                "MIT"
6866
            ],
6867
            "authors": [
6868
                {
6869
                    "name": "Symfony CMF Community",
6870
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
6871
                }
6872
            ],
6873
            "description": "Symfony RoutingBundle",
6874
            "homepage": "http://cmf.symfony.com",
6875
            "keywords": [
6876
                "database",
6877
                "routing"
6878
            ],
6879
            "time": "2016-03-31 09:49:58"
6880
        },
6881
        {
6882
            "name": "symfony/assetic-bundle",
6883
            "version": "v2.7.1",
6884
            "source": {
6885
                "type": "git",
6886
                "url": "https://github.com/symfony/assetic-bundle.git",
6887
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
6888
            },
6889
            "dist": {
6890
                "type": "zip",
6891
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
6892
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
6893
                "shasum": ""
6894
            },
6895
            "require": {
6896
                "kriswallsmith/assetic": "~1.3",
6897
                "php": ">=5.3.0",
6898
                "symfony/console": "~2.3|~3.0",
6899
                "symfony/dependency-injection": "~2.3|~3.0",
6900
                "symfony/framework-bundle": "~2.3|~3.0",
6901
                "symfony/yaml": "~2.3|~3.0"
6902
            },
6903
            "conflict": {
6904
                "kriswallsmith/spork": "<=0.2",
6905
                "twig/twig": "<1.20"
6906
            },
6907
            "require-dev": {
6908
                "kriswallsmith/spork": "~0.3",
6909
                "patchwork/jsqueeze": "~1.0",
6910
                "symfony/class-loader": "~2.3|~3.0",
6911
                "symfony/css-selector": "~2.3|~3.0",
6912
                "symfony/dom-crawler": "~2.3|~3.0",
6913
                "symfony/phpunit-bridge": "~2.7|~3.0",
6914
                "symfony/twig-bundle": "~2.3|~3.0"
6915
            },
6916
            "suggest": {
6917
                "kriswallsmith/spork": "to be able to dump assets in parallel",
6918
                "symfony/twig-bundle": "to use the Twig integration"
6919
            },
6920
            "type": "symfony-bundle",
6921
            "extra": {
6922
                "branch-alias": {
6923
                    "dev-master": "2.7-dev"
6924
                }
6925
            },
6926
            "autoload": {
6927
                "psr-4": {
6928
                    "Symfony\\Bundle\\AsseticBundle\\": ""
6929
                }
6930
            },
6931
            "notification-url": "https://packagist.org/downloads/",
6932
            "license": [
6933
                "MIT"
6934
            ],
6935
            "authors": [
6936
                {
6937
                    "name": "Kris Wallsmith",
6938
                    "email": "[email protected]",
6939
                    "homepage": "http://kriswallsmith.net/"
6940
                }
6941
            ],
6942
            "description": "Integrates Assetic into Symfony2",
6943
            "homepage": "https://github.com/symfony/AsseticBundle",
6944
            "keywords": [
6945
                "assets",
6946
                "compression",
6947
                "minification"
6948
            ],
6949
            "time": "2015-11-17 09:45:47"
6950
        },
6951
        {
6952
            "name": "symfony/monolog-bundle",
6953
            "version": "v2.8.2",
6954
            "source": {
6955
                "type": "git",
6956
                "url": "https://github.com/symfony/monolog-bundle.git",
6957
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
6958
            },
6959
            "dist": {
6960
                "type": "zip",
6961
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
6962
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
6963
                "shasum": ""
6964
            },
6965
            "require": {
6966
                "monolog/monolog": "~1.8",
6967
                "php": ">=5.3.2",
6968
                "symfony/config": "~2.3|~3.0",
6969
                "symfony/dependency-injection": "~2.3|~3.0",
6970
                "symfony/http-kernel": "~2.3|~3.0",
6971
                "symfony/monolog-bridge": "~2.3|~3.0"
6972
            },
6973
            "require-dev": {
6974
                "symfony/console": "~2.3|~3.0",
6975
                "symfony/yaml": "~2.3|~3.0"
6976
            },
6977
            "type": "symfony-bundle",
6978
            "extra": {
6979
                "branch-alias": {
6980
                    "dev-master": "2.8.x-dev"
6981
                }
6982
            },
6983
            "autoload": {
6984
                "psr-4": {
6985
                    "Symfony\\Bundle\\MonologBundle\\": ""
6986
                }
6987
            },
6988
            "notification-url": "https://packagist.org/downloads/",
6989
            "license": [
6990
                "MIT"
6991
            ],
6992
            "authors": [
6993
                {
6994
                    "name": "Symfony Community",
6995
                    "homepage": "http://symfony.com/contributors"
6996
                },
6997
                {
6998
                    "name": "Fabien Potencier",
6999
                    "email": "[email protected]"
7000
                }
7001
            ],
7002
            "description": "Symfony MonologBundle",
7003
            "homepage": "http://symfony.com",
7004
            "keywords": [
7005
                "log",
7006
                "logging"
7007
            ],
7008
            "time": "2015-11-17 10:02:29"
7009
        },
7010
        {
7011
            "name": "symfony/polyfill-iconv",
7012
            "version": "v1.0.0",
7013
            "source": {
7014
                "type": "git",
7015
                "url": "https://github.com/symfony/polyfill-iconv.git",
7016
                "reference": "21a18998764e569c1675efc7191887130b319605"
7017
            },
7018
            "dist": {
7019
                "type": "zip",
7020
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/21a18998764e569c1675efc7191887130b319605",
7021
                "reference": "21a18998764e569c1675efc7191887130b319605",
7022
                "shasum": ""
7023
            },
7024
            "require": {
7025
                "php": ">=5.3.3"
7026
            },
7027
            "type": "library",
7028
            "extra": {
7029
                "branch-alias": {
7030
                    "dev-master": "1.0-dev"
7031
                }
7032
            },
7033
            "autoload": {
7034
                "psr-4": {
7035
                    "Symfony\\Polyfill\\Iconv\\": ""
7036
                },
7037
                "files": [
7038
                    "bootstrap.php"
7039
                ]
7040
            },
7041
            "notification-url": "https://packagist.org/downloads/",
7042
            "license": [
7043
                "MIT"
7044
            ],
7045
            "authors": [
7046
                {
7047
                    "name": "Nicolas Grekas",
7048
                    "email": "[email protected]"
7049
                },
7050
                {
7051
                    "name": "Symfony Community",
7052
                    "homepage": "https://symfony.com/contributors"
7053
                }
7054
            ],
7055
            "description": "Symfony polyfill for the Iconv extension",
7056
            "homepage": "https://symfony.com",
7057
            "keywords": [
7058
                "compatibility",
7059
                "iconv",
7060
                "polyfill",
7061
                "portable",
7062
                "shim"
7063
            ],
7064
            "time": "2015-11-04 20:28:58"
7065
        },
7066
        {
7067
            "name": "symfony/polyfill-intl-icu",
7068
            "version": "v1.0.0",
7069
            "source": {
7070
                "type": "git",
7071
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
7072
                "reference": "2deb44160e1c886241c06602b12b98779f728177"
7073
            },
7074
            "dist": {
7075
                "type": "zip",
7076
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
7077
                "reference": "2deb44160e1c886241c06602b12b98779f728177",
7078
                "shasum": ""
7079
            },
7080
            "require": {
7081
                "php": ">=5.3.3",
7082
                "symfony/intl": "~2.3|~3.0"
7083
            },
7084
            "type": "library",
7085
            "extra": {
7086
                "branch-alias": {
7087
                    "dev-master": "1.0-dev"
7088
                }
7089
            },
7090
            "autoload": {
7091
                "files": [
7092
                    "bootstrap.php"
7093
                ]
7094
            },
7095
            "notification-url": "https://packagist.org/downloads/",
7096
            "license": [
7097
                "MIT"
7098
            ],
7099
            "authors": [
7100
                {
7101
                    "name": "Nicolas Grekas",
7102
                    "email": "[email protected]"
7103
                },
7104
                {
7105
                    "name": "Symfony Community",
7106
                    "homepage": "https://symfony.com/contributors"
7107
                }
7108
            ],
7109
            "description": "Symfony polyfill for intl's ICU-related data and classes",
7110
            "homepage": "https://symfony.com",
7111
            "keywords": [
7112
                "compatibility",
7113
                "icu",
7114
                "intl",
7115
                "polyfill",
7116
                "portable",
7117
                "shim"
7118
            ],
7119
            "time": "2015-11-04 20:28:58"
7120
        },
7121
        {
7122
            "name": "symfony/polyfill-mbstring",
7123
            "version": "v1.0.0",
7124
            "source": {
7125
                "type": "git",
7126
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7127
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
7128
            },
7129
            "dist": {
7130
                "type": "zip",
7131
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
7132
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
7133
                "shasum": ""
7134
            },
7135
            "require": {
7136
                "php": ">=5.3.3"
7137
            },
7138
            "type": "library",
7139
            "extra": {
7140
                "branch-alias": {
7141
                    "dev-master": "1.0-dev"
7142
                }
7143
            },
7144
            "autoload": {
7145
                "psr-4": {
7146
                    "Symfony\\Polyfill\\Mbstring\\": ""
7147
                },
7148
                "files": [
7149
                    "bootstrap.php"
7150
                ]
7151
            },
7152
            "notification-url": "https://packagist.org/downloads/",
7153
            "license": [
7154
                "MIT"
7155
            ],
7156
            "authors": [
7157
                {
7158
                    "name": "Nicolas Grekas",
7159
                    "email": "[email protected]"
7160
                },
7161
                {
7162
                    "name": "Symfony Community",
7163
                    "homepage": "https://symfony.com/contributors"
7164
                }
7165
            ],
7166
            "description": "Symfony polyfill for the Mbstring extension",
7167
            "homepage": "https://symfony.com",
7168
            "keywords": [
7169
                "compatibility",
7170
                "mbstring",
7171
                "polyfill",
7172
                "portable",
7173
                "shim"
7174
            ],
7175
            "time": "2015-11-04 20:28:58"
7176
        },
7177
        {
7178
            "name": "symfony/swiftmailer-bundle",
7179
            "version": "v2.3.9",
7180
            "source": {
7181
                "type": "git",
7182
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
7183
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
7184
            },
7185
            "dist": {
7186
                "type": "zip",
7187
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
7188
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
7189
                "shasum": ""
7190
            },
7191
            "require": {
7192
                "php": ">=5.3.2",
7193
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
7194
                "symfony/config": "~2.3|~3.0",
7195
                "symfony/dependency-injection": "~2.3|~3.0",
7196
                "symfony/http-kernel": "~2.3|~3.0",
7197
                "symfony/yaml": "~2.3|~3.0"
7198
            },
7199
            "require-dev": {
7200
                "symfony/phpunit-bridge": "~2.7|~3.0"
7201
            },
7202
            "suggest": {
7203
                "psr/log": "Allows logging"
7204
            },
7205
            "type": "symfony-bundle",
7206
            "extra": {
7207
                "branch-alias": {
7208
                    "dev-master": "2.3-dev"
7209
                }
7210
            },
7211
            "autoload": {
7212
                "psr-4": {
7213
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
7214
                }
7215
            },
7216
            "notification-url": "https://packagist.org/downloads/",
7217
            "license": [
7218
                "MIT"
7219
            ],
7220
            "authors": [
7221
                {
7222
                    "name": "Symfony Community",
7223
                    "homepage": "http://symfony.com/contributors"
7224
                },
7225
                {
7226
                    "name": "Fabien Potencier",
7227
                    "email": "[email protected]"
7228
                }
7229
            ],
7230
            "description": "Symfony SwiftmailerBundle",
7231
            "homepage": "http://symfony.com",
7232
            "time": "2015-11-28 10:59:29"
7233
        },
7234
        {
7235
            "name": "symfony/symfony",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/symfony:

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