Completed
Push — feature/add-translated-informa... ( fc0f94 )
by A.
11:19 queued 06:19
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": "f3cb58a094988973f0473fc26ef04e34",
8
    "content-hash": "ebd25ae2b9d557105e47308fc80c629e",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.5.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/8a9ad22f1220e47a6d174843e8abef08f5eac441",
21
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "2.3-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Assert": "lib/"
40
                },
41
                "files": [
42
                    "lib/Assert/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-2-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Thin assertion library for input validation in business models.",
56
            "keywords": [
57
                "assert",
58
                "assertion",
59
                "validation"
60
            ],
61
            "time": "2016-06-20 12:01:28"
62
        },
63
        {
64
            "name": "doctrine/annotations",
65
            "version": "v1.2.7",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/annotations.git",
69
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
74
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "doctrine/lexer": "1.*",
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "doctrine/cache": "1.*",
83
                "phpunit/phpunit": "4.*"
84
            },
85
            "type": "library",
86
            "extra": {
87
                "branch-alias": {
88
                    "dev-master": "1.3.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-0": {
93
                    "Doctrine\\Common\\Annotations\\": "lib/"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Roman Borschel",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Benjamin Eberlei",
107
                    "email": "[email protected]"
108
                },
109
                {
110
                    "name": "Guilherme Blanco",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Jonathan Wage",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Docblock Annotations Parser",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "annotations",
126
                "docblock",
127
                "parser"
128
            ],
129
            "time": "2015-08-31 12:32:49"
130
        },
131
        {
132
            "name": "doctrine/cache",
133
            "version": "v1.6.0",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/doctrine/cache.git",
137
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
142
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "php": "~5.5|~7.0"
147
            },
148
            "conflict": {
149
                "doctrine/common": ">2.2,<2.4"
150
            },
151
            "require-dev": {
152
                "phpunit/phpunit": "~4.8|~5.0",
153
                "predis/predis": "~1.0",
154
                "satooshi/php-coveralls": "~0.6"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "1.6.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Roman Borschel",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Benjamin Eberlei",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Guilherme Blanco",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Jonathan Wage",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Johannes Schmitt",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Caching library offering an object-oriented API for many cache backends",
194
            "homepage": "http://www.doctrine-project.org",
195
            "keywords": [
196
                "cache",
197
                "caching"
198
            ],
199
            "time": "2015-12-31 16:37:02"
200
        },
201
        {
202
            "name": "doctrine/collections",
203
            "version": "v1.3.0",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/doctrine/collections.git",
207
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
212
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "php": ">=5.3.2"
217
            },
218
            "require-dev": {
219
                "phpunit/phpunit": "~4.0"
220
            },
221
            "type": "library",
222
            "extra": {
223
                "branch-alias": {
224
                    "dev-master": "1.2.x-dev"
225
                }
226
            },
227
            "autoload": {
228
                "psr-0": {
229
                    "Doctrine\\Common\\Collections\\": "lib/"
230
                }
231
            },
232
            "notification-url": "https://packagist.org/downloads/",
233
            "license": [
234
                "MIT"
235
            ],
236
            "authors": [
237
                {
238
                    "name": "Roman Borschel",
239
                    "email": "[email protected]"
240
                },
241
                {
242
                    "name": "Benjamin Eberlei",
243
                    "email": "[email protected]"
244
                },
245
                {
246
                    "name": "Guilherme Blanco",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Jonathan Wage",
251
                    "email": "[email protected]"
252
                },
253
                {
254
                    "name": "Johannes Schmitt",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "Collections Abstraction library",
259
            "homepage": "http://www.doctrine-project.org",
260
            "keywords": [
261
                "array",
262
                "collections",
263
                "iterator"
264
            ],
265
            "time": "2015-04-14 22:21:58"
266
        },
267
        {
268
            "name": "doctrine/common",
269
            "version": "v2.6.1",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/doctrine/common.git",
273
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
278
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "doctrine/annotations": "1.*",
283
                "doctrine/cache": "1.*",
284
                "doctrine/collections": "1.*",
285
                "doctrine/inflector": "1.*",
286
                "doctrine/lexer": "1.*",
287
                "php": "~5.5|~7.0"
288
            },
289
            "require-dev": {
290
                "phpunit/phpunit": "~4.8|~5.0"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "2.7.x-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-4": {
300
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Roman Borschel",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Benjamin Eberlei",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Guilherme Blanco",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Jonathan Wage",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Johannes Schmitt",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Common Library for Doctrine projects",
330
            "homepage": "http://www.doctrine-project.org",
331
            "keywords": [
332
                "annotations",
333
                "collections",
334
                "eventmanager",
335
                "persistence",
336
                "spl"
337
            ],
338
            "time": "2015-12-25 13:18:31"
339
        },
340
        {
341
            "name": "doctrine/inflector",
342
            "version": "v1.1.0",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/doctrine/inflector.git",
346
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
351
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "php": ">=5.3.2"
356
            },
357
            "require-dev": {
358
                "phpunit/phpunit": "4.*"
359
            },
360
            "type": "library",
361
            "extra": {
362
                "branch-alias": {
363
                    "dev-master": "1.1.x-dev"
364
                }
365
            },
366
            "autoload": {
367
                "psr-0": {
368
                    "Doctrine\\Common\\Inflector\\": "lib/"
369
                }
370
            },
371
            "notification-url": "https://packagist.org/downloads/",
372
            "license": [
373
                "MIT"
374
            ],
375
            "authors": [
376
                {
377
                    "name": "Roman Borschel",
378
                    "email": "[email protected]"
379
                },
380
                {
381
                    "name": "Benjamin Eberlei",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Guilherme Blanco",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Jonathan Wage",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Johannes Schmitt",
394
                    "email": "[email protected]"
395
                }
396
            ],
397
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
398
            "homepage": "http://www.doctrine-project.org",
399
            "keywords": [
400
                "inflection",
401
                "pluralize",
402
                "singularize",
403
                "string"
404
            ],
405
            "time": "2015-11-06 14:35:42"
406
        },
407
        {
408
            "name": "doctrine/lexer",
409
            "version": "v1.0.1",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/doctrine/lexer.git",
413
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
418
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "php": ">=5.3.2"
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "1.0.x-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-0": {
432
                    "Doctrine\\Common\\Lexer\\": "lib/"
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Roman Borschel",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Guilherme Blanco",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Johannes Schmitt",
450
                    "email": "[email protected]"
451
                }
452
            ],
453
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
454
            "homepage": "http://www.doctrine-project.org",
455
            "keywords": [
456
                "lexer",
457
                "parser"
458
            ],
459
            "time": "2014-09-09 13:34:57"
460
        },
461
        {
462
            "name": "fortawesome/font-awesome",
463
            "version": "v4.2.0",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
467
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
472
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
473
                "shasum": ""
474
            },
475
            "require-dev": {
476
                "jekyll": "1.0.2",
477
                "lessc": "1.4.2"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "4.0.x-dev"
483
                }
484
            },
485
            "notification-url": "https://packagist.org/downloads/",
486
            "license": [
487
                "OFL-1.1",
488
                "MIT"
489
            ],
490
            "authors": [
491
                {
492
                    "name": "Dave Gandy",
493
                    "email": "[email protected]",
494
                    "homepage": "http://twitter.com/davegandy",
495
                    "role": "Developer"
496
                }
497
            ],
498
            "description": "The iconic font and CSS framework",
499
            "homepage": "http://fontawesome.io/",
500
            "keywords": [
501
                "FontAwesome",
502
                "awesome",
503
                "bootstrap",
504
                "font",
505
                "icon"
506
            ],
507
            "time": "2014-08-26 16:36:44"
508
        },
509
        {
510
            "name": "graylog2/gelf-php",
511
            "version": "1.5.0",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/bzikarsky/gelf-php.git",
515
                "reference": "bc1175a5b40f585e69a017647286d84211e82544"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544",
520
                "reference": "bc1175a5b40f585e69a017647286d84211e82544",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": ">=5.3.9",
525
                "psr/log": "~1.0"
526
            },
527
            "provide": {
528
                "psr/log-implementation": "~1.0"
529
            },
530
            "require-dev": {
531
                "phpunit/phpunit": "~4.3",
532
                "squizlabs/php_codesniffer": "~2.0"
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "1.4.x-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-4": {
542
                    "Gelf\\": "src/Gelf"
543
                }
544
            },
545
            "notification-url": "https://packagist.org/downloads/",
546
            "license": [
547
                "MIT"
548
            ],
549
            "authors": [
550
                {
551
                    "name": "Benjamin Zikarsky",
552
                    "email": "[email protected]"
553
                },
554
                {
555
                    "name": "gelf-php contributors",
556
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
557
                }
558
            ],
559
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
560
            "time": "2016-06-02 06:04:56"
561
        },
562
        {
563
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
564
            "version": "4.2.3",
565
            "source": {
566
                "type": "git",
567
                "url": "https://github.com/guzzle/guzzle.git",
568
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
569
            },
570
            "dist": {
571
                "type": "zip",
572
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
573
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
574
                "shasum": ""
575
            },
576
            "require": {
577
                "ext-json": "*",
578
                "guzzlehttp/streams": "~2.1",
579
                "php": ">=5.4.0"
580
            },
581
            "require-dev": {
582
                "ext-curl": "*",
583
                "phpunit/phpunit": "~4.0",
584
                "psr/log": "~1.0"
585
            },
586
            "suggest": {
587
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
588
            },
589
            "type": "library",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "4.2-dev"
593
                }
594
            },
595
            "autoload": {
596
                "psr-4": {
597
                    "GuzzleHttp\\": "src/"
598
                },
599
                "files": [
600
                    "src/functions.php"
601
                ]
602
            },
603
            "notification-url": "https://packagist.org/downloads/",
604
            "license": [
605
                "MIT"
606
            ],
607
            "authors": [
608
                {
609
                    "name": "Michael Dowling",
610
                    "email": "[email protected]",
611
                    "homepage": "https://github.com/mtdowling"
612
                }
613
            ],
614
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
615
            "homepage": "http://guzzlephp.org/",
616
            "keywords": [
617
                "client",
618
                "curl",
619
                "framework",
620
                "http",
621
                "http client",
622
                "rest",
623
                "web service"
624
            ],
625
            "time": "2014-10-05 19:29:14"
626
        },
627
        {
628
            "name": "guzzlehttp/streams",
629
            "version": "2.1.0",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/guzzle/streams.git",
633
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
638
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.4.0"
643
            },
644
            "require-dev": {
645
                "phpunit/phpunit": "~4.0"
646
            },
647
            "type": "library",
648
            "extra": {
649
                "branch-alias": {
650
                    "dev-master": "2.0-dev"
651
                }
652
            },
653
            "autoload": {
654
                "psr-4": {
655
                    "GuzzleHttp\\Stream\\": "src/"
656
                },
657
                "files": [
658
                    "src/functions.php"
659
                ]
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Michael Dowling",
668
                    "email": "[email protected]",
669
                    "homepage": "https://github.com/mtdowling"
670
                }
671
            ],
672
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
673
            "homepage": "http://guzzlephp.org/",
674
            "keywords": [
675
                "Guzzle",
676
                "stream"
677
            ],
678
            "time": "2014-08-17 21:15:53"
679
        },
680
        {
681
            "name": "incenteev/composer-parameter-handler",
682
            "version": "v2.1.2",
683
            "source": {
684
                "type": "git",
685
                "url": "https://github.com/Incenteev/ParameterHandler.git",
686
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
687
            },
688
            "dist": {
689
                "type": "zip",
690
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
691
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
692
                "shasum": ""
693
            },
694
            "require": {
695
                "php": ">=5.3.3",
696
                "symfony/yaml": "~2.3|~3.0"
697
            },
698
            "require-dev": {
699
                "composer/composer": "1.0.*@dev",
700
                "phpspec/prophecy-phpunit": "~1.0",
701
                "symfony/filesystem": "~2.2"
702
            },
703
            "type": "library",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "2.1.x-dev"
707
                }
708
            },
709
            "autoload": {
710
                "psr-4": {
711
                    "Incenteev\\ParameterHandler\\": ""
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "MIT"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Christophe Coevoet",
721
                    "email": "[email protected]"
722
                }
723
            ],
724
            "description": "Composer script handling your ignored parameter file",
725
            "homepage": "https://github.com/Incenteev/ParameterHandler",
726
            "keywords": [
727
                "parameters management"
728
            ],
729
            "time": "2015-11-10 17:04:01"
730
        },
731
        {
732
            "name": "jms/aop-bundle",
733
            "version": "1.1.0",
734
            "target-dir": "JMS/AopBundle",
735
            "source": {
736
                "type": "git",
737
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
738
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
739
            },
740
            "dist": {
741
                "type": "zip",
742
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
743
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
744
                "shasum": ""
745
            },
746
            "require": {
747
                "jms/cg": "^1.1",
748
                "symfony/framework-bundle": "2.*"
749
            },
750
            "type": "symfony-bundle",
751
            "extra": {
752
                "branch-alias": {
753
                    "dev-master": "1.1.x-dev"
754
                }
755
            },
756
            "autoload": {
757
                "psr-0": {
758
                    "JMS\\AopBundle": ""
759
                }
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "Apache-2.0"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "Johannes M. Schmitt",
768
                    "email": "[email protected]"
769
                }
770
            ],
771
            "description": "Adds AOP capabilities to Symfony2",
772
            "keywords": [
773
                "annotations",
774
                "aop"
775
            ],
776
            "time": "2015-09-13 09:02:33"
777
        },
778
        {
779
            "name": "jms/cg",
780
            "version": "1.1.0",
781
            "source": {
782
                "type": "git",
783
                "url": "https://github.com/schmittjoh/cg-library.git",
784
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
785
            },
786
            "dist": {
787
                "type": "zip",
788
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
789
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
790
                "shasum": ""
791
            },
792
            "require": {
793
                "php": ">=5.3.0"
794
            },
795
            "type": "library",
796
            "extra": {
797
                "branch-alias": {
798
                    "dev-master": "1.1-dev"
799
                }
800
            },
801
            "autoload": {
802
                "psr-0": {
803
                    "CG\\": "src/"
804
                }
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "Apache2"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Johannes M. Schmitt",
813
                    "email": "[email protected]"
814
                }
815
            ],
816
            "description": "Toolset for generating PHP code",
817
            "keywords": [
818
                "code generation"
819
            ],
820
            "time": "2015-09-13 08:54:43"
821
        },
822
        {
823
            "name": "jms/di-extra-bundle",
824
            "version": "1.4.0",
825
            "target-dir": "JMS/DiExtraBundle",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
829
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
834
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
839
                "jms/metadata": "1.*",
840
                "symfony/finder": "~2.1",
841
                "symfony/framework-bundle": "~2.1",
842
                "symfony/process": "~2.1"
843
            },
844
            "require-dev": {
845
                "doctrine/doctrine-bundle": "*",
846
                "doctrine/orm": "*",
847
                "jms/security-extra-bundle": "1.*",
848
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
849
                "sensio/framework-extra-bundle": "*",
850
                "symfony/browser-kit": "*",
851
                "symfony/class-loader": "*",
852
                "symfony/form": "*",
853
                "symfony/security-bundle": "*",
854
                "symfony/twig-bundle": "*",
855
                "symfony/validator": "*",
856
                "symfony/yaml": "*"
857
            },
858
            "type": "symfony-bundle",
859
            "extra": {
860
                "branch-alias": {
861
                    "dev-master": "1.3-dev"
862
                }
863
            },
864
            "autoload": {
865
                "psr-0": {
866
                    "JMS\\DiExtraBundle": ""
867
                }
868
            },
869
            "notification-url": "https://packagist.org/downloads/",
870
            "license": [
871
                "Apache"
872
            ],
873
            "authors": [
874
                {
875
                    "name": "Johannes Schmitt",
876
                    "email": "[email protected]",
877
                    "homepage": "https://github.com/schmittjoh",
878
                    "role": "Developer of wrapped JMSSerializerBundle"
879
                }
880
            ],
881
            "description": "Allows to configure dependency injection using annotations",
882
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
883
            "keywords": [
884
                "annotations",
885
                "dependency injection"
886
            ],
887
            "time": "2013-06-08 13:13:40"
888
        },
