Completed
Push — master ( 0dd13d...744a89 )
by
unknown
15:17
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": "df329680e91533eb7732239bc02dd94e",
8
    "content-hash": "af1166c68163c48721f0d29d1da289a8",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-31 16:37:02"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.3.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "require-dev": {
166
                "phpunit/phpunit": "~4.0"
167
            },
168
            "type": "library",
169
            "extra": {
170
                "branch-alias": {
171
                    "dev-master": "1.2.x-dev"
172
                }
173
            },
174
            "autoload": {
175
                "psr-0": {
176
                    "Doctrine\\Common\\Collections\\": "lib/"
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Roman Borschel",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Benjamin Eberlei",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Guilherme Blanco",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Jonathan Wage",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Johannes Schmitt",
202
                    "email": "[email protected]"
203
                }
204
            ],
205
            "description": "Collections Abstraction library",
206
            "homepage": "http://www.doctrine-project.org",
207
            "keywords": [
208
                "array",
209
                "collections",
210
                "iterator"
211
            ],
212
            "time": "2015-04-14 22:21:58"
213
        },
214
        {
215
            "name": "doctrine/common",
216
            "version": "v2.6.1",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/common.git",
220
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
225
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/annotations": "1.*",
230
                "doctrine/cache": "1.*",
231
                "doctrine/collections": "1.*",
232
                "doctrine/inflector": "1.*",
233
                "doctrine/lexer": "1.*",
234
                "php": "~5.5|~7.0"
235
            },
236
            "require-dev": {
237
                "phpunit/phpunit": "~4.8|~5.0"
238
            },
239
            "type": "library",
240
            "extra": {
241
                "branch-alias": {
242
                    "dev-master": "2.7.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-4": {
247
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Roman Borschel",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Benjamin Eberlei",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Guilherme Blanco",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Jonathan Wage",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Johannes Schmitt",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "Common Library for Doctrine projects",
277
            "homepage": "http://www.doctrine-project.org",
278
            "keywords": [
279
                "annotations",
280
                "collections",
281
                "eventmanager",
282
                "persistence",
283
                "spl"
284
            ],
285
            "time": "2015-12-25 13:18:31"
286
        },
287
        {
288
            "name": "doctrine/dbal",
289
            "version": "v2.5.4",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/doctrine/dbal.git",
293
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
298
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "doctrine/common": ">=2.4,<2.7-dev",
303
                "php": ">=5.3.2"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "4.*",
307
                "symfony/console": "2.*"
308
            },
309
            "suggest": {
310
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
311
            },
312
            "bin": [
313
                "bin/doctrine-dbal"
314
            ],
315
            "type": "library",
316
            "extra": {
317
                "branch-alias": {
318
                    "dev-master": "2.5.x-dev"
319
                }
320
            },
321
            "autoload": {
322
                "psr-0": {
323
                    "Doctrine\\DBAL\\": "lib/"
324
                }
325
            },
326
            "notification-url": "https://packagist.org/downloads/",
327
            "license": [
328
                "MIT"
329
            ],
330
            "authors": [
331
                {
332
                    "name": "Roman Borschel",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Benjamin Eberlei",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Guilherme Blanco",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Jonathan Wage",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Database Abstraction Layer",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "database",
352
                "dbal",
353
                "persistence",
354
                "queryobject"
355
            ],
356
            "time": "2016-01-05 22:11:12"
357
        },
358
        {
359
            "name": "doctrine/doctrine-bundle",
360
            "version": "1.6.2",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/DoctrineBundle.git",
364
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
369
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "doctrine/dbal": "~2.3",
374
                "doctrine/doctrine-cache-bundle": "~1.0",
375
                "jdorn/sql-formatter": "~1.1",
376
                "php": ">=5.3.2",
377
                "symfony/console": "~2.3|~3.0",
378
                "symfony/doctrine-bridge": "~2.2|~3.0",
379
                "symfony/framework-bundle": "~2.3|~3.0"
380
            },
381
            "require-dev": {
382
                "doctrine/orm": "~2.3",
383
                "phpunit/phpunit": "~4",
384
                "satooshi/php-coveralls": "~0.6.1",
385
                "symfony/phpunit-bridge": "~2.7|~3.0",
386
                "symfony/validator": "~2.2|~3.0",
387
                "symfony/yaml": "~2.2|~3.0",
388
                "twig/twig": "~1.10"
389
            },
390
            "suggest": {
391
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
392
                "symfony/web-profiler-bundle": "to use the data collector"
393
            },
394
            "type": "symfony-bundle",
395
            "extra": {
396
                "branch-alias": {
397
                    "dev-master": "1.6.x-dev"
398
                }
399
            },
400
            "autoload": {
401
                "psr-4": {
402
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
403
                }
404
            },
405
            "notification-url": "https://packagist.org/downloads/",
406
            "license": [
407
                "MIT"
408
            ],
409
            "authors": [
410
                {
411
                    "name": "Symfony Community",
412
                    "homepage": "http://symfony.com/contributors"
413
                },
414
                {
415
                    "name": "Benjamin Eberlei",
416
                    "email": "[email protected]"
417
                },
418
                {
419
                    "name": "Doctrine Project",
420
                    "homepage": "http://www.doctrine-project.org/"
421
                },
422
                {
423
                    "name": "Fabien Potencier",
424
                    "email": "[email protected]"
425
                }
426
            ],
427
            "description": "Symfony DoctrineBundle",
428
            "homepage": "http://www.doctrine-project.org",
429
            "keywords": [
430
                "database",
431
                "dbal",
432
                "orm",
433
                "persistence"
434
            ],
435
            "time": "2016-01-10 17:21:44"
436
        },
437
        {
438
            "name": "doctrine/doctrine-cache-bundle",
439
            "version": "1.3.0",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
443
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
448
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "doctrine/cache": "^1.4.2",
453
                "doctrine/inflector": "~1.0",
454
                "php": ">=5.3.2",
455
                "symfony/doctrine-bridge": "~2.2|~3.0"
456
            },
457
            "require-dev": {
458
                "instaclick/coding-standard": "~1.1",
459
                "instaclick/object-calisthenics-sniffs": "dev-master",
460
                "instaclick/symfony2-coding-standard": "dev-remaster",
461
                "phpunit/phpunit": "~4",
462
                "predis/predis": "~0.8",
463
                "satooshi/php-coveralls": "~0.6.1",
464
                "squizlabs/php_codesniffer": "~1.5",
465
                "symfony/console": "~2.2|~3.0",
466
                "symfony/finder": "~2.2|~3.0",
467
                "symfony/framework-bundle": "~2.2|~3.0",
468
                "symfony/phpunit-bridge": "~2.7|~3.0",
469
                "symfony/security-acl": "~2.3|~3.0",
470
                "symfony/validator": "~2.2|~3.0",
471
                "symfony/yaml": "~2.2|~3.0"
472
            },
473
            "suggest": {
474
                "symfony/security-acl": "For using this bundle to cache ACLs"
475
            },
476
            "type": "symfony-bundle",
477
            "extra": {
478
                "branch-alias": {
479
                    "dev-master": "1.2.x-dev"
480
                }
481
            },
482
            "autoload": {
483
                "psr-4": {
484
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
485
                }
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "MIT"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Symfony Community",
494
                    "homepage": "http://symfony.com/contributors"
495
                },
496
                {
497
                    "name": "Benjamin Eberlei",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Fabio B. Silva",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Guilherme Blanco",
506
                    "email": "[email protected]"
507
                },
508
                {
509
                    "name": "Doctrine Project",
510
                    "homepage": "http://www.doctrine-project.org/"
511
                },
512
                {
513
                    "name": "Fabien Potencier",
514
                    "email": "[email protected]"
515
                }
516
            ],
517
            "description": "Symfony Bundle for Doctrine Cache",
518
            "homepage": "http://www.doctrine-project.org",
519
            "keywords": [
520
                "cache",
521
                "caching"
522
            ],
523
            "time": "2016-01-26 17:28:51"
524
        },
525
        {
526
            "name": "doctrine/inflector",
527
            "version": "v1.1.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/doctrine/inflector.git",
531
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
536
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "php": ">=5.3.2"
541
            },
542
            "require-dev": {
543
                "phpunit/phpunit": "4.*"
544
            },
545
            "type": "library",
546
            "extra": {
547
                "branch-alias": {
548
                    "dev-master": "1.1.x-dev"
549
                }
550
            },
551
            "autoload": {
552
                "psr-0": {
553
                    "Doctrine\\Common\\Inflector\\": "lib/"
554
                }
555
            },
556
            "notification-url": "https://packagist.org/downloads/",
557
            "license": [
558
                "MIT"
559
            ],
560
            "authors": [
561
                {
562
                    "name": "Roman Borschel",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Benjamin Eberlei",
567
                    "email": "[email protected]"
568
                },
569
                {
570
                    "name": "Guilherme Blanco",
571
                    "email": "[email protected]"
572
                },
573
                {
574
                    "name": "Jonathan Wage",
575
                    "email": "[email protected]"
576
                },
577
                {
578
                    "name": "Johannes Schmitt",
579
                    "email": "[email protected]"
580
                }
581
            ],
582
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
583
            "homepage": "http://www.doctrine-project.org",
584
            "keywords": [
585
                "inflection",
586
                "pluralize",
587
                "singularize",
588
                "string"
589
            ],
590
            "time": "2015-11-06 14:35:42"
591
        },
592
        {
593
            "name": "doctrine/instantiator",
594
            "version": "1.0.5",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/doctrine/instantiator.git",
598
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
603
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "php": ">=5.3,<8.0-DEV"
608
            },
609
            "require-dev": {
610
                "athletic/athletic": "~0.1.8",
611
                "ext-pdo": "*",
612
                "ext-phar": "*",
613
                "phpunit/phpunit": "~4.0",
614
                "squizlabs/php_codesniffer": "~2.0"
615
            },
616
            "type": "library",
617
            "extra": {
618
                "branch-alias": {
619
                    "dev-master": "1.0.x-dev"
620
                }
621
            },
622
            "autoload": {
623
                "psr-4": {
624
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
625
                }
626
            },
627
            "notification-url": "https://packagist.org/downloads/",
628
            "license": [
629
                "MIT"
630
            ],
631
            "authors": [
632
                {
633
                    "name": "Marco Pivetta",
634
                    "email": "[email protected]",
635
                    "homepage": "http://ocramius.github.com/"
636
                }
637
            ],
638
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
639
            "homepage": "https://github.com/doctrine/instantiator",
