Completed
Push — feature/add-institution-config... ( f55abf )
by A.
22:24
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": "d2a4bbb917127514e2337e34efe506a7",
8
    "content-hash": "a66779ce155c2f670486f1659a994b0b",
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": "rhumsaa/uuid",
1640
            "version": "2.8.2",
1641
            "source": {
1642
                "type": "git",
1643
                "url": "https://github.com/ramsey/rhumsaa-uuid.git",
1644
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
1645
            },
1646
            "dist": {
1647
                "type": "zip",
1648
                "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
1649
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
1650
                "shasum": ""
1651
            },
1652
            "require": {
1653
                "php": ">=5.3.3"
1654
            },
1655
            "replace": {
1656
                "rhumsaa/uuid": "self.version"
1657
            },
1658
            "require-dev": {
1659
                "doctrine/dbal": ">=2.3",
1660
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1661
                "moontoast/math": "~1.1",
1662
                "phpunit/phpunit": "~4.1",
1663
                "satooshi/php-coveralls": "~0.6",
1664
                "squizlabs/php_codesniffer": "^2.3",
1665
                "symfony/console": "~2.3"
1666
            },
1667
            "suggest": {
1668
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
1669
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
1670
                "symfony/console": "Support for use of the bin/uuid command line tool."
1671
            },
1672
            "bin": [
1673
                "bin/uuid"
1674
            ],
1675
            "type": "library",
1676
            "autoload": {
1677
                "psr-4": {
1678
                    "Rhumsaa\\Uuid\\": "src/"
1679
                }
1680
            },
1681
            "notification-url": "https://packagist.org/downloads/",
1682
            "license": [
1683
                "MIT"
1684
            ],
1685
            "authors": [
1686
                {
1687
                    "name": "Marijn Huizendveld",
1688
                    "email": "[email protected]"
1689
                },
1690
                {
1691
                    "name": "Ben Ramsey",
1692
                    "homepage": "http://benramsey.com"
1693
                }
1694
            ],
1695
            "description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1696
            "homepage": "https://github.com/ramsey/rhumsaa-uuid",
1697
            "keywords": [
1698
                "guid",
1699
                "identifier",
1700
                "uuid"
1701
            ],
1702
            "abandoned": "ramsey/uuid",
1703
            "time": "2015-07-23 19:00:41"
1704
        },
1705
        {
1706
            "name": "robrichards/xmlseclibs",
1707
            "version": "1.4.1",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/robrichards/xmlseclibs.git",
1711
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1716
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">= 5.2"
1721
            },
1722
            "suggest": {
1723
                "ext/mcrypt": "MCrypt extension",
1724
                "ext/openssl": "OpenSSL extension"
1725
            },
1726
            "type": "library",
1727
            "autoload": {
1728
                "classmap": [
1729
                    "src/"
1730
                ]
1731
            },
1732
            "notification-url": "https://packagist.org/downloads/",
1733
            "license": [
1734
                "BSD-3-Clause"
1735
            ],
1736
            "description": "A PHP library for XML Security",
1737
            "homepage": "https://github.com/robrichards/xmlseclibs",
1738
            "keywords": [
1739
                "security",
1740
                "signature",
1741
                "xml",
1742
                "xmldsig"
1743
            ],
1744
            "time": "2015-07-31 12:22:14"
1745
        },
1746
        {
1747
            "name": "sensio/distribution-bundle",
1748
            "version": "v3.0.30",
1749
            "target-dir": "Sensio/Bundle/DistributionBundle",
1750
            "source": {
1751
                "type": "git",
1752
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1753
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1754
            },
1755
            "dist": {
1756
                "type": "zip",
1757
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1758
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1759
                "shasum": ""
1760
            },
1761
            "require": {
1762
                "php": ">=5.3.3",
1763
                "sensiolabs/security-checker": "~2.0",
1764
                "symfony/class-loader": "~2.2",
1765
                "symfony/framework-bundle": "~2.3",
1766
                "symfony/process": "~2.2"
1767
            },
1768
            "require-dev": {
1769
                "symfony/form": "~2.2",
1770
                "symfony/validator": "~2.2",
1771
                "symfony/yaml": "~2.2"
1772
            },
1773
            "suggest": {
1774
                "symfony/form": "If you want to use the configurator",
1775
                "symfony/validator": "If you want to use the configurator",
1776
                "symfony/yaml": "If you want to use  the configurator"
1777
            },
1778
            "type": "symfony-bundle",
1779
            "extra": {
1780
                "branch-alias": {
1781
                    "dev-master": "3.0.x-dev"
1782
                }
1783
            },
1784
            "autoload": {
1785
                "psr-0": {
1786
                    "Sensio\\Bundle\\DistributionBundle": ""
1787
                }
1788
            },
1789
            "notification-url": "https://packagist.org/downloads/",
1790
            "license": [
1791
                "MIT"
1792
            ],
1793
            "authors": [
1794
                {
1795
                    "name": "Fabien Potencier",
1796
                    "email": "[email protected]"
1797
                }
1798
            ],
1799
            "description": "Base bundle for Symfony Distributions",
1800
            "keywords": [
1801
                "configuration",
1802
                "distribution"
1803
            ],
1804
            "time": "2015-06-05 22:32:22"
1805
        },
1806
        {
1807
            "name": "sensio/framework-extra-bundle",
1808
            "version": "v3.0.16",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1812
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1817
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "doctrine/common": "~2.2",
1822
                "symfony/dependency-injection": "~2.3|~3.0",
1823
                "symfony/framework-bundle": "~2.3|~3.0"
1824
            },
1825
            "require-dev": {
1826
                "symfony/browser-kit": "~2.3|~3.0",
1827
                "symfony/dom-crawler": "~2.3|~3.0",
1828
                "symfony/expression-language": "~2.4|~3.0",
1829
                "symfony/finder": "~2.3|~3.0",
1830
                "symfony/phpunit-bridge": "~2.7|~3.0",
1831
                "symfony/security-bundle": "~2.4|~3.0",
1832
                "symfony/twig-bundle": "~2.3|~3.0",
1833
                "twig/twig": "~1.11|~2.0"
1834
            },
1835
            "suggest": {
1836
                "symfony/expression-language": "",
1837
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1838
                "symfony/security-bundle": ""
1839
            },
1840
            "type": "symfony-bundle",
1841
            "extra": {
1842
                "branch-alias": {
1843
                    "dev-master": "3.0.x-dev"
1844
                }
1845
            },
1846
            "autoload": {
1847
                "psr-4": {
1848
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1849
                }
1850
            },
1851
            "notification-url": "https://packagist.org/downloads/",
1852
            "license": [
1853
                "MIT"
1854
            ],
1855
            "authors": [
1856
                {
1857
                    "name": "Fabien Potencier",
1858
                    "email": "[email protected]"
1859
                }
1860
            ],
1861
            "description": "This bundle provides a way to configure your controllers with annotations",
1862
            "keywords": [
1863
                "annotations",
1864
                "controllers"
1865
            ],
1866
            "time": "2016-03-25 17:08:27"
1867
        },
1868
        {
1869
            "name": "sensiolabs/security-checker",
1870
            "version": "v2.0.5",
1871
            "source": {
1872
                "type": "git",
1873
                "url": "https://github.com/sensiolabs/security-checker.git",
1874
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
1875
            },
1876
            "dist": {
1877
                "type": "zip",
1878
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
1879
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
1880
                "shasum": ""
1881
            },
1882
            "require": {
1883
                "ext-curl": "*",
1884
                "symfony/console": "~2.0"
1885
            },
1886
            "bin": [
1887
                "security-checker"
1888
            ],
1889
            "type": "library",
1890
            "extra": {
1891
                "branch-alias": {
1892
                    "dev-master": "2.0-dev"
1893
                }
1894
            },
1895
            "autoload": {
1896
                "psr-0": {
1897
                    "SensioLabs\\Security": ""
1898
                }
1899
            },
1900
            "notification-url": "https://packagist.org/downloads/",
1901
            "license": [
1902
                "MIT"
1903
            ],
1904
            "authors": [
1905
                {
1906
                    "name": "Fabien Potencier",
1907
                    "email": "[email protected]"
1908
                }
1909
            ],
1910
            "description": "A security checker for your composer.lock",
1911
            "time": "2015-05-28 14:22:40"
1912
        },
1913
        {
1914
            "name": "simplesamlphp/saml2",
1915
            "version": "v1.9",
1916
            "source": {
1917
                "type": "git",
1918
                "url": "https://github.com/simplesamlphp/saml2.git",
1919
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a"
1920
            },
1921
            "dist": {
1922
                "type": "zip",
1923
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/be2b348c46cceb311a743a33fb51035158f6f69a",
1924
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a",
1925
                "shasum": ""
1926
            },
1927
            "require": {
1928
                "ext-dom": "*",
1929
                "ext-openssl": "*",
1930
                "php": ">=5.3.3",
1931
                "psr/log": "~1.0",
1932
                "robrichards/xmlseclibs": "^1.3"
1933
            },
1934
            "require-dev": {
1935
                "mockery/mockery": "~0.9",
1936
                "phpmd/phpmd": "~1.5",
1937
                "phpunit/phpunit": "~3.7",
1938
                "satooshi/php-coveralls": "~0.6.1",
1939
                "sebastian/phpcpd": "~1.4",
1940
                "sensiolabs/security-checker": "~1.1",
1941
                "squizlabs/php_codesniffer": "~1.4"
1942
            },
1943
            "type": "library",
1944
            "autoload": {
1945
                "psr-0": {
1946
                    "SAML2_": "src/"
1947
                }
1948
            },
1949
            "notification-url": "https://packagist.org/downloads/",
1950
            "license": [
1951
                "LGPL-2.1"
1952
            ],
1953
            "authors": [
1954
                {
1955
                    "name": "Andreas Åkre Solberg",
1956
                    "email": "[email protected]"
1957
                }
1958
            ],
1959
            "description": "SAML2 PHP library from SimpleSAMLphp",
1960
            "time": "2016-03-16 14:11:59"
1961
        },
1962
        {
1963
            "name": "surfnet/stepup-bundle",
1964
            "version": "1.4.0",
1965
            "source": {
1966
                "type": "git",
1967
                "url": "https://github.com/SURFnet/Stepup-bundle.git",
1968
                "reference": "0d29ea86a1fe6523fc5697796e59af28c9580fe3"
1969
            },
1970
            "dist": {
1971
                "type": "zip",
1972
                "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/0d29ea86a1fe6523fc5697796e59af28c9580fe3",
1973
                "reference": "0d29ea86a1fe6523fc5697796e59af28c9580fe3",
1974
                "shasum": ""
1975
            },
1976
            "require": {
1977
                "ext-gmp": "*",
1978
                "ext-openssl": "*",
1979
                "graylog2/gelf-php": "~1.1",
1980
                "guzzlehttp/guzzle": "~4",
1981
                "monolog/monolog": "~1.11",
1982
                "php": ">=5.4,<8.0-dev",
1983
                "sensio/framework-extra-bundle": "~3",
1984
                "symfony/config": "^2.7",
1985
                "symfony/dependency-injection": "^2.7",
1986
                "symfony/form": "^2.7",
1987
                "symfony/framework-bundle": "^2.7",
1988
                "symfony/http-kernel": "^2.7",
1989
                "symfony/twig-bridge": "^2.7",
1990
                "symfony/validator": "^2.7"
1991
            },
1992
            "require-dev": {
1993
                "ibuildings/qa-tools": "~1.1",
1994
                "liip/rmt": "1.1.*",
1995
                "mockery/mockery": "0.9.*"
1996
            },
1997
            "type": "library",
1998
            "autoload": {
1999
                "psr-4": {
2000
                    "Surfnet\\StepupBundle\\": "src"
2001
                }
2002
            },
2003
            "notification-url": "https://packagist.org/downloads/",
2004
            "license": [
2005
                "Apache-2.0"
2006
            ],
2007
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2008
            "keywords": [
2009
                "stepup",
2010
                "suaas",
2011
                "surfnet"
2012
            ],
2013
            "time": "2016-06-08 13:02:43"
2014
        },