889
        {
890
            "name": "jms/metadata",
891
            "version": "1.5.1",
892
            "source": {
893
                "type": "git",
894
                "url": "https://github.com/schmittjoh/metadata.git",
895
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
896
            },
897
            "dist": {
898
                "type": "zip",
899
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
900
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
901
                "shasum": ""
902
            },
903
            "require": {
904
                "php": ">=5.3.0"
905
            },
906
            "require-dev": {
907
                "doctrine/cache": "~1.0"
908
            },
909
            "type": "library",
910
            "extra": {
911
                "branch-alias": {
912
                    "dev-master": "1.5.x-dev"
913
                }
914
            },
915
            "autoload": {
916
                "psr-0": {
917
                    "Metadata\\": "src/"
918
                }
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "license": [
922
                "Apache"
923
            ],
924
            "authors": [
925
                {
926
                    "name": "Johannes Schmitt",
927
                    "email": "[email protected]",
928
                    "homepage": "https://github.com/schmittjoh",
929
                    "role": "Developer of wrapped JMSSerializerBundle"
930
                }
931
            ],
932
            "description": "Class/method/property metadata management in PHP",
933
            "keywords": [
934
                "annotations",
935
                "metadata",
936
                "xml",
937
                "yaml"
938
            ],
939
            "time": "2014-07-12 07:13:19"
940
        },
941
        {
942
            "name": "jms/translation-bundle",
943
            "version": "1.1.0",
944
            "target-dir": "JMS/TranslationBundle",
945
            "source": {
946
                "type": "git",
947
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
948
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
949
            },
950
            "dist": {
951
                "type": "zip",
952
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
953
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
954
                "shasum": ""
955
            },
956
            "require": {
957
                "nikic/php-parser": "0.9.1",
958
                "symfony/console": "*",
959
                "symfony/framework-bundle": "~2.1"
960
            },
961
            "conflict": {
962
                "twig/twig": "1.10.2"
963
            },
964
            "require-dev": {
965
                "jms/di-extra-bundle": ">=1.1",
966
                "sensio/framework-extra-bundle": "*",
967
                "symfony/browser-kit": "*",
968
                "symfony/class-loader": "*",
969
                "symfony/css-selector": "*",
970
                "symfony/finder": "*",
971
                "symfony/form": "*",
972
                "symfony/process": "*",
973
                "symfony/security": "*",
974
                "symfony/twig-bundle": "*",
975
                "symfony/validator": "*",
976
                "symfony/yaml": "*"
977
            },
978
            "type": "symfony-bundle",
979
            "extra": {
980
                "branch-alias": {
981
                    "dev-master": "1.1-dev"
982
                }
983
            },
984
            "autoload": {
985
                "psr-0": {
986
                    "JMS\\TranslationBundle": ""
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "Apache2"
992
            ],
993
            "authors": [
994
                {
995
                    "name": "Johannes Schmitt",
996
                    "email": "[email protected]",
997
                    "homepage": "https://github.com/schmittjoh",
998
                    "role": "Developer of wrapped JMSSerializerBundle"
999
                }
1000
            ],
1001
            "description": "Puts the Symfony2 Translation Component on steroids",
1002
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1003
            "keywords": [
1004
                "extract",
1005
                "extraction",
1006
                "i18n",
1007
                "interface",
1008
                "multilanguage",
1009
                "translation",
1010
                "ui",
1011
                "webinterface"
1012
            ],
1013
            "time": "2013-06-08 14:08:19"
1014
        },
1015
        {
1016
            "name": "knplabs/knp-components",
1017
            "version": "1.3.3",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/KnpLabs/knp-components.git",
1021
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da",
1026
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": ">=5.3.2"
1031
            },
1032
            "require-dev": {
1033
                "doctrine/mongodb-odm": "~1.0@beta",
1034
                "doctrine/orm": "~2.4",
1035
                "doctrine/phpcr-odm": "~1.2",
1036
                "jackalope/jackalope-doctrine-dbal": "~1.2",
1037
                "phpunit/phpunit": "~4.2",
1038
                "ruflin/elastica": "~1.0",
1039
                "symfony/event-dispatcher": "~2.5"
1040
            },
1041
            "suggest": {
1042
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
1043
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
1044
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
1045
                "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
1046
                "propel/propel1": "to allow usage pagination with Propel ORM",
1047
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
1048
                "solarium/solarium": "to allow usage pagination with Solarium Client"
1049
            },
1050
            "type": "library",
1051
            "extra": {
1052
                "branch-alias": {
1053
                    "dev-master": "1.3.x-dev"
1054
                }
1055
            },
1056
            "autoload": {
1057
                "psr-0": {
1058
                    "Knp\\Component": "src"
1059
                }
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "authors": [
1066
                {
1067
                    "name": "KnpLabs Team",
1068
                    "homepage": "http://knplabs.com"
1069
                },
1070
                {
1071
                    "name": "Symfony Community",
1072
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
1073
                }
1074
            ],
1075
            "description": "Knplabs component library",
1076
            "homepage": "http://github.com/KnpLabs/knp-components",
1077
            "keywords": [
1078
                "components",
1079
                "knp",
1080
                "knplabs",
1081
                "pager",
1082
                "paginator"
1083
            ],
1084
            "time": "2016-04-21 06:26:20"
1085
        },
1086
        {
1087
            "name": "knplabs/knp-paginator-bundle",
1088
            "version": "2.5.3",
1089
            "source": {
1090
                "type": "git",
1091
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
1092
                "reference": "c988761005504007c6c87d6a557641281194a0e5"
1093
            },
1094
            "dist": {
1095
                "type": "zip",
1096
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5",
1097
                "reference": "c988761005504007c6c87d6a557641281194a0e5",
1098
                "shasum": ""
1099
            },
1100
            "require": {
1101
                "knplabs/knp-components": "~1.2",
1102
                "php": ">=5.3.3",
1103
                "symfony/framework-bundle": "~2.3|~3.0",
1104
                "twig/twig": "~1.12|~2"
1105
            },
1106
            "require-dev": {
1107
                "symfony/expression-language": "~2.4|~3.0"
1108
            },
1109
            "type": "symfony-bundle",
1110
            "extra": {
1111
                "branch-alias": {
1112
                    "dev-master": "2.5.x-dev"
1113
                }
1114
            },
1115
            "autoload": {
1116
                "psr-4": {
1117
                    "Knp\\Bundle\\PaginatorBundle\\": ""
1118
                }
1119
            },
1120
            "notification-url": "https://packagist.org/downloads/",
1121
            "license": [
1122
                "MIT"
1123
            ],
1124
            "authors": [
1125
                {
1126
                    "name": "KnpLabs Team",
1127
                    "homepage": "http://knplabs.com"
1128
                },
1129
                {
1130
                    "name": "Symfony2 Community",
1131
                    "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
1132
                }
1133
            ],
1134
            "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
1135
            "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
1136
            "keywords": [
1137
                "Symfony2",
1138
                "bundle",
1139
                "knp",
1140
                "knplabs",
1141
                "pager",
1142
                "pagination",
1143
                "paginator"
1144
            ],
1145
            "time": "2016-04-20 11:40:30"
1146
        },
1147
        {
1148
            "name": "kriswallsmith/assetic",
1149
            "version": "v1.3.2",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/kriswallsmith/assetic.git",
1153
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1158
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": ">=5.3.1",
1163
                "symfony/process": "~2.1|~3.0"
1164
            },
1165
            "conflict": {
1166
                "twig/twig": "<1.23"
1167
            },
1168
            "require-dev": {
1169
                "cssmin/cssmin": "3.0.1",
1170
                "joliclic/javascript-packer": "1.1",
1171
                "kamicane/packager": "1.0",
1172
                "leafo/lessphp": "^0.3.7",
1173
                "leafo/scssphp": "~0.1",
1174
                "mrclay/minify": "~2.2",
1175
                "patchwork/jsqueeze": "~1.0|~2.0",
1176
                "phpunit/phpunit": "~4.8",
1177
                "psr/log": "~1.0",
1178
                "ptachoire/cssembed": "~1.0",
1179
                "symfony/phpunit-bridge": "~2.7|~3.0",
1180
                "twig/twig": "~1.8|~2.0"
1181
            },
1182
            "suggest": {
1183
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1184
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1185
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1186
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1187
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1188
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1189
            },
1190
            "type": "library",
1191
            "extra": {
1192
                "branch-alias": {
1193
                    "dev-master": "1.4-dev"
1194
                }
1195
            },
1196
            "autoload": {
1197
                "psr-0": {
1198
                    "Assetic": "src/"
1199
                },
1200
                "files": [
1201
                    "src/functions.php"
1202
                ]
1203
            },
1204
            "notification-url": "https://packagist.org/downloads/",
1205
            "license": [
1206
                "MIT"
1207
            ],
1208
            "authors": [
1209
                {
1210
                    "name": "Kris Wallsmith",
1211
                    "email": "[email protected]",
1212
                    "homepage": "http://kriswallsmith.net/"
1213
                }
1214
            ],
1215
            "description": "Asset Management for PHP",
1216
            "homepage": "https://github.com/kriswallsmith/assetic",
1217
            "keywords": [
1218
                "assets",
1219
                "compression",
1220
                "minification"
1221
            ],
1222
            "time": "2015-11-12 13:51:40"
1223
        },
1224
        {
1225
            "name": "monolog/monolog",
1226
            "version": "1.19.0",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/Seldaek/monolog.git",
1230
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1235
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "php": ">=5.3.0",
1240
                "psr/log": "~1.0"
1241
            },
1242
            "provide": {
1243
                "psr/log-implementation": "1.0.0"
1244
            },
1245
            "require-dev": {
1246
                "aws/aws-sdk-php": "^2.4.9",
1247
                "doctrine/couchdb": "~1.0@dev",
1248
                "graylog2/gelf-php": "~1.0",
1249
                "jakub-onderka/php-parallel-lint": "0.9",
1250
                "php-amqplib/php-amqplib": "~2.4",
1251
                "php-console/php-console": "^3.1.3",
1252
                "phpunit/phpunit": "~4.5",
1253
                "phpunit/phpunit-mock-objects": "2.3.0",
1254
                "raven/raven": "^0.13",
1255
                "ruflin/elastica": ">=0.90 <3.0",
1256
                "swiftmailer/swiftmailer": "~5.3"
1257
            },
1258
            "suggest": {
1259
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1260
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1261
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1262
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1263
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1264
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1265
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1266
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1267
                "raven/raven": "Allow sending log messages to a Sentry server",
1268
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1269
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1270
            },
1271
            "type": "library",
1272
            "extra": {
1273
                "branch-alias": {
1274
                    "dev-master": "2.0.x-dev"
1275
                }
1276
            },
1277
            "autoload": {
1278
                "psr-4": {
1279
                    "Monolog\\": "src/Monolog"
1280
                }
1281
            },
1282
            "notification-url": "https://packagist.org/downloads/",
1283
            "license": [
1284
                "MIT"
1285
            ],
1286
            "authors": [
1287
                {
1288
                    "name": "Jordi Boggiano",
1289
                    "email": "[email protected]",
1290
                    "homepage": "http://seld.be"
1291
                }
1292
            ],
1293
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1294
            "homepage": "http://github.com/Seldaek/monolog",
1295
            "keywords": [
1296
                "log",
1297
                "logging",
1298
                "psr-3"
1299
            ],
1300
            "time": "2016-04-12 18:29:35"
1301
        },
1302
        {
1303
            "name": "moontoast/math",
1304
            "version": "1.1.0",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/ramsey/moontoast-math.git",
1308
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1313
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "ext-bcmath": "*",
1318
                "php": ">=5.3.3"
1319
            },
1320
            "type": "library",
1321
            "autoload": {
1322
                "psr-0": {
1323
                    "Moontoast\\Math": "src/"
1324
                }
1325
            },
1326
            "notification-url": "https://packagist.org/downloads/",
1327
            "license": [
1328
                "Apache-2.0"
1329
            ],
1330
            "description": "A mathematics library, providing functionality for large numbers",
1331
            "homepage": "https://github.com/moontoast/math",
1332
            "keywords": [
1333
                "bcmath",
1334
                "math"
1335
            ],
1336
            "time": "2013-01-19 17:42:34"
1337
        },
1338
        {
1339
            "name": "mopa/bootstrap-bundle",
1340
            "version": "v3.0.0-RC2",
1341
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1345
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1350
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1351
                "shasum": ""
1352
            },
1353
            "require": {
1354
                "mopa/composer-bridge": "~1.3",
1355
                "symfony/console": "~2.3",
1356
                "symfony/form": "~2.3|~3.0",
1357
                "symfony/framework-bundle": "~2.3",
1358
                "symfony/twig-bundle": "~2.3|~3.0",
1359
                "twig/twig": "^1.14.2"
1360
            },
1361
            "conflict": {
1362
                "symfony/twig-bridge": "<2.3"
1363
            },
1364
            "require-dev": {
1365
                "phpunit/phpunit": "~4.6"
1366
            },
1367
            "suggest": {
1368
                "craue/formflow-bundle": "~2.0",
1369
                "knplabs/knp-menu-bundle": "~2.0@dev",
1370
                "knplabs/knp-paginator-bundle": "~2.3",
1371
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1372
                "twbs/bootstrap": ">2.0,<4.0-dev",
1373
                "twbs/bootstrap-sass": "v3.1.1"
1374
            },
1375
            "type": "symfony-bundle",
1376
            "extra": {
1377
                "branch-alias": {
1378
                    "dev-master": "3.x-dev"
1379
                }
1380
            },
1381
            "autoload": {
1382
                "psr-0": {
1383
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1384
                }
1385
            },
1386
            "notification-url": "https://packagist.org/downloads/",
1387
            "license": [
1388
                "MIT"
1389
            ],
1390
            "authors": [
1391
                {
1392
                    "name": "Community contributions",
1393
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1394
                },
1395
                {
1396
                    "name": "Philipp A. Mohrenweiser",
1397
                    "email": "[email protected]"
1398
                }
1399
            ],
1400
            "description": "Easy integration of twitters bootstrap into symfony2",
1401
            "keywords": [
1402
                "bootstrap",
1403
                "bootstrap form",
1404
                "extra form",
1405
                "form",
1406
                "template"
1407
            ],
1408
            "time": "2015-09-10 17:23:40"
1409
        },
1410
        {
1411
            "name": "mopa/composer-bridge",
1412
            "version": "v1.5.0",
1413
            "source": {
1414
                "type": "git",
1415
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1416
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1417
            },
1418
            "dist": {
1419
                "type": "zip",
1420
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1421
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1422
                "shasum": ""
1423
            },
1424
            "require": {
1425
                "symfony/class-loader": ">=2.0.0",
1426
                "symfony/console": ">=2.0.0"
1427
            },
1428
            "type": "symfony-bridge",
1429
            "extra": {
1430
                "branch-alias": {
1431
                    "dev-master": "1.3.x-dev"
1432
                }
1433
            },
1434
            "autoload": {
1435
                "psr-0": {
1436
                    "Mopa\\Bridge\\Composer": "src/"
1437
                }
1438
            },
1439
            "notification-url": "https://packagist.org/downloads/",
1440
            "license": [
1441
                "MIT"
1442
            ],
1443
            "authors": [
1444
                {
1445
                    "name": "Community contributions",
1446
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1447
                },
1448
                {
1449
                    "name": "Philipp A. Mohrenweiser",
1450
                    "email": "[email protected]"
1451
                }
1452
            ],
1453
            "description": "Symfony2 Composer Bridge",
1454
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1455
            "keywords": [
1456
                "Symfony2",
1457
                "composer"
1458
            ],
1459
            "time": "2015-10-01 19:20:19"
1460
        },
1461
        {
1462
            "name": "nelmio/security-bundle",
1463
            "version": "1.10.0",
1464
            "source": {
1465
                "type": "git",
1466
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1467
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1468
            },
1469
            "dist": {
1470
                "type": "zip",
1471
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1472
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1473
                "shasum": ""
1474
            },
1475
            "require": {
1476
                "symfony/framework-bundle": "~2.3|~3.0",
1477
                "symfony/security": "~2.3|~3.0"
1478
            },
1479
            "require-dev": {
1480
                "phpunit/phpunit": "^5.2"
1481
            },
1482
            "type": "symfony-bundle",
1483
            "extra": {
1484
                "branch-alias": {
1485
                    "dev-master": "1.10.x-dev"
1486
                }
1487
            },
1488
            "autoload": {
1489
                "psr-4": {
1490
                    "Nelmio\\SecurityBundle\\": ""
1491
                }
1492
            },
1493
            "notification-url": "https://packagist.org/downloads/",
1494
            "license": [
1495
                "MIT"
1496
            ],
1497
            "authors": [
1498
                {
1499
                    "name": "Nelmio",
1500
                    "homepage": "http://nelm.io"
1501
                },
1502
                {
1503
                    "name": "Symfony Community",
1504
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1505
                }
1506
            ],
1507
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1508
            "keywords": [
1509
                "security"
1510
            ],
1511
            "time": "2016-02-23 10:42:13"
1512
        },
1513
        {
1514
            "name": "nikic/php-parser",
1515
            "version": "v0.9.1",
1516
            "source": {
1517
                "type": "git",
1518
                "url": "https://github.com/nikic/PHP-Parser.git",
1519
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1520
            },
1521
            "dist": {
1522
                "type": "zip",
1523
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1524
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1525
                "shasum": ""
1526
            },
1527
            "require": {
1528
                "php": ">=5.2"
1529
            },
1530
            "type": "library",
1531
            "autoload": {
1532
                "psr-0": {
1533
                    "PHPParser": "lib/"
1534
                }
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "license": [
1538
                "BSD"
1539
            ],
1540
            "authors": [
1541
                {
1542
                    "name": "Nikita Popov"
1543
                }
1544
            ],
1545
            "description": "A PHP parser written in PHP",
1546
            "keywords": [
1547
                "parser",
1548
                "php"
1549
            ],
1550
            "time": "2012-04-23 22:52:11"
1551
        },
1552
        {
1553
            "name": "paragonie/random_compat",
1554
            "version": "v1.4.1",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/paragonie/random_compat.git",
1558
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1563
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "php": ">=5.2.0"
1568
            },
1569
            "require-dev": {
1570
                "phpunit/phpunit": "4.*|5.*"
1571
            },
1572
            "suggest": {
1573
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1574
            },
1575
            "type": "library",
1576
            "autoload": {
1577
                "files": [
1578
                    "lib/random.php"
1579
                ]
1580
            },
1581
            "notification-url": "https://packagist.org/downloads/",
1582
            "license": [
1583
                "MIT"
1584
            ],
1585
            "authors": [
1586
                {
1587
                    "name": "Paragon Initiative Enterprises",
1588
                    "email": "[email protected]",
1589
                    "homepage": "https://paragonie.com"
1590
                }
1591
            ],
1592
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1593
            "keywords": [
1594
                "csprng",
1595
                "pseudorandom",
1596
                "random"
1597
            ],
1598
            "time": "2016-03-18 20:34:03"
1599
        },