640
            "keywords": [
641
                "constructor",
642
                "instantiate"
643
            ],
644
            "time": "2015-06-14 21:17:01"
645
        },
646
        {
647
            "name": "doctrine/lexer",
648
            "version": "v1.0.1",
649
            "source": {
650
                "type": "git",
651
                "url": "https://github.com/doctrine/lexer.git",
652
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
653
            },
654
            "dist": {
655
                "type": "zip",
656
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
657
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
658
                "shasum": ""
659
            },
660
            "require": {
661
                "php": ">=5.3.2"
662
            },
663
            "type": "library",
664
            "extra": {
665
                "branch-alias": {
666
                    "dev-master": "1.0.x-dev"
667
                }
668
            },
669
            "autoload": {
670
                "psr-0": {
671
                    "Doctrine\\Common\\Lexer\\": "lib/"
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Roman Borschel",
681
                    "email": "[email protected]"
682
                },
683
                {
684
                    "name": "Guilherme Blanco",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Johannes Schmitt",
689
                    "email": "[email protected]"
690
                }
691
            ],
692
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
693
            "homepage": "http://www.doctrine-project.org",
694
            "keywords": [
695
                "lexer",
696
                "parser"
697
            ],
698
            "time": "2014-09-09 13:34:57"
699
        },
700
        {
701
            "name": "doctrine/orm",
702
            "version": "v2.5.4",
703
            "source": {
704
                "type": "git",
705
                "url": "https://github.com/doctrine/doctrine2.git",
706
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
707
            },
708
            "dist": {
709
                "type": "zip",
710
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
711
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
712
                "shasum": ""
713
            },
714
            "require": {
715
                "doctrine/cache": "~1.4",
716
                "doctrine/collections": "~1.2",
717
                "doctrine/common": ">=2.5-dev,<2.7-dev",
718
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
719
                "doctrine/instantiator": "~1.0.1",
720
                "ext-pdo": "*",
721
                "php": ">=5.4",
722
                "symfony/console": "~2.5|~3.0"
723
            },
724
            "require-dev": {
725
                "phpunit/phpunit": "~4.0",
726
                "symfony/yaml": "~2.3|~3.0"
727
            },
728
            "suggest": {
729
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
730
            },
731
            "bin": [
732
                "bin/doctrine",
733
                "bin/doctrine.php"
734
            ],
735
            "type": "library",
736
            "extra": {
737
                "branch-alias": {
738
                    "dev-master": "2.6.x-dev"
739
                }
740
            },
741
            "autoload": {
742
                "psr-0": {
743
                    "Doctrine\\ORM\\": "lib/"
744
                }
745
            },
746
            "notification-url": "https://packagist.org/downloads/",
747
            "license": [
748
                "MIT"
749
            ],
750
            "authors": [
751
                {
752
                    "name": "Roman Borschel",
753
                    "email": "[email protected]"
754
                },
755
                {
756
                    "name": "Benjamin Eberlei",
757
                    "email": "[email protected]"
758
                },
759
                {
760
                    "name": "Guilherme Blanco",
761
                    "email": "[email protected]"
762
                },
763
                {
764
                    "name": "Jonathan Wage",
765
                    "email": "[email protected]"
766
                }
767
            ],
768
            "description": "Object-Relational-Mapper for PHP",
769
            "homepage": "http://www.doctrine-project.org",
770
            "keywords": [
771
                "database",
772
                "orm"
773
            ],
774
            "time": "2016-01-05 21:34:58"
775
        },
776
        {
777
            "name": "ircmaxell/password-compat",
778
            "version": "v1.0.4",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/ircmaxell/password_compat.git",
782
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
787
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
788
                "shasum": ""
789
            },
790
            "require-dev": {
791
                "phpunit/phpunit": "4.*"
792
            },
793
            "type": "library",
794
            "autoload": {
795
                "files": [
796
                    "lib/password.php"
797
                ]
798
            },
799
            "notification-url": "https://packagist.org/downloads/",
800
            "license": [
801
                "MIT"
802
            ],
803
            "authors": [
804
                {
805
                    "name": "Anthony Ferrara",
806
                    "email": "[email protected]",
807
                    "homepage": "http://blog.ircmaxell.com"
808
                }
809
            ],
810
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
811
            "homepage": "https://github.com/ircmaxell/password_compat",
812
            "keywords": [
813
                "hashing",
814
                "password"
815
            ],
816
            "time": "2014-11-20 16:49:30"
817
        },
818
        {
819
            "name": "jdorn/sql-formatter",
820
            "version": "v1.2.17",
821
            "source": {
822
                "type": "git",
823
                "url": "https://github.com/jdorn/sql-formatter.git",
824
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
825
            },
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
829
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
830
                "shasum": ""
831
            },
832
            "require": {
833
                "php": ">=5.2.4"
834
            },
835
            "require-dev": {
836
                "phpunit/phpunit": "3.7.*"
837
            },
838
            "type": "library",
839
            "extra": {
840
                "branch-alias": {
841
                    "dev-master": "1.3.x-dev"
842
                }
843
            },
844
            "autoload": {
845
                "classmap": [
846
                    "lib"
847
                ]
848
            },
849
            "notification-url": "https://packagist.org/downloads/",
850
            "license": [
851
                "MIT"
852
            ],
853
            "authors": [
854
                {
855
                    "name": "Jeremy Dorn",
856
                    "email": "[email protected]",
857
                    "homepage": "http://jeremydorn.com/"
858
                }
859
            ],
860
            "description": "a PHP SQL highlighting library",
861
            "homepage": "https://github.com/jdorn/sql-formatter/",
862
            "keywords": [
863
                "highlight",
864
                "sql"
865
            ],
866
            "time": "2014-01-12 16:20:24"
867
        },
868
        {
869
            "name": "modera/activity-logger-bundle",
870
            "version": "v1.0.0",
871
            "target-dir": "Modera/ActivityLoggerBundle",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/modera/ModeraActivityLoggerBundle.git",
875
                "reference": "dac3c68756df87577a5701e11f640516c02d5a4d"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/modera/ModeraActivityLoggerBundle/zipball/dac3c68756df87577a5701e11f640516c02d5a4d",
880
                "reference": "dac3c68756df87577a5701e11f640516c02d5a4d",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "doctrine/doctrine-bundle": "~1.2",
885
                "doctrine/orm": "~2.2,>=2.2.3",
886
                "php": ">=5.4.0",
887
                "sergeil/extjsintegration-bundle": "~1.0",
888
                "symfony/framework-bundle": "~2.0",
889
                "symfony/symfony": "~2.0"
890
            },
891
            "require-dev": {
892
                "modera/foundation-bundle": "~1.0",
893
                "phpunit/phpunit": "3.7.*"
894
            },
895
            "type": "symfony-bundle",
896
            "extra": {
897
                "branch-alias": {
898
                    "dev-master": "1.0-dev"
899
                }
900
            },
901
            "autoload": {
902
                "psr-0": {
903
                    "Modera\\ActivityLoggerBundle": ""
904
                }
905
            },
906
            "notification-url": "https://packagist.org/downloads/",
907
            "license": [
908
                "MIT"
909
            ],
910
            "authors": [
911
                {
912
                    "name": "Sergei Lissovski",
913
                    "email": "[email protected]",
914
                    "homepage": "http://sergei.lissovski.org/"
915
                }
916
            ],
917
            "time": "2015-01-08 12:43:31"
918
        },
919
        {
920
            "name": "modera/backend-languages-bundle",
921
            "version": "v2.0.0",
922
            "target-dir": "Modera/BackendLanguagesBundle",
923
            "source": {
924
                "type": "git",
925
                "url": "https://github.com/modera/ModeraBackendLanguagesBundle.git",
926
                "reference": "a8e86b9446375c94917a3a4d247de43d3237de5d"
927
            },
928
            "dist": {
929
                "type": "zip",
930
                "url": "https://api.github.com/repos/modera/ModeraBackendLanguagesBundle/zipball/a8e86b9446375c94917a3a4d247de43d3237de5d",
931
                "reference": "a8e86b9446375c94917a3a4d247de43d3237de5d",
932
                "shasum": ""
933
            },
934
            "require": {
935
                "modera/languages-bundle": "~1.0",
936
                "modera/mjr-integration-bundle": "~1.0",
937
                "php": ">=5.4.0",
938
                "sergeil/extjslocalization-bundle": "~1.0",
939
                "symfony/framework-bundle": "~2.6"
940
            },
941
            "type": "symfony-bundle",
942
            "extra": {
943
                "branch-alias": {
944
                    "dev-master": "2.0-dev"
945
                }
946
            },
947
            "autoload": {
948
                "psr-0": {
949
                    "Modera\\BackendLanguagesBundle": ""
950
                }
951
            },
952
            "notification-url": "https://packagist.org/downloads/",
953
            "license": [
954
                "MIT"
955
            ],
956
            "authors": [
957
                {
958
                    "name": "Sergei Vizel",
959
                    "email": "[email protected]"
960
                }
961
            ],
962
            "time": "2015-02-09 11:05:44"
963
        },
964
        {
965
            "name": "modera/backend-tools-bundle",
966
            "version": "v2.0.0",
967
            "target-dir": "Modera/BackendToolsBundle",
968
            "source": {
969
                "type": "git",
970
                "url": "https://github.com/modera/ModeraBackendToolsBundle.git",
971
                "reference": "55360302d492dcf6689aff74445fd362d0414859"
972
            },
973
            "dist": {
974
                "type": "zip",
975
                "url": "https://api.github.com/repos/modera/ModeraBackendToolsBundle/zipball/55360302d492dcf6689aff74445fd362d0414859",
976
                "reference": "55360302d492dcf6689aff74445fd362d0414859",
977
                "shasum": ""
978
            },
979
            "require": {
980
                "modera/mjr-integration-bundle": "~1.0",
981
                "php": ">=5.3.3",
982
                "symfony/framework-bundle": "~2.6"
983
            },
984
            "type": "symfony-bundle",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "2.0-dev"
988
                }
989
            },
990
            "autoload": {
991
                "psr-0": {
992
                    "Modera\\BackendToolsBundle": ""
993
                }
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "MIT"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Sergei Lissovski",
1002
                    "email": "[email protected]",
1003
                    "homepage": "http://sergei.lissovski.org/"
1004
                }
1005
            ],
1006
            "time": "2015-08-19 11:22:39"
1007
        },
