Completed
Push — master ( 92f615...81695c )
by Julien
02:57
created

composer.lock (1 issue)

Severity

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": "b57427df30fcbc6fa66070cd9150e46d",
8
    "content-hash": "1435421b33879ec4daa230622ae7afb4",
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/lexer",
150
            "version": "v1.0.1",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/lexer.git",
154
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
159
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "type": "library",
166
            "extra": {
167
                "branch-alias": {
168
                    "dev-master": "1.0.x-dev"
169
                }
170
            },
171
            "autoload": {
172
                "psr-0": {
173
                    "Doctrine\\Common\\Lexer\\": "lib/"
174
                }
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "MIT"
179
            ],
180
            "authors": [
181
                {
182
                    "name": "Roman Borschel",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Guilherme Blanco",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "lexer",
198
                "parser"
199
            ],
200
            "time": "2014-09-09 13:34:57"
201
        },
202
        {
203
            "name": "giggsey/libphonenumber-for-php",
204
            "version": "7.4.2",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
208
                "reference": "0aac9dd96f384fea7f33c9d4e63fd80fe73c23c9"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/0aac9dd96f384fea7f33c9d4e63fd80fe73c23c9",
213
                "reference": "0aac9dd96f384fea7f33c9d4e63fd80fe73c23c9",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "ext-mbstring": "*"
218
            },
219
            "require-dev": {
220
                "pear/pear-core-minimal": "^1.9",
221
                "pear/pear_exception": "^1.0",
222
                "pear/versioncontrol_git": "dev-master",
223
                "phing/phing": "~2.7",
224
                "phpunit/phpunit": "~4.0",
225
                "satooshi/php-coveralls": "~0.6",
226
                "symfony/console": "^2.5"
227
            },
228
            "suggest": {
229
                "ext-intl": "To use the geocoder and carrier mapping"
230
            },
231
            "type": "library",
232
            "extra": {
233
                "branch-alias": {
234
                    "dev-master": "7.x-dev"
235
                }
236
            },
237
            "autoload": {
238
                "psr-0": {
239
                    "libphonenumber": "src/"
240
                }
241
            },
242
            "notification-url": "https://packagist.org/downloads/",
243
            "license": [
244
                "Apache-2.0"
245
            ],
246
            "authors": [
247
                {
248
                    "name": "Joshua Gigg",
249
                    "email": "[email protected]",
250
                    "homepage": "http://giggsey.com/"
251
                }
252
            ],
253
            "description": "PHP Port of Google's libphonenumber",
254
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
255
            "keywords": [
256
                "geocoding",
257
                "geolocation",
258
                "libphonenumber",
259
                "mobile",
260
                "phonenumber",
261
                "validation"
262
            ],
263
            "time": "2016-06-01 11:10:16"
264
        },
265
        {
266
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
267
            "version": "6.2.0",
268
            "source": {
269
                "type": "git",
270
                "url": "https://github.com/guzzle/guzzle.git",
271
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
272
            },
273
            "dist": {
274
                "type": "zip",
275
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
276
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
277
                "shasum": ""
278
            },
279
            "require": {
280
                "guzzlehttp/promises": "~1.0",
281
                "guzzlehttp/psr7": "~1.1",
282
                "php": ">=5.5.0"
283
            },
284
            "require-dev": {
285
                "ext-curl": "*",
286
                "phpunit/phpunit": "~4.0",
287
                "psr/log": "~1.0"
288
            },
289
            "type": "library",
290
            "extra": {
291
                "branch-alias": {
292
                    "dev-master": "6.2-dev"
293
                }
294
            },
295
            "autoload": {
296
                "files": [
297
                    "src/functions_include.php"
298
                ],
299
                "psr-4": {
300
                    "GuzzleHttp\\": "src/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Michael Dowling",
310
                    "email": "[email protected]",
311
                    "homepage": "https://github.com/mtdowling"
312
                }
313
            ],
314
            "description": "Guzzle is a PHP HTTP client library",
315
            "homepage": "http://guzzlephp.org/",
316
            "keywords": [
317
                "client",
318
                "curl",
319
                "framework",
320
                "http",
321
                "http client",
322
                "rest",
323
                "web service"
324
            ],
325
            "time": "2016-03-21 20:02:09"
326
        },
327
        {
328
            "name": "guzzlehttp/promises",
329
            "version": "1.2.0",
330
            "source": {
331
                "type": "git",
332
                "url": "https://github.com/guzzle/promises.git",
333
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
334
            },
335
            "dist": {
336
                "type": "zip",
337
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
338
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
339
                "shasum": ""
340
            },
341
            "require": {
342
                "php": ">=5.5.0"
343
            },
344
            "require-dev": {
345
                "phpunit/phpunit": "~4.0"
346
            },
347
            "type": "library",
348
            "extra": {
349
                "branch-alias": {
350
                    "dev-master": "1.0-dev"
351
                }
352
            },
353
            "autoload": {
354
                "psr-4": {
355
                    "GuzzleHttp\\Promise\\": "src/"
356
                },
357
                "files": [
358
                    "src/functions_include.php"
359
                ]
360
            },
361
            "notification-url": "https://packagist.org/downloads/",
362
            "license": [
363
                "MIT"
364
            ],
365
            "authors": [
366
                {
367
                    "name": "Michael Dowling",
368
                    "email": "[email protected]",
369
                    "homepage": "https://github.com/mtdowling"
370
                }
371
            ],
372
            "description": "Guzzle promises library",
373
            "keywords": [
374
                "promise"
375
            ],
376
            "time": "2016-05-18 16:56:05"
377
        },
378
        {
379
            "name": "guzzlehttp/psr7",
380
            "version": "1.3.0",
381
            "source": {
382
                "type": "git",
383
                "url": "https://github.com/guzzle/psr7.git",
384
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
385
            },
386
            "dist": {
387
                "type": "zip",
388
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
389
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
390
                "shasum": ""
391
            },
392
            "require": {
393
                "php": ">=5.4.0",
394
                "psr/http-message": "~1.0"
395
            },
396
            "provide": {
397
                "psr/http-message-implementation": "1.0"
398
            },
399
            "require-dev": {
400
                "phpunit/phpunit": "~4.0"
401
            },
402
            "type": "library",
403
            "extra": {
404
                "branch-alias": {
405
                    "dev-master": "1.0-dev"
406
                }
407
            },
408
            "autoload": {
409
                "psr-4": {
410
                    "GuzzleHttp\\Psr7\\": "src/"
411
                },
412
                "files": [
413
                    "src/functions_include.php"
414
                ]
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "MIT"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Michael Dowling",
423
                    "email": "[email protected]",
424
                    "homepage": "https://github.com/mtdowling"
425
                }
426
            ],
427
            "description": "PSR-7 message implementation",
428
            "keywords": [
429
                "http",
430
                "message",
431
                "stream",
432
                "uri"
433
            ],
434
            "time": "2016-04-13 19:56:01"
435
        },
436
        {
437
            "name": "misd/phone-number-bundle",
438
            "version": "v1.1.2",
439
            "source": {
440
                "type": "git",
441
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
442
                "reference": "0430caf2f7b0d2c0b0d4eac0918a0d3550fda451"
443
            },
444
            "dist": {
445
                "type": "zip",
446
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/0430caf2f7b0d2c0b0d4eac0918a0d3550fda451",
447
                "reference": "0430caf2f7b0d2c0b0d4eac0918a0d3550fda451",
448
                "shasum": ""
449
            },
450
            "require": {
451
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0",
452
                "php": ">=5.3.3",
453
                "symfony/framework-bundle": "~2.1|~3.0"
454
            },
455
            "conflict": {
456
                "twig/twig": "<1.12.0"
457
            },
458
            "require-dev": {
459
                "doctrine/doctrine-bundle": "~1.0",
460
                "jms/serializer-bundle": "~0.11|~1.0",
461
                "phpunit/phpunit": "~4.0",
462
                "symfony/form": "~2.3|~3.0",
463
                "symfony/templating": "~2.1|~3.0",
464
                "symfony/twig-bundle": "~2.1|~3.0",
465
                "symfony/validator": "~2.1|~3.0"
466
            },
467
            "suggest": {
468
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
469
                "jms/serializer-bundle": "Serialize/deserialize phone numbers",
470
                "symfony/form": "Add a data transformer",
471
                "symfony/templating": "Format phone numbers in templates",
472
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
473
                "symfony/validator": "Add a validation constraint"
474
            },
475
            "type": "symfony-bundle",
476
            "extra": {
477
                "branch-alias": {
478
                    "dev-master": "1.1.x-dev"
479
                }
480
            },
481
            "autoload": {
482
                "psr-4": {
483
                    "Misd\\PhoneNumberBundle\\": ""
484
                }
485
            },
486
            "notification-url": "https://packagist.org/downloads/",
487
            "license": [
488
                "MIT"
489
            ],
490
            "description": "Integrates libphonenumber into your Symfony2 application",
491
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
492
            "keywords": [
493
                "bundle",
494
                "libphonenumber",
495
                "phone-number",
496
                "phonenumber",
497
                "telephone number"
498
            ],
499
            "time": "2016-03-31 08:42:16"
500
        },