1600
        {
1601
            "name": "psr/log",
1602
            "version": "1.0.0",
1603
            "source": {
1604
                "type": "git",
1605
                "url": "https://github.com/php-fig/log.git",
1606
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1607
            },
1608
            "dist": {
1609
                "type": "zip",
1610
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1611
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1612
                "shasum": ""
1613
            },
1614
            "type": "library",
1615
            "autoload": {
1616
                "psr-0": {
1617
                    "Psr\\Log\\": ""
1618
                }
1619
            },
1620
            "notification-url": "https://packagist.org/downloads/",
1621
            "license": [
1622
                "MIT"
1623
            ],
1624
            "authors": [
1625
                {
1626
                    "name": "PHP-FIG",
1627
                    "homepage": "http://www.php-fig.org/"
1628
                }
1629
            ],
1630
            "description": "Common interface for logging libraries",
1631
            "keywords": [
1632
                "log",
1633
                "psr",
1634
                "psr-3"
1635
            ],
1636
            "time": "2012-12-21 11:40:51"
1637
        },
1638
        {
1639
            "name": "ramsey/uuid",
1640
            "version": "3.5.0",
1641
            "source": {
1642
                "type": "git",
1643
                "url": "https://github.com/ramsey/uuid.git",
1644
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
1645
            },
1646
            "dist": {
1647
                "type": "zip",
1648
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1649
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1650
                "shasum": ""
1651
            },
1652
            "require": {
1653
                "paragonie/random_compat": "^1.0|^2.0",
1654
                "php": ">=5.4"
1655
            },
1656
            "replace": {
1657
                "rhumsaa/uuid": "self.version"
1658
            },
1659
            "require-dev": {
1660
                "apigen/apigen": "^4.1",
1661
                "codeception/aspect-mock": "1.0.0",
1662
                "goaop/framework": "1.0.0-alpha.2",
1663
                "ircmaxell/random-lib": "^1.1",
1664
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1665
                "mockery/mockery": "^0.9.4",
1666
                "moontoast/math": "^1.1",
1667
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1668
                "satooshi/php-coveralls": "^0.6.1",
1669
                "squizlabs/php_codesniffer": "^2.3"
1670
            },
1671
            "suggest": {
1672
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1673
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1674
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1675
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1676
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1677
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1678
            },
1679
            "type": "library",
1680
            "extra": {
1681
                "branch-alias": {
1682
                    "dev-master": "3.x-dev"
1683
                }
1684
            },
1685
            "autoload": {
1686
                "psr-4": {
1687
                    "Ramsey\\Uuid\\": "src/"
1688
                }
1689
            },
1690
            "notification-url": "https://packagist.org/downloads/",
1691
            "license": [
1692
                "MIT"
1693
            ],
1694
            "authors": [
1695
                {
1696
                    "name": "Marijn Huizendveld",
1697
                    "email": "[email protected]"
1698
                },
1699
                {
1700
                    "name": "Thibaud Fabre",
1701
                    "email": "[email protected]"
1702
                },
1703
                {
1704
                    "name": "Ben Ramsey",
1705
                    "email": "[email protected]",
1706
                    "homepage": "https://benramsey.com"
1707
                }
1708
            ],
1709
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1710
            "homepage": "https://github.com/ramsey/uuid",
1711
            "keywords": [
1712
                "guid",
1713
                "identifier",
1714
                "uuid"
1715
            ],
1716
            "time": "2016-08-02 18:39:32"
1717
        },
1718
        {
1719
            "name": "robrichards/xmlseclibs",
1720
            "version": "1.4.1",
1721
            "source": {
1722
                "type": "git",
1723
                "url": "https://github.com/robrichards/xmlseclibs.git",
1724
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
1725
            },
1726
            "dist": {
1727
                "type": "zip",
1728
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1729
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1730
                "shasum": ""
1731
            },
1732
            "require": {
1733
                "php": ">= 5.2"
1734
            },
1735
            "suggest": {
1736
                "ext/mcrypt": "MCrypt extension",
1737
                "ext/openssl": "OpenSSL extension"
1738
            },
1739
            "type": "library",
1740
            "autoload": {
1741
                "classmap": [
1742
                    "src/"
1743
                ]
1744
            },
1745
            "notification-url": "https://packagist.org/downloads/",
1746
            "license": [
1747
                "BSD-3-Clause"
1748
            ],
1749
            "description": "A PHP library for XML Security",
1750
            "homepage": "https://github.com/robrichards/xmlseclibs",
1751
            "keywords": [
1752
                "security",
1753
                "signature",
1754
                "xml",
1755
                "xmldsig"
1756
            ],
1757
            "time": "2015-07-31 12:22:14"
1758
        },
1759
        {
1760
            "name": "sensio/distribution-bundle",
1761
            "version": "v3.0.30",
1762
            "target-dir": "Sensio/Bundle/DistributionBundle",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1766
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1771
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": ">=5.3.3",
1776
                "sensiolabs/security-checker": "~2.0",
1777
                "symfony/class-loader": "~2.2",
1778
                "symfony/framework-bundle": "~2.3",
1779
                "symfony/process": "~2.2"
1780
            },
1781
            "require-dev": {
1782
                "symfony/form": "~2.2",
1783
                "symfony/validator": "~2.2",
1784
                "symfony/yaml": "~2.2"
1785
            },
1786
            "suggest": {
1787
                "symfony/form": "If you want to use the configurator",
1788
                "symfony/validator": "If you want to use the configurator",
1789
                "symfony/yaml": "If you want to use  the configurator"
1790
            },
1791
            "type": "symfony-bundle",
1792
            "extra": {
1793
                "branch-alias": {
1794
                    "dev-master": "3.0.x-dev"
1795
                }
1796
            },
1797
            "autoload": {
1798
                "psr-0": {
1799
                    "Sensio\\Bundle\\DistributionBundle": ""
1800
                }
1801
            },
1802
            "notification-url": "https://packagist.org/downloads/",
1803
            "license": [
1804
                "MIT"
1805
            ],
1806
            "authors": [
1807
                {
1808
                    "name": "Fabien Potencier",
1809
                    "email": "[email protected]"
1810
                }
1811
            ],
1812
            "description": "Base bundle for Symfony Distributions",
1813
            "keywords": [
1814
                "configuration",
1815
                "distribution"
1816
            ],
1817
            "time": "2015-06-05 22:32:22"
1818
        },
1819
        {
1820
            "name": "sensio/framework-extra-bundle",
1821
            "version": "v3.0.16",
1822
            "source": {
1823
                "type": "git",
1824
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1825
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1826
            },
1827
            "dist": {
1828
                "type": "zip",
1829
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1830
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1831
                "shasum": ""
1832
            },
1833
            "require": {
1834
                "doctrine/common": "~2.2",
1835
                "symfony/dependency-injection": "~2.3|~3.0",
1836
                "symfony/framework-bundle": "~2.3|~3.0"
1837
            },
1838
            "require-dev": {
1839
                "symfony/browser-kit": "~2.3|~3.0",
1840
                "symfony/dom-crawler": "~2.3|~3.0",
1841
                "symfony/expression-language": "~2.4|~3.0",
1842
                "symfony/finder": "~2.3|~3.0",
1843
                "symfony/phpunit-bridge": "~2.7|~3.0",
1844
                "symfony/security-bundle": "~2.4|~3.0",
1845
                "symfony/twig-bundle": "~2.3|~3.0",
1846
                "twig/twig": "~1.11|~2.0"
1847
            },
1848
            "suggest": {
1849
                "symfony/expression-language": "",
1850
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1851
                "symfony/security-bundle": ""
1852
            },
1853
            "type": "symfony-bundle",
1854
            "extra": {
1855
                "branch-alias": {
1856
                    "dev-master": "3.0.x-dev"
1857
                }
1858
            },
1859
            "autoload": {
1860
                "psr-4": {
1861
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1862
                }
1863
            },
1864
            "notification-url": "https://packagist.org/downloads/",
1865
            "license": [
1866
                "MIT"
1867
            ],
1868
            "authors": [
1869
                {
1870
                    "name": "Fabien Potencier",
1871
                    "email": "[email protected]"
1872
                }
1873
            ],
1874
            "description": "This bundle provides a way to configure your controllers with annotations",
1875
            "keywords": [
1876
                "annotations",
1877
                "controllers"
1878
            ],
1879
            "time": "2016-03-25 17:08:27"
1880
        },
1881
        {
1882
            "name": "sensiolabs/security-checker",
1883
            "version": "v2.0.5",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/sensiolabs/security-checker.git",
1887
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
1892
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "ext-curl": "*",
1897
                "symfony/console": "~2.0"
1898
            },
1899
            "bin": [
1900
                "security-checker"
1901
            ],
1902
            "type": "library",
1903
            "extra": {
1904
                "branch-alias": {
1905
                    "dev-master": "2.0-dev"
1906
                }
1907
            },
1908
            "autoload": {
1909
                "psr-0": {
1910
                    "SensioLabs\\Security": ""
1911
                }
1912
            },
1913
            "notification-url": "https://packagist.org/downloads/",
1914
            "license": [
1915
                "MIT"
1916
            ],
1917
            "authors": [
1918
                {
1919
                    "name": "Fabien Potencier",
1920
                    "email": "[email protected]"
1921
                }
1922
            ],
1923
            "description": "A security checker for your composer.lock",
1924
            "time": "2015-05-28 14:22:40"
1925
        },
1926
        {
1927
            "name": "simplesamlphp/saml2",
1928
            "version": "v1.9",
1929
            "source": {
1930
                "type": "git",
1931
                "url": "https://github.com/simplesamlphp/saml2.git",
1932
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a"
1933
            },
1934
            "dist": {
1935
                "type": "zip",
1936
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/be2b348c46cceb311a743a33fb51035158f6f69a",
1937
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a",
1938
                "shasum": ""
1939
            },
1940
            "require": {
1941
                "ext-dom": "*",
1942
                "ext-openssl": "*",
1943
                "php": ">=5.3.3",
1944
                "psr/log": "~1.0",
1945
                "robrichards/xmlseclibs": "^1.3"
1946
            },
1947
            "require-dev": {
1948
                "mockery/mockery": "~0.9",
1949
                "phpmd/phpmd": "~1.5",
1950
                "phpunit/phpunit": "~3.7",
1951
                "satooshi/php-coveralls": "~0.6.1",
1952
                "sebastian/phpcpd": "~1.4",
1953
                "sensiolabs/security-checker": "~1.1",
1954
                "squizlabs/php_codesniffer": "~1.4"
1955
            },
1956
            "type": "library",
1957
            "autoload": {
1958
                "psr-0": {
1959
                    "SAML2_": "src/"
1960
                }
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "LGPL-2.1"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Andreas Åkre Solberg",
1969
                    "email": "[email protected]"
1970
                }
1971
            ],
1972
            "description": "SAML2 PHP library from SimpleSAMLphp",
1973
            "time": "2016-03-16 14:11:59"
1974
        },
1975
        {
1976
            "name": "surfnet/stepup-bundle",
1977
            "version": "1.5.0",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/SURFnet/Stepup-bundle.git",
1981
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
1986
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "ext-gmp": "*",
1991
                "ext-openssl": "*",
1992
                "graylog2/gelf-php": "^1.5",
1993
                "guzzlehttp/guzzle": "~4",
1994
                "monolog/monolog": "~1.11",
1995
                "php": "^5.6|^7.0",
1996
                "sensio/framework-extra-bundle": "~3",
1997
                "symfony/config": "^2.7",
1998
                "symfony/dependency-injection": "^2.7",
1999
                "symfony/form": "^2.7",
2000
                "symfony/framework-bundle": "^2.7",
2001
                "symfony/http-kernel": "^2.7",
2002
                "symfony/twig-bridge": "^2.7",
2003
                "symfony/validator": "^2.7"
2004
            },
2005
            "require-dev": {
2006
                "ibuildings/qa-tools": "~1.1",
2007
                "liip/rmt": "1.1.*",
2008
                "mockery/mockery": "0.9.*"
2009
            },
2010
            "type": "library",
2011
            "autoload": {
2012
                "psr-4": {
2013
                    "Surfnet\\StepupBundle\\": "src"
2014
                }
2015
            },
2016
            "notification-url": "https://packagist.org/downloads/",
2017
            "license": [
2018
                "Apache-2.0"
2019
            ],
2020
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2021
            "keywords": [
2022
                "stepup",
2023
                "suaas",
2024
                "surfnet"
2025
            ],
2026
            "time": "2016-08-03 07:45:32"
2027
        },
2028
        {
2029
            "name": "surfnet/stepup-middleware-client-bundle",
2030
            "version": "1.3.0",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/SURFnet/Stepup-Middleware-clientbundle.git",
2034
                "reference": "ee1dbf1664ca959500609793ec8c185a367cb9ca"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/SURFnet/Stepup-Middleware-clientbundle/zipball/ee1dbf1664ca959500609793ec8c185a367cb9ca",
2039
                "reference": "ee1dbf1664ca959500609793ec8c185a367cb9ca",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "beberlei/assert": "~2.0",
2044
                "guzzlehttp/guzzle": "~4",
2045
                "moontoast/math": "~1.1",
2046
                "php": "^5.6|^7.0",
2047
                "psr/log": "~1.0",
2048
                "ramsey/uuid": "^3.4",
2049
                "symfony/config": "^2.7",
2050
                "symfony/dependency-injection": "^2.7",
2051
                "symfony/http-kernel": "^2.7",
2052
                "symfony/validator": "^2.7"
2053
            },
2054
            "conflict": {
2055
                "surfnet/stepup-middleware-client": "*"
2056
            },
2057
            "require-dev": {
2058
                "ibuildings/qa-tools": "~1.1",
2059
                "liip/rmt": "1.1.*",
2060
                "matthiasnoback/symfony-config-test": "0.*",
2061
                "mockery/mockery": "0.9.*"
2062
            },
2063
            "type": "library",
2064
            "autoload": {
2065
                "psr-4": {
2066
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2067
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2068
                }
2069
            },
2070
            "notification-url": "https://packagist.org/downloads/",
2071
            "license": [
2072
                "Apache-2.0"
2073
            ],
2074
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2075
            "time": "2016-08-03 08:56:12"
2076
        },
2077
        {
2078
            "name": "surfnet/stepup-saml-bundle",
2079
            "version": "2.5.0",
2080
            "source": {
2081
                "type": "git",
2082
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
2083
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72"
2084
            },
2085
            "dist": {
2086
                "type": "zip",
2087
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2088
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2089
                "shasum": ""
2090
            },
2091
            "require": {
2092
                "ext-openssl": "*",
2093
                "php": ">=5.4,<8.0-dev",
2094
                "robrichards/xmlseclibs": "^1.4.0",
2095
                "simplesamlphp/saml2": "^1.8",
2096
                "symfony/dependency-injection": "^2.7",
2097
                "symfony/framework-bundle": "^2.7"
2098
            },
2099
            "require-dev": {
2100
                "ibuildings/qa-tools": "~1.1",
2101
                "liip/rmt": "~1.1",
2102
                "mockery/mockery": "~0.9",
2103
                "psr/log": "~1.0"
2104
            },
2105
            "type": "symfony-bundle",
2106
            "autoload": {
2107
                "psr-4": {
2108
                    "Surfnet\\SamlBundle\\": "src"
2109
                }
2110
            },
2111
            "notification-url": "https://packagist.org/downloads/",
2112
            "license": [
2113
                "Apache-2.0"
2114
            ],
2115
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2116
            "keywords": [
2117
                "SAML2",
2118
                "saml",
2119
                "simplesamlphp",
2120
                "stepup",
2121
                "surfnet"
2122
            ],
2123
            "time": "2016-07-01 09:33:44"
2124
        },
2125
        {
2126
            "name": "surfnet/stepup-u2f-bundle",
2127
            "version": "dev-develop",
2128
            "source": {
2129
                "type": "git",
2130
                "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git",
2131
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2132
            },
2133
            "dist": {
2134
                "type": "zip",
2135
                "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2136
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2137
                "shasum": ""
2138
            },
2139
            "require": {
2140
                "php": ">=5.4|^7",
2141
                "symfony/config": "^2.7",
2142
                "symfony/dependency-injection": "^2.7",
2143
                "symfony/form": "^2.7",
2144
                "symfony/http-kernel": "^2.7",
2145
                "symfony/validator": "^2.7",
2146
                "yubico/u2flib-server": "^0.1.0"
2147
            },
2148
            "require-dev": {
2149
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2150
                "liip/rmt": "1.1.*",
2151
                "matthiasnoback/symfony-config-test": "^1.2",
2152
                "mockery/mockery": "~0.9"
2153
            },
2154
            "type": "library",
2155
            "autoload": {
2156
                "psr-4": {
2157
                    "Surfnet\\StepupU2fBundle\\": "src"
2158
                }
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "Apache-2.0"
2163
            ],
2164
            "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities",
2165
            "time": "2015-09-17 15:02:04"
2166
        },
