Completed
Push — master ( 84a201...5ecaf6 )
by Julien
04:13 queued 01:31
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": "bce678d8bed9906dd8c80032cee95f57",
8
    "content-hash": "c6f718c808ba99a5f5efda443e5285f9",
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/lexer",
80
            "version": "v1.0.1",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/lexer.git",
84
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
89
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": ">=5.3.2"
94
            },
95
            "type": "library",
96
            "extra": {
97
                "branch-alias": {
98
                    "dev-master": "1.0.x-dev"
99
                }
100
            },
101
            "autoload": {
102
                "psr-0": {
103
                    "Doctrine\\Common\\Lexer\\": "lib/"
104
                }
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Roman Borschel",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Guilherme Blanco",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Johannes Schmitt",
121
                    "email": "[email protected]"
122
                }
123
            ],
124
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
125
            "homepage": "http://www.doctrine-project.org",
126
            "keywords": [
127
                "lexer",
128
                "parser"
129
            ],
130
            "time": "2014-09-09 13:34:57"
131
        },
132
        {
133
            "name": "giggsey/libphonenumber-for-php",
134
            "version": "7.3.1",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
138
                "reference": "848269d74ff1f2433dad747c0b0f96317205548d"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/848269d74ff1f2433dad747c0b0f96317205548d",
143
                "reference": "848269d74ff1f2433dad747c0b0f96317205548d",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "ext-mbstring": "*"
148
            },
149
            "require-dev": {
150
                "pear/pear-core-minimal": "^1.9",
151
                "pear/pear_exception": "^1.0",
152
                "pear/versioncontrol_git": "dev-master",
153
                "phing/phing": "~2.7",
154
                "phpunit/phpunit": "~4.0",
155
                "satooshi/php-coveralls": "~0.6",
156
                "symfony/console": "^2.5"
157
            },
158
            "suggest": {
159
                "ext-intl": "To use the geocoder and carrier mapping"
160
            },
161
            "type": "library",
162
            "extra": {
163
                "branch-alias": {
164
                    "dev-master": "7.x-dev"
165
                }
166
            },
167
            "autoload": {
168
                "psr-0": {
169
                    "libphonenumber": "src/"
170
                }
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "Apache-2.0"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Joshua Gigg",
179
                    "email": "[email protected]",
180
                    "homepage": "http://giggsey.com/"
181
                }
182
            ],
183
            "description": "PHP Port of Google's libphonenumber",
184
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
185
            "keywords": [
186
                "geocoding",
187
                "geolocation",
188
                "libphonenumber",
189
                "mobile",
190
                "phonenumber",
191
                "validation"
192
            ],
193
            "time": "2016-04-21 10:06:43"
194
        },
195
        {
196
            "name": "guzzlehttp/guzzle",
197
            "version": "6.1.0",
198
            "source": {
199
                "type": "git",
200
                "url": "https://github.com/guzzle/guzzle.git",
201
                "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81"
202
            },
203
            "dist": {
204
                "type": "zip",
205
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
206
                "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
207
                "shasum": ""
208
            },
209
            "require": {
210
                "guzzlehttp/promises": "~1.0",
211
                "guzzlehttp/psr7": "~1.1",
212
                "php": ">=5.5.0"
213
            },
214
            "require-dev": {
215
                "ext-curl": "*",
216
                "phpunit/phpunit": "~4.0",
217
                "psr/log": "~1.0"
218
            },
219
            "type": "library",
220
            "extra": {
221
                "branch-alias": {
222
                    "dev-master": "6.1-dev"
223
                }
224
            },
225
            "autoload": {
226
                "files": [
227
                    "src/functions_include.php"
228
                ],
229
                "psr-4": {
230
                    "GuzzleHttp\\": "src/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Michael Dowling",
240
                    "email": "[email protected]",
241
                    "homepage": "https://github.com/mtdowling"
242
                }
243
            ],
244
            "description": "Guzzle is a PHP HTTP client library",
245
            "homepage": "http://guzzlephp.org/",
246
            "keywords": [
247
                "client",
248
                "curl",
249
                "framework",
250
                "http",
251
                "http client",
252
                "rest",
253
                "web service"
254
            ],
255
            "time": "2015-09-08 17:36:26"
256
        },
257
        {
258
            "name": "guzzlehttp/promises",
259
            "version": "1.0.3",
260
            "source": {
261
                "type": "git",
262
                "url": "https://github.com/guzzle/promises.git",
263
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
264
            },
265
            "dist": {
266
                "type": "zip",
267
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
268
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
269
                "shasum": ""
270
            },
271
            "require": {
272
                "php": ">=5.5.0"
273
            },
274
            "require-dev": {
275
                "phpunit/phpunit": "~4.0"
276
            },
277
            "type": "library",
278
            "extra": {
279
                "branch-alias": {
280
                    "dev-master": "1.0-dev"
281
                }
282
            },
283
            "autoload": {
284
                "psr-4": {
285
                    "GuzzleHttp\\Promise\\": "src/"
286
                },
287
                "files": [
288
                    "src/functions_include.php"
289
                ]
290
            },
291
            "notification-url": "https://packagist.org/downloads/",
292
            "license": [
293
                "MIT"
294
            ],
295
            "authors": [
296
                {
297
                    "name": "Michael Dowling",
298
                    "email": "[email protected]",
299
                    "homepage": "https://github.com/mtdowling"
300
                }
301
            ],
302
            "description": "Guzzle promises library",
303
            "keywords": [
304
                "promise"
305
            ],
306
            "time": "2015-10-15 22:28:00"
307
        },
308
        {
309
            "name": "guzzlehttp/psr7",
310
            "version": "1.2.0",
311
            "source": {
312
                "type": "git",
313
                "url": "https://github.com/guzzle/psr7.git",
314
                "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"
315
            },
316
            "dist": {
317
                "type": "zip",
318
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
319
                "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
320
                "shasum": ""
321
            },
322
            "require": {
323
                "php": ">=5.4.0",
324
                "psr/http-message": "~1.0"
325
            },
326
            "provide": {
327
                "psr/http-message-implementation": "1.0"
328
            },
329
            "require-dev": {
330
                "phpunit/phpunit": "~4.0"
331
            },
332
            "type": "library",
333
            "extra": {
334
                "branch-alias": {
335
                    "dev-master": "1.0-dev"
336
                }
337
            },
338
            "autoload": {
339
                "psr-4": {
340
                    "GuzzleHttp\\Psr7\\": "src/"
341
                },
342
                "files": [
343
                    "src/functions_include.php"
344
                ]
345
            },
346
            "notification-url": "https://packagist.org/downloads/",
347
            "license": [
348
                "MIT"
349
            ],
350
            "authors": [
351
                {
352
                    "name": "Michael Dowling",
353
                    "email": "[email protected]",
354
                    "homepage": "https://github.com/mtdowling"
355
                }
356
            ],
357
            "description": "PSR-7 message implementation",
358
            "keywords": [
359
                "http",
360
                "message",
361
                "stream",
362
                "uri"
363
            ],
364
            "time": "2015-08-15 19:32:36"
365
        },
366
        {
367
            "name": "ircmaxell/password-compat",
368
            "version": "v1.0.4",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/ircmaxell/password_compat.git",
372
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
373
            },
374
            "dist": {
375
                "type": "zip",
376
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
377
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
378
                "shasum": ""
379
            },
380
            "require-dev": {
381
                "phpunit/phpunit": "4.*"
382
            },
383
            "type": "library",
384
            "autoload": {
385
                "files": [
386
                    "lib/password.php"
387
                ]
388
            },
389
            "notification-url": "https://packagist.org/downloads/",
390
            "license": [
391
                "MIT"
392
            ],
393
            "authors": [
394
                {
395
                    "name": "Anthony Ferrara",
396
                    "email": "[email protected]",
397
                    "homepage": "http://blog.ircmaxell.com"
398
                }
399
            ],
400
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
401
            "homepage": "https://github.com/ircmaxell/password_compat",
402
            "keywords": [
403
                "hashing",
404
                "password"
405
            ],
406
            "time": "2014-11-20 16:49:30"
407
        },
408
        {
409
            "name": "misd/phone-number-bundle",
410
            "version": "v1.1.2",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
414
                "reference": "0430caf2f7b0d2c0b0d4eac0918a0d3550fda451"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/0430caf2f7b0d2c0b0d4eac0918a0d3550fda451",
419
                "reference": "0430caf2f7b0d2c0b0d4eac0918a0d3550fda451",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0",
424
                "php": ">=5.3.3",
425
                "symfony/framework-bundle": "~2.1|~3.0"
426
            },
427
            "conflict": {
428
                "twig/twig": "<1.12.0"
429
            },
430
            "require-dev": {
431
                "doctrine/doctrine-bundle": "~1.0",
432
                "jms/serializer-bundle": "~0.11|~1.0",
433
                "phpunit/phpunit": "~4.0",
434
                "symfony/form": "~2.3|~3.0",
435
                "symfony/templating": "~2.1|~3.0",
436
                "symfony/twig-bundle": "~2.1|~3.0",
437
                "symfony/validator": "~2.1|~3.0"
438
            },
439
            "suggest": {
440
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
441
                "jms/serializer-bundle": "Serialize/deserialize phone numbers",
442
                "symfony/form": "Add a data transformer",
443
                "symfony/templating": "Format phone numbers in templates",
444
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
445
                "symfony/validator": "Add a validation constraint"
446
            },
447
            "type": "symfony-bundle",
448
            "extra": {
449
                "branch-alias": {
450
                    "dev-master": "1.1.x-dev"
451
                }
452
            },