501
        {
502
            "name": "ocramius/proxy-manager",
503
            "version": "1.0.2",
504
            "source": {
505
                "type": "git",
506
                "url": "https://github.com/Ocramius/ProxyManager.git",
507
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
508
            },
509
            "dist": {
510
                "type": "zip",
511
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
512
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
513
                "shasum": ""
514
            },
515
            "require": {
516
                "php": ">=5.3.3",
517
                "zendframework/zend-code": ">2.2.5,<3.0"
518
            },
519
            "require-dev": {
520
                "ext-phar": "*",
521
                "phpunit/phpunit": "~4.0",
522
                "squizlabs/php_codesniffer": "1.5.*"
523
            },
524
            "suggest": {
525
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
526
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
527
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
528
                "zendframework/zend-stdlib": "To use the hydrator proxy",
529
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
530
            },
531
            "type": "library",
532
            "extra": {
533
                "branch-alias": {
534
                    "dev-master": "2.0.x-dev"
535
                }
536
            },
537
            "autoload": {
538
                "psr-0": {
539
                    "ProxyManager\\": "src"
540
                }
541
            },
542
            "notification-url": "https://packagist.org/downloads/",
543
            "license": [
544
                "MIT"
545
            ],
546
            "authors": [
547
                {
548
                    "name": "Marco Pivetta",
549
                    "email": "[email protected]",
550
                    "homepage": "http://ocramius.github.com/"
551
                }
552
            ],
553
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
554
            "homepage": "https://github.com/Ocramius/ProxyManager",
555
            "keywords": [
556
                "aop",
557
                "lazy loading",
558
                "proxy",
559
                "proxy pattern",
560
                "service proxies"
561
            ],
562
            "time": "2015-08-09 04:28:19"
563
        },
564
        {
565
            "name": "paragonie/random_compat",
566
            "version": "v2.0.2",
567
            "source": {
568
                "type": "git",
569
                "url": "https://github.com/paragonie/random_compat.git",
570
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
571
            },
572
            "dist": {
573
                "type": "zip",
574
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
575
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
576
                "shasum": ""
577
            },
578
            "require": {
579
                "php": ">=5.2.0"
580
            },
581
            "require-dev": {
582
                "phpunit/phpunit": "4.*|5.*"
583
            },
584
            "suggest": {
585
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
586
            },
587
            "type": "library",
588
            "autoload": {
589
                "files": [
590
                    "lib/random.php"
591
                ]
592
            },
593
            "notification-url": "https://packagist.org/downloads/",
594
            "license": [
595
                "MIT"
596
            ],
597
            "authors": [
598
                {
599
                    "name": "Paragon Initiative Enterprises",
600
                    "email": "[email protected]",
601
                    "homepage": "https://paragonie.com"
602
                }
603
            ],
604
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
605
            "keywords": [
606
                "csprng",
607
                "pseudorandom",
608
                "random"
609
            ],
610
            "time": "2016-04-03 06:00:07"
611
        },
612
        {
613
            "name": "psr/cache",
614
            "version": "1.0.0",
615
            "source": {
616
                "type": "git",
617
                "url": "https://github.com/php-fig/cache.git",
618
                "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3"
619
            },
620
            "dist": {
621
                "type": "zip",
622
                "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
623
                "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
624
                "shasum": ""
625
            },
626
            "require": {
627
                "php": ">=5.3.0"
628
            },
629
            "type": "library",
630
            "extra": {
631
                "branch-alias": {
632
                    "dev-master": "1.0.x-dev"
633
                }
634
            },
635
            "autoload": {
636
                "psr-4": {
637
                    "Psr\\Cache\\": "src/"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "PHP-FIG",
647
                    "homepage": "http://www.php-fig.org/"
648
                }
649
            ],
650
            "description": "Common interface for caching libraries",
651
            "keywords": [
652
                "cache",
653
                "psr",
654
                "psr-6"
655
            ],
656
            "time": "2015-12-11 02:52:07"
657
        },
658
        {
659
            "name": "psr/http-message",
660
            "version": "1.0",
661
            "source": {
662
                "type": "git",
663
                "url": "https://github.com/php-fig/http-message.git",
664
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
665
            },
666
            "dist": {
667
                "type": "zip",
668
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
669
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
670
                "shasum": ""
671
            },
672
            "require": {
673
                "php": ">=5.3.0"
674
            },
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "1.0.x-dev"
679
                }
680
            },
681
            "autoload": {
682
                "psr-4": {
683
                    "Psr\\Http\\Message\\": "src/"
684
                }
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "PHP-FIG",
693
                    "homepage": "http://www.php-fig.org/"
694
                }
695
            ],
696
            "description": "Common interface for HTTP messages",
697
            "keywords": [
698
                "http",
699
                "http-message",
700
                "psr",
701
                "psr-7",
702
                "request",
703
                "response"
704
            ],
705
            "time": "2015-05-04 20:22:00"
706
        },
707
        {
708
            "name": "psr/log",
709
            "version": "1.0.0",
710
            "source": {
711
                "type": "git",
712
                "url": "https://github.com/php-fig/log.git",
713
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
714
            },
715
            "dist": {
716
                "type": "zip",
717
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
718
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
719
                "shasum": ""
720
            },
721
            "type": "library",
722
            "autoload": {
723
                "psr-0": {
724
                    "Psr\\Log\\": ""
725
                }
726
            },
727
            "notification-url": "https://packagist.org/downloads/",
728
            "license": [
729
                "MIT"
730
            ],
731
            "authors": [
732
                {
733
                    "name": "PHP-FIG",
734
                    "homepage": "http://www.php-fig.org/"
735
                }
736
            ],
737
            "description": "Common interface for logging libraries",
738
            "keywords": [
739
                "log",
740
                "psr",
741
                "psr-3"
742
            ],
743
            "time": "2012-12-21 11:40:51"
744
        },
745
        {
746
            "name": "symfony/asset",
747
            "version": "v3.1.0",
748
            "source": {
749
                "type": "git",
750
                "url": "https://github.com/symfony/asset.git",
751
                "reference": "1354ba65bb5054e6311f0338e26f4907c220d1dc"
752
            },
753
            "dist": {
754
                "type": "zip",
755
                "url": "https://api.github.com/repos/symfony/asset/zipball/1354ba65bb5054e6311f0338e26f4907c220d1dc",
756
                "reference": "1354ba65bb5054e6311f0338e26f4907c220d1dc",
757
                "shasum": ""
758
            },
759
            "require": {
760
                "php": ">=5.5.9"
761
            },
762
            "require-dev": {
763
                "symfony/http-foundation": "~2.8|~3.0"
764
            },
765
            "suggest": {
766
                "symfony/http-foundation": ""
767
            },
768
            "type": "library",
769
            "extra": {
770
                "branch-alias": {
771
                    "dev-master": "3.1-dev"
772
                }
773
            },
774
            "autoload": {
775
                "psr-4": {
776
                    "Symfony\\Component\\Asset\\": ""
777
                },
778
                "exclude-from-classmap": [
779
                    "/Tests/"
780
                ]
781
            },
782
            "notification-url": "https://packagist.org/downloads/",
783
            "license": [
784
                "MIT"
785
            ],
786
            "authors": [
787
                {
788
                    "name": "Fabien Potencier",
789
                    "email": "[email protected]"
790
                },
791
                {
792
                    "name": "Symfony Community",
793
                    "homepage": "https://symfony.com/contributors"
794
                }
795
            ],
796
            "description": "Symfony Asset Component",
797
            "homepage": "https://symfony.com",
798
            "time": "2016-05-13 18:06:41"
799
        },
800
        {
801
            "name": "symfony/cache",
802
            "version": "v3.1.0",
803
            "source": {
804
                "type": "git",
805
                "url": "https://github.com/symfony/cache.git",
806
                "reference": "5656882318413f029fcce69ccc865daa16f8d35a"
807
            },
808
            "dist": {
809
                "type": "zip",
810
                "url": "https://api.github.com/repos/symfony/cache/zipball/5656882318413f029fcce69ccc865daa16f8d35a",
811
                "reference": "5656882318413f029fcce69ccc865daa16f8d35a",
812
                "shasum": ""
813
            },
814
            "require": {
815
                "php": ">=5.5.9",
816
                "psr/cache": "~1.0",
817
                "psr/log": "~1.0"
818
            },
819
            "provide": {
820
                "psr/cache-implementation": "1.0"
821
            },
822
            "require-dev": {
823
                "cache/integration-tests": "dev-master",
824
                "doctrine/cache": "~1.6",
825
                "predis/predis": "~1.0"
826
            },
827
            "suggest": {
828
                "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
829
            },
830
            "type": "library",
831
            "extra": {
832
                "branch-alias": {
833
                    "dev-master": "3.1-dev"
834
                }
835
            },
836
            "autoload": {
837
                "psr-4": {
838
                    "Symfony\\Component\\Cache\\": ""
839
                },
840
                "exclude-from-classmap": [
841
                    "/Tests/"
842
                ]
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "MIT"
847
            ],
848
            "authors": [
849
                {
850
                    "name": "Nicolas Grekas",
851
                    "email": "[email protected]"
852
                },
853
                {
854
                    "name": "Symfony Community",
855
                    "homepage": "https://symfony.com/contributors"
856
                }
857
            ],
858
            "description": "Symfony implementation of PSR-6",
859
            "homepage": "https://symfony.com",
860
            "keywords": [
861
                "caching",
862
                "psr6"
863
            ],
864
            "time": "2016-05-25 07:47:04"
865
        },