2015
        {
2016
            "name": "surfnet/stepup-middleware-client-bundle",
2017
            "version": "1.2.2",
2018
            "source": {
2019
                "type": "git",
2020
                "url": "https://github.com/SURFnet/Stepup-Middleware-clientbundle.git",
2021
                "reference": "cf3f068060ac0086075fe6a94bfd566eb63f9ddd"
2022
            },
2023
            "dist": {
2024
                "type": "zip",
2025
                "url": "https://api.github.com/repos/SURFnet/Stepup-Middleware-clientbundle/zipball/cf3f068060ac0086075fe6a94bfd566eb63f9ddd",
2026
                "reference": "cf3f068060ac0086075fe6a94bfd566eb63f9ddd",
2027
                "shasum": ""
2028
            },
2029
            "require": {
2030
                "beberlei/assert": "~2.0",
2031
                "guzzlehttp/guzzle": "~4",
2032
                "moontoast/math": "~1.1",
2033
                "php": ">=5.4,<8.0-dev",
2034
                "psr/log": "~1.0",
2035
                "rhumsaa/uuid": "~2.7",
2036
                "symfony/config": "^2.7",
2037
                "symfony/dependency-injection": "^2.7",
2038
                "symfony/http-kernel": "^2.7",
2039
                "symfony/validator": "^2.7"
2040
            },
2041
            "conflict": {
2042
                "surfnet/stepup-middleware-client": "*"
2043
            },
2044
            "require-dev": {
2045
                "ibuildings/qa-tools": "~1.1",
2046
                "liip/rmt": "1.1.*",
2047
                "matthiasnoback/symfony-config-test": "0.*",
2048
                "mockery/mockery": "0.9.*"
2049
            },
2050
            "type": "library",
2051
            "autoload": {
2052
                "psr-4": {
2053
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2054
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2055
                }
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "Apache-2.0"
2060
            ],
2061
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2062
            "time": "2016-06-22 14:14:59"
2063
        },
2064
        {
2065
            "name": "surfnet/stepup-saml-bundle",
2066
            "version": "2.4.0",
2067
            "source": {
2068
                "type": "git",
2069
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
2070
                "reference": "9e201f4514f6be6073c98c4303a7299ccb11c94b"
2071
            },
2072
            "dist": {
2073
                "type": "zip",
2074
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/9e201f4514f6be6073c98c4303a7299ccb11c94b",
2075
                "reference": "9e201f4514f6be6073c98c4303a7299ccb11c94b",
2076
                "shasum": ""
2077
            },
2078
            "require": {
2079
                "ext-openssl": "*",
2080
                "php": ">=5.4,<8.0-dev",
2081
                "robrichards/xmlseclibs": "^1.4.0",
2082
                "simplesamlphp/saml2": "^1.8",
2083
                "symfony/dependency-injection": "^2.7",
2084
                "symfony/framework-bundle": "^2.7"
2085
            },
2086
            "require-dev": {
2087
                "ibuildings/qa-tools": "~1.1",
2088
                "liip/rmt": "~1.1",
2089
                "mockery/mockery": "~0.9",
2090
                "psr/log": "~1.0"
2091
            },
2092
            "type": "symfony-bundle",
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "Surfnet\\SamlBundle\\": "src"
2096
                }
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "Apache-2.0"
2101
            ],
2102
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2103
            "keywords": [
2104
                "SAML2",
2105
                "saml",
2106
                "simplesamlphp",
2107
                "stepup",
2108
                "surfnet"
2109
            ],
2110
            "time": "2016-05-31 11:01:39"
2111
        },
2112
        {
2113
            "name": "surfnet/stepup-u2f-bundle",
2114
            "version": "dev-develop",
2115
            "source": {
2116
                "type": "git",
2117
                "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git",
2118
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2119
            },
2120
            "dist": {
2121
                "type": "zip",
2122
                "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2123
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2124
                "shasum": ""
2125
            },
2126
            "require": {
2127
                "php": ">=5.4|^7",
2128
                "symfony/config": "^2.7",
2129
                "symfony/dependency-injection": "^2.7",
2130
                "symfony/form": "^2.7",
2131
                "symfony/http-kernel": "^2.7",
2132
                "symfony/validator": "^2.7",
2133
                "yubico/u2flib-server": "^0.1.0"
2134
            },
2135
            "require-dev": {
2136
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2137
                "liip/rmt": "1.1.*",
2138
                "matthiasnoback/symfony-config-test": "^1.2",
2139
                "mockery/mockery": "~0.9"
2140
            },
2141
            "type": "library",
2142
            "autoload": {
2143
                "psr-4": {
2144
                    "Surfnet\\StepupU2fBundle\\": "src"
2145
                }
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "Apache-2.0"
2150
            ],
2151
            "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",
2152
            "time": "2015-09-17 15:02:04"
2153
        },
2154
        {
2155
            "name": "swiftmailer/swiftmailer",
2156
            "version": "v5.4.2",
2157
            "source": {
2158
                "type": "git",
2159
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2160
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2161
            },
2162
            "dist": {
2163
                "type": "zip",
2164
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2165
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2166
                "shasum": ""
2167
            },
2168
            "require": {
2169
                "php": ">=5.3.3"
2170
            },
2171
            "require-dev": {
2172
                "mockery/mockery": "~0.9.1,<0.9.4"
2173
            },
2174
            "type": "library",
2175
            "extra": {
2176
                "branch-alias": {
2177
                    "dev-master": "5.4-dev"
2178
                }
2179
            },
2180
            "autoload": {
2181
                "files": [
2182
                    "lib/swift_required.php"
2183
                ]
2184
            },
2185
            "notification-url": "https://packagist.org/downloads/",
2186
            "license": [
2187
                "MIT"
2188
            ],
2189
            "authors": [
2190
                {
2191
                    "name": "Chris Corbyn"
2192
                },
2193
                {
2194
                    "name": "Fabien Potencier",
2195
                    "email": "[email protected]"
2196
                }
2197
            ],
2198
            "description": "Swiftmailer, free feature-rich PHP mailer",
2199
            "homepage": "http://swiftmailer.org",
2200
            "keywords": [
2201
                "email",
2202
                "mail",
2203
                "mailer"
2204
            ],
2205
            "time": "2016-05-01 08:45:47"
2206
        },
2207
        {
2208
            "name": "symfony/assetic-bundle",
2209
            "version": "v2.8.0",
2210
            "source": {
2211
                "type": "git",
2212
                "url": "https://github.com/symfony/assetic-bundle.git",
2213
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2214
            },
2215
            "dist": {
2216
                "type": "zip",
2217
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2218
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2219
                "shasum": ""
2220
            },
2221
            "require": {
2222
                "kriswallsmith/assetic": "~1.3",
2223
                "php": ">=5.3.0",
2224
                "symfony/console": "~2.3|~3.0",
2225
                "symfony/dependency-injection": "~2.3|~3.0",
2226
                "symfony/framework-bundle": "~2.3|~3.0",
2227
                "symfony/yaml": "~2.3|~3.0"
2228
            },
2229
            "conflict": {
2230
                "kriswallsmith/spork": "<=0.2",
2231
                "twig/twig": "<1.20"
2232
            },
2233
            "require-dev": {
2234
                "kriswallsmith/spork": "~0.3",
2235
                "patchwork/jsqueeze": "~1.0",
2236
                "symfony/class-loader": "~2.3|~3.0",
2237
                "symfony/css-selector": "~2.3|~3.0",
2238
                "symfony/dom-crawler": "~2.3|~3.0",
2239
                "symfony/phpunit-bridge": "~2.7|~3.0",
2240
                "symfony/twig-bundle": "~2.3|~3.0"
2241
            },
2242
            "suggest": {
2243
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2244
                "symfony/twig-bundle": "to use the Twig integration"
2245
            },
2246
            "type": "symfony-bundle",
2247
            "extra": {
2248
                "branch-alias": {
2249
                    "dev-master": "2.7-dev"
2250
                }
2251
            },
2252
            "autoload": {
2253
                "psr-4": {
2254
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2255
                }
2256
            },
2257
            "notification-url": "https://packagist.org/downloads/",
2258
            "license": [
2259
                "MIT"
2260
            ],
2261
            "authors": [
2262
                {
2263
                    "name": "Kris Wallsmith",
2264
                    "email": "[email protected]",
2265
                    "homepage": "http://kriswallsmith.net/"
2266
                }
2267
            ],
2268
            "description": "Integrates Assetic into Symfony2",
2269
            "homepage": "https://github.com/symfony/AsseticBundle",
2270
            "keywords": [
2271
                "assets",
2272
                "compression",
2273
                "minification"
2274
            ],
2275
            "time": "2015-12-28 13:12:39"
2276
        },
2277
        {
2278
            "name": "symfony/monolog-bundle",
2279
            "version": "2.11.1",
2280
            "source": {
2281
                "type": "git",
2282
                "url": "https://github.com/symfony/monolog-bundle.git",
2283
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2284
            },
2285
            "dist": {
2286
                "type": "zip",
2287
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2288
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2289
                "shasum": ""
2290
            },
2291
            "require": {
2292
                "monolog/monolog": "~1.18",
2293
                "php": ">=5.3.2",
2294
                "symfony/config": "~2.3|~3.0",
2295
                "symfony/dependency-injection": "~2.3|~3.0",
2296
                "symfony/http-kernel": "~2.3|~3.0",
2297
                "symfony/monolog-bridge": "~2.3|~3.0"
2298
            },
2299
            "require-dev": {
2300
                "phpunit/phpunit": "^4.8",
2301
                "symfony/console": "~2.3|~3.0",
2302
                "symfony/yaml": "~2.3|~3.0"
2303
            },
2304
            "type": "symfony-bundle",
2305
            "extra": {
2306
                "branch-alias": {
2307
                    "dev-master": "2.x-dev"
2308
                }
2309
            },
2310
            "autoload": {
2311
                "psr-4": {
2312
                    "Symfony\\Bundle\\MonologBundle\\": ""
2313
                }
2314
            },
2315
            "notification-url": "https://packagist.org/downloads/",
2316
            "license": [
2317
                "MIT"
2318
            ],
2319
            "authors": [
2320
                {
2321
                    "name": "Symfony Community",
2322
                    "homepage": "http://symfony.com/contributors"
2323
                },
2324
                {
2325
                    "name": "Fabien Potencier",
2326
                    "email": "[email protected]"
2327
                }
2328
            ],
2329
            "description": "Symfony MonologBundle",
2330
            "homepage": "http://symfony.com",
2331
            "keywords": [
2332
                "log",
2333
                "logging"
2334
            ],
2335
            "time": "2016-04-13 16:21:01"
2336
        },
2337
        {
2338
            "name": "symfony/polyfill-apcu",
2339
            "version": "v1.2.0",
2340
            "source": {
2341
                "type": "git",
2342
                "url": "https://github.com/symfony/polyfill-apcu.git",
2343
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2344
            },
2345
            "dist": {
2346
                "type": "zip",
2347
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2348
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2349
                "shasum": ""
2350
            },
2351
            "require": {
2352
                "php": ">=5.3.3"
2353
            },
2354
            "type": "library",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "1.2-dev"
2358
                }
2359
            },
2360
            "autoload": {
2361
                "files": [
2362
                    "bootstrap.php"
2363
                ]
2364
            },
2365
            "notification-url": "https://packagist.org/downloads/",
2366
            "license": [
2367
                "MIT"
2368
            ],
2369
            "authors": [
2370
                {
2371
                    "name": "Nicolas Grekas",
2372
                    "email": "[email protected]"
2373
                },
2374
                {
2375
                    "name": "Symfony Community",
2376
                    "homepage": "https://symfony.com/contributors"
2377
                }
2378
            ],
2379
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2380
            "homepage": "https://symfony.com",
2381
            "keywords": [
2382
                "apcu",
2383
                "compatibility",
2384
                "polyfill",
2385
                "portable",
2386
                "shim"
2387
            ],
2388
            "time": "2016-05-18 14:26:46"
2389
        },
2390
        {
2391
            "name": "symfony/polyfill-mbstring",
2392
            "version": "v1.2.0",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2396
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2401
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2402
                "shasum": ""
2403
            },
2404
            "require": {
2405
                "php": ">=5.3.3"
2406
            },
2407
            "suggest": {
2408
                "ext-mbstring": "For best performance"
2409
            },
2410
            "type": "library",
2411
            "extra": {
2412
                "branch-alias": {
2413
                    "dev-master": "1.2-dev"
2414
                }
2415
            },
2416
            "autoload": {
2417
                "psr-4": {
2418
                    "Symfony\\Polyfill\\Mbstring\\": ""
2419
                },
2420
                "files": [
2421
                    "bootstrap.php"
2422
                ]
2423
            },