453
            "autoload": {
454
                "psr-4": {
455
                    "Misd\\PhoneNumberBundle\\": ""
456
                }
457
            },
458
            "notification-url": "https://packagist.org/downloads/",
459
            "license": [
460
                "MIT"
461
            ],
462
            "description": "Integrates libphonenumber into your Symfony2 application",
463
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
464
            "keywords": [
465
                "bundle",
466
                "libphonenumber",
467
                "phone-number",
468
                "phonenumber",
469
                "telephone number"
470
            ],
471
            "time": "2016-03-31 08:42:16"
472
        },
473
        {
474
            "name": "ocramius/proxy-manager",
475
            "version": "1.0.2",
476
            "source": {
477
                "type": "git",
478
                "url": "https://github.com/Ocramius/ProxyManager.git",
479
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
480
            },
481
            "dist": {
482
                "type": "zip",
483
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
484
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
485
                "shasum": ""
486
            },
487
            "require": {
488
                "php": ">=5.3.3",
489
                "zendframework/zend-code": ">2.2.5,<3.0"
490
            },
491
            "require-dev": {
492
                "ext-phar": "*",
493
                "phpunit/phpunit": "~4.0",
494
                "squizlabs/php_codesniffer": "1.5.*"
495
            },
496
            "suggest": {
497
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
498
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
499
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
500
                "zendframework/zend-stdlib": "To use the hydrator proxy",
501
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
502
            },
503
            "type": "library",
504
            "extra": {
505
                "branch-alias": {
506
                    "dev-master": "2.0.x-dev"
507
                }
508
            },
509
            "autoload": {
510
                "psr-0": {
511
                    "ProxyManager\\": "src"
512
                }
513
            },
514
            "notification-url": "https://packagist.org/downloads/",
515
            "license": [
516
                "MIT"
517
            ],
518
            "authors": [
519
                {
520
                    "name": "Marco Pivetta",
521
                    "email": "[email protected]",
522
                    "homepage": "http://ocramius.github.com/"
523
                }
524
            ],
525
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
526
            "homepage": "https://github.com/Ocramius/ProxyManager",
527
            "keywords": [
528
                "aop",
529
                "lazy loading",
530
                "proxy",
531
                "proxy pattern",
532
                "service proxies"
533
            ],
534
            "time": "2015-08-09 04:28:19"
535
        },
536
        {
537
            "name": "paragonie/random_compat",
538
            "version": "v1.4.1",
539
            "source": {
540
                "type": "git",
541
                "url": "https://github.com/paragonie/random_compat.git",
542
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
543
            },
544
            "dist": {
545
                "type": "zip",
546
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
547
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
548
                "shasum": ""
549
            },
550
            "require": {
551
                "php": ">=5.2.0"
552
            },
553
            "require-dev": {
554
                "phpunit/phpunit": "4.*|5.*"
555
            },
556
            "suggest": {
557
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
558
            },
559
            "type": "library",
560
            "autoload": {
561
                "files": [
562
                    "lib/random.php"
563
                ]
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Paragon Initiative Enterprises",
572
                    "email": "[email protected]",
573
                    "homepage": "https://paragonie.com"
574
                }
575
            ],
576
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
577
            "keywords": [
578
                "csprng",
579
                "pseudorandom",
580
                "random"
581
            ],
582
            "time": "2016-03-18 20:34:03"
583
        },
584
        {
585
            "name": "psr/http-message",
586
            "version": "1.0",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/php-fig/http-message.git",
590
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
595
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.0"
600
            },
601
            "type": "library",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "1.0.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "psr-4": {
609
                    "Psr\\Http\\Message\\": "src/"
610
                }
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "PHP-FIG",
619
                    "homepage": "http://www.php-fig.org/"
620
                }
621
            ],
622
            "description": "Common interface for HTTP messages",
623
            "keywords": [
624
                "http",
625
                "http-message",
626
                "psr",
627
                "psr-7",
628
                "request",
629
                "response"
630
            ],
631
            "time": "2015-05-04 20:22:00"
632
        },
633
        {
634
            "name": "psr/log",
635
            "version": "1.0.0",
636
            "source": {
637
                "type": "git",
638
                "url": "https://github.com/php-fig/log.git",
639
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
640
            },
641
            "dist": {
642
                "type": "zip",
643
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
644
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
645
                "shasum": ""
646
            },
647
            "type": "library",
648
            "autoload": {
649
                "psr-0": {
650
                    "Psr\\Log\\": ""
651
                }
652
            },
653
            "notification-url": "https://packagist.org/downloads/",
654
            "license": [
655
                "MIT"
656
            ],
657
            "authors": [
658
                {
659
                    "name": "PHP-FIG",
660
                    "homepage": "http://www.php-fig.org/"
661
                }
662
            ],
663
            "description": "Common interface for logging libraries",
664
            "keywords": [
665
                "log",
666
                "psr",
667
                "psr-3"
668
            ],
669
            "time": "2012-12-21 11:40:51"
670
        },
671
        {
672
            "name": "symfony/asset",
673
            "version": "v2.8.4",
674
            "source": {
675
                "type": "git",
676
                "url": "https://github.com/symfony/asset.git",
677
                "reference": "ccc664fb5e7a284b2f13b061f285b740f9df103e"
678
            },
679
            "dist": {
680
                "type": "zip",
681
                "url": "https://api.github.com/repos/symfony/asset/zipball/ccc664fb5e7a284b2f13b061f285b740f9df103e",
682
                "reference": "ccc664fb5e7a284b2f13b061f285b740f9df103e",
683
                "shasum": ""
684
            },
685
            "require": {
686
                "php": ">=5.3.9"
687
            },
688
            "require-dev": {
689
                "symfony/http-foundation": "~2.4"
690
            },
691
            "suggest": {
692
                "symfony/http-foundation": ""
693
            },
694
            "type": "library",
695
            "extra": {
696
                "branch-alias": {
697
                    "dev-master": "2.8-dev"
698
                }
699
            },
700
            "autoload": {
701
                "psr-4": {
702
                    "Symfony\\Component\\Asset\\": ""
703
                },
704
                "exclude-from-classmap": [
705
                    "/Tests/"
706
                ]
707
            },
708
            "notification-url": "https://packagist.org/downloads/",
709
            "license": [
710
                "MIT"
711
            ],
712
            "authors": [
713
                {
714
                    "name": "Fabien Potencier",
715
                    "email": "[email protected]"
716
                },
717
                {
718
                    "name": "Symfony Community",
719
                    "homepage": "https://symfony.com/contributors"
720
                }
721
            ],
722
            "description": "Symfony Asset Component",
723
            "homepage": "https://symfony.com",
724
            "time": "2016-03-07 14:04:32"
725
        },
726
        {
727
            "name": "symfony/config",
728
            "version": "v2.7.5",
729
            "source": {
730
                "type": "git",
731
                "url": "https://github.com/symfony/config.git",
732
                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61"
733
            },
734
            "dist": {
735
                "type": "zip",
736
                "url": "https://api.github.com/repos/symfony/config/zipball/0327509ffd6d37354ec9acefcd946db7caaabdb7",
737
                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61",
738
                "shasum": ""
739
            },
740
            "require": {
741
                "php": ">=5.3.9",
742
                "symfony/filesystem": "~2.3"
743
            },
744
            "require-dev": {
745
                "symfony/phpunit-bridge": "~2.7"
746
            },
747
            "type": "library",
748
            "extra": {
749
                "branch-alias": {
750
                    "dev-master": "2.7-dev"
751
                }
752
            },
753
            "autoload": {
754
                "psr-4": {
755
                    "Symfony\\Component\\Config\\": ""
756
                }
757
            },
758
            "notification-url": "https://packagist.org/downloads/",
759
            "license": [
760
                "MIT"
761
            ],
762
            "authors": [
763
                {
764
                    "name": "Fabien Potencier",
765
                    "email": "[email protected]"
766
                },
767
                {
768
                    "name": "Symfony Community",
769
                    "homepage": "https://symfony.com/contributors"
770
                }
771
            ],
772
            "description": "Symfony Config Component",
773
            "homepage": "https://symfony.com",
774
            "time": "2015-09-21 15:02:29"
775
        },
776
        {
777
            "name": "symfony/debug",
778
            "version": "v2.8.4",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/symfony/debug.git",
782
                "reference": "056d028521c18f4932c421f1ffa4c74cd644cda8"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/symfony/debug/zipball/056d028521c18f4932c421f1ffa4c74cd644cda8",
787
                "reference": "056d028521c18f4932c421f1ffa4c74cd644cda8",
788
                "shasum": ""
789
            },
790
            "require": {
791
                "php": ">=5.3.9",
792
                "psr/log": "~1.0"
793
            },
794
            "conflict": {
795
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
796
            },
797
            "require-dev": {
798
                "symfony/class-loader": "~2.2|~3.0.0",
799
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
800
            },
801
            "type": "library",
802
            "extra": {
803
                "branch-alias": {
804
                    "dev-master": "2.8-dev"
805
                }
806
            },
807
            "autoload": {
808
                "psr-4": {
809
                    "Symfony\\Component\\Debug\\": ""
810
                },
811
                "exclude-from-classmap": [
812
                    "/Tests/"
813
                ]
814
            },
815
            "notification-url": "https://packagist.org/downloads/",
816
            "license": [
817
                "MIT"
818
            ],
819
            "authors": [
820
                {
821
                    "name": "Fabien Potencier",
822
                    "email": "[email protected]"
823
                },
824
                {
825
                    "name": "Symfony Community",
826
                    "homepage": "https://symfony.com/contributors"
827
                }
828
            ],
829
            "description": "Symfony Debug Component",
830
            "homepage": "https://symfony.com",