2167
        {
2168
            "name": "swiftmailer/swiftmailer",
2169
            "version": "v5.4.2",
2170
            "source": {
2171
                "type": "git",
2172
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2173
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2174
            },
2175
            "dist": {
2176
                "type": "zip",
2177
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2178
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2179
                "shasum": ""
2180
            },
2181
            "require": {
2182
                "php": ">=5.3.3"
2183
            },
2184
            "require-dev": {
2185
                "mockery/mockery": "~0.9.1,<0.9.4"
2186
            },
2187
            "type": "library",
2188
            "extra": {
2189
                "branch-alias": {
2190
                    "dev-master": "5.4-dev"
2191
                }
2192
            },
2193
            "autoload": {
2194
                "files": [
2195
                    "lib/swift_required.php"
2196
                ]
2197
            },
2198
            "notification-url": "https://packagist.org/downloads/",
2199
            "license": [
2200
                "MIT"
2201
            ],
2202
            "authors": [
2203
                {
2204
                    "name": "Chris Corbyn"
2205
                },
2206
                {
2207
                    "name": "Fabien Potencier",
2208
                    "email": "[email protected]"
2209
                }
2210
            ],
2211
            "description": "Swiftmailer, free feature-rich PHP mailer",
2212
            "homepage": "http://swiftmailer.org",
2213
            "keywords": [
2214
                "email",
2215
                "mail",
2216
                "mailer"
2217
            ],
2218
            "time": "2016-05-01 08:45:47"
2219
        },
2220
        {
2221
            "name": "symfony/assetic-bundle",
2222
            "version": "v2.8.0",
2223
            "source": {
2224
                "type": "git",
2225
                "url": "https://github.com/symfony/assetic-bundle.git",
2226
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2227
            },
2228
            "dist": {
2229
                "type": "zip",
2230
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2231
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2232
                "shasum": ""
2233
            },
2234
            "require": {
2235
                "kriswallsmith/assetic": "~1.3",
2236
                "php": ">=5.3.0",
2237
                "symfony/console": "~2.3|~3.0",
2238
                "symfony/dependency-injection": "~2.3|~3.0",
2239
                "symfony/framework-bundle": "~2.3|~3.0",
2240
                "symfony/yaml": "~2.3|~3.0"
2241
            },
2242
            "conflict": {
2243
                "kriswallsmith/spork": "<=0.2",
2244
                "twig/twig": "<1.20"
2245
            },
2246
            "require-dev": {
2247
                "kriswallsmith/spork": "~0.3",
2248
                "patchwork/jsqueeze": "~1.0",
2249
                "symfony/class-loader": "~2.3|~3.0",
2250
                "symfony/css-selector": "~2.3|~3.0",
2251
                "symfony/dom-crawler": "~2.3|~3.0",
2252
                "symfony/phpunit-bridge": "~2.7|~3.0",
2253
                "symfony/twig-bundle": "~2.3|~3.0"
2254
            },
2255
            "suggest": {
2256
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2257
                "symfony/twig-bundle": "to use the Twig integration"
2258
            },
2259
            "type": "symfony-bundle",
2260
            "extra": {
2261
                "branch-alias": {
2262
                    "dev-master": "2.7-dev"
2263
                }
2264
            },
2265
            "autoload": {
2266
                "psr-4": {
2267
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2268
                }
2269
            },
2270
            "notification-url": "https://packagist.org/downloads/",
2271
            "license": [
2272
                "MIT"
2273
            ],
2274
            "authors": [
2275
                {
2276
                    "name": "Kris Wallsmith",
2277
                    "email": "[email protected]",
2278
                    "homepage": "http://kriswallsmith.net/"
2279
                }
2280
            ],
2281
            "description": "Integrates Assetic into Symfony2",
2282
            "homepage": "https://github.com/symfony/AsseticBundle",
2283
            "keywords": [
2284
                "assets",
2285
                "compression",
2286
                "minification"
2287
            ],
2288
            "time": "2015-12-28 13:12:39"
2289
        },
2290
        {
2291
            "name": "symfony/monolog-bundle",
2292
            "version": "2.11.1",
2293
            "source": {
2294
                "type": "git",
2295
                "url": "https://github.com/symfony/monolog-bundle.git",
2296
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2297
            },
2298
            "dist": {
2299
                "type": "zip",
2300
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2301
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2302
                "shasum": ""
2303
            },
2304
            "require": {
2305
                "monolog/monolog": "~1.18",
2306
                "php": ">=5.3.2",
2307
                "symfony/config": "~2.3|~3.0",
2308
                "symfony/dependency-injection": "~2.3|~3.0",
2309
                "symfony/http-kernel": "~2.3|~3.0",
2310
                "symfony/monolog-bridge": "~2.3|~3.0"
2311
            },
2312
            "require-dev": {
2313
                "phpunit/phpunit": "^4.8",
2314
                "symfony/console": "~2.3|~3.0",
2315
                "symfony/yaml": "~2.3|~3.0"
2316
            },
2317
            "type": "symfony-bundle",
2318
            "extra": {
2319
                "branch-alias": {
2320
                    "dev-master": "2.x-dev"
2321
                }
2322
            },
2323
            "autoload": {
2324
                "psr-4": {
2325
                    "Symfony\\Bundle\\MonologBundle\\": ""
2326
                }
2327
            },
2328
            "notification-url": "https://packagist.org/downloads/",
2329
            "license": [
2330
                "MIT"
2331
            ],
2332
            "authors": [
2333
                {
2334
                    "name": "Symfony Community",
2335
                    "homepage": "http://symfony.com/contributors"
2336
                },
2337
                {
2338
                    "name": "Fabien Potencier",
2339
                    "email": "[email protected]"
2340
                }
2341
            ],
2342
            "description": "Symfony MonologBundle",
2343
            "homepage": "http://symfony.com",
2344
            "keywords": [
2345
                "log",
2346
                "logging"
2347
            ],
2348
            "time": "2016-04-13 16:21:01"
2349
        },
2350
        {
2351
            "name": "symfony/polyfill-apcu",
2352
            "version": "v1.2.0",
2353
            "source": {
2354
                "type": "git",
2355
                "url": "https://github.com/symfony/polyfill-apcu.git",
2356
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2357
            },
2358
            "dist": {
2359
                "type": "zip",
2360
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2361
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2362
                "shasum": ""
2363
            },
2364
            "require": {
2365
                "php": ">=5.3.3"
2366
            },
2367
            "type": "library",
2368
            "extra": {
2369
                "branch-alias": {
2370
                    "dev-master": "1.2-dev"
2371
                }
2372
            },
2373
            "autoload": {
2374
                "files": [
2375
                    "bootstrap.php"
2376
                ]
2377
            },
2378
            "notification-url": "https://packagist.org/downloads/",
2379
            "license": [
2380
                "MIT"
2381
            ],
2382
            "authors": [
2383
                {
2384
                    "name": "Nicolas Grekas",
2385
                    "email": "[email protected]"
2386
                },
2387
                {
2388
                    "name": "Symfony Community",
2389
                    "homepage": "https://symfony.com/contributors"
2390
                }
2391
            ],
2392
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2393
            "homepage": "https://symfony.com",
2394
            "keywords": [
2395
                "apcu",
2396
                "compatibility",
2397
                "polyfill",
2398
                "portable",
2399
                "shim"
2400
            ],
2401
            "time": "2016-05-18 14:26:46"
2402
        },
2403
        {
2404
            "name": "symfony/polyfill-mbstring",
2405
            "version": "v1.2.0",
2406
            "source": {
2407
                "type": "git",
2408
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2409
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2410
            },
2411
            "dist": {
2412
                "type": "zip",
2413
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2414
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2415
                "shasum": ""
2416
            },
2417
            "require": {
2418
                "php": ">=5.3.3"
2419
            },
2420
            "suggest": {
2421
                "ext-mbstring": "For best performance"
2422
            },
2423
            "type": "library",
2424
            "extra": {
2425
                "branch-alias": {
2426
                    "dev-master": "1.2-dev"
2427
                }
2428
            },
2429
            "autoload": {
2430
                "psr-4": {
2431
                    "Symfony\\Polyfill\\Mbstring\\": ""
2432
                },
2433
                "files": [
2434
                    "bootstrap.php"
2435
                ]
2436
            },
2437
            "notification-url": "https://packagist.org/downloads/",
2438
            "license": [
2439
                "MIT"
2440
            ],
2441
            "authors": [
2442
                {
2443
                    "name": "Nicolas Grekas",
2444
                    "email": "[email protected]"
2445
                },
2446
                {
2447
                    "name": "Symfony Community",
2448
                    "homepage": "https://symfony.com/contributors"
2449
                }
2450
            ],
2451
            "description": "Symfony polyfill for the Mbstring extension",
2452
            "homepage": "https://symfony.com",
2453
            "keywords": [
2454
                "compatibility",
2455
                "mbstring",
2456
                "polyfill",
2457
                "portable",
2458
                "shim"
2459
            ],
2460
            "time": "2016-05-18 14:26:46"
2461
        },
2462
        {
2463
            "name": "symfony/swiftmailer-bundle",
2464
            "version": "v2.3.11",
2465
            "source": {
2466
                "type": "git",
2467
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2468
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2469
            },
2470
            "dist": {
2471
                "type": "zip",
2472
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2473
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2474
                "shasum": ""
2475
            },
2476
            "require": {
2477
                "php": ">=5.3.2",
2478
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2479
                "symfony/config": "~2.3|~3.0",
2480
                "symfony/dependency-injection": "~2.3|~3.0",
2481
                "symfony/http-kernel": "~2.3|~3.0",
2482
                "symfony/yaml": "~2.3|~3.0"
2483
            },
2484
            "require-dev": {
2485
                "symfony/phpunit-bridge": "~2.7|~3.0"
2486
            },
2487
            "suggest": {
2488
                "psr/log": "Allows logging"
2489
            },
2490
            "type": "symfony-bundle",
2491
            "extra": {
2492
                "branch-alias": {
2493
                    "dev-master": "2.3-dev"
2494
                }
2495
            },
2496
            "autoload": {
2497
                "psr-4": {
2498
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2499
                }
2500
            },
2501
            "notification-url": "https://packagist.org/downloads/",
2502
            "license": [
2503
                "MIT"
2504
            ],
2505
            "authors": [
2506
                {
2507
                    "name": "Symfony Community",
2508
                    "homepage": "http://symfony.com/contributors"
2509
                },
2510
                {
2511
                    "name": "Fabien Potencier",
2512
                    "email": "[email protected]"
2513
                }
2514
            ],
2515
            "description": "Symfony SwiftmailerBundle",
2516
            "homepage": "http://symfony.com",
2517
            "time": "2016-01-15 16:41:20"
2518
        },
2519
        {
2520
            "name": "symfony/symfony",
2521
            "version": "v2.7.14",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/symfony/symfony.git",
2525
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
2530
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "doctrine/common": "~2.4",
2535
                "paragonie/random_compat": "~1.0",
2536
                "php": ">=5.3.9",
2537
                "psr/log": "~1.0",
2538
                "symfony/polyfill-apcu": "~1.1",
2539
                "symfony/polyfill-mbstring": "~1.1",
2540
                "twig/twig": "~1.23|~2.0"
2541
            },
2542
            "replace": {
2543
                "symfony/asset": "self.version",
2544
                "symfony/browser-kit": "self.version",
2545
                "symfony/class-loader": "self.version",
2546
                "symfony/config": "self.version",
2547
                "symfony/console": "self.version",
2548
                "symfony/css-selector": "self.version",
2549
                "symfony/debug": "self.version",
2550
                "symfony/debug-bundle": "self.version",
2551
                "symfony/dependency-injection": "self.version",
2552
                "symfony/doctrine-bridge": "self.version",
2553
                "symfony/dom-crawler": "self.version",
2554
                "symfony/event-dispatcher": "self.version",
2555
                "symfony/expression-language": "self.version",
2556
                "symfony/filesystem": "self.version",
2557
                "symfony/finder": "self.version",
2558
                "symfony/form": "self.version",
2559
                "symfony/framework-bundle": "self.version",
2560
                "symfony/http-foundation": "self.version",
2561
                "symfony/http-kernel": "self.version",
2562
                "symfony/intl": "self.version",
2563
                "symfony/locale": "self.version",
2564
                "symfony/monolog-bridge": "self.version",
2565
                "symfony/options-resolver": "self.version",
2566
                "symfony/process": "self.version",
2567
                "symfony/property-access": "self.version",
2568
                "symfony/proxy-manager-bridge": "self.version",
2569
                "symfony/routing": "self.version",
2570
                "symfony/security": "self.version",
2571
                "symfony/security-acl": "self.version",
2572
                "symfony/security-bundle": "self.version",
2573
                "symfony/security-core": "self.version",
2574
                "symfony/security-csrf": "self.version",
2575
                "symfony/security-http": "self.version",
2576
                "symfony/serializer": "self.version",
2577
                "symfony/stopwatch": "self.version",
2578
                "symfony/swiftmailer-bridge": "self.version",
2579
                "symfony/templating": "self.version",
2580
                "symfony/translation": "self.version",
2581
                "symfony/twig-bridge": "self.version",
2582
                "symfony/twig-bundle": "self.version",
2583
                "symfony/validator": "self.version",
2584
                "symfony/var-dumper": "self.version",
2585
                "symfony/web-profiler-bundle": "self.version",
2586
                "symfony/yaml": "self.version"
2587
            },
2588
            "require-dev": {
2589
                "doctrine/data-fixtures": "1.0.*",
2590
                "doctrine/dbal": "~2.4",
2591
                "doctrine/doctrine-bundle": "~1.2",
2592
                "doctrine/orm": "~2.4,>=2.4.5",
2593
                "egulias/email-validator": "~1.2",
2594
                "ircmaxell/password-compat": "~1.0",
2595
                "monolog/monolog": "~1.11",
2596
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2597
            },
2598
            "type": "library",
2599
            "extra": {
2600
                "branch-alias": {
2601
                    "dev-master": "2.7-dev"
2602
                }
2603
            },
2604
            "autoload": {
2605
                "psr-4": {
2606
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2607
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2608
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2609
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2610
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2611
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2612
                    "Symfony\\Component\\": "src/Symfony/Component/"
2613
                },
2614
                "classmap": [
2615
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2616
                    "src/Symfony/Component/Intl/Resources/stubs"
2617
                ],
2618
                "files": [
2619
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2620
                ],
2621
                "exclude-from-classmap": [
2622
                    "**/Tests/"
2623
                ]
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "MIT"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Fabien Potencier",
2632
                    "email": "[email protected]"
2633
                },
2634
                {
2635
                    "name": "Symfony Community",
2636
                    "homepage": "https://symfony.com/contributors"
2637
                }
2638
            ],
2639
            "description": "The Symfony PHP framework",
2640
            "homepage": "https://symfony.com",
2641
            "keywords": [
2642
                "framework"
2643
            ],
2644
            "time": "2016-06-06 15:23:39"
2645
        },
2646
        {
2647
            "name": "twbs/bootstrap",
2648
            "version": "v3.2.0",
2649
            "source": {
2650
                "type": "git",
2651
                "url": "https://github.com/twbs/bootstrap.git",
2652
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2653
            },
2654
            "dist": {
2655
                "type": "zip",
2656
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2657
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2658
                "shasum": ""
2659
            },
2660
            "replace": {
2661
                "twitter/bootstrap": "self.version"
2662
            },
2663
            "type": "library",
2664
            "extra": {
2665
                "branch-alias": {
2666
                    "dev-master": "3.2.x-dev"
2667
                }
2668
            },
2669
            "notification-url": "https://packagist.org/downloads/",
2670
            "license": [
2671
                "MIT"
2672
            ],
2673
            "authors": [
2674
                {
2675
                    "name": "Jacob Thornton",
2676
                    "email": "[email protected]"
2677
                },
2678
                {
2679
                    "name": "Mark Otto",
2680
                    "email": "[email protected]"
2681
                }
2682
            ],
2683
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2684
            "homepage": "http://getbootstrap.com",
2685
            "keywords": [
2686
                "JS",
2687
                "css",
2688
                "framework",
2689
                "front-end",
2690
                "less",
2691
                "mobile-first",
2692
                "responsive",
2693
                "web"
2694
            ],
2695
            "time": "2014-06-26 16:36:48"
2696
        },