866
        {
867
            "name": "symfony/class-loader",
868
            "version": "v3.1.0",
869
            "source": {
870
                "type": "git",
871
                "url": "https://github.com/symfony/class-loader.git",
872
                "reference": "6ebc60f69a6df4b3cf5ad6f260ba4edf5957ea05"
873
            },
874
            "dist": {
875
                "type": "zip",
876
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/6ebc60f69a6df4b3cf5ad6f260ba4edf5957ea05",
877
                "reference": "6ebc60f69a6df4b3cf5ad6f260ba4edf5957ea05",
878
                "shasum": ""
879
            },
880
            "require": {
881
                "php": ">=5.5.9"
882
            },
883
            "require-dev": {
884
                "symfony/finder": "~2.8|~3.0",
885
                "symfony/polyfill-apcu": "~1.1"
886
            },
887
            "suggest": {
888
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
889
            },
890
            "type": "library",
891
            "extra": {
892
                "branch-alias": {
893
                    "dev-master": "3.1-dev"
894
                }
895
            },
896
            "autoload": {
897
                "psr-4": {
898
                    "Symfony\\Component\\ClassLoader\\": ""
899
                },
900
                "exclude-from-classmap": [
901
                    "/Tests/"
902
                ]
903
            },
904
            "notification-url": "https://packagist.org/downloads/",
905
            "license": [
906
                "MIT"
907
            ],
908
            "authors": [
909
                {
910
                    "name": "Fabien Potencier",
911
                    "email": "[email protected]"
912
                },
913
                {
914
                    "name": "Symfony Community",
915
                    "homepage": "https://symfony.com/contributors"
916
                }
917
            ],
918
            "description": "Symfony ClassLoader Component",
919
            "homepage": "https://symfony.com",
920
            "time": "2016-03-30 10:41:47"
921
        },
922
        {
923
            "name": "symfony/config",
924
            "version": "v3.1.0",
925
            "source": {
926
                "type": "git",
927
                "url": "https://github.com/symfony/config.git",
928
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e"
929
            },
930
            "dist": {
931
                "type": "zip",
932
                "url": "https://api.github.com/repos/symfony/config/zipball/048dc47e07f92333203c3b7045868bbc864fc40e",
933
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e",
934
                "shasum": ""
935
            },
936
            "require": {
937
                "php": ">=5.5.9",
938
                "symfony/filesystem": "~2.8|~3.0"
939
            },
940
            "suggest": {
941
                "symfony/yaml": "To use the yaml reference dumper"
942
            },
943
            "type": "library",
944
            "extra": {
945
                "branch-alias": {
946
                    "dev-master": "3.1-dev"
947
                }
948
            },
949
            "autoload": {
950
                "psr-4": {
951
                    "Symfony\\Component\\Config\\": ""
952
                },
953
                "exclude-from-classmap": [
954
                    "/Tests/"
955
                ]
956
            },
957
            "notification-url": "https://packagist.org/downloads/",
958
            "license": [
959
                "MIT"
960
            ],
961
            "authors": [
962
                {
963
                    "name": "Fabien Potencier",
964
                    "email": "[email protected]"
965
                },
966
                {
967
                    "name": "Symfony Community",
968
                    "homepage": "https://symfony.com/contributors"
969
                }
970
            ],
971
            "description": "Symfony Config Component",
972
            "homepage": "https://symfony.com",
973
            "time": "2016-05-20 11:48:17"
974
        },
975
        {
976
            "name": "symfony/debug",
977
            "version": "v3.1.0",
978
            "source": {
979
                "type": "git",
980
                "url": "https://github.com/symfony/debug.git",
981
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907"
982
            },
983
            "dist": {
984
                "type": "zip",
985
                "url": "https://api.github.com/repos/symfony/debug/zipball/c9ed5a44dbc783a352f06b20440863c7463de907",
986
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907",
987
                "shasum": ""
988
            },
989
            "require": {
990
                "php": ">=5.5.9",
991
                "psr/log": "~1.0"
992
            },
993
            "conflict": {
994
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
995
            },
996
            "require-dev": {
997
                "symfony/class-loader": "~2.8|~3.0",
998
                "symfony/http-kernel": "~2.8|~3.0"
999
            },
1000
            "type": "library",
1001
            "extra": {
1002
                "branch-alias": {
1003
                    "dev-master": "3.1-dev"
1004
                }
1005
            },
1006
            "autoload": {
1007
                "psr-4": {
1008
                    "Symfony\\Component\\Debug\\": ""
1009
                },
1010
                "exclude-from-classmap": [
1011
                    "/Tests/"
1012
                ]
1013
            },
1014
            "notification-url": "https://packagist.org/downloads/",
1015
            "license": [
1016
                "MIT"
1017
            ],
1018
            "authors": [
1019
                {
1020
                    "name": "Fabien Potencier",
1021
                    "email": "[email protected]"
1022
                },
1023
                {
1024
                    "name": "Symfony Community",
1025
                    "homepage": "https://symfony.com/contributors"
1026
                }
1027
            ],
1028
            "description": "Symfony Debug Component",
1029
            "homepage": "https://symfony.com",
1030
            "time": "2016-05-24 10:06:56"
1031
        },
1032
        {
1033
            "name": "symfony/dependency-injection",
1034
            "version": "v3.1.0",
1035
            "source": {
1036
                "type": "git",
1037
                "url": "https://github.com/symfony/dependency-injection.git",
1038
                "reference": "383110341e8f47ae972da3a29503b099831549e1"
1039
            },
1040
            "dist": {
1041
                "type": "zip",
1042
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/383110341e8f47ae972da3a29503b099831549e1",
1043
                "reference": "383110341e8f47ae972da3a29503b099831549e1",
1044
                "shasum": ""
1045
            },
1046
            "require": {
1047
                "php": ">=5.5.9"
1048
            },
1049
            "require-dev": {
1050
                "symfony/config": "~2.8|~3.0",
1051
                "symfony/expression-language": "~2.8|~3.0",
1052
                "symfony/yaml": "~2.8|~3.0"
1053
            },
1054
            "suggest": {
1055
                "symfony/config": "",
1056
                "symfony/expression-language": "For using expressions in service container configuration",
1057
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1058
                "symfony/yaml": ""
1059
            },
1060
            "type": "library",
1061
            "extra": {
1062
                "branch-alias": {
1063
                    "dev-master": "3.1-dev"
1064
                }
1065
            },
1066
            "autoload": {
1067
                "psr-4": {
1068
                    "Symfony\\Component\\DependencyInjection\\": ""
1069
                },
1070
                "exclude-from-classmap": [
1071
                    "/Tests/"
1072
                ]
1073
            },
1074
            "notification-url": "https://packagist.org/downloads/",
1075
            "license": [
1076
                "MIT"
1077
            ],
1078
            "authors": [
1079
                {
1080
                    "name": "Fabien Potencier",
1081
                    "email": "[email protected]"
1082
                },
1083
                {
1084
                    "name": "Symfony Community",
1085
                    "homepage": "https://symfony.com/contributors"
1086
                }
1087
            ],
1088
            "description": "Symfony DependencyInjection Component",
1089
            "homepage": "https://symfony.com",
1090
            "time": "2016-05-24 10:06:56"
1091
        },
1092
        {
1093
            "name": "symfony/event-dispatcher",
1094
            "version": "v3.1.0",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/symfony/event-dispatcher.git",
1098
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0343b2cedd0edb26cdc791212a8eb645c406018b",
1103
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "php": ">=5.5.9"
1108
            },
1109
            "require-dev": {
1110
                "psr/log": "~1.0",
1111
                "symfony/config": "~2.8|~3.0",
1112
                "symfony/dependency-injection": "~2.8|~3.0",
1113
                "symfony/expression-language": "~2.8|~3.0",
1114
                "symfony/stopwatch": "~2.8|~3.0"
1115
            },
1116
            "suggest": {
1117
                "symfony/dependency-injection": "",
1118
                "symfony/http-kernel": ""
1119
            },
1120
            "type": "library",
1121
            "extra": {
1122
                "branch-alias": {
1123
                    "dev-master": "3.1-dev"
1124
                }
1125
            },
1126
            "autoload": {
1127
                "psr-4": {
1128
                    "Symfony\\Component\\EventDispatcher\\": ""
1129
                },
1130
                "exclude-from-classmap": [
1131
                    "/Tests/"
1132
                ]
1133
            },
1134
            "notification-url": "https://packagist.org/downloads/",
1135
            "license": [
1136
                "MIT"
1137
            ],
1138
            "authors": [
1139
                {
1140
                    "name": "Fabien Potencier",
1141
                    "email": "[email protected]"
1142
                },
1143
                {
1144
                    "name": "Symfony Community",
1145
                    "homepage": "https://symfony.com/contributors"
1146
                }
1147
            ],
1148
            "description": "Symfony EventDispatcher Component",
1149
            "homepage": "https://symfony.com",
1150
            "time": "2016-04-12 18:27:47"
1151
        },
1152
        {
1153
            "name": "symfony/filesystem",
1154
            "version": "v3.1.0",
1155
            "source": {
1156
                "type": "git",
1157
                "url": "https://github.com/symfony/filesystem.git",
1158
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058"
1159
            },
1160
            "dist": {
1161
                "type": "zip",
1162
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1163
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1164
                "shasum": ""
1165
            },
1166
            "require": {
1167
                "php": ">=5.5.9"
1168
            },
1169
            "type": "library",
1170
            "extra": {
1171
                "branch-alias": {
1172
                    "dev-master": "3.1-dev"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "Symfony\\Component\\Filesystem\\": ""
1178
                },
1179
                "exclude-from-classmap": [
1180
                    "/Tests/"
1181
                ]
1182
            },
1183
            "notification-url": "https://packagist.org/downloads/",
1184
            "license": [
1185
                "MIT"
1186
            ],
1187
            "authors": [
1188
                {
1189
                    "name": "Fabien Potencier",
1190
                    "email": "[email protected]"
1191
                },
1192
                {
1193
                    "name": "Symfony Community",
1194
                    "homepage": "https://symfony.com/contributors"
1195
                }
1196
            ],
1197
            "description": "Symfony Filesystem Component",
1198
            "homepage": "https://symfony.com",
1199
            "time": "2016-04-12 18:27:47"
1200
        },