831
            "time": "2016-03-16 15:31:59"
832
        },
833
        {
834
            "name": "symfony/dependency-injection",
835
            "version": "v2.7.5",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/symfony/dependency-injection.git",
839
                "reference": "422c3819b110f610d79c6f1dc38af23787dc790e"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/422c3819b110f610d79c6f1dc38af23787dc790e",
844
                "reference": "422c3819b110f610d79c6f1dc38af23787dc790e",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "php": ">=5.3.9"
849
            },
850
            "conflict": {
851
                "symfony/expression-language": "<2.6"
852
            },
853
            "require-dev": {
854
                "symfony/config": "~2.2",
855
                "symfony/expression-language": "~2.6",
856
                "symfony/phpunit-bridge": "~2.7",
857
                "symfony/yaml": "~2.1"
858
            },
859
            "suggest": {
860
                "symfony/config": "",
861
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
862
                "symfony/yaml": ""
863
            },
864
            "type": "library",
865
            "extra": {
866
                "branch-alias": {
867
                    "dev-master": "2.7-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-4": {
872
                    "Symfony\\Component\\DependencyInjection\\": ""
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "MIT"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Fabien Potencier",
882
                    "email": "[email protected]"
883
                },
884
                {
885
                    "name": "Symfony Community",
886
                    "homepage": "https://symfony.com/contributors"
887
                }
888
            ],
889
            "description": "Symfony DependencyInjection Component",
890
            "homepage": "https://symfony.com",
891
            "time": "2015-09-15 08:30:42"
892
        },
893
        {
894
            "name": "symfony/event-dispatcher",
895
            "version": "v2.8.4",
896
            "source": {
897
                "type": "git",
898
                "url": "https://github.com/symfony/event-dispatcher.git",
899
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87"
900
            },
901
            "dist": {
902
                "type": "zip",
903
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87",
904
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87",
905
                "shasum": ""
906
            },
907
            "require": {
908
                "php": ">=5.3.9"
909
            },
910
            "require-dev": {
911
                "psr/log": "~1.0",
912
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
913
                "symfony/dependency-injection": "~2.6|~3.0.0",
914
                "symfony/expression-language": "~2.6|~3.0.0",
915
                "symfony/stopwatch": "~2.3|~3.0.0"
916
            },
917
            "suggest": {
918
                "symfony/dependency-injection": "",
919
                "symfony/http-kernel": ""
920
            },
921
            "type": "library",
922
            "extra": {
923
                "branch-alias": {
924
                    "dev-master": "2.8-dev"
925
                }
926
            },
927
            "autoload": {
928
                "psr-4": {
929
                    "Symfony\\Component\\EventDispatcher\\": ""
930
                },
931
                "exclude-from-classmap": [
932
                    "/Tests/"
933
                ]
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "license": [
937
                "MIT"
938
            ],
939
            "authors": [
940
                {
941
                    "name": "Fabien Potencier",
942
                    "email": "[email protected]"
943
                },
944
                {
945
                    "name": "Symfony Community",
946
                    "homepage": "https://symfony.com/contributors"
947
                }
948
            ],
949
            "description": "Symfony EventDispatcher Component",
950
            "homepage": "https://symfony.com",
951
            "time": "2016-03-07 14:04:32"
952
        },
953
        {
954
            "name": "symfony/filesystem",
955
            "version": "v2.7.5",
956
            "source": {
957
                "type": "git",
958
                "url": "https://github.com/symfony/filesystem.git",
959
                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
960
            },
961
            "dist": {
962
                "type": "zip",
963
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
964
                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
965
                "shasum": ""
966
            },
967
            "require": {
968
                "php": ">=5.3.9"
969
            },
970
            "require-dev": {
971
                "symfony/phpunit-bridge": "~2.7"
972
            },
973
            "type": "library",
974
            "extra": {
975
                "branch-alias": {
976
                    "dev-master": "2.7-dev"
977
                }
978
            },
979
            "autoload": {
980
                "psr-4": {
981
                    "Symfony\\Component\\Filesystem\\": ""
982
                }
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "MIT"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Fabien Potencier",
991
                    "email": "[email protected]"
992
                },
993
                {
994
                    "name": "Symfony Community",
995
                    "homepage": "https://symfony.com/contributors"
996
                }
997
            ],
998
            "description": "Symfony Filesystem Component",
999
            "homepage": "https://symfony.com",
1000
            "time": "2015-09-09 17:42:36"
1001
        },
1002
        {
1003
            "name": "symfony/finder",
1004
            "version": "v2.7.5",
1005
            "source": {
1006
                "type": "git",
1007
                "url": "https://github.com/symfony/finder.git",
1008
                "reference": "8262ab605973afbb3ef74b945daabf086f58366f"
1009
            },
1010
            "dist": {
1011
                "type": "zip",
1012
                "url": "https://api.github.com/repos/symfony/finder/zipball/8262ab605973afbb3ef74b945daabf086f58366f",
1013
                "reference": "8262ab605973afbb3ef74b945daabf086f58366f",
1014
                "shasum": ""
1015
            },
1016
            "require": {
1017
                "php": ">=5.3.9"
1018
            },
1019
            "require-dev": {
1020
                "symfony/phpunit-bridge": "~2.7"
1021
            },
1022
            "type": "library",
1023
            "extra": {
1024
                "branch-alias": {
1025
                    "dev-master": "2.7-dev"
1026
                }
1027
            },
1028
            "autoload": {
1029
                "psr-4": {
1030
                    "Symfony\\Component\\Finder\\": ""
1031
                }
1032
            },
1033
            "notification-url": "https://packagist.org/downloads/",
1034
            "license": [
1035
                "MIT"
1036
            ],
1037
            "authors": [
1038
                {
1039
                    "name": "Fabien Potencier",
1040
                    "email": "[email protected]"
1041
                },
1042
                {
1043
                    "name": "Symfony Community",
1044
                    "homepage": "https://symfony.com/contributors"
1045
                }
1046
            ],
1047
            "description": "Symfony Finder Component",
1048
            "homepage": "https://symfony.com",
1049
            "time": "2015-09-19 19:59:23"
1050
        },
1051
        {
1052
            "name": "symfony/framework-bundle",
1053
            "version": "v2.7.11",
1054
            "source": {
1055
                "type": "git",
1056
                "url": "https://github.com/symfony/framework-bundle.git",
1057
                "reference": "bdcf98c0c89ffe3defd82b4e1898f495528e457f"
1058
            },
1059
            "dist": {
1060
                "type": "zip",
1061
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/bdcf98c0c89ffe3defd82b4e1898f495528e457f",
1062
                "reference": "bdcf98c0c89ffe3defd82b4e1898f495528e457f",
1063
                "shasum": ""
1064
            },
1065
            "require": {
1066
                "doctrine/annotations": "~1.0",
1067
                "php": ">=5.3.9",
1068
                "symfony/asset": "~2.7",
1069
                "symfony/config": "~2.4",
1070
                "symfony/dependency-injection": "~2.6,>=2.6.2",
1071
                "symfony/event-dispatcher": "~2.5",
1072
                "symfony/filesystem": "~2.3",
1073
                "symfony/finder": "~2.0,>=2.0.5",
1074
                "symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
1075
                "symfony/http-kernel": "~2.7",
1076
                "symfony/routing": "~2.6,>2.6.4",
1077
                "symfony/security-core": "~2.6.13|~2.7.9|~2.8",
1078
                "symfony/security-csrf": "~2.6",
1079
                "symfony/stopwatch": "~2.3",
1080
                "symfony/templating": "~2.1",
1081
                "symfony/translation": "~2.7"
1082
            },
1083
            "require-dev": {
1084
                "symfony/browser-kit": "~2.4",
1085
                "symfony/class-loader": "~2.1",
1086
                "symfony/console": "~2.7",
1087
                "symfony/css-selector": "~2.0,>=2.0.5",
1088
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1089
                "symfony/expression-language": "~2.6",
1090
                "symfony/form": "~2.7,>=2.7.2",
1091
                "symfony/intl": "~2.3",
1092
                "symfony/process": "~2.0,>=2.0.5",
1093
                "symfony/security": "~2.6",
1094
                "symfony/validator": "~2.5",
1095
                "symfony/yaml": "~2.0,>=2.0.5"
1096
            },
1097
            "suggest": {
1098
                "doctrine/cache": "For using alternative cache drivers",
1099
                "symfony/console": "For using the console commands",
1100
                "symfony/form": "For using forms",
1101
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
1102
                "symfony/serializer": "For using the serializer service",
1103
                "symfony/validator": "For using validation",
1104
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1105
            },
1106
            "type": "symfony-bundle",
1107
            "extra": {
1108
                "branch-alias": {
1109
                    "dev-master": "2.7-dev"
1110
                }
1111
            },
1112
            "autoload": {
1113
                "psr-4": {
1114
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1115
                },
1116
                "exclude-from-classmap": [
1117
                    "/Tests/"
1118
                ]
1119
            },
1120
            "notification-url": "https://packagist.org/downloads/",
1121
            "license": [
1122
                "MIT"
1123
            ],
1124
            "authors": [
1125
                {
1126
                    "name": "Fabien Potencier",
1127
                    "email": "[email protected]"
1128
                },
1129
                {
1130
                    "name": "Symfony Community",
1131
                    "homepage": "https://symfony.com/contributors"
1132
                }
1133
            ],
1134
            "description": "Symfony FrameworkBundle",
1135
            "homepage": "https://symfony.com",
1136
            "time": "2016-03-24 11:33:34"
1137
        },