2697
        {
2698
            "name": "twig/extensions",
2699
            "version": "v1.3.0",
2700
            "source": {
2701
                "type": "git",
2702
                "url": "https://github.com/twigphp/Twig-extensions.git",
2703
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2704
            },
2705
            "dist": {
2706
                "type": "zip",
2707
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2708
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2709
                "shasum": ""
2710
            },
2711
            "require": {
2712
                "twig/twig": "~1.20|~2.0"
2713
            },
2714
            "require-dev": {
2715
                "symfony/translation": "~2.3"
2716
            },
2717
            "suggest": {
2718
                "symfony/translation": "Allow the time_diff output to be translated"
2719
            },
2720
            "type": "library",
2721
            "extra": {
2722
                "branch-alias": {
2723
                    "dev-master": "1.3-dev"
2724
                }
2725
            },
2726
            "autoload": {
2727
                "psr-0": {
2728
                    "Twig_Extensions_": "lib/"
2729
                }
2730
            },
2731
            "notification-url": "https://packagist.org/downloads/",
2732
            "license": [
2733
                "MIT"
2734
            ],
2735
            "authors": [
2736
                {
2737
                    "name": "Fabien Potencier",
2738
                    "email": "[email protected]"
2739
                }
2740
            ],
2741
            "description": "Common additional features for Twig that do not directly belong in core",
2742
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2743
            "keywords": [
2744
                "i18n",
2745
                "text"
2746
            ],
2747
            "time": "2015-08-22 16:38:35"
2748
        },
2749
        {
2750
            "name": "twig/twig",
2751
            "version": "v1.24.1",
2752
            "source": {
2753
                "type": "git",
2754
                "url": "https://github.com/twigphp/Twig.git",
2755
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
2756
            },
2757
            "dist": {
2758
                "type": "zip",
2759
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
2760
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
2761
                "shasum": ""
2762
            },
2763
            "require": {
2764
                "php": ">=5.2.7"
2765
            },
2766
            "require-dev": {
2767
                "symfony/debug": "~2.7",
2768
                "symfony/phpunit-bridge": "~2.7"
2769
            },
2770
            "type": "library",
2771
            "extra": {
2772
                "branch-alias": {
2773
                    "dev-master": "1.24-dev"
2774
                }
2775
            },
2776
            "autoload": {
2777
                "psr-0": {
2778
                    "Twig_": "lib/"
2779
                }
2780
            },
2781
            "notification-url": "https://packagist.org/downloads/",
2782
            "license": [
2783
                "BSD-3-Clause"
2784
            ],
2785
            "authors": [
2786
                {
2787
                    "name": "Fabien Potencier",
2788
                    "email": "[email protected]",
2789
                    "homepage": "http://fabien.potencier.org",
2790
                    "role": "Lead Developer"
2791
                },
2792
                {
2793
                    "name": "Armin Ronacher",
2794
                    "email": "[email protected]",
2795
                    "role": "Project Founder"
2796
                },
2797
                {
2798
                    "name": "Twig Team",
2799
                    "homepage": "http://twig.sensiolabs.org/contributors",
2800
                    "role": "Contributors"
2801
                }
2802
            ],
2803
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2804
            "homepage": "http://twig.sensiolabs.org",
2805
            "keywords": [
2806
                "templating"
2807
            ],
2808
            "time": "2016-05-30 09:11:59"
2809
        },
2810
        {
2811
            "name": "yubico/u2flib-server",
2812
            "version": "0.1.0",
2813
            "source": {
2814
                "type": "git",
2815
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2816
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2817
            },
2818
            "dist": {
2819
                "type": "zip",
2820
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2821
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2822
                "shasum": ""
2823
            },
2824
            "require": {
2825
                "ext-openssl": "*"
2826
            },
2827
            "type": "library",
2828
            "autoload": {
2829
                "classmap": [
2830
                    "src/"
2831
                ]
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "BSD-2-Clause"
2836
            ],
2837
            "description": "Library for U2F implementation",
2838
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2839
            "time": "2015-03-03 08:05:16"
2840
        }
2841
    ],
2842
    "packages-dev": [
2843
        {
2844
            "name": "behat/behat",
2845
            "version": "v2.5.5",
2846
            "source": {
2847
                "type": "git",
2848
                "url": "https://github.com/Behat/Behat.git",
2849
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
2850
            },
2851
            "dist": {
2852
                "type": "zip",
2853
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
2854
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
2855
                "shasum": ""
2856
            },
2857
            "require": {
2858
                "behat/gherkin": "~2.3.0",
2859
                "php": ">=5.3.1",
2860
                "symfony/config": "~2.3",
2861
                "symfony/console": "~2.0",
2862
                "symfony/dependency-injection": "~2.0",
2863
                "symfony/event-dispatcher": "~2.0",
2864
                "symfony/finder": "~2.0",
2865
                "symfony/translation": "~2.3",
2866
                "symfony/yaml": "~2.0"
2867
            },
2868
            "require-dev": {
2869
                "phpunit/phpunit": "~3.7.19"
2870
            },
2871
            "suggest": {
2872
                "behat/mink-extension": "for integration with Mink testing framework",
2873
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2874
                "behat/yii-extension": "for integration with Yii web framework"
2875
            },
2876
            "bin": [
2877
                "bin/behat"
2878
            ],
2879
            "type": "library",
2880
            "autoload": {
2881
                "psr-0": {
2882
                    "Behat\\Behat": "src/"
2883
                }
2884
            },
2885
            "notification-url": "https://packagist.org/downloads/",
2886
            "license": [
2887
                "MIT"
2888
            ],
2889
            "authors": [
2890
                {
2891
                    "name": "Konstantin Kudryashov",
2892
                    "email": "[email protected]",
2893
                    "homepage": "http://everzet.com"
2894
                }
2895
            ],
2896
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2897
            "homepage": "http://behat.org/",
2898
            "keywords": [
2899
                "BDD",
2900
                "Behat",
2901
                "Symfony2"
2902
            ],
2903
            "time": "2015-06-01 09:37:55"
2904
        },
2905
        {
2906
            "name": "behat/gherkin",
2907
            "version": "v2.3.5",
2908
            "source": {
2909
                "type": "git",
2910
                "url": "https://github.com/Behat/Gherkin.git",
2911
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
2912
            },
2913
            "dist": {
2914
                "type": "zip",
2915
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
2916
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
2917
                "shasum": ""
2918
            },
2919
            "require": {
2920
                "php": ">=5.3.1",
2921
                "symfony/finder": "~2.0"
2922
            },
2923
            "require-dev": {
2924
                "symfony/config": "~2.0",
2925
                "symfony/translation": "~2.0",
2926
                "symfony/yaml": "~2.0"
2927
            },
2928
            "suggest": {
2929
                "symfony/config": "If you want to use Config component to manage resources",
2930
                "symfony/translation": "If you want to use Symfony2 translations adapter",
2931
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2932
            },
2933
            "type": "library",
2934
            "extra": {
2935
                "branch-alias": {
2936
                    "dev-develop": "2.2-dev"
2937
                }
2938
            },
2939
            "autoload": {
2940
                "psr-0": {
2941
                    "Behat\\Gherkin": "src/"
2942
                }
2943
            },
2944
            "notification-url": "https://packagist.org/downloads/",
2945
            "license": [
2946
                "MIT"
2947
            ],
2948
            "authors": [
2949
                {
2950
                    "name": "Konstantin Kudryashov",
2951
                    "email": "[email protected]",
2952
                    "homepage": "http://everzet.com"
2953
                }
2954
            ],
2955
            "description": "Gherkin DSL parser for PHP 5.3",
2956
            "homepage": "http://behat.org/",
2957
            "keywords": [
2958
                "BDD",
2959
                "Behat",
2960
                "DSL",
2961
                "Symfony2",
2962
                "parser"
2963
            ],
2964
            "time": "2013-10-15 11:22:17"
2965
        },
2966
        {
2967
            "name": "behat/mink",
2968
            "version": "v1.7.1",
2969
            "source": {
2970
                "type": "git",
2971
                "url": "https://github.com/minkphp/Mink.git",
2972
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2973
            },
2974
            "dist": {
2975
                "type": "zip",
2976
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2977
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2978
                "shasum": ""
2979
            },
2980
            "require": {
2981
                "php": ">=5.3.1",
2982
                "symfony/css-selector": "~2.1|~3.0"
2983
            },
2984
            "require-dev": {
2985
                "symfony/phpunit-bridge": "~2.7|~3.0"
2986
            },
2987
            "suggest": {
2988
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2989
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2990
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2991
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2992
            },
2993
            "type": "library",
2994
            "extra": {
2995
                "branch-alias": {
2996
                    "dev-master": "1.7.x-dev"
2997
                }
2998
            },
2999
            "autoload": {
3000
                "psr-4": {
3001
                    "Behat\\Mink\\": "src/"
3002
                }
3003
            },
3004
            "notification-url": "https://packagist.org/downloads/",
3005
            "license": [
3006
                "MIT"
3007
            ],
3008
            "authors": [
3009
                {
3010
                    "name": "Konstantin Kudryashov",
3011
                    "email": "[email protected]",
3012
                    "homepage": "http://everzet.com"
3013
                }
3014
            ],
3015
            "description": "Browser controller/emulator abstraction for PHP",
3016
            "homepage": "http://mink.behat.org/",
3017
            "keywords": [
3018
                "browser",
3019
                "testing",
3020
                "web"
3021
            ],
3022
            "time": "2016-03-05 08:26:18"
3023
        },
3024
        {
3025
            "name": "behat/mink-browserkit-driver",
3026
            "version": "v1.3.2",
3027
            "source": {
3028
                "type": "git",
3029
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3030
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3031
            },
3032
            "dist": {
3033
                "type": "zip",
3034
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3035
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3036
                "shasum": ""
3037
            },
3038
            "require": {
3039
                "behat/mink": "^1.7.1@dev",
3040
                "php": ">=5.3.6",
3041
                "symfony/browser-kit": "~2.3|~3.0",
3042
                "symfony/dom-crawler": "~2.3|~3.0"
3043
            },
3044
            "require-dev": {
3045
                "silex/silex": "~1.2",
3046
                "symfony/phpunit-bridge": "~2.7|~3.0"
3047
            },
3048
            "type": "mink-driver",
3049
            "extra": {
3050
                "branch-alias": {
3051
                    "dev-master": "1.3.x-dev"
3052
                }
3053
            },
3054
            "autoload": {
3055
                "psr-4": {
3056
                    "Behat\\Mink\\Driver\\": "src/"
3057
                }
3058
            },
3059
            "notification-url": "https://packagist.org/downloads/",
3060
            "license": [
3061
                "MIT"
3062
            ],
3063
            "authors": [
3064
                {
3065
                    "name": "Konstantin Kudryashov",
3066
                    "email": "[email protected]",
3067
                    "homepage": "http://everzet.com"
3068
                }
3069
            ],
3070
            "description": "Symfony2 BrowserKit driver for Mink framework",
3071
            "homepage": "http://mink.behat.org/",
3072
            "keywords": [
3073
                "Mink",
3074
                "Symfony2",
3075
                "browser",
3076
                "testing"
3077
            ],
3078
            "time": "2016-03-05 08:59:47"
3079
        },
3080
        {
3081
            "name": "behat/mink-extension",
3082
            "version": "v1.3.3",
3083
            "source": {
3084
                "type": "git",
3085
                "url": "https://github.com/Behat/MinkExtension.git",
3086
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
3087
            },
3088
            "dist": {
3089
                "type": "zip",
3090
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3091
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3092
                "shasum": ""
3093
            },
3094
            "require": {
3095
                "behat/behat": "~2.5.0",
3096
                "behat/mink": "~1.5",
3097
                "php": ">=5.3.2",
3098
                "symfony/config": "~2.2"
3099
            },
3100
            "require-dev": {
3101
                "behat/mink-goutte-driver": "~1.0",
3102
                "fabpot/goutte": "~1.0"
3103
            },
3104
            "type": "behat-extension",
3105
            "autoload": {
3106
                "psr-0": {
3107
                    "Behat\\MinkExtension": "src/"
3108
                }
3109
            },
3110
            "notification-url": "https://packagist.org/downloads/",
3111
            "license": [
3112
                "MIT"
3113
            ],
3114
            "authors": [
3115
                {
3116
                    "name": "Konstantin Kudryashov",
3117
                    "email": "[email protected]",
3118
                    "homepage": "http://everzet.com"
3119
                }
3120
            ],
3121
            "description": "Mink extension for Behat",
3122
            "homepage": "http://mink.behat.org",
3123
            "keywords": [
3124
                "browser",
3125
                "gui",
3126
                "test",
3127
                "web"
3128
            ],
3129
            "time": "2014-05-15 19:27:39"
3130
        },
3131
        {
3132
            "name": "behat/mink-goutte-driver",
3133
            "version": "v1.2.1",
3134
            "source": {
3135
                "type": "git",
3136
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
3137
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
3138
            },
3139
            "dist": {
3140
                "type": "zip",
3141
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3142
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3143
                "shasum": ""
3144
            },
3145
            "require": {
3146
                "behat/mink": "~1.6@dev",
3147
                "behat/mink-browserkit-driver": "~1.2@dev",
3148
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
3149
                "php": ">=5.3.1"
3150
            },
3151
            "require-dev": {
3152
                "symfony/phpunit-bridge": "~2.7|~3.0"
3153
            },
3154
            "type": "mink-driver",
3155
            "extra": {
3156
                "branch-alias": {
3157
                    "dev-master": "1.2.x-dev"
3158
                }
3159
            },
3160
            "autoload": {
3161
                "psr-4": {
3162
                    "Behat\\Mink\\Driver\\": "src/"
3163
                }
3164
            },
3165
            "notification-url": "https://packagist.org/downloads/",
3166
            "license": [
3167
                "MIT"
3168
            ],
3169
            "authors": [
3170
                {
3171
                    "name": "Konstantin Kudryashov",
3172
                    "email": "[email protected]",
3173
                    "homepage": "http://everzet.com"
3174
                }
3175
            ],
3176
            "description": "Goutte driver for Mink framework",
3177
            "homepage": "http://mink.behat.org/",
3178
            "keywords": [
3179
                "browser",
3180
                "goutte",
3181
                "headless",
3182
                "testing"
3183
            ],
3184
            "time": "2016-03-05 09:04:22"
3185
        },
3186
        {
3187
            "name": "behat/mink-selenium2-driver",
3188
            "version": "v1.3.1",
3189
            "source": {
3190
                "type": "git",
3191
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3192
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
3193
            },
3194
            "dist": {
3195
                "type": "zip",
3196
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
3197
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
3198
                "shasum": ""
3199
            },
3200
            "require": {
3201
                "behat/mink": "~1.7@dev",
3202
                "instaclick/php-webdriver": "~1.1",
3203
                "php": ">=5.3.1"
3204
            },
3205
            "require-dev": {
3206
                "symfony/phpunit-bridge": "~2.7"
3207
            },
3208
            "type": "mink-driver",
3209
            "extra": {
3210
                "branch-alias": {
3211
                    "dev-master": "1.3.x-dev"
3212
                }
3213
            },
3214
            "autoload": {
3215
                "psr-4": {
3216
                    "Behat\\Mink\\Driver\\": "src/"
3217
                }
3218
            },
3219
            "notification-url": "https://packagist.org/downloads/",
3220
            "license": [
3221
                "MIT"
3222
            ],
3223
            "authors": [
3224
                {
3225
                    "name": "Konstantin Kudryashov",
3226
                    "email": "[email protected]",
3227
                    "homepage": "http://everzet.com"
3228
                },
3229
                {
3230
                    "name": "Pete Otaqui",
3231
                    "email": "[email protected]",
3232
                    "homepage": "https://github.com/pete-otaqui"
3233
                }
3234
            ],
3235
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3236
            "homepage": "http://mink.behat.org/",
3237
            "keywords": [
3238
                "ajax",
3239
                "browser",
3240
                "javascript",
3241
                "selenium",
3242
                "testing",
3243
                "webdriver"
3244
            ],
3245
            "time": "2016-03-05 09:10:18"
3246
        },
3247
        {
3248
            "name": "camspiers/json-pretty",
3249
            "version": "1.0.2",
3250
            "source": {
3251
                "type": "git",
3252
                "url": "https://github.com/camspiers/json-pretty.git",
3253
                "reference": "17be37cb83af8014658da48fa0012604179039a7"
3254
            },
3255
            "dist": {
3256
                "type": "zip",
3257
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7",
3258
                "reference": "17be37cb83af8014658da48fa0012604179039a7",
3259
                "shasum": ""
3260
            },
3261
            "require-dev": {
3262
                "phpunit/phpunit": "~4.0"
3263
            },
3264
            "type": "library",
3265
            "autoload": {
3266
                "psr-0": {
3267
                    "Camspiers": "src/"
3268
                }
3269
            },
3270
            "notification-url": "https://packagist.org/downloads/",
3271
            "license": [
3272
                "MIT"
3273
            ],
3274
            "authors": [
3275
                {
3276
                    "name": "Cam Spiers",
3277
                    "email": "[email protected]"
3278
                }
3279
            ],
3280
            "description": "Provides support for json pretty printing",
3281
            "time": "2016-02-06 01:25:58"
3282
        },
3283
        {
3284
            "name": "doctrine/instantiator",
3285
            "version": "1.0.5",
3286
            "source": {
3287
                "type": "git",
3288
                "url": "https://github.com/doctrine/instantiator.git",
3289
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3290
            },
3291
            "dist": {
3292
                "type": "zip",
3293
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3294
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3295
                "shasum": ""
3296
            },
3297
            "require": {
3298
                "php": ">=5.3,<8.0-DEV"
3299
            },
3300
            "require-dev": {
3301
                "athletic/athletic": "~0.1.8",
3302
                "ext-pdo": "*",
3303
                "ext-phar": "*",
3304
                "phpunit/phpunit": "~4.0",
3305
                "squizlabs/php_codesniffer": "~2.0"
3306
            },
3307
            "type": "library",
3308
            "extra": {
3309
                "branch-alias": {
3310
                    "dev-master": "1.0.x-dev"
3311
                }
3312
            },
3313
            "autoload": {
3314
                "psr-4": {
3315
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3316
                }
3317
            },
3318
            "notification-url": "https://packagist.org/downloads/",
3319
            "license": [
3320
                "MIT"
3321
            ],
3322
            "authors": [
3323
                {
3324
                    "name": "Marco Pivetta",
3325
                    "email": "[email protected]",
3326
                    "homepage": "http://ocramius.github.com/"
3327
                }
3328
            ],
3329
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3330
            "homepage": "https://github.com/doctrine/instantiator",
3331
            "keywords": [
3332
                "constructor",
3333
                "instantiate"
3334
            ],
3335
            "time": "2015-06-14 21:17:01"
3336
        },
3337
        {
3338
            "name": "fabpot/goutte",
3339
            "version": "v2.0.4",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
3343
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3348
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "guzzlehttp/guzzle": ">=4,<6",
3353
                "php": ">=5.4.0",
3354
                "symfony/browser-kit": "~2.1",
3355
                "symfony/css-selector": "~2.1",
3356
                "symfony/dom-crawler": "~2.1"
3357
            },
3358
            "type": "application",
3359
            "extra": {
3360
                "branch-alias": {
3361
                    "dev-master": "2.0-dev"
3362
                }
3363
            },
3364
            "autoload": {
3365
                "psr-4": {
3366
                    "Goutte\\": "Goutte"
3367
                }
3368
            },
3369
            "notification-url": "https://packagist.org/downloads/",
3370
            "license": [
3371
                "MIT"
3372
            ],
3373
            "authors": [
3374
                {
3375
                    "name": "Fabien Potencier",
3376
                    "email": "[email protected]"
3377
                }
3378
            ],
3379
            "description": "A simple PHP Web Scraper",
3380
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
3381
            "keywords": [
3382
                "scraper"
3383
            ],
3384
            "time": "2015-05-05 21:14:57"
3385
        },