1008
        {
1009
            "name": "modera/direct-bundle",
1010
            "version": "v1.2.3",
1011
            "target-dir": "Modera/DirectBundle",
1012
            "source": {
1013
                "type": "git",
1014
                "url": "https://github.com/modera/ModeraDirectBundle.git",
1015
                "reference": "0225e8a2d355084844958d0655bbecfc60ddc849"
1016
            },
1017
            "dist": {
1018
                "type": "zip",
1019
                "url": "https://api.github.com/repos/modera/ModeraDirectBundle/zipball/0225e8a2d355084844958d0655bbecfc60ddc849",
1020
                "reference": "0225e8a2d355084844958d0655bbecfc60ddc849",
1021
                "shasum": ""
1022
            },
1023
            "require": {
1024
                "php": ">=5.3.2",
1025
                "symfony/finder": "~2.3",
1026
                "symfony/framework-bundle": "~2.3"
1027
            },
1028
            "type": "symfony-bundle",
1029
            "extra": {
1030
                "modera-module": {
1031
                    "register-bundle": "Modera\\DirectBundle\\ModeraDirectBundle"
1032
                },
1033
                "branch-alias": {
1034
                    "dev-master": "1.x-dev"
1035
                }
1036
            },
1037
            "autoload": {
1038
                "psr-0": {
1039
                    "Modera\\DirectBundle": ""
1040
                }
1041
            },
1042
            "notification-url": "https://packagist.org/downloads/",
1043
            "license": [
1044
                "MIT"
1045
            ],
1046
            "authors": [
1047
                {
1048
                    "name": "Sergei Vizel",
1049
                    "email": "[email protected]"
1050
                }
1051
            ],
1052
            "description": "Symfony 2 ExtDirect Bundle",
1053
            "homepage": "https://github.com/modera/direct-bundle",
1054
            "keywords": [
1055
                "extdirect",
1056
                "extjs"
1057
            ],
1058
            "time": "2015-12-08 12:55:08"
1059
        },
1060
        {
1061
            "name": "modera/foundation-bundle",
1062
            "version": "v1.1.2",
1063
            "target-dir": "Modera/FoundationBundle",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/modera/ModeraFoundationBundle.git",
1067
                "reference": "eebf69f856388b055b9aea8cad2ad1c0374876c7"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/modera/ModeraFoundationBundle/zipball/eebf69f856388b055b9aea8cad2ad1c0374876c7",
1072
                "reference": "eebf69f856388b055b9aea8cad2ad1c0374876c7",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "php": ">=5.3.0",
1077
                "symfony/symfony": "~2.0"
1078
            },
1079
            "require-dev": {
1080
                "phpunit/phpunit": "3.7.*"
1081
            },
1082
            "type": "symfony-bundle",
1083
            "extra": {
1084
                "branch-alias": {
1085
                    "dev-master": "1.1-dev"
1086
                }
1087
            },
1088
            "autoload": {
1089
                "psr-0": {
1090
                    "Modera\\FoundationBundle": ""
1091
                }
1092
            },
1093
            "notification-url": "https://packagist.org/downloads/",
1094
            "license": [
1095
                "MIT"
1096
            ],
1097
            "authors": [
1098
                {
1099
                    "name": "Sergei Lissovski",
1100
                    "email": "[email protected]",
1101
                    "homepage": "http://sergei.lissovski.org/"
1102
                }
1103
            ],
1104
            "time": "2015-10-05 06:51:09"
1105
        },
1106
        {
1107
            "name": "modera/languages-bundle",
1108
            "version": "v1.0.0",
1109
            "target-dir": "Modera/LanguagesBundle",
1110
            "source": {
1111
                "type": "git",
1112
                "url": "https://github.com/modera/ModeraLanguagesBundle.git",
1113
                "reference": "705ca3554f12993bea966b4eed9089eb333d5903"
1114
            },
1115
            "dist": {
1116
                "type": "zip",
1117
                "url": "https://api.github.com/repos/modera/ModeraLanguagesBundle/zipball/705ca3554f12993bea966b4eed9089eb333d5903",
1118
                "reference": "705ca3554f12993bea966b4eed9089eb333d5903",
1119
                "shasum": ""
1120
            },
1121
            "require": {
1122
                "doctrine/doctrine-bundle": "~1.2",
1123
                "doctrine/orm": "~2.2,>=2.2.3",
1124
                "php": ">=5.3.3",
1125
                "symfony/framework-bundle": "~2.0"
1126
            },
1127
            "require-dev": {
1128
                "modera/foundation-bundle": "~1.0",
1129
                "phpunit/phpunit": "3.*"
1130
            },
1131
            "type": "symfony-bundle",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "1.0-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-0": {
1139
                    "Modera\\LanguagesBundle": ""
1140
                }
1141
            },
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "MIT"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Sergei Vizel",
1149
                    "email": "[email protected]"
1150
                }
1151
            ],
1152
            "time": "2015-01-08 12:31:04"
1153
        },
1154
        {
1155
            "name": "modera/mjr-integration-bundle",
1156
            "version": "v1.5.0",
1157
            "target-dir": "Modera/MjrIntegrationBundle",
1158
            "source": {
1159
                "type": "git",
1160
                "url": "https://github.com/modera/ModeraMjrIntegrationBundle.git",
1161
                "reference": "325bcf40725bf8cd228572993d73e8feac621ab6"
1162
            },
1163
            "dist": {
1164
                "type": "zip",
1165
                "url": "https://api.github.com/repos/modera/ModeraMjrIntegrationBundle/zipball/325bcf40725bf8cd228572993d73e8feac621ab6",
1166
                "reference": "325bcf40725bf8cd228572993d73e8feac621ab6",
1167
                "shasum": ""
1168
            },
1169
            "require": {
1170
                "modera/direct-bundle": "~1.0",
1171
                "php": ">=5.4.0",
1172
                "sergeil/expander-bundle": "~1.0",
1173
                "symfony/framework-bundle": "~2.0"
1174
            },
1175
            "require-dev": {
1176
                "phake/phake": "2.*",
1177
                "phpunit/phpunit": "3.*"
1178
            },
1179
            "type": "symfony-bundle",
1180
            "extra": {
1181
                "branch-alias": {
1182
                    "dev-master": "1.x-dev"
1183
                }
1184
            },
1185
            "autoload": {
1186
                "psr-0": {
1187
                    "Modera\\MjrIntegrationBundle": ""
1188
                }
1189
            },
1190
            "notification-url": "https://packagist.org/downloads/",
1191
            "license": [
1192
                "MIT"
1193
            ],
1194
            "authors": [
1195
                {
1196
                    "name": "Sergei Lissovski",
1197
                    "email": "[email protected]",
1198
                    "homepage": "http://sergei.lissovski.org/"
1199
                }
1200
            ],
1201
            "description": "Provides low level integration for MJR.",
1202
            "homepage": "http://modera.org",
1203
            "keywords": [
1204
                "mjr"
1205
            ],
1206
            "time": "2016-03-15 07:58:43"
1207
        },
1208
        {
1209
            "name": "modera/security-bundle",
1210
            "version": "v2.5",
1211
            "target-dir": "Modera/SecurityBundle",
1212
            "source": {
1213
                "type": "git",
1214
                "url": "https://github.com/modera/ModeraSecurityBundle.git",
1215
                "reference": "b4899d7729923faa1f9c4a2b55a8f80e5d35e071"
1216
            },
1217
            "dist": {
1218
                "type": "zip",
1219
                "url": "https://api.github.com/repos/modera/ModeraSecurityBundle/zipball/b4899d7729923faa1f9c4a2b55a8f80e5d35e071",
1220
                "reference": "b4899d7729923faa1f9c4a2b55a8f80e5d35e071",
1221
                "shasum": ""
1222
            },
1223
            "require": {
1224
                "doctrine/doctrine-bundle": "~1.2",
1225
                "doctrine/orm": "~2.2,>=2.2.3",
1226
                "modera/foundation-bundle": "~1.0",
1227
                "php": ">=5.4",
1228
                "sergeil/extjsintegration-bundle": "~1.0",
1229
                "symfony/framework-bundle": "~2.6"
1230
            },
1231
            "require-dev": {
1232
                "modera/foundation-bundle": "~1.0",
1233
                "modera/languages-bundle": "~1.0",
1234
                "phake/phake": "1.*",
1235
                "phpunit/phpunit": "3.*"
1236
            },
1237
            "type": "symfony-bundle",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "3.x-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-0": {
1245
                    "Modera\\SecurityBundle": ""
1246
                }
1247
            },
1248
            "notification-url": "https://packagist.org/downloads/",
1249
            "license": [
1250
                "MIT"
1251
            ],
1252
            "authors": [
1253
                {
1254
                    "name": "Sergei Lissovski",
1255
                    "email": "[email protected]",
1256
                    "homepage": "http://sergei.lissovski.org/"
1257
                },
1258
                {
1259
                    "name": "Sergei Vizel",
1260
                    "email": "[email protected]"
1261
                }
1262
            ],
1263
            "description": "Provides database aware implementation of Security model + some other perks",
1264
            "time": "2016-05-10 12:41:46"
1265
        },
1266
        {
1267
            "name": "modera/server-crud-bundle",
1268
            "version": "v2.1.0",
1269
            "target-dir": "Modera/ServerCrudBundle",
1270
            "source": {
1271
                "type": "git",
1272
                "url": "https://github.com/modera/ModeraServerCrudBundle.git",
1273
                "reference": "0c68374d0a58767f64bc881ee343583887832cfd"
1274
            },
1275
            "dist": {
1276
                "type": "zip",
1277
                "url": "https://api.github.com/repos/modera/ModeraServerCrudBundle/zipball/0c68374d0a58767f64bc881ee343583887832cfd",
1278
                "reference": "0c68374d0a58767f64bc881ee343583887832cfd",
1279
                "shasum": ""
1280
            },
1281
            "require": {
1282
                "doctrine/doctrine-bundle": "~1.2",
1283
                "doctrine/orm": "~2.2,>=2.2.3",
1284
                "modera/foundation-bundle": "~1.0",
1285
                "php": ">=5.4.0",
1286
                "sergeil/aux-bundle": "~1.0",
1287
                "sergeil/expander-bundle": "~1.0",
1288
                "sergeil/extjsintegration-bundle": "~1.0",
1289
                "symfony/framework-bundle": "~2.6",
1290
                "symfony/property-access": "~2.0",
1291
                "symfony/symfony": "~2.6"
1292
            },
1293
            "require-dev": {
1294
                "phake/phake": "2.*",
1295
                "phpunit/phpunit": "3.7.*"
1296
            },
1297
            "type": "symfony-bundle",
1298
            "extra": {
1299
                "branch-alias": {
1300
                    "dev-master": "3.x-dev"
1301
                }
1302
            },
1303
            "autoload": {
1304
                "psr-0": {
1305
                    "Modera\\ServerCrudBundle": ""
1306
                }
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "MIT"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Sergei Lissovski",
1315
                    "email": "[email protected]",
1316
                    "homepage": "http://sergei.lissovski.org/"
1317
                }
1318
            ],