1138
        {
1139
            "name": "symfony/http-foundation",
1140
            "version": "v2.8.4",
1141
            "source": {
1142
                "type": "git",
1143
                "url": "https://github.com/symfony/http-foundation.git",
1144
                "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4"
1145
            },
1146
            "dist": {
1147
                "type": "zip",
1148
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/06d6b2c755b2f34ce21e688b62072e9c625709c4",
1149
                "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4",
1150
                "shasum": ""
1151
            },
1152
            "require": {
1153
                "php": ">=5.3.9",
1154
                "symfony/polyfill-mbstring": "~1.1",
1155
                "symfony/polyfill-php54": "~1.0",
1156
                "symfony/polyfill-php55": "~1.0"
1157
            },
1158
            "require-dev": {
1159
                "symfony/expression-language": "~2.4|~3.0.0"
1160
            },
1161
            "type": "library",
1162
            "extra": {
1163
                "branch-alias": {
1164
                    "dev-master": "2.8-dev"
1165
                }
1166
            },
1167
            "autoload": {
1168
                "psr-4": {
1169
                    "Symfony\\Component\\HttpFoundation\\": ""
1170
                },
1171
                "exclude-from-classmap": [
1172
                    "/Tests/"
1173
                ]
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "MIT"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "Fabien Potencier",
1182
                    "email": "[email protected]"
1183
                },
1184
                {
1185
                    "name": "Symfony Community",
1186
                    "homepage": "https://symfony.com/contributors"
1187
                }
1188
            ],
1189
            "description": "Symfony HttpFoundation Component",
1190
            "homepage": "https://symfony.com",
1191
            "time": "2016-03-27 12:57:53"
1192
        },
1193
        {
1194
            "name": "symfony/http-kernel",
1195
            "version": "v2.8.4",
1196
            "source": {
1197
                "type": "git",
1198
                "url": "https://github.com/symfony/http-kernel.git",
1199
                "reference": "2c45576fee2eb228d4771342a05b0565e4711ba2"
1200
            },
1201
            "dist": {
1202
                "type": "zip",
1203
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c45576fee2eb228d4771342a05b0565e4711ba2",
1204
                "reference": "2c45576fee2eb228d4771342a05b0565e4711ba2",
1205
                "shasum": ""
1206
            },
1207
            "require": {
1208
                "php": ">=5.3.9",
1209
                "psr/log": "~1.0",
1210
                "symfony/debug": "~2.6,>=2.6.2",
1211
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
1212
                "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0"
1213
            },
1214
            "conflict": {
1215
                "symfony/config": "<2.7"
1216
            },
1217
            "require-dev": {
1218
                "symfony/browser-kit": "~2.3|~3.0.0",
1219
                "symfony/class-loader": "~2.1|~3.0.0",
1220
                "symfony/config": "~2.8",
1221
                "symfony/console": "~2.3|~3.0.0",
1222
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
1223
                "symfony/dependency-injection": "~2.8|~3.0.0",
1224
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
1225
                "symfony/expression-language": "~2.4|~3.0.0",
1226
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
1227
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
1228
                "symfony/routing": "~2.8|~3.0.0",
1229
                "symfony/stopwatch": "~2.3|~3.0.0",
1230
                "symfony/templating": "~2.2|~3.0.0",
1231
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
1232
                "symfony/var-dumper": "~2.6|~3.0.0"
1233
            },
1234
            "suggest": {
1235
                "symfony/browser-kit": "",
1236
                "symfony/class-loader": "",
1237
                "symfony/config": "",
1238
                "symfony/console": "",
1239
                "symfony/dependency-injection": "",
1240
                "symfony/finder": "",
1241
                "symfony/var-dumper": ""
1242
            },
1243
            "type": "library",
1244
            "extra": {
1245
                "branch-alias": {
1246
                    "dev-master": "2.8-dev"
1247
                }
1248
            },
1249
            "autoload": {
1250
                "psr-4": {
1251
                    "Symfony\\Component\\HttpKernel\\": ""
1252
                },
1253
                "exclude-from-classmap": [
1254
                    "/Tests/"
1255
                ]
1256
            },
1257
            "notification-url": "https://packagist.org/downloads/",
1258
            "license": [
1259
                "MIT"
1260
            ],
1261
            "authors": [
1262
                {
1263
                    "name": "Fabien Potencier",
1264
                    "email": "[email protected]"
1265
                },
1266
                {
1267
                    "name": "Symfony Community",
1268
                    "homepage": "https://symfony.com/contributors"
1269
                }
1270
            ],
1271
            "description": "Symfony HttpKernel Component",
1272
            "homepage": "https://symfony.com",
1273
            "time": "2016-03-25 01:40:30"
1274
        },
1275
        {
1276
            "name": "symfony/polyfill-mbstring",
1277
            "version": "v1.1.1",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1281
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1286
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "php": ">=5.3.3"
1291
            },
1292
            "suggest": {
1293
                "ext-mbstring": "For best performance"
1294
            },
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "1.1-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "psr-4": {
1303
                    "Symfony\\Polyfill\\Mbstring\\": ""
1304
                },
1305
                "files": [
1306
                    "bootstrap.php"
1307
                ]
1308
            },
1309
            "notification-url": "https://packagist.org/downloads/",
1310
            "license": [
1311
                "MIT"
1312
            ],
1313
            "authors": [
1314
                {
1315
                    "name": "Nicolas Grekas",
1316
                    "email": "[email protected]"
1317
                },
1318
                {
1319
                    "name": "Symfony Community",
1320
                    "homepage": "https://symfony.com/contributors"
1321
                }
1322
            ],
1323
            "description": "Symfony polyfill for the Mbstring extension",
1324
            "homepage": "https://symfony.com",
1325
            "keywords": [
1326
                "compatibility",
1327
                "mbstring",
1328
                "polyfill",
1329
                "portable",
1330
                "shim"
1331
            ],
1332
            "time": "2016-01-20 09:13:37"
1333
        },
1334
        {
1335
            "name": "symfony/polyfill-php54",
1336
            "version": "v1.1.1",
1337
            "source": {
1338
                "type": "git",
1339
                "url": "https://github.com/symfony/polyfill-php54.git",
1340
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
1341
            },
1342
            "dist": {
1343
                "type": "zip",
1344
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
1345
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
1346
                "shasum": ""
1347
            },
1348
            "require": {
1349
                "php": ">=5.3.3"
1350
            },
1351
            "type": "library",
1352
            "extra": {
1353
                "branch-alias": {
1354
                    "dev-master": "1.1-dev"
1355
                }
1356
            },
1357
            "autoload": {
1358
                "psr-4": {
1359
                    "Symfony\\Polyfill\\Php54\\": ""
1360
                },
1361
                "files": [
1362
                    "bootstrap.php"
1363
                ],
1364
                "classmap": [
1365
                    "Resources/stubs"
1366
                ]
1367
            },
1368
            "notification-url": "https://packagist.org/downloads/",
1369
            "license": [
1370
                "MIT"
1371
            ],
1372
            "authors": [
1373
                {
1374
                    "name": "Nicolas Grekas",
1375
                    "email": "[email protected]"
1376
                },
1377
                {
1378
                    "name": "Symfony Community",
1379
                    "homepage": "https://symfony.com/contributors"
1380
                }
1381
            ],
1382
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1383
            "homepage": "https://symfony.com",
1384
            "keywords": [
1385
                "compatibility",
1386
                "polyfill",
1387
                "portable",
1388
                "shim"
1389
            ],
1390
            "time": "2016-01-25 19:13:00"
1391
        },
1392
        {
1393
            "name": "symfony/polyfill-php55",
1394
            "version": "v1.1.1",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/symfony/polyfill-php55.git",
1398
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
1403
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "ircmaxell/password-compat": "~1.0",
1408
                "php": ">=5.3.3"
1409
            },
1410
            "type": "library",
1411
            "extra": {
1412
                "branch-alias": {
1413
                    "dev-master": "1.1-dev"
1414
                }
1415
            },
1416
            "autoload": {
1417
                "psr-4": {
1418
                    "Symfony\\Polyfill\\Php55\\": ""
1419
                },
1420
                "files": [
1421
                    "bootstrap.php"
1422
                ]
1423
            },
1424
            "notification-url": "https://packagist.org/downloads/",
1425
            "license": [
1426
                "MIT"
1427
            ],
1428
            "authors": [
1429
                {
1430
                    "name": "Nicolas Grekas",
1431
                    "email": "[email protected]"
1432
                },
1433
                {
1434
                    "name": "Symfony Community",
1435
                    "homepage": "https://symfony.com/contributors"
1436
                }
1437
            ],
1438
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1439
            "homepage": "https://symfony.com",
1440
            "keywords": [
1441
                "compatibility",
1442
                "polyfill",
1443
                "portable",
1444
                "shim"
1445
            ],
1446
            "time": "2016-01-20 09:13:37"
1447
        },
1448
        {
1449
            "name": "symfony/polyfill-php56",
1450
            "version": "v1.1.1",
1451
            "source": {
1452
                "type": "git",
1453
                "url": "https://github.com/symfony/polyfill-php56.git",
1454
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
1455
            },
1456
            "dist": {
1457
                "type": "zip",
1458
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
1459
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
1460
                "shasum": ""
1461
            },
1462
            "require": {
1463
                "php": ">=5.3.3",
1464
                "symfony/polyfill-util": "~1.0"
1465
            },
1466
            "type": "library",
1467
            "extra": {
1468
                "branch-alias": {
1469
                    "dev-master": "1.1-dev"
1470
                }
1471
            },
1472
            "autoload": {
1473
                "psr-4": {
1474
                    "Symfony\\Polyfill\\Php56\\": ""
1475
                },
1476
                "files": [
1477
                    "bootstrap.php"
1478
                ]
1479
            },
1480
            "notification-url": "https://packagist.org/downloads/",
1481
            "license": [
1482
                "MIT"
1483
            ],
1484
            "authors": [
1485
                {
1486
                    "name": "Nicolas Grekas",
1487
                    "email": "[email protected]"
1488
                },
1489
                {
1490
                    "name": "Symfony Community",
1491
                    "homepage": "https://symfony.com/contributors"
1492
                }
1493
            ],
1494
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1495
            "homepage": "https://symfony.com",
1496
            "keywords": [
1497
                "compatibility",
1498
                "polyfill",
1499
                "portable",
1500
                "shim"
1501
            ],
1502
            "time": "2016-01-20 09:13:37"
1503
        },