2424
            "notification-url": "https://packagist.org/downloads/",
2425
            "license": [
2426
                "MIT"
2427
            ],
2428
            "authors": [
2429
                {
2430
                    "name": "Nicolas Grekas",
2431
                    "email": "[email protected]"
2432
                },
2433
                {
2434
                    "name": "Symfony Community",
2435
                    "homepage": "https://symfony.com/contributors"
2436
                }
2437
            ],
2438
            "description": "Symfony polyfill for the Mbstring extension",
2439
            "homepage": "https://symfony.com",
2440
            "keywords": [
2441
                "compatibility",
2442
                "mbstring",
2443
                "polyfill",
2444
                "portable",
2445
                "shim"
2446
            ],
2447
            "time": "2016-05-18 14:26:46"
2448
        },
2449
        {
2450
            "name": "symfony/swiftmailer-bundle",
2451
            "version": "v2.3.11",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2455
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2460
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2461
                "shasum": ""
2462
            },
2463
            "require": {
2464
                "php": ">=5.3.2",
2465
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2466
                "symfony/config": "~2.3|~3.0",
2467
                "symfony/dependency-injection": "~2.3|~3.0",
2468
                "symfony/http-kernel": "~2.3|~3.0",
2469
                "symfony/yaml": "~2.3|~3.0"
2470
            },
2471
            "require-dev": {
2472
                "symfony/phpunit-bridge": "~2.7|~3.0"
2473
            },
2474
            "suggest": {
2475
                "psr/log": "Allows logging"
2476
            },
2477
            "type": "symfony-bundle",
2478
            "extra": {
2479
                "branch-alias": {
2480
                    "dev-master": "2.3-dev"
2481
                }
2482
            },
2483
            "autoload": {
2484
                "psr-4": {
2485
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2486
                }
2487
            },
2488
            "notification-url": "https://packagist.org/downloads/",
2489
            "license": [
2490
                "MIT"
2491
            ],
2492
            "authors": [
2493
                {
2494
                    "name": "Symfony Community",
2495
                    "homepage": "http://symfony.com/contributors"
2496
                },
2497
                {
2498
                    "name": "Fabien Potencier",
2499
                    "email": "[email protected]"
2500
                }
2501
            ],
2502
            "description": "Symfony SwiftmailerBundle",
2503
            "homepage": "http://symfony.com",
2504
            "time": "2016-01-15 16:41:20"
2505
        },
2506
        {
2507
            "name": "symfony/symfony",
2508
            "version": "v2.7.14",
2509
            "source": {
2510
                "type": "git",
2511
                "url": "https://github.com/symfony/symfony.git",
2512
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
2513
            },
2514
            "dist": {
2515
                "type": "zip",
2516
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
2517
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
2518
                "shasum": ""
2519
            },
2520
            "require": {
2521
                "doctrine/common": "~2.4",
2522
                "paragonie/random_compat": "~1.0",
2523
                "php": ">=5.3.9",
2524
                "psr/log": "~1.0",
2525
                "symfony/polyfill-apcu": "~1.1",
2526
                "symfony/polyfill-mbstring": "~1.1",
2527
                "twig/twig": "~1.23|~2.0"
2528
            },
2529
            "replace": {
2530
                "symfony/asset": "self.version",
2531
                "symfony/browser-kit": "self.version",
2532
                "symfony/class-loader": "self.version",
2533
                "symfony/config": "self.version",
2534
                "symfony/console": "self.version",
2535
                "symfony/css-selector": "self.version",
2536
                "symfony/debug": "self.version",
2537
                "symfony/debug-bundle": "self.version",
2538
                "symfony/dependency-injection": "self.version",
2539
                "symfony/doctrine-bridge": "self.version",
2540
                "symfony/dom-crawler": "self.version",
2541
                "symfony/event-dispatcher": "self.version",
2542
                "symfony/expression-language": "self.version",
2543
                "symfony/filesystem": "self.version",
2544
                "symfony/finder": "self.version",
2545
                "symfony/form": "self.version",
2546
                "symfony/framework-bundle": "self.version",
2547
                "symfony/http-foundation": "self.version",
2548
                "symfony/http-kernel": "self.version",
2549
                "symfony/intl": "self.version",
2550
                "symfony/locale": "self.version",
2551
                "symfony/monolog-bridge": "self.version",
2552
                "symfony/options-resolver": "self.version",
2553
                "symfony/process": "self.version",
2554
                "symfony/property-access": "self.version",
2555
                "symfony/proxy-manager-bridge": "self.version",
2556
                "symfony/routing": "self.version",
2557
                "symfony/security": "self.version",
2558
                "symfony/security-acl": "self.version",
2559
                "symfony/security-bundle": "self.version",
2560
                "symfony/security-core": "self.version",
2561
                "symfony/security-csrf": "self.version",
2562
                "symfony/security-http": "self.version",
2563
                "symfony/serializer": "self.version",
2564
                "symfony/stopwatch": "self.version",
2565
                "symfony/swiftmailer-bridge": "self.version",
2566
                "symfony/templating": "self.version",
2567
                "symfony/translation": "self.version",
2568
                "symfony/twig-bridge": "self.version",
2569
                "symfony/twig-bundle": "self.version",
2570
                "symfony/validator": "self.version",
2571
                "symfony/var-dumper": "self.version",
2572
                "symfony/web-profiler-bundle": "self.version",
2573
                "symfony/yaml": "self.version"
2574
            },
2575
            "require-dev": {
2576
                "doctrine/data-fixtures": "1.0.*",
2577
                "doctrine/dbal": "~2.4",
2578
                "doctrine/doctrine-bundle": "~1.2",
2579
                "doctrine/orm": "~2.4,>=2.4.5",
2580
                "egulias/email-validator": "~1.2",
2581
                "ircmaxell/password-compat": "~1.0",
2582
                "monolog/monolog": "~1.11",
2583
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2584
            },
2585
            "type": "library",
2586
            "extra": {
2587
                "branch-alias": {
2588
                    "dev-master": "2.7-dev"
2589
                }
2590
            },
2591
            "autoload": {
2592
                "psr-4": {
2593
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2594
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2595
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2596
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2597
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2598
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2599
                    "Symfony\\Component\\": "src/Symfony/Component/"
2600
                },
2601
                "classmap": [
2602
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2603
                    "src/Symfony/Component/Intl/Resources/stubs"
2604
                ],
2605
                "files": [
2606
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2607
                ],
2608
                "exclude-from-classmap": [
2609
                    "**/Tests/"
2610
                ]
2611
            },
2612
            "notification-url": "https://packagist.org/downloads/",
2613
            "license": [
2614
                "MIT"
2615
            ],
2616
            "authors": [
2617
                {
2618
                    "name": "Fabien Potencier",
2619
                    "email": "[email protected]"
2620
                },
2621
                {
2622
                    "name": "Symfony Community",
2623
                    "homepage": "https://symfony.com/contributors"
2624
                }
2625
            ],
2626
            "description": "The Symfony PHP framework",
2627
            "homepage": "https://symfony.com",
2628
            "keywords": [
2629
                "framework"
2630
            ],
2631
            "time": "2016-06-06 15:23:39"
2632
        },
2633
        {
2634
            "name": "twbs/bootstrap",
2635
            "version": "v3.2.0",
2636
            "source": {
2637
                "type": "git",
2638
                "url": "https://github.com/twbs/bootstrap.git",
2639
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2640
            },
2641
            "dist": {
2642
                "type": "zip",
2643
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2644
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2645
                "shasum": ""
2646
            },
2647
            "replace": {
2648
                "twitter/bootstrap": "self.version"
2649
            },
2650
            "type": "library",
2651
            "extra": {
2652
                "branch-alias": {
2653
                    "dev-master": "3.2.x-dev"
2654
                }
2655
            },
2656
            "notification-url": "https://packagist.org/downloads/",
2657
            "license": [
2658
                "MIT"
2659
            ],
2660
            "authors": [
2661
                {
2662
                    "name": "Jacob Thornton",
2663
                    "email": "[email protected]"
2664
                },
2665
                {
2666
                    "name": "Mark Otto",
2667
                    "email": "[email protected]"
2668
                }
2669
            ],
2670
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2671
            "homepage": "http://getbootstrap.com",
2672
            "keywords": [
2673
                "JS",
2674
                "css",
2675
                "framework",
2676
                "front-end",
2677
                "less",
2678
                "mobile-first",
2679
                "responsive",
2680
                "web"
2681
            ],
2682
            "time": "2014-06-26 16:36:48"
2683
        },
2684
        {
2685
            "name": "twig/extensions",
2686
            "version": "v1.3.0",
2687
            "source": {
2688
                "type": "git",
2689
                "url": "https://github.com/twigphp/Twig-extensions.git",
2690
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2691
            },
2692
            "dist": {
2693
                "type": "zip",
2694
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2695
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2696
                "shasum": ""
2697
            },
2698
            "require": {
2699
                "twig/twig": "~1.20|~2.0"
2700
            },
2701
            "require-dev": {
2702
                "symfony/translation": "~2.3"
2703
            },
2704
            "suggest": {
2705
                "symfony/translation": "Allow the time_diff output to be translated"
2706
            },
2707
            "type": "library",
2708
            "extra": {
2709
                "branch-alias": {
2710
                    "dev-master": "1.3-dev"
2711
                }
2712
            },
2713
            "autoload": {
2714
                "psr-0": {
2715
                    "Twig_Extensions_": "lib/"
2716
                }
2717
            },
2718
            "notification-url": "https://packagist.org/downloads/",
2719
            "license": [
2720
                "MIT"
2721
            ],
2722
            "authors": [
2723
                {
2724
                    "name": "Fabien Potencier",
2725
                    "email": "[email protected]"
2726
                }
2727
            ],
2728
            "description": "Common additional features for Twig that do not directly belong in core",
2729
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2730
            "keywords": [
2731
                "i18n",
2732
                "text"
2733
            ],
2734
            "time": "2015-08-22 16:38:35"
2735
        },
2736
        {
2737
            "name": "twig/twig",
2738
            "version": "v1.24.1",
2739
            "source": {
2740
                "type": "git",
2741
                "url": "https://github.com/twigphp/Twig.git",
2742
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
2743
            },
2744
            "dist": {
2745
                "type": "zip",
2746
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
2747
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
2748
                "shasum": ""
2749
            },
2750
            "require": {
2751
                "php": ">=5.2.7"
2752
            },
2753
            "require-dev": {
2754
                "symfony/debug": "~2.7",
2755
                "symfony/phpunit-bridge": "~2.7"
2756
            },
2757
            "type": "library",
2758
            "extra": {
2759
                "branch-alias": {
2760
                    "dev-master": "1.24-dev"
2761
                }
2762
            },
2763
            "autoload": {
2764
                "psr-0": {
2765
                    "Twig_": "lib/"
2766
                }
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "BSD-3-Clause"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Fabien Potencier",
2775
                    "email": "[email protected]",
2776
                    "homepage": "http://fabien.potencier.org",
2777
                    "role": "Lead Developer"
2778
                },
2779
                {
2780
                    "name": "Armin Ronacher",
2781
                    "email": "[email protected]",
2782
                    "role": "Project Founder"
2783
                },
2784
                {
2785
                    "name": "Twig Team",
2786
                    "homepage": "http://twig.sensiolabs.org/contributors",
2787
                    "role": "Contributors"
2788
                }
2789
            ],
2790
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2791
            "homepage": "http://twig.sensiolabs.org",
2792
            "keywords": [
2793
                "templating"
2794
            ],
2795
            "time": "2016-05-30 09:11:59"
2796
        },
2797
        {
2798
            "name": "yubico/u2flib-server",
2799
            "version": "0.1.0",
2800
            "source": {
2801
                "type": "git",
2802
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2803
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2804
            },
2805
            "dist": {
2806
                "type": "zip",
2807
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2808
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2809
                "shasum": ""
2810
            },
2811
            "require": {
2812
                "ext-openssl": "*"
2813
            },
2814
            "type": "library",
2815
            "autoload": {
2816
                "classmap": [
2817
                    "src/"
2818
                ]
2819
            },
2820
            "notification-url": "https://packagist.org/downloads/",
2821
            "license": [
2822
                "BSD-2-Clause"
2823
            ],
2824
            "description": "Library for U2F implementation",
2825
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2826
            "time": "2015-03-03 08:05:16"
2827
        }
2828
    ],