3386
        {
3387
            "name": "hamcrest/hamcrest-php",
3388
            "version": "v1.2.2",
3389
            "source": {
3390
                "type": "git",
3391
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3392
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3393
            },
3394
            "dist": {
3395
                "type": "zip",
3396
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3397
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3398
                "shasum": ""
3399
            },
3400
            "require": {
3401
                "php": ">=5.3.2"
3402
            },
3403
            "replace": {
3404
                "cordoval/hamcrest-php": "*",
3405
                "davedevelopment/hamcrest-php": "*",
3406
                "kodova/hamcrest-php": "*"
3407
            },
3408
            "require-dev": {
3409
                "phpunit/php-file-iterator": "1.3.3",
3410
                "satooshi/php-coveralls": "dev-master"
3411
            },
3412
            "type": "library",
3413
            "autoload": {
3414
                "classmap": [
3415
                    "hamcrest"
3416
                ],
3417
                "files": [
3418
                    "hamcrest/Hamcrest.php"
3419
                ]
3420
            },
3421
            "notification-url": "https://packagist.org/downloads/",
3422
            "license": [
3423
                "BSD"
3424
            ],
3425
            "description": "This is the PHP port of Hamcrest Matchers",
3426
            "keywords": [
3427
                "test"
3428
            ],
3429
            "time": "2015-05-11 14:41:42"
3430
        },
3431
        {
3432
            "name": "ibuildings/qa-tools",
3433
            "version": "1.1.27",
3434
            "source": {
3435
                "type": "git",
3436
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
3437
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
3438
            },
3439
            "dist": {
3440
                "type": "zip",
3441
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3442
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3443
                "shasum": ""
3444
            },
3445
            "require": {
3446
                "behat/behat": "~2.5",
3447
                "behat/mink": "*",
3448
                "behat/mink-extension": "*",
3449
                "behat/mink-goutte-driver": ">=1.0.9",
3450
                "behat/mink-selenium2-driver": "*",
3451
                "camspiers/json-pretty": "~1.0",
3452
                "phpmd/phpmd": "~2",
3453
                "phpunit/phpunit": "~4",
3454
                "sebastian/phpcpd": "~2",
3455
                "sensiolabs/security-checker": "~2.0",
3456
                "squizlabs/php_codesniffer": "~1",
3457
                "symfony/console": "~2.1",
3458
                "symfony/filesystem": "~2.1",
3459
                "twig/twig": "~1.12"
3460
            },
3461
            "bin": [
3462
                "bin/qa-tools",
3463
                "bin/jshint"
3464
            ],
3465
            "type": "library",
3466
            "extra": {
3467
                "branch-alias": {
3468
                    "dev-master": "1.1.x-dev"
3469
                }
3470
            },
3471
            "autoload": {
3472
                "psr-0": {
3473
                    "Ibuildings": "src/"
3474
                }
3475
            },
3476
            "notification-url": "https://packagist.org/downloads/",
3477
            "license": [
3478
                "MIT"
3479
            ],
3480
            "description": "Ibuildings standard QA Tools",
3481
            "time": "2014-10-06 10:35:34"
3482
        },
3483
        {
3484
            "name": "instaclick/php-webdriver",
3485
            "version": "1.4.3",
3486
            "source": {
3487
                "type": "git",
3488
                "url": "https://github.com/instaclick/php-webdriver.git",
3489
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
3490
            },
3491
            "dist": {
3492
                "type": "zip",
3493
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3494
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3495
                "shasum": ""
3496
            },
3497
            "require": {
3498
                "ext-curl": "*",
3499
                "php": ">=5.3.2"
3500
            },
3501
            "require-dev": {
3502
                "satooshi/php-coveralls": "dev-master"
3503
            },
3504
            "type": "library",
3505
            "extra": {
3506
                "branch-alias": {
3507
                    "dev-master": "1.4.x-dev"
3508
                }
3509
            },
3510
            "autoload": {
3511
                "psr-0": {
3512
                    "WebDriver": "lib/"
3513
                }
3514
            },
3515
            "notification-url": "https://packagist.org/downloads/",
3516
            "license": [
3517
                "Apache-2.0"
3518
            ],
3519
            "authors": [
3520
                {
3521
                    "name": "Justin Bishop",
3522
                    "email": "[email protected]",
3523
                    "role": "Developer"
3524
                },
3525
                {
3526
                    "name": "Anthon Pang",
3527
                    "email": "[email protected]",
3528
                    "role": "Fork Maintainer"
3529
                }
3530
            ],
3531
            "description": "PHP WebDriver for Selenium 2",
3532
            "homepage": "http://instaclick.com/",
3533
            "keywords": [
3534
                "browser",
3535
                "selenium",
3536
                "webdriver",
3537
                "webtest"
3538
            ],
3539
            "time": "2015-06-15 20:19:33"
3540
        },
3541
        {
3542
            "name": "liip/rmt",
3543
            "version": "1.1.9",
3544
            "source": {
3545
                "type": "git",
3546
                "url": "https://github.com/liip/RMT.git",
3547
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3548
            },
3549
            "dist": {
3550
                "type": "zip",
3551
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3552
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3553
                "shasum": ""
3554
            },
3555
            "require": {
3556
                "php": ">=5.3.3",
3557
                "sensiolabs/security-checker": "~2.0",
3558
                "symfony/console": "~2.0",
3559
                "symfony/process": "~2.0",
3560
                "symfony/yaml": "~2.0",
3561
                "vierbergenlars/php-semver": "~3.0"
3562
            },
3563
            "bin": [
3564
                "RMT"
3565
            ],
3566
            "type": "library",
3567
            "autoload": {
3568
                "psr-0": {
3569
                    "Liip": "src"
3570
                }
3571
            },
3572
            "notification-url": "https://packagist.org/downloads/",
3573
            "license": [
3574
                "MIT"
3575
            ],
3576
            "authors": [
3577
                {
3578
                    "name": "Laurent Prodon",
3579
                    "email": "[email protected]",
3580
                    "role": "Developer"
3581
                },
3582
                {
3583
                    "name": "David Jeanmonod",
3584
                    "email": "[email protected]",
3585
                    "role": "Developer"
3586
                }
3587
            ],
3588
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3589
            "homepage": "http://github.com/liip/RMT",
3590
            "keywords": [
3591
                "post-release",
3592
                "pre-release",
3593
                "release",
3594
                "semantic versioning",
3595
                "vcs tag",
3596
                "version"
3597
            ],
3598
            "time": "2015-05-06 20:11:13"
3599
        },
3600
        {
3601
            "name": "matthiasnoback/symfony-config-test",
3602
            "version": "v1.4.0",
3603
            "source": {
3604
                "type": "git",
3605
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3606
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3607
            },
3608
            "dist": {
3609
                "type": "zip",
3610
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3611
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3612
                "shasum": ""
3613
            },
3614
            "require": {
3615
                "php": ">=5.3",
3616
                "sebastian/exporter": "1.*",
3617
                "symfony/config": "~2.0|~3.0"
3618
            },
3619
            "require-dev": {
3620
                "phpunit/phpunit": ">=3.7"
3621
            },
3622
            "type": "library",
3623
            "autoload": {
3624
                "psr-4": {
3625
                    "Matthias\\SymfonyConfigTest\\": ""
3626
                }
3627
            },
3628
            "notification-url": "https://packagist.org/downloads/",
3629
            "license": [
3630
                "MIT"
3631
            ],
3632
            "authors": [
3633
                {
3634
                    "name": "Matthias Noback",
3635
                    "email": "[email protected]",
3636
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3637
                }
3638
            ],
3639
            "description": "Library for testing user classes related to the Symfony Config Component",
3640
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3641
            "keywords": [
3642
                "config",
3643
                "phpunit",
3644
                "symfony"
3645
            ],
3646
            "time": "2015-11-25 21:40:32"
3647
        },
3648
        {
3649
            "name": "mockery/mockery",
3650
            "version": "0.9.5",
3651
            "source": {
3652
                "type": "git",
3653
                "url": "https://github.com/padraic/mockery.git",
3654
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3655
            },
3656
            "dist": {
3657
                "type": "zip",
3658
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3659
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3660
                "shasum": ""
3661
            },
3662
            "require": {
3663
                "hamcrest/hamcrest-php": "~1.1",
3664
                "lib-pcre": ">=7.0",
3665
                "php": ">=5.3.2"
3666
            },
3667
            "require-dev": {
3668
                "phpunit/phpunit": "~4.0"
3669
            },
3670
            "type": "library",
3671
            "extra": {
3672
                "branch-alias": {
3673
                    "dev-master": "0.9.x-dev"
3674
                }
3675
            },
3676
            "autoload": {
3677
                "psr-0": {
3678
                    "Mockery": "library/"
3679
                }
3680
            },
3681
            "notification-url": "https://packagist.org/downloads/",
3682
            "license": [
3683
                "BSD-3-Clause"
3684
            ],
3685
            "authors": [
3686
                {
3687
                    "name": "Pádraic Brady",
3688
                    "email": "[email protected]",
3689
                    "homepage": "http://blog.astrumfutura.com"
3690
                },
3691
                {
3692
                    "name": "Dave Marshall",
3693
                    "email": "[email protected]",
3694
                    "homepage": "http://davedevelopment.co.uk"
3695
                }
3696
            ],
3697
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3698
            "homepage": "http://github.com/padraic/mockery",
3699
            "keywords": [
3700
                "BDD",
3701
                "TDD",
3702
                "library",
3703
                "mock",
3704
                "mock objects",
3705
                "mockery",
3706
                "stub",
3707
                "test",
3708
                "test double",
3709
                "testing"
3710
            ],
3711
            "time": "2016-05-22 21:52:33"
3712
        },
3713
        {
3714
            "name": "pdepend/pdepend",
3715
            "version": "2.2.4",
3716
            "source": {
3717
                "type": "git",
3718
                "url": "https://github.com/pdepend/pdepend.git",
3719
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
3720
            },
3721
            "dist": {
3722
                "type": "zip",
3723
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
3724
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
3725
                "shasum": ""
3726
            },
3727
            "require": {
3728
                "php": ">=5.3.7",
3729
                "symfony/config": "^2.3.0|^3",
3730
                "symfony/dependency-injection": "^2.3.0|^3",
3731
                "symfony/filesystem": "^2.3.0|^3"
3732
            },
3733
            "require-dev": {
3734
                "phpunit/phpunit": "^4.4.0,<4.8",
3735
                "squizlabs/php_codesniffer": "^2.0.0"
3736
            },
3737
            "bin": [
3738
                "src/bin/pdepend"
3739
            ],
3740
            "type": "library",
3741
            "autoload": {
3742
                "psr-4": {
3743
                    "PDepend\\": "src/main/php/PDepend"
3744
                }
3745
            },
3746
            "notification-url": "https://packagist.org/downloads/",
3747
            "license": [
3748
                "BSD-3-Clause"
3749
            ],
3750
            "description": "Official version of pdepend to be handled with Composer",
3751
            "time": "2016-03-10 15:15:04"
3752
        },
3753
        {
3754
            "name": "phpdocumentor/reflection-common",
3755
            "version": "1.0",
3756
            "source": {
3757
                "type": "git",
3758
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3759
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3760
            },
3761
            "dist": {
3762
                "type": "zip",
3763
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3764
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3765
                "shasum": ""
3766
            },
3767
            "require": {
3768
                "php": ">=5.5"
3769
            },
3770
            "require-dev": {
3771
                "phpunit/phpunit": "^4.6"
3772
            },
3773
            "type": "library",
3774
            "extra": {
3775
                "branch-alias": {
3776
                    "dev-master": "1.0.x-dev"
3777
                }
3778
            },
3779
            "autoload": {
3780
                "psr-4": {
3781
                    "phpDocumentor\\Reflection\\": [
3782
                        "src"
3783
                    ]
3784
                }
3785
            },
3786
            "notification-url": "https://packagist.org/downloads/",
3787
            "license": [
3788
                "MIT"
3789
            ],
3790
            "authors": [
3791
                {
3792
                    "name": "Jaap van Otterdijk",
3793
                    "email": "[email protected]"
3794
                }
3795
            ],
3796
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3797
            "homepage": "http://www.phpdoc.org",
3798
            "keywords": [
3799
                "FQSEN",
3800
                "phpDocumentor",
3801
                "phpdoc",
3802
                "reflection",
3803
                "static analysis"
3804
            ],
3805
            "time": "2015-12-27 11:43:31"
3806
        },
3807
        {
3808
            "name": "phpdocumentor/reflection-docblock",
3809
            "version": "3.1.0",
3810
            "source": {
3811
                "type": "git",
3812
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3813
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
3814
            },
3815
            "dist": {
3816
                "type": "zip",
3817
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
3818
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
3819
                "shasum": ""
3820
            },
3821
            "require": {
3822
                "php": ">=5.5",
3823
                "phpdocumentor/reflection-common": "^1.0@dev",
3824
                "phpdocumentor/type-resolver": "^0.2.0",
3825
                "webmozart/assert": "^1.0"
3826
            },
3827
            "require-dev": {
3828
                "mockery/mockery": "^0.9.4",
3829
                "phpunit/phpunit": "^4.4"
3830
            },
3831
            "type": "library",
3832
            "autoload": {
3833
                "psr-4": {
3834
                    "phpDocumentor\\Reflection\\": [
3835
                        "src/"
3836
                    ]
3837
                }
3838
            },
3839
            "notification-url": "https://packagist.org/downloads/",
3840
            "license": [
3841
                "MIT"
3842
            ],
3843
            "authors": [
3844
                {
3845
                    "name": "Mike van Riel",
3846
                    "email": "[email protected]"
3847
                }
3848
            ],
3849
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3850
            "time": "2016-06-10 09:48:41"
3851
        },
3852
        {
3853
            "name": "phpdocumentor/type-resolver",
3854
            "version": "0.2",
3855
            "source": {
3856
                "type": "git",
3857
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3858
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
3859
            },
3860
            "dist": {
3861
                "type": "zip",
3862
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
3863
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
3864
                "shasum": ""
3865
            },
3866
            "require": {
3867
                "php": ">=5.5",
3868
                "phpdocumentor/reflection-common": "^1.0"
3869
            },
3870
            "require-dev": {
3871
                "mockery/mockery": "^0.9.4",
3872
                "phpunit/phpunit": "^5.2||^4.8.24"
3873
            },
3874
            "type": "library",
3875
            "extra": {
3876
                "branch-alias": {
3877
                    "dev-master": "1.0.x-dev"
3878
                }
3879
            },
3880
            "autoload": {
3881
                "psr-4": {
3882
                    "phpDocumentor\\Reflection\\": [
3883
                        "src/"
3884
                    ]
3885
                }
3886
            },
3887
            "notification-url": "https://packagist.org/downloads/",
3888
            "license": [
3889
                "MIT"
3890
            ],
3891
            "authors": [
3892
                {
3893
                    "name": "Mike van Riel",
3894
                    "email": "[email protected]"
3895
                }
3896
            ],
3897
            "time": "2016-06-10 07:14:17"
3898
        },