1319
            "time": "2016-05-10 12:37:10"
1320
        },
1321
        {
1322
            "name": "modera/translations-bundle",
1323
            "version": "v1.0.0",
1324
            "target-dir": "Modera/TranslationsBundle",
1325
            "source": {
1326
                "type": "git",
1327
                "url": "https://github.com/modera/ModeraTranslationsBundle.git",
1328
                "reference": "950204cecfd1d1321a19527c1b25d1844403628d"
1329
            },
1330
            "dist": {
1331
                "type": "zip",
1332
                "url": "https://api.github.com/repos/modera/ModeraTranslationsBundle/zipball/950204cecfd1d1321a19527c1b25d1844403628d",
1333
                "reference": "950204cecfd1d1321a19527c1b25d1844403628d",
1334
                "shasum": ""
1335
            },
1336
            "require": {
1337
                "doctrine/doctrine-bundle": "~1.2",
1338
                "doctrine/orm": "~2.2,>=2.2.3",
1339
                "modera/languages-bundle": "~1.0",
1340
                "php": ">=5.4.0",
1341
                "symfony/framework-bundle": "~2.0"
1342
            },
1343
            "require-dev": {
1344
                "modera/foundation-bundle": "~1.0",
1345
                "phake/phake": "2.0.*@dev",
1346
                "phpunit/phpunit": "3.*"
1347
            },
1348
            "type": "symfony-bundle",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "1.0-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "psr-0": {
1356
                    "Modera\\TranslationsBundle": ""
1357
                }
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "MIT"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Sergei Vizel",
1366
                    "email": "[email protected]"
1367
                },
1368
                {
1369
                    "name": "Sergei Lissovski",
1370
                    "email": "[email protected]"
1371
                }
1372
            ],
1373
            "time": "2015-01-08 13:10:15"
1374
        },
1375
        {
1376
            "name": "paragonie/random_compat",
1377
            "version": "v1.4.1",
1378
            "source": {
1379
                "type": "git",
1380
                "url": "https://github.com/paragonie/random_compat.git",
1381
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1382
            },
1383
            "dist": {
1384
                "type": "zip",
1385
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1386
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1387
                "shasum": ""
1388
            },
1389
            "require": {
1390
                "php": ">=5.2.0"
1391
            },
1392
            "require-dev": {
1393
                "phpunit/phpunit": "4.*|5.*"
1394
            },
1395
            "suggest": {
1396
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1397
            },
1398
            "type": "library",
1399
            "autoload": {
1400
                "files": [
1401
                    "lib/random.php"
1402
                ]
1403
            },
1404
            "notification-url": "https://packagist.org/downloads/",
1405
            "license": [
1406
                "MIT"
1407
            ],
1408
            "authors": [
1409
                {
1410
                    "name": "Paragon Initiative Enterprises",
1411
                    "email": "[email protected]",
1412
                    "homepage": "https://paragonie.com"
1413
                }
1414
            ],
1415
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1416
            "keywords": [
1417
                "csprng",
1418
                "pseudorandom",
1419
                "random"
1420
            ],
1421
            "time": "2016-03-18 20:34:03"
1422
        },
1423
        {
1424
            "name": "psr/log",
1425
            "version": "1.0.0",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/php-fig/log.git",
1429
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1434
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1435
                "shasum": ""
1436
            },
1437
            "type": "library",
1438
            "autoload": {
1439
                "psr-0": {
1440
                    "Psr\\Log\\": ""
1441
                }
1442
            },
1443
            "notification-url": "https://packagist.org/downloads/",
1444
            "license": [
1445
                "MIT"
1446
            ],
1447
            "authors": [
1448
                {
1449
                    "name": "PHP-FIG",
1450
                    "homepage": "http://www.php-fig.org/"
1451
                }
1452
            ],
1453
            "description": "Common interface for logging libraries",
1454
            "keywords": [
1455
                "log",
1456
                "psr",
1457
                "psr-3"
1458
            ],
1459
            "time": "2012-12-21 11:40:51"
1460
        },
1461
        {
1462
            "name": "sergeil/aux-bundle",
1463
            "version": "v1.1.0",
1464
            "target-dir": "Sli/AuxBundle",
1465
            "source": {
1466
                "type": "git",
1467
                "url": "https://github.com/sergeil/SliAuxBundle.git",
1468
                "reference": "0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15"
1469
            },
1470
            "dist": {
1471
                "type": "zip",
1472
                "url": "https://api.github.com/repos/sergeil/SliAuxBundle/zipball/0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15",
1473
                "reference": "0dc8b9b233b42d94e4bc8fa69118a8fef0f17e15",
1474
                "shasum": ""
1475
            },
1476
            "require": {
1477
                "php": ">=5.3.0",
1478
                "symfony/framework-bundle": "~2.0"
1479
            },
1480
            "type": "symfony-bundle",
1481
            "autoload": {
1482
                "psr-0": {
1483
                    "Sli\\AuxBundle": ""
1484
                }
1485
            },
1486
            "notification-url": "https://packagist.org/downloads/",
1487
            "license": [
1488
                "MIT"
1489
            ],
1490
            "authors": [
1491
                {
1492
                    "name": "Sergei Lissovski",
1493
                    "email": "[email protected]",
1494
                    "homepage": "http://sergei.lissovski.org/"
1495
                }
1496
            ],
1497
            "description": "Contains base/utility classes for Sli/* bundles.",
1498
            "homepage": "https://github.com/sergeil/SliAuxBundle",
1499
            "keywords": [
1500
                "utils"
1501
            ],
1502
            "time": "2014-12-25 12:51:40"
1503
        },
1504
        {
1505
            "name": "sergeil/expander-bundle",
1506
            "version": "v1.0.1",
1507
            "target-dir": "Sli/ExpanderBundle",
1508
            "source": {
1509
                "type": "git",
1510
                "url": "https://github.com/sergeil/ExpanderBundle.git",
1511
                "reference": "e34ba3f47c23c4b9045675052804631e5760769a"
1512
            },
1513
            "dist": {
1514
                "type": "zip",
1515
                "url": "https://api.github.com/repos/sergeil/ExpanderBundle/zipball/e34ba3f47c23c4b9045675052804631e5760769a",
1516
                "reference": "e34ba3f47c23c4b9045675052804631e5760769a",
1517
                "shasum": ""
1518
            },
1519
            "require": {
1520
                "php": ">=5.3.0",
1521
                "symfony/framework-bundle": "~2.3"
1522
            },
1523
            "require-dev": {
1524
                "modera/foundation-bundle": "dev-master",
1525
                "phake/phake": "~1.0",
1526
                "phpunit/phpunit": "3.7.*"
1527
            },
1528
            "type": "symfony-bundle",
1529
            "autoload": {
1530
                "psr-0": {
1531
                    "Sli\\ExpanderBundle": ""
1532
                }
1533
            },
1534
            "notification-url": "https://packagist.org/downloads/",
1535
            "license": [
1536
                "MIT"
1537
            ],
1538
            "authors": [
1539
                {
1540
                    "name": "Sergei Lissovski",
1541
                    "email": "[email protected]",
1542
                    "homepage": "http://sergei.lissovski.org/"
1543
                }
1544
            ],
1545
            "description": "Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.",
1546
            "homepage": "https://github.com/sergeil/ExpanderBundle",
1547
            "keywords": [
1548
                "extensibility"
1549
            ],
1550
            "time": "2014-09-15 10:52:44"
1551
        },
1552
        {
1553
            "name": "sergeil/extjsintegration-bundle",
1554
            "version": "v1.0.2",
1555
            "target-dir": "Sli/ExtJsIntegrationBundle",
1556
            "source": {
1557
                "type": "git",
1558
                "url": "https://github.com/sergeil/SliExtJsIntegrationBundle.git",
1559
                "reference": "4f06df093503e0b54a5e7a14b9f7782aaf4f10bc"
1560
            },
1561
            "dist": {
1562
                "type": "zip",
1563
                "url": "https://api.github.com/repos/sergeil/SliExtJsIntegrationBundle/zipball/4f06df093503e0b54a5e7a14b9f7782aaf4f10bc",
1564
                "reference": "4f06df093503e0b54a5e7a14b9f7782aaf4f10bc",
1565
                "shasum": ""
1566
            },
1567
            "require": {
1568
                "php": ">=5.3.0",
1569
                "sergeil/aux-bundle": "~1.0",
1570
                "sergeil/expander-bundle": "~1.0",
1571
                "symfony/framework-bundle": "~2.0"
1572
            },
1573
            "type": "symfony-bundle",
1574
            "autoload": {
1575
                "psr-0": {
1576
                    "Sli\\ExtJsIntegrationBundle": ""
1577
                }
1578
            },
1579
            "notification-url": "https://packagist.org/downloads/",
1580
            "license": [
1581
                "MIT"
1582
            ],
1583
            "authors": [
1584
                {
1585
                    "name": "Sergei Lissovski",
1586
                    "email": "[email protected]",
1587
                    "homepage": "http://sergei.lissovski.org/"
1588
                }
1589
            ],
1590
            "description": "Utilities for easier integration of ExtJs on server-side.",
1591
            "homepage": "http://github.com/sergeil/SliExtJsIntegrationBundle",
1592
            "keywords": [
1593
                "extjs"
1594
            ],
1595
            "time": "2015-12-02 08:48:26"
1596
        },
1597
        {
1598
            "name": "sergeil/extjslocalization-bundle",
1599
            "version": "v1.0.0",
1600
            "target-dir": "Sli/ExtJsLocalizationBundle",
1601
            "source": {
1602
                "type": "git",
1603
                "url": "https://github.com/sergeil/SliExtJsLocalizationBundle.git",
1604
                "reference": "4ae50dcb664bf8f72d3721c9257f1ad9325f0654"
1605
            },
1606
            "dist": {
1607
                "type": "zip",
1608
                "url": "https://api.github.com/repos/sergeil/SliExtJsLocalizationBundle/zipball/4ae50dcb664bf8f72d3721c9257f1ad9325f0654",
1609
                "reference": "4ae50dcb664bf8f72d3721c9257f1ad9325f0654",
1610
                "shasum": ""
1611
            },
1612
            "require": {
1613
                "php": ">=5.3.0",
1614
                "symfony/symfony": ">=2.0"
1615
            },
1616
            "type": "symfony-bundle",
1617
            "autoload": {
1618
                "psr-0": {
1619
                    "Sli\\ExtJsLocalizationBundle": ""
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "MIT"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Sergei Lissovski",
1629
                    "email": "[email protected]",
1630
                    "homepage": "http://sergei.lissovski.org/"
1631
                }
1632
            ],
1633
            "description": "Adds localization support for ExtJs classes to Symfony2",
1634
            "homepage": "https://github.com/sergeil/SliExtJsLocalizationBundle",
1635
            "keywords": [
1636
                "extjs",
1637
                "l10n",
1638
                "translation"
1639
            ],
1640
            "time": "2015-01-11 09:41:09"
1641
        },