1504
        {
1505
            "name": "symfony/polyfill-php70",
1506
            "version": "v1.1.1",
1507
            "source": {
1508
                "type": "git",
1509
                "url": "https://github.com/symfony/polyfill-php70.git",
1510
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
1511
            },
1512
            "dist": {
1513
                "type": "zip",
1514
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
1515
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
1516
                "shasum": ""
1517
            },
1518
            "require": {
1519
                "paragonie/random_compat": "~1.0",
1520
                "php": ">=5.3.3"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "1.1-dev"
1526
                }
1527
            },
1528
            "autoload": {
1529
                "psr-4": {
1530
                    "Symfony\\Polyfill\\Php70\\": ""
1531
                },
1532
                "files": [
1533
                    "bootstrap.php"
1534
                ],
1535
                "classmap": [
1536
                    "Resources/stubs"
1537
                ]
1538
            },
1539
            "notification-url": "https://packagist.org/downloads/",
1540
            "license": [
1541
                "MIT"
1542
            ],
1543
            "authors": [
1544
                {
1545
                    "name": "Nicolas Grekas",
1546
                    "email": "[email protected]"
1547
                },
1548
                {
1549
                    "name": "Symfony Community",
1550
                    "homepage": "https://symfony.com/contributors"
1551
                }
1552
            ],
1553
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1554
            "homepage": "https://symfony.com",
1555
            "keywords": [
1556
                "compatibility",
1557
                "polyfill",
1558
                "portable",
1559
                "shim"
1560
            ],
1561
            "time": "2016-01-28 22:42:02"
1562
        },
1563
        {
1564
            "name": "symfony/polyfill-util",
1565
            "version": "v1.1.1",
1566
            "source": {
1567
                "type": "git",
1568
                "url": "https://github.com/symfony/polyfill-util.git",
1569
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
1570
            },
1571
            "dist": {
1572
                "type": "zip",
1573
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1574
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1575
                "shasum": ""
1576
            },
1577
            "require": {
1578
                "php": ">=5.3.3"
1579
            },
1580
            "type": "library",
1581
            "extra": {
1582
                "branch-alias": {
1583
                    "dev-master": "1.1-dev"
1584
                }
1585
            },
1586
            "autoload": {
1587
                "psr-4": {
1588
                    "Symfony\\Polyfill\\Util\\": ""
1589
                }
1590
            },
1591
            "notification-url": "https://packagist.org/downloads/",
1592
            "license": [
1593
                "MIT"
1594
            ],
1595
            "authors": [
1596
                {
1597
                    "name": "Nicolas Grekas",
1598
                    "email": "[email protected]"
1599
                },
1600
                {
1601
                    "name": "Symfony Community",
1602
                    "homepage": "https://symfony.com/contributors"
1603
                }
1604
            ],
1605
            "description": "Symfony utilities for portability of PHP codes",
1606
            "homepage": "https://symfony.com",
1607
            "keywords": [
1608
                "compat",
1609
                "compatibility",
1610
                "polyfill",
1611
                "shim"
1612
            ],
1613
            "time": "2016-01-20 09:13:37"
1614
        },
1615
        {
1616
            "name": "symfony/routing",
1617
            "version": "v2.8.4",
1618
            "source": {
1619
                "type": "git",
1620
                "url": "https://github.com/symfony/routing.git",
1621
                "reference": "d7d4a20cb55a90a06c0070d1a360e5ac606306ef"
1622
            },
1623
            "dist": {
1624
                "type": "zip",
1625
                "url": "https://api.github.com/repos/symfony/routing/zipball/d7d4a20cb55a90a06c0070d1a360e5ac606306ef",
1626
                "reference": "d7d4a20cb55a90a06c0070d1a360e5ac606306ef",
1627
                "shasum": ""
1628
            },
1629
            "require": {
1630
                "php": ">=5.3.9"
1631
            },
1632
            "conflict": {
1633
                "symfony/config": "<2.7"
1634
            },
1635
            "require-dev": {
1636
                "doctrine/annotations": "~1.0",
1637
                "doctrine/common": "~2.2",
1638
                "psr/log": "~1.0",
1639
                "symfony/config": "~2.7|~3.0.0",
1640
                "symfony/expression-language": "~2.4|~3.0.0",
1641
                "symfony/http-foundation": "~2.3|~3.0.0",
1642
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
1643
            },
1644
            "suggest": {
1645
                "doctrine/annotations": "For using the annotation loader",
1646
                "symfony/config": "For using the all-in-one router or any loader",
1647
                "symfony/dependency-injection": "For loading routes from a service",
1648
                "symfony/expression-language": "For using expression matching",
1649
                "symfony/http-foundation": "For using a Symfony Request object",
1650
                "symfony/yaml": "For using the YAML loader"
1651
            },
1652
            "type": "library",
1653
            "extra": {
1654
                "branch-alias": {
1655
                    "dev-master": "2.8-dev"
1656
                }
1657
            },
1658
            "autoload": {
1659
                "psr-4": {
1660
                    "Symfony\\Component\\Routing\\": ""
1661
                },
1662
                "exclude-from-classmap": [
1663
                    "/Tests/"
1664
                ]
1665
            },
1666
            "notification-url": "https://packagist.org/downloads/",
1667
            "license": [
1668
                "MIT"
1669
            ],
1670
            "authors": [
1671
                {
1672
                    "name": "Fabien Potencier",
1673
                    "email": "[email protected]"
1674
                },
1675
                {
1676
                    "name": "Symfony Community",
1677
                    "homepage": "https://symfony.com/contributors"
1678
                }
1679
            ],
1680
            "description": "Symfony Routing Component",
1681
            "homepage": "https://symfony.com",
1682
            "keywords": [
1683
                "router",
1684
                "routing",
1685
                "uri",
1686
                "url"
1687
            ],
1688
            "time": "2016-03-23 13:11:46"
1689
        },
1690
        {
1691
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-2403: Unauthorized access on a misconfigured Ldap server when using an empty password
Loading history...
1692
            "version": "v2.8.4",
1693
            "source": {
1694
                "type": "git",
1695
                "url": "https://github.com/symfony/security-core.git",
1696
                "reference": "be0fe2836787532cefb97166cf010d5ef752c49c"
1697
            },
1698
            "dist": {
1699
                "type": "zip",
1700
                "url": "https://api.github.com/repos/symfony/security-core/zipball/be0fe2836787532cefb97166cf010d5ef752c49c",
1701
                "reference": "be0fe2836787532cefb97166cf010d5ef752c49c",
1702
                "shasum": ""
1703
            },
1704
            "require": {
1705
                "php": ">=5.3.9",
1706
                "symfony/polyfill-php55": "~1.0",
1707
                "symfony/polyfill-php56": "~1.0",
1708
                "symfony/polyfill-php70": "~1.0",
1709
                "symfony/polyfill-util": "~1.0"
1710
            },
1711
            "require-dev": {
1712
                "psr/log": "~1.0",
1713
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1714
                "symfony/expression-language": "~2.6|~3.0.0",
1715
                "symfony/http-foundation": "~2.4|~3.0.0",
1716
                "symfony/ldap": "~2.8|~3.0.0",
1717
                "symfony/validator": "~2.5,>=2.5.9|~3.0.0"
1718
            },
1719
            "suggest": {
1720
                "symfony/event-dispatcher": "",
1721
                "symfony/expression-language": "For using the expression voter",
1722
                "symfony/http-foundation": "",
1723
                "symfony/ldap": "For using LDAP integration",
1724
                "symfony/validator": "For using the user password constraint"
1725
            },
1726
            "type": "library",
1727
            "extra": {
1728
                "branch-alias": {
1729
                    "dev-master": "2.8-dev"
1730
                }
1731
            },
1732
            "autoload": {
1733
                "psr-4": {
1734
                    "Symfony\\Component\\Security\\Core\\": ""
1735
                },
1736
                "exclude-from-classmap": [
1737
                    "/Tests/"
1738
                ]
1739
            },
1740
            "notification-url": "https://packagist.org/downloads/",
1741
            "license": [
1742
                "MIT"
1743
            ],
1744
            "authors": [
1745
                {
1746
                    "name": "Fabien Potencier",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Symfony Community",
1751
                    "homepage": "https://symfony.com/contributors"
1752
                }
1753
            ],
1754
            "description": "Symfony Security Component - Core Library",
1755
            "homepage": "https://symfony.com",
1756
            "time": "2016-03-07 14:04:32"
1757
        },