3899
        {
3900
            "name": "phpmd/phpmd",
3901
            "version": "2.4.3",
3902
            "source": {
3903
                "type": "git",
3904
                "url": "https://github.com/phpmd/phpmd.git",
3905
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
3906
            },
3907
            "dist": {
3908
                "type": "zip",
3909
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
3910
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
3911
                "shasum": ""
3912
            },
3913
            "require": {
3914
                "pdepend/pdepend": "^2.0.4",
3915
                "php": ">=5.3.0"
3916
            },
3917
            "require-dev": {
3918
                "phpunit/phpunit": "^4.0",
3919
                "squizlabs/php_codesniffer": "^2.0"
3920
            },
3921
            "bin": [
3922
                "src/bin/phpmd"
3923
            ],
3924
            "type": "project",
3925
            "autoload": {
3926
                "psr-0": {
3927
                    "PHPMD\\": "src/main/php"
3928
                }
3929
            },
3930
            "notification-url": "https://packagist.org/downloads/",
3931
            "license": [
3932
                "BSD-3-Clause"
3933
            ],
3934
            "authors": [
3935
                {
3936
                    "name": "Manuel Pichler",
3937
                    "email": "[email protected]",
3938
                    "homepage": "https://github.com/manuelpichler",
3939
                    "role": "Project Founder"
3940
                },
3941
                {
3942
                    "name": "Other contributors",
3943
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3944
                    "role": "Contributors"
3945
                },
3946
                {
3947
                    "name": "Marc Würth",
3948
                    "email": "[email protected]",
3949
                    "homepage": "https://github.com/ravage84",
3950
                    "role": "Project Maintainer"
3951
                }
3952
            ],
3953
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3954
            "homepage": "http://phpmd.org/",
3955
            "keywords": [
3956
                "mess detection",
3957
                "mess detector",
3958
                "pdepend",
3959
                "phpmd",
3960
                "pmd"
3961
            ],
3962
            "time": "2016-04-04 11:52:04"
3963
        },
3964
        {
3965
            "name": "phpspec/prophecy",
3966
            "version": "v1.6.1",
3967
            "source": {
3968
                "type": "git",
3969
                "url": "https://github.com/phpspec/prophecy.git",
3970
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
3971
            },
3972
            "dist": {
3973
                "type": "zip",
3974
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
3975
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
3976
                "shasum": ""
3977
            },
3978
            "require": {
3979
                "doctrine/instantiator": "^1.0.2",
3980
                "php": "^5.3|^7.0",
3981
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3982
                "sebastian/comparator": "^1.1",
3983
                "sebastian/recursion-context": "^1.0"
3984
            },
3985
            "require-dev": {
3986
                "phpspec/phpspec": "^2.0"
3987
            },
3988
            "type": "library",
3989
            "extra": {
3990
                "branch-alias": {
3991
                    "dev-master": "1.6.x-dev"
3992
                }
3993
            },
3994
            "autoload": {
3995
                "psr-0": {
3996
                    "Prophecy\\": "src/"
3997
                }
3998
            },
3999
            "notification-url": "https://packagist.org/downloads/",
4000
            "license": [
4001
                "MIT"
4002
            ],
4003
            "authors": [
4004
                {
4005
                    "name": "Konstantin Kudryashov",
4006
                    "email": "[email protected]",
4007
                    "homepage": "http://everzet.com"
4008
                },
4009
                {
4010
                    "name": "Marcello Duarte",
4011
                    "email": "[email protected]"
4012
                }
4013
            ],
4014
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4015
            "homepage": "https://github.com/phpspec/prophecy",
4016
            "keywords": [
4017
                "Double",
4018
                "Dummy",
4019
                "fake",
4020
                "mock",
4021
                "spy",
4022
                "stub"
4023
            ],
4024
            "time": "2016-06-07 08:13:47"
4025
        },
4026
        {
4027
            "name": "phpunit/php-code-coverage",
4028
            "version": "2.2.4",
4029
            "source": {
4030
                "type": "git",
4031
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4032
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4033
            },
4034
            "dist": {
4035
                "type": "zip",
4036
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4037
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4038
                "shasum": ""
4039
            },
4040
            "require": {
4041
                "php": ">=5.3.3",
4042
                "phpunit/php-file-iterator": "~1.3",
4043
                "phpunit/php-text-template": "~1.2",
4044
                "phpunit/php-token-stream": "~1.3",
4045
                "sebastian/environment": "^1.3.2",
4046
                "sebastian/version": "~1.0"
4047
            },
4048
            "require-dev": {
4049
                "ext-xdebug": ">=2.1.4",
4050
                "phpunit/phpunit": "~4"
4051
            },
4052
            "suggest": {
4053
                "ext-dom": "*",
4054
                "ext-xdebug": ">=2.2.1",
4055
                "ext-xmlwriter": "*"
4056
            },
4057
            "type": "library",
4058
            "extra": {
4059
                "branch-alias": {
4060
                    "dev-master": "2.2.x-dev"
4061
                }
4062
            },
4063
            "autoload": {
4064
                "classmap": [
4065
                    "src/"
4066
                ]
4067
            },
4068
            "notification-url": "https://packagist.org/downloads/",
4069
            "license": [
4070
                "BSD-3-Clause"
4071
            ],
4072
            "authors": [
4073
                {
4074
                    "name": "Sebastian Bergmann",
4075
                    "email": "[email protected]",
4076
                    "role": "lead"
4077
                }
4078
            ],
4079
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4080
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4081
            "keywords": [
4082
                "coverage",
4083
                "testing",
4084
                "xunit"
4085
            ],
4086
            "time": "2015-10-06 15:47:00"
4087
        },
4088
        {
4089
            "name": "phpunit/php-file-iterator",
4090
            "version": "1.4.1",
4091
            "source": {
4092
                "type": "git",
4093
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4094
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4095
            },
4096
            "dist": {
4097
                "type": "zip",
4098
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4099
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4100
                "shasum": ""
4101
            },
4102
            "require": {
4103
                "php": ">=5.3.3"
4104
            },
4105
            "type": "library",
4106
            "extra": {
4107
                "branch-alias": {
4108
                    "dev-master": "1.4.x-dev"
4109
                }
4110
            },
4111
            "autoload": {
4112
                "classmap": [
4113
                    "src/"
4114
                ]
4115
            },
4116
            "notification-url": "https://packagist.org/downloads/",
4117
            "license": [
4118
                "BSD-3-Clause"
4119
            ],
4120
            "authors": [
4121
                {
4122
                    "name": "Sebastian Bergmann",
4123
                    "email": "[email protected]",
4124
                    "role": "lead"
4125
                }
4126
            ],
4127
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4128
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4129
            "keywords": [
4130
                "filesystem",
4131
                "iterator"
4132
            ],
4133
            "time": "2015-06-21 13:08:43"
4134
        },
4135
        {
4136
            "name": "phpunit/php-text-template",
4137
            "version": "1.2.1",
4138
            "source": {
4139
                "type": "git",
4140
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4141
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4142
            },
4143
            "dist": {
4144
                "type": "zip",
4145
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4146
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4147
                "shasum": ""
4148
            },
4149
            "require": {
4150
                "php": ">=5.3.3"
4151
            },
4152
            "type": "library",
4153
            "autoload": {
4154
                "classmap": [
4155
                    "src/"
4156
                ]
4157
            },
4158
            "notification-url": "https://packagist.org/downloads/",
4159
            "license": [
4160
                "BSD-3-Clause"
4161
            ],
4162
            "authors": [
4163
                {
4164
                    "name": "Sebastian Bergmann",
4165
                    "email": "[email protected]",
4166
                    "role": "lead"
4167
                }
4168
            ],
4169
            "description": "Simple template engine.",
4170
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4171
            "keywords": [
4172
                "template"
4173
            ],
4174
            "time": "2015-06-21 13:50:34"
4175
        },
4176
        {
4177
            "name": "phpunit/php-timer",
4178
            "version": "1.0.8",
4179
            "source": {
4180
                "type": "git",
4181
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4182
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4183
            },
4184
            "dist": {
4185
                "type": "zip",
4186
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4187
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4188
                "shasum": ""
4189
            },
4190
            "require": {
4191
                "php": ">=5.3.3"
4192
            },
4193
            "require-dev": {
4194
                "phpunit/phpunit": "~4|~5"
4195
            },
4196
            "type": "library",
4197
            "autoload": {
4198
                "classmap": [
4199
                    "src/"
4200
                ]
4201
            },
4202
            "notification-url": "https://packagist.org/downloads/",
4203
            "license": [
4204
                "BSD-3-Clause"
4205
            ],
4206
            "authors": [
4207
                {
4208
                    "name": "Sebastian Bergmann",
4209
                    "email": "[email protected]",
4210
                    "role": "lead"
4211
                }
4212
            ],
4213
            "description": "Utility class for timing",
4214
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4215
            "keywords": [
4216
                "timer"
4217
            ],
4218
            "time": "2016-05-12 18:03:57"
4219
        },
4220
        {
4221
            "name": "phpunit/php-token-stream",
4222
            "version": "1.4.8",
4223
            "source": {
4224
                "type": "git",
4225
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4226
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4227
            },
4228
            "dist": {
4229
                "type": "zip",
4230
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4231
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4232
                "shasum": ""
4233
            },
4234
            "require": {
4235
                "ext-tokenizer": "*",
4236
                "php": ">=5.3.3"
4237
            },
4238
            "require-dev": {
4239
                "phpunit/phpunit": "~4.2"
4240
            },
4241
            "type": "library",
4242
            "extra": {
4243
                "branch-alias": {
4244
                    "dev-master": "1.4-dev"
4245
                }
4246
            },
4247
            "autoload": {
4248
                "classmap": [
4249
                    "src/"
4250
                ]
4251
            },
4252
            "notification-url": "https://packagist.org/downloads/",
4253
            "license": [
4254
                "BSD-3-Clause"
4255
            ],
4256
            "authors": [
4257
                {
4258
                    "name": "Sebastian Bergmann",
4259
                    "email": "[email protected]"
4260
                }
4261
            ],
4262
            "description": "Wrapper around PHP's tokenizer extension.",
4263
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4264
            "keywords": [
4265
                "tokenizer"
4266
            ],
4267
            "time": "2015-09-15 10:49:45"
4268
        },
4269
        {
4270
            "name": "phpunit/phpunit",
4271
            "version": "4.8.26",
4272
            "source": {
4273
                "type": "git",
4274
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4275
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
4276
            },
4277
            "dist": {
4278
                "type": "zip",
4279
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
4280
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
4281
                "shasum": ""
4282
            },
4283
            "require": {
4284
                "ext-dom": "*",
4285
                "ext-json": "*",
4286
                "ext-pcre": "*",
4287
                "ext-reflection": "*",
4288
                "ext-spl": "*",
4289
                "php": ">=5.3.3",
4290
                "phpspec/prophecy": "^1.3.1",
4291
                "phpunit/php-code-coverage": "~2.1",
4292
                "phpunit/php-file-iterator": "~1.4",
4293
                "phpunit/php-text-template": "~1.2",
4294
                "phpunit/php-timer": "^1.0.6",
4295
                "phpunit/phpunit-mock-objects": "~2.3",
4296
                "sebastian/comparator": "~1.1",
4297
                "sebastian/diff": "~1.2",
4298
                "sebastian/environment": "~1.3",
4299
                "sebastian/exporter": "~1.2",
4300
                "sebastian/global-state": "~1.0",
4301
                "sebastian/version": "~1.0",
4302
                "symfony/yaml": "~2.1|~3.0"
4303
            },
4304
            "suggest": {
4305
                "phpunit/php-invoker": "~1.1"
4306
            },
4307
            "bin": [
4308
                "phpunit"
4309
            ],
4310
            "type": "library",
4311
            "extra": {
4312
                "branch-alias": {
4313
                    "dev-master": "4.8.x-dev"
4314
                }
4315
            },
4316
            "autoload": {
4317
                "classmap": [
4318
                    "src/"
4319
                ]
4320
            },
4321
            "notification-url": "https://packagist.org/downloads/",
4322
            "license": [
4323
                "BSD-3-Clause"
4324
            ],
4325
            "authors": [
4326
                {
4327
                    "name": "Sebastian Bergmann",
4328
                    "email": "[email protected]",
4329
                    "role": "lead"
4330
                }
4331
            ],
4332
            "description": "The PHP Unit Testing framework.",
4333
            "homepage": "https://phpunit.de/",
4334
            "keywords": [
4335
                "phpunit",
4336
                "testing",
4337
                "xunit"
4338
            ],
4339
            "time": "2016-05-17 03:09:28"
4340
        },
4341
        {
4342
            "name": "phpunit/phpunit-mock-objects",
4343
            "version": "2.3.8",
4344
            "source": {
4345
                "type": "git",
4346
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4347
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4348
            },
4349
            "dist": {
4350
                "type": "zip",
4351
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4352
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4353
                "shasum": ""
4354
            },
4355
            "require": {
4356
                "doctrine/instantiator": "^1.0.2",
4357
                "php": ">=5.3.3",
4358
                "phpunit/php-text-template": "~1.2",
4359
                "sebastian/exporter": "~1.2"
4360
            },
4361
            "require-dev": {
4362
                "phpunit/phpunit": "~4.4"
4363
            },
4364
            "suggest": {
4365
                "ext-soap": "*"
4366
            },
4367
            "type": "library",
4368
            "extra": {
4369
                "branch-alias": {
4370
                    "dev-master": "2.3.x-dev"
4371
                }
4372
            },
4373
            "autoload": {
4374
                "classmap": [
4375
                    "src/"
4376
                ]
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "BSD-3-Clause"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Sebastian Bergmann",
4385
                    "email": "[email protected]",
4386
                    "role": "lead"
4387
                }
4388
            ],
4389
            "description": "Mock Object library for PHPUnit",
4390
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4391
            "keywords": [
4392
                "mock",
4393
                "xunit"
4394
            ],
4395
            "time": "2015-10-02 06:51:40"
4396
        },
4397
        {
4398
            "name": "sebastian/comparator",
4399
            "version": "1.2.0",
4400
            "source": {
4401
                "type": "git",
4402
                "url": "https://github.com/sebastianbergmann/comparator.git",
4403
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4404
            },
4405
            "dist": {
4406
                "type": "zip",
4407
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4408
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4409
                "shasum": ""
4410
            },
4411
            "require": {
4412
                "php": ">=5.3.3",
4413
                "sebastian/diff": "~1.2",
4414
                "sebastian/exporter": "~1.2"
4415
            },
4416
            "require-dev": {
4417
                "phpunit/phpunit": "~4.4"
4418
            },
4419
            "type": "library",
4420
            "extra": {
4421
                "branch-alias": {
4422
                    "dev-master": "1.2.x-dev"
4423
                }
4424
            },
4425
            "autoload": {
4426
                "classmap": [
4427
                    "src/"
4428
                ]
4429
            },
4430
            "notification-url": "https://packagist.org/downloads/",
4431
            "license": [
4432
                "BSD-3-Clause"
4433
            ],
4434
            "authors": [
4435
                {
4436
                    "name": "Jeff Welch",
4437
                    "email": "[email protected]"
4438
                },
4439
                {
4440
                    "name": "Volker Dusch",
4441
                    "email": "[email protected]"
4442
                },
4443
                {
4444
                    "name": "Bernhard Schussek",
4445
                    "email": "[email protected]"
4446
                },
4447
                {
4448
                    "name": "Sebastian Bergmann",
4449
                    "email": "[email protected]"
4450
                }
4451
            ],
4452
            "description": "Provides the functionality to compare PHP values for equality",
4453
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4454
            "keywords": [
4455
                "comparator",
4456
                "compare",
4457
                "equality"
4458
            ],
4459
            "time": "2015-07-26 15:48:44"
4460
        },
4461
        {
4462
            "name": "sebastian/diff",
4463
            "version": "1.4.1",
4464
            "source": {
4465
                "type": "git",
4466
                "url": "https://github.com/sebastianbergmann/diff.git",
4467
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4468
            },
4469
            "dist": {
4470
                "type": "zip",
4471
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4472
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4473
                "shasum": ""
4474
            },
4475
            "require": {
4476
                "php": ">=5.3.3"
4477
            },
4478
            "require-dev": {
4479
                "phpunit/phpunit": "~4.8"
4480
            },
4481
            "type": "library",
4482
            "extra": {
4483
                "branch-alias": {
4484
                    "dev-master": "1.4-dev"
4485
                }
4486
            },
4487
            "autoload": {
4488
                "classmap": [
4489
                    "src/"
4490
                ]
4491
            },
4492
            "notification-url": "https://packagist.org/downloads/",
4493
            "license": [
4494
                "BSD-3-Clause"
4495
            ],
4496
            "authors": [
4497
                {
4498
                    "name": "Kore Nordmann",
4499
                    "email": "[email protected]"
4500
                },
4501
                {
4502
                    "name": "Sebastian Bergmann",
4503
                    "email": "[email protected]"
4504
                }
4505
            ],
4506
            "description": "Diff implementation",
4507
            "homepage": "https://github.com/sebastianbergmann/diff",
4508
            "keywords": [
4509
                "diff"
4510
            ],
4511
            "time": "2015-12-08 07:14:41"
4512
        },