1201
        {
1202
            "name": "symfony/finder",
1203
            "version": "v3.1.0",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/symfony/finder.git",
1207
                "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/symfony/finder/zipball/40d17ed287bf51a2f884c4619ce8ff2a1c5cd219",
1212
                "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": ">=5.5.9"
1217
            },
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "3.1-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "psr-4": {
1226
                    "Symfony\\Component\\Finder\\": ""
1227
                },
1228
                "exclude-from-classmap": [
1229
                    "/Tests/"
1230
                ]
1231
            },
1232
            "notification-url": "https://packagist.org/downloads/",
1233
            "license": [
1234
                "MIT"
1235
            ],
1236
            "authors": [
1237
                {
1238
                    "name": "Fabien Potencier",
1239
                    "email": "[email protected]"
1240
                },
1241
                {
1242
                    "name": "Symfony Community",
1243
                    "homepage": "https://symfony.com/contributors"
1244
                }
1245
            ],
1246
            "description": "Symfony Finder Component",
1247
            "homepage": "https://symfony.com",
1248
            "time": "2016-05-13 18:06:41"
1249
        },
1250
        {
1251
            "name": "symfony/framework-bundle",
1252
            "version": "v3.1.0",
1253
            "source": {
1254
                "type": "git",
1255
                "url": "https://github.com/symfony/framework-bundle.git",
1256
                "reference": "ed73ac3d3a2fc6186b7d9e2cc178d5437ac4ed5a"
1257
            },
1258
            "dist": {
1259
                "type": "zip",
1260
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ed73ac3d3a2fc6186b7d9e2cc178d5437ac4ed5a",
1261
                "reference": "ed73ac3d3a2fc6186b7d9e2cc178d5437ac4ed5a",
1262
                "shasum": ""
1263
            },
1264
            "require": {
1265
                "doctrine/annotations": "~1.0",
1266
                "doctrine/cache": "~1.0",
1267
                "php": ">=5.5.9",
1268
                "symfony/asset": "~2.8|~3.0",
1269
                "symfony/cache": "~3.1",
1270
                "symfony/class-loader": "~2.8|~3.0",
1271
                "symfony/config": "~2.8|~3.0",
1272
                "symfony/dependency-injection": "~3.1",
1273
                "symfony/event-dispatcher": "~2.8|~3.0",
1274
                "symfony/filesystem": "~2.8|~3.0",
1275
                "symfony/finder": "~2.8|~3.0",
1276
                "symfony/http-foundation": "~3.1",
1277
                "symfony/http-kernel": "~3.1",
1278
                "symfony/polyfill-mbstring": "~1.0",
1279
                "symfony/routing": "~3.0",
1280
                "symfony/security-core": "~2.8|~3.0",
1281
                "symfony/security-csrf": "~2.8|~3.0",
1282
                "symfony/stopwatch": "~2.8|~3.0",
1283
                "symfony/templating": "~2.8|~3.0",
1284
                "symfony/translation": "~2.8|~3.0"
1285
            },
1286
            "conflict": {
1287
                "phpdocumentor/reflection-docblock": "<3.0"
1288
            },
1289
            "require-dev": {
1290
                "phpdocumentor/reflection-docblock": "^3.0",
1291
                "symfony/browser-kit": "~2.8|~3.0",
1292
                "symfony/console": "~2.8|~3.0",
1293
                "symfony/css-selector": "~2.8|~3.0",
1294
                "symfony/dom-crawler": "~2.8|~3.0",
1295
                "symfony/expression-language": "~2.8|~3.0",
1296
                "symfony/form": "~2.8|~3.0",
1297
                "symfony/polyfill-intl-icu": "~1.0",
1298
                "symfony/process": "~2.8|~3.0",
1299
                "symfony/property-info": "~2.8|~3.0",
1300
                "symfony/security": "~2.8|~3.0",
1301
                "symfony/serializer": "~2.8|^3.0",
1302
                "symfony/validator": "~3.1",
1303
                "symfony/yaml": "~2.8|~3.0",
1304
                "twig/twig": "~1.23|~2.0"
1305
            },
1306
            "suggest": {
1307
                "ext-apcu": "For best performance of the system caches",
1308
                "symfony/console": "For using the console commands",
1309
                "symfony/form": "For using forms",
1310
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
1311
                "symfony/property-info": "For using the property_info service",
1312
                "symfony/serializer": "For using the serializer service",
1313
                "symfony/validator": "For using validation",
1314
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1315
            },
1316
            "type": "symfony-bundle",
1317
            "extra": {
1318
                "branch-alias": {
1319
                    "dev-master": "3.1-dev"
1320
                }
1321
            },
1322
            "autoload": {
1323
                "psr-4": {
1324
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1325
                },
1326
                "exclude-from-classmap": [
1327
                    "/Tests/"
1328
                ]
1329
            },
1330
            "notification-url": "https://packagist.org/downloads/",
1331
            "license": [
1332
                "MIT"
1333
            ],
1334
            "authors": [
1335
                {
1336
                    "name": "Fabien Potencier",
1337
                    "email": "[email protected]"
1338
                },
1339
                {
1340
                    "name": "Symfony Community",
1341
                    "homepage": "https://symfony.com/contributors"
1342
                }
1343
            ],
1344
            "description": "Symfony FrameworkBundle",
1345
            "homepage": "https://symfony.com",
1346
            "time": "2016-05-30 06:58:39"
1347
        },
1348
        {
1349
            "name": "symfony/http-foundation",
1350
            "version": "v3.1.0",
1351
            "source": {
1352
                "type": "git",
1353
                "url": "https://github.com/symfony/http-foundation.git",
1354
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1"
1355
            },
1356
            "dist": {
1357
                "type": "zip",
1358
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
1359
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
1360
                "shasum": ""
1361
            },
1362
            "require": {
1363
                "php": ">=5.5.9",
1364
                "symfony/polyfill-mbstring": "~1.1"
1365
            },
1366
            "require-dev": {
1367
                "symfony/expression-language": "~2.8|~3.0"
1368
            },
1369
            "type": "library",
1370
            "extra": {
1371
                "branch-alias": {
1372
                    "dev-master": "3.1-dev"
1373
                }
1374
            },
1375
            "autoload": {
1376
                "psr-4": {
1377
                    "Symfony\\Component\\HttpFoundation\\": ""
1378
                },
1379
                "exclude-from-classmap": [
1380
                    "/Tests/"
1381
                ]
1382
            },
1383
            "notification-url": "https://packagist.org/downloads/",
1384
            "license": [
1385
                "MIT"
1386
            ],
1387
            "authors": [
1388
                {
1389
                    "name": "Fabien Potencier",
1390
                    "email": "[email protected]"
1391
                },
1392
                {
1393
                    "name": "Symfony Community",
1394
                    "homepage": "https://symfony.com/contributors"
1395
                }
1396
            ],
1397
            "description": "Symfony HttpFoundation Component",
1398
            "homepage": "https://symfony.com",
1399
            "time": "2016-05-13 18:06:41"
1400
        },
1401
        {
1402
            "name": "symfony/http-kernel",
1403
            "version": "v3.1.0",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/symfony/http-kernel.git",
1407
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/01586fd019f01c98ea4d34d26b493de06e619d20",
1412
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "php": ">=5.5.9",
1417
                "psr/log": "~1.0",
1418
                "symfony/debug": "~2.8|~3.0",
1419
                "symfony/event-dispatcher": "~2.8|~3.0",
1420
                "symfony/http-foundation": "~2.8|~3.0"
1421
            },
1422
            "conflict": {
1423
                "symfony/config": "<2.8"
1424
            },
1425
            "require-dev": {
1426
                "symfony/browser-kit": "~2.8|~3.0",
1427
                "symfony/class-loader": "~2.8|~3.0",
1428
                "symfony/config": "~2.8|~3.0",
1429
                "symfony/console": "~2.8|~3.0",
1430
                "symfony/css-selector": "~2.8|~3.0",
1431
                "symfony/dependency-injection": "~2.8|~3.0",
1432
                "symfony/dom-crawler": "~2.8|~3.0",
1433
                "symfony/expression-language": "~2.8|~3.0",
1434
                "symfony/finder": "~2.8|~3.0",
1435
                "symfony/process": "~2.8|~3.0",
1436
                "symfony/routing": "~2.8|~3.0",
1437
                "symfony/stopwatch": "~2.8|~3.0",
1438
                "symfony/templating": "~2.8|~3.0",
1439
                "symfony/translation": "~2.8|~3.0",
1440
                "symfony/var-dumper": "~2.8|~3.0"
1441
            },
1442
            "suggest": {
1443
                "symfony/browser-kit": "",
1444
                "symfony/class-loader": "",
1445
                "symfony/config": "",
1446
                "symfony/console": "",
1447
                "symfony/dependency-injection": "",
1448
                "symfony/finder": "",
1449
                "symfony/var-dumper": ""
1450
            },