2829
    "packages-dev": [
2830
        {
2831
            "name": "behat/behat",
2832
            "version": "v2.5.5",
2833
            "source": {
2834
                "type": "git",
2835
                "url": "https://github.com/Behat/Behat.git",
2836
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
2837
            },
2838
            "dist": {
2839
                "type": "zip",
2840
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
2841
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
2842
                "shasum": ""
2843
            },
2844
            "require": {
2845
                "behat/gherkin": "~2.3.0",
2846
                "php": ">=5.3.1",
2847
                "symfony/config": "~2.3",
2848
                "symfony/console": "~2.0",
2849
                "symfony/dependency-injection": "~2.0",
2850
                "symfony/event-dispatcher": "~2.0",
2851
                "symfony/finder": "~2.0",
2852
                "symfony/translation": "~2.3",
2853
                "symfony/yaml": "~2.0"
2854
            },
2855
            "require-dev": {
2856
                "phpunit/phpunit": "~3.7.19"
2857
            },
2858
            "suggest": {
2859
                "behat/mink-extension": "for integration with Mink testing framework",
2860
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2861
                "behat/yii-extension": "for integration with Yii web framework"
2862
            },
2863
            "bin": [
2864
                "bin/behat"
2865
            ],
2866
            "type": "library",
2867
            "autoload": {
2868
                "psr-0": {
2869
                    "Behat\\Behat": "src/"
2870
                }
2871
            },
2872
            "notification-url": "https://packagist.org/downloads/",
2873
            "license": [
2874
                "MIT"
2875
            ],
2876
            "authors": [
2877
                {
2878
                    "name": "Konstantin Kudryashov",
2879
                    "email": "[email protected]",
2880
                    "homepage": "http://everzet.com"
2881
                }
2882
            ],
2883
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2884
            "homepage": "http://behat.org/",
2885
            "keywords": [
2886
                "BDD",
2887
                "Behat",
2888
                "Symfony2"
2889
            ],
2890
            "time": "2015-06-01 09:37:55"
2891
        },
2892
        {
2893
            "name": "behat/gherkin",
2894
            "version": "v2.3.5",
2895
            "source": {
2896
                "type": "git",
2897
                "url": "https://github.com/Behat/Gherkin.git",
2898
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
2899
            },
2900
            "dist": {
2901
                "type": "zip",
2902
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
2903
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
2904
                "shasum": ""
2905
            },
2906
            "require": {
2907
                "php": ">=5.3.1",
2908
                "symfony/finder": "~2.0"
2909
            },
2910
            "require-dev": {
2911
                "symfony/config": "~2.0",
2912
                "symfony/translation": "~2.0",
2913
                "symfony/yaml": "~2.0"
2914
            },
2915
            "suggest": {
2916
                "symfony/config": "If you want to use Config component to manage resources",
2917
                "symfony/translation": "If you want to use Symfony2 translations adapter",
2918
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2919
            },
2920
            "type": "library",
2921
            "extra": {
2922
                "branch-alias": {
2923
                    "dev-develop": "2.2-dev"
2924
                }
2925
            },
2926
            "autoload": {
2927
                "psr-0": {
2928
                    "Behat\\Gherkin": "src/"
2929
                }
2930
            },
2931
            "notification-url": "https://packagist.org/downloads/",
2932
            "license": [
2933
                "MIT"
2934
            ],
2935
            "authors": [
2936
                {
2937
                    "name": "Konstantin Kudryashov",
2938
                    "email": "[email protected]",
2939
                    "homepage": "http://everzet.com"
2940
                }
2941
            ],
2942
            "description": "Gherkin DSL parser for PHP 5.3",
2943
            "homepage": "http://behat.org/",
2944
            "keywords": [
2945
                "BDD",
2946
                "Behat",
2947
                "DSL",
2948
                "Symfony2",
2949
                "parser"
2950
            ],
2951
            "time": "2013-10-15 11:22:17"
2952
        },
2953
        {
2954
            "name": "behat/mink",
2955
            "version": "v1.7.1",
2956
            "source": {
2957
                "type": "git",
2958
                "url": "https://github.com/minkphp/Mink.git",
2959
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2960
            },
2961
            "dist": {
2962
                "type": "zip",
2963
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2964
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2965
                "shasum": ""
2966
            },
2967
            "require": {
2968
                "php": ">=5.3.1",
2969
                "symfony/css-selector": "~2.1|~3.0"
2970
            },
2971
            "require-dev": {
2972
                "symfony/phpunit-bridge": "~2.7|~3.0"
2973
            },
2974
            "suggest": {
2975
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2976
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2977
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2978
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2979
            },
2980
            "type": "library",
2981
            "extra": {
2982
                "branch-alias": {
2983
                    "dev-master": "1.7.x-dev"
2984
                }
2985
            },
2986
            "autoload": {
2987
                "psr-4": {
2988
                    "Behat\\Mink\\": "src/"
2989
                }
2990
            },
2991
            "notification-url": "https://packagist.org/downloads/",
2992
            "license": [
2993
                "MIT"
2994
            ],
2995
            "authors": [
2996
                {
2997
                    "name": "Konstantin Kudryashov",
2998
                    "email": "[email protected]",
2999
                    "homepage": "http://everzet.com"
3000
                }
3001
            ],
3002
            "description": "Browser controller/emulator abstraction for PHP",
3003
            "homepage": "http://mink.behat.org/",
3004
            "keywords": [
3005
                "browser",
3006
                "testing",
3007
                "web"
3008
            ],
3009
            "time": "2016-03-05 08:26:18"
3010
        },
3011
        {
3012
            "name": "behat/mink-browserkit-driver",
3013
            "version": "v1.3.2",
3014
            "source": {
3015
                "type": "git",
3016
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3017
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3018
            },
3019
            "dist": {
3020
                "type": "zip",
3021
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3022
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3023
                "shasum": ""
3024
            },
3025
            "require": {
3026
                "behat/mink": "^1.7.1@dev",
3027
                "php": ">=5.3.6",
3028
                "symfony/browser-kit": "~2.3|~3.0",
3029
                "symfony/dom-crawler": "~2.3|~3.0"
3030
            },
3031
            "require-dev": {
3032
                "silex/silex": "~1.2",
3033
                "symfony/phpunit-bridge": "~2.7|~3.0"
3034
            },
3035
            "type": "mink-driver",
3036
            "extra": {
3037
                "branch-alias": {
3038
                    "dev-master": "1.3.x-dev"
3039
                }
3040
            },
3041
            "autoload": {
3042
                "psr-4": {
3043
                    "Behat\\Mink\\Driver\\": "src/"
3044
                }
3045
            },
3046
            "notification-url": "https://packagist.org/downloads/",
3047
            "license": [
3048
                "MIT"
3049
            ],
3050
            "authors": [
3051
                {
3052
                    "name": "Konstantin Kudryashov",
3053
                    "email": "[email protected]",
3054
                    "homepage": "http://everzet.com"
3055
                }
3056
            ],
3057
            "description": "Symfony2 BrowserKit driver for Mink framework",
3058
            "homepage": "http://mink.behat.org/",
3059
            "keywords": [
3060
                "Mink",
3061
                "Symfony2",
3062
                "browser",
3063
                "testing"
3064
            ],
3065
            "time": "2016-03-05 08:59:47"
3066
        },
3067
        {
3068
            "name": "behat/mink-extension",
3069
            "version": "v1.3.3",
3070
            "source": {
3071
                "type": "git",
3072
                "url": "https://github.com/Behat/MinkExtension.git",
3073
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
3074
            },
3075
            "dist": {
3076
                "type": "zip",
3077
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3078
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3079
                "shasum": ""
3080
            },
3081
            "require": {
3082
                "behat/behat": "~2.5.0",
3083
                "behat/mink": "~1.5",
3084
                "php": ">=5.3.2",
3085
                "symfony/config": "~2.2"
3086
            },
3087
            "require-dev": {
3088
                "behat/mink-goutte-driver": "~1.0",
3089
                "fabpot/goutte": "~1.0"
3090
            },
3091
            "type": "behat-extension",
3092
            "autoload": {
3093
                "psr-0": {
3094
                    "Behat\\MinkExtension": "src/"
3095
                }
3096
            },
3097
            "notification-url": "https://packagist.org/downloads/",
3098
            "license": [
3099
                "MIT"
3100
            ],
3101
            "authors": [
3102
                {
3103
                    "name": "Konstantin Kudryashov",
3104
                    "email": "[email protected]",
3105
                    "homepage": "http://everzet.com"
3106
                }
3107
            ],
3108
            "description": "Mink extension for Behat",
3109
            "homepage": "http://mink.behat.org",
3110
            "keywords": [
3111
                "browser",
3112
                "gui",
3113
                "test",
3114
                "web"
3115
            ],
3116
            "time": "2014-05-15 19:27:39"
3117
        },
3118
        {
3119
            "name": "behat/mink-goutte-driver",
3120
            "version": "v1.2.1",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
3124
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3129
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "behat/mink": "~1.6@dev",
3134
                "behat/mink-browserkit-driver": "~1.2@dev",
3135
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
3136
                "php": ">=5.3.1"
3137
            },
3138
            "require-dev": {
3139
                "symfony/phpunit-bridge": "~2.7|~3.0"
3140
            },
3141
            "type": "mink-driver",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "1.2.x-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "psr-4": {
3149
                    "Behat\\Mink\\Driver\\": "src/"
3150
                }
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "license": [
3154
                "MIT"
3155
            ],
3156
            "authors": [
3157
                {
3158
                    "name": "Konstantin Kudryashov",
3159
                    "email": "[email protected]",
3160
                    "homepage": "http://everzet.com"
3161
                }
3162
            ],
3163
            "description": "Goutte driver for Mink framework",
3164
            "homepage": "http://mink.behat.org/",
3165
            "keywords": [
3166
                "browser",
3167
                "goutte",
3168
                "headless",
3169
                "testing"
3170
            ],
3171
            "time": "2016-03-05 09:04:22"
3172
        },
3173
        {
3174
            "name": "behat/mink-selenium2-driver",
3175
            "version": "v1.3.1",
3176
            "source": {
3177
                "type": "git",
3178
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3179
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
3180
            },
3181
            "dist": {
3182
                "type": "zip",
3183
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
3184
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
3185
                "shasum": ""
3186
            },
3187
            "require": {
3188
                "behat/mink": "~1.7@dev",
3189
                "instaclick/php-webdriver": "~1.1",
3190
                "php": ">=5.3.1"
3191
            },
3192
            "require-dev": {
3193
                "symfony/phpunit-bridge": "~2.7"
3194
            },
3195
            "type": "mink-driver",
3196
            "extra": {
3197
                "branch-alias": {
3198
                    "dev-master": "1.3.x-dev"
3199
                }
3200
            },
3201
            "autoload": {
3202
                "psr-4": {
3203
                    "Behat\\Mink\\Driver\\": "src/"
3204
                }
3205
            },
3206
            "notification-url": "https://packagist.org/downloads/",
3207
            "license": [
3208
                "MIT"
3209
            ],
3210
            "authors": [
3211
                {
3212
                    "name": "Konstantin Kudryashov",
3213
                    "email": "[email protected]",
3214
                    "homepage": "http://everzet.com"
3215
                },
3216
                {
3217
                    "name": "Pete Otaqui",
3218
                    "email": "[email protected]",
3219
                    "homepage": "https://github.com/pete-otaqui"
3220
                }
3221
            ],
3222
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3223
            "homepage": "http://mink.behat.org/",
3224
            "keywords": [
3225
                "ajax",
3226
                "browser",
3227
                "javascript",
3228
                "selenium",
3229
                "testing",
3230
                "webdriver"
3231
            ],
3232
            "time": "2016-03-05 09:10:18"
3233
        },
3234
        {
3235
            "name": "camspiers/json-pretty",
3236
            "version": "1.0.2",
3237
            "source": {
3238
                "type": "git",
3239
                "url": "https://github.com/camspiers/json-pretty.git",
3240
                "reference": "17be37cb83af8014658da48fa0012604179039a7"
3241
            },
3242
            "dist": {
3243
                "type": "zip",
3244
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7",
3245
                "reference": "17be37cb83af8014658da48fa0012604179039a7",
3246
                "shasum": ""
3247
            },
3248
            "require-dev": {
3249
                "phpunit/phpunit": "~4.0"
3250
            },
3251
            "type": "library",
3252
            "autoload": {
3253
                "psr-0": {
3254
                    "Camspiers": "src/"
3255
                }
3256
            },
3257
            "notification-url": "https://packagist.org/downloads/",
3258
            "license": [
3259
                "MIT"
3260
            ],
3261
            "authors": [
3262
                {
3263
                    "name": "Cam Spiers",
3264
                    "email": "[email protected]"
3265
                }
3266
            ],
3267
            "description": "Provides support for json pretty printing",
3268
            "time": "2016-02-06 01:25:58"
3269
        },