1758
        {
1759
            "name": "symfony/security-csrf",
1760
            "version": "v2.8.4",
1761
            "source": {
1762
                "type": "git",
1763
                "url": "https://github.com/symfony/security-csrf.git",
1764
                "reference": "817f35960621fdf3e29ce557cfcb70d3dae903c9"
1765
            },
1766
            "dist": {
1767
                "type": "zip",
1768
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/817f35960621fdf3e29ce557cfcb70d3dae903c9",
1769
                "reference": "817f35960621fdf3e29ce557cfcb70d3dae903c9",
1770
                "shasum": ""
1771
            },
1772
            "require": {
1773
                "php": ">=5.3.9",
1774
                "symfony/polyfill-php56": "~1.0",
1775
                "symfony/polyfill-php70": "~1.0",
1776
                "symfony/security-core": "~2.4|~3.0.0"
1777
            },
1778
            "require-dev": {
1779
                "symfony/http-foundation": "~2.1|~3.0.0"
1780
            },
1781
            "suggest": {
1782
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1783
            },
1784
            "type": "library",
1785
            "extra": {
1786
                "branch-alias": {
1787
                    "dev-master": "2.8-dev"
1788
                }
1789
            },
1790
            "autoload": {
1791
                "psr-4": {
1792
                    "Symfony\\Component\\Security\\Csrf\\": ""
1793
                },
1794
                "exclude-from-classmap": [
1795
                    "/Tests/"
1796
                ]
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "MIT"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Fabien Potencier",
1805
                    "email": "[email protected]"
1806
                },
1807
                {
1808
                    "name": "Symfony Community",
1809
                    "homepage": "https://symfony.com/contributors"
1810
                }
1811
            ],
1812
            "description": "Symfony Security Component - CSRF Library",
1813
            "homepage": "https://symfony.com",
1814
            "time": "2016-03-07 14:04:32"
1815
        },
1816
        {
1817
            "name": "symfony/stopwatch",
1818
            "version": "v2.8.4",
1819
            "source": {
1820
                "type": "git",
1821
                "url": "https://github.com/symfony/stopwatch.git",
1822
                "reference": "9e24824b2a9a16e17ab997f61d70bc03948e434e"
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e24824b2a9a16e17ab997f61d70bc03948e434e",
1827
                "reference": "9e24824b2a9a16e17ab997f61d70bc03948e434e",
1828
                "shasum": ""
1829
            },
1830
            "require": {
1831
                "php": ">=5.3.9"
1832
            },
1833
            "type": "library",
1834
            "extra": {
1835
                "branch-alias": {
1836
                    "dev-master": "2.8-dev"
1837
                }
1838
            },
1839
            "autoload": {
1840
                "psr-4": {
1841
                    "Symfony\\Component\\Stopwatch\\": ""
1842
                },
1843
                "exclude-from-classmap": [
1844
                    "/Tests/"
1845
                ]
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "MIT"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Fabien Potencier",
1854
                    "email": "[email protected]"
1855
                },
1856
                {
1857
                    "name": "Symfony Community",
1858
                    "homepage": "https://symfony.com/contributors"
1859
                }
1860
            ],
1861
            "description": "Symfony Stopwatch Component",
1862
            "homepage": "https://symfony.com",
1863
            "time": "2016-03-04 07:54:35"
1864
        },
1865
        {
1866
            "name": "symfony/templating",
1867
            "version": "v2.8.4",
1868
            "source": {
1869
                "type": "git",
1870
                "url": "https://github.com/symfony/templating.git",
1871
                "reference": "9a3eb3202f6d2feab53e77b97e3ed10c339972d7"
1872
            },
1873
            "dist": {
1874
                "type": "zip",
1875
                "url": "https://api.github.com/repos/symfony/templating/zipball/9a3eb3202f6d2feab53e77b97e3ed10c339972d7",
1876
                "reference": "9a3eb3202f6d2feab53e77b97e3ed10c339972d7",
1877
                "shasum": ""
1878
            },
1879
            "require": {
1880
                "php": ">=5.3.9"
1881
            },
1882
            "require-dev": {
1883
                "psr/log": "~1.0"
1884
            },
1885
            "suggest": {
1886
                "psr/log": "For using debug logging in loaders"
1887
            },
1888
            "type": "library",
1889
            "extra": {
1890
                "branch-alias": {
1891
                    "dev-master": "2.8-dev"
1892
                }
1893
            },
1894
            "autoload": {
1895
                "psr-4": {
1896
                    "Symfony\\Component\\Templating\\": ""
1897
                },
1898
                "exclude-from-classmap": [
1899
                    "/Tests/"
1900
                ]
1901
            },
1902
            "notification-url": "https://packagist.org/downloads/",
1903
            "license": [
1904
                "MIT"
1905
            ],
1906
            "authors": [
1907
                {
1908
                    "name": "Fabien Potencier",
1909
                    "email": "[email protected]"
1910
                },
1911
                {
1912
                    "name": "Symfony Community",
1913
                    "homepage": "https://symfony.com/contributors"
1914
                }
1915
            ],
1916
            "description": "Symfony Templating Component",
1917
            "homepage": "https://symfony.com",
1918
            "time": "2016-03-27 09:27:49"
1919
        },
1920
        {
1921
            "name": "symfony/translation",
1922
            "version": "v2.8.4",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/symfony/translation.git",
1926
                "reference": "d60b8e076d22953aabebeebda53bf334438e7aca"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/symfony/translation/zipball/d60b8e076d22953aabebeebda53bf334438e7aca",
1931
                "reference": "d60b8e076d22953aabebeebda53bf334438e7aca",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "php": ">=5.3.9",
1936
                "symfony/polyfill-mbstring": "~1.0"
1937
            },
1938
            "conflict": {
1939
                "symfony/config": "<2.7"
1940
            },
1941
            "require-dev": {
1942
                "psr/log": "~1.0",
1943
                "symfony/config": "~2.8",
1944
                "symfony/intl": "~2.4|~3.0.0",
1945
                "symfony/yaml": "~2.2|~3.0.0"
1946
            },
1947
            "suggest": {
1948
                "psr/log": "To use logging capability in translator",
1949
                "symfony/config": "",
1950
                "symfony/yaml": ""
1951
            },
1952
            "type": "library",
1953
            "extra": {
1954
                "branch-alias": {
1955
                    "dev-master": "2.8-dev"
1956
                }
1957
            },
1958
            "autoload": {
1959
                "psr-4": {
1960
                    "Symfony\\Component\\Translation\\": ""
1961
                },
1962
                "exclude-from-classmap": [
1963
                    "/Tests/"
1964
                ]
1965
            },
1966
            "notification-url": "https://packagist.org/downloads/",
1967
            "license": [
1968
                "MIT"
1969
            ],
1970
            "authors": [
1971
                {
1972
                    "name": "Fabien Potencier",
1973
                    "email": "[email protected]"
1974
                },
1975
                {
1976
                    "name": "Symfony Community",
1977
                    "homepage": "https://symfony.com/contributors"
1978
                }
1979
            ],
1980
            "description": "Symfony Translation Component",
1981
            "homepage": "https://symfony.com",
1982
            "time": "2016-03-25 01:40:30"
1983
        },
1984
        {
1985
            "name": "zendframework/zend-code",
1986
            "version": "2.5.2",
1987
            "source": {
1988
                "type": "git",
1989
                "url": "https://github.com/zendframework/zend-code.git",
1990
                "reference": "a97ef49f82496fabc3b7379b37f6bbff925b58b8"
1991
            },
1992
            "dist": {
1993
                "type": "zip",
1994
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/a97ef49f82496fabc3b7379b37f6bbff925b58b8",
1995
                "reference": "a97ef49f82496fabc3b7379b37f6bbff925b58b8",
1996
                "shasum": ""
1997
            },
1998
            "require": {
1999
                "php": ">=5.5",
2000
                "zendframework/zend-eventmanager": "~2.5"
2001
            },
2002
            "require-dev": {
2003
                "doctrine/common": ">=2.1",
2004
                "fabpot/php-cs-fixer": "1.7.*",
2005
                "phpunit/phpunit": "~4.0",
2006
                "zendframework/zend-stdlib": "~2.5",
2007
                "zendframework/zend-version": "~2.5"
2008
            },
2009
            "suggest": {
2010
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
2011
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
2012
            },
2013
            "type": "library",
2014
            "extra": {
2015
                "branch-alias": {
2016
                    "dev-master": "2.5-dev",
2017
                    "dev-develop": "2.6-dev"
2018
                }
2019
            },
2020
            "autoload": {
2021
                "psr-4": {
2022
                    "Zend\\Code\\": "src/"
2023
                }
2024
            },
2025
            "notification-url": "https://packagist.org/downloads/",
2026
            "license": [
2027
                "BSD-3-Clause"
2028
            ],
2029
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
2030
            "homepage": "https://github.com/zendframework/zend-code",
2031
            "keywords": [
2032
                "code",
2033
                "zf2"
2034
            ],
2035
            "time": "2015-07-21 22:40:59"
2036
        },
2037
        {
2038
            "name": "zendframework/zend-eventmanager",
2039
            "version": "2.5.2",
2040
            "source": {
2041
                "type": "git",
2042
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2043
                "reference": "135af03d07fd048c322259aab6611d2be290475c"
2044
            },
2045
            "dist": {
2046
                "type": "zip",
2047
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
2048
                "reference": "135af03d07fd048c322259aab6611d2be290475c",
2049
                "shasum": ""
2050
            },
2051
            "require": {
2052
                "php": ">=5.5",
2053
                "zendframework/zend-stdlib": "~2.5"
2054
            },
2055
            "require-dev": {
2056
                "fabpot/php-cs-fixer": "1.7.*",
2057
                "phpunit/phpunit": "~4.0"
2058
            },
2059
            "type": "library",
2060
            "extra": {
2061
                "branch-alias": {
2062
                    "dev-master": "2.5-dev",
2063
                    "dev-develop": "2.6-dev"
2064
                }
2065
            },
2066
            "autoload": {
2067
                "psr-4": {
2068
                    "Zend\\EventManager\\": "src/"
2069
                }
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "BSD-3-Clause"
2074
            ],
2075
            "homepage": "https://github.com/zendframework/zend-eventmanager",
2076
            "keywords": [
2077
                "eventmanager",
2078
                "zf2"
2079
            ],
2080
            "time": "2015-07-16 19:00:49"
2081
        },