1451
            "type": "library",
1452
            "extra": {
1453
                "branch-alias": {
1454
                    "dev-master": "3.1-dev"
1455
                }
1456
            },
1457
            "autoload": {
1458
                "psr-4": {
1459
                    "Symfony\\Component\\HttpKernel\\": ""
1460
                },
1461
                "exclude-from-classmap": [
1462
                    "/Tests/"
1463
                ]
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "MIT"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Fabien Potencier",
1472
                    "email": "[email protected]"
1473
                },
1474
                {
1475
                    "name": "Symfony Community",
1476
                    "homepage": "https://symfony.com/contributors"
1477
                }
1478
            ],
1479
            "description": "Symfony HttpKernel Component",
1480
            "homepage": "https://symfony.com",
1481
            "time": "2016-05-30 07:24:26"
1482
        },
1483
        {
1484
            "name": "symfony/polyfill-mbstring",
1485
            "version": "v1.2.0",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1489
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1494
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "php": ">=5.3.3"
1499
            },
1500
            "suggest": {
1501
                "ext-mbstring": "For best performance"
1502
            },
1503
            "type": "library",
1504
            "extra": {
1505
                "branch-alias": {
1506
                    "dev-master": "1.2-dev"
1507
                }
1508
            },
1509
            "autoload": {
1510
                "psr-4": {
1511
                    "Symfony\\Polyfill\\Mbstring\\": ""
1512
                },
1513
                "files": [
1514
                    "bootstrap.php"
1515
                ]
1516
            },
1517
            "notification-url": "https://packagist.org/downloads/",
1518
            "license": [
1519
                "MIT"
1520
            ],
1521
            "authors": [
1522
                {
1523
                    "name": "Nicolas Grekas",
1524
                    "email": "[email protected]"
1525
                },
1526
                {
1527
                    "name": "Symfony Community",
1528
                    "homepage": "https://symfony.com/contributors"
1529
                }
1530
            ],
1531
            "description": "Symfony polyfill for the Mbstring extension",
1532
            "homepage": "https://symfony.com",
1533
            "keywords": [
1534
                "compatibility",
1535
                "mbstring",
1536
                "polyfill",
1537
                "portable",
1538
                "shim"
1539
            ],
1540
            "time": "2016-05-18 14:26:46"
1541
        },
1542
        {
1543
            "name": "symfony/polyfill-php56",
1544
            "version": "v1.2.0",
1545
            "source": {
1546
                "type": "git",
1547
                "url": "https://github.com/symfony/polyfill-php56.git",
1548
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
1549
            },
1550
            "dist": {
1551
                "type": "zip",
1552
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1553
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1554
                "shasum": ""
1555
            },
1556
            "require": {
1557
                "php": ">=5.3.3",
1558
                "symfony/polyfill-util": "~1.0"
1559
            },
1560
            "type": "library",
1561
            "extra": {
1562
                "branch-alias": {
1563
                    "dev-master": "1.2-dev"
1564
                }
1565
            },
1566
            "autoload": {
1567
                "psr-4": {
1568
                    "Symfony\\Polyfill\\Php56\\": ""
1569
                },
1570
                "files": [
1571
                    "bootstrap.php"
1572
                ]
1573
            },
1574
            "notification-url": "https://packagist.org/downloads/",
1575
            "license": [
1576
                "MIT"
1577
            ],
1578
            "authors": [
1579
                {
1580
                    "name": "Nicolas Grekas",
1581
                    "email": "[email protected]"
1582
                },
1583
                {
1584
                    "name": "Symfony Community",
1585
                    "homepage": "https://symfony.com/contributors"
1586
                }
1587
            ],
1588
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1589
            "homepage": "https://symfony.com",
1590
            "keywords": [
1591
                "compatibility",
1592
                "polyfill",
1593
                "portable",
1594
                "shim"
1595
            ],
1596
            "time": "2016-05-18 14:26:46"
1597
        },
1598
        {
1599
            "name": "symfony/polyfill-php70",
1600
            "version": "v1.2.0",
1601
            "source": {
1602
                "type": "git",
1603
                "url": "https://github.com/symfony/polyfill-php70.git",
1604
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
1605
            },
1606
            "dist": {
1607
                "type": "zip",
1608
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
1609
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
1610
                "shasum": ""
1611
            },
1612
            "require": {
1613
                "paragonie/random_compat": "~1.0|~2.0",
1614
                "php": ">=5.3.3"
1615
            },
1616
            "type": "library",
1617
            "extra": {
1618
                "branch-alias": {
1619
                    "dev-master": "1.2-dev"
1620
                }
1621
            },
1622
            "autoload": {
1623
                "psr-4": {
1624
                    "Symfony\\Polyfill\\Php70\\": ""
1625
                },
1626
                "files": [
1627
                    "bootstrap.php"
1628
                ],
1629
                "classmap": [
1630
                    "Resources/stubs"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "MIT"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Nicolas Grekas",
1640
                    "email": "[email protected]"
1641
                },
1642
                {
1643
                    "name": "Symfony Community",
1644
                    "homepage": "https://symfony.com/contributors"
1645
                }
1646
            ],
1647
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1648
            "homepage": "https://symfony.com",
1649
            "keywords": [
1650
                "compatibility",
1651
                "polyfill",
1652
                "portable",
1653
                "shim"
1654
            ],
1655
            "time": "2016-05-18 14:26:46"
1656
        },
1657
        {
1658
            "name": "symfony/polyfill-util",
1659
            "version": "v1.2.0",
1660
            "source": {
1661
                "type": "git",
1662
                "url": "https://github.com/symfony/polyfill-util.git",
1663
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
1664
            },
1665
            "dist": {
1666
                "type": "zip",
1667
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
1668
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
1669
                "shasum": ""
1670
            },
1671
            "require": {
1672
                "php": ">=5.3.3"
1673
            },
1674
            "type": "library",
1675
            "extra": {
1676
                "branch-alias": {
1677
                    "dev-master": "1.2-dev"
1678
                }
1679
            },
1680
            "autoload": {
1681
                "psr-4": {
1682
                    "Symfony\\Polyfill\\Util\\": ""
1683
                }
1684
            },
1685
            "notification-url": "https://packagist.org/downloads/",
1686
            "license": [
1687
                "MIT"
1688
            ],
1689
            "authors": [
1690
                {
1691
                    "name": "Nicolas Grekas",
1692
                    "email": "[email protected]"
1693
                },
1694
                {
1695
                    "name": "Symfony Community",
1696
                    "homepage": "https://symfony.com/contributors"
1697
                }
1698
            ],
1699
            "description": "Symfony utilities for portability of PHP codes",
1700
            "homepage": "https://symfony.com",
1701
            "keywords": [
1702
                "compat",
1703
                "compatibility",
1704
                "polyfill",
1705
                "shim"
1706
            ],
1707
            "time": "2016-05-18 14:26:46"
1708
        },
1709
        {
1710
            "name": "symfony/routing",
1711
            "version": "v3.1.0",
1712
            "source": {
1713
                "type": "git",
1714
                "url": "https://github.com/symfony/routing.git",
1715
                "reference": "e52818e421659dd58a4eb3d439064fb3c2480999"
1716
            },
1717
            "dist": {
1718
                "type": "zip",
1719
                "url": "https://api.github.com/repos/symfony/routing/zipball/e52818e421659dd58a4eb3d439064fb3c2480999",
1720
                "reference": "e52818e421659dd58a4eb3d439064fb3c2480999",
1721
                "shasum": ""
1722
            },
1723
            "require": {
1724
                "php": ">=5.5.9"
1725
            },
1726
            "conflict": {
1727
                "symfony/config": "<2.8"
1728
            },
1729
            "require-dev": {
1730
                "doctrine/annotations": "~1.0",
1731
                "doctrine/common": "~2.2",
1732
                "psr/log": "~1.0",
1733
                "symfony/config": "~2.8|~3.0",
1734
                "symfony/expression-language": "~2.8|~3.0",
1735
                "symfony/http-foundation": "~2.8|~3.0",
1736
                "symfony/yaml": "~2.8|~3.0"
1737
            },
1738
            "suggest": {
1739
                "doctrine/annotations": "For using the annotation loader",
1740
                "symfony/config": "For using the all-in-one router or any loader",
1741
                "symfony/dependency-injection": "For loading routes from a service",
1742
                "symfony/expression-language": "For using expression matching",
1743
                "symfony/http-foundation": "For using a Symfony Request object",
1744
                "symfony/yaml": "For using the YAML loader"
1745
            },
1746
            "type": "library",
1747
            "extra": {
1748
                "branch-alias": {
1749
                    "dev-master": "3.1-dev"
1750
                }
1751
            },
1752
            "autoload": {
1753
                "psr-4": {
1754
                    "Symfony\\Component\\Routing\\": ""
1755
                },
1756
                "exclude-from-classmap": [
1757
                    "/Tests/"
1758
                ]
1759
            },
1760
            "notification-url": "https://packagist.org/downloads/",
1761
            "license": [
1762
                "MIT"
1763
            ],
1764
            "authors": [
1765
                {
1766
                    "name": "Fabien Potencier",
1767
                    "email": "[email protected]"
1768
                },
1769
                {
1770
                    "name": "Symfony Community",
1771
                    "homepage": "https://symfony.com/contributors"
1772
                }
1773
            ],
1774
            "description": "Symfony Routing Component",
1775
            "homepage": "https://symfony.com",
1776
            "keywords": [
1777
                "router",
1778
                "routing",
1779
                "uri",
1780
                "url"
1781
            ],
1782
            "time": "2016-05-30 06:58:39"
1783
        },