3270
        {
3271
            "name": "doctrine/instantiator",
3272
            "version": "1.0.5",
3273
            "source": {
3274
                "type": "git",
3275
                "url": "https://github.com/doctrine/instantiator.git",
3276
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3277
            },
3278
            "dist": {
3279
                "type": "zip",
3280
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3281
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3282
                "shasum": ""
3283
            },
3284
            "require": {
3285
                "php": ">=5.3,<8.0-DEV"
3286
            },
3287
            "require-dev": {
3288
                "athletic/athletic": "~0.1.8",
3289
                "ext-pdo": "*",
3290
                "ext-phar": "*",
3291
                "phpunit/phpunit": "~4.0",
3292
                "squizlabs/php_codesniffer": "~2.0"
3293
            },
3294
            "type": "library",
3295
            "extra": {
3296
                "branch-alias": {
3297
                    "dev-master": "1.0.x-dev"
3298
                }
3299
            },
3300
            "autoload": {
3301
                "psr-4": {
3302
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3303
                }
3304
            },
3305
            "notification-url": "https://packagist.org/downloads/",
3306
            "license": [
3307
                "MIT"
3308
            ],
3309
            "authors": [
3310
                {
3311
                    "name": "Marco Pivetta",
3312
                    "email": "[email protected]",
3313
                    "homepage": "http://ocramius.github.com/"
3314
                }
3315
            ],
3316
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3317
            "homepage": "https://github.com/doctrine/instantiator",
3318
            "keywords": [
3319
                "constructor",
3320
                "instantiate"
3321
            ],
3322
            "time": "2015-06-14 21:17:01"
3323
        },
3324
        {
3325
            "name": "fabpot/goutte",
3326
            "version": "v2.0.4",
3327
            "source": {
3328
                "type": "git",
3329
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
3330
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
3331
            },
3332
            "dist": {
3333
                "type": "zip",
3334
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3335
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3336
                "shasum": ""
3337
            },
3338
            "require": {
3339
                "guzzlehttp/guzzle": ">=4,<6",
3340
                "php": ">=5.4.0",
3341
                "symfony/browser-kit": "~2.1",
3342
                "symfony/css-selector": "~2.1",
3343
                "symfony/dom-crawler": "~2.1"
3344
            },
3345
            "type": "application",
3346
            "extra": {
3347
                "branch-alias": {
3348
                    "dev-master": "2.0-dev"
3349
                }
3350
            },
3351
            "autoload": {
3352
                "psr-4": {
3353
                    "Goutte\\": "Goutte"
3354
                }
3355
            },
3356
            "notification-url": "https://packagist.org/downloads/",
3357
            "license": [
3358
                "MIT"
3359
            ],
3360
            "authors": [
3361
                {
3362
                    "name": "Fabien Potencier",
3363
                    "email": "[email protected]"
3364
                }
3365
            ],
3366
            "description": "A simple PHP Web Scraper",
3367
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
3368
            "keywords": [
3369
                "scraper"
3370
            ],
3371
            "time": "2015-05-05 21:14:57"
3372
        },
3373
        {
3374
            "name": "ibuildings/qa-tools",
3375
            "version": "1.1.27",
3376
            "source": {
3377
                "type": "git",
3378
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
3379
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
3380
            },
3381
            "dist": {
3382
                "type": "zip",
3383
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3384
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3385
                "shasum": ""
3386
            },
3387
            "require": {
3388
                "behat/behat": "~2.5",
3389
                "behat/mink": "*",
3390
                "behat/mink-extension": "*",
3391
                "behat/mink-goutte-driver": ">=1.0.9",
3392
                "behat/mink-selenium2-driver": "*",
3393
                "camspiers/json-pretty": "~1.0",
3394
                "phpmd/phpmd": "~2",
3395
                "phpunit/phpunit": "~4",
3396
                "sebastian/phpcpd": "~2",
3397
                "sensiolabs/security-checker": "~2.0",
3398
                "squizlabs/php_codesniffer": "~1",
3399
                "symfony/console": "~2.1",
3400
                "symfony/filesystem": "~2.1",
3401
                "twig/twig": "~1.12"
3402
            },
3403
            "bin": [
3404
                "bin/qa-tools",
3405
                "bin/jshint"
3406
            ],
3407
            "type": "library",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "1.1.x-dev"
3411
                }
3412
            },
3413
            "autoload": {
3414
                "psr-0": {
3415
                    "Ibuildings": "src/"
3416
                }
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "MIT"
3421
            ],
3422
            "description": "Ibuildings standard QA Tools",
3423
            "time": "2014-10-06 10:35:34"
3424
        },
3425
        {
3426
            "name": "instaclick/php-webdriver",
3427
            "version": "1.4.3",
3428
            "source": {
3429
                "type": "git",
3430
                "url": "https://github.com/instaclick/php-webdriver.git",
3431
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
3432
            },
3433
            "dist": {
3434
                "type": "zip",
3435
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3436
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3437
                "shasum": ""
3438
            },
3439
            "require": {
3440
                "ext-curl": "*",
3441
                "php": ">=5.3.2"
3442
            },
3443
            "require-dev": {
3444
                "satooshi/php-coveralls": "dev-master"
3445
            },
3446
            "type": "library",
3447
            "extra": {
3448
                "branch-alias": {
3449
                    "dev-master": "1.4.x-dev"
3450
                }
3451
            },
3452
            "autoload": {
3453
                "psr-0": {
3454
                    "WebDriver": "lib/"
3455
                }
3456
            },
3457
            "notification-url": "https://packagist.org/downloads/",
3458
            "license": [
3459
                "Apache-2.0"
3460
            ],
3461
            "authors": [
3462
                {
3463
                    "name": "Justin Bishop",
3464
                    "email": "[email protected]",
3465
                    "role": "Developer"
3466
                },
3467
                {
3468
                    "name": "Anthon Pang",
3469
                    "email": "[email protected]",
3470
                    "role": "Fork Maintainer"
3471
                }
3472
            ],
3473
            "description": "PHP WebDriver for Selenium 2",
3474
            "homepage": "http://instaclick.com/",
3475
            "keywords": [
3476
                "browser",
3477
                "selenium",
3478
                "webdriver",
3479
                "webtest"
3480
            ],
3481
            "time": "2015-06-15 20:19:33"
3482
        },
3483
        {
3484
            "name": "liip/rmt",
3485
            "version": "1.1.9",
3486
            "source": {
3487
                "type": "git",
3488
                "url": "https://github.com/liip/RMT.git",
3489
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3490
            },
3491
            "dist": {
3492
                "type": "zip",
3493
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3494
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3495
                "shasum": ""
3496
            },
3497
            "require": {
3498
                "php": ">=5.3.3",
3499
                "sensiolabs/security-checker": "~2.0",
3500
                "symfony/console": "~2.0",
3501
                "symfony/process": "~2.0",
3502
                "symfony/yaml": "~2.0",
3503
                "vierbergenlars/php-semver": "~3.0"
3504
            },
3505
            "bin": [
3506
                "RMT"
3507
            ],
3508
            "type": "library",
3509
            "autoload": {
3510
                "psr-0": {
3511
                    "Liip": "src"
3512
                }
3513
            },
3514
            "notification-url": "https://packagist.org/downloads/",
3515
            "license": [
3516
                "MIT"
3517
            ],
3518
            "authors": [
3519
                {
3520
                    "name": "Laurent Prodon",
3521
                    "email": "[email protected]",
3522
                    "role": "Developer"
3523
                },
3524
                {
3525
                    "name": "David Jeanmonod",
3526
                    "email": "[email protected]",
3527
                    "role": "Developer"
3528
                }
3529
            ],
3530
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3531
            "homepage": "http://github.com/liip/RMT",
3532
            "keywords": [
3533
                "post-release",
3534
                "pre-release",
3535
                "release",
3536
                "semantic versioning",
3537
                "vcs tag",
3538
                "version"
3539
            ],
3540
            "time": "2015-05-06 20:11:13"
3541
        },
3542
        {
3543
            "name": "matthiasnoback/symfony-config-test",
3544
            "version": "v1.4.0",
3545
            "source": {
3546
                "type": "git",
3547
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3548
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3549
            },
3550
            "dist": {
3551
                "type": "zip",
3552
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3553
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3554
                "shasum": ""
3555
            },
3556
            "require": {
3557
                "php": ">=5.3",
3558
                "sebastian/exporter": "1.*",
3559
                "symfony/config": "~2.0|~3.0"
3560
            },
3561
            "require-dev": {
3562
                "phpunit/phpunit": ">=3.7"
3563
            },
3564
            "type": "library",
3565
            "autoload": {
3566
                "psr-4": {
3567
                    "Matthias\\SymfonyConfigTest\\": ""
3568
                }
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "MIT"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Matthias Noback",
3577
                    "email": "[email protected]",
3578
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3579
                }
3580
            ],
3581
            "description": "Library for testing user classes related to the Symfony Config Component",
3582
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3583
            "keywords": [
3584
                "config",
3585
                "phpunit",
3586
                "symfony"
3587
            ],
3588
            "time": "2015-11-25 21:40:32"
3589
        },
3590
        {
3591
            "name": "pdepend/pdepend",
3592
            "version": "2.2.4",
3593
            "source": {
3594
                "type": "git",
3595
                "url": "https://github.com/pdepend/pdepend.git",
3596
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
3597
            },
3598
            "dist": {
3599
                "type": "zip",
3600
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
3601
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
3602
                "shasum": ""
3603
            },
3604
            "require": {
3605
                "php": ">=5.3.7",
3606
                "symfony/config": "^2.3.0|^3",
3607
                "symfony/dependency-injection": "^2.3.0|^3",
3608
                "symfony/filesystem": "^2.3.0|^3"
3609
            },
3610
            "require-dev": {
3611
                "phpunit/phpunit": "^4.4.0,<4.8",
3612
                "squizlabs/php_codesniffer": "^2.0.0"
3613
            },
3614
            "bin": [
3615
                "src/bin/pdepend"
3616
            ],
3617
            "type": "library",
3618
            "autoload": {
3619
                "psr-4": {
3620
                    "PDepend\\": "src/main/php/PDepend"
3621
                }
3622
            },
3623
            "notification-url": "https://packagist.org/downloads/",
3624
            "license": [
3625
                "BSD-3-Clause"
3626
            ],
3627
            "description": "Official version of pdepend to be handled with Composer",
3628
            "time": "2016-03-10 15:15:04"
3629
        },
3630
        {
3631
            "name": "phpdocumentor/reflection-common",
3632
            "version": "1.0",
3633
            "source": {
3634
                "type": "git",
3635
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3636
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3637
            },
3638
            "dist": {
3639
                "type": "zip",
3640
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3641
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3642
                "shasum": ""
3643
            },
3644
            "require": {
3645
                "php": ">=5.5"
3646
            },
3647
            "require-dev": {
3648
                "phpunit/phpunit": "^4.6"
3649
            },
3650
            "type": "library",
3651
            "extra": {
3652
                "branch-alias": {
3653
                    "dev-master": "1.0.x-dev"
3654
                }
3655
            },
3656
            "autoload": {
3657
                "psr-4": {
3658
                    "phpDocumentor\\Reflection\\": [
3659
                        "src"
3660
                    ]
3661
                }
3662
            },
3663
            "notification-url": "https://packagist.org/downloads/",
3664
            "license": [
3665
                "MIT"
3666
            ],
3667
            "authors": [
3668
                {
3669
                    "name": "Jaap van Otterdijk",
3670
                    "email": "[email protected]"
3671
                }
3672
            ],
3673
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3674
            "homepage": "http://www.phpdoc.org",
3675
            "keywords": [
3676
                "FQSEN",
3677
                "phpDocumentor",
3678
                "phpdoc",
3679
                "reflection",
3680
                "static analysis"
3681
            ],
3682
            "time": "2015-12-27 11:43:31"
3683
        },