4513
        {
4514
            "name": "sebastian/environment",
4515
            "version": "1.3.7",
4516
            "source": {
4517
                "type": "git",
4518
                "url": "https://github.com/sebastianbergmann/environment.git",
4519
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
4520
            },
4521
            "dist": {
4522
                "type": "zip",
4523
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
4524
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
4525
                "shasum": ""
4526
            },
4527
            "require": {
4528
                "php": ">=5.3.3"
4529
            },
4530
            "require-dev": {
4531
                "phpunit/phpunit": "~4.4"
4532
            },
4533
            "type": "library",
4534
            "extra": {
4535
                "branch-alias": {
4536
                    "dev-master": "1.3.x-dev"
4537
                }
4538
            },
4539
            "autoload": {
4540
                "classmap": [
4541
                    "src/"
4542
                ]
4543
            },
4544
            "notification-url": "https://packagist.org/downloads/",
4545
            "license": [
4546
                "BSD-3-Clause"
4547
            ],
4548
            "authors": [
4549
                {
4550
                    "name": "Sebastian Bergmann",
4551
                    "email": "[email protected]"
4552
                }
4553
            ],
4554
            "description": "Provides functionality to handle HHVM/PHP environments",
4555
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4556
            "keywords": [
4557
                "Xdebug",
4558
                "environment",
4559
                "hhvm"
4560
            ],
4561
            "time": "2016-05-17 03:18:57"
4562
        },
4563
        {
4564
            "name": "sebastian/exporter",
4565
            "version": "1.2.2",
4566
            "source": {
4567
                "type": "git",
4568
                "url": "https://github.com/sebastianbergmann/exporter.git",
4569
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4570
            },
4571
            "dist": {
4572
                "type": "zip",
4573
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4574
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4575
                "shasum": ""
4576
            },
4577
            "require": {
4578
                "php": ">=5.3.3",
4579
                "sebastian/recursion-context": "~1.0"
4580
            },
4581
            "require-dev": {
4582
                "ext-mbstring": "*",
4583
                "phpunit/phpunit": "~4.4"
4584
            },
4585
            "type": "library",
4586
            "extra": {
4587
                "branch-alias": {
4588
                    "dev-master": "1.3.x-dev"
4589
                }
4590
            },
4591
            "autoload": {
4592
                "classmap": [
4593
                    "src/"
4594
                ]
4595
            },
4596
            "notification-url": "https://packagist.org/downloads/",
4597
            "license": [
4598
                "BSD-3-Clause"
4599
            ],
4600
            "authors": [
4601
                {
4602
                    "name": "Jeff Welch",
4603
                    "email": "[email protected]"
4604
                },
4605
                {
4606
                    "name": "Volker Dusch",
4607
                    "email": "[email protected]"
4608
                },
4609
                {
4610
                    "name": "Bernhard Schussek",
4611
                    "email": "[email protected]"
4612
                },
4613
                {
4614
                    "name": "Sebastian Bergmann",
4615
                    "email": "[email protected]"
4616
                },
4617
                {
4618
                    "name": "Adam Harvey",
4619
                    "email": "[email protected]"
4620
                }
4621
            ],
4622
            "description": "Provides the functionality to export PHP variables for visualization",
4623
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4624
            "keywords": [
4625
                "export",
4626
                "exporter"
4627
            ],
4628
            "time": "2016-06-17 09:04:28"
4629
        },
4630
        {
4631
            "name": "sebastian/finder-facade",
4632
            "version": "1.2.1",
4633
            "source": {
4634
                "type": "git",
4635
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4636
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4637
            },
4638
            "dist": {
4639
                "type": "zip",
4640
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4641
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4642
                "shasum": ""
4643
            },
4644
            "require": {
4645
                "symfony/finder": "~2.3|~3.0",
4646
                "theseer/fdomdocument": "~1.3"
4647
            },
4648
            "type": "library",
4649
            "autoload": {
4650
                "classmap": [
4651
                    "src/"
4652
                ]
4653
            },
4654
            "notification-url": "https://packagist.org/downloads/",
4655
            "license": [
4656
                "BSD-3-Clause"
4657
            ],
4658
            "authors": [
4659
                {
4660
                    "name": "Sebastian Bergmann",
4661
                    "email": "[email protected]",
4662
                    "role": "lead"
4663
                }
4664
            ],
4665
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4666
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4667
            "time": "2016-02-17 07:02:23"
4668
        },
4669
        {
4670
            "name": "sebastian/global-state",
4671
            "version": "1.1.1",
4672
            "source": {
4673
                "type": "git",
4674
                "url": "https://github.com/sebastianbergmann/global-state.git",
4675
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4676
            },
4677
            "dist": {
4678
                "type": "zip",
4679
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4680
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4681
                "shasum": ""
4682
            },
4683
            "require": {
4684
                "php": ">=5.3.3"
4685
            },
4686
            "require-dev": {
4687
                "phpunit/phpunit": "~4.2"
4688
            },
4689
            "suggest": {
4690
                "ext-uopz": "*"
4691
            },
4692
            "type": "library",
4693
            "extra": {
4694
                "branch-alias": {
4695
                    "dev-master": "1.0-dev"
4696
                }
4697
            },
4698
            "autoload": {
4699
                "classmap": [
4700
                    "src/"
4701
                ]
4702
            },
4703
            "notification-url": "https://packagist.org/downloads/",
4704
            "license": [
4705
                "BSD-3-Clause"
4706
            ],
4707
            "authors": [
4708
                {
4709
                    "name": "Sebastian Bergmann",
4710
                    "email": "[email protected]"
4711
                }
4712
            ],
4713
            "description": "Snapshotting of global state",
4714
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4715
            "keywords": [
4716
                "global state"
4717
            ],
4718
            "time": "2015-10-12 03:26:01"
4719
        },
4720
        {
4721
            "name": "sebastian/phpcpd",
4722
            "version": "2.0.4",
4723
            "source": {
4724
                "type": "git",
4725
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4726
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4727
            },
4728
            "dist": {
4729
                "type": "zip",
4730
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4731
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4732
                "shasum": ""
4733
            },
4734
            "require": {
4735
                "php": ">=5.3.3",
4736
                "phpunit/php-timer": ">=1.0.6",
4737
                "sebastian/finder-facade": "~1.1",
4738
                "sebastian/version": "~1.0|~2.0",
4739
                "symfony/console": "~2.7|^3.0",
4740
                "theseer/fdomdocument": "~1.4"
4741
            },
4742
            "bin": [
4743
                "phpcpd"
4744
            ],
4745
            "type": "library",
4746
            "extra": {
4747
                "branch-alias": {
4748
                    "dev-master": "2.0-dev"
4749
                }
4750
            },
4751
            "autoload": {
4752
                "classmap": [
4753
                    "src/"
4754
                ]
4755
            },
4756
            "notification-url": "https://packagist.org/downloads/",
4757
            "license": [
4758
                "BSD-3-Clause"
4759
            ],
4760
            "authors": [
4761
                {
4762
                    "name": "Sebastian Bergmann",
4763
                    "email": "[email protected]",
4764
                    "role": "lead"
4765
                }
4766
            ],
4767
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4768
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4769
            "time": "2016-04-17 19:32:49"
4770
        },
4771
        {
4772
            "name": "sebastian/recursion-context",
4773
            "version": "1.0.2",
4774
            "source": {
4775
                "type": "git",
4776
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4777
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4778
            },
4779
            "dist": {
4780
                "type": "zip",
4781
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4782
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4783
                "shasum": ""
4784
            },
4785
            "require": {
4786
                "php": ">=5.3.3"
4787
            },
4788
            "require-dev": {
4789
                "phpunit/phpunit": "~4.4"
4790
            },
4791
            "type": "library",
4792
            "extra": {
4793
                "branch-alias": {
4794
                    "dev-master": "1.0.x-dev"
4795
                }
4796
            },
4797
            "autoload": {
4798
                "classmap": [
4799
                    "src/"
4800
                ]
4801
            },
4802
            "notification-url": "https://packagist.org/downloads/",
4803
            "license": [
4804
                "BSD-3-Clause"
4805
            ],
4806
            "authors": [
4807
                {
4808
                    "name": "Jeff Welch",
4809
                    "email": "[email protected]"
4810
                },
4811
                {
4812
                    "name": "Sebastian Bergmann",
4813
                    "email": "[email protected]"
4814
                },
4815
                {
4816
                    "name": "Adam Harvey",
4817
                    "email": "[email protected]"
4818
                }
4819
            ],
4820
            "description": "Provides functionality to recursively process PHP variables",
4821
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4822
            "time": "2015-11-11 19:50:13"
4823
        },
4824
        {
4825
            "name": "sebastian/version",
4826
            "version": "1.0.6",
4827
            "source": {
4828
                "type": "git",
4829
                "url": "https://github.com/sebastianbergmann/version.git",
4830
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4831
            },
4832
            "dist": {
4833
                "type": "zip",
4834
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4835
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4836
                "shasum": ""
4837
            },
4838
            "type": "library",
4839
            "autoload": {
4840
                "classmap": [
4841
                    "src/"
4842
                ]
4843
            },
4844
            "notification-url": "https://packagist.org/downloads/",
4845
            "license": [
4846
                "BSD-3-Clause"
4847
            ],
4848
            "authors": [
4849
                {
4850
                    "name": "Sebastian Bergmann",
4851
                    "email": "[email protected]",
4852
                    "role": "lead"
4853
                }
4854
            ],
4855
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4856
            "homepage": "https://github.com/sebastianbergmann/version",
4857
            "time": "2015-06-21 13:59:46"
4858
        },
4859
        {
4860
            "name": "sensio/generator-bundle",
4861
            "version": "v2.5.3",
4862
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4863
            "source": {
4864
                "type": "git",
4865
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4866
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4867
            },
4868
            "dist": {
4869
                "type": "zip",
4870
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4871
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4872
                "shasum": ""
4873
            },
4874
            "require": {
4875
                "symfony/console": "~2.5",
4876
                "symfony/framework-bundle": "~2.2"
4877
            },
4878
            "require-dev": {
4879
                "doctrine/orm": "~2.2,>=2.2.3",
4880
                "symfony/doctrine-bridge": "~2.2",
4881
                "twig/twig": "~1.11"
4882
            },
4883
            "type": "symfony-bundle",
4884
            "extra": {
4885
                "branch-alias": {
4886
                    "dev-master": "2.5.x-dev"
4887
                }
4888
            },
4889
            "autoload": {
4890
                "psr-0": {
4891
                    "Sensio\\Bundle\\GeneratorBundle": ""
4892
                }
4893
            },
4894
            "notification-url": "https://packagist.org/downloads/",
4895
            "license": [
4896
                "MIT"
4897
            ],
4898
            "authors": [
4899
                {
4900
                    "name": "Fabien Potencier",
4901
                    "email": "[email protected]"
4902
                }
4903
            ],
4904
            "description": "This bundle generates code for you",
4905
            "time": "2015-03-17 06:36:52"
4906
        },
4907
        {
4908
            "name": "squizlabs/php_codesniffer",
4909
            "version": "1.5.6",
4910
            "source": {
4911
                "type": "git",
4912
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4913
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4914
            },
4915
            "dist": {
4916
                "type": "zip",
4917
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4918
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4919
                "shasum": ""
4920
            },
4921
            "require": {
4922
                "ext-tokenizer": "*",
4923
                "php": ">=5.1.2"
4924
            },
4925
            "suggest": {
4926
                "phpunit/php-timer": "dev-master"
4927
            },
4928
            "bin": [
4929
                "scripts/phpcs"
4930
            ],
4931
            "type": "library",
4932
            "extra": {
4933
                "branch-alias": {
4934
                    "dev-phpcs-fixer": "2.0.x-dev"
4935
                }
4936
            },
4937
            "autoload": {
4938
                "classmap": [
4939
                    "CodeSniffer.php",
4940
                    "CodeSniffer/CLI.php",
4941
                    "CodeSniffer/Exception.php",
4942
                    "CodeSniffer/File.php",
4943
                    "CodeSniffer/Report.php",
4944
                    "CodeSniffer/Reporting.php",
4945
                    "CodeSniffer/Sniff.php",
4946
                    "CodeSniffer/Tokens.php",
4947
                    "CodeSniffer/Reports/",
4948
                    "CodeSniffer/CommentParser/",
4949
                    "CodeSniffer/Tokenizers/",
4950
                    "CodeSniffer/DocGenerators/",
4951
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4952
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4953
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4954
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4955
                    "CodeSniffer/Standards/Generic/Sniffs/",
4956
                    "CodeSniffer/Standards/MySource/Sniffs/",
4957
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4958
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4959
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4960
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4961
                    "CodeSniffer/Standards/Zend/Sniffs/"
4962
                ]
4963
            },
4964
            "notification-url": "https://packagist.org/downloads/",
4965
            "license": [
4966
                "BSD-3-Clause"
4967
            ],
4968
            "authors": [
4969
                {
4970
                    "name": "Greg Sherwood",
4971
                    "role": "lead"
4972
                }
4973
            ],
4974
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4975
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4976
            "keywords": [
4977
                "phpcs",
4978
                "standards"
4979
            ],
4980
            "time": "2014-12-04 22:32:15"
4981
        },
4982
        {
4983
            "name": "theseer/fdomdocument",
4984
            "version": "1.6.1",
4985
            "source": {
4986
                "type": "git",
4987
                "url": "https://github.com/theseer/fDOMDocument.git",
4988
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4989
            },
4990
            "dist": {
4991
                "type": "zip",
4992
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4993
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4994
                "shasum": ""
4995
            },
4996
            "require": {
4997
                "ext-dom": "*",
4998
                "lib-libxml": "*",
4999
                "php": ">=5.3.3"
5000
            },
5001
            "type": "library",
5002
            "autoload": {
5003
                "classmap": [
5004
                    "src/"
5005
                ]
5006
            },
5007
            "notification-url": "https://packagist.org/downloads/",
5008
            "license": [
5009
                "BSD-3-Clause"
5010
            ],
5011
            "authors": [
5012
                {
5013
                    "name": "Arne Blankerts",
5014
                    "email": "[email protected]",
5015
                    "role": "lead"
5016
                }
5017
            ],
5018
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
5019
            "homepage": "https://github.com/theseer/fDOMDocument",
5020
            "time": "2015-05-27 22:58:02"
5021
        },
5022
        {
5023
            "name": "vierbergenlars/php-semver",
5024
            "version": "3.0.1",
5025
            "source": {
5026
                "type": "git",
5027
                "url": "https://github.com/vierbergenlars/php-semver.git",
5028
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
5029
            },
5030
            "dist": {
5031
                "type": "zip",
5032
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
5033
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
5034
                "shasum": ""
5035
            },
5036
            "require": {
5037
                "php": ">=5.3.0"
5038
            },
5039
            "require-dev": {
5040
                "simpletest/simpletest": "1.1.*"
5041
            },
5042
            "bin": [
5043
                "bin/semver",
5044
                "bin/update-versions"
5045
            ],
5046
            "type": "library",
5047
            "autoload": {
5048
                "psr-0": {
5049
                    "vierbergenlars\\SemVer\\": "src/",
5050
                    "vierbergenlars\\LibJs\\": "src/"
5051
                },
5052
                "classmap": [
5053
                    "src/vierbergenlars/SemVer/internal.php"
5054
                ]
5055
            },
5056
            "notification-url": "https://packagist.org/downloads/",
5057
            "license": [
5058
                "MIT"
5059
            ],
5060
            "authors": [
5061
                {
5062
                    "name": "Lars Vierbergen",
5063
                    "email": "[email protected]"
5064
                }
5065
            ],
5066
            "description": "The Semantic Versioner for PHP",
5067
            "keywords": [
5068
                "semantic",
5069
                "semver",
5070
                "versioning"
5071
            ],
5072
            "time": "2015-05-02 19:28:54"
5073
        },
5074
        {
5075
            "name": "webmozart/assert",
5076
            "version": "1.0.2",
5077
            "source": {
5078
                "type": "git",
5079
                "url": "https://github.com/webmozart/assert.git",
5080
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
5081
            },
5082
            "dist": {
5083
                "type": "zip",
5084
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5085
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5086
                "shasum": ""
5087
            },
5088
            "require": {
5089
                "php": ">=5.3.3"
5090
            },
5091
            "require-dev": {
5092
                "phpunit/phpunit": "^4.6"
5093
            },
5094
            "type": "library",
5095
            "extra": {
5096
                "branch-alias": {
5097
                    "dev-master": "1.0-dev"
5098
                }
5099
            },
5100
            "autoload": {
5101
                "psr-4": {
5102
                    "Webmozart\\Assert\\": "src/"
5103
                }
5104
            },
5105
            "notification-url": "https://packagist.org/downloads/",
5106
            "license": [
5107
                "MIT"
5108
            ],
5109
            "authors": [
5110
                {
5111
                    "name": "Bernhard Schussek",
5112
                    "email": "[email protected]"
5113
                }
5114
            ],
5115
            "description": "Assertions to validate method input/output with nice error messages.",
5116
            "keywords": [
5117
                "assert",
5118
                "check",
5119
                "validate"
5120
            ],
5121
            "time": "2015-08-24 13:29:44"
5122
        }
5123
    ],
5124
    "aliases": [],
5125
    "minimum-stability": "stable",
5126
    "stability-flags": {
5127
        "mopa/bootstrap-bundle": 5,
5128
        "surfnet/stepup-u2f-bundle": 20
5129
    },
5130
    "prefer-stable": false,
5131
    "prefer-lowest": false,
5132
    "platform": {
5133
        "php": "~5.6|~7.0"
5134
    },
5135
    "platform-dev": []
5136
}
5137