1784
        {
1785
            "name": "symfony/security-core",
1786
            "version": "v3.1.0",
1787
            "source": {
1788
                "type": "git",
1789
                "url": "https://github.com/symfony/security-core.git",
1790
                "reference": "b72ae785cde041ddf7264fed12feea8b9295dfe5"
1791
            },
1792
            "dist": {
1793
                "type": "zip",
1794
                "url": "https://api.github.com/repos/symfony/security-core/zipball/b72ae785cde041ddf7264fed12feea8b9295dfe5",
1795
                "reference": "b72ae785cde041ddf7264fed12feea8b9295dfe5",
1796
                "shasum": ""
1797
            },
1798
            "require": {
1799
                "php": ">=5.5.9",
1800
                "symfony/polyfill-php56": "~1.0",
1801
                "symfony/polyfill-util": "~1.0"
1802
            },
1803
            "require-dev": {
1804
                "psr/log": "~1.0",
1805
                "symfony/event-dispatcher": "~2.8|~3.0",
1806
                "symfony/expression-language": "~2.8|~3.0",
1807
                "symfony/http-foundation": "~2.8|~3.0",
1808
                "symfony/ldap": "~3.1",
1809
                "symfony/validator": "~2.8|~3.0"
1810
            },
1811
            "suggest": {
1812
                "symfony/event-dispatcher": "",
1813
                "symfony/expression-language": "For using the expression voter",
1814
                "symfony/http-foundation": "",
1815
                "symfony/ldap": "For using LDAP integration",
1816
                "symfony/validator": "For using the user password constraint"
1817
            },
1818
            "type": "library",
1819
            "extra": {
1820
                "branch-alias": {
1821
                    "dev-master": "3.1-dev"
1822
                }
1823
            },
1824
            "autoload": {
1825
                "psr-4": {
1826
                    "Symfony\\Component\\Security\\Core\\": ""
1827
                },
1828
                "exclude-from-classmap": [
1829
                    "/Tests/"
1830
                ]
1831
            },
1832
            "notification-url": "https://packagist.org/downloads/",
1833
            "license": [
1834
                "MIT"
1835
            ],
1836
            "authors": [
1837
                {
1838
                    "name": "Fabien Potencier",
1839
                    "email": "[email protected]"
1840
                },
1841
                {
1842
                    "name": "Symfony Community",
1843
                    "homepage": "https://symfony.com/contributors"
1844
                }
1845
            ],
1846
            "description": "Symfony Security Component - Core Library",
1847
            "homepage": "https://symfony.com",
1848
            "time": "2016-05-26 02:36:36"
1849
        },
1850
        {
1851
            "name": "symfony/security-csrf",
1852
            "version": "v3.1.0",
1853
            "source": {
1854
                "type": "git",
1855
                "url": "https://github.com/symfony/security-csrf.git",
1856
                "reference": "94057944fb53ad1f38c3633c8bca388d7d1864ba"
1857
            },
1858
            "dist": {
1859
                "type": "zip",
1860
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/94057944fb53ad1f38c3633c8bca388d7d1864ba",
1861
                "reference": "94057944fb53ad1f38c3633c8bca388d7d1864ba",
1862
                "shasum": ""
1863
            },
1864
            "require": {
1865
                "php": ">=5.5.9",
1866
                "symfony/polyfill-php56": "~1.0",
1867
                "symfony/polyfill-php70": "~1.0",
1868
                "symfony/security-core": "~2.8|~3.0"
1869
            },
1870
            "require-dev": {
1871
                "symfony/http-foundation": "~2.8|~3.0"
1872
            },
1873
            "suggest": {
1874
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1875
            },
1876
            "type": "library",
1877
            "extra": {
1878
                "branch-alias": {
1879
                    "dev-master": "3.1-dev"
1880
                }
1881
            },
1882
            "autoload": {
1883
                "psr-4": {
1884
                    "Symfony\\Component\\Security\\Csrf\\": ""
1885
                },
1886
                "exclude-from-classmap": [
1887
                    "/Tests/"
1888
                ]
1889
            },
1890
            "notification-url": "https://packagist.org/downloads/",
1891
            "license": [
1892
                "MIT"
1893
            ],
1894
            "authors": [
1895
                {
1896
                    "name": "Fabien Potencier",
1897
                    "email": "[email protected]"
1898
                },
1899
                {
1900
                    "name": "Symfony Community",
1901
                    "homepage": "https://symfony.com/contributors"
1902
                }
1903
            ],
1904
            "description": "Symfony Security Component - CSRF Library",
1905
            "homepage": "https://symfony.com",
1906
            "time": "2016-03-10 11:16:56"
1907
        },
1908
        {
1909
            "name": "symfony/stopwatch",
1910
            "version": "v3.1.0",
1911
            "source": {
1912
                "type": "git",
1913
                "url": "https://github.com/symfony/stopwatch.git",
1914
                "reference": "4670f122fa32a4900003a6802f6b8575f3f0b17e"
1915
            },
1916
            "dist": {
1917
                "type": "zip",
1918
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4670f122fa32a4900003a6802f6b8575f3f0b17e",
1919
                "reference": "4670f122fa32a4900003a6802f6b8575f3f0b17e",
1920
                "shasum": ""
1921
            },
1922
            "require": {
1923
                "php": ">=5.5.9"
1924
            },
1925
            "type": "library",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "3.1-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "psr-4": {
1933
                    "Symfony\\Component\\Stopwatch\\": ""
1934
                },
1935
                "exclude-from-classmap": [
1936
                    "/Tests/"
1937
                ]
1938
            },
1939
            "notification-url": "https://packagist.org/downloads/",
1940
            "license": [
1941
                "MIT"
1942
            ],
1943
            "authors": [
1944
                {
1945
                    "name": "Fabien Potencier",
1946
                    "email": "[email protected]"
1947
                },
1948
                {
1949
                    "name": "Symfony Community",
1950
                    "homepage": "https://symfony.com/contributors"
1951
                }
1952
            ],
1953
            "description": "Symfony Stopwatch Component",
1954
            "homepage": "https://symfony.com",
1955
            "time": "2016-03-04 07:56:56"
1956
        },
1957
        {
1958
            "name": "symfony/templating",
1959
            "version": "v3.1.0",
1960
            "source": {
1961
                "type": "git",
1962
                "url": "https://github.com/symfony/templating.git",
1963
                "reference": "710a9d568d231c84152e055d9b79851a6fff099c"
1964
            },
1965
            "dist": {
1966
                "type": "zip",
1967
                "url": "https://api.github.com/repos/symfony/templating/zipball/710a9d568d231c84152e055d9b79851a6fff099c",
1968
                "reference": "710a9d568d231c84152e055d9b79851a6fff099c",
1969
                "shasum": ""
1970
            },
1971
            "require": {
1972
                "php": ">=5.5.9"
1973
            },
1974
            "require-dev": {
1975
                "psr/log": "~1.0"
1976
            },
1977
            "suggest": {
1978
                "psr/log": "For using debug logging in loaders"
1979
            },
1980
            "type": "library",
1981
            "extra": {
1982
                "branch-alias": {
1983
                    "dev-master": "3.1-dev"
1984
                }
1985
            },
1986
            "autoload": {
1987
                "psr-4": {
1988
                    "Symfony\\Component\\Templating\\": ""
1989
                },
1990
                "exclude-from-classmap": [
1991
                    "/Tests/"
1992
                ]
1993
            },
1994
            "notification-url": "https://packagist.org/downloads/",
1995
            "license": [
1996
                "MIT"
1997
            ],
1998
            "authors": [
1999
                {
2000
                    "name": "Fabien Potencier",
2001
                    "email": "[email protected]"
2002
                },
2003
                {
2004
                    "name": "Symfony Community",
2005
                    "homepage": "https://symfony.com/contributors"
2006
                }
2007
            ],
2008
            "description": "Symfony Templating Component",
2009
            "homepage": "https://symfony.com",
2010
            "time": "2016-03-27 16:15:51"
2011
        },
2012
        {
2013
            "name": "symfony/translation",
2014
            "version": "v3.1.0",
2015
            "source": {
2016
                "type": "git",
2017
                "url": "https://github.com/symfony/translation.git",
2018
                "reference": "0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff"
2019
            },
2020
            "dist": {
2021
                "type": "zip",
2022
                "url": "https://api.github.com/repos/symfony/translation/zipball/0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff",
2023
                "reference": "0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff",
2024
                "shasum": ""
2025
            },
2026
            "require": {
2027
                "php": ">=5.5.9",
2028
                "symfony/polyfill-mbstring": "~1.0"
2029
            },
2030
            "conflict": {
2031
                "symfony/config": "<2.8"
2032
            },
2033
            "require-dev": {
2034
                "psr/log": "~1.0",
2035
                "symfony/config": "~2.8|~3.0",
2036
                "symfony/intl": "~2.8|~3.0",
2037
                "symfony/yaml": "~2.8|~3.0"
2038
            },
2039
            "suggest": {
2040
                "psr/log": "To use logging capability in translator",
2041
                "symfony/config": "",
2042
                "symfony/yaml": ""
2043
            },
2044
            "type": "library",
2045
            "extra": {
2046
                "branch-alias": {
2047
                    "dev-master": "3.1-dev"
2048
                }
2049
            },
2050
            "autoload": {
2051
                "psr-4": {
2052
                    "Symfony\\Component\\Translation\\": ""
2053
                },
2054
                "exclude-from-classmap": [
2055
                    "/Tests/"
2056
                ]
2057
            },
2058
            "notification-url": "https://packagist.org/downloads/",
2059
            "license": [
2060
                "MIT"
2061
            ],
2062
            "authors": [
2063
                {
2064
                    "name": "Fabien Potencier",
2065
                    "email": "[email protected]"
2066
                },
2067
                {
2068
                    "name": "Symfony Community",
2069
                    "homepage": "https://symfony.com/contributors"
2070
                }
2071
            ],
2072
            "description": "Symfony Translation Component",
2073
            "homepage": "https://symfony.com",
2074
            "time": "2016-05-12 18:19:29"
2075
        },