3684
        {
3685
            "name": "phpdocumentor/reflection-docblock",
3686
            "version": "3.1.0",
3687
            "source": {
3688
                "type": "git",
3689
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3690
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
3691
            },
3692
            "dist": {
3693
                "type": "zip",
3694
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
3695
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
3696
                "shasum": ""
3697
            },
3698
            "require": {
3699
                "php": ">=5.5",
3700
                "phpdocumentor/reflection-common": "^1.0@dev",
3701
                "phpdocumentor/type-resolver": "^0.2.0",
3702
                "webmozart/assert": "^1.0"
3703
            },
3704
            "require-dev": {
3705
                "mockery/mockery": "^0.9.4",
3706
                "phpunit/phpunit": "^4.4"
3707
            },
3708
            "type": "library",
3709
            "autoload": {
3710
                "psr-4": {
3711
                    "phpDocumentor\\Reflection\\": [
3712
                        "src/"
3713
                    ]
3714
                }
3715
            },
3716
            "notification-url": "https://packagist.org/downloads/",
3717
            "license": [
3718
                "MIT"
3719
            ],
3720
            "authors": [
3721
                {
3722
                    "name": "Mike van Riel",
3723
                    "email": "[email protected]"
3724
                }
3725
            ],
3726
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3727
            "time": "2016-06-10 09:48:41"
3728
        },
3729
        {
3730
            "name": "phpdocumentor/type-resolver",
3731
            "version": "0.2",
3732
            "source": {
3733
                "type": "git",
3734
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3735
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
3736
            },
3737
            "dist": {
3738
                "type": "zip",
3739
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
3740
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
3741
                "shasum": ""
3742
            },
3743
            "require": {
3744
                "php": ">=5.5",
3745
                "phpdocumentor/reflection-common": "^1.0"
3746
            },
3747
            "require-dev": {
3748
                "mockery/mockery": "^0.9.4",
3749
                "phpunit/phpunit": "^5.2||^4.8.24"
3750
            },
3751
            "type": "library",
3752
            "extra": {
3753
                "branch-alias": {
3754
                    "dev-master": "1.0.x-dev"
3755
                }
3756
            },
3757
            "autoload": {
3758
                "psr-4": {
3759
                    "phpDocumentor\\Reflection\\": [
3760
                        "src/"
3761
                    ]
3762
                }
3763
            },
3764
            "notification-url": "https://packagist.org/downloads/",
3765
            "license": [
3766
                "MIT"
3767
            ],
3768
            "authors": [
3769
                {
3770
                    "name": "Mike van Riel",
3771
                    "email": "[email protected]"
3772
                }
3773
            ],
3774
            "time": "2016-06-10 07:14:17"
3775
        },
3776
        {
3777
            "name": "phpmd/phpmd",
3778
            "version": "2.4.3",
3779
            "source": {
3780
                "type": "git",
3781
                "url": "https://github.com/phpmd/phpmd.git",
3782
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
3783
            },
3784
            "dist": {
3785
                "type": "zip",
3786
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
3787
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
3788
                "shasum": ""
3789
            },
3790
            "require": {
3791
                "pdepend/pdepend": "^2.0.4",
3792
                "php": ">=5.3.0"
3793
            },
3794
            "require-dev": {
3795
                "phpunit/phpunit": "^4.0",
3796
                "squizlabs/php_codesniffer": "^2.0"
3797
            },
3798
            "bin": [
3799
                "src/bin/phpmd"
3800
            ],
3801
            "type": "project",
3802
            "autoload": {
3803
                "psr-0": {
3804
                    "PHPMD\\": "src/main/php"
3805
                }
3806
            },
3807
            "notification-url": "https://packagist.org/downloads/",
3808
            "license": [
3809
                "BSD-3-Clause"
3810
            ],
3811
            "authors": [
3812
                {
3813
                    "name": "Manuel Pichler",
3814
                    "email": "[email protected]",
3815
                    "homepage": "https://github.com/manuelpichler",
3816
                    "role": "Project Founder"
3817
                },
3818
                {
3819
                    "name": "Other contributors",
3820
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3821
                    "role": "Contributors"
3822
                },
3823
                {
3824
                    "name": "Marc Würth",
3825
                    "email": "[email protected]",
3826
                    "homepage": "https://github.com/ravage84",
3827
                    "role": "Project Maintainer"
3828
                }
3829
            ],
3830
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3831
            "homepage": "http://phpmd.org/",
3832
            "keywords": [
3833
                "mess detection",
3834
                "mess detector",
3835
                "pdepend",
3836
                "phpmd",
3837
                "pmd"
3838
            ],
3839
            "time": "2016-04-04 11:52:04"
3840
        },
3841
        {
3842
            "name": "phpspec/prophecy",
3843
            "version": "v1.6.1",
3844
            "source": {
3845
                "type": "git",
3846
                "url": "https://github.com/phpspec/prophecy.git",
3847
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
3848
            },
3849
            "dist": {
3850
                "type": "zip",
3851
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
3852
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
3853
                "shasum": ""
3854
            },
3855
            "require": {
3856
                "doctrine/instantiator": "^1.0.2",
3857
                "php": "^5.3|^7.0",
3858
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3859
                "sebastian/comparator": "^1.1",
3860
                "sebastian/recursion-context": "^1.0"
3861
            },
3862
            "require-dev": {
3863
                "phpspec/phpspec": "^2.0"
3864
            },
3865
            "type": "library",
3866
            "extra": {
3867
                "branch-alias": {
3868
                    "dev-master": "1.6.x-dev"
3869
                }
3870
            },
3871
            "autoload": {
3872
                "psr-0": {
3873
                    "Prophecy\\": "src/"
3874
                }
3875
            },
3876
            "notification-url": "https://packagist.org/downloads/",
3877
            "license": [
3878
                "MIT"
3879
            ],
3880
            "authors": [
3881
                {
3882
                    "name": "Konstantin Kudryashov",
3883
                    "email": "[email protected]",
3884
                    "homepage": "http://everzet.com"
3885
                },
3886
                {
3887
                    "name": "Marcello Duarte",
3888
                    "email": "[email protected]"
3889
                }
3890
            ],
3891
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3892
            "homepage": "https://github.com/phpspec/prophecy",
3893
            "keywords": [
3894
                "Double",
3895
                "Dummy",
3896
                "fake",
3897
                "mock",
3898
                "spy",
3899
                "stub"
3900
            ],
3901
            "time": "2016-06-07 08:13:47"
3902
        },
3903
        {
3904
            "name": "phpunit/php-code-coverage",
3905
            "version": "2.2.4",
3906
            "source": {
3907
                "type": "git",
3908
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3909
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3910
            },
3911
            "dist": {
3912
                "type": "zip",
3913
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3914
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3915
                "shasum": ""
3916
            },
3917
            "require": {
3918
                "php": ">=5.3.3",
3919
                "phpunit/php-file-iterator": "~1.3",
3920
                "phpunit/php-text-template": "~1.2",
3921
                "phpunit/php-token-stream": "~1.3",
3922
                "sebastian/environment": "^1.3.2",
3923
                "sebastian/version": "~1.0"
3924
            },
3925
            "require-dev": {
3926
                "ext-xdebug": ">=2.1.4",
3927
                "phpunit/phpunit": "~4"
3928
            },
3929
            "suggest": {
3930
                "ext-dom": "*",
3931
                "ext-xdebug": ">=2.2.1",
3932
                "ext-xmlwriter": "*"
3933
            },
3934
            "type": "library",
3935
            "extra": {
3936
                "branch-alias": {
3937
                    "dev-master": "2.2.x-dev"
3938
                }
3939
            },
3940
            "autoload": {
3941
                "classmap": [
3942
                    "src/"
3943
                ]
3944
            },
3945
            "notification-url": "https://packagist.org/downloads/",
3946
            "license": [
3947
                "BSD-3-Clause"
3948
            ],
3949
            "authors": [
3950
                {
3951
                    "name": "Sebastian Bergmann",
3952
                    "email": "[email protected]",
3953
                    "role": "lead"
3954
                }
3955
            ],
3956
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3957
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3958
            "keywords": [
3959
                "coverage",
3960
                "testing",
3961
                "xunit"
3962
            ],
3963
            "time": "2015-10-06 15:47:00"
3964
        },
3965
        {
3966
            "name": "phpunit/php-file-iterator",
3967
            "version": "1.4.1",
3968
            "source": {
3969
                "type": "git",
3970
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3971
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3972
            },
3973
            "dist": {
3974
                "type": "zip",
3975
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3976
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3977
                "shasum": ""
3978
            },
3979
            "require": {
3980
                "php": ">=5.3.3"
3981
            },
3982
            "type": "library",
3983
            "extra": {
3984
                "branch-alias": {
3985
                    "dev-master": "1.4.x-dev"
3986
                }
3987
            },
3988
            "autoload": {
3989
                "classmap": [
3990
                    "src/"
3991
                ]
3992
            },
3993
            "notification-url": "https://packagist.org/downloads/",
3994
            "license": [
3995
                "BSD-3-Clause"
3996
            ],
3997
            "authors": [
3998
                {
3999
                    "name": "Sebastian Bergmann",
4000
                    "email": "[email protected]",
4001
                    "role": "lead"
4002
                }
4003
            ],
4004
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4005
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4006
            "keywords": [
4007
                "filesystem",
4008
                "iterator"
4009
            ],
4010
            "time": "2015-06-21 13:08:43"
4011
        },
4012
        {
4013
            "name": "phpunit/php-text-template",
4014
            "version": "1.2.1",
4015
            "source": {
4016
                "type": "git",
4017
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4018
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4019
            },
4020
            "dist": {
4021
                "type": "zip",
4022
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4023
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4024
                "shasum": ""
4025
            },
4026
            "require": {
4027
                "php": ">=5.3.3"
4028
            },
4029
            "type": "library",
4030
            "autoload": {
4031
                "classmap": [
4032
                    "src/"
4033
                ]
4034
            },
4035
            "notification-url": "https://packagist.org/downloads/",
4036
            "license": [
4037
                "BSD-3-Clause"
4038
            ],
4039
            "authors": [
4040
                {
4041
                    "name": "Sebastian Bergmann",
4042
                    "email": "[email protected]",
4043
                    "role": "lead"
4044
                }
4045
            ],
4046
            "description": "Simple template engine.",
4047
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4048
            "keywords": [
4049
                "template"
4050
            ],
4051
            "time": "2015-06-21 13:50:34"
4052
        },
4053
        {
4054
            "name": "phpunit/php-timer",
4055
            "version": "1.0.8",
4056
            "source": {
4057
                "type": "git",
4058
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4059
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4060
            },
4061
            "dist": {
4062
                "type": "zip",
4063
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4064
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4065
                "shasum": ""
4066
            },
4067
            "require": {
4068
                "php": ">=5.3.3"
4069
            },
4070
            "require-dev": {
4071
                "phpunit/phpunit": "~4|~5"
4072
            },
4073
            "type": "library",
4074
            "autoload": {
4075
                "classmap": [
4076
                    "src/"
4077
                ]
4078
            },
4079
            "notification-url": "https://packagist.org/downloads/",
4080
            "license": [
4081
                "BSD-3-Clause"
4082
            ],
4083
            "authors": [
4084
                {
4085
                    "name": "Sebastian Bergmann",
4086
                    "email": "[email protected]",
4087
                    "role": "lead"
4088
                }
4089
            ],
4090
            "description": "Utility class for timing",
4091
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4092
            "keywords": [
4093
                "timer"
4094
            ],
4095
            "time": "2016-05-12 18:03:57"
4096
        },
4097
        {
4098
            "name": "phpunit/php-token-stream",
4099
            "version": "1.4.8",
4100
            "source": {
4101
                "type": "git",
4102
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4103
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4104
            },
4105
            "dist": {
4106
                "type": "zip",
4107
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4108
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4109
                "shasum": ""
4110
            },
4111
            "require": {
4112
                "ext-tokenizer": "*",
4113
                "php": ">=5.3.3"
4114
            },
4115
            "require-dev": {
4116
                "phpunit/phpunit": "~4.2"
4117
            },
4118
            "type": "library",
4119
            "extra": {
4120
                "branch-alias": {
4121
                    "dev-master": "1.4-dev"
4122
                }
4123
            },
4124
            "autoload": {
4125
                "classmap": [
4126
                    "src/"
4127
                ]
4128
            },
4129
            "notification-url": "https://packagist.org/downloads/",
4130
            "license": [
4131
                "BSD-3-Clause"
4132
            ],
4133
            "authors": [
4134
                {
4135
                    "name": "Sebastian Bergmann",
4136
                    "email": "[email protected]"
4137
                }
4138
            ],
4139
            "description": "Wrapper around PHP's tokenizer extension.",
4140
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4141
            "keywords": [
4142
                "tokenizer"
4143
            ],
4144
            "time": "2015-09-15 10:49:45"
4145
        },