2082
        {
2083
            "name": "zendframework/zend-hydrator",
2084
            "version": "1.0.0",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/zendframework/zend-hydrator.git",
2088
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f"
2089
            },
2090
            "dist": {
2091
                "type": "zip",
2092
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f",
2093
                "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f",
2094
                "shasum": ""
2095
            },
2096
            "require": {
2097
                "php": ">=5.5",
2098
                "zendframework/zend-stdlib": "^2.5.1"
2099
            },
2100
            "require-dev": {
2101
                "phpunit/phpunit": "~4.0",
2102
                "squizlabs/php_codesniffer": "^2.0@dev",
2103
                "zendframework/zend-eventmanager": "^2.5.1",
2104
                "zendframework/zend-filter": "^2.5.1",
2105
                "zendframework/zend-inputfilter": "^2.5.1",
2106
                "zendframework/zend-serializer": "^2.5.1",
2107
                "zendframework/zend-servicemanager": "^2.5.1"
2108
            },
2109
            "suggest": {
2110
                "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage",
2111
                "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage",
2112
                "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy",
2113
                "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage"
2114
            },
2115
            "type": "library",
2116
            "extra": {
2117
                "branch-alias": {
2118
                    "dev-master": "1.0-dev",
2119
                    "dev-develop": "1.1-dev"
2120
                }
2121
            },
2122
            "autoload": {
2123
                "psr-4": {
2124
                    "Zend\\Hydrator\\": "src/"
2125
                }
2126
            },
2127
            "notification-url": "https://packagist.org/downloads/",
2128
            "license": [
2129
                "BSD-3-Clause"
2130
            ],
2131
            "homepage": "https://github.com/zendframework/zend-hydrator",
2132
            "keywords": [
2133
                "hydrator",
2134
                "zf2"
2135
            ],
2136
            "time": "2015-09-17 14:06:43"
2137
        },
2138
        {
2139
            "name": "zendframework/zend-stdlib",
2140
            "version": "2.7.4",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/zendframework/zend-stdlib.git",
2144
                "reference": "cae029346a33663b998507f94962eb27de060683"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cae029346a33663b998507f94962eb27de060683",
2149
                "reference": "cae029346a33663b998507f94962eb27de060683",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": ">=5.5",
2154
                "zendframework/zend-hydrator": "~1.0"
2155
            },
2156
            "require-dev": {
2157
                "athletic/athletic": "~0.1",
2158
                "fabpot/php-cs-fixer": "1.7.*",
2159
                "phpunit/phpunit": "~4.0",
2160
                "zendframework/zend-config": "~2.5",
2161
                "zendframework/zend-eventmanager": "~2.5",
2162
                "zendframework/zend-filter": "~2.5",
2163
                "zendframework/zend-inputfilter": "~2.5",
2164
                "zendframework/zend-serializer": "~2.5",
2165
                "zendframework/zend-servicemanager": "~2.5"
2166
            },
2167
            "suggest": {
2168
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2169
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2170
                "zendframework/zend-serializer": "Zend\\Serializer component",
2171
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2172
            },
2173
            "type": "library",
2174
            "extra": {
2175
                "branch-alias": {
2176
                    "dev-master": "2.7-dev",
2177
                    "dev-develop": "2.8-dev"
2178
                }
2179
            },
2180
            "autoload": {
2181
                "psr-4": {
2182
                    "Zend\\Stdlib\\": "src/"
2183
                }
2184
            },
2185
            "notification-url": "https://packagist.org/downloads/",
2186
            "license": [
2187
                "BSD-3-Clause"
2188
            ],
2189
            "homepage": "https://github.com/zendframework/zend-stdlib",
2190
            "keywords": [
2191
                "stdlib",
2192
                "zf2"
2193
            ],
2194
            "time": "2015-10-15 15:57:32"
2195
        }
2196
    ],
2197
    "packages-dev": [
2198
        {
2199
            "name": "atoum/atoum",
2200
            "version": "2.2.2",
2201
            "source": {
2202
                "type": "git",
2203
                "url": "https://github.com/atoum/atoum.git",
2204
                "reference": "aeee39e47e319dcc74594c21d6e4db96cd3f9bc3"
2205
            },
2206
            "dist": {
2207
                "type": "zip",
2208
                "url": "https://api.github.com/repos/atoum/atoum/zipball/aeee39e47e319dcc74594c21d6e4db96cd3f9bc3",
2209
                "reference": "aeee39e47e319dcc74594c21d6e4db96cd3f9bc3",
2210
                "shasum": ""
2211
            },
2212
            "require": {
2213
                "ext-hash": "*",
2214
                "ext-json": "*",
2215
                "ext-session": "*",
2216
                "ext-tokenizer": "*",
2217
                "ext-xml": "*",
2218
                "php": ">=5.3.3"
2219
            },
2220
            "replace": {
2221
                "mageekguy/atoum": "*"
2222
            },
2223
            "suggest": {
2224
                "ext-mbstring": "Provides support for UTF-8 strings"
2225
            },
2226
            "bin": [
2227
                "bin/atoum"
2228
            ],
2229
            "type": "library",
2230
            "extra": {
2231
                "branch-alias": {
2232
                    "dev-master": "2.x-dev"
2233
                }
2234
            },
2235
            "autoload": {
2236
                "classmap": [
2237
                    "classes/"
2238
                ]
2239
            },
2240
            "notification-url": "https://packagist.org/downloads/",
2241
            "license": [
2242
                "BSD"
2243
            ],
2244
            "authors": [
2245
                {
2246
                    "name": "Frédéric Hardy",
2247
                    "email": "[email protected]",
2248
                    "homepage": "http://blog.mageekbox.net"
2249
                },
2250
                {
2251
                    "name": "François Dussert",
2252
                    "email": "[email protected]"
2253
                },
2254
                {
2255
                    "name": "Gérald Croes",
2256
                    "email": "[email protected]"
2257
                },
2258
                {
2259
                    "name": "Julien Bianchi",
2260
                    "email": "[email protected]"
2261
                },
2262
                {
2263
                    "name": "Ludovic Fleury",
2264
                    "email": "[email protected]"
2265
                }
2266
            ],
2267
            "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
2268
            "homepage": "http://www.atoum.org",
2269
            "keywords": [
2270
                "TDD",
2271
                "atoum",
2272
                "test",
2273
                "unit testing"
2274
            ],
2275
            "time": "2015-09-17 13:05:35"
2276
        },
2277
        {
2278
            "name": "ptachoire/cssembed",
2279
            "version": "v1.0.2",
2280
            "source": {
2281
                "type": "git",
2282
                "url": "https://github.com/krichprollsch/phpCssEmbed.git",
2283
                "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b"
2284
            },
2285
            "dist": {
2286
                "type": "zip",
2287
                "url": "https://api.github.com/repos/krichprollsch/phpCssEmbed/zipball/406c6d5b846cafa9186f9944a6210d0e6fed154b",
2288
                "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b",
2289
                "shasum": ""
2290
            },
2291
            "require": {
2292
                "php": ">=5.3.0"
2293
            },
2294
            "type": "library",
2295
            "autoload": {
2296
                "psr-0": {
2297
                    "CssEmbed": "src/"
2298
                }
2299
            },
2300
            "notification-url": "https://packagist.org/downloads/",
2301
            "license": [
2302
                "MIT"
2303
            ],
2304
            "authors": [
2305
                {
2306
                    "name": "Pierre Tachoire",
2307
                    "email": "[email protected]"
2308
                }
2309
            ],
2310
            "description": "Css url embed library.",
2311
            "homepage": "https://github.com/krichprollsch/phpCssEmbed",
2312
            "keywords": [
2313
                "css",
2314
                "url"
2315
            ],
2316
            "time": "2013-07-22 20:01:48"
2317
        },
2318
        {
2319
            "name": "raulfraile/ladybug",
2320
            "version": "v1.0.11",
2321
            "source": {
2322
                "type": "git",
2323
                "url": "https://github.com/raulfraile/ladybug.git",
2324
                "reference": "1fb36821c3e91bd9a030335df452b264811449bf"
2325
            },
2326
            "dist": {
2327
                "type": "zip",
2328
                "url": "https://api.github.com/repos/raulfraile/ladybug/zipball/1fb36821c3e91bd9a030335df452b264811449bf",
2329
                "reference": "1fb36821c3e91bd9a030335df452b264811449bf",
2330
                "shasum": ""
2331
            },
2332
            "require": {
2333
                "php": ">=5.3.9",
2334
                "ptachoire/cssembed": "v1.0.2",
2335
                "raulfraile/ladybug-plugin-extra": "~1.0.0",
2336
                "raulfraile/ladybug-theme-modern": ">=1.0.7,<2.0",
2337
                "symfony/config": ">=2.0",
2338
                "symfony/console": ">=2.0",
2339
                "symfony/dependency-injection": ">=2.0",
2340
                "symfony/finder": ">=2.0",
2341
                "twig/twig": ">=1.7.0"
2342
            },
2343
            "require-dev": {
2344
                "jms/serializer": ">=0.11.0",
2345
                "mockery/mockery": "0.9.1",
2346
                "phpdocumentor/reflection-docblock": "2.0.0",
2347
                "phpunit/phpunit": "~4.0",
2348
                "symfony/dom-crawler": ">=2.0.4"
2349
            },
2350
            "suggest": {
2351
                "jms/serializer": "Required to serialize data to XML and JSON",
2352
                "phpdocumentor/reflection-docblock": "Required to display object methods description",
2353
                "symfony/yaml": "Required to serialize data to YAML format"
2354
            },
2355
            "type": "library",
2356
            "autoload": {
2357
                "psr-0": {
2358
                    "Ladybug\\Theme": [
2359
                        "../ladybug-themes",
2360
                        "data/themes"
2361
                    ],
2362
                    "Ladybug\\Plugin": [
2363
                        "../ladybug-plugins",
2364
                        "data/plugins"
2365
                    ],
2366
                    "Ladybug": "src/"
2367
                }
2368
            },
2369
            "notification-url": "https://packagist.org/downloads/",
2370
            "license": [
2371
                "MIT"
2372
            ],
2373
            "authors": [
2374
                {
2375
                    "name": "Raul Fraile",
2376
                    "email": "[email protected]",
2377
                    "homepage": "http://www.raulfb.com/",
2378
                    "role": "Developer"
2379
                }
2380
            ],
2381
            "description": "Simple and Extensible PHP Dumper",
2382
            "homepage": "https://github.com/raulfraile/ladybug",
2383
            "keywords": [
2384
                "dump",
2385
                "dumper",
2386
                "ladybug",
2387
                "print_r",
2388
                "var_dump"
2389
            ],
2390
            "time": "2014-08-23 19:43:25"
2391
        },
2392
        {
2393
            "name": "raulfraile/ladybug-installer",
2394
            "version": "v1.0.1",
2395
            "source": {
2396
                "type": "git",
2397
                "url": "https://github.com/raulfraile/ladybug-installer.git",
2398
                "reference": "04f38f50cac673d3ca93de9c0805889e37804b33"
2399
            },
2400
            "dist": {
2401
                "type": "zip",
2402
                "url": "https://api.github.com/repos/raulfraile/ladybug-installer/zipball/04f38f50cac673d3ca93de9c0805889e37804b33",
2403
                "reference": "04f38f50cac673d3ca93de9c0805889e37804b33",
2404
                "shasum": ""
2405
            },
2406
            "require": {
2407
                "composer-plugin-api": "*"
2408
            },
2409
            "require-dev": {
2410
                "composer/composer": "1.*",
2411
                "mockery/mockery": "0.8.0"
2412
            },
2413
            "type": "composer-plugin",
2414
            "extra": {
2415
                "class": "\\Ladybug\\LadybugPlugin"
2416
            },
2417
            "autoload": {
2418
                "psr-0": {
2419
                    "Ladybug": [
2420
                        "src/"
2421
                    ]
2422
                }
2423
            },
2424
            "notification-url": "https://packagist.org/downloads/",
2425
            "license": [
2426
                "MIT"
2427
            ],
2428
            "description": "Unified installer for ladybug addons",
2429
            "keywords": [
2430
                "installer",
2431
                "ladybug",
2432
                "plugins",
2433
                "themes"
2434
            ],
2435
            "time": "2013-09-21 23:28:23"
2436
        },
2437
        {
2438
            "name": "raulfraile/ladybug-plugin-extra",
2439
            "version": "v1.0.1",
2440
            "target-dir": "Ladybug/Plugin/Extra",
2441
            "source": {
2442
                "type": "git",
2443
                "url": "https://github.com/raulfraile/ladybug-plugin-extra.git",
2444
                "reference": "d240770a4c610e26657e5edc0edaace6d07187b2"
2445
            },
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://api.github.com/repos/raulfraile/ladybug-plugin-extra/zipball/d240770a4c610e26657e5edc0edaace6d07187b2",
2449
                "reference": "d240770a4c610e26657e5edc0edaace6d07187b2",
2450
                "shasum": ""
2451
            },
2452
            "require": {
2453
                "raulfraile/ladybug-installer": "~1.0"
2454
            },
2455
            "require-dev": {
2456
                "mockery/mockery": "0.8.0",
2457
                "raulfraile/ladybug": "~1.0.0"
2458
            },
2459
            "type": "ladybug-plugin",
2460
            "extra": {
2461
                "ladybug_name": "Extra"
2462
            },
2463
            "autoload": {
2464
                "psr-0": {
2465
                    "Ladybug\\Plugin\\Extra\\": ""
2466
                },
2467
                "files": [
2468
                    "Resources/php/helpers.php"
2469
                ]
2470
            },
2471
            "notification-url": "https://packagist.org/downloads/",
2472
            "license": [
2473
                "MIT"
2474
            ],
2475
            "description": "Extra plugin for ladybug",
2476
            "keywords": [
2477
                "ladybug",
2478
                "plugin"
2479
            ],
2480
            "time": "2013-09-29 10:19:08"
2481
        },