2076
        {
2077
            "name": "zendframework/zend-code",
2078
            "version": "2.6.3",
2079
            "source": {
2080
                "type": "git",
2081
                "url": "https://github.com/zendframework/zend-code.git",
2082
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
2083
            },
2084
            "dist": {
2085
                "type": "zip",
2086
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
2087
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
2088
                "shasum": ""
2089
            },
2090
            "require": {
2091
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
2092
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
2093
            },
2094
            "require-dev": {
2095
                "doctrine/annotations": "~1.0",
2096
                "fabpot/php-cs-fixer": "1.7.*",
2097
                "phpunit/phpunit": "^4.8.21",
2098
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2099
            },
2100
            "suggest": {
2101
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2102
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
2103
            },
2104
            "type": "library",
2105
            "extra": {
2106
                "branch-alias": {
2107
                    "dev-master": "2.6-dev",
2108
                    "dev-develop": "2.7-dev"
2109
                }
2110
            },
2111
            "autoload": {
2112
                "psr-4": {
2113
                    "Zend\\Code\\": "src/"
2114
                }
2115
            },
2116
            "notification-url": "https://packagist.org/downloads/",
2117
            "license": [
2118
                "BSD-3-Clause"
2119
            ],
2120
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
2121
            "homepage": "https://github.com/zendframework/zend-code",
2122
            "keywords": [
2123
                "code",
2124
                "zf2"
2125
            ],
2126
            "time": "2016-04-20 17:26:42"
2127
        },
2128
        {
2129
            "name": "zendframework/zend-eventmanager",
2130
            "version": "3.0.1",
2131
            "source": {
2132
                "type": "git",
2133
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2134
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
2135
            },
2136
            "dist": {
2137
                "type": "zip",
2138
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
2139
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
2140
                "shasum": ""
2141
            },
2142
            "require": {
2143
                "php": "^5.5 || ^7.0"
2144
            },
2145
            "require-dev": {
2146
                "athletic/athletic": "^0.1",
2147
                "container-interop/container-interop": "^1.1.0",
2148
                "phpunit/phpunit": "~4.0",
2149
                "squizlabs/php_codesniffer": "^2.0",
2150
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
2151
            },
2152
            "suggest": {
2153
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2154
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2155
            },
2156
            "type": "library",
2157
            "extra": {
2158
                "branch-alias": {
2159
                    "dev-master": "3.0-dev",
2160
                    "dev-develop": "3.1-dev"
2161
                }
2162
            },
2163
            "autoload": {
2164
                "psr-4": {
2165
                    "Zend\\EventManager\\": "src/"
2166
                }
2167
            },
2168
            "notification-url": "https://packagist.org/downloads/",
2169
            "license": [
2170
                "BSD-3-Clause"
2171
            ],
2172
            "description": "Trigger and listen to events within a PHP application",
2173
            "homepage": "https://github.com/zendframework/zend-eventmanager",
2174
            "keywords": [
2175
                "event",
2176
                "eventmanager",
2177
                "events",
2178
                "zf2"
2179
            ],
2180
            "time": "2016-02-18 20:53:00"
2181
        }
2182
    ],
2183
    "packages-dev": [
2184
        {
2185
            "name": "atoum/atoum",
2186
            "version": "2.7.0",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/atoum/atoum.git",
2190
                "reference": "1d442459f3afd96375cf8b12f663c3e18253882d"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/atoum/atoum/zipball/1d442459f3afd96375cf8b12f663c3e18253882d",
2195
                "reference": "1d442459f3afd96375cf8b12f663c3e18253882d",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "ext-hash": "*",
2200
                "ext-json": "*",
2201
                "ext-session": "*",
2202
                "ext-tokenizer": "*",
2203
                "ext-xml": "*",
2204
                "php": ">=5.3.3"
2205
            },
2206
            "replace": {
2207
                "mageekguy/atoum": "*"
2208
            },
2209
            "suggest": {
2210
                "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
2211
                "ext-mbstring": "Provides support for UTF-8 strings"
2212
            },
2213
            "bin": [
2214
                "bin/atoum"
2215
            ],
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "2.x-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "classmap": [
2224
                    "classes/"
2225
                ]
2226
            },
2227
            "notification-url": "https://packagist.org/downloads/",
2228
            "license": [
2229
                "BSD-3-Clause"
2230
            ],
2231
            "authors": [
2232
                {
2233
                    "name": "Frédéric Hardy",
2234
                    "email": "[email protected]",
2235
                    "homepage": "http://blog.mageekbox.net"
2236
                },
2237
                {
2238
                    "name": "François Dussert",
2239
                    "email": "[email protected]"
2240
                },
2241
                {
2242
                    "name": "Gérald Croes",
2243
                    "email": "[email protected]"
2244
                },
2245
                {
2246
                    "name": "Julien Bianchi",
2247
                    "email": "[email protected]"
2248
                },
2249
                {
2250
                    "name": "Ludovic Fleury",
2251
                    "email": "[email protected]"
2252
                }
2253
            ],
2254
            "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
2255
            "homepage": "http://www.atoum.org",
2256
            "keywords": [
2257
                "TDD",
2258
                "atoum",
2259
                "test",
2260
                "unit testing"
2261
            ],
2262
            "time": "2016-05-20 19:50:04"
2263
        },
2264
        {
2265
            "name": "ptachoire/cssembed",
2266
            "version": "v1.0.2",
2267
            "source": {
2268
                "type": "git",
2269
                "url": "https://github.com/krichprollsch/phpCssEmbed.git",
2270
                "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b"
2271
            },
2272
            "dist": {
2273
                "type": "zip",
2274
                "url": "https://api.github.com/repos/krichprollsch/phpCssEmbed/zipball/406c6d5b846cafa9186f9944a6210d0e6fed154b",
2275
                "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b",
2276
                "shasum": ""
2277
            },
2278
            "require": {
2279
                "php": ">=5.3.0"
2280
            },
2281
            "type": "library",
2282
            "autoload": {
2283
                "psr-0": {
2284
                    "CssEmbed": "src/"
2285
                }
2286
            },
2287
            "notification-url": "https://packagist.org/downloads/",
2288
            "license": [
2289
                "MIT"
2290
            ],
2291
            "authors": [
2292
                {
2293
                    "name": "Pierre Tachoire",
2294
                    "email": "[email protected]"
2295
                }
2296
            ],
2297
            "description": "Css url embed library.",
2298
            "homepage": "https://github.com/krichprollsch/phpCssEmbed",
2299
            "keywords": [
2300
                "css",
2301
                "url"
2302
            ],
2303
            "time": "2013-07-22 20:01:48"
2304
        },
2305
        {
2306
            "name": "raulfraile/ladybug",
2307
            "version": "v1.0.13",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/raulfraile/ladybug.git",
2311
                "reference": "40a15f3d1c2644d7dcc3721c7609a32401494a9f"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/raulfraile/ladybug/zipball/40a15f3d1c2644d7dcc3721c7609a32401494a9f",
2316
                "reference": "40a15f3d1c2644d7dcc3721c7609a32401494a9f",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.3.9",
2321
                "ptachoire/cssembed": "v1.0.2",
2322
                "raulfraile/ladybug-plugin-extra": "~1.0.0",
2323
                "raulfraile/ladybug-theme-modern": ">=1.0.7,<2.0",
2324
                "symfony/config": ">=2.0",
2325
                "symfony/console": ">=2.0",
2326
                "symfony/dependency-injection": ">=2.0",
2327
                "symfony/finder": ">=2.0",
2328
                "twig/twig": ">=1.7.0"
2329
            },
2330
            "require-dev": {
2331
                "jms/serializer": ">=0.11.0",
2332
                "mockery/mockery": "0.9.1",
2333
                "phpdocumentor/reflection-docblock": "2.0.0",
2334
                "phpunit/phpunit": "~4.0",
2335
                "symfony/dom-crawler": ">=2.0.4"
2336
            },
2337
            "suggest": {
2338
                "jms/serializer": "Required to serialize data to XML and JSON",
2339
                "phpdocumentor/reflection-docblock": "Required to display object methods description",
2340
                "symfony/yaml": "Required to serialize data to YAML format"
2341
            },
2342
            "type": "library",
2343
            "autoload": {
2344
                "psr-0": {
2345
                    "Ladybug\\Theme": [
2346
                        "../ladybug-themes",
2347
                        "data/themes"
2348
                    ],
2349
                    "Ladybug\\Plugin": [
2350
                        "../ladybug-plugins",
2351
                        "data/plugins"
2352
                    ],
2353
                    "Ladybug": "src/"
2354
                }
2355
            },