4146
        {
4147
            "name": "phpunit/phpunit",
4148
            "version": "4.8.26",
4149
            "source": {
4150
                "type": "git",
4151
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4152
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
4153
            },
4154
            "dist": {
4155
                "type": "zip",
4156
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
4157
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
4158
                "shasum": ""
4159
            },
4160
            "require": {
4161
                "ext-dom": "*",
4162
                "ext-json": "*",
4163
                "ext-pcre": "*",
4164
                "ext-reflection": "*",
4165
                "ext-spl": "*",
4166
                "php": ">=5.3.3",
4167
                "phpspec/prophecy": "^1.3.1",
4168
                "phpunit/php-code-coverage": "~2.1",
4169
                "phpunit/php-file-iterator": "~1.4",
4170
                "phpunit/php-text-template": "~1.2",
4171
                "phpunit/php-timer": "^1.0.6",
4172
                "phpunit/phpunit-mock-objects": "~2.3",
4173
                "sebastian/comparator": "~1.1",
4174
                "sebastian/diff": "~1.2",
4175
                "sebastian/environment": "~1.3",
4176
                "sebastian/exporter": "~1.2",
4177
                "sebastian/global-state": "~1.0",
4178
                "sebastian/version": "~1.0",
4179
                "symfony/yaml": "~2.1|~3.0"
4180
            },
4181
            "suggest": {
4182
                "phpunit/php-invoker": "~1.1"
4183
            },
4184
            "bin": [
4185
                "phpunit"
4186
            ],
4187
            "type": "library",
4188
            "extra": {
4189
                "branch-alias": {
4190
                    "dev-master": "4.8.x-dev"
4191
                }
4192
            },
4193
            "autoload": {
4194
                "classmap": [
4195
                    "src/"
4196
                ]
4197
            },
4198
            "notification-url": "https://packagist.org/downloads/",
4199
            "license": [
4200
                "BSD-3-Clause"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "Sebastian Bergmann",
4205
                    "email": "[email protected]",
4206
                    "role": "lead"
4207
                }
4208
            ],
4209
            "description": "The PHP Unit Testing framework.",
4210
            "homepage": "https://phpunit.de/",
4211
            "keywords": [
4212
                "phpunit",
4213
                "testing",
4214
                "xunit"
4215
            ],
4216
            "time": "2016-05-17 03:09:28"
4217
        },
4218
        {
4219
            "name": "phpunit/phpunit-mock-objects",
4220
            "version": "2.3.8",
4221
            "source": {
4222
                "type": "git",
4223
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4224
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4225
            },
4226
            "dist": {
4227
                "type": "zip",
4228
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4229
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4230
                "shasum": ""
4231
            },
4232
            "require": {
4233
                "doctrine/instantiator": "^1.0.2",
4234
                "php": ">=5.3.3",
4235
                "phpunit/php-text-template": "~1.2",
4236
                "sebastian/exporter": "~1.2"
4237
            },
4238
            "require-dev": {
4239
                "phpunit/phpunit": "~4.4"
4240
            },
4241
            "suggest": {
4242
                "ext-soap": "*"
4243
            },
4244
            "type": "library",
4245
            "extra": {
4246
                "branch-alias": {
4247
                    "dev-master": "2.3.x-dev"
4248
                }
4249
            },
4250
            "autoload": {
4251
                "classmap": [
4252
                    "src/"
4253
                ]
4254
            },
4255
            "notification-url": "https://packagist.org/downloads/",
4256
            "license": [
4257
                "BSD-3-Clause"
4258
            ],
4259
            "authors": [
4260
                {
4261
                    "name": "Sebastian Bergmann",
4262
                    "email": "[email protected]",
4263
                    "role": "lead"
4264
                }
4265
            ],
4266
            "description": "Mock Object library for PHPUnit",
4267
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4268
            "keywords": [
4269
                "mock",
4270
                "xunit"
4271
            ],
4272
            "time": "2015-10-02 06:51:40"
4273
        },
4274
        {
4275
            "name": "sebastian/comparator",
4276
            "version": "1.2.0",
4277
            "source": {
4278
                "type": "git",
4279
                "url": "https://github.com/sebastianbergmann/comparator.git",
4280
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4281
            },
4282
            "dist": {
4283
                "type": "zip",
4284
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4285
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4286
                "shasum": ""
4287
            },
4288
            "require": {
4289
                "php": ">=5.3.3",
4290
                "sebastian/diff": "~1.2",
4291
                "sebastian/exporter": "~1.2"
4292
            },
4293
            "require-dev": {
4294
                "phpunit/phpunit": "~4.4"
4295
            },
4296
            "type": "library",
4297
            "extra": {
4298
                "branch-alias": {
4299
                    "dev-master": "1.2.x-dev"
4300
                }
4301
            },
4302
            "autoload": {
4303
                "classmap": [
4304
                    "src/"
4305
                ]
4306
            },
4307
            "notification-url": "https://packagist.org/downloads/",
4308
            "license": [
4309
                "BSD-3-Clause"
4310
            ],
4311
            "authors": [
4312
                {
4313
                    "name": "Jeff Welch",
4314
                    "email": "[email protected]"
4315
                },
4316
                {
4317
                    "name": "Volker Dusch",
4318
                    "email": "[email protected]"
4319
                },
4320
                {
4321
                    "name": "Bernhard Schussek",
4322
                    "email": "[email protected]"
4323
                },
4324
                {
4325
                    "name": "Sebastian Bergmann",
4326
                    "email": "[email protected]"
4327
                }
4328
            ],
4329
            "description": "Provides the functionality to compare PHP values for equality",
4330
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4331
            "keywords": [
4332
                "comparator",
4333
                "compare",
4334
                "equality"
4335
            ],
4336
            "time": "2015-07-26 15:48:44"
4337
        },
4338
        {
4339
            "name": "sebastian/diff",
4340
            "version": "1.4.1",
4341
            "source": {
4342
                "type": "git",
4343
                "url": "https://github.com/sebastianbergmann/diff.git",
4344
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4345
            },
4346
            "dist": {
4347
                "type": "zip",
4348
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4349
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4350
                "shasum": ""
4351
            },
4352
            "require": {
4353
                "php": ">=5.3.3"
4354
            },
4355
            "require-dev": {
4356
                "phpunit/phpunit": "~4.8"
4357
            },
4358
            "type": "library",
4359
            "extra": {
4360
                "branch-alias": {
4361
                    "dev-master": "1.4-dev"
4362
                }
4363
            },
4364
            "autoload": {
4365
                "classmap": [
4366
                    "src/"
4367
                ]
4368
            },
4369
            "notification-url": "https://packagist.org/downloads/",
4370
            "license": [
4371
                "BSD-3-Clause"
4372
            ],
4373
            "authors": [
4374
                {
4375
                    "name": "Kore Nordmann",
4376
                    "email": "[email protected]"
4377
                },
4378
                {
4379
                    "name": "Sebastian Bergmann",
4380
                    "email": "[email protected]"
4381
                }
4382
            ],
4383
            "description": "Diff implementation",
4384
            "homepage": "https://github.com/sebastianbergmann/diff",
4385
            "keywords": [
4386
                "diff"
4387
            ],
4388
            "time": "2015-12-08 07:14:41"
4389
        },
4390
        {
4391
            "name": "sebastian/environment",
4392
            "version": "1.3.7",
4393
            "source": {
4394
                "type": "git",
4395
                "url": "https://github.com/sebastianbergmann/environment.git",
4396
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
4397
            },
4398
            "dist": {
4399
                "type": "zip",
4400
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
4401
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
4402
                "shasum": ""
4403
            },
4404
            "require": {
4405
                "php": ">=5.3.3"
4406
            },
4407
            "require-dev": {
4408
                "phpunit/phpunit": "~4.4"
4409
            },
4410
            "type": "library",
4411
            "extra": {
4412
                "branch-alias": {
4413
                    "dev-master": "1.3.x-dev"
4414
                }
4415
            },
4416
            "autoload": {
4417
                "classmap": [
4418
                    "src/"
4419
                ]
4420
            },
4421
            "notification-url": "https://packagist.org/downloads/",
4422
            "license": [
4423
                "BSD-3-Clause"
4424
            ],
4425
            "authors": [
4426
                {
4427
                    "name": "Sebastian Bergmann",
4428
                    "email": "[email protected]"
4429
                }
4430
            ],
4431
            "description": "Provides functionality to handle HHVM/PHP environments",
4432
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4433
            "keywords": [
4434
                "Xdebug",
4435
                "environment",
4436
                "hhvm"
4437
            ],
4438
            "time": "2016-05-17 03:18:57"
4439
        },
4440
        {
4441
            "name": "sebastian/exporter",
4442
            "version": "1.2.2",
4443
            "source": {
4444
                "type": "git",
4445
                "url": "https://github.com/sebastianbergmann/exporter.git",
4446
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4447
            },
4448
            "dist": {
4449
                "type": "zip",
4450
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4451
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4452
                "shasum": ""
4453
            },
4454
            "require": {
4455
                "php": ">=5.3.3",
4456
                "sebastian/recursion-context": "~1.0"
4457
            },
4458
            "require-dev": {
4459
                "ext-mbstring": "*",
4460
                "phpunit/phpunit": "~4.4"
4461
            },
4462
            "type": "library",
4463
            "extra": {
4464
                "branch-alias": {
4465
                    "dev-master": "1.3.x-dev"
4466
                }
4467
            },
4468
            "autoload": {
4469
                "classmap": [
4470
                    "src/"
4471
                ]
4472
            },
4473
            "notification-url": "https://packagist.org/downloads/",
4474
            "license": [
4475
                "BSD-3-Clause"
4476
            ],
4477
            "authors": [
4478
                {
4479
                    "name": "Jeff Welch",
4480
                    "email": "[email protected]"
4481
                },
4482
                {
4483
                    "name": "Volker Dusch",
4484
                    "email": "[email protected]"
4485
                },
4486
                {
4487
                    "name": "Bernhard Schussek",
4488
                    "email": "[email protected]"
4489
                },
4490
                {
4491
                    "name": "Sebastian Bergmann",
4492
                    "email": "[email protected]"
4493
                },
4494
                {
4495
                    "name": "Adam Harvey",
4496
                    "email": "[email protected]"
4497
                }
4498
            ],
4499
            "description": "Provides the functionality to export PHP variables for visualization",
4500
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4501
            "keywords": [
4502
                "export",
4503
                "exporter"
4504
            ],
4505
            "time": "2016-06-17 09:04:28"
4506
        },
4507
        {
4508
            "name": "sebastian/finder-facade",
4509
            "version": "1.2.1",
4510
            "source": {
4511
                "type": "git",
4512
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4513
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4514
            },
4515
            "dist": {
4516
                "type": "zip",
4517
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4518
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4519
                "shasum": ""
4520
            },
4521
            "require": {
4522
                "symfony/finder": "~2.3|~3.0",
4523
                "theseer/fdomdocument": "~1.3"
4524
            },
4525
            "type": "library",
4526
            "autoload": {
4527
                "classmap": [
4528
                    "src/"
4529
                ]
4530
            },
4531
            "notification-url": "https://packagist.org/downloads/",
4532
            "license": [
4533
                "BSD-3-Clause"
4534
            ],
4535
            "authors": [
4536
                {
4537
                    "name": "Sebastian Bergmann",
4538
                    "email": "[email protected]",
4539
                    "role": "lead"
4540
                }
4541
            ],
4542
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4543
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4544
            "time": "2016-02-17 07:02:23"
4545
        },