2482
        {
2483
            "name": "raulfraile/ladybug-theme-modern",
2484
            "version": "v1.0.7",
2485
            "source": {
2486
                "type": "git",
2487
                "url": "https://github.com/raulfraile/ladybug-theme-modern.git",
2488
                "reference": "0271ed62bc45397be9e346c9c19a0ae0d811ef8e"
2489
            },
2490
            "dist": {
2491
                "type": "zip",
2492
                "url": "https://api.github.com/repos/raulfraile/ladybug-theme-modern/zipball/0271ed62bc45397be9e346c9c19a0ae0d811ef8e",
2493
                "reference": "0271ed62bc45397be9e346c9c19a0ae0d811ef8e",
2494
                "shasum": ""
2495
            },
2496
            "require": {
2497
                "raulfraile/ladybug-installer": "~1.0.0"
2498
            },
2499
            "type": "ladybug-theme",
2500
            "extra": {
2501
                "ladybug_name": "Modern"
2502
            },
2503
            "notification-url": "https://packagist.org/downloads/",
2504
            "license": [
2505
                "MIT"
2506
            ],
2507
            "description": "Theme 'modern' for ladybug",
2508
            "keywords": [
2509
                "dump",
2510
                "ladybug",
2511
                "print_r",
2512
                "theme",
2513
                "var_dump"
2514
            ],
2515
            "time": "2014-08-21 08:27:46"
2516
        },
2517
        {
2518
            "name": "symfony/console",
2519
            "version": "v2.7.5",
2520
            "source": {
2521
                "type": "git",
2522
                "url": "https://github.com/symfony/console.git",
2523
                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
2524
            },
2525
            "dist": {
2526
                "type": "zip",
2527
                "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
2528
                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
2529
                "shasum": ""
2530
            },
2531
            "require": {
2532
                "php": ">=5.3.9"
2533
            },
2534
            "require-dev": {
2535
                "psr/log": "~1.0",
2536
                "symfony/event-dispatcher": "~2.1",
2537
                "symfony/phpunit-bridge": "~2.7",
2538
                "symfony/process": "~2.1"
2539
            },
2540
            "suggest": {
2541
                "psr/log": "For using the console logger",
2542
                "symfony/event-dispatcher": "",
2543
                "symfony/process": ""
2544
            },
2545
            "type": "library",
2546
            "extra": {
2547
                "branch-alias": {
2548
                    "dev-master": "2.7-dev"
2549
                }
2550
            },
2551
            "autoload": {
2552
                "psr-4": {
2553
                    "Symfony\\Component\\Console\\": ""
2554
                }
2555
            },
2556
            "notification-url": "https://packagist.org/downloads/",
2557
            "license": [
2558
                "MIT"
2559
            ],
2560
            "authors": [
2561
                {
2562
                    "name": "Fabien Potencier",
2563
                    "email": "[email protected]"
2564
                },
2565
                {
2566
                    "name": "Symfony Community",
2567
                    "homepage": "https://symfony.com/contributors"
2568
                }
2569
            ],
2570
            "description": "Symfony Console Component",
2571
            "homepage": "https://symfony.com",
2572
            "time": "2015-09-25 08:32:23"
2573
        },
2574
        {
2575
            "name": "twig/twig",
2576
            "version": "v1.22.3",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/twigphp/Twig.git",
2580
                "reference": "ebfc36b7e77b0c1175afe30459cf943010245540"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ebfc36b7e77b0c1175afe30459cf943010245540",
2585
                "reference": "ebfc36b7e77b0c1175afe30459cf943010245540",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": ">=5.2.7"
2590
            },
2591
            "require-dev": {
2592
                "symfony/debug": "~2.7",
2593
                "symfony/phpunit-bridge": "~2.7"
2594
            },
2595
            "type": "library",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "1.22-dev"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "psr-0": {
2603
                    "Twig_": "lib/"
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "BSD-3-Clause"
2609
            ],
2610
            "authors": [
2611
                {
2612
                    "name": "Fabien Potencier",
2613
                    "email": "[email protected]",
2614
                    "homepage": "http://fabien.potencier.org",
2615
                    "role": "Lead Developer"
2616
                },
2617
                {
2618
                    "name": "Armin Ronacher",
2619
                    "email": "[email protected]",
2620
                    "role": "Project Founder"
2621
                },
2622
                {
2623
                    "name": "Twig Team",
2624
                    "homepage": "http://twig.sensiolabs.org/contributors",
2625
                    "role": "Contributors"
2626
                }
2627
            ],
2628
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2629
            "homepage": "http://twig.sensiolabs.org",
2630
            "keywords": [
2631
                "templating"
2632
            ],
2633
            "time": "2015-10-13 07:07:02"
2634
        }
2635
    ],
2636
    "aliases": [],
2637
    "minimum-stability": "stable",
2638
    "stability-flags": {
2639
        "atoum/atoum": 0
2640
    },
2641
    "prefer-stable": false,
2642
    "prefer-lowest": false,
2643
    "platform": [],
2644
    "platform-dev": []
2645
}
2646