2356
            "notification-url": "https://packagist.org/downloads/",
2357
            "license": [
2358
                "MIT"
2359
            ],
2360
            "authors": [
2361
                {
2362
                    "name": "Raul Fraile",
2363
                    "email": "[email protected]",
2364
                    "homepage": "http://www.raulfb.com/",
2365
                    "role": "Developer"
2366
                }
2367
            ],
2368
            "description": "Simple and Extensible PHP Dumper",
2369
            "homepage": "https://github.com/raulfraile/ladybug",
2370
            "keywords": [
2371
                "dump",
2372
                "dumper",
2373
                "ladybug",
2374
                "print_r",
2375
                "var_dump"
2376
            ],
2377
            "time": "2015-12-23 08:33:11"
2378
        },
2379
        {
2380
            "name": "raulfraile/ladybug-installer",
2381
            "version": "v1.0.1",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/raulfraile/ladybug-installer.git",
2385
                "reference": "04f38f50cac673d3ca93de9c0805889e37804b33"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/raulfraile/ladybug-installer/zipball/04f38f50cac673d3ca93de9c0805889e37804b33",
2390
                "reference": "04f38f50cac673d3ca93de9c0805889e37804b33",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "composer-plugin-api": "*"
2395
            },
2396
            "require-dev": {
2397
                "composer/composer": "1.*",
2398
                "mockery/mockery": "0.8.0"
2399
            },
2400
            "type": "composer-plugin",
2401
            "extra": {
2402
                "class": "\\Ladybug\\LadybugPlugin"
2403
            },
2404
            "autoload": {
2405
                "psr-0": {
2406
                    "Ladybug": [
2407
                        "src/"
2408
                    ]
2409
                }
2410
            },
2411
            "notification-url": "https://packagist.org/downloads/",
2412
            "license": [
2413
                "MIT"
2414
            ],
2415
            "description": "Unified installer for ladybug addons",
2416
            "keywords": [
2417
                "installer",
2418
                "ladybug",
2419
                "plugins",
2420
                "themes"
2421
            ],
2422
            "time": "2013-09-21 23:28:23"
2423
        },
2424
        {
2425
            "name": "raulfraile/ladybug-plugin-extra",
2426
            "version": "v1.0.1",
2427
            "target-dir": "Ladybug/Plugin/Extra",
2428
            "source": {
2429
                "type": "git",
2430
                "url": "https://github.com/raulfraile/ladybug-plugin-extra.git",
2431
                "reference": "d240770a4c610e26657e5edc0edaace6d07187b2"
2432
            },
2433
            "dist": {
2434
                "type": "zip",
2435
                "url": "https://api.github.com/repos/raulfraile/ladybug-plugin-extra/zipball/d240770a4c610e26657e5edc0edaace6d07187b2",
2436
                "reference": "d240770a4c610e26657e5edc0edaace6d07187b2",
2437
                "shasum": ""
2438
            },
2439
            "require": {
2440
                "raulfraile/ladybug-installer": "~1.0"
2441
            },
2442
            "require-dev": {
2443
                "mockery/mockery": "0.8.0",
2444
                "raulfraile/ladybug": "~1.0.0"
2445
            },
2446
            "type": "ladybug-plugin",
2447
            "extra": {
2448
                "ladybug_name": "Extra"
2449
            },
2450
            "autoload": {
2451
                "psr-0": {
2452
                    "Ladybug\\Plugin\\Extra\\": ""
2453
                },
2454
                "files": [
2455
                    "Resources/php/helpers.php"
2456
                ]
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "MIT"
2461
            ],
2462
            "description": "Extra plugin for ladybug",
2463
            "keywords": [
2464
                "ladybug",
2465
                "plugin"
2466
            ],
2467
            "time": "2013-09-29 10:19:08"
2468
        },
2469
        {
2470
            "name": "raulfraile/ladybug-theme-modern",
2471
            "version": "v1.0.7",
2472
            "source": {
2473
                "type": "git",
2474
                "url": "https://github.com/raulfraile/ladybug-theme-modern.git",
2475
                "reference": "0271ed62bc45397be9e346c9c19a0ae0d811ef8e"
2476
            },
2477
            "dist": {
2478
                "type": "zip",
2479
                "url": "https://api.github.com/repos/raulfraile/ladybug-theme-modern/zipball/0271ed62bc45397be9e346c9c19a0ae0d811ef8e",
2480
                "reference": "0271ed62bc45397be9e346c9c19a0ae0d811ef8e",
2481
                "shasum": ""
2482
            },
2483
            "require": {
2484
                "raulfraile/ladybug-installer": "~1.0.0"
2485
            },
2486
            "type": "ladybug-theme",
2487
            "extra": {
2488
                "ladybug_name": "Modern"
2489
            },
2490
            "notification-url": "https://packagist.org/downloads/",
2491
            "license": [
2492
                "MIT"
2493
            ],
2494
            "description": "Theme 'modern' for ladybug",
2495
            "keywords": [
2496
                "dump",
2497
                "ladybug",
2498
                "print_r",
2499
                "theme",
2500
                "var_dump"
2501
            ],
2502
            "time": "2014-08-21 08:27:46"
2503
        },
2504
        {
2505
            "name": "symfony/console",
2506
            "version": "v3.1.0",
2507
            "source": {
2508
                "type": "git",
2509
                "url": "https://github.com/symfony/console.git",
2510
                "reference": "f62db5b8afec27073a4609b8c84b1f9936652259"
2511
            },
2512
            "dist": {
2513
                "type": "zip",
2514
                "url": "https://api.github.com/repos/symfony/console/zipball/f62db5b8afec27073a4609b8c84b1f9936652259",
2515
                "reference": "f62db5b8afec27073a4609b8c84b1f9936652259",
2516
                "shasum": ""
2517
            },
2518
            "require": {
2519
                "php": ">=5.5.9",
2520
                "symfony/polyfill-mbstring": "~1.0"
2521
            },
2522
            "require-dev": {
2523
                "psr/log": "~1.0",
2524
                "symfony/event-dispatcher": "~2.8|~3.0",
2525
                "symfony/process": "~2.8|~3.0"
2526
            },
2527
            "suggest": {
2528
                "psr/log": "For using the console logger",
2529
                "symfony/event-dispatcher": "",
2530
                "symfony/process": ""
2531
            },
2532
            "type": "library",
2533
            "extra": {
2534
                "branch-alias": {
2535
                    "dev-master": "3.1-dev"
2536
                }
2537
            },
2538
            "autoload": {
2539
                "psr-4": {
2540
                    "Symfony\\Component\\Console\\": ""
2541
                },
2542
                "exclude-from-classmap": [
2543
                    "/Tests/"
2544
                ]
2545
            },
2546
            "notification-url": "https://packagist.org/downloads/",
2547
            "license": [
2548
                "MIT"
2549
            ],
2550
            "authors": [
2551
                {
2552
                    "name": "Fabien Potencier",
2553
                    "email": "[email protected]"
2554
                },
2555
                {
2556
                    "name": "Symfony Community",
2557
                    "homepage": "https://symfony.com/contributors"
2558
                }
2559
            ],
2560
            "description": "Symfony Console Component",
2561
            "homepage": "https://symfony.com",
2562
            "time": "2016-05-30 06:58:39"
2563
        },
2564
        {
2565
            "name": "twig/twig",
2566
            "version": "v1.24.1",
2567
            "source": {
2568
                "type": "git",
2569
                "url": "https://github.com/twigphp/Twig.git",
2570
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
2571
            },
2572
            "dist": {
2573
                "type": "zip",
2574
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
2575
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
2576
                "shasum": ""
2577
            },
2578
            "require": {
2579
                "php": ">=5.2.7"
2580
            },
2581
            "require-dev": {
2582
                "symfony/debug": "~2.7",
2583
                "symfony/phpunit-bridge": "~2.7"
2584
            },
2585
            "type": "library",
2586
            "extra": {
2587
                "branch-alias": {
2588
                    "dev-master": "1.24-dev"
2589
                }
2590
            },
2591
            "autoload": {
2592
                "psr-0": {
2593
                    "Twig_": "lib/"
2594
                }
2595
            },
2596
            "notification-url": "https://packagist.org/downloads/",
2597
            "license": [
2598
                "BSD-3-Clause"
2599
            ],
2600
            "authors": [
2601
                {
2602
                    "name": "Fabien Potencier",
2603
                    "email": "[email protected]",
2604
                    "homepage": "http://fabien.potencier.org",
2605
                    "role": "Lead Developer"
2606
                },
2607
                {
2608
                    "name": "Armin Ronacher",
2609
                    "email": "[email protected]",
2610
                    "role": "Project Founder"
2611
                },
2612
                {
2613
                    "name": "Twig Team",
2614
                    "homepage": "http://twig.sensiolabs.org/contributors",
2615
                    "role": "Contributors"
2616
                }
2617
            ],
2618
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2619
            "homepage": "http://twig.sensiolabs.org",
2620
            "keywords": [
2621
                "templating"
2622
            ],
2623
            "time": "2016-05-30 09:11:59"
2624
        }
2625
    ],
2626
    "aliases": [],
2627
    "minimum-stability": "stable",
2628
    "stability-flags": {
2629
        "atoum/atoum": 0
2630
    },
2631
    "prefer-stable": false,
2632
    "prefer-lowest": false,
2633
    "platform": [],
2634
    "platform-dev": []
2635
}
2636