1642
        {
1643
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1644
            "version": "v5.4.2",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1648
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
1653
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "php": ">=5.3.3"
1658
            },
1659
            "require-dev": {
1660
                "mockery/mockery": "~0.9.1,<0.9.4"
1661
            },
1662
            "type": "library",
1663
            "extra": {
1664
                "branch-alias": {
1665
                    "dev-master": "5.4-dev"
1666
                }
1667
            },
1668
            "autoload": {
1669
                "files": [
1670
                    "lib/swift_required.php"
1671
                ]
1672
            },
1673
            "notification-url": "https://packagist.org/downloads/",
1674
            "license": [
1675
                "MIT"
1676
            ],
1677
            "authors": [
1678
                {
1679
                    "name": "Chris Corbyn"
1680
                },
1681
                {
1682
                    "name": "Fabien Potencier",
1683
                    "email": "[email protected]"
1684
                }
1685
            ],
1686
            "description": "Swiftmailer, free feature-rich PHP mailer",
1687
            "homepage": "http://swiftmailer.org",
1688
            "keywords": [
1689
                "email",
1690
                "mail",
1691
                "mailer"
1692
            ],
1693
            "time": "2016-05-01 08:45:47"
1694
        },
1695
        {
1696
            "name": "symfony/polyfill-apcu",
1697
            "version": "v1.1.1",
1698
            "source": {
1699
                "type": "git",
1700
                "url": "https://github.com/symfony/polyfill-apcu.git",
1701
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214"
1702
            },
1703
            "dist": {
1704
                "type": "zip",
1705
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
1706
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
1707
                "shasum": ""
1708
            },
1709
            "require": {
1710
                "php": ">=5.3.3"
1711
            },
1712
            "type": "library",
1713
            "extra": {
1714
                "branch-alias": {
1715
                    "dev-master": "1.1-dev"
1716
                }
1717
            },
1718
            "autoload": {
1719
                "files": [
1720
                    "bootstrap.php"
1721
                ]
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "MIT"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Nicolas Grekas",
1730
                    "email": "[email protected]"
1731
                },
1732
                {
1733
                    "name": "Symfony Community",
1734
                    "homepage": "https://symfony.com/contributors"
1735
                }
1736
            ],
1737
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1738
            "homepage": "https://symfony.com",
1739
            "keywords": [
1740
                "apcu",
1741
                "compatibility",
1742
                "polyfill",
1743
                "portable",
1744
                "shim"
1745
            ],
1746
            "time": "2016-03-03 16:49:40"
1747
        },
1748
        {
1749
            "name": "symfony/polyfill-intl-icu",
1750
            "version": "v1.1.1",
1751
            "source": {
1752
                "type": "git",
1753
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
1754
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
1755
            },
1756
            "dist": {
1757
                "type": "zip",
1758
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
1759
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
1760
                "shasum": ""
1761
            },
1762
            "require": {
1763
                "php": ">=5.3.3",
1764
                "symfony/intl": "~2.3|~3.0"
1765
            },
1766
            "suggest": {
1767
                "ext-intl": "For best performance"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "1.1-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "files": [
1777
                    "bootstrap.php"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "MIT"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Nicolas Grekas",
1787
                    "email": "[email protected]"
1788
                },
1789
                {
1790
                    "name": "Symfony Community",
1791
                    "homepage": "https://symfony.com/contributors"
1792
                }
1793
            ],
1794
            "description": "Symfony polyfill for intl's ICU-related data and classes",
1795
            "homepage": "https://symfony.com",
1796
            "keywords": [
1797
                "compatibility",
1798
                "icu",
1799
                "intl",
1800
                "polyfill",
1801
                "portable",
1802
                "shim"
1803
            ],
1804
            "time": "2016-02-26 16:18:12"
1805
        },
1806
        {
1807
            "name": "symfony/polyfill-mbstring",
1808
            "version": "v1.1.1",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1812
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1817
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "php": ">=5.3.3"
1822
            },
1823
            "suggest": {
1824
                "ext-mbstring": "For best performance"
1825
            },
1826
            "type": "library",
1827
            "extra": {
1828
                "branch-alias": {
1829
                    "dev-master": "1.1-dev"
1830
                }
1831
            },
1832
            "autoload": {
1833
                "psr-4": {
1834
                    "Symfony\\Polyfill\\Mbstring\\": ""
1835
                },
1836
                "files": [
1837
                    "bootstrap.php"
1838
                ]
1839
            },
1840
            "notification-url": "https://packagist.org/downloads/",
1841
            "license": [
1842
                "MIT"
1843
            ],
1844
            "authors": [
1845
                {
1846
                    "name": "Nicolas Grekas",
1847
                    "email": "[email protected]"
1848
                },
1849
                {
1850
                    "name": "Symfony Community",
1851
                    "homepage": "https://symfony.com/contributors"
1852
                }
1853
            ],
1854
            "description": "Symfony polyfill for the Mbstring extension",
1855
            "homepage": "https://symfony.com",
1856
            "keywords": [
1857
                "compatibility",
1858
                "mbstring",
1859
                "polyfill",
1860
                "portable",
1861
                "shim"
1862
            ],
1863
            "time": "2016-01-20 09:13:37"
1864
        },
1865
        {
1866
            "name": "symfony/polyfill-php54",
1867
            "version": "v1.1.1",
1868
            "source": {
1869
                "type": "git",
1870
                "url": "https://github.com/symfony/polyfill-php54.git",
1871
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
1872
            },
1873
            "dist": {
1874
                "type": "zip",
1875
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
1876
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
1877
                "shasum": ""
1878
            },
1879
            "require": {
1880
                "php": ">=5.3.3"
1881
            },
1882
            "type": "library",
1883
            "extra": {
1884
                "branch-alias": {
1885
                    "dev-master": "1.1-dev"
1886
                }
1887
            },
1888
            "autoload": {
1889
                "psr-4": {
1890
                    "Symfony\\Polyfill\\Php54\\": ""
1891
                },
1892
                "files": [
1893
                    "bootstrap.php"
1894
                ],
1895
                "classmap": [
1896
                    "Resources/stubs"
1897
                ]
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "MIT"
1902
            ],
1903
            "authors": [
1904
                {
1905
                    "name": "Nicolas Grekas",
1906
                    "email": "[email protected]"
1907
                },
1908
                {
1909
                    "name": "Symfony Community",
1910
                    "homepage": "https://symfony.com/contributors"
1911
                }
1912
            ],
1913
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1914
            "homepage": "https://symfony.com",
1915
            "keywords": [
1916
                "compatibility",
1917
                "polyfill",
1918
                "portable",
1919
                "shim"
1920
            ],
1921
            "time": "2016-01-25 19:13:00"
1922
        },
1923
        {
1924
            "name": "symfony/polyfill-php55",
1925
            "version": "v1.1.1",
1926
            "source": {
1927
                "type": "git",
1928
                "url": "https://github.com/symfony/polyfill-php55.git",
1929
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
1930
            },
1931
            "dist": {
1932
                "type": "zip",
1933
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
1934
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
1935
                "shasum": ""
1936
            },
1937
            "require": {
1938
                "ircmaxell/password-compat": "~1.0",
1939
                "php": ">=5.3.3"
1940
            },
1941
            "type": "library",
1942
            "extra": {
1943
                "branch-alias": {
1944
                    "dev-master": "1.1-dev"
1945
                }
1946
            },
1947
            "autoload": {
1948
                "psr-4": {
1949
                    "Symfony\\Polyfill\\Php55\\": ""
1950
                },
1951
                "files": [
1952
                    "bootstrap.php"
1953
                ]
1954
            },
1955
            "notification-url": "https://packagist.org/downloads/",
1956
            "license": [
1957
                "MIT"
1958
            ],
1959
            "authors": [
1960
                {
1961
                    "name": "Nicolas Grekas",
1962
                    "email": "[email protected]"
1963
                },
1964
                {
1965
                    "name": "Symfony Community",
1966
                    "homepage": "https://symfony.com/contributors"
1967
                }
1968
            ],
1969
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1970
            "homepage": "https://symfony.com",
1971
            "keywords": [
1972
                "compatibility",
1973
                "polyfill",
1974
                "portable",
1975
                "shim"
1976
            ],
1977
            "time": "2016-01-20 09:13:37"
1978
        },
1979
        {
1980
            "name": "symfony/polyfill-php56",
1981
            "version": "v1.1.1",
1982
            "source": {
1983
                "type": "git",
1984
                "url": "https://github.com/symfony/polyfill-php56.git",
1985
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
1986
            },
1987
            "dist": {
1988
                "type": "zip",
1989
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
1990
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
1991
                "shasum": ""
1992
            },
1993
            "require": {
1994
                "php": ">=5.3.3",
1995
                "symfony/polyfill-util": "~1.0"
1996
            },
1997
            "type": "library",
1998
            "extra": {
1999
                "branch-alias": {
2000
                    "dev-master": "1.1-dev"
2001
                }
2002
            },
2003
            "autoload": {
2004
                "psr-4": {
2005
                    "Symfony\\Polyfill\\Php56\\": ""
2006
                },
2007
                "files": [
2008
                    "bootstrap.php"
2009
                ]
2010
            },
2011
            "notification-url": "https://packagist.org/downloads/",
2012
            "license": [
2013
                "MIT"
2014
            ],
2015
            "authors": [
2016
                {
2017
                    "name": "Nicolas Grekas",
2018
                    "email": "[email protected]"
2019
                },
2020
                {
2021
                    "name": "Symfony Community",
2022
                    "homepage": "https://symfony.com/contributors"
2023
                }
2024
            ],
2025
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2026
            "homepage": "https://symfony.com",
2027
            "keywords": [
2028
                "compatibility",
2029
                "polyfill",
2030
                "portable",
2031
                "shim"
2032
            ],
2033
            "time": "2016-01-20 09:13:37"
2034
        },