4546
        {
4547
            "name": "sebastian/global-state",
4548
            "version": "1.1.1",
4549
            "source": {
4550
                "type": "git",
4551
                "url": "https://github.com/sebastianbergmann/global-state.git",
4552
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4553
            },
4554
            "dist": {
4555
                "type": "zip",
4556
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4557
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4558
                "shasum": ""
4559
            },
4560
            "require": {
4561
                "php": ">=5.3.3"
4562
            },
4563
            "require-dev": {
4564
                "phpunit/phpunit": "~4.2"
4565
            },
4566
            "suggest": {
4567
                "ext-uopz": "*"
4568
            },
4569
            "type": "library",
4570
            "extra": {
4571
                "branch-alias": {
4572
                    "dev-master": "1.0-dev"
4573
                }
4574
            },
4575
            "autoload": {
4576
                "classmap": [
4577
                    "src/"
4578
                ]
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "BSD-3-Clause"
4583
            ],
4584
            "authors": [
4585
                {
4586
                    "name": "Sebastian Bergmann",
4587
                    "email": "[email protected]"
4588
                }
4589
            ],
4590
            "description": "Snapshotting of global state",
4591
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4592
            "keywords": [
4593
                "global state"
4594
            ],
4595
            "time": "2015-10-12 03:26:01"
4596
        },
4597
        {
4598
            "name": "sebastian/phpcpd",
4599
            "version": "2.0.4",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4603
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4608
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4609
                "shasum": ""
4610
            },
4611
            "require": {
4612
                "php": ">=5.3.3",
4613
                "phpunit/php-timer": ">=1.0.6",
4614
                "sebastian/finder-facade": "~1.1",
4615
                "sebastian/version": "~1.0|~2.0",
4616
                "symfony/console": "~2.7|^3.0",
4617
                "theseer/fdomdocument": "~1.4"
4618
            },
4619
            "bin": [
4620
                "phpcpd"
4621
            ],
4622
            "type": "library",
4623
            "extra": {
4624
                "branch-alias": {
4625
                    "dev-master": "2.0-dev"
4626
                }
4627
            },
4628
            "autoload": {
4629
                "classmap": [
4630
                    "src/"
4631
                ]
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "BSD-3-Clause"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Sebastian Bergmann",
4640
                    "email": "[email protected]",
4641
                    "role": "lead"
4642
                }
4643
            ],
4644
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4645
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4646
            "time": "2016-04-17 19:32:49"
4647
        },
4648
        {
4649
            "name": "sebastian/recursion-context",
4650
            "version": "1.0.2",
4651
            "source": {
4652
                "type": "git",
4653
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4654
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4655
            },
4656
            "dist": {
4657
                "type": "zip",
4658
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4659
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4660
                "shasum": ""
4661
            },
4662
            "require": {
4663
                "php": ">=5.3.3"
4664
            },
4665
            "require-dev": {
4666
                "phpunit/phpunit": "~4.4"
4667
            },
4668
            "type": "library",
4669
            "extra": {
4670
                "branch-alias": {
4671
                    "dev-master": "1.0.x-dev"
4672
                }
4673
            },
4674
            "autoload": {
4675
                "classmap": [
4676
                    "src/"
4677
                ]
4678
            },
4679
            "notification-url": "https://packagist.org/downloads/",
4680
            "license": [
4681
                "BSD-3-Clause"
4682
            ],
4683
            "authors": [
4684
                {
4685
                    "name": "Jeff Welch",
4686
                    "email": "[email protected]"
4687
                },
4688
                {
4689
                    "name": "Sebastian Bergmann",
4690
                    "email": "[email protected]"
4691
                },
4692
                {
4693
                    "name": "Adam Harvey",
4694
                    "email": "[email protected]"
4695
                }
4696
            ],
4697
            "description": "Provides functionality to recursively process PHP variables",
4698
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4699
            "time": "2015-11-11 19:50:13"
4700
        },
4701
        {
4702
            "name": "sebastian/version",
4703
            "version": "1.0.6",
4704
            "source": {
4705
                "type": "git",
4706
                "url": "https://github.com/sebastianbergmann/version.git",
4707
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4708
            },
4709
            "dist": {
4710
                "type": "zip",
4711
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4712
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4713
                "shasum": ""
4714
            },
4715
            "type": "library",
4716
            "autoload": {
4717
                "classmap": [
4718
                    "src/"
4719
                ]
4720
            },
4721
            "notification-url": "https://packagist.org/downloads/",
4722
            "license": [
4723
                "BSD-3-Clause"
4724
            ],
4725
            "authors": [
4726
                {
4727
                    "name": "Sebastian Bergmann",
4728
                    "email": "[email protected]",
4729
                    "role": "lead"
4730
                }
4731
            ],
4732
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4733
            "homepage": "https://github.com/sebastianbergmann/version",
4734
            "time": "2015-06-21 13:59:46"
4735
        },
4736
        {
4737
            "name": "sensio/generator-bundle",
4738
            "version": "v2.5.3",
4739
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4740
            "source": {
4741
                "type": "git",
4742
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4743
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4744
            },
4745
            "dist": {
4746
                "type": "zip",
4747
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4748
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4749
                "shasum": ""
4750
            },
4751
            "require": {
4752
                "symfony/console": "~2.5",
4753
                "symfony/framework-bundle": "~2.2"
4754
            },
4755
            "require-dev": {
4756
                "doctrine/orm": "~2.2,>=2.2.3",
4757
                "symfony/doctrine-bridge": "~2.2",
4758
                "twig/twig": "~1.11"
4759
            },
4760
            "type": "symfony-bundle",
4761
            "extra": {
4762
                "branch-alias": {
4763
                    "dev-master": "2.5.x-dev"
4764
                }
4765
            },
4766
            "autoload": {
4767
                "psr-0": {
4768
                    "Sensio\\Bundle\\GeneratorBundle": ""
4769
                }
4770
            },
4771
            "notification-url": "https://packagist.org/downloads/",
4772
            "license": [
4773
                "MIT"
4774
            ],
4775
            "authors": [
4776
                {
4777
                    "name": "Fabien Potencier",
4778
                    "email": "[email protected]"
4779
                }
4780
            ],
4781
            "description": "This bundle generates code for you",
4782
            "time": "2015-03-17 06:36:52"
4783
        },
4784
        {
4785
            "name": "squizlabs/php_codesniffer",
4786
            "version": "1.5.6",
4787
            "source": {
4788
                "type": "git",
4789
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4790
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4791
            },
4792
            "dist": {
4793
                "type": "zip",
4794
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4795
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4796
                "shasum": ""
4797
            },
4798
            "require": {
4799
                "ext-tokenizer": "*",
4800
                "php": ">=5.1.2"
4801
            },
4802
            "suggest": {
4803
                "phpunit/php-timer": "dev-master"
4804
            },
4805
            "bin": [
4806
                "scripts/phpcs"
4807
            ],
4808
            "type": "library",
4809
            "extra": {
4810
                "branch-alias": {
4811
                    "dev-phpcs-fixer": "2.0.x-dev"
4812
                }
4813
            },
4814
            "autoload": {
4815
                "classmap": [
4816
                    "CodeSniffer.php",
4817
                    "CodeSniffer/CLI.php",
4818
                    "CodeSniffer/Exception.php",
4819
                    "CodeSniffer/File.php",
4820
                    "CodeSniffer/Report.php",
4821
                    "CodeSniffer/Reporting.php",
4822
                    "CodeSniffer/Sniff.php",
4823
                    "CodeSniffer/Tokens.php",
4824
                    "CodeSniffer/Reports/",
4825
                    "CodeSniffer/CommentParser/",
4826
                    "CodeSniffer/Tokenizers/",
4827
                    "CodeSniffer/DocGenerators/",
4828
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4829
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4830
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4831
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4832
                    "CodeSniffer/Standards/Generic/Sniffs/",
4833
                    "CodeSniffer/Standards/MySource/Sniffs/",
4834
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4835
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4836
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4837
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4838
                    "CodeSniffer/Standards/Zend/Sniffs/"
4839
                ]
4840
            },
4841
            "notification-url": "https://packagist.org/downloads/",
4842
            "license": [
4843
                "BSD-3-Clause"
4844
            ],
4845
            "authors": [
4846
                {
4847
                    "name": "Greg Sherwood",
4848
                    "role": "lead"
4849
                }
4850
            ],
4851
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4852
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4853
            "keywords": [
4854
                "phpcs",
4855
                "standards"
4856
            ],
4857
            "time": "2014-12-04 22:32:15"
4858
        },
4859
        {
4860
            "name": "theseer/fdomdocument",
4861
            "version": "1.6.1",
4862
            "source": {
4863
                "type": "git",
4864
                "url": "https://github.com/theseer/fDOMDocument.git",
4865
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4866
            },
4867
            "dist": {
4868
                "type": "zip",
4869
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4870
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4871
                "shasum": ""
4872
            },
4873
            "require": {
4874
                "ext-dom": "*",
4875
                "lib-libxml": "*",
4876
                "php": ">=5.3.3"
4877
            },
4878
            "type": "library",
4879
            "autoload": {
4880
                "classmap": [
4881
                    "src/"
4882
                ]
4883
            },
4884
            "notification-url": "https://packagist.org/downloads/",
4885
            "license": [
4886
                "BSD-3-Clause"
4887
            ],
4888
            "authors": [
4889
                {
4890
                    "name": "Arne Blankerts",
4891
                    "email": "[email protected]",
4892
                    "role": "lead"
4893
                }
4894
            ],
4895
            "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.",
4896
            "homepage": "https://github.com/theseer/fDOMDocument",
4897
            "time": "2015-05-27 22:58:02"
4898
        },
4899
        {
4900
            "name": "vierbergenlars/php-semver",
4901
            "version": "3.0.1",
4902
            "source": {
4903
                "type": "git",
4904
                "url": "https://github.com/vierbergenlars/php-semver.git",
4905
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4906
            },
4907
            "dist": {
4908
                "type": "zip",
4909
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4910
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4911
                "shasum": ""
4912
            },
4913
            "require": {
4914
                "php": ">=5.3.0"
4915
            },
4916
            "require-dev": {
4917
                "simpletest/simpletest": "1.1.*"
4918
            },
4919
            "bin": [
4920
                "bin/semver",
4921
                "bin/update-versions"
4922
            ],
4923
            "type": "library",
4924
            "autoload": {
4925
                "psr-0": {
4926
                    "vierbergenlars\\SemVer\\": "src/",
4927
                    "vierbergenlars\\LibJs\\": "src/"
4928
                },
4929
                "classmap": [
4930
                    "src/vierbergenlars/SemVer/internal.php"
4931
                ]
4932
            },
4933
            "notification-url": "https://packagist.org/downloads/",
4934
            "license": [
4935
                "MIT"
4936
            ],
4937
            "authors": [
4938
                {
4939
                    "name": "Lars Vierbergen",
4940
                    "email": "[email protected]"
4941
                }
4942
            ],
4943
            "description": "The Semantic Versioner for PHP",
4944
            "keywords": [
4945
                "semantic",
4946
                "semver",
4947
                "versioning"
4948
            ],
4949
            "time": "2015-05-02 19:28:54"
4950
        },
4951
        {
4952
            "name": "webmozart/assert",
4953
            "version": "1.0.2",
4954
            "source": {
4955
                "type": "git",
4956
                "url": "https://github.com/webmozart/assert.git",
4957
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
4958
            },
4959
            "dist": {
4960
                "type": "zip",
4961
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4962
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4963
                "shasum": ""
4964
            },
4965
            "require": {
4966
                "php": ">=5.3.3"
4967
            },
4968
            "require-dev": {
4969
                "phpunit/phpunit": "^4.6"
4970
            },
4971
            "type": "library",
4972
            "extra": {
4973
                "branch-alias": {
4974
                    "dev-master": "1.0-dev"
4975
                }
4976
            },
4977
            "autoload": {
4978
                "psr-4": {
4979
                    "Webmozart\\Assert\\": "src/"
4980
                }
4981
            },
4982
            "notification-url": "https://packagist.org/downloads/",
4983
            "license": [
4984
                "MIT"
4985
            ],
4986
            "authors": [
4987
                {
4988
                    "name": "Bernhard Schussek",
4989
                    "email": "[email protected]"
4990
                }
4991
            ],
4992
            "description": "Assertions to validate method input/output with nice error messages.",
4993
            "keywords": [
4994
                "assert",
4995
                "check",
4996
                "validate"
4997
            ],
4998
            "time": "2015-08-24 13:29:44"
4999
        }
5000
    ],
5001
    "aliases": [],
5002
    "minimum-stability": "stable",
5003
    "stability-flags": {
5004
        "mopa/bootstrap-bundle": 5,
5005
        "surfnet/stepup-u2f-bundle": 20
5006
    },
5007
    "prefer-stable": false,
5008
    "prefer-lowest": false,
5009
    "platform": {
5010
        "php": "~5.6|~7.0"
5011
    },
5012
    "platform-dev": []
5013
}
5014