2035
        {
2036
            "name": "symfony/polyfill-php70",
2037
            "version": "v1.1.1",
2038
            "source": {
2039
                "type": "git",
2040
                "url": "https://github.com/symfony/polyfill-php70.git",
2041
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
2042
            },
2043
            "dist": {
2044
                "type": "zip",
2045
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
2046
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
2047
                "shasum": ""
2048
            },
2049
            "require": {
2050
                "paragonie/random_compat": "~1.0",
2051
                "php": ">=5.3.3"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "1.1-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-4": {
2061
                    "Symfony\\Polyfill\\Php70\\": ""
2062
                },
2063
                "files": [
2064
                    "bootstrap.php"
2065
                ],
2066
                "classmap": [
2067
                    "Resources/stubs"
2068
                ]
2069
            },
2070
            "notification-url": "https://packagist.org/downloads/",
2071
            "license": [
2072
                "MIT"
2073
            ],
2074
            "authors": [
2075
                {
2076
                    "name": "Nicolas Grekas",
2077
                    "email": "[email protected]"
2078
                },
2079
                {
2080
                    "name": "Symfony Community",
2081
                    "homepage": "https://symfony.com/contributors"
2082
                }
2083
            ],
2084
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2085
            "homepage": "https://symfony.com",
2086
            "keywords": [
2087
                "compatibility",
2088
                "polyfill",
2089
                "portable",
2090
                "shim"
2091
            ],
2092
            "time": "2016-01-28 22:42:02"
2093
        },
2094
        {
2095
            "name": "symfony/polyfill-util",
2096
            "version": "v1.1.1",
2097
            "source": {
2098
                "type": "git",
2099
                "url": "https://github.com/symfony/polyfill-util.git",
2100
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
2101
            },
2102
            "dist": {
2103
                "type": "zip",
2104
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2105
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2106
                "shasum": ""
2107
            },
2108
            "require": {
2109
                "php": ">=5.3.3"
2110
            },
2111
            "type": "library",
2112
            "extra": {
2113
                "branch-alias": {
2114
                    "dev-master": "1.1-dev"
2115
                }
2116
            },
2117
            "autoload": {
2118
                "psr-4": {
2119
                    "Symfony\\Polyfill\\Util\\": ""
2120
                }
2121
            },
2122
            "notification-url": "https://packagist.org/downloads/",
2123
            "license": [
2124
                "MIT"
2125
            ],
2126
            "authors": [
2127
                {
2128
                    "name": "Nicolas Grekas",
2129
                    "email": "[email protected]"
2130
                },
2131
                {
2132
                    "name": "Symfony Community",
2133
                    "homepage": "https://symfony.com/contributors"
2134
                }
2135
            ],
2136
            "description": "Symfony utilities for portability of PHP codes",
2137
            "homepage": "https://symfony.com",
2138
            "keywords": [
2139
                "compat",
2140
                "compatibility",
2141
                "polyfill",
2142
                "shim"
2143
            ],
2144
            "time": "2016-01-20 09:13:37"
2145
        },
2146
        {
2147
            "name": "symfony/security-acl",
2148
            "version": "v3.0.0",
2149
            "source": {
2150
                "type": "git",
2151
                "url": "https://github.com/symfony/security-acl.git",
2152
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
2153
            },
2154
            "dist": {
2155
                "type": "zip",
2156
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
2157
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
2158
                "shasum": ""
2159
            },
2160
            "require": {
2161
                "php": ">=5.5.9",
2162
                "symfony/security-core": "~2.8|~3.0"
2163
            },
2164
            "require-dev": {
2165
                "doctrine/common": "~2.2",
2166
                "doctrine/dbal": "~2.2",
2167
                "psr/log": "~1.0",
2168
                "symfony/phpunit-bridge": "~2.8|~3.0"
2169
            },
2170
            "suggest": {
2171
                "doctrine/dbal": "For using the built-in ACL implementation",
2172
                "symfony/class-loader": "For using the ACL generateSql script",
2173
                "symfony/finder": "For using the ACL generateSql script"
2174
            },
2175
            "type": "library",
2176
            "extra": {
2177
                "branch-alias": {
2178
                    "dev-master": "3.0-dev"
2179
                }
2180
            },
2181
            "autoload": {
2182
                "psr-4": {
2183
                    "Symfony\\Component\\Security\\Acl\\": ""
2184
                },
2185
                "exclude-from-classmap": [
2186
                    "/Tests/"
2187
                ]
2188
            },
2189
            "notification-url": "https://packagist.org/downloads/",
2190
            "license": [
2191
                "MIT"
2192
            ],
2193
            "authors": [
2194
                {
2195
                    "name": "Fabien Potencier",
2196
                    "email": "[email protected]"
2197
                },
2198
                {
2199
                    "name": "Symfony Community",
2200
                    "homepage": "https://symfony.com/contributors"
2201
                }
2202
            ],
2203
            "description": "Symfony Security Component - ACL (Access Control List)",
2204
            "homepage": "https://symfony.com",
2205
            "time": "2015-12-28 09:39:46"
2206
        },
2207
        {
2208
            "name": "symfony/swiftmailer-bundle",
2209
            "version": "v2.3.11",
2210
            "source": {
2211
                "type": "git",
2212
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2213
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2214
            },
2215
            "dist": {
2216
                "type": "zip",
2217
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2218
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2219
                "shasum": ""
2220
            },
2221
            "require": {
2222
                "php": ">=5.3.2",
2223
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2224
                "symfony/config": "~2.3|~3.0",
2225
                "symfony/dependency-injection": "~2.3|~3.0",
2226
                "symfony/http-kernel": "~2.3|~3.0",
2227
                "symfony/yaml": "~2.3|~3.0"
2228
            },
2229
            "require-dev": {
2230
                "symfony/phpunit-bridge": "~2.7|~3.0"
2231
            },
2232
            "suggest": {
2233
                "psr/log": "Allows logging"
2234
            },
2235
            "type": "symfony-bundle",
2236
            "extra": {
2237
                "branch-alias": {
2238
                    "dev-master": "2.3-dev"
2239
                }
2240
            },
2241
            "autoload": {
2242
                "psr-4": {
2243
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2244
                }
2245
            },
2246
            "notification-url": "https://packagist.org/downloads/",
2247
            "license": [
2248
                "MIT"
2249
            ],
2250
            "authors": [
2251
                {
2252
                    "name": "Symfony Community",
2253
                    "homepage": "http://symfony.com/contributors"
2254
                },
2255
                {
2256
                    "name": "Fabien Potencier",
2257
                    "email": "[email protected]"
2258
                }
2259
            ],
2260
            "description": "Symfony SwiftmailerBundle",
2261
            "homepage": "http://symfony.com",
2262
            "time": "2016-01-15 16:41:20"
2263
        },
2264
        {
2265
            "name": "symfony/symfony",
2266
            "version": "v2.8.6",
2267
            "source": {
2268
                "type": "git",
2269
                "url": "https://github.com/symfony/symfony.git",
2270
                "reference": "8408816780215fae055599d100b5385d9a247151"
2271
            },
2272
            "dist": {
2273
                "type": "zip",
2274
                "url": "https://api.github.com/repos/symfony/symfony/zipball/8408816780215fae055599d100b5385d9a247151",
2275
                "reference": "8408816780215fae055599d100b5385d9a247151",
2276
                "shasum": ""
2277
            },
2278
            "require": {
2279
                "doctrine/common": "~2.4",
2280
                "php": ">=5.3.9",
2281
                "psr/log": "~1.0",
2282
                "symfony/polyfill-apcu": "~1.1",
2283
                "symfony/polyfill-intl-icu": "~1.0",
2284
                "symfony/polyfill-mbstring": "~1.0",
2285
                "symfony/polyfill-php54": "~1.0",
2286
                "symfony/polyfill-php55": "~1.0",
2287
                "symfony/polyfill-php56": "~1.0",
2288
                "symfony/polyfill-php70": "~1.0",
2289
                "symfony/polyfill-util": "~1.0",
2290
                "symfony/security-acl": "~2.7|~3.0.0",
2291
                "twig/twig": "~1.23|~2.0"
2292
            },
2293
            "conflict": {
2294
                "phpdocumentor/reflection": "<1.0.7"
2295
            },
2296
            "replace": {
2297
                "symfony/asset": "self.version",
2298
                "symfony/browser-kit": "self.version",
2299
                "symfony/class-loader": "self.version",
2300
                "symfony/config": "self.version",
2301
                "symfony/console": "self.version",
2302
                "symfony/css-selector": "self.version",
2303
                "symfony/debug": "self.version",
2304
                "symfony/debug-bundle": "self.version",
2305
                "symfony/dependency-injection": "self.version",
2306
                "symfony/doctrine-bridge": "self.version",
2307
                "symfony/dom-crawler": "self.version",
2308
                "symfony/event-dispatcher": "self.version",
2309
                "symfony/expression-language": "self.version",
2310
                "symfony/filesystem": "self.version",
2311
                "symfony/finder": "self.version",
2312
                "symfony/form": "self.version",
2313
                "symfony/framework-bundle": "self.version",
2314
                "symfony/http-foundation": "self.version",
2315
                "symfony/http-kernel": "self.version",
2316
                "symfony/intl": "self.version",
2317
                "symfony/ldap": "self.version",
2318
                "symfony/locale": "self.version",
2319
                "symfony/monolog-bridge": "self.version",
2320
                "symfony/options-resolver": "self.version",
2321
                "symfony/process": "self.version",
2322
                "symfony/property-access": "self.version",
2323
                "symfony/property-info": "self.version",
2324
                "symfony/proxy-manager-bridge": "self.version",
2325
                "symfony/routing": "self.version",
2326
                "symfony/security": "self.version",
2327
                "symfony/security-bundle": "self.version",
2328
                "symfony/security-core": "self.version",
2329
                "symfony/security-csrf": "self.version",
2330
                "symfony/security-guard": "self.version",
2331
                "symfony/security-http": "self.version",
2332
                "symfony/serializer": "self.version",
2333
                "symfony/stopwatch": "self.version",
2334
                "symfony/swiftmailer-bridge": "self.version",
2335
                "symfony/templating": "self.version",
2336
                "symfony/translation": "self.version",
2337
                "symfony/twig-bridge": "self.version",
2338
                "symfony/twig-bundle": "self.version",
2339
                "symfony/validator": "self.version",
2340
                "symfony/var-dumper": "self.version",
2341
                "symfony/web-profiler-bundle": "self.version",
2342
                "symfony/yaml": "self.version"
2343
            },
2344
            "require-dev": {
2345
                "doctrine/data-fixtures": "1.0.*",
2346
                "doctrine/dbal": "~2.4",
2347
                "doctrine/doctrine-bundle": "~1.2",
2348
                "doctrine/orm": "~2.4,>=2.4.5",
2349
                "egulias/email-validator": "~1.2",
2350
                "monolog/monolog": "~1.11",
2351
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2352
                "phpdocumentor/reflection": "^1.0.7"
2353
            },
2354
            "type": "library",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "2.8-dev"
2358
                }
2359
            },
2360
            "autoload": {
2361
                "psr-4": {
2362
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2363
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2364
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2365
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2366
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2367
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2368
                    "Symfony\\Component\\": "src/Symfony/Component/"
2369
                },
2370
                "classmap": [
2371
                    "src/Symfony/Component/Intl/Resources/stubs"
2372
                ],
2373
                "exclude-from-classmap": [
2374
                    "**/Tests/"
2375
                ]
2376
            },
2377
            "notification-url": "https://packagist.org/downloads/",
2378
            "license": [
2379
                "MIT"
2380
            ],
2381
            "authors": [
2382
                {
2383
                    "name": "Fabien Potencier",
2384
                    "email": "[email protected]"
2385
                },
2386
                {
2387
                    "name": "Symfony Community",
2388
                    "homepage": "https://symfony.com/contributors"
2389
                }
2390
            ],
2391
            "description": "The Symfony PHP framework",
2392
            "homepage": "https://symfony.com",
2393
            "keywords": [
2394
                "framework"
2395
            ],
2396
            "time": "2016-05-09 21:45:54"
2397
        },
2398
        {
2399
            "name": "twig/twig",
2400
            "version": "v1.24.0",
2401
            "source": {
2402
                "type": "git",
2403
                "url": "https://github.com/twigphp/Twig.git",
2404
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
2405
            },
2406
            "dist": {
2407
                "type": "zip",
2408
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2409
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2410
                "shasum": ""
2411
            },
2412
            "require": {
2413
                "php": ">=5.2.7"
2414
            },
2415
            "require-dev": {
2416
                "symfony/debug": "~2.7",
2417
                "symfony/phpunit-bridge": "~2.7"
2418
            },
2419
            "type": "library",
2420
            "extra": {
2421
                "branch-alias": {
2422
                    "dev-master": "1.24-dev"
2423
                }
2424
            },
2425
            "autoload": {
2426
                "psr-0": {
2427
                    "Twig_": "lib/"
2428
                }
2429
            },
2430
            "notification-url": "https://packagist.org/downloads/",
2431
            "license": [
2432
                "BSD-3-Clause"
2433
            ],
2434
            "authors": [
2435
                {
2436
                    "name": "Fabien Potencier",
2437
                    "email": "[email protected]",
2438
                    "homepage": "http://fabien.potencier.org",
2439
                    "role": "Lead Developer"
2440
                },
2441
                {
2442
                    "name": "Armin Ronacher",
2443
                    "email": "[email protected]",
2444
                    "role": "Project Founder"
2445
                },
2446
                {
2447
                    "name": "Twig Team",
2448
                    "homepage": "http://twig.sensiolabs.org/contributors",
2449
                    "role": "Contributors"
2450
                }
2451
            ],
2452
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2453
            "homepage": "http://twig.sensiolabs.org",
2454
            "keywords": [
2455
                "templating"
2456
            ],
2457
            "time": "2016-01-25 21:22:18"
2458
        }
2459
    ],
2460
    "packages-dev": [
2461
        {
2462
            "name": "phake/phake",
2463
            "version": "v2.3.0",
2464
            "source": {
2465
                "type": "git",
2466
                "url": "https://github.com/mlively/Phake.git",
2467
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd"
2468
            },
2469
            "dist": {
2470
                "type": "zip",
2471
                "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd",
2472
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd",
2473
                "shasum": ""
2474
            },
2475
            "require": {
2476
                "php": ">=5.3.3",
2477
                "sebastian/comparator": "~1.1"
2478
            },
2479
            "require-dev": {
2480
                "codeclimate/php-test-reporter": "dev-master",
2481
                "doctrine/common": "2.3.*",
2482
                "ext-soap": "*",
2483
                "hamcrest/hamcrest-php": "1.1.*",
2484
                "phpunit/phpunit": "3.7.*"
2485
            },
2486
            "suggest": {
2487
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
2488
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
2489
            },
2490
            "type": "library",
2491
            "extra": {
2492
                "branch-alias": {
2493
                    "dev-master": "3.0.0-dev"
2494
                }
2495
            },
2496
            "autoload": {
2497
                "psr-0": {
2498
                    "Phake": "src/"
2499
                }
2500
            },
2501
            "notification-url": "https://packagist.org/downloads/",
2502
            "license": [
2503
                "BSD-3-Clause"
2504
            ],
2505
            "authors": [
2506
                {
2507
                    "name": "Mike Lively",
2508
                    "email": "[email protected]"
2509
                }
2510
            ],
2511
            "description": "The Phake mock testing library",
2512
            "homepage": "https://github.com/mlively/Phake",
2513
            "keywords": [
2514
                "mock",
2515
                "testing"
2516
            ],
2517
            "time": "2016-03-04 18:49:33"
2518
        },
2519
        {
2520
            "name": "phpunit/php-code-coverage",
2521
            "version": "1.2.18",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2525
                "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
2530
                "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "php": ">=5.3.3",
2535
                "phpunit/php-file-iterator": ">=1.3.0@stable",
2536
                "phpunit/php-text-template": ">=1.2.0@stable",
2537
                "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
2538
            },
2539
            "require-dev": {
2540
                "phpunit/phpunit": "3.7.*@dev"
2541
            },
2542
            "suggest": {
2543
                "ext-dom": "*",
2544
                "ext-xdebug": ">=2.0.5"
2545
            },
2546
            "type": "library",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "1.2.x-dev"
2550
                }
2551
            },
2552
            "autoload": {
2553
                "classmap": [
2554
                    "PHP/"
2555
                ]
2556
            },
2557
            "notification-url": "https://packagist.org/downloads/",
2558
            "include-path": [
2559
                ""
2560
            ],
2561
            "license": [
2562
                "BSD-3-Clause"
2563
            ],
2564
            "authors": [
2565
                {
2566
                    "name": "Sebastian Bergmann",
2567
                    "email": "[email protected]",
2568
                    "role": "lead"
2569
                }
2570
            ],
2571
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2572
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2573
            "keywords": [
2574
                "coverage",
2575
                "testing",
2576
                "xunit"
2577
            ],
2578
            "time": "2014-09-02 10:13:14"
2579
        },
2580
        {
2581
            "name": "phpunit/php-file-iterator",
2582
            "version": "1.4.1",
2583
            "source": {
2584
                "type": "git",
2585
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2586
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2587
            },
2588
            "dist": {
2589
                "type": "zip",
2590
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2591
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2592
                "shasum": ""
2593
            },
2594
            "require": {
2595
                "php": ">=5.3.3"
2596
            },
2597
            "type": "library",
2598
            "extra": {
2599
                "branch-alias": {
2600
                    "dev-master": "1.4.x-dev"
2601
                }
2602
            },
2603
            "autoload": {
2604
                "classmap": [
2605
                    "src/"
2606
                ]
2607
            },
2608
            "notification-url": "https://packagist.org/downloads/",
2609
            "license": [
2610
                "BSD-3-Clause"
2611
            ],
2612
            "authors": [
2613
                {
2614
                    "name": "Sebastian Bergmann",
2615
                    "email": "[email protected]",
2616
                    "role": "lead"
2617
                }
2618
            ],
2619
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2620
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2621
            "keywords": [
2622
                "filesystem",
2623
                "iterator"
2624
            ],
2625
            "time": "2015-06-21 13:08:43"
2626
        },
2627
        {
2628
            "name": "phpunit/php-text-template",
2629
            "version": "1.2.1",
2630
            "source": {
2631
                "type": "git",
2632
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2633
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2634
            },
2635
            "dist": {
2636
                "type": "zip",
2637
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2638
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2639
                "shasum": ""
2640
            },
2641
            "require": {
2642
                "php": ">=5.3.3"
2643
            },
2644
            "type": "library",
2645
            "autoload": {
2646
                "classmap": [
2647
                    "src/"
2648
                ]
2649
            },
2650
            "notification-url": "https://packagist.org/downloads/",
2651
            "license": [
2652
                "BSD-3-Clause"
2653
            ],
2654
            "authors": [
2655
                {
2656
                    "name": "Sebastian Bergmann",
2657
                    "email": "[email protected]",
2658
                    "role": "lead"
2659
                }
2660
            ],
2661
            "description": "Simple template engine.",
2662
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2663
            "keywords": [
2664
                "template"
2665
            ],
2666
            "time": "2015-06-21 13:50:34"
2667
        },
2668
        {
2669
            "name": "phpunit/php-timer",
2670
            "version": "1.0.7",
2671
            "source": {
2672
                "type": "git",
2673
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2674
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2675
            },
2676
            "dist": {
2677
                "type": "zip",
2678
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2679
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2680
                "shasum": ""
2681
            },
2682
            "require": {
2683
                "php": ">=5.3.3"
2684
            },
2685
            "type": "library",
2686
            "autoload": {
2687
                "classmap": [
2688
                    "src/"
2689
                ]
2690
            },
2691
            "notification-url": "https://packagist.org/downloads/",
2692
            "license": [
2693
                "BSD-3-Clause"
2694
            ],
2695
            "authors": [
2696
                {
2697
                    "name": "Sebastian Bergmann",
2698
                    "email": "[email protected]",
2699
                    "role": "lead"
2700
                }
2701
            ],
2702
            "description": "Utility class for timing",
2703
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2704
            "keywords": [
2705
                "timer"
2706
            ],
2707
            "time": "2015-06-21 08:01:12"
2708
        },
2709
        {
2710
            "name": "phpunit/php-token-stream",
2711
            "version": "1.2.2",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2715
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
2720
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "ext-tokenizer": "*",
2725
                "php": ">=5.3.3"
2726
            },
2727
            "type": "library",
2728
            "extra": {
2729
                "branch-alias": {
2730
                    "dev-master": "1.2-dev"
2731
                }
2732
            },
2733
            "autoload": {
2734
                "classmap": [
2735
                    "PHP/"
2736
                ]
2737
            },
2738
            "notification-url": "https://packagist.org/downloads/",
2739
            "include-path": [
2740
                ""
2741
            ],
2742
            "license": [
2743
                "BSD-3-Clause"
2744
            ],
2745
            "authors": [
2746
                {
2747
                    "name": "Sebastian Bergmann",
2748
                    "email": "[email protected]",
2749
                    "role": "lead"
2750
                }
2751
            ],
2752
            "description": "Wrapper around PHP's tokenizer extension.",
2753
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2754
            "keywords": [
2755
                "tokenizer"
2756
            ],
2757
            "time": "2014-03-03 05:10:30"
2758
        },
2759
        {
2760
            "name": "phpunit/phpunit",
2761
            "version": "3.7.38",
2762
            "source": {
2763
                "type": "git",
2764
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2765
                "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
2766
            },
2767
            "dist": {
2768
                "type": "zip",
2769
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
2770
                "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
2771
                "shasum": ""
2772
            },
2773
            "require": {
2774
                "ext-ctype": "*",
2775
                "ext-dom": "*",
2776
                "ext-json": "*",
2777
                "ext-pcre": "*",
2778
                "ext-reflection": "*",
2779
                "ext-spl": "*",
2780
                "php": ">=5.3.3",
2781
                "phpunit/php-code-coverage": "~1.2",
2782
                "phpunit/php-file-iterator": "~1.3",
2783
                "phpunit/php-text-template": "~1.1",
2784
                "phpunit/php-timer": "~1.0",
2785
                "phpunit/phpunit-mock-objects": "~1.2",
2786
                "symfony/yaml": "~2.0"
2787
            },
2788
            "require-dev": {
2789
                "pear-pear.php.net/pear": "1.9.4"
2790
            },
2791
            "suggest": {
2792
                "phpunit/php-invoker": "~1.1"
2793
            },
2794
            "bin": [
2795
                "composer/bin/phpunit"
2796
            ],
2797
            "type": "library",
2798
            "extra": {
2799
                "branch-alias": {
2800
                    "dev-master": "3.7.x-dev"
2801
                }
2802
            },
2803
            "autoload": {
2804
                "classmap": [
2805
                    "PHPUnit/"
2806
                ]
2807
            },
2808
            "notification-url": "https://packagist.org/downloads/",
2809
            "include-path": [
2810
                "",
2811
                "../../symfony/yaml/"
2812
            ],
2813
            "license": [
2814
                "BSD-3-Clause"
2815
            ],
2816
            "authors": [
2817
                {
2818
                    "name": "Sebastian Bergmann",
2819
                    "email": "[email protected]",
2820
                    "role": "lead"
2821
                }
2822
            ],
2823
            "description": "The PHP Unit Testing framework.",
2824
            "homepage": "http://www.phpunit.de/",
2825
            "keywords": [
2826
                "phpunit",
2827
                "testing",
2828
                "xunit"
2829
            ],
2830
            "time": "2014-10-17 09:04:17"
2831
        },
2832
        {
2833
            "name": "phpunit/phpunit-mock-objects",
2834
            "version": "1.2.3",
2835
            "source": {
2836
                "type": "git",
2837
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2838
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
2839
            },
2840
            "dist": {
2841
                "type": "zip",
2842
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2843
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2844
                "shasum": ""
2845
            },
2846
            "require": {
2847
                "php": ">=5.3.3",
2848
                "phpunit/php-text-template": ">=1.1.1@stable"
2849
            },
2850
            "suggest": {
2851
                "ext-soap": "*"
2852
            },
2853
            "type": "library",
2854
            "autoload": {
2855
                "classmap": [
2856
                    "PHPUnit/"
2857
                ]
2858
            },
2859
            "notification-url": "https://packagist.org/downloads/",
2860
            "include-path": [
2861
                ""
2862
            ],
2863
            "license": [
2864
                "BSD-3-Clause"
2865
            ],
2866
            "authors": [
2867
                {
2868
                    "name": "Sebastian Bergmann",
2869
                    "email": "[email protected]",
2870
                    "role": "lead"
2871
                }
2872
            ],
2873
            "description": "Mock Object library for PHPUnit",
2874
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2875
            "keywords": [
2876
                "mock",
2877
                "xunit"
2878
            ],
2879
            "time": "2013-01-13 10:24:48"
2880
        },
2881
        {
2882
            "name": "sebastian/comparator",
2883
            "version": "1.2.0",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/sebastianbergmann/comparator.git",
2887
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2892
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": ">=5.3.3",
2897
                "sebastian/diff": "~1.2",
2898
                "sebastian/exporter": "~1.2"
2899
            },
2900
            "require-dev": {
2901
                "phpunit/phpunit": "~4.4"
2902
            },
2903
            "type": "library",
2904
            "extra": {
2905
                "branch-alias": {
2906
                    "dev-master": "1.2.x-dev"
2907
                }
2908
            },
2909
            "autoload": {
2910
                "classmap": [
2911
                    "src/"
2912
                ]
2913
            },
2914
            "notification-url": "https://packagist.org/downloads/",
2915
            "license": [
2916
                "BSD-3-Clause"
2917
            ],
2918
            "authors": [
2919
                {
2920
                    "name": "Jeff Welch",
2921
                    "email": "[email protected]"
2922
                },
2923
                {
2924
                    "name": "Volker Dusch",
2925
                    "email": "[email protected]"
2926
                },
2927
                {
2928
                    "name": "Bernhard Schussek",
2929
                    "email": "[email protected]"
2930
                },
2931
                {
2932
                    "name": "Sebastian Bergmann",
2933
                    "email": "[email protected]"
2934
                }
2935
            ],
2936
            "description": "Provides the functionality to compare PHP values for equality",
2937
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2938
            "keywords": [
2939
                "comparator",
2940
                "compare",
2941
                "equality"
2942
            ],
2943
            "time": "2015-07-26 15:48:44"
2944
        },
2945
        {
2946
            "name": "sebastian/diff",
2947
            "version": "1.4.1",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/sebastianbergmann/diff.git",
2951
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2956
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "php": ">=5.3.3"
2961
            },
2962
            "require-dev": {
2963
                "phpunit/phpunit": "~4.8"
2964
            },
2965
            "type": "library",
2966
            "extra": {
2967
                "branch-alias": {
2968
                    "dev-master": "1.4-dev"
2969
                }
2970
            },
2971
            "autoload": {
2972
                "classmap": [
2973
                    "src/"
2974
                ]
2975
            },
2976
            "notification-url": "https://packagist.org/downloads/",
2977
            "license": [
2978
                "BSD-3-Clause"
2979
            ],
2980
            "authors": [
2981
                {
2982
                    "name": "Kore Nordmann",
2983
                    "email": "[email protected]"
2984
                },
2985
                {
2986
                    "name": "Sebastian Bergmann",
2987
                    "email": "[email protected]"
2988
                }
2989
            ],
2990
            "description": "Diff implementation",
2991
            "homepage": "https://github.com/sebastianbergmann/diff",
2992
            "keywords": [
2993
                "diff"
2994
            ],
2995
            "time": "2015-12-08 07:14:41"
2996
        },
2997
        {
2998
            "name": "sebastian/exporter",
2999
            "version": "1.2.1",
3000
            "source": {
3001
                "type": "git",
3002
                "url": "https://github.com/sebastianbergmann/exporter.git",
3003
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3004
            },
3005
            "dist": {
3006
                "type": "zip",
3007
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3008
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3009
                "shasum": ""
3010
            },
3011
            "require": {
3012
                "php": ">=5.3.3",
3013
                "sebastian/recursion-context": "~1.0"
3014
            },
3015
            "require-dev": {
3016
                "phpunit/phpunit": "~4.4"
3017
            },
3018
            "type": "library",
3019
            "extra": {
3020
                "branch-alias": {
3021
                    "dev-master": "1.2.x-dev"
3022
                }
3023
            },
3024
            "autoload": {
3025
                "classmap": [
3026
                    "src/"
3027
                ]
3028
            },
3029
            "notification-url": "https://packagist.org/downloads/",
3030
            "license": [
3031
                "BSD-3-Clause"
3032
            ],
3033
            "authors": [
3034
                {
3035
                    "name": "Jeff Welch",
3036
                    "email": "[email protected]"
3037
                },
3038
                {
3039
                    "name": "Volker Dusch",
3040
                    "email": "[email protected]"
3041
                },
3042
                {
3043
                    "name": "Bernhard Schussek",
3044
                    "email": "[email protected]"
3045
                },
3046
                {
3047
                    "name": "Sebastian Bergmann",
3048
                    "email": "[email protected]"
3049
                },
3050
                {
3051
                    "name": "Adam Harvey",
3052
                    "email": "[email protected]"
3053
                }
3054
            ],
3055
            "description": "Provides the functionality to export PHP variables for visualization",
3056
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3057
            "keywords": [
3058
                "export",
3059
                "exporter"
3060
            ],
3061
            "time": "2015-06-21 07:55:53"
3062
        },
3063
        {
3064
            "name": "sebastian/recursion-context",
3065
            "version": "1.0.2",
3066
            "source": {
3067
                "type": "git",
3068
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3069
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3070
            },
3071
            "dist": {
3072
                "type": "zip",
3073
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3074
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3075
                "shasum": ""
3076
            },
3077
            "require": {
3078
                "php": ">=5.3.3"
3079
            },
3080
            "require-dev": {
3081
                "phpunit/phpunit": "~4.4"
3082
            },
3083
            "type": "library",
3084
            "extra": {
3085
                "branch-alias": {
3086
                    "dev-master": "1.0.x-dev"
3087
                }
3088
            },
3089
            "autoload": {
3090
                "classmap": [
3091
                    "src/"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "BSD-3-Clause"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Jeff Welch",
3101
                    "email": "[email protected]"
3102
                },
3103
                {
3104
                    "name": "Sebastian Bergmann",
3105
                    "email": "[email protected]"
3106
                },
3107
                {
3108
                    "name": "Adam Harvey",
3109
                    "email": "[email protected]"
3110
                }
3111
            ],
3112
            "description": "Provides functionality to recursively process PHP variables",
3113
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3114
            "time": "2015-11-11 19:50:13"
3115
        }
3116
    ],
3117
    "aliases": [],
3118
    "minimum-stability": "stable",
3119
    "stability-flags": [],
3120
    "prefer-stable": false,
3121
    "prefer-lowest": false,
3122
    "platform": {
3123
        "php": ">=5.4.0"
3124
    },
3125
    "platform-dev": []
3126
}
3127