Completed
Pull Request — master (#70)
by
unknown
02:02
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
    "content-hash": "8e3d8a7d6fbb741886276c5f22fddc44",
8
    "packages": [
9
        {
10
            "name": "behat/transliterator",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Behat/Transliterator.git",
15
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
20
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "require-dev": {
27
                "chuyskywalker/rolling-curl": "^3.1",
28
                "php-yaoi/php-yaoi": "^1.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Behat\\Transliterator": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "Artistic-1.0"
44
            ],
45
            "description": "String transliterator",
46
            "keywords": [
47
                "i18n",
48
                "slug",
49
                "transliterator"
50
            ],
51
            "time": "2017-04-04T11:38:05+00:00"
52
        },
53
        {
54
            "name": "clue/stream-filter",
55
            "version": "v1.4.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/clue/php-stream-filter.git",
59
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
64
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "php": ">=5.3"
69
            },
70
            "require-dev": {
71
                "phpunit/phpunit": "^5.0 || ^4.8"
72
            },
73
            "type": "library",
74
            "autoload": {
75
                "psr-4": {
76
                    "Clue\\StreamFilter\\": "src/"
77
                },
78
                "files": [
79
                    "src/functions.php"
80
                ]
81
            },
82
            "notification-url": "https://packagist.org/downloads/",
83
            "license": [
84
                "MIT"
85
            ],
86
            "authors": [
87
                {
88
                    "name": "Christian Lück",
89
                    "email": "[email protected]"
90
                }
91
            ],
92
            "description": "A simple and modern approach to stream filtering in PHP",
93
            "homepage": "https://github.com/clue/php-stream-filter",
94
            "keywords": [
95
                "bucket brigade",
96
                "callback",
97
                "filter",
98
                "php_user_filter",
99
                "stream",
100
                "stream_filter_append",
101
                "stream_filter_register"
102
            ],
103
            "time": "2017-08-18T09:54:01+00:00"
104
        },
105
        {
106
            "name": "cocur/slugify",
107
            "version": "v2.5",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/cocur/slugify.git",
111
                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
116
                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
117
                "shasum": ""
118
            },
119
            "require": {
120
                "php": ">=5.5.9"
121
            },
122
            "require-dev": {
123
                "laravel/framework": "~5.1",
124
                "latte/latte": "~2.2",
125
                "league/container": "^2.2.0",
126
                "mikey179/vfsstream": "~1.6",
127
                "mockery/mockery": "~0.9",
128
                "nette/di": "~2.2",
129
                "phpunit/phpunit": "~4.8|~5.2",
130
                "pimple/pimple": "~1.1",
131
                "plumphp/plum": "~0.1",
132
                "silex/silex": "~1.3",
133
                "symfony/config": "~2.4|~3.0",
134
                "symfony/dependency-injection": "~2.4|~3.0",
135
                "symfony/http-kernel": "~2.4|~3.0",
136
                "twig/twig": "~1.26|~2.0",
137
                "zendframework/zend-modulemanager": "~2.2",
138
                "zendframework/zend-servicemanager": "~2.2",
139
                "zendframework/zend-view": "~2.2"
140
            },
141
            "type": "library",
142
            "autoload": {
143
                "psr-4": {
144
                    "Cocur\\Slugify\\": "src"
145
                }
146
            },
147
            "notification-url": "https://packagist.org/downloads/",
148
            "license": [
149
                "MIT"
150
            ],
151
            "authors": [
152
                {
153
                    "name": "Ivo Bathke",
154
                    "email": "[email protected]"
155
                },
156
                {
157
                    "name": "Florian Eckerstorfer",
158
                    "email": "[email protected]",
159
                    "homepage": "https://florian.ec"
160
                }
161
            ],
162
            "description": "Converts a string into a slug.",
163
            "keywords": [
164
                "slug",
165
                "slugify"
166
            ],
167
            "time": "2017-03-23T21:52:55+00:00"
168
        },
169
        {
170
            "name": "composer/ca-bundle",
171
            "version": "1.0.8",
172
            "source": {
173
                "type": "git",
174
                "url": "https://github.com/composer/ca-bundle.git",
175
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
176
            },
177
            "dist": {
178
                "type": "zip",
179
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
180
                "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
181
                "shasum": ""
182
            },
183
            "require": {
184
                "ext-openssl": "*",
185
                "ext-pcre": "*",
186
                "php": "^5.3.2 || ^7.0"
187
            },
188
            "require-dev": {
189
                "phpunit/phpunit": "^4.5",
190
                "psr/log": "^1.0",
191
                "symfony/process": "^2.5 || ^3.0"
192
            },
193
            "suggest": {
194
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
195
            },
196
            "type": "library",
197
            "extra": {
198
                "branch-alias": {
199
                    "dev-master": "1.x-dev"
200
                }
201
            },
202
            "autoload": {
203
                "psr-4": {
204
                    "Composer\\CaBundle\\": "src"
205
                }
206
            },
207
            "notification-url": "https://packagist.org/downloads/",
208
            "license": [
209
                "MIT"
210
            ],
211
            "authors": [
212
                {
213
                    "name": "Jordi Boggiano",
214
                    "email": "[email protected]",
215
                    "homepage": "http://seld.be"
216
                }
217
            ],
218
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
219
            "keywords": [
220
                "cabundle",
221
                "cacert",
222
                "certificate",
223
                "ssl",
224
                "tls"
225
            ],
226
            "time": "2017-09-11T07:24:36+00:00"
227
        },
228
        {
229
            "name": "doctrine/annotations",
230
            "version": "v1.5.0",
231
            "source": {
232
                "type": "git",
233
                "url": "https://github.com/doctrine/annotations.git",
234
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
235
            },
236
            "dist": {
237
                "type": "zip",
238
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
239
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
240
                "shasum": ""
241
            },
242
            "require": {
243
                "doctrine/lexer": "1.*",
244
                "php": "^7.1"
245
            },
246
            "require-dev": {
247
                "doctrine/cache": "1.*",
248
                "phpunit/phpunit": "^5.7"
249
            },
250
            "type": "library",
251
            "extra": {
252
                "branch-alias": {
253
                    "dev-master": "1.5.x-dev"
254
                }
255
            },
256
            "autoload": {
257
                "psr-4": {
258
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
259
                }
260
            },
261
            "notification-url": "https://packagist.org/downloads/",
262
            "license": [
263
                "MIT"
264
            ],
265
            "authors": [
266
                {
267
                    "name": "Roman Borschel",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Benjamin Eberlei",
272
                    "email": "[email protected]"
273
                },
274
                {
275
                    "name": "Guilherme Blanco",
276
                    "email": "[email protected]"
277
                },
278
                {
279
                    "name": "Jonathan Wage",
280
                    "email": "[email protected]"
281
                },
282
                {
283
                    "name": "Johannes Schmitt",
284
                    "email": "[email protected]"
285
                }
286
            ],
287
            "description": "Docblock Annotations Parser",
288
            "homepage": "http://www.doctrine-project.org",
289
            "keywords": [
290
                "annotations",
291
                "docblock",
292
                "parser"
293
            ],
294
            "time": "2017-07-22T10:58:02+00:00"
295
        },
296
        {
297
            "name": "doctrine/cache",
298
            "version": "v1.7.1",
299
            "source": {
300
                "type": "git",
301
                "url": "https://github.com/doctrine/cache.git",
302
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
303
            },
304
            "dist": {
305
                "type": "zip",
306
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
307
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
308
                "shasum": ""
309
            },
310
            "require": {
311
                "php": "~7.1"
312
            },
313
            "conflict": {
314
                "doctrine/common": ">2.2,<2.4"
315
            },
316
            "require-dev": {
317
                "alcaeus/mongo-php-adapter": "^1.1",
318
                "mongodb/mongodb": "^1.1",
319
                "phpunit/phpunit": "^5.7",
320
                "predis/predis": "~1.0"
321
            },
322
            "suggest": {
323
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
324
            },
325
            "type": "library",
326
            "extra": {
327
                "branch-alias": {
328
                    "dev-master": "1.7.x-dev"
329
                }
330
            },
331
            "autoload": {
332
                "psr-4": {
333
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
334
                }
335
            },
336
            "notification-url": "https://packagist.org/downloads/",
337
            "license": [
338
                "MIT"
339
            ],
340
            "authors": [
341
                {
342
                    "name": "Roman Borschel",
343
                    "email": "[email protected]"
344
                },
345
                {
346
                    "name": "Benjamin Eberlei",
347
                    "email": "[email protected]"
348
                },
349
                {
350
                    "name": "Guilherme Blanco",
351
                    "email": "[email protected]"
352
                },
353
                {
354
                    "name": "Jonathan Wage",
355
                    "email": "[email protected]"
356
                },
357
                {
358
                    "name": "Johannes Schmitt",
359
                    "email": "[email protected]"
360
                }
361
            ],
362
            "description": "Caching library offering an object-oriented API for many cache backends",
363
            "homepage": "http://www.doctrine-project.org",
364
            "keywords": [
365
                "cache",
366
                "caching"
367
            ],
368
            "time": "2017-08-25T07:02:50+00:00"
369
        },
370
        {
371
            "name": "doctrine/collections",
372
            "version": "v1.5.0",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/doctrine/collections.git",
376
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
381
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "php": "^7.1"
386
            },
387
            "require-dev": {
388
                "doctrine/coding-standard": "~0.1@dev",
389
                "phpunit/phpunit": "^5.7"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "1.3.x-dev"
395
                }
396
            },
397
            "autoload": {
398
                "psr-0": {
399
                    "Doctrine\\Common\\Collections\\": "lib/"
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Roman Borschel",
409
                    "email": "[email protected]"
410
                },
411
                {
412
                    "name": "Benjamin Eberlei",
413
                    "email": "[email protected]"
414
                },
415
                {
416
                    "name": "Guilherme Blanco",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Jonathan Wage",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Johannes Schmitt",
425
                    "email": "[email protected]"
426
                }
427
            ],
428
            "description": "Collections Abstraction library",
429
            "homepage": "http://www.doctrine-project.org",
430
            "keywords": [
431
                "array",
432
                "collections",
433
                "iterator"
434
            ],
435
            "time": "2017-07-22T10:37:32+00:00"
436
        },
437
        {
438
            "name": "doctrine/common",
439
            "version": "v2.8.1",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/doctrine/common.git",
443
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
448
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "doctrine/annotations": "1.*",
453
                "doctrine/cache": "1.*",
454
                "doctrine/collections": "1.*",
455
                "doctrine/inflector": "1.*",
456
                "doctrine/lexer": "1.*",
457
                "php": "~7.1"
458
            },
459
            "require-dev": {
460
                "phpunit/phpunit": "^5.7"
461
            },
462
            "type": "library",
463
            "extra": {
464
                "branch-alias": {
465
                    "dev-master": "2.8.x-dev"
466
                }
467
            },
468
            "autoload": {
469
                "psr-4": {
470
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
471
                }
472
            },
473
            "notification-url": "https://packagist.org/downloads/",
474
            "license": [
475
                "MIT"
476
            ],
477
            "authors": [
478
                {
479
                    "name": "Roman Borschel",
480
                    "email": "[email protected]"
481
                },
482
                {
483
                    "name": "Benjamin Eberlei",
484
                    "email": "[email protected]"
485
                },
486
                {
487
                    "name": "Guilherme Blanco",
488
                    "email": "[email protected]"
489
                },
490
                {
491
                    "name": "Jonathan Wage",
492
                    "email": "[email protected]"
493
                },
494
                {
495
                    "name": "Johannes Schmitt",
496
                    "email": "[email protected]"
497
                }
498
            ],
499
            "description": "Common Library for Doctrine projects",
500
            "homepage": "http://www.doctrine-project.org",
501
            "keywords": [
502
                "annotations",
503
                "collections",
504
                "eventmanager",
505
                "persistence",
506
                "spl"
507
            ],
508
            "time": "2017-08-31T08:43:38+00:00"
509
        },
510
        {
511
            "name": "doctrine/data-fixtures",
512
            "version": "v1.2.2",
513
            "source": {
514
                "type": "git",
515
                "url": "https://github.com/doctrine/data-fixtures.git",
516
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
517
            },
518
            "dist": {
519
                "type": "zip",
520
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
521
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
522
                "shasum": ""
523
            },
524
            "require": {
525
                "doctrine/common": "~2.2",
526
                "php": "^5.6 || ^7.0"
527
            },
528
            "conflict": {
529
                "doctrine/orm": "< 2.4"
530
            },
531
            "require-dev": {
532
                "doctrine/dbal": "^2.5.4",
533
                "doctrine/orm": "^2.5.4",
534
                "phpunit/phpunit": "^5.4.6"
535
            },
536
            "suggest": {
537
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
538
                "doctrine/orm": "For loading ORM fixtures",
539
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
540
            },
541
            "type": "library",
542
            "extra": {
543
                "branch-alias": {
544
                    "dev-master": "1.3.x-dev"
545
                }
546
            },
547
            "autoload": {
548
                "psr-0": {
549
                    "Doctrine\\Common\\DataFixtures": "lib/"
550
                }
551
            },
552
            "notification-url": "https://packagist.org/downloads/",
553
            "license": [
554
                "MIT"
555
            ],
556
            "authors": [
557
                {
558
                    "name": "Jonathan Wage",
559
                    "email": "[email protected]"
560
                }
561
            ],
562
            "description": "Data Fixtures for all Doctrine Object Managers",
563
            "homepage": "http://www.doctrine-project.org",
564
            "keywords": [
565
                "database"
566
            ],
567
            "time": "2016-09-20T10:07:57+00:00"
568
        },
569
        {
570
            "name": "doctrine/dbal",
571
            "version": "v2.6.2",
572
            "source": {
573
                "type": "git",
574
                "url": "https://github.com/doctrine/dbal.git",
575
                "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e"
576
            },
577
            "dist": {
578
                "type": "zip",
579
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e",
580
                "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e",
581
                "shasum": ""
582
            },
583
            "require": {
584
                "doctrine/common": "^2.7.1",
585
                "ext-pdo": "*",
586
                "php": "^7.1"
587
            },
588
            "require-dev": {
589
                "phpunit/phpunit": "^5.4.6",
590
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
591
                "symfony/console": "2.*||^3.0"
592
            },
593
            "suggest": {
594
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
595
            },
596
            "bin": [
597
                "bin/doctrine-dbal"
598
            ],
599
            "type": "library",
600
            "extra": {
601
                "branch-alias": {
602
                    "dev-master": "2.6.x-dev"
603
                }
604
            },
605
            "autoload": {
606
                "psr-0": {
607
                    "Doctrine\\DBAL\\": "lib/"
608
                }
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "MIT"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Roman Borschel",
617
                    "email": "[email protected]"
618
                },
619
                {
620
                    "name": "Benjamin Eberlei",
621
                    "email": "[email protected]"
622
                },
623
                {
624
                    "name": "Guilherme Blanco",
625
                    "email": "[email protected]"
626
                },
627
                {
628
                    "name": "Jonathan Wage",
629
                    "email": "[email protected]"
630
                }
631
            ],
632
            "description": "Database Abstraction Layer",
633
            "homepage": "http://www.doctrine-project.org",
634
            "keywords": [
635
                "database",
636
                "dbal",
637
                "persistence",
638
                "queryobject"
639
            ],
640
            "time": "2017-08-28T11:02:56+00:00"
641
        },
642
        {
643
            "name": "doctrine/doctrine-bundle",
644
            "version": "1.7.1",
645
            "source": {
646
                "type": "git",
647
                "url": "https://github.com/doctrine/DoctrineBundle.git",
648
                "reference": "f8bff22d608224ed88e90b24e9d884cb10b389bb"
649
            },
650
            "dist": {
651
                "type": "zip",
652
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f8bff22d608224ed88e90b24e9d884cb10b389bb",
653
                "reference": "f8bff22d608224ed88e90b24e9d884cb10b389bb",
654
                "shasum": ""
655
            },
656
            "require": {
657
                "doctrine/dbal": "^2.5.12",
658
                "doctrine/doctrine-cache-bundle": "~1.2",
659
                "jdorn/sql-formatter": "~1.1",
660
                "php": "^7.1",
661
                "symfony/console": "~2.7|~3.0|~4.0",
662
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
663
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
664
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
665
            },
666
            "require-dev": {
667
                "doctrine/orm": "~2.3",
668
                "phpunit/phpunit": "^6.1",
669
                "satooshi/php-coveralls": "^1.0",
670
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
671
                "symfony/property-info": "~2.8|~3.0|~4.0",
672
                "symfony/validator": "~2.7|~3.0|~4.0",
673
                "symfony/yaml": "~2.7|~3.0|~4.0",
674
                "twig/twig": "~1.12|~2.0"
675
            },
676
            "suggest": {
677
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
678
                "symfony/web-profiler-bundle": "To use the data collector."
679
            },
680
            "type": "symfony-bundle",
681
            "extra": {
682
                "branch-alias": {
683
                    "dev-master": "1.7.x-dev"
684
                }
685
            },
686
            "autoload": {
687
                "psr-4": {
688
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
689
                }
690
            },
691
            "notification-url": "https://packagist.org/downloads/",
692
            "license": [
693
                "MIT"
694
            ],
695
            "authors": [
696
                {
697
                    "name": "Symfony Community",
698
                    "homepage": "http://symfony.com/contributors"
699
                },
700
                {
701
                    "name": "Benjamin Eberlei",
702
                    "email": "[email protected]"
703
                },
704
                {
705
                    "name": "Doctrine Project",
706
                    "homepage": "http://www.doctrine-project.org/"
707
                },
708
                {
709
                    "name": "Fabien Potencier",
710
                    "email": "[email protected]"
711
                }
712
            ],
713
            "description": "Symfony DoctrineBundle",
714
            "homepage": "http://www.doctrine-project.org",
715
            "keywords": [
716
                "database",
717
                "dbal",
718
                "orm",
719
                "persistence"
720
            ],
721
            "time": "2017-09-29T15:26:21+00:00"
722
        },
723
        {
724
            "name": "doctrine/doctrine-cache-bundle",
725
            "version": "1.3.1",
726
            "source": {
727
                "type": "git",
728
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
729
                "reference": "cfc629363a4a1d7b3f21c4689c53aa05519eed52"
730
            },
731
            "dist": {
732
                "type": "zip",
733
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/cfc629363a4a1d7b3f21c4689c53aa05519eed52",
734
                "reference": "cfc629363a4a1d7b3f21c4689c53aa05519eed52",
735
                "shasum": ""
736
            },
737
            "require": {
738
                "doctrine/cache": "^1.4.2",
739
                "doctrine/inflector": "~1.0",
740
                "php": ">=5.3.2",
741
                "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
742
            },
743
            "require-dev": {
744
                "instaclick/coding-standard": "~1.1",
745
                "instaclick/object-calisthenics-sniffs": "dev-master",
746
                "instaclick/symfony2-coding-standard": "dev-remaster",
747
                "phpunit/phpunit": "~4",
748
                "predis/predis": "~0.8",
749
                "satooshi/php-coveralls": "^1.0",
750
                "squizlabs/php_codesniffer": "~1.5",
751
                "symfony/console": "~2.2|~3.0|~4.0",
752
                "symfony/finder": "~2.2|~3.0|~4.0",
753
                "symfony/framework-bundle": "~2.2|~3.0|~4.0",
754
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
755
                "symfony/security-acl": "~2.3|~3.0",
756
                "symfony/validator": "~2.2|~3.0|~4.0",
757
                "symfony/yaml": "~2.2|~3.0|~4.0"
758
            },
759
            "suggest": {
760
                "symfony/security-acl": "For using this bundle to cache ACLs"
761
            },
762
            "type": "symfony-bundle",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "1.3.x-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-4": {
770
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Symfony Community",
780
                    "homepage": "http://symfony.com/contributors"
781
                },
782
                {
783
                    "name": "Benjamin Eberlei",
784
                    "email": "[email protected]"
785
                },
786
                {
787
                    "name": "Fabio B. Silva",
788
                    "email": "[email protected]"
789
                },
790
                {
791
                    "name": "Guilherme Blanco",
792
                    "email": "[email protected]"
793
                },
794
                {
795
                    "name": "Doctrine Project",
796
                    "homepage": "http://www.doctrine-project.org/"
797
                },
798
                {
799
                    "name": "Fabien Potencier",
800
                    "email": "[email protected]"
801
                }
802
            ],
803
            "description": "Symfony Bundle for Doctrine Cache",
804
            "homepage": "http://www.doctrine-project.org",
805
            "keywords": [
806
                "cache",
807
                "caching"
808
            ],
809
            "time": "2017-09-29T14:39:10+00:00"
810
        },
811
        {
812
            "name": "doctrine/doctrine-fixtures-bundle",
813
            "version": "v2.4.0",
814
            "source": {
815
                "type": "git",
816
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
817
                "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf"
818
            },
819
            "dist": {
820
                "type": "zip",
821
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7bb198c044b798b54e6be37c7929339aa645c3bf",
822
                "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf",
823
                "shasum": ""
824
            },
825
            "require": {
826
                "doctrine/data-fixtures": "~1.0",
827
                "doctrine/doctrine-bundle": "~1.0",
828
                "php": ">=5.3.2",
829
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
830
            },
831
            "type": "symfony-bundle",
832
            "extra": {
833
                "branch-alias": {
834
                    "dev-master": "2.4.x-dev"
835
                }
836
            },
837
            "autoload": {
838
                "psr-4": {
839
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
840
                }
841
            },
842
            "notification-url": "https://packagist.org/downloads/",
843
            "license": [
844
                "MIT"
845
            ],
846
            "authors": [
847
                {
848
                    "name": "Symfony Community",
849
                    "homepage": "http://symfony.com/contributors"
850
                },
851
                {
852
                    "name": "Doctrine Project",
853
                    "homepage": "http://www.doctrine-project.org"
854
                },
855
                {
856
                    "name": "Fabien Potencier",
857
                    "email": "[email protected]"
858
                }
859
            ],
860
            "description": "Symfony DoctrineFixturesBundle",
861
            "homepage": "http://www.doctrine-project.org",
862
            "keywords": [
863
                "Fixture",
864
                "persistence"
865
            ],
866
            "time": "2017-09-10T23:22:01+00:00"
867
        },
868
        {
869
            "name": "doctrine/doctrine-migrations-bundle",
870
            "version": "v1.2.1",
871
            "source": {
872
                "type": "git",
873
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
874
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc"
875
            },
876
            "dist": {
877
                "type": "zip",
878
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
879
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
880
                "shasum": ""
881
            },
882
            "require": {
883
                "doctrine/doctrine-bundle": "~1.0",
884
                "doctrine/migrations": "^1.1",
885
                "php": ">=5.4.0",
886
                "symfony/framework-bundle": "~2.3|~3.0"
887
            },
888
            "require-dev": {
889
                "phpunit/phpunit": "~4.8"
890
            },
891
            "type": "symfony-bundle",
892
            "extra": {
893
                "branch-alias": {
894
                    "dev-master": "1.2-dev"
895
                }
896
            },
897
            "autoload": {
898
                "psr-4": {
899
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
900
                }
901
            },
902
            "notification-url": "https://packagist.org/downloads/",
903
            "license": [
904
                "MIT"
905
            ],
906
            "authors": [
907
                {
908
                    "name": "Symfony Community",
909
                    "homepage": "http://symfony.com/contributors"
910
                },
911
                {
912
                    "name": "Doctrine Project",
913
                    "homepage": "http://www.doctrine-project.org"
914
                },
915
                {
916
                    "name": "Fabien Potencier",
917
                    "email": "[email protected]"
918
                }
919
            ],
920
            "description": "Symfony DoctrineMigrationsBundle",
921
            "homepage": "http://www.doctrine-project.org",
922
            "keywords": [
923
                "dbal",
924
                "migrations",
925
                "schema"
926
            ],
927
            "time": "2016-12-05T18:36:37+00:00"
928
        },
929
        {
930
            "name": "doctrine/inflector",
931
            "version": "v1.2.0",
932
            "source": {
933
                "type": "git",
934
                "url": "https://github.com/doctrine/inflector.git",
935
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
936
            },
937
            "dist": {
938
                "type": "zip",
939
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
940
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
941
                "shasum": ""
942
            },
943
            "require": {
944
                "php": "^7.0"
945
            },
946
            "require-dev": {
947
                "phpunit/phpunit": "^6.2"
948
            },
949
            "type": "library",
950
            "extra": {
951
                "branch-alias": {
952
                    "dev-master": "1.2.x-dev"
953
                }
954
            },
955
            "autoload": {
956
                "psr-4": {
957
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
958
                }
959
            },
960
            "notification-url": "https://packagist.org/downloads/",
961
            "license": [
962
                "MIT"
963
            ],
964
            "authors": [
965
                {
966
                    "name": "Roman Borschel",
967
                    "email": "[email protected]"
968
                },
969
                {
970
                    "name": "Benjamin Eberlei",
971
                    "email": "[email protected]"
972
                },
973
                {
974
                    "name": "Guilherme Blanco",
975
                    "email": "[email protected]"
976
                },
977
                {
978
                    "name": "Jonathan Wage",
979
                    "email": "[email protected]"
980
                },
981
                {
982
                    "name": "Johannes Schmitt",
983
                    "email": "[email protected]"
984
                }
985
            ],
986
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
987
            "homepage": "http://www.doctrine-project.org",
988
            "keywords": [
989
                "inflection",
990
                "pluralize",
991
                "singularize",
992
                "string"
993
            ],
994
            "time": "2017-07-22T12:18:28+00:00"
995
        },
996
        {
997
            "name": "doctrine/instantiator",
998
            "version": "1.1.0",
999
            "source": {
1000
                "type": "git",
1001
                "url": "https://github.com/doctrine/instantiator.git",
1002
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1003
            },
1004
            "dist": {
1005
                "type": "zip",
1006
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1007
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1008
                "shasum": ""
1009
            },
1010
            "require": {
1011
                "php": "^7.1"
1012
            },
1013
            "require-dev": {
1014
                "athletic/athletic": "~0.1.8",
1015
                "ext-pdo": "*",
1016
                "ext-phar": "*",
1017
                "phpunit/phpunit": "^6.2.3",
1018
                "squizlabs/php_codesniffer": "^3.0.2"
1019
            },
1020
            "type": "library",
1021
            "extra": {
1022
                "branch-alias": {
1023
                    "dev-master": "1.2.x-dev"
1024
                }
1025
            },
1026
            "autoload": {
1027
                "psr-4": {
1028
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1029
                }
1030
            },
1031
            "notification-url": "https://packagist.org/downloads/",
1032
            "license": [
1033
                "MIT"
1034
            ],
1035
            "authors": [
1036
                {
1037
                    "name": "Marco Pivetta",
1038
                    "email": "[email protected]",
1039
                    "homepage": "http://ocramius.github.com/"
1040
                }
1041
            ],
1042
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1043
            "homepage": "https://github.com/doctrine/instantiator",
1044
            "keywords": [
1045
                "constructor",
1046
                "instantiate"
1047
            ],
1048
            "time": "2017-07-22T11:58:36+00:00"
1049
        },
1050
        {
1051
            "name": "doctrine/lexer",
1052
            "version": "v1.0.1",
1053
            "source": {
1054
                "type": "git",
1055
                "url": "https://github.com/doctrine/lexer.git",
1056
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1057
            },
1058
            "dist": {
1059
                "type": "zip",
1060
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1061
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1062
                "shasum": ""
1063
            },
1064
            "require": {
1065
                "php": ">=5.3.2"
1066
            },
1067
            "type": "library",
1068
            "extra": {
1069
                "branch-alias": {
1070
                    "dev-master": "1.0.x-dev"
1071
                }
1072
            },
1073
            "autoload": {
1074
                "psr-0": {
1075
                    "Doctrine\\Common\\Lexer\\": "lib/"
1076
                }
1077
            },
1078
            "notification-url": "https://packagist.org/downloads/",
1079
            "license": [
1080
                "MIT"
1081
            ],
1082
            "authors": [
1083
                {
1084
                    "name": "Roman Borschel",
1085
                    "email": "[email protected]"
1086
                },
1087
                {
1088
                    "name": "Guilherme Blanco",
1089
                    "email": "[email protected]"
1090
                },
1091
                {
1092
                    "name": "Johannes Schmitt",
1093
                    "email": "[email protected]"
1094
                }
1095
            ],
1096
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1097
            "homepage": "http://www.doctrine-project.org",
1098
            "keywords": [
1099
                "lexer",
1100
                "parser"
1101
            ],
1102
            "time": "2014-09-09T13:34:57+00:00"
1103
        },
1104
        {
1105
            "name": "doctrine/migrations",
1106
            "version": "v1.5.0",
1107
            "source": {
1108
                "type": "git",
1109
                "url": "https://github.com/doctrine/migrations.git",
1110
                "reference": "c81147c0f2938a6566594455367e095150547f72"
1111
            },
1112
            "dist": {
1113
                "type": "zip",
1114
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
1115
                "reference": "c81147c0f2938a6566594455367e095150547f72",
1116
                "shasum": ""
1117
            },
1118
            "require": {
1119
                "doctrine/dbal": "~2.2",
1120
                "ocramius/proxy-manager": "^1.0|^2.0",
1121
                "php": "^5.5|^7.0",
1122
                "symfony/console": "~2.3|~3.0",
1123
                "symfony/yaml": "~2.3|~3.0"
1124
            },
1125
            "require-dev": {
1126
                "doctrine/coding-standard": "dev-master",
1127
                "doctrine/orm": "2.*",
1128
                "jdorn/sql-formatter": "~1.1",
1129
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1130
                "mikey179/vfsstream": "^1.6",
1131
                "mockery/mockery": "^0.9.4",
1132
                "phpunit/phpunit": "~4.7",
1133
                "satooshi/php-coveralls": "^1.0"
1134
            },
1135
            "suggest": {
1136
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1137
            },
1138
            "bin": [
1139
                "bin/doctrine-migrations"
1140
            ],
1141
            "type": "library",
1142
            "extra": {
1143
                "branch-alias": {
1144
                    "dev-master": "v1.6.x-dev"
1145
                }
1146
            },
1147
            "autoload": {
1148
                "psr-4": {
1149
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1150
                }
1151
            },
1152
            "notification-url": "https://packagist.org/downloads/",
1153
            "license": [
1154
                "LGPL-2.1"
1155
            ],
1156
            "authors": [
1157
                {
1158
                    "name": "Benjamin Eberlei",
1159
                    "email": "[email protected]"
1160
                },
1161
                {
1162
                    "name": "Jonathan Wage",
1163
                    "email": "[email protected]"
1164
                },
1165
                {
1166
                    "name": "Michael Simonson",
1167
                    "email": "[email protected]"
1168
                }
1169
            ],
1170
            "description": "Database Schema migrations using Doctrine DBAL",
1171
            "homepage": "http://www.doctrine-project.org",
1172
            "keywords": [
1173
                "database",
1174
                "migrations"
1175
            ],
1176
            "time": "2016-12-25T22:54:00+00:00"
1177
        },
1178
        {
1179
            "name": "doctrine/orm",
1180
            "version": "v2.5.11",
1181
            "source": {
1182
                "type": "git",
1183
                "url": "https://github.com/doctrine/doctrine2.git",
1184
                "reference": "249b737094f1e7cba4f0a8d19acf5be6cf3ed504"
1185
            },
1186
            "dist": {
1187
                "type": "zip",
1188
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/249b737094f1e7cba4f0a8d19acf5be6cf3ed504",
1189
                "reference": "249b737094f1e7cba4f0a8d19acf5be6cf3ed504",
1190
                "shasum": ""
1191
            },
1192
            "require": {
1193
                "doctrine/cache": "~1.4",
1194
                "doctrine/collections": "~1.2",
1195
                "doctrine/common": ">=2.5-dev,<2.9-dev",
1196
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
1197
                "doctrine/instantiator": "^1.0.1",
1198
                "ext-pdo": "*",
1199
                "php": ">=5.4",
1200
                "symfony/console": "~2.5|~3.0"
1201
            },
1202
            "require-dev": {
1203
                "phpunit/phpunit": "~4.0",
1204
                "symfony/yaml": "~2.3|~3.0"
1205
            },
1206
            "suggest": {
1207
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1208
            },
1209
            "bin": [
1210
                "bin/doctrine",
1211
                "bin/doctrine.php"
1212
            ],
1213
            "type": "library",
1214
            "extra": {
1215
                "branch-alias": {
1216
                    "dev-master": "2.6.x-dev"
1217
                }
1218
            },
1219
            "autoload": {
1220
                "psr-0": {
1221
                    "Doctrine\\ORM\\": "lib/"
1222
                }
1223
            },
1224
            "notification-url": "https://packagist.org/downloads/",
1225
            "license": [
1226
                "MIT"
1227
            ],
1228
            "authors": [
1229
                {
1230
                    "name": "Roman Borschel",
1231
                    "email": "[email protected]"
1232
                },
1233
                {
1234
                    "name": "Benjamin Eberlei",
1235
                    "email": "[email protected]"
1236
                },
1237
                {
1238
                    "name": "Guilherme Blanco",
1239
                    "email": "[email protected]"
1240
                },
1241
                {
1242
                    "name": "Jonathan Wage",
1243
                    "email": "[email protected]"
1244
                }
1245
            ],
1246
            "description": "Object-Relational-Mapper for PHP",
1247
            "homepage": "http://www.doctrine-project.org",
1248
            "keywords": [
1249
                "database",
1250
                "orm"
1251
            ],
1252
            "time": "2017-09-18T06:50:20+00:00"
1253
        },
1254
        {
1255
            "name": "doctrine/phpcr-bundle",
1256
            "version": "1.3.9",
1257
            "source": {
1258
                "type": "git",
1259
                "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
1260
                "reference": "659238b6c7ef7b666c19a8eb0898cbeb81dca96e"
1261
            },
1262
            "dist": {
1263
                "type": "zip",
1264
                "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/659238b6c7ef7b666c19a8eb0898cbeb81dca96e",
1265
                "reference": "659238b6c7ef7b666c19a8eb0898cbeb81dca96e",
1266
                "shasum": ""
1267
            },
1268
            "require": {
1269
                "php": "^5.3.9|~7.0",
1270
                "phpcr/phpcr-implementation": "2.1.*",
1271
                "phpcr/phpcr-utils": "^1.2.7",
1272
                "symfony/doctrine-bridge": "~2.3|~3.0",
1273
                "symfony/framework-bundle": "~2.3|~3.0"
1274
            },
1275
            "conflict": {
1276
                "phpcr/phpcr-shell": "<1.0.0-beta1",
1277
                "symfony/framework-bundle": "<2.3.27|>=2.4.0,<2.6.6"
1278
            },
1279
            "require-dev": {
1280
                "doctrine/phpcr-odm": "^1.3.0-rc4",
1281
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
1282
                "phpunit/php-code-coverage": "~2.2",
1283
                "phpunit/phpunit": "~4.5",
1284
                "sllh/php-cs-fixer-styleci-bridge": "~1.1",
1285
                "symfony-cmf/testing": "^1.3.0",
1286
                "symfony/form": "~2.3|~3.0"
1287
            },
1288
            "suggest": {
1289
                "burgov/key-value-form-bundle": "to edit assoc multivalue properties. require version 1.0.*",
1290
                "doctrine/data-fixtures": "if you want to use the fixture loading.",
1291
                "doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal",
1292
                "doctrine/phpcr-odm": "if you want to use the odm as well. require version ^1.3",
1293
                "jackalope/jackalope-doctrine-dbal": "if you want to use jackalope-doctrine-dbal. require version ^1.3",
1294
                "jackalope/jackalope-jackrabbit": "if you want to connect to jackrabbit. require version ^1.3",
1295
                "phpcr/phpcr-shell": "If you want native access to PHPCR-Shell to manage the PHPCR repository"
1296
            },
1297
            "type": "symfony-bundle",
1298
            "extra": {
1299
                "branch-alias": {
1300
                    "dev-master": "1.4-dev"
1301
                }
1302
            },
1303
            "autoload": {
1304
                "psr-4": {
1305
                    "Doctrine\\Bundle\\PHPCRBundle\\": ""
1306
                }
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "MIT"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Benjamin Eberlei",
1315
                    "email": "[email protected]"
1316
                },
1317
                {
1318
                    "name": "Lukas Kahwe Smith",
1319
                    "email": "[email protected]"
1320
                }
1321
            ],
1322
            "description": "Symfony DoctrinePHPCRBundle",
1323
            "homepage": "http://www.doctrine-project.org",
1324
            "keywords": [
1325
                "database",
1326
                "odm",
1327
                "persistence",
1328
                "phpcr"
1329
            ],
1330
            "time": "2017-07-25T06:18:31+00:00"
1331
        },
1332
        {
1333
            "name": "doctrine/phpcr-odm",
1334
            "version": "2.0.x-dev",
1335
            "source": {
1336
                "type": "git",
1337
                "url": "https://github.com/doctrine/phpcr-odm.git",
1338
                "reference": "3005b0dee6aea40e40e9d48163e07cb8f703d0fa"
1339
            },
1340
            "dist": {
1341
                "type": "zip",
1342
                "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/3005b0dee6aea40e40e9d48163e07cb8f703d0fa",
1343
                "reference": "3005b0dee6aea40e40e9d48163e07cb8f703d0fa",
1344
                "shasum": ""
1345
            },
1346
            "require": {
1347
                "doctrine/annotations": "^1.2",
1348
                "doctrine/common": "^2.4",
1349
                "doctrine/data-fixtures": "^1.0",
1350
                "doctrine/instantiator": "^1.0.1",
1351
                "php": "^5.3.9|~7.0",
1352
                "phpcr/phpcr": "^2.1.1",
1353
                "phpcr/phpcr-implementation": "^2.1.0",
1354
                "phpcr/phpcr-utils": "^1.2.8",
1355
                "symfony/console": "^2.3|^3.0"
1356
            },
1357
            "conflict": {
1358
                "jackalope/jackalope-doctrine-dbal": "<1.1.5",
1359
                "jms/serializer": "<1.3.0"
1360
            },
1361
            "require-dev": {
1362
                "liip/rmt": "~1.2",
1363
                "phpunit/phpunit": "^4.8|5.*",
1364
                "symfony/phpunit-bridge": "^2.7|^3.0",
1365
                "symfony/yaml": "^2.3|^3.0"
1366
            },
1367
            "suggest": {
1368
                "jackalope/jackalope-doctrine-dbal": "^1.3.0",
1369
                "jackalope/jackalope-jackrabbit": "^1.3.0",
1370
                "symfony/yaml": "^2.3|^3.0"
1371
            },
1372
            "bin": [
1373
                "bin/phpcrodm",
1374
                "bin/phpcrodm.php"
1375
            ],
1376
            "type": "library",
1377
            "extra": {
1378
                "branch-alias": {
1379
                    "dev-master": "2.0-dev"
1380
                }
1381
            },
1382
            "autoload": {
1383
                "psr-4": {
1384
                    "Doctrine\\ODM\\PHPCR\\": "lib/Doctrine/ODM/PHPCR"
1385
                }
1386
            },
1387
            "notification-url": "https://packagist.org/downloads/",
1388
            "license": [
1389
                "MIT"
1390
            ],
1391
            "authors": [
1392
                {
1393
                    "name": "Lukas Kahwe Smith",
1394
                    "email": "[email protected]"
1395
                },
1396
                {
1397
                    "name": "David Buchmann",
1398
                    "email": "[email protected]"
1399
                },
1400
                {
1401
                    "name": "Jordi Boggiano",
1402
                    "email": "[email protected]"
1403
                }
1404
            ],
1405
            "description": "Object-Document-Mapper for PHPCR",
1406
            "homepage": "http://www.doctrine-project.org",
1407
            "keywords": [
1408
                "database",
1409
                "odm",
1410
                "phpcr"
1411
            ],
1412
            "time": "2017-09-11T07:18:37+00:00"
1413
        },
1414
        {
1415
            "name": "egulias/email-validator",
1416
            "version": "2.1.2",
1417
            "source": {
1418
                "type": "git",
1419
                "url": "https://github.com/egulias/EmailValidator.git",
1420
                "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c"
1421
            },
1422
            "dist": {
1423
                "type": "zip",
1424
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
1425
                "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
1426
                "shasum": ""
1427
            },
1428
            "require": {
1429
                "doctrine/lexer": "^1.0.1",
1430
                "php": ">= 5.5"
1431
            },
1432
            "require-dev": {
1433
                "dominicsayers/isemail": "dev-master",
1434
                "phpunit/phpunit": "^4.8.0",
1435
                "satooshi/php-coveralls": "dev-master"
1436
            },
1437
            "suggest": {
1438
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1439
            },
1440
            "type": "library",
1441
            "extra": {
1442
                "branch-alias": {
1443
                    "dev-master": "2.0.x-dev"
1444
                }
1445
            },
1446
            "autoload": {
1447
                "psr-4": {
1448
                    "Egulias\\EmailValidator\\": "EmailValidator"
1449
                }
1450
            },
1451
            "notification-url": "https://packagist.org/downloads/",
1452
            "license": [
1453
                "MIT"
1454
            ],
1455
            "authors": [
1456
                {
1457
                    "name": "Eduardo Gulias Davis"
1458
                }
1459
            ],
1460
            "description": "A library for validating emails against several RFCs",
1461
            "homepage": "https://github.com/egulias/EmailValidator",
1462
            "keywords": [
1463
                "email",
1464
                "emailvalidation",
1465
                "emailvalidator",
1466
                "validation",
1467
                "validator"
1468
            ],
1469
            "time": "2017-01-30T22:07:36+00:00"
1470
        },
1471
        {
1472
            "name": "fig/link-util",
1473
            "version": "1.0.0",
1474
            "source": {
1475
                "type": "git",
1476
                "url": "https://github.com/php-fig/link-util.git",
1477
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1478
            },
1479
            "dist": {
1480
                "type": "zip",
1481
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1482
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1483
                "shasum": ""
1484
            },
1485
            "require": {
1486
                "php": ">=5.5.0",
1487
                "psr/link": "~1.0@dev"
1488
            },
1489
            "require-dev": {
1490
                "phpunit/phpunit": "^5.1",
1491
                "squizlabs/php_codesniffer": "^2.3.1"
1492
            },
1493
            "type": "library",
1494
            "extra": {
1495
                "branch-alias": {
1496
                    "dev-master": "1.0.x-dev"
1497
                }
1498
            },
1499
            "autoload": {
1500
                "psr-4": {
1501
                    "Fig\\Link\\": "src/"
1502
                }
1503
            },
1504
            "notification-url": "https://packagist.org/downloads/",
1505
            "license": [
1506
                "MIT"
1507
            ],
1508
            "authors": [
1509
                {
1510
                    "name": "PHP-FIG",
1511
                    "homepage": "http://www.php-fig.org/"
1512
                }
1513
            ],
1514
            "description": "Common utility implementations for HTTP links",
1515
            "keywords": [
1516
                "http",
1517
                "http-link",
1518
                "link",
1519
                "psr",
1520
                "psr-13",
1521
                "rest"
1522
            ],
1523
            "time": "2016-10-17T18:31:11+00:00"
1524
        },
1525
        {
1526
            "name": "friendsofsymfony/oauth-server-bundle",
1527
            "version": "1.5.2",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1531
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1536
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "friendsofsymfony/oauth2-php": "~1.1",
1541
                "php": "^5.3.3|^7.0",
1542
                "symfony/framework-bundle": "~2.2|~3.0",
1543
                "symfony/security-bundle": "~2.1|~3.0"
1544
            },
1545
            "require-dev": {
1546
                "doctrine/doctrine-bundle": "~1.0",
1547
                "doctrine/mongodb-odm": "~1.0",
1548
                "doctrine/orm": "~2.2",
1549
                "phing/phing": "~2.4",
1550
                "propel/propel1": "^1.6.5",
1551
                "symfony/class-loader": "~2.1|~3.0",
1552
                "symfony/form": "~2.3|~3.0",
1553
                "symfony/yaml": "~2.1|~3.0",
1554
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1555
            },
1556
            "suggest": {
1557
                "doctrine/doctrine-bundle": "*",
1558
                "doctrine/mongodb-odm-bundle": "*",
1559
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1560
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1561
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1562
            },
1563
            "type": "symfony-bundle",
1564
            "extra": {
1565
                "branch-alias": {
1566
                    "dev-master": "1.5-dev"
1567
                }
1568
            },
1569
            "autoload": {
1570
                "psr-4": {
1571
                    "FOS\\OAuthServerBundle\\": ""
1572
                }
1573
            },
1574
            "notification-url": "https://packagist.org/downloads/",
1575
            "license": [
1576
                "MIT"
1577
            ],
1578
            "authors": [
1579
                {
1580
                    "name": "Arnaud Le Blanc",
1581
                    "email": "[email protected]"
1582
                },
1583
                {
1584
                    "name": "FriendsOfSymfony Community",
1585
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1586
                }
1587
            ],
1588
            "description": "Symfony2 OAuth Server Bundle",
1589
            "homepage": "http://friendsofsymfony.github.com",
1590
            "keywords": [
1591
                "oauth",
1592
                "oauth2",
1593
                "server"
1594
            ],
1595
            "time": "2016-02-22T13:57:55+00:00"
1596
        },
1597
        {
1598
            "name": "friendsofsymfony/oauth2-php",
1599
            "version": "1.2.1",
1600
            "source": {
1601
                "type": "git",
1602
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1603
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1604
            },
1605
            "dist": {
1606
                "type": "zip",
1607
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1608
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1609
                "shasum": ""
1610
            },
1611
            "require": {
1612
                "php": ">=5.3.2",
1613
                "symfony/http-foundation": "~2.0|~3.0"
1614
            },
1615
            "require-dev": {
1616
                "phpunit/phpunit": "~4.0"
1617
            },
1618
            "type": "library",
1619
            "extra": {
1620
                "branch-alias": {
1621
                    "dev-master": "1.2.x-dev"
1622
                }
1623
            },
1624
            "autoload": {
1625
                "psr-4": {
1626
                    "OAuth2\\": "lib/"
1627
                }
1628
            },
1629
            "notification-url": "https://packagist.org/downloads/",
1630
            "license": [
1631
                "MIT"
1632
            ],
1633
            "authors": [
1634
                {
1635
                    "name": "Arnaud Le Blanc",
1636
                    "email": "[email protected]"
1637
                },
1638
                {
1639
                    "name": "FriendsOfSymfony Community",
1640
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1641
                }
1642
            ],
1643
            "description": "OAuth2 library",
1644
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1645
            "keywords": [
1646
                "oauth",
1647
                "oauth2"
1648
            ],
1649
            "time": "2016-03-31T14:24:17+00:00"
1650
        },
1651
        {
1652
            "name": "friendsofsymfony/rest-bundle",
1653
            "version": "2.2.0",
1654
            "source": {
1655
                "type": "git",
1656
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1657
                "reference": "d62a6c0f4bc699f899865d7e7bc7a4186aef9a86"
1658
            },
1659
            "dist": {
1660
                "type": "zip",
1661
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/d62a6c0f4bc699f899865d7e7bc7a4186aef9a86",
1662
                "reference": "d62a6c0f4bc699f899865d7e7bc7a4186aef9a86",
1663
                "shasum": ""
1664
            },
1665
            "require": {
1666
                "doctrine/inflector": "^1.0",
1667
                "php": "^5.5.9|~7.0",
1668
                "psr/log": "^1.0",
1669
                "symfony/config": "^2.7|^3.0",
1670
                "symfony/debug": "^2.7|^3.0",
1671
                "symfony/dependency-injection": "^2.7|^3.0",
1672
                "symfony/event-dispatcher": "^2.7|^3.0",
1673
                "symfony/finder": "^2.7|^3.0",
1674
                "symfony/framework-bundle": "^2.7|^3.0",
1675
                "symfony/http-foundation": "^2.7|^3.0",
1676
                "symfony/http-kernel": "^2.7|^3.0",
1677
                "symfony/routing": "^2.7|^3.0",
1678
                "symfony/security-core": "^2.7|^3.0",
1679
                "symfony/templating": "^2.7|^3.0",
1680
                "willdurand/jsonp-callback-validator": "^1.0",
1681
                "willdurand/negotiation": "^2.0"
1682
            },
1683
            "conflict": {
1684
                "jms/serializer": "1.3.0",
1685
                "sensio/framework-extra-bundle": "<3.0.13"
1686
            },
1687
            "require-dev": {
1688
                "jms/serializer-bundle": "^1.0",
1689
                "phpoption/phpoption": "^1.1",
1690
                "psr/http-message": "^1.0",
1691
                "sensio/framework-extra-bundle": "^3.0.13",
1692
                "symfony/asset": "^2.7|^3.0",
1693
                "symfony/browser-kit": "^2.7|^3.0",
1694
                "symfony/css-selector": "^2.7|^3.0",
1695
                "symfony/dependency-injection": "^2.7|^3.0",
1696
                "symfony/expression-language": "~2.7|^3.0",
1697
                "symfony/form": "^2.7|^3.0",
1698
                "symfony/phpunit-bridge": "^3.2",
1699
                "symfony/security-bundle": "^2.7|^3.0",
1700
                "symfony/serializer": "^2.7.11|^3.0.4",
1701
                "symfony/twig-bundle": "^2.7|^3.0",
1702
                "symfony/validator": "^2.7|^3.0",
1703
                "symfony/web-profiler-bundle": "^2.7|^3.0",
1704
                "symfony/yaml": "^2.7|^3.0"
1705
            },
1706
            "suggest": {
1707
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
1708
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0",
1709
                "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
1710
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
1711
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
1712
            },
1713
            "type": "symfony-bundle",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "2.2-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "psr-4": {
1721
                    "FOS\\RestBundle\\": ""
1722
                },
1723
                "exclude-from-classmap": [
1724
                    "Tests/"
1725
                ]
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Lukas Kahwe Smith",
1734
                    "email": "[email protected]"
1735
                },
1736
                {
1737
                    "name": "FriendsOfSymfony Community",
1738
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1739
                },
1740
                {
1741
                    "name": "Konstantin Kudryashov",
1742
                    "email": "[email protected]"
1743
                }
1744
            ],
1745
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1746
            "homepage": "http://friendsofsymfony.github.com",
1747
            "keywords": [
1748
                "rest"
1749
            ],
1750
            "time": "2017-04-06T12:55:03+00:00"
1751
        },
1752
        {
1753
            "name": "fzaninotto/faker",
1754
            "version": "v1.7.1",
1755
            "source": {
1756
                "type": "git",
1757
                "url": "https://github.com/fzaninotto/Faker.git",
1758
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
1759
            },
1760
            "dist": {
1761
                "type": "zip",
1762
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1763
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1764
                "shasum": ""
1765
            },
1766
            "require": {
1767
                "php": "^5.3.3 || ^7.0"
1768
            },
1769
            "require-dev": {
1770
                "ext-intl": "*",
1771
                "phpunit/phpunit": "^4.0 || ^5.0",
1772
                "squizlabs/php_codesniffer": "^1.5"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "1.8-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "psr-4": {
1782
                    "Faker\\": "src/Faker/"
1783
                }
1784
            },
1785
            "notification-url": "https://packagist.org/downloads/",
1786
            "license": [
1787
                "MIT"
1788
            ],
1789
            "authors": [
1790
                {
1791
                    "name": "François Zaninotto"
1792
                }
1793
            ],
1794
            "description": "Faker is a PHP library that generates fake data for you.",
1795
            "keywords": [
1796
                "data",
1797
                "faker",
1798
                "fixtures"
1799
            ],
1800
            "time": "2017-08-15T16:48:10+00:00"
1801
        },
1802
        {
1803
            "name": "gedmo/doctrine-extensions",
1804
            "version": "v2.4.30",
1805
            "source": {
1806
                "type": "git",
1807
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1808
                "reference": "5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488"
1809
            },
1810
            "dist": {
1811
                "type": "zip",
1812
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488",
1813
                "reference": "5e2cc07beb0cd24345cbe02eb7afc3b23f9cd488",
1814
                "shasum": ""
1815
            },
1816
            "require": {
1817
                "behat/transliterator": "~1.2",
1818
                "doctrine/common": "~2.4",
1819
                "php": ">=5.3.2"
1820
            },
1821
            "require-dev": {
1822
                "doctrine/common": ">=2.5.0",
1823
                "doctrine/mongodb-odm": ">=1.0.2",
1824
                "doctrine/orm": ">=2.5.0",
1825
                "phpunit/phpunit": "*",
1826
                "symfony/yaml": "~2.6|~3.0"
1827
            },
1828
            "suggest": {
1829
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1830
                "doctrine/orm": "to use the extensions with the ORM"
1831
            },
1832
            "type": "library",
1833
            "extra": {
1834
                "branch-alias": {
1835
                    "dev-master": "2.4.x-dev"
1836
                }
1837
            },
1838
            "autoload": {
1839
                "psr-0": {
1840
                    "Gedmo\\": "lib/"
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "MIT"
1846
            ],
1847
            "authors": [
1848
                {
1849
                    "name": "David Buchmann",
1850
                    "email": "[email protected]"
1851
                },
1852
                {
1853
                    "name": "Gediminas Morkevicius",
1854
                    "email": "[email protected]"
1855
                },
1856
                {
1857
                    "name": "Gustavo Falco",
1858
                    "email": "[email protected]"
1859
                }
1860
            ],
1861
            "description": "Doctrine2 behavioral extensions",
1862
            "homepage": "http://gediminasm.org/",
1863
            "keywords": [
1864
                "Blameable",
1865
                "behaviors",
1866
                "doctrine2",
1867
                "extensions",
1868
                "gedmo",
1869
                "loggable",
1870
                "nestedset",
1871
                "sluggable",
1872
                "sortable",
1873
                "timestampable",
1874
                "translatable",
1875
                "tree",
1876
                "uploadable"
1877
            ],
1878
            "time": "2017-07-02T09:46:37+00:00"
1879
        },
1880
        {
1881
            "name": "guzzlehttp/guzzle",
1882
            "version": "6.3.0",
1883
            "source": {
1884
                "type": "git",
1885
                "url": "https://github.com/guzzle/guzzle.git",
1886
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1887
            },
1888
            "dist": {
1889
                "type": "zip",
1890
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1891
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1892
                "shasum": ""
1893
            },
1894
            "require": {
1895
                "guzzlehttp/promises": "^1.0",
1896
                "guzzlehttp/psr7": "^1.4",
1897
                "php": ">=5.5"
1898
            },
1899
            "require-dev": {
1900
                "ext-curl": "*",
1901
                "phpunit/phpunit": "^4.0 || ^5.0",
1902
                "psr/log": "^1.0"
1903
            },
1904
            "suggest": {
1905
                "psr/log": "Required for using the Log middleware"
1906
            },
1907
            "type": "library",
1908
            "extra": {
1909
                "branch-alias": {
1910
                    "dev-master": "6.2-dev"
1911
                }
1912
            },
1913
            "autoload": {
1914
                "files": [
1915
                    "src/functions_include.php"
1916
                ],
1917
                "psr-4": {
1918
                    "GuzzleHttp\\": "src/"
1919
                }
1920
            },
1921
            "notification-url": "https://packagist.org/downloads/",
1922
            "license": [
1923
                "MIT"
1924
            ],
1925
            "authors": [
1926
                {
1927
                    "name": "Michael Dowling",
1928
                    "email": "[email protected]",
1929
                    "homepage": "https://github.com/mtdowling"
1930
                }
1931
            ],
1932
            "description": "Guzzle is a PHP HTTP client library",
1933
            "homepage": "http://guzzlephp.org/",
1934
            "keywords": [
1935
                "client",
1936
                "curl",
1937
                "framework",
1938
                "http",
1939
                "http client",
1940
                "rest",
1941
                "web service"
1942
            ],
1943
            "time": "2017-06-22T18:50:49+00:00"
1944
        },
1945
        {
1946
            "name": "guzzlehttp/promises",
1947
            "version": "v1.3.1",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/guzzle/promises.git",
1951
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1956
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "php": ">=5.5.0"
1961
            },
1962
            "require-dev": {
1963
                "phpunit/phpunit": "^4.0"
1964
            },
1965
            "type": "library",
1966
            "extra": {
1967
                "branch-alias": {
1968
                    "dev-master": "1.4-dev"
1969
                }
1970
            },
1971
            "autoload": {
1972
                "psr-4": {
1973
                    "GuzzleHttp\\Promise\\": "src/"
1974
                },
1975
                "files": [
1976
                    "src/functions_include.php"
1977
                ]
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "MIT"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Michael Dowling",
1986
                    "email": "[email protected]",
1987
                    "homepage": "https://github.com/mtdowling"
1988
                }
1989
            ],
1990
            "description": "Guzzle promises library",
1991
            "keywords": [
1992
                "promise"
1993
            ],
1994
            "time": "2016-12-20T10:07:11+00:00"
1995
        },
1996
        {
1997
            "name": "guzzlehttp/psr7",
1998
            "version": "1.4.2",
1999
            "source": {
2000
                "type": "git",
2001
                "url": "https://github.com/guzzle/psr7.git",
2002
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2003
            },
2004
            "dist": {
2005
                "type": "zip",
2006
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2007
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2008
                "shasum": ""
2009
            },
2010
            "require": {
2011
                "php": ">=5.4.0",
2012
                "psr/http-message": "~1.0"
2013
            },
2014
            "provide": {
2015
                "psr/http-message-implementation": "1.0"
2016
            },
2017
            "require-dev": {
2018
                "phpunit/phpunit": "~4.0"
2019
            },
2020
            "type": "library",
2021
            "extra": {
2022
                "branch-alias": {
2023
                    "dev-master": "1.4-dev"
2024
                }
2025
            },
2026
            "autoload": {
2027
                "psr-4": {
2028
                    "GuzzleHttp\\Psr7\\": "src/"
2029
                },
2030
                "files": [
2031
                    "src/functions_include.php"
2032
                ]
2033
            },
2034
            "notification-url": "https://packagist.org/downloads/",
2035
            "license": [
2036
                "MIT"
2037
            ],
2038
            "authors": [
2039
                {
2040
                    "name": "Michael Dowling",
2041
                    "email": "[email protected]",
2042
                    "homepage": "https://github.com/mtdowling"
2043
                },
2044
                {
2045
                    "name": "Tobias Schultze",
2046
                    "homepage": "https://github.com/Tobion"
2047
                }
2048
            ],
2049
            "description": "PSR-7 message implementation that also provides common utility methods",
2050
            "keywords": [
2051
                "http",
2052
                "message",
2053
                "request",
2054
                "response",
2055
                "stream",
2056
                "uri",
2057
                "url"
2058
            ],
2059
            "time": "2017-03-20T17:10:46+00:00"
2060
        },
2061
        {
2062
            "name": "hamcrest/hamcrest-php",
2063
            "version": "v1.2.2",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2067
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2072
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "php": ">=5.3.2"
2077
            },
2078
            "replace": {
2079
                "cordoval/hamcrest-php": "*",
2080
                "davedevelopment/hamcrest-php": "*",
2081
                "kodova/hamcrest-php": "*"
2082
            },
2083
            "require-dev": {
2084
                "phpunit/php-file-iterator": "1.3.3",
2085
                "satooshi/php-coveralls": "dev-master"
2086
            },
2087
            "type": "library",
2088
            "autoload": {
2089
                "classmap": [
2090
                    "hamcrest"
2091
                ],
2092
                "files": [
2093
                    "hamcrest/Hamcrest.php"
2094
                ]
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "BSD"
2099
            ],
2100
            "description": "This is the PHP port of Hamcrest Matchers",
2101
            "keywords": [
2102
                "test"
2103
            ],
2104
            "time": "2015-05-11T14:41:42+00:00"
2105
        },
2106
        {
2107
            "name": "imagine/imagine",
2108
            "version": "v0.7.1",
2109
            "source": {
2110
                "type": "git",
2111
                "url": "https://github.com/avalanche123/Imagine.git",
2112
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa"
2113
            },
2114
            "dist": {
2115
                "type": "zip",
2116
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa",
2117
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa",
2118
                "shasum": ""
2119
            },
2120
            "require": {
2121
                "php": ">=5.3.2"
2122
            },
2123
            "require-dev": {
2124
                "sami/sami": "^3.3",
2125
                "symfony/phpunit-bridge": "^3.2"
2126
            },
2127
            "suggest": {
2128
                "ext-gd": "to use the GD implementation",
2129
                "ext-gmagick": "to use the Gmagick implementation",
2130
                "ext-imagick": "to use the Imagick implementation"
2131
            },
2132
            "type": "library",
2133
            "extra": {
2134
                "branch-alias": {
2135
                    "dev-develop": "0.7-dev"
2136
                }
2137
            },
2138
            "autoload": {
2139
                "psr-0": {
2140
                    "Imagine": "lib/"
2141
                }
2142
            },
2143
            "notification-url": "https://packagist.org/downloads/",
2144
            "license": [
2145
                "MIT"
2146
            ],
2147
            "authors": [
2148
                {
2149
                    "name": "Bulat Shakirzyanov",
2150
                    "email": "[email protected]",
2151
                    "homepage": "http://avalanche123.com"
2152
                }
2153
            ],
2154
            "description": "Image processing for PHP 5.3",
2155
            "homepage": "http://imagine.readthedocs.org/",
2156
            "keywords": [
2157
                "drawing",
2158
                "graphics",
2159
                "image manipulation",
2160
                "image processing"
2161
            ],
2162
            "time": "2017-05-16T10:31:22+00:00"
2163
        },
2164
        {
2165
            "name": "incenteev/composer-parameter-handler",
2166
            "version": "v2.1.2",
2167
            "source": {
2168
                "type": "git",
2169
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2170
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2171
            },
2172
            "dist": {
2173
                "type": "zip",
2174
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2175
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2176
                "shasum": ""
2177
            },
2178
            "require": {
2179
                "php": ">=5.3.3",
2180
                "symfony/yaml": "~2.3|~3.0"
2181
            },
2182
            "require-dev": {
2183
                "composer/composer": "1.0.*@dev",
2184
                "phpspec/prophecy-phpunit": "~1.0",
2185
                "symfony/filesystem": "~2.2"
2186
            },
2187
            "type": "library",
2188
            "extra": {
2189
                "branch-alias": {
2190
                    "dev-master": "2.1.x-dev"
2191
                }
2192
            },
2193
            "autoload": {
2194
                "psr-4": {
2195
                    "Incenteev\\ParameterHandler\\": ""
2196
                }
2197
            },
2198
            "notification-url": "https://packagist.org/downloads/",
2199
            "license": [
2200
                "MIT"
2201
            ],
2202
            "authors": [
2203
                {
2204
                    "name": "Christophe Coevoet",
2205
                    "email": "[email protected]"
2206
                }
2207
            ],
2208
            "description": "Composer script handling your ignored parameter file",
2209
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2210
            "keywords": [
2211
                "parameters management"
2212
            ],
2213
            "time": "2015-11-10T17:04:01+00:00"
2214
        },
2215
        {
2216
            "name": "jackalope/jackalope",
2217
            "version": "1.3.3",
2218
            "source": {
2219
                "type": "git",
2220
                "url": "https://github.com/jackalope/jackalope.git",
2221
                "reference": "0e92e4c9018e32ba147411b4127f20ea6c35113f"
2222
            },
2223
            "dist": {
2224
                "type": "zip",
2225
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/0e92e4c9018e32ba147411b4127f20ea6c35113f",
2226
                "reference": "0e92e4c9018e32ba147411b4127f20ea6c35113f",
2227
                "shasum": ""
2228
            },
2229
            "require": {
2230
                "ext-xml": "*",
2231
                "jackalope/jackalope-transport": "*",
2232
                "php": "^5.6|^7.0",
2233
                "phpcr/phpcr": "~2.1.0,>=2.1.0-beta12",
2234
                "phpcr/phpcr-utils": "^1.2.6"
2235
            },
2236
            "provide": {
2237
                "phpcr/phpcr-implementation": "2.1.0"
2238
            },
2239
            "require-dev": {
2240
                "phpunit/phpunit": "^5.7"
2241
            },
2242
            "type": "library",
2243
            "extra": {
2244
                "branch-alias": {
2245
                    "dev-master": "1.3-dev"
2246
                }
2247
            },
2248
            "autoload": {
2249
                "psr-0": {
2250
                    "Jackalope\\": "src/"
2251
                }
2252
            },
2253
            "notification-url": "https://packagist.org/downloads/",
2254
            "license": [
2255
                "MIT",
2256
                "Apache-2.0"
2257
            ],
2258
            "authors": [
2259
                {
2260
                    "name": "Jackalope Community",
2261
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
2262
                }
2263
            ],
2264
            "description": "Jackalope PHPCR library",
2265
            "homepage": "http://jackalope.github.io",
2266
            "keywords": [
2267
                "phpcr"
2268
            ],
2269
            "time": "2017-04-18T20:09:58+00:00"
2270
        },
2271
        {
2272
            "name": "jackalope/jackalope-doctrine-dbal",
2273
            "version": "1.3.0",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
2277
                "reference": "67c8f17225dd727b052dbb5a0db7e52061a1896e"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/67c8f17225dd727b052dbb5a0db7e52061a1896e",
2282
                "reference": "67c8f17225dd727b052dbb5a0db7e52061a1896e",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "doctrine/dbal": "^2.4.5",
2287
                "jackalope/jackalope": "^1.3.0",
2288
                "php": "^5.6|^7.0",
2289
                "phpcr/phpcr": "~2.1.2",
2290
                "phpcr/phpcr-utils": "^1.2.9"
2291
            },
2292
            "provide": {
2293
                "jackalope/jackalope-transport": "1.3.0"
2294
            },
2295
            "require-dev": {
2296
                "phpcr/phpcr-api-tests": "2.1.17",
2297
                "phpunit/dbunit": "^1.3",
2298
                "phpunit/phpunit": "^5.7",
2299
                "psr/log": "^1.0"
2300
            },
2301
            "bin": [
2302
                "bin/jackalope"
2303
            ],
2304
            "type": "library",
2305
            "extra": {
2306
                "branch-alias": {
2307
                    "dev-master": "1.3-dev"
2308
                }
2309
            },
2310
            "autoload": {
2311
                "psr-0": {
2312
                    "Jackalope\\": "src/"
2313
                }
2314
            },
2315
            "notification-url": "https://packagist.org/downloads/",
2316
            "license": [
2317
                "MIT",
2318
                "Apache-2.0"
2319
            ],
2320
            "authors": [
2321
                {
2322
                    "name": "Jackalope Community",
2323
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
2324
                }
2325
            ],
2326
            "description": "Jackalope Transport library for Doctrine DBAL",
2327
            "homepage": "http://jackalope.github.io",
2328
            "keywords": [
2329
                "doctrine-dbal",
2330
                "phpcr",
2331
                "transport implementation"
2332
            ],
2333
            "time": "2017-04-07T11:18:50+00:00"
2334
        },
2335
        {
2336
            "name": "jdorn/sql-formatter",
2337
            "version": "v1.2.17",
2338
            "source": {
2339
                "type": "git",
2340
                "url": "https://github.com/jdorn/sql-formatter.git",
2341
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2342
            },
2343
            "dist": {
2344
                "type": "zip",
2345
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2346
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2347
                "shasum": ""
2348
            },
2349
            "require": {
2350
                "php": ">=5.2.4"
2351
            },
2352
            "require-dev": {
2353
                "phpunit/phpunit": "3.7.*"
2354
            },
2355
            "type": "library",
2356
            "extra": {
2357
                "branch-alias": {
2358
                    "dev-master": "1.3.x-dev"
2359
                }
2360
            },
2361
            "autoload": {
2362
                "classmap": [
2363
                    "lib"
2364
                ]
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "MIT"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Jeremy Dorn",
2373
                    "email": "[email protected]",
2374
                    "homepage": "http://jeremydorn.com/"
2375
                }
2376
            ],
2377
            "description": "a PHP SQL highlighting library",
2378
            "homepage": "https://github.com/jdorn/sql-formatter/",
2379
            "keywords": [
2380
                "highlight",
2381
                "sql"
2382
            ],
2383
            "time": "2014-01-12T16:20:24+00:00"
2384
        },
2385
        {
2386
            "name": "jeremykendall/php-domain-parser",
2387
            "version": "3.0.0",
2388
            "source": {
2389
                "type": "git",
2390
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
2391
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
2392
            },
2393
            "dist": {
2394
                "type": "zip",
2395
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
2396
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
2397
                "shasum": ""
2398
            },
2399
            "require": {
2400
                "ext-curl": "*",
2401
                "ext-intl": "*",
2402
                "ext-mbstring": "*",
2403
                "php": ">=5.3.0"
2404
            },
2405
            "require-dev": {
2406
                "jeremykendall/debug-die": "0.0.1.*",
2407
                "mikey179/vfsstream": "~1.4",
2408
                "phpunit/phpunit": "~4.4"
2409
            },
2410
            "bin": [
2411
                "bin/parse",
2412
                "bin/update-psl"
2413
            ],
2414
            "type": "library",
2415
            "autoload": {
2416
                "psr-0": {
2417
                    "Pdp\\": "src/"
2418
                },
2419
                "files": [
2420
                    "src/pdp-parse-url.php"
2421
                ]
2422
            },
2423
            "notification-url": "https://packagist.org/downloads/",
2424
            "license": [
2425
                "MIT"
2426
            ],
2427
            "authors": [
2428
                {
2429
                    "name": "Jeremy Kendall",
2430
                    "homepage": "http://about.me/jeremykendall",
2431
                    "role": "Developer"
2432
                },
2433
                {
2434
                    "name": "Contributors",
2435
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
2436
                }
2437
            ],
2438
            "description": "Public Suffix List based URL parsing implemented in PHP.",
2439
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
2440
            "keywords": [
2441
                "Public Suffix List",
2442
                "domain parsing",
2443
                "url parsing"
2444
            ],
2445
            "time": "2015-03-30T12:49:45+00:00"
2446
        },
2447
        {
2448
            "name": "jms/metadata",
2449
            "version": "1.6.0",
2450
            "source": {
2451
                "type": "git",
2452
                "url": "https://github.com/schmittjoh/metadata.git",
2453
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
2454
            },
2455
            "dist": {
2456
                "type": "zip",
2457
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
2458
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
2459
                "shasum": ""
2460
            },
2461
            "require": {
2462
                "php": ">=5.3.0"
2463
            },
2464
            "require-dev": {
2465
                "doctrine/cache": "~1.0",
2466
                "symfony/cache": "~3.1"
2467
            },
2468
            "type": "library",
2469
            "extra": {
2470
                "branch-alias": {
2471
                    "dev-master": "1.5.x-dev"
2472
                }
2473
            },
2474
            "autoload": {
2475
                "psr-0": {
2476
                    "Metadata\\": "src/"
2477
                }
2478
            },
2479
            "notification-url": "https://packagist.org/downloads/",
2480
            "license": [
2481
                "Apache-2.0"
2482
            ],
2483
            "authors": [
2484
                {
2485
                    "name": "Johannes M. Schmitt",
2486
                    "email": "[email protected]"
2487
                }
2488
            ],
2489
            "description": "Class/method/property metadata management in PHP",
2490
            "keywords": [
2491
                "annotations",
2492
                "metadata",
2493
                "xml",
2494
                "yaml"
2495
            ],
2496
            "time": "2016-12-05T10:18:33+00:00"
2497
        },
2498
        {
2499
            "name": "jms/parser-lib",
2500
            "version": "1.0.0",
2501
            "source": {
2502
                "type": "git",
2503
                "url": "https://github.com/schmittjoh/parser-lib.git",
2504
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2505
            },
2506
            "dist": {
2507
                "type": "zip",
2508
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2509
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2510
                "shasum": ""
2511
            },
2512
            "require": {
2513
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2514
            },
2515
            "type": "library",
2516
            "extra": {
2517
                "branch-alias": {
2518
                    "dev-master": "1.0-dev"
2519
                }
2520
            },
2521
            "autoload": {
2522
                "psr-0": {
2523
                    "JMS\\": "src/"
2524
                }
2525
            },
2526
            "notification-url": "https://packagist.org/downloads/",
2527
            "license": [
2528
                "Apache2"
2529
            ],
2530
            "description": "A library for easily creating recursive-descent parsers.",
2531
            "time": "2012-11-18T18:08:43+00:00"
2532
        },
2533
        {
2534
            "name": "jms/serializer",
2535
            "version": "1.9.0",
2536
            "source": {
2537
                "type": "git",
2538
                "url": "https://github.com/schmittjoh/serializer.git",
2539
                "reference": "f4683f41ebf21e60667447bb49939bee35807c3c"
2540
            },
2541
            "dist": {
2542
                "type": "zip",
2543
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f4683f41ebf21e60667447bb49939bee35807c3c",
2544
                "reference": "f4683f41ebf21e60667447bb49939bee35807c3c",
2545
                "shasum": ""
2546
            },
2547
            "require": {
2548
                "doctrine/annotations": "^1.0",
2549
                "doctrine/instantiator": "^1.0.3",
2550
                "jms/metadata": "~1.1",
2551
                "jms/parser-lib": "1.*",
2552
                "php": ">=5.5.0",
2553
                "phpcollection/phpcollection": "~0.1",
2554
                "phpoption/phpoption": "^1.1"
2555
            },
2556
            "conflict": {
2557
                "jms/serializer-bundle": "<1.2.1",
2558
                "twig/twig": "<1.12"
2559
            },
2560
            "require-dev": {
2561
                "doctrine/orm": "~2.1",
2562
                "doctrine/phpcr-odm": "^1.3|^2.0",
2563
                "ext-pdo_sqlite": "*",
2564
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
2565
                "phpunit/phpunit": "^4.8|^5.0",
2566
                "propel/propel1": "~1.7",
2567
                "symfony/expression-language": "^2.6|^3.0",
2568
                "symfony/filesystem": "^2.1",
2569
                "symfony/form": "~2.1|^3.0",
2570
                "symfony/translation": "^2.1|^3.0",
2571
                "symfony/validator": "^2.2|^3.0",
2572
                "symfony/yaml": "^2.1|^3.0",
2573
                "twig/twig": "~1.12|~2.0"
2574
            },
2575
            "suggest": {
2576
                "doctrine/cache": "Required if you like to use cache functionality.",
2577
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
2578
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2579
            },
2580
            "type": "library",
2581
            "extra": {
2582
                "branch-alias": {
2583
                    "dev-master": "1.9-dev"
2584
                }
2585
            },
2586
            "autoload": {
2587
                "psr-0": {
2588
                    "JMS\\Serializer": "src/"
2589
                }
2590
            },
2591
            "notification-url": "https://packagist.org/downloads/",
2592
            "license": [
2593
                "Apache-2.0"
2594
            ],
2595
            "authors": [
2596
                {
2597
                    "name": "Asmir Mustafic",
2598
                    "email": "[email protected]"
2599
                },
2600
                {
2601
                    "name": "Johannes M. Schmitt",
2602
                    "email": "[email protected]"
2603
                }
2604
            ],
2605
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2606
            "homepage": "http://jmsyst.com/libs/serializer",
2607
            "keywords": [
2608
                "deserialization",
2609
                "jaxb",
2610
                "json",
2611
                "serialization",
2612
                "xml"
2613
            ],
2614
            "time": "2017-09-28T15:17:28+00:00"
2615
        },
2616
        {
2617
            "name": "jms/serializer-bundle",
2618
            "version": "2.2.0",
2619
            "source": {
2620
                "type": "git",
2621
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2622
                "reference": "dd40bfcb58ce01a950393f258d3d02a8dc4f4127"
2623
            },
2624
            "dist": {
2625
                "type": "zip",
2626
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/dd40bfcb58ce01a950393f258d3d02a8dc4f4127",
2627
                "reference": "dd40bfcb58ce01a950393f258d3d02a8dc4f4127",
2628
                "shasum": ""
2629
            },
2630
            "require": {
2631
                "jms/serializer": "^1.9",
2632
                "php": "^5.4|^7.0",
2633
                "phpoption/phpoption": "^1.1.0",
2634
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
2635
            },
2636
            "require-dev": {
2637
                "doctrine/doctrine-bundle": "*",
2638
                "doctrine/orm": "*",
2639
                "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
2640
                "symfony/browser-kit": "*",
2641
                "symfony/class-loader": "*",
2642
                "symfony/css-selector": "*",
2643
                "symfony/expression-language": "~2.6|~3.0|~4.0",
2644
                "symfony/finder": "*",
2645
                "symfony/form": "*",
2646
                "symfony/process": "*",
2647
                "symfony/stopwatch": "*",
2648
                "symfony/twig-bundle": "*",
2649
                "symfony/validator": "*",
2650
                "symfony/yaml": "*"
2651
            },
2652
            "suggest": {
2653
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2654
            },
2655
            "type": "symfony-bundle",
2656
            "extra": {
2657
                "branch-alias": {
2658
                    "dev-master": "2.x-dev"
2659
                }
2660
            },
2661
            "autoload": {
2662
                "psr-4": {
2663
                    "JMS\\SerializerBundle\\": ""
2664
                },
2665
                "exclude-from-classmap": [
2666
                    "/Tests/"
2667
                ]
2668
            },
2669
            "notification-url": "https://packagist.org/downloads/",
2670
            "license": [
2671
                "Apache-2.0"
2672
            ],
2673
            "authors": [
2674
                {
2675
                    "name": "Asmir Mustafic",
2676
                    "email": "[email protected]"
2677
                },
2678
                {
2679
                    "name": "Johannes M. Schmitt",
2680
                    "email": "[email protected]"
2681
                }
2682
            ],
2683
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2684
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2685
            "keywords": [
2686
                "deserialization",
2687
                "jaxb",
2688
                "json",
2689
                "serialization",
2690
                "xml"
2691
            ],
2692
            "time": "2017-09-29T08:48:26+00:00"
2693
        },
2694
        {
2695
            "name": "knplabs/gaufrette",
2696
            "version": "v0.4.0",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2700
                "reference": "7cd2806ba1c2ea11cd125350363cd56b821c9e08"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/7cd2806ba1c2ea11cd125350363cd56b821c9e08",
2705
                "reference": "7cd2806ba1c2ea11cd125350363cd56b821c9e08",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "php": ">=5.6"
2710
            },
2711
            "conflict": {
2712
                "microsoft/windowsazure": "<0.4.3"
2713
            },
2714
            "require-dev": {
2715
                "akeneo/phpspec-skip-example-extension": "~1.2",
2716
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2717
                "aws/aws-sdk-php": "^2.4.12||~3",
2718
                "doctrine/dbal": ">=2.3",
2719
                "dropbox-php/dropbox-php": "*",
2720
                "google/apiclient": "~1.1.3",
2721
                "league/flysystem": "~1.0",
2722
                "microsoft/azure-storage": "~0.15.0",
2723
                "microsoft/windowsazure": "~0.4",
2724
                "mikey179/vfsstream": "~1.2.0",
2725
                "mongodb/mongodb": "~1.1.4",
2726
                "phpseclib/phpseclib": "^2.0",
2727
                "phpspec/phpspec": "~2.4",
2728
                "phpunit/phpunit": "3.7.*",
2729
                "rackspace/php-opencloud": "^1.9.2"
2730
            },
2731
            "suggest": {
2732
                "ext-curl": "*",
2733
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2734
                "ext-mbstring": "*",
2735
                "gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)",
2736
                "gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter",
2737
                "gaufrette/doctrine-dbal-adapter": "to use DBAL adapter",
2738
                "gaufrette/flysystem-adapter": "to use Flysystem adapter",
2739
                "gaufrette/ftp-adapter": "to use Ftp adapter",
2740
                "gaufrette/gridfs-adapter": "to use GridFS adapter",
2741
                "gaufrette/in-memory-adapter": "to use InMemory adapter",
2742
                "gaufrette/local-adapter": "to use Local adapter",
2743
                "gaufrette/opencloud-adapter": "to use Opencloud adapter",
2744
                "gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter",
2745
                "gaufrette/zip-adapter": "to use Zip adapter",
2746
                "google/apiclient": "to use GoogleCloudStorage adapter",
2747
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2"
2748
            },
2749
            "type": "library",
2750
            "extra": {
2751
                "branch-alias": {
2752
                    "dev-master": "0.4.x-dev"
2753
                }
2754
            },
2755
            "autoload": {
2756
                "psr-0": {
2757
                    "Gaufrette": "src/"
2758
                }
2759
            },
2760
            "notification-url": "https://packagist.org/downloads/",
2761
            "license": [
2762
                "MIT"
2763
            ],
2764
            "authors": [
2765
                {
2766
                    "name": "The contributors",
2767
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2768
                },
2769
                {
2770
                    "name": "KnpLabs Team",
2771
                    "homepage": "http://knplabs.com"
2772
                }
2773
            ],
2774
            "description": "PHP5 library that provides a filesystem abstraction layer",
2775
            "homepage": "http://knplabs.com",
2776
            "keywords": [
2777
                "abstraction",
2778
                "file",
2779
                "filesystem",
2780
                "media"
2781
            ],
2782
            "time": "2017-06-17T10:37:47+00:00"
2783
        },
2784
        {
2785
            "name": "knplabs/knp-gaufrette-bundle",
2786
            "version": "0.3.0",
2787
            "source": {
2788
                "type": "git",
2789
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2790
                "reference": "44cf552e14031517516458b0e394f16dd36a131b"
2791
            },
2792
            "dist": {
2793
                "type": "zip",
2794
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b",
2795
                "reference": "44cf552e14031517516458b0e394f16dd36a131b",
2796
                "shasum": ""
2797
            },
2798
            "require": {
2799
                "knplabs/gaufrette": "~0.1.7|~0.2",
2800
                "symfony/framework-bundle": "~2.0|~3.0"
2801
            },
2802
            "require-dev": {
2803
                "phpunit/phpunit": "~4.2",
2804
                "symfony/console": "~2.0|~3.0",
2805
                "symfony/yaml": "~2.0|~3.0"
2806
            },
2807
            "type": "symfony-bundle",
2808
            "extra": {
2809
                "branch-alias": {
2810
                    "dev-master": "0.4.x-dev"
2811
                }
2812
            },
2813
            "autoload": {
2814
                "psr-4": {
2815
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2816
                }
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "MIT"
2821
            ],
2822
            "authors": [
2823
                {
2824
                    "name": "The contributors",
2825
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2826
                },
2827
                {
2828
                    "name": "Antoine Hérault",
2829
                    "email": "[email protected]"
2830
                }
2831
            ],
2832
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2833
            "homepage": "http://knplabs.com",
2834
            "keywords": [
2835
                "abstraction",
2836
                "file",
2837
                "filesystem",
2838
                "media"
2839
            ],
2840
            "time": "2016-01-16T00:12:11+00:00"
2841
        },
2842
        {
2843
            "name": "knplabs/knp-menu",
2844
            "version": "2.2.0",
2845
            "source": {
2846
                "type": "git",
2847
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2848
                "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20"
2849
            },
2850
            "dist": {
2851
                "type": "zip",
2852
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20",
2853
                "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20",
2854
                "shasum": ""
2855
            },
2856
            "require": {
2857
                "php": ">=5.3.0"
2858
            },
2859
            "require-dev": {
2860
                "pimple/pimple": "~1.0",
2861
                "silex/silex": "~1.0",
2862
                "symfony/phpunit-bridge": "~2.7|~3.0",
2863
                "symfony/routing": "~2.3|~3.0",
2864
                "twig/twig": "~1.16|~2.0"
2865
            },
2866
            "suggest": {
2867
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2868
                "silex/silex": "for the integration with your silex application",
2869
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2870
            },
2871
            "type": "library",
2872
            "extra": {
2873
                "branch-alias": {
2874
                    "dev-master": "2.2-dev"
2875
                }
2876
            },
2877
            "autoload": {
2878
                "psr-4": {
2879
                    "Knp\\Menu\\": "src/Knp/Menu"
2880
                }
2881
            },
2882
            "notification-url": "https://packagist.org/downloads/",
2883
            "license": [
2884
                "MIT"
2885
            ],
2886
            "authors": [
2887
                {
2888
                    "name": "Christophe Coevoet",
2889
                    "email": "[email protected]"
2890
                },
2891
                {
2892
                    "name": "Knplabs",
2893
                    "homepage": "http://knplabs.com"
2894
                },
2895
                {
2896
                    "name": "Symfony Community",
2897
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2898
                }
2899
            ],
2900
            "description": "An object oriented menu library",
2901
            "homepage": "http://knplabs.com",
2902
            "keywords": [
2903
                "menu",
2904
                "tree"
2905
            ],
2906
            "time": "2016-09-22T07:36:19+00:00"
2907
        },
2908
        {
2909
            "name": "knplabs/knp-menu-bundle",
2910
            "version": "2.1.3",
2911
            "source": {
2912
                "type": "git",
2913
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2914
                "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de"
2915
            },
2916
            "dist": {
2917
                "type": "zip",
2918
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
2919
                "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de",
2920
                "shasum": ""
2921
            },
2922
            "require": {
2923
                "knplabs/knp-menu": "~2.2",
2924
                "symfony/framework-bundle": "~2.3|~3.0"
2925
            },
2926
            "require-dev": {
2927
                "symfony/expression-language": "~2.4|~3.0",
2928
                "symfony/phpunit-bridge": "~2.7|~3.0"
2929
            },
2930
            "type": "symfony-bundle",
2931
            "extra": {
2932
                "branch-alias": {
2933
                    "dev-master": "2.2.x-dev"
2934
                }
2935
            },
2936
            "autoload": {
2937
                "psr-4": {
2938
                    "Knp\\Bundle\\MenuBundle\\": ""
2939
                }
2940
            },
2941
            "notification-url": "https://packagist.org/downloads/",
2942
            "license": [
2943
                "MIT"
2944
            ],
2945
            "authors": [
2946
                {
2947
                    "name": "Christophe Coevoet",
2948
                    "email": "[email protected]"
2949
                },
2950
                {
2951
                    "name": "Knplabs",
2952
                    "homepage": "http://knplabs.com"
2953
                },
2954
                {
2955
                    "name": "Symfony Community",
2956
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2957
                }
2958
            ],
2959
            "description": "This bundle provides an integration of the KnpMenu library",
2960
            "keywords": [
2961
                "menu"
2962
            ],
2963
            "time": "2016-09-22T12:24:40+00:00"
2964
        },
2965
        {
2966
            "name": "league/uri",
2967
            "version": "4.2.2",
2968
            "source": {
2969
                "type": "git",
2970
                "url": "https://github.com/thephpleague/uri.git",
2971
                "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3"
2972
            },
2973
            "dist": {
2974
                "type": "zip",
2975
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3",
2976
                "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3",
2977
                "shasum": ""
2978
            },
2979
            "require": {
2980
                "ext-fileinfo": "*",
2981
                "ext-intl": "*",
2982
                "ext-mbstring": "*",
2983
                "jeremykendall/php-domain-parser": "^3.0",
2984
                "php": ">=5.5.9",
2985
                "psr/http-message": "^1.0"
2986
            },
2987
            "require-dev": {
2988
                "friendsofphp/php-cs-fixer": "^1.9",
2989
                "phpunit/phpunit": "^4.0",
2990
                "zendframework/zend-diactoros": "^1.3"
2991
            },
2992
            "type": "library",
2993
            "extra": {
2994
                "branch-alias": {
2995
                    "dev-master": "4.2.x-dev"
2996
                }
2997
            },
2998
            "autoload": {
2999
                "psr-4": {
3000
                    "League\\Uri\\": "src"
3001
                },
3002
                "files": [
3003
                    "src/functions_include.php"
3004
                ]
3005
            },
3006
            "notification-url": "https://packagist.org/downloads/",
3007
            "license": [
3008
                "MIT"
3009
            ],
3010
            "authors": [
3011
                {
3012
                    "name": "Ignace Nyamagana Butera",
3013
                    "email": "[email protected]",
3014
                    "homepage": "https://nyamsprod.com"
3015
                }
3016
            ],
3017
            "description": "URI manipulation library",
3018
            "homepage": "http://uri.thephpleague.com",
3019
            "keywords": [
3020
                "data-uri",
3021
                "ftp",
3022
                "http",
3023
                "https",
3024
                "parse_url",
3025
                "psr-7",
3026
                "rfc3986",
3027
                "uri",
3028
                "url",
3029
                "ws"
3030
            ],
3031
            "time": "2016-12-12T11:36:42+00:00"
3032
        },
3033
        {
3034
            "name": "liip/imagine-bundle",
3035
            "version": "1.9.1",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/liip/LiipImagineBundle.git",
3039
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/3084c77e984ec669e0d645250a3cb1077d8b92f6",
3044
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "imagine/imagine": "^0.6.3|^0.7.0,<0.8",
3049
                "php": "^5.3.9|^7.0",
3050
                "symfony/asset": "~2.3|~3.0",
3051
                "symfony/filesystem": "~2.3|~3.0",
3052
                "symfony/finder": "~2.3|~3.0",
3053
                "symfony/framework-bundle": "~2.3|~3.0",
3054
                "symfony/options-resolver": "~2.3|~3.0",
3055
                "symfony/process": "~2.3|~3.0",
3056
                "symfony/templating": "~2.3|~3.0",
3057
                "symfony/translation": "~2.3|~3.0"
3058
            },
3059
            "require-dev": {
3060
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3061
                "aws/aws-sdk-php": "~2.4",
3062
                "doctrine/cache": "~1.1",
3063
                "doctrine/orm": "~2.3",
3064
                "ext-gd": "*",
3065
                "friendsofphp/php-cs-fixer": "~1.0",
3066
                "phpunit/phpunit": "~4.3|~5.0",
3067
                "psr/log": "~1.0",
3068
                "satooshi/php-coveralls": "~1.0",
3069
                "sllh/php-cs-fixer-styleci-bridge": "~2.1",
3070
                "symfony/browser-kit": "~2.3|~3.0",
3071
                "symfony/console": "~2.3|~3.0",
3072
                "symfony/dependency-injection": "~2.3|~3.0",
3073
                "symfony/form": "~2.3|~3.0",
3074
                "symfony/phpunit-bridge": "~2.3|~3.0",
3075
                "symfony/validator": "~2.3|~3.0",
3076
                "symfony/yaml": "~2.3|~3.0",
3077
                "twig/twig": "~1.12|~2.0"
3078
            },
3079
            "suggest": {
3080
                "alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
3081
                "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
3082
                "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
3083
                "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
3084
                "enqueue/enqueue-bundle": "add if you like to process images in background",
3085
                "ext-exif": "required to read EXIF metadata from images",
3086
                "ext-gd": "required to use gd driver",
3087
                "ext-gmagick": "required to use gmagick driver",
3088
                "ext-imagick": "required to use imagick driver",
3089
                "ext-mongo": "required for mongodb components on PHP <7.0",
3090
                "ext-mongodb": "required for mongodb components on PHP >=7.0",
3091
                "league/flysystem": "required to use FlySystem data loader or cache resolver",
3092
                "monolog/monolog": "A psr/log compatible logger is required to enable logging",
3093
                "twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed"
3094
            },
3095
            "type": "symfony-bundle",
3096
            "extra": {
3097
                "branch-alias": {
3098
                    "dev-1.0": "1.7-dev"
3099
                }
3100
            },
3101
            "autoload": {
3102
                "psr-4": {
3103
                    "Liip\\ImagineBundle\\": ""
3104
                },
3105
                "exclude-from-classmap": [
3106
                    "/Tests/"
3107
                ]
3108
            },
3109
            "notification-url": "https://packagist.org/downloads/",
3110
            "license": [
3111
                "MIT"
3112
            ],
3113
            "authors": [
3114
                {
3115
                    "name": "Liip and other contributors",
3116
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3117
                }
3118
            ],
3119
            "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
3120
            "homepage": "http://liip.ch",
3121
            "keywords": [
3122
                "bundle",
3123
                "image",
3124
                "imagine",
3125
                "liip",
3126
                "manipulation",
3127
                "photos",
3128
                "pictures",
3129
                "symfony",
3130
                "transformation"
3131
            ],
3132
            "time": "2017-09-09T03:53:30+00:00"
3133
        },
3134
        {
3135
            "name": "mockery/mockery",
3136
            "version": "0.9.9",
3137
            "source": {
3138
                "type": "git",
3139
                "url": "https://github.com/mockery/mockery.git",
3140
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
3141
            },
3142
            "dist": {
3143
                "type": "zip",
3144
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
3145
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
3146
                "shasum": ""
3147
            },
3148
            "require": {
3149
                "hamcrest/hamcrest-php": "~1.1",
3150
                "lib-pcre": ">=7.0",
3151
                "php": ">=5.3.2"
3152
            },
3153
            "require-dev": {
3154
                "phpunit/phpunit": "~4.0"
3155
            },
3156
            "type": "library",
3157
            "extra": {
3158
                "branch-alias": {
3159
                    "dev-master": "0.9.x-dev"
3160
                }
3161
            },
3162
            "autoload": {
3163
                "psr-0": {
3164
                    "Mockery": "library/"
3165
                }
3166
            },
3167
            "notification-url": "https://packagist.org/downloads/",
3168
            "license": [
3169
                "BSD-3-Clause"
3170
            ],
3171
            "authors": [
3172
                {
3173
                    "name": "Pádraic Brady",
3174
                    "email": "[email protected]",
3175
                    "homepage": "http://blog.astrumfutura.com"
3176
                },
3177
                {
3178
                    "name": "Dave Marshall",
3179
                    "email": "[email protected]",
3180
                    "homepage": "http://davedevelopment.co.uk"
3181
                }
3182
            ],
3183
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3184
            "homepage": "http://github.com/padraic/mockery",
3185
            "keywords": [
3186
                "BDD",
3187
                "TDD",
3188
                "library",
3189
                "mock",
3190
                "mock objects",
3191
                "mockery",
3192
                "stub",
3193
                "test",
3194
                "test double",
3195
                "testing"
3196
            ],
3197
            "time": "2017-02-28T12:52:32+00:00"
3198
        },
3199
        {
3200
            "name": "monolog/monolog",
3201
            "version": "1.23.0",
3202
            "source": {
3203
                "type": "git",
3204
                "url": "https://github.com/Seldaek/monolog.git",
3205
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3206
            },
3207
            "dist": {
3208
                "type": "zip",
3209
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3210
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3211
                "shasum": ""
3212
            },
3213
            "require": {
3214
                "php": ">=5.3.0",
3215
                "psr/log": "~1.0"
3216
            },
3217
            "provide": {
3218
                "psr/log-implementation": "1.0.0"
3219
            },
3220
            "require-dev": {
3221
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3222
                "doctrine/couchdb": "~1.0@dev",
3223
                "graylog2/gelf-php": "~1.0",
3224
                "jakub-onderka/php-parallel-lint": "0.9",
3225
                "php-amqplib/php-amqplib": "~2.4",
3226
                "php-console/php-console": "^3.1.3",
3227
                "phpunit/phpunit": "~4.5",
3228
                "phpunit/phpunit-mock-objects": "2.3.0",
3229
                "ruflin/elastica": ">=0.90 <3.0",
3230
                "sentry/sentry": "^0.13",
3231
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3232
            },
3233
            "suggest": {
3234
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3235
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3236
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3237
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3238
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3239
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3240
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3241
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3242
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3243
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3244
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3245
            },
3246
            "type": "library",
3247
            "extra": {
3248
                "branch-alias": {
3249
                    "dev-master": "2.0.x-dev"
3250
                }
3251
            },
3252
            "autoload": {
3253
                "psr-4": {
3254
                    "Monolog\\": "src/Monolog"
3255
                }
3256
            },
3257
            "notification-url": "https://packagist.org/downloads/",
3258
            "license": [
3259
                "MIT"
3260
            ],
3261
            "authors": [
3262
                {
3263
                    "name": "Jordi Boggiano",
3264
                    "email": "[email protected]",
3265
                    "homepage": "http://seld.be"
3266
                }
3267
            ],
3268
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3269
            "homepage": "http://github.com/Seldaek/monolog",
3270
            "keywords": [
3271
                "log",
3272
                "logging",
3273
                "psr-3"
3274
            ],
3275
            "time": "2017-06-19T01:22:40+00:00"
3276
        },
3277
        {
3278
            "name": "ocramius/package-versions",
3279
            "version": "1.1.3",
3280
            "source": {
3281
                "type": "git",
3282
                "url": "https://github.com/Ocramius/PackageVersions.git",
3283
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7"
3284
            },
3285
            "dist": {
3286
                "type": "zip",
3287
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3288
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
3289
                "shasum": ""
3290
            },
3291
            "require": {
3292
                "composer-plugin-api": "^1.0",
3293
                "php": "~7.0"
3294
            },
3295
            "require-dev": {
3296
                "composer/composer": "^1.3",
3297
                "ext-zip": "*",
3298
                "humbug/humbug": "dev-master",
3299
                "phpunit/phpunit": "^5.7.5"
3300
            },
3301
            "type": "composer-plugin",
3302
            "extra": {
3303
                "class": "PackageVersions\\Installer",
3304
                "branch-alias": {
3305
                    "dev-master": "2.0.x-dev"
3306
                }
3307
            },
3308
            "autoload": {
3309
                "psr-4": {
3310
                    "PackageVersions\\": "src/PackageVersions"
3311
                }
3312
            },
3313
            "notification-url": "https://packagist.org/downloads/",
3314
            "license": [
3315
                "MIT"
3316
            ],
3317
            "authors": [
3318
                {
3319
                    "name": "Marco Pivetta",
3320
                    "email": "[email protected]"
3321
                }
3322
            ],
3323
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
3324
            "time": "2017-09-06T15:24:43+00:00"
3325
        },
3326
        {
3327
            "name": "ocramius/proxy-manager",
3328
            "version": "2.1.1",
3329
            "source": {
3330
                "type": "git",
3331
                "url": "https://github.com/Ocramius/ProxyManager.git",
3332
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
3333
            },
3334
            "dist": {
3335
                "type": "zip",
3336
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
3337
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
3338
                "shasum": ""
3339
            },
3340
            "require": {
3341
                "ocramius/package-versions": "^1.1.1",
3342
                "php": "^7.1.0",
3343
                "zendframework/zend-code": "^3.1.0"
3344
            },
3345
            "require-dev": {
3346
                "couscous/couscous": "^1.5.2",
3347
                "ext-phar": "*",
3348
                "humbug/humbug": "dev-master@DEV",
3349
                "nikic/php-parser": "^3.0.4",
3350
                "phpbench/phpbench": "^0.12.2",
3351
                "phpstan/phpstan": "^0.6.4",
3352
                "phpunit/phpunit": "^5.6.4",
3353
                "phpunit/phpunit-mock-objects": "^3.4.1",
3354
                "squizlabs/php_codesniffer": "^2.7.0"
3355
            },
3356
            "suggest": {
3357
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3358
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3359
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3360
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3361
            },
3362
            "type": "library",
3363
            "extra": {
3364
                "branch-alias": {
3365
                    "dev-master": "3.0.x-dev"
3366
                }
3367
            },
3368
            "autoload": {
3369
                "psr-0": {
3370
                    "ProxyManager\\": "src"
3371
                }
3372
            },
3373
            "notification-url": "https://packagist.org/downloads/",
3374
            "license": [
3375
                "MIT"
3376
            ],
3377
            "authors": [
3378
                {
3379
                    "name": "Marco Pivetta",
3380
                    "email": "[email protected]",
3381
                    "homepage": "http://ocramius.github.io/"
3382
                }
3383
            ],
3384
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3385
            "homepage": "https://github.com/Ocramius/ProxyManager",
3386
            "keywords": [
3387
                "aop",
3388
                "lazy loading",
3389
                "proxy",
3390
                "proxy pattern",
3391
                "service proxies"
3392
            ],
3393
            "time": "2017-05-04T11:12:50+00:00"
3394
        },
3395
        {
3396
            "name": "pagerfanta/pagerfanta",
3397
            "version": "v1.0.5",
3398
            "source": {
3399
                "type": "git",
3400
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
3401
                "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143"
3402
            },
3403
            "dist": {
3404
                "type": "zip",
3405
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143",
3406
                "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143",
3407
                "shasum": ""
3408
            },
3409
            "require": {
3410
                "php": ">=5.3.0"
3411
            },
3412
            "require-dev": {
3413
                "doctrine/orm": "~2.3",
3414
                "doctrine/phpcr-odm": "1.*",
3415
                "jackalope/jackalope-doctrine-dbal": "1.*",
3416
                "jmikola/geojson": "~1.0",
3417
                "mandango/mandango": "~1.0@dev",
3418
                "mandango/mondator": "~1.0@dev",
3419
                "phpunit/phpunit": "~4 | ~5",
3420
                "propel/propel": "~2.0@dev",
3421
                "propel/propel1": "~1.6",
3422
                "ruflin/elastica": "~1.3",
3423
                "solarium/solarium": "~3.1"
3424
            },
3425
            "suggest": {
3426
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
3427
                "doctrine/orm": "To use the DoctrineORMAdapter.",
3428
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
3429
                "mandango/mandango": "To use the MandangoAdapter.",
3430
                "propel/propel": "To use the Propel2Adapter",
3431
                "propel/propel1": "To use the PropelAdapter",
3432
                "solarium/solarium": "To use the SolariumAdapter."
3433
            },
3434
            "type": "library",
3435
            "extra": {
3436
                "branch-alias": {
3437
                    "dev-master": "1.0.x-dev"
3438
                }
3439
            },
3440
            "autoload": {
3441
                "psr-0": {
3442
                    "Pagerfanta\\": "src/"
3443
                }
3444
            },
3445
            "notification-url": "https://packagist.org/downloads/",
3446
            "license": [
3447
                "MIT"
3448
            ],
3449
            "authors": [
3450
                {
3451
                    "name": "Pablo Díez",
3452
                    "email": "[email protected]"
3453
                }
3454
            ],
3455
            "description": "Pagination for PHP 5.3",
3456
            "keywords": [
3457
                "page",
3458
                "pagination",
3459
                "paginator",
3460
                "paging"
3461
            ],
3462
            "time": "2017-03-20T13:46:15+00:00"
3463
        },
3464
        {
3465
            "name": "paragonie/random_compat",
3466
            "version": "v2.0.11",
3467
            "source": {
3468
                "type": "git",
3469
                "url": "https://github.com/paragonie/random_compat.git",
3470
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
3471
            },
3472
            "dist": {
3473
                "type": "zip",
3474
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
3475
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
3476
                "shasum": ""
3477
            },
3478
            "require": {
3479
                "php": ">=5.2.0"
3480
            },
3481
            "require-dev": {
3482
                "phpunit/phpunit": "4.*|5.*"
3483
            },
3484
            "suggest": {
3485
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3486
            },
3487
            "type": "library",
3488
            "autoload": {
3489
                "files": [
3490
                    "lib/random.php"
3491
                ]
3492
            },
3493
            "notification-url": "https://packagist.org/downloads/",
3494
            "license": [
3495
                "MIT"
3496
            ],
3497
            "authors": [
3498
                {
3499
                    "name": "Paragon Initiative Enterprises",
3500
                    "email": "[email protected]",
3501
                    "homepage": "https://paragonie.com"
3502
                }
3503
            ],
3504
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3505
            "keywords": [
3506
                "csprng",
3507
                "pseudorandom",
3508
                "random"
3509
            ],
3510
            "time": "2017-09-27T21:40:39+00:00"
3511
        },
3512
        {
3513
            "name": "payum/iso4217",
3514
            "version": "1.0.1",
3515
            "source": {
3516
                "type": "git",
3517
                "url": "https://github.com/Payum/iso4217.git",
3518
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789"
3519
            },
3520
            "dist": {
3521
                "type": "zip",
3522
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789",
3523
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789",
3524
                "shasum": ""
3525
            },
3526
            "require": {
3527
                "php": ">=5.3"
3528
            },
3529
            "require-dev": {
3530
                "phpunit/phpunit": "~4.0"
3531
            },
3532
            "type": "library",
3533
            "extra": {
3534
                "branch-alias": {
3535
                    "dev-master": "1.0.x-dev"
3536
                }
3537
            },
3538
            "autoload": {
3539
                "psr-4": {
3540
                    "Payum\\ISO4217\\": "."
3541
                }
3542
            },
3543
            "notification-url": "https://packagist.org/downloads/",
3544
            "license": [
3545
                "MIT"
3546
            ],
3547
            "authors": [
3548
                {
3549
                    "name": "Rob Bast",
3550
                    "email": "[email protected]"
3551
                },
3552
                {
3553
                    "name": "Community contributions",
3554
                    "homepage": "https://github.com/Payum/Payum/contributors"
3555
                },
3556
                {
3557
                    "name": "Kotlyar Maksim",
3558
                    "email": "[email protected]"
3559
                },
3560
                {
3561
                    "name": "Payum project",
3562
                    "homepage": "http://payum.org/"
3563
                }
3564
            ],
3565
            "description": "ISO 4217 PHP Library",
3566
            "homepage": "http://payum.org",
3567
            "keywords": [
3568
                "4217",
3569
                "ISO 4217",
3570
                "currencies",
3571
                "iso",
3572
                "library"
3573
            ],
3574
            "time": "2016-08-04T08:15:12+00:00"
3575
        },
3576
        {
3577
            "name": "payum/payum",
3578
            "version": "1.4.3",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/Payum/Payum.git",
3582
                "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/Payum/Payum/zipball/f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb",
3587
                "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "league/uri": "~4.0",
3592
                "payum/iso4217": "~1.0",
3593
                "php": "^5.5.0|^7.0",
3594
                "php-http/client-implementation": "^1.0",
3595
                "php-http/message": "^1.0",
3596
                "twig/twig": "~1.0|~2.0"
3597
            },
3598
            "replace": {
3599
                "payum/authorize-net-aim": "self.version",
3600
                "payum/be2bill": "self.version",
3601
                "payum/core": "^1",
3602
                "payum/klarna-checkout": "self.version",
3603
                "payum/klarna-invoice": "self.version",
3604
                "payum/offline": "self.version",
3605
                "payum/payex": "self.version",
3606
                "payum/paypal-express-checkout-nvp": "self.version",
3607
                "payum/paypal-ipn": "self.version",
3608
                "payum/paypal-pro-checkout-nvp": "self.version",
3609
                "payum/paypal-rest": "self.version",
3610
                "payum/sofort": "self.version",
3611
                "payum/stripe": "self.version"
3612
            },
3613
            "require-dev": {
3614
                "authorizenet/authorizenet": "~1.8",
3615
                "defuse/php-encryption": "^2",
3616
                "doctrine/orm": "2.5.*",
3617
                "ext-curl": "*",
3618
                "ext-pdo_sqlite": "*",
3619
                "ext-soap": "*",
3620
                "fp/klarna-invoice": "0.1.*",
3621
                "klarna/checkout": "~1|~2.0",
3622
                "omnipay/dummy": "~2.0",
3623
                "paypal/rest-api-sdk-php": "0.5.*",
3624
                "payum/omnipay-bridge": "^1",
3625
                "php-http/guzzle6-adapter": "^1.1.1",
3626
                "phpunit/phpunit": "~4.0",
3627
                "propel/propel1": "~1.7",
3628
                "psr/log": "~1.0",
3629
                "sofort/sofortlib-php": "^3.0",
3630
                "stripe/stripe-php": "~2.0|~3.0",
3631
                "symfony/dependency-injection": "~2.8|~3.0",
3632
                "symfony/form": "~2.8|~3.0",
3633
                "symfony/http-foundation": "~2.8|~3.0",
3634
                "symfony/http-kernel": "~2.8|~3.0",
3635
                "symfony/phpunit-bridge": "~2.8|~3.0",
3636
                "symfony/routing": "~2.8|~3.0",
3637
                "symfony/templating": "~2.8|~3.0",
3638
                "symfony/validator": "~2.8|~3.0",
3639
                "zendframework/zend-db": "~2"
3640
            },
3641
            "suggest": {
3642
                "authorizenet/authorizenet": "^1 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
3643
                "defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database",
3644
                "fp/klarna-invoice": "^0.1 If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
3645
                "klarna/checkout": "^1|^2 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
3646
                "paypal/rest-api-sdk-php": "^0.5 If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
3647
                "sofort/sofortlib-php": "^3 If you want to use Sofort install sofort/sofortlib-php:^3.0 library",
3648
                "stripe/stripe-php": "^3|^4 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library"
3649
            },
3650
            "type": "library",
3651
            "extra": {
3652
                "branch-alias": {
3653
                    "dev-master": "1.4-dev"
3654
                }
3655
            },
3656
            "autoload": {
3657
                "psr-0": {
3658
                    "Payum": "src/"
3659
                }
3660
            },
3661
            "notification-url": "https://packagist.org/downloads/",
3662
            "license": [
3663
                "MIT"
3664
            ],
3665
            "authors": [
3666
                {
3667
                    "name": "Community contributions",
3668
                    "homepage": "https://github.com/Payum/Payum/contributors"
3669
                },
3670
                {
3671
                    "name": "Kotlyar Maksim",
3672
                    "email": "[email protected]"
3673
                },
3674
                {
3675
                    "name": "Payum project",
3676
                    "homepage": "http://payum.org/"
3677
                }
3678
            ],
3679
            "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
3680
            "homepage": "http://payum.org",
3681
            "keywords": [
3682
                "authorize.net",
3683
                "be2bill",
3684
                "instant payment notification",
3685
                "ipn",
3686
                "jms payment",
3687
                "payex",
3688
                "payment",
3689
                "payout",
3690
                "paypal",
3691
                "paypal digital goods",
3692
                "paypal express",
3693
                "paypal pro",
3694
                "paypal rest",
3695
                "recurring payment",
3696
                "stripe",
3697
                "stripe checkout",
3698
                "stripe.js",
3699
                "withdrawal"
3700
            ],
3701
            "time": "2017-09-01T08:23:52+00:00"
3702
        },
3703
        {
3704
            "name": "payum/payum-bundle",
3705
            "version": "2.2.1",
3706
            "source": {
3707
                "type": "git",
3708
                "url": "https://github.com/Payum/PayumBundle.git",
3709
                "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11"
3710
            },
3711
            "dist": {
3712
                "type": "zip",
3713
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/fd930cb9516c8a5f19b4eeae35c8e37eea77ce11",
3714
                "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11",
3715
                "shasum": ""
3716
            },
3717
            "require": {
3718
                "payum/core": "^1.4",
3719
                "php": "^5.5.0|^7.0",
3720
                "symfony/form": "~2.8|~3.0",
3721
                "symfony/framework-bundle": "~2.8|~3.0",
3722
                "symfony/validator": "~2.8|~3.0"
3723
            },
3724
            "require-dev": {
3725
                "defuse/php-encryption": "^2",
3726
                "doctrine/orm": "~2.5",
3727
                "ext-curl": "*",
3728
                "ext-pdo_sqlite": "*",
3729
                "ext-soap": "*",
3730
                "fp/klarna-invoice": "0.1.*",
3731
                "klarna/checkout": "~1|~2.0",
3732
                "omnipay/dummy": "~2.0",
3733
                "omnipay/paypal": "~2.0",
3734
                "omnipay/stripe": "~2.0",
3735
                "paypal/rest-api-sdk-php": "0.5.*",
3736
                "payum/jms-payment-bridge": "^1@dev",
3737
                "payum/omnipay-bridge": "^1@dev",
3738
                "payum/payum": "^1.4@dev",
3739
                "php-http/guzzle6-adapter": "^1",
3740
                "phpunit/phpunit": "~4.0",
3741
                "sonata-project/admin-bundle": "^3",
3742
                "stripe/stripe-php": "~1.0",
3743
                "symfony/browser-kit": "~2.8|~3.0",
3744
                "symfony/class-loader": "~2.8|~3.0",
3745
                "symfony/expression-language": "~2.8|~3.0",
3746
                "symfony/phpunit-bridge": "~2.8|~3.0",
3747
                "symfony/security-acl": "~2.8|~3.0",
3748
                "symfony/twig-bundle": "^2.8|^3",
3749
                "twig/twig": "~1.16|~2.0"
3750
            },
3751
            "suggest": {
3752
                "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend."
3753
            },
3754
            "type": "symfony-bundle",
3755
            "extra": {
3756
                "branch-alias": {
3757
                    "dev-master": "2.2-dev"
3758
                }
3759
            },
3760
            "autoload": {
3761
                "psr-4": {
3762
                    "Payum\\Bundle\\PayumBundle\\": ""
3763
                }
3764
            },
3765
            "notification-url": "https://packagist.org/downloads/",
3766
            "license": [
3767
                "MIT"
3768
            ],
3769
            "authors": [
3770
                {
3771
                    "name": "Community contributions",
3772
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
3773
                },
3774
                {
3775
                    "name": "Kotlyar Maksim",
3776
                    "email": "[email protected]"
3777
                },
3778
                {
3779
                    "name": "Payum project",
3780
                    "homepage": "http://payum.org/"
3781
                }
3782
            ],
3783
            "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
3784
            "homepage": "http://payum.org",
3785
            "keywords": [
3786
                "authorize.net",
3787
                "be2bill",
3788
                "instant notifications",
3789
                "klarna",
3790
                "offline",
3791
                "omnipay",
3792
                "payex",
3793
                "payment",
3794
                "paypal",
3795
                "paypal express checkout",
3796
                "paypal pro checkout",
3797
                "recurring payment",
3798
                "stripe",
3799
                "stripe checkout",
3800
                "stripe.js",
3801
                "symfony"
3802
            ],
3803
            "time": "2017-08-02T07:32:51+00:00"
3804
        },
3805
        {
3806
            "name": "php-http/guzzle6-adapter",
3807
            "version": "v1.1.1",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/php-http/guzzle6-adapter.git",
3811
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
3816
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "guzzlehttp/guzzle": "^6.0",
3821
                "php": ">=5.5.0",
3822
                "php-http/httplug": "^1.0"
3823
            },
3824
            "provide": {
3825
                "php-http/async-client-implementation": "1.0",
3826
                "php-http/client-implementation": "1.0"
3827
            },
3828
            "require-dev": {
3829
                "ext-curl": "*",
3830
                "php-http/adapter-integration-tests": "^0.4"
3831
            },
3832
            "type": "library",
3833
            "extra": {
3834
                "branch-alias": {
3835
                    "dev-master": "1.2-dev"
3836
                }
3837
            },
3838
            "autoload": {
3839
                "psr-4": {
3840
                    "Http\\Adapter\\Guzzle6\\": "src/"
3841
                }
3842
            },
3843
            "notification-url": "https://packagist.org/downloads/",
3844
            "license": [
3845
                "MIT"
3846
            ],
3847
            "authors": [
3848
                {
3849
                    "name": "Márk Sági-Kazár",
3850
                    "email": "[email protected]"
3851
                },
3852
                {
3853
                    "name": "David de Boer",
3854
                    "email": "[email protected]"
3855
                }
3856
            ],
3857
            "description": "Guzzle 6 HTTP Adapter",
3858
            "homepage": "http://httplug.io",
3859
            "keywords": [
3860
                "Guzzle",
3861
                "http"
3862
            ],
3863
            "time": "2016-05-10T06:13:32+00:00"
3864
        },
3865
        {
3866
            "name": "php-http/httplug",
3867
            "version": "v1.1.0",
3868
            "source": {
3869
                "type": "git",
3870
                "url": "https://github.com/php-http/httplug.git",
3871
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
3872
            },
3873
            "dist": {
3874
                "type": "zip",
3875
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
3876
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
3877
                "shasum": ""
3878
            },
3879
            "require": {
3880
                "php": ">=5.4",
3881
                "php-http/promise": "^1.0",
3882
                "psr/http-message": "^1.0"
3883
            },
3884
            "require-dev": {
3885
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3886
                "phpspec/phpspec": "^2.4"
3887
            },
3888
            "type": "library",
3889
            "extra": {
3890
                "branch-alias": {
3891
                    "dev-master": "1.1-dev"
3892
                }
3893
            },
3894
            "autoload": {
3895
                "psr-4": {
3896
                    "Http\\Client\\": "src/"
3897
                }
3898
            },
3899
            "notification-url": "https://packagist.org/downloads/",
3900
            "license": [
3901
                "MIT"
3902
            ],
3903
            "authors": [
3904
                {
3905
                    "name": "Eric GELOEN",
3906
                    "email": "[email protected]"
3907
                },
3908
                {
3909
                    "name": "Márk Sági-Kazár",
3910
                    "email": "[email protected]"
3911
                }
3912
            ],
3913
            "description": "HTTPlug, the HTTP client abstraction for PHP",
3914
            "homepage": "http://httplug.io",
3915
            "keywords": [
3916
                "client",
3917
                "http"
3918
            ],
3919
            "time": "2016-08-31T08:30:17+00:00"
3920
        },
3921
        {
3922
            "name": "php-http/message",
3923
            "version": "1.6.0",
3924
            "source": {
3925
                "type": "git",
3926
                "url": "https://github.com/php-http/message.git",
3927
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253"
3928
            },
3929
            "dist": {
3930
                "type": "zip",
3931
                "url": "https://api.github.com/repos/php-http/message/zipball/2edd63bae5f52f79363c5f18904b05ce3a4b7253",
3932
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253",
3933
                "shasum": ""
3934
            },
3935
            "require": {
3936
                "clue/stream-filter": "^1.3",
3937
                "php": ">=5.4",
3938
                "php-http/message-factory": "^1.0.2",
3939
                "psr/http-message": "^1.0"
3940
            },
3941
            "provide": {
3942
                "php-http/message-factory-implementation": "1.0"
3943
            },
3944
            "require-dev": {
3945
                "akeneo/phpspec-skip-example-extension": "^1.0",
3946
                "coduo/phpspec-data-provider-extension": "^1.0",
3947
                "ext-zlib": "*",
3948
                "guzzlehttp/psr7": "^1.0",
3949
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3950
                "phpspec/phpspec": "^2.4",
3951
                "slim/slim": "^3.0",
3952
                "zendframework/zend-diactoros": "^1.0"
3953
            },
3954
            "suggest": {
3955
                "ext-zlib": "Used with compressor/decompressor streams",
3956
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
3957
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
3958
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
3959
            },
3960
            "type": "library",
3961
            "extra": {
3962
                "branch-alias": {
3963
                    "dev-master": "1.6-dev"
3964
                }
3965
            },
3966
            "autoload": {
3967
                "psr-4": {
3968
                    "Http\\Message\\": "src/"
3969
                },
3970
                "files": [
3971
                    "src/filters.php"
3972
                ]
3973
            },
3974
            "notification-url": "https://packagist.org/downloads/",
3975
            "license": [
3976
                "MIT"
3977
            ],
3978
            "authors": [
3979
                {
3980
                    "name": "Márk Sági-Kazár",
3981
                    "email": "[email protected]"
3982
                }
3983
            ],
3984
            "description": "HTTP Message related tools",
3985
            "homepage": "http://php-http.org",
3986
            "keywords": [
3987
                "http",
3988
                "message",
3989
                "psr-7"
3990
            ],
3991
            "time": "2017-07-05T06:40:53+00:00"
3992
        },
3993
        {
3994
            "name": "php-http/message-factory",
3995
            "version": "v1.0.2",
3996
            "source": {
3997
                "type": "git",
3998
                "url": "https://github.com/php-http/message-factory.git",
3999
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
4000
            },
4001
            "dist": {
4002
                "type": "zip",
4003
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
4004
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
4005
                "shasum": ""
4006
            },
4007
            "require": {
4008
                "php": ">=5.4",
4009
                "psr/http-message": "^1.0"
4010
            },
4011
            "type": "library",
4012
            "extra": {
4013
                "branch-alias": {
4014
                    "dev-master": "1.0-dev"
4015
                }
4016
            },
4017
            "autoload": {
4018
                "psr-4": {
4019
                    "Http\\Message\\": "src/"
4020
                }
4021
            },
4022
            "notification-url": "https://packagist.org/downloads/",
4023
            "license": [
4024
                "MIT"
4025
            ],
4026
            "authors": [
4027
                {
4028
                    "name": "Márk Sági-Kazár",
4029
                    "email": "[email protected]"
4030
                }
4031
            ],
4032
            "description": "Factory interfaces for PSR-7 HTTP Message",
4033
            "homepage": "http://php-http.org",
4034
            "keywords": [
4035
                "factory",
4036
                "http",
4037
                "message",
4038
                "stream",
4039
                "uri"
4040
            ],
4041
            "time": "2015-12-19T14:08:53+00:00"
4042
        },
4043
        {
4044
            "name": "php-http/promise",
4045
            "version": "v1.0.0",
4046
            "source": {
4047
                "type": "git",
4048
                "url": "https://github.com/php-http/promise.git",
4049
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
4050
            },
4051
            "dist": {
4052
                "type": "zip",
4053
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
4054
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
4055
                "shasum": ""
4056
            },
4057
            "require-dev": {
4058
                "henrikbjorn/phpspec-code-coverage": "^1.0",
4059
                "phpspec/phpspec": "^2.4"
4060
            },
4061
            "type": "library",
4062
            "extra": {
4063
                "branch-alias": {
4064
                    "dev-master": "1.1-dev"
4065
                }
4066
            },
4067
            "autoload": {
4068
                "psr-4": {
4069
                    "Http\\Promise\\": "src/"
4070
                }
4071
            },
4072
            "notification-url": "https://packagist.org/downloads/",
4073
            "license": [
4074
                "MIT"
4075
            ],
4076
            "authors": [
4077
                {
4078
                    "name": "Márk Sági-Kazár",
4079
                    "email": "[email protected]"
4080
                },
4081
                {
4082
                    "name": "Joel Wurtz",
4083
                    "email": "[email protected]"
4084
                }
4085
            ],
4086
            "description": "Promise used for asynchronous HTTP requests",
4087
            "homepage": "http://httplug.io",
4088
            "keywords": [
4089
                "promise"
4090
            ],
4091
            "time": "2016-01-26T13:27:02+00:00"
4092
        },
4093
        {
4094
            "name": "phpcollection/phpcollection",
4095
            "version": "0.5.0",
4096
            "source": {
4097
                "type": "git",
4098
                "url": "https://github.com/schmittjoh/php-collection.git",
4099
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
4100
            },
4101
            "dist": {
4102
                "type": "zip",
4103
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4104
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4105
                "shasum": ""
4106
            },
4107
            "require": {
4108
                "phpoption/phpoption": "1.*"
4109
            },
4110
            "type": "library",
4111
            "extra": {
4112
                "branch-alias": {
4113
                    "dev-master": "0.4-dev"
4114
                }
4115
            },
4116
            "autoload": {
4117
                "psr-0": {
4118
                    "PhpCollection": "src/"
4119
                }
4120
            },
4121
            "notification-url": "https://packagist.org/downloads/",
4122
            "license": [
4123
                "Apache2"
4124
            ],
4125
            "authors": [
4126
                {
4127
                    "name": "Johannes M. Schmitt",
4128
                    "email": "[email protected]"
4129
                }
4130
            ],
4131
            "description": "General-Purpose Collection Library for PHP",
4132
            "keywords": [
4133
                "collection",
4134
                "list",
4135
                "map",
4136
                "sequence",
4137
                "set"
4138
            ],
4139
            "time": "2015-05-17T12:39:23+00:00"
4140
        },
4141
        {
4142
            "name": "phpcr/phpcr",
4143
            "version": "2.1.4",
4144
            "source": {
4145
                "type": "git",
4146
                "url": "https://github.com/phpcr/phpcr.git",
4147
                "reference": "db909970ca7449d69ccecd1912dedb857817eba7"
4148
            },
4149
            "dist": {
4150
                "type": "zip",
4151
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/db909970ca7449d69ccecd1912dedb857817eba7",
4152
                "reference": "db909970ca7449d69ccecd1912dedb857817eba7",
4153
                "shasum": ""
4154
            },
4155
            "require": {
4156
                "php": "^5.6|^7.0"
4157
            },
4158
            "require-dev": {
4159
                "phpunit/phpunit": "^5.7"
4160
            },
4161
            "type": "library",
4162
            "extra": {
4163
                "branch-alias": {
4164
                    "dev-master": "2.1-dev"
4165
                }
4166
            },
4167
            "autoload": {
4168
                "psr-0": {
4169
                    "PHPCR": "src"
4170
                }
4171
            },
4172
            "notification-url": "https://packagist.org/downloads/",
4173
            "license": [
4174
                "MIT",
4175
                "Apache-2.0"
4176
            ],
4177
            "authors": [
4178
                {
4179
                    "name": "Lukas Kahwe Smith",
4180
                    "email": "[email protected]"
4181
                },
4182
                {
4183
                    "name": "David Buchmann",
4184
                    "email": "[email protected]"
4185
                },
4186
                {
4187
                    "name": "Karsten Dambekalns",
4188
                    "email": "[email protected]"
4189
                }
4190
            ],
4191
            "description": "PHP Content Repository interfaces",
4192
            "homepage": "http://phpcr.github.io",
4193
            "keywords": [
4194
                "contentrepository",
4195
                "phpcr"
4196
            ],
4197
            "time": "2017-02-08T13:54:11+00:00"
4198
        },
4199
        {
4200
            "name": "phpcr/phpcr-utils",
4201
            "version": "1.3.0",
4202
            "source": {
4203
                "type": "git",
4204
                "url": "https://github.com/phpcr/phpcr-utils.git",
4205
                "reference": "b222c2ad9f4772257106c77da8048f9ced5af111"
4206
            },
4207
            "dist": {
4208
                "type": "zip",
4209
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/b222c2ad9f4772257106c77da8048f9ced5af111",
4210
                "reference": "b222c2ad9f4772257106c77da8048f9ced5af111",
4211
                "shasum": ""
4212
            },
4213
            "require": {
4214
                "php": "^5.6|7.0.x|7.1.x",
4215
                "phpcr/phpcr": "~2.1.0",
4216
                "symfony/console": "~2.3|~3.0"
4217
            },
4218
            "conflict": {
4219
                "jackalope/jackalope-jackrabbit": "<1.2.1"
4220
            },
4221
            "require-dev": {
4222
                "phpunit/phpunit": "^5.7",
4223
                "ramsey/uuid": "^3.5"
4224
            },
4225
            "suggest": {
4226
                "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)."
4227
            },
4228
            "bin": [
4229
                "bin/phpcr"
4230
            ],
4231
            "type": "library",
4232
            "extra": {
4233
                "branch-alias": {
4234
                    "dev-master": "1.3-dev"
4235
                }
4236
            },
4237
            "autoload": {
4238
                "psr-0": {
4239
                    "PHPCR\\Util": "src"
4240
                }
4241
            },
4242
            "notification-url": "https://packagist.org/downloads/",
4243
            "license": [
4244
                "MIT",
4245
                "Apache-2.0"
4246
            ],
4247
            "authors": [
4248
                {
4249
                    "name": "Lukas Kahwe Smith",
4250
                    "email": "[email protected]"
4251
                },
4252
                {
4253
                    "name": "David Buchmann",
4254
                    "email": "[email protected]"
4255
                },
4256
                {
4257
                    "name": "Nacho Martín",
4258
                    "email": "[email protected]"
4259
                },
4260
                {
4261
                    "name": "Daniel Barsotti",
4262
                    "email": "[email protected]"
4263
                }
4264
            ],
4265
            "description": "PHP Content Repository implementation independant utilities",
4266
            "homepage": "http://phpcr.github.io",
4267
            "keywords": [
4268
                "cli",
4269
                "contentrepository",
4270
                "phpcr"
4271
            ],
4272
            "time": "2017-03-02T07:29:32+00:00"
4273
        },
4274
        {
4275
            "name": "phpoption/phpoption",
4276
            "version": "1.5.0",
4277
            "source": {
4278
                "type": "git",
4279
                "url": "https://github.com/schmittjoh/php-option.git",
4280
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4281
            },
4282
            "dist": {
4283
                "type": "zip",
4284
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4285
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4286
                "shasum": ""
4287
            },
4288
            "require": {
4289
                "php": ">=5.3.0"
4290
            },
4291
            "require-dev": {
4292
                "phpunit/phpunit": "4.7.*"
4293
            },
4294
            "type": "library",
4295
            "extra": {
4296
                "branch-alias": {
4297
                    "dev-master": "1.3-dev"
4298
                }
4299
            },
4300
            "autoload": {
4301
                "psr-0": {
4302
                    "PhpOption\\": "src/"
4303
                }
4304
            },
4305
            "notification-url": "https://packagist.org/downloads/",
4306
            "license": [
4307
                "Apache2"
4308
            ],
4309
            "authors": [
4310
                {
4311
                    "name": "Johannes M. Schmitt",
4312
                    "email": "[email protected]"
4313
                }
4314
            ],
4315
            "description": "Option Type for PHP",
4316
            "keywords": [
4317
                "language",
4318
                "option",
4319
                "php",
4320
                "type"
4321
            ],
4322
            "time": "2015-07-25T16:39:46+00:00"
4323
        },
4324
        {
4325
            "name": "polishsymfonycommunity/symfony-mocker-container",
4326
            "version": "v1.0.2",
4327
            "source": {
4328
                "type": "git",
4329
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
4330
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
4331
            },
4332
            "dist": {
4333
                "type": "zip",
4334
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
4335
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
4336
                "shasum": ""
4337
            },
4338
            "require": {
4339
                "mockery/mockery": ">=0.7.0",
4340
                "php": ">=5.3.2",
4341
                "symfony/dependency-injection": ">=2.0.0"
4342
            },
4343
            "type": "library",
4344
            "autoload": {
4345
                "psr-0": {
4346
                    "PSS\\SymfonyMockerContainer": "src/"
4347
                }
4348
            },
4349
            "notification-url": "https://packagist.org/downloads/",
4350
            "license": [
4351
                "MIT"
4352
            ],
4353
            "authors": [
4354
                {
4355
                    "name": "Polish Symfony Community",
4356
                    "homepage": "http://symfonylab.pl"
4357
                },
4358
                {
4359
                    "name": "Jakub Zalas",
4360
                    "email": "[email protected]",
4361
                    "homepage": "http://www.zalas.eu"
4362
                }
4363
            ],
4364
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
4365
            "homepage": "http://symfonylab.pl",
4366
            "keywords": [
4367
                "BDD",
4368
                "Behat",
4369
                "TDD",
4370
                "mock",
4371
                "mockery",
4372
                "test"
4373
            ],
4374
            "time": "2016-03-04T08:53:43+00:00"
4375
        },
4376
        {
4377
            "name": "psr/cache",
4378
            "version": "1.0.1",
4379
            "source": {
4380
                "type": "git",
4381
                "url": "https://github.com/php-fig/cache.git",
4382
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
4383
            },
4384
            "dist": {
4385
                "type": "zip",
4386
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
4387
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
4388
                "shasum": ""
4389
            },
4390
            "require": {
4391
                "php": ">=5.3.0"
4392
            },
4393
            "type": "library",
4394
            "extra": {
4395
                "branch-alias": {
4396
                    "dev-master": "1.0.x-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "psr-4": {
4401
                    "Psr\\Cache\\": "src/"
4402
                }
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "MIT"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "PHP-FIG",
4411
                    "homepage": "http://www.php-fig.org/"
4412
                }
4413
            ],
4414
            "description": "Common interface for caching libraries",
4415
            "keywords": [
4416
                "cache",
4417
                "psr",
4418
                "psr-6"
4419
            ],
4420
            "time": "2016-08-06T20:24:11+00:00"
4421
        },
4422
        {
4423
            "name": "psr/container",
4424
            "version": "1.0.0",
4425
            "source": {
4426
                "type": "git",
4427
                "url": "https://github.com/php-fig/container.git",
4428
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4429
            },
4430
            "dist": {
4431
                "type": "zip",
4432
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4433
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4434
                "shasum": ""
4435
            },
4436
            "require": {
4437
                "php": ">=5.3.0"
4438
            },
4439
            "type": "library",
4440
            "extra": {
4441
                "branch-alias": {
4442
                    "dev-master": "1.0.x-dev"
4443
                }
4444
            },
4445
            "autoload": {
4446
                "psr-4": {
4447
                    "Psr\\Container\\": "src/"
4448
                }
4449
            },
4450
            "notification-url": "https://packagist.org/downloads/",
4451
            "license": [
4452
                "MIT"
4453
            ],
4454
            "authors": [
4455
                {
4456
                    "name": "PHP-FIG",
4457
                    "homepage": "http://www.php-fig.org/"
4458
                }
4459
            ],
4460
            "description": "Common Container Interface (PHP FIG PSR-11)",
4461
            "homepage": "https://github.com/php-fig/container",
4462
            "keywords": [
4463
                "PSR-11",
4464
                "container",
4465
                "container-interface",
4466
                "container-interop",
4467
                "psr"
4468
            ],
4469
            "time": "2017-02-14T16:28:37+00:00"
4470
        },
4471
        {
4472
            "name": "psr/http-message",
4473
            "version": "1.0.1",
4474
            "source": {
4475
                "type": "git",
4476
                "url": "https://github.com/php-fig/http-message.git",
4477
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
4478
            },
4479
            "dist": {
4480
                "type": "zip",
4481
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
4482
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
4483
                "shasum": ""
4484
            },
4485
            "require": {
4486
                "php": ">=5.3.0"
4487
            },
4488
            "type": "library",
4489
            "extra": {
4490
                "branch-alias": {
4491
                    "dev-master": "1.0.x-dev"
4492
                }
4493
            },
4494
            "autoload": {
4495
                "psr-4": {
4496
                    "Psr\\Http\\Message\\": "src/"
4497
                }
4498
            },
4499
            "notification-url": "https://packagist.org/downloads/",
4500
            "license": [
4501
                "MIT"
4502
            ],
4503
            "authors": [
4504
                {
4505
                    "name": "PHP-FIG",
4506
                    "homepage": "http://www.php-fig.org/"
4507
                }
4508
            ],
4509
            "description": "Common interface for HTTP messages",
4510
            "homepage": "https://github.com/php-fig/http-message",
4511
            "keywords": [
4512
                "http",
4513
                "http-message",
4514
                "psr",
4515
                "psr-7",
4516
                "request",
4517
                "response"
4518
            ],
4519
            "time": "2016-08-06T14:39:51+00:00"
4520
        },
4521
        {
4522
            "name": "psr/link",
4523
            "version": "1.0.0",
4524
            "source": {
4525
                "type": "git",
4526
                "url": "https://github.com/php-fig/link.git",
4527
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
4528
            },
4529
            "dist": {
4530
                "type": "zip",
4531
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
4532
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
4533
                "shasum": ""
4534
            },
4535
            "require": {
4536
                "php": ">=5.3.0"
4537
            },
4538
            "type": "library",
4539
            "extra": {
4540
                "branch-alias": {
4541
                    "dev-master": "1.0.x-dev"
4542
                }
4543
            },
4544
            "autoload": {
4545
                "psr-4": {
4546
                    "Psr\\Link\\": "src/"
4547
                }
4548
            },
4549
            "notification-url": "https://packagist.org/downloads/",
4550
            "license": [
4551
                "MIT"
4552
            ],
4553
            "authors": [
4554
                {
4555
                    "name": "PHP-FIG",
4556
                    "homepage": "http://www.php-fig.org/"
4557
                }
4558
            ],
4559
            "description": "Common interfaces for HTTP links",
4560
            "keywords": [
4561
                "http",
4562
                "http-link",
4563
                "link",
4564
                "psr",
4565
                "psr-13",
4566
                "rest"
4567
            ],
4568
            "time": "2016-10-28T16:06:13+00:00"
4569
        },
4570
        {
4571
            "name": "psr/log",
4572
            "version": "1.0.2",
4573
            "source": {
4574
                "type": "git",
4575
                "url": "https://github.com/php-fig/log.git",
4576
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
4577
            },
4578
            "dist": {
4579
                "type": "zip",
4580
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4581
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
4582
                "shasum": ""
4583
            },
4584
            "require": {
4585
                "php": ">=5.3.0"
4586
            },
4587
            "type": "library",
4588
            "extra": {
4589
                "branch-alias": {
4590
                    "dev-master": "1.0.x-dev"
4591
                }
4592
            },
4593
            "autoload": {
4594
                "psr-4": {
4595
                    "Psr\\Log\\": "Psr/Log/"
4596
                }
4597
            },
4598
            "notification-url": "https://packagist.org/downloads/",
4599
            "license": [
4600
                "MIT"
4601
            ],
4602
            "authors": [
4603
                {
4604
                    "name": "PHP-FIG",
4605
                    "homepage": "http://www.php-fig.org/"
4606
                }
4607
            ],
4608
            "description": "Common interface for logging libraries",
4609
            "homepage": "https://github.com/php-fig/log",
4610
            "keywords": [
4611
                "log",
4612
                "psr",
4613
                "psr-3"
4614
            ],
4615
            "time": "2016-10-10T12:19:37+00:00"
4616
        },
4617
        {
4618
            "name": "psr/simple-cache",
4619
            "version": "1.0.0",
4620
            "source": {
4621
                "type": "git",
4622
                "url": "https://github.com/php-fig/simple-cache.git",
4623
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
4624
            },
4625
            "dist": {
4626
                "type": "zip",
4627
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
4628
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
4629
                "shasum": ""
4630
            },
4631
            "require": {
4632
                "php": ">=5.3.0"
4633
            },
4634
            "type": "library",
4635
            "extra": {
4636
                "branch-alias": {
4637
                    "dev-master": "1.0.x-dev"
4638
                }
4639
            },
4640
            "autoload": {
4641
                "psr-4": {
4642
                    "Psr\\SimpleCache\\": "src/"
4643
                }
4644
            },
4645
            "notification-url": "https://packagist.org/downloads/",
4646
            "license": [
4647
                "MIT"
4648
            ],
4649
            "authors": [
4650
                {
4651
                    "name": "PHP-FIG",
4652
                    "homepage": "http://www.php-fig.org/"
4653
                }
4654
            ],
4655
            "description": "Common interfaces for simple caching",
4656
            "keywords": [
4657
                "cache",
4658
                "caching",
4659
                "psr",
4660
                "psr-16",
4661
                "simple-cache"
4662
            ],
4663
            "time": "2017-01-02T13:31:39+00:00"
4664
        },
4665
        {
4666
            "name": "sensio/distribution-bundle",
4667
            "version": "v5.0.21",
4668
            "source": {
4669
                "type": "git",
4670
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4671
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
4672
            },
4673
            "dist": {
4674
                "type": "zip",
4675
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
4676
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
4677
                "shasum": ""
4678
            },
4679
            "require": {
4680
                "php": ">=5.3.9",
4681
                "sensiolabs/security-checker": "~3.0|~4.0",
4682
                "symfony/class-loader": "~2.3|~3.0",
4683
                "symfony/config": "~2.3|~3.0",
4684
                "symfony/dependency-injection": "~2.3|~3.0",
4685
                "symfony/filesystem": "~2.3|~3.0",
4686
                "symfony/http-kernel": "~2.3|~3.0",
4687
                "symfony/process": "~2.3|~3.0"
4688
            },
4689
            "type": "symfony-bundle",
4690
            "extra": {
4691
                "branch-alias": {
4692
                    "dev-master": "5.0.x-dev"
4693
                }
4694
            },
4695
            "autoload": {
4696
                "psr-4": {
4697
                    "Sensio\\Bundle\\DistributionBundle\\": ""
4698
                }
4699
            },
4700
            "notification-url": "https://packagist.org/downloads/",
4701
            "license": [
4702
                "MIT"
4703
            ],
4704
            "authors": [
4705
                {
4706
                    "name": "Fabien Potencier",
4707
                    "email": "[email protected]"
4708
                }
4709
            ],
4710
            "description": "Base bundle for Symfony Distributions",
4711
            "keywords": [
4712
                "configuration",
4713
                "distribution"
4714
            ],
4715
            "time": "2017-08-25T16:55:44+00:00"
4716
        },
4717
        {
4718
            "name": "sensiolabs/security-checker",
4719
            "version": "v4.1.5",
4720
            "source": {
4721
                "type": "git",
4722
                "url": "https://github.com/sensiolabs/security-checker.git",
4723
                "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68"
4724
            },
4725
            "dist": {
4726
                "type": "zip",
4727
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68",
4728
                "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68",
4729
                "shasum": ""
4730
            },
4731
            "require": {
4732
                "composer/ca-bundle": "^1.0",
4733
                "symfony/console": "~2.7|~3.0"
4734
            },
4735
            "bin": [
4736
                "security-checker"
4737
            ],
4738
            "type": "library",
4739
            "extra": {
4740
                "branch-alias": {
4741
                    "dev-master": "4.1-dev"
4742
                }
4743
            },
4744
            "autoload": {
4745
                "psr-0": {
4746
                    "SensioLabs\\Security": ""
4747
                }
4748
            },
4749
            "notification-url": "https://packagist.org/downloads/",
4750
            "license": [
4751
                "MIT"
4752
            ],
4753
            "authors": [
4754
                {
4755
                    "name": "Fabien Potencier",
4756
                    "email": "[email protected]"
4757
                }
4758
            ],
4759
            "description": "A security checker for your composer.lock",
4760
            "time": "2017-08-22T22:18:16+00:00"
4761
        },
4762
        {
4763
            "name": "sonata-project/block-bundle",
4764
            "version": "3.4.0",
4765
            "source": {
4766
                "type": "git",
4767
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
4768
                "reference": "052f1eb4b84951eb6c25acaf52787346845fc6d3"
4769
            },
4770
            "dist": {
4771
                "type": "zip",
4772
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/052f1eb4b84951eb6c25acaf52787346845fc6d3",
4773
                "reference": "052f1eb4b84951eb6c25acaf52787346845fc6d3",
4774
                "shasum": ""
4775
            },
4776
            "require": {
4777
                "doctrine/common": "^2.3",
4778
                "php": "^5.3 || ^7.0",
4779
                "sonata-project/cache": "^1.0",
4780
                "sonata-project/core-bundle": "^3.4",
4781
                "symfony/form": "^2.3 || ^3.0",
4782
                "symfony/http-kernel": "^2.3 || ^3.0"
4783
            },
4784
            "conflict": {
4785
                "jms/di-extra-bundle": "<1.7.0"
4786
            },
4787
            "require-dev": {
4788
                "jms/di-extra-bundle": "^1.7",
4789
                "knplabs/knp-menu-bundle": "^2.0",
4790
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
4791
                "sonata-project/admin-bundle": "^3.22",
4792
                "symfony/phpunit-bridge": "^2.7 || ^3.0"
4793
            },
4794
            "suggest": {
4795
                "jms/di-extra-bundle": "Annotations for Block definition",
4796
                "knplabs/knp-menu-bundle": "^2.0",
4797
                "sonata-project/cache-bundle": "^3.0"
4798
            },
4799
            "type": "symfony-bundle",
4800
            "extra": {
4801
                "branch-alias": {
4802
                    "dev-master": "3.x-dev"
4803
                }
4804
            },
4805
            "autoload": {
4806
                "psr-4": {
4807
                    "Sonata\\BlockBundle\\": ""
4808
                },
4809
                "exclude-from-classmap": [
4810
                    "Tests/"
4811
                ],
4812
                "files": [
4813
                    "Resources/stubs/symfony2.php"
4814
                ]
4815
            },
4816
            "notification-url": "https://packagist.org/downloads/",
4817
            "license": [
4818
                "MIT"
4819
            ],
4820
            "authors": [
4821
                {
4822
                    "name": "Sonata Community",
4823
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
4824
                },
4825
                {
4826
                    "name": "Thomas Rabaix",
4827
                    "email": "[email protected]",
4828
                    "homepage": "https://sonata-project.org"
4829
                }
4830
            ],
4831
            "description": "Symfony SonataBlockBundle",
4832
            "homepage": "https://sonata-project.org/bundles/block",
4833
            "keywords": [
4834
                "block",
4835
                "sonata"
4836
            ],
4837
            "time": "2017-09-19T15:14:45+00:00"
4838
        },
4839
        {
4840
            "name": "sonata-project/cache",
4841
            "version": "1.0.7",
4842
            "source": {
4843
                "type": "git",
4844
                "url": "https://github.com/sonata-project/cache.git",
4845
                "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691"
4846
            },
4847
            "dist": {
4848
                "type": "zip",
4849
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/f2f6be96c270d6a2b1f26fdc1d6edcb586b60691",
4850
                "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691",
4851
                "shasum": ""
4852
            },
4853
            "require-dev": {
4854
                "doctrine/orm": "~2.2",
4855
                "doctrine/phpcr-odm": "~1.0",
4856
                "fabpot/php-cs-fixer": "~0.1|~1.0",
4857
                "jackalope/jackalope-doctrine-dbal": "~1.0",
4858
                "predis/predis": "~0.8,<1.0",
4859
                "psr/log": "~1.0",
4860
                "symfony/phpunit-bridge": "~2.7|~3.0"
4861
            },
4862
            "suggest": {
4863
                "doctrine/orm": "ORM support",
4864
                "doctrine/phpcr-odm": "PHPCR ODM support",
4865
                "ext-apc": "Caching with ext/apc",
4866
                "ext-memcached": "Caching with ext/memcached",
4867
                "predis/predis": "Install redis php"
4868
            },
4869
            "type": "library",
4870
            "extra": {
4871
                "branch-alias": {
4872
                    "dev-master": "1.x-dev"
4873
                }
4874
            },
4875
            "autoload": {
4876
                "psr-4": {
4877
                    "Sonata\\Cache\\Tests\\": "test/",
4878
                    "Sonata\\Cache\\": "lib/"
4879
                }
4880
            },
4881
            "notification-url": "https://packagist.org/downloads/",
4882
            "license": [
4883
                "MIT"
4884
            ],
4885
            "authors": [
4886
                {
4887
                    "name": "Thomas Rabaix",
4888
                    "email": "[email protected]",
4889
                    "homepage": "https://sonata-project.org/"
4890
                }
4891
            ],
4892
            "description": "Cache library",
4893
            "homepage": "https://github.com/sonata-project/cache",
4894
            "keywords": [
4895
                "cache",
4896
                "memcached",
4897
                "mongodb",
4898
                "redis"
4899
            ],
4900
            "time": "2015-09-18T14:40:58+00:00"
4901
        },
4902
        {
4903
            "name": "sonata-project/core-bundle",
4904
            "version": "3.5.1",
4905
            "source": {
4906
                "type": "git",
4907
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
4908
                "reference": "a8cc1731d832e6bde3fdad2334cfd158d1d45fbb"
4909
            },
4910
            "dist": {
4911
                "type": "zip",
4912
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/a8cc1731d832e6bde3fdad2334cfd158d1d45fbb",
4913
                "reference": "a8cc1731d832e6bde3fdad2334cfd158d1d45fbb",
4914
                "shasum": ""
4915
            },
4916
            "require": {
4917
                "cocur/slugify": "^1.4 || ^2.0",
4918
                "php": "^5.3 || ^7.0",
4919
                "sonata-project/datagrid-bundle": "^2.0",
4920
                "symfony/config": "^2.3 || ^3.0",
4921
                "symfony/form": "^2.3.5 || ^3.0",
4922
                "symfony/framework-bundle": "^2.3 || ^3.0",
4923
                "symfony/http-foundation": "^2.3 || ^3.0",
4924
                "symfony/property-access": "^2.3 || ^3.0",
4925
                "symfony/security": "^2.3 || ^3.0",
4926
                "symfony/translation": "^2.3 || ^3.0",
4927
                "symfony/twig-bridge": "^2.3.5 || ^3.0",
4928
                "symfony/validator": "^2.3 || ^3.0",
4929
                "twig/extensions": "^1.0",
4930
                "twig/twig": "^1.23 || ^2.0"
4931
            },
4932
            "require-dev": {
4933
                "doctrine/orm": "^2.4",
4934
                "doctrine/phpcr-odm": "^1.0",
4935
                "friendsofsymfony/rest-bundle": "^1.1 || ^2.0",
4936
                "jackalope/jackalope-doctrine-dbal": "^1.0",
4937
                "jms/serializer-bundle": "0.11 - 0.13 || ^1.0",
4938
                "matthiasnoback/symfony-config-test": "^0.4 || ^1.0",
4939
                "matthiasnoback/symfony-dependency-injection-test": "^0.7",
4940
                "nelmio/api-doc-bundle": "^2.11",
4941
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
4942
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
4943
                "sonata-project/exporter": "^1.3",
4944
                "symfony/phpunit-bridge": "^2.7"
4945
            },
4946
            "type": "symfony-bundle",
4947
            "extra": {
4948
                "branch-alias": {
4949
                    "dev-master": "3.x-dev"
4950
                }
4951
            },
4952
            "autoload": {
4953
                "psr-4": {
4954
                    "Sonata\\CoreBundle\\": ""
4955
                },
4956
                "exclude-from-classmap": [
4957
                    "Tests/"
4958
                ]
4959
            },
4960
            "notification-url": "https://packagist.org/downloads/",
4961
            "license": [
4962
                "MIT"
4963
            ],
4964
            "authors": [
4965
                {
4966
                    "name": "Sonata Community",
4967
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
4968
                },
4969
                {
4970
                    "name": "Thomas Rabaix",
4971
                    "email": "[email protected]"
4972
                }
4973
            ],
4974
            "description": "Symfony SonataCoreBundle",
4975
            "homepage": "https://sonata-project.org/bundles/core",
4976
            "keywords": [
4977
                "sonata"
4978
            ],
4979
            "time": "2017-09-20T14:14:38+00:00"
4980
        },
4981
        {
4982
            "name": "sonata-project/datagrid-bundle",
4983
            "version": "2.2.1",
4984
            "source": {
4985
                "type": "git",
4986
                "url": "https://github.com/sonata-project/SonataDatagridBundle.git",
4987
                "reference": "8aa9183f2ba1724b290faacb83fb003123bae548"
4988
            },
4989
            "dist": {
4990
                "type": "zip",
4991
                "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/8aa9183f2ba1724b290faacb83fb003123bae548",
4992
                "reference": "8aa9183f2ba1724b290faacb83fb003123bae548",
4993
                "shasum": ""
4994
            },
4995
            "require": {
4996
                "php": "^5.3 || ^7.0",
4997
                "symfony/dependency-injection": "^2.3 || ^3.0",
4998
                "symfony/form": "^2.3 || ^3.0"
4999
            },
5000
            "require-dev": {
5001
                "doctrine/orm": "^2.4",
5002
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
5003
                "symfony/phpunit-bridge": "^2.7 || ^3.0"
5004
            },
5005
            "type": "symfony-bundle",
5006
            "extra": {
5007
                "branch-alias": {
5008
                    "dev-master": "2.x-dev"
5009
                }
5010
            },
5011
            "autoload": {
5012
                "psr-4": {
5013
                    "Sonata\\DatagridBundle\\": ""
5014
                },
5015
                "exclude-from-classmap": [
5016
                    "Tests/"
5017
                ]
5018
            },
5019
            "notification-url": "https://packagist.org/downloads/",
5020
            "license": [
5021
                "MIT"
5022
            ],
5023
            "authors": [
5024
                {
5025
                    "name": "Sonata Community",
5026
                    "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
5027
                },
5028
                {
5029
                    "name": "Thomas Rabaix",
5030
                    "email": "[email protected]",
5031
                    "homepage": "https://sonata-project.org"
5032
                }
5033
            ],
5034
            "description": "Symfony SonataDatagridBundle",
5035
            "homepage": "https://sonata-project.org/bundles/datagrid",
5036
            "keywords": [
5037
                "datagrid",
5038
                "sonata"
5039
            ],
5040
            "time": "2017-02-09T16:25:20+00:00"
5041
        },
5042
        {
5043
            "name": "sonata-project/intl-bundle",
5044
            "version": "2.3.2",
5045
            "source": {
5046
                "type": "git",
5047
                "url": "https://github.com/sonata-project/SonataIntlBundle.git",
5048
                "reference": "dedaf0752b36742c1f782d4d3953815a270c83f8"
5049
            },
5050
            "dist": {
5051
                "type": "zip",
5052
                "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/dedaf0752b36742c1f782d4d3953815a270c83f8",
5053
                "reference": "dedaf0752b36742c1f782d4d3953815a270c83f8",
5054
                "shasum": ""
5055
            },
5056
            "require": {
5057
                "php": "^5.3 || ^7.0",
5058
                "symfony/dependency-injection": "^2.2 || ^3.0",
5059
                "symfony/http-kernel": "^2.2 || ^3.0",
5060
                "symfony/intl": "^2.3.21 || ^3.0",
5061
                "symfony/templating": "^2.2 || ^3.0",
5062
                "twig/twig": "^1.12 || ^2.0"
5063
            },
5064
            "conflict": {
5065
                "sonata-project/user-bundle": "<2.0 || >=5.0"
5066
            },
5067
            "require-dev": {
5068
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6 || ^1.0",
5069
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
5070
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
5071
                "symfony/security": "^2.2 || ^3.0",
5072
                "symfony/security-acl": "^2.2 || ^3.0"
5073
            },
5074
            "suggest": {
5075
                "sonata-project/user-bundle": "For user timezone detection"
5076
            },
5077
            "type": "symfony-bundle",
5078
            "extra": {
5079
                "branch-alias": {
5080
                    "dev-master": "2.x-dev"
5081
                }
5082
            },
5083
            "autoload": {
5084
                "psr-4": {
5085
                    "Sonata\\IntlBundle\\": ""
5086
                },
5087
                "exclude-from-classmap": [
5088
                    "Tests/"
5089
                ]
5090
            },
5091
            "notification-url": "https://packagist.org/downloads/",
5092
            "license": [
5093
                "MIT"
5094
            ],
5095
            "authors": [
5096
                {
5097
                    "name": "Sonata Community",
5098
                    "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
5099
                },
5100
                {
5101
                    "name": "Thomas Rabaix",
5102
                    "email": "[email protected]"
5103
                }
5104
            ],
5105
            "description": "Symfony SonataIntlBundle",
5106
            "homepage": "https://sonata-project.org/bundles/intl",
5107
            "keywords": [
5108
                "date",
5109
                "intl",
5110
                "number",
5111
                "sonata",
5112
                "time"
5113
            ],
5114
            "time": "2017-09-14T10:52:04+00:00"
5115
        },
5116
        {
5117
            "name": "stof/doctrine-extensions-bundle",
5118
            "version": "v1.2.2",
5119
            "source": {
5120
                "type": "git",
5121
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
5122
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
5123
            },
5124
            "dist": {
5125
                "type": "zip",
5126
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
5127
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
5128
                "shasum": ""
5129
            },
5130
            "require": {
5131
                "gedmo/doctrine-extensions": "^2.3.1",
5132
                "php": ">=5.3.2",
5133
                "symfony/framework-bundle": "~2.1|~3.0"
5134
            },
5135
            "suggest": {
5136
                "doctrine/doctrine-bundle": "to use the ORM extensions",
5137
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
5138
            },
5139
            "type": "symfony-bundle",
5140
            "extra": {
5141
                "branch-alias": {
5142
                    "dev-master": "1.2.x-dev"
5143
                }
5144
            },
5145
            "autoload": {
5146
                "psr-4": {
5147
                    "Stof\\DoctrineExtensionsBundle\\": ""
5148
                }
5149
            },
5150
            "notification-url": "https://packagist.org/downloads/",
5151
            "license": [
5152
                "MIT"
5153
            ],
5154
            "authors": [
5155
                {
5156
                    "name": "Christophe Coevoet",
5157
                    "email": "[email protected]"
5158
                }
5159
            ],
5160
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
5161
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
5162
            "keywords": [
5163
                "behaviors",
5164
                "doctrine2",
5165
                "extensions",
5166
                "gedmo",
5167
                "loggable",
5168
                "nestedset",
5169
                "sluggable",
5170
                "sortable",
5171
                "timestampable",
5172
                "translatable",
5173
                "tree"
5174
            ],
5175
            "time": "2016-01-26T23:58:32+00:00"
5176
        },
5177
        {
5178
            "name": "swiftmailer/swiftmailer",
5179
            "version": "v6.0.2",
5180
            "source": {
5181
                "type": "git",
5182
                "url": "https://github.com/swiftmailer/swiftmailer.git",
5183
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
5184
            },
5185
            "dist": {
5186
                "type": "zip",
5187
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
5188
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
5189
                "shasum": ""
5190
            },
5191
            "require": {
5192
                "egulias/email-validator": "~2.0",
5193
                "php": ">=7.0.0"
5194
            },
5195
            "require-dev": {
5196
                "mockery/mockery": "~0.9.1",
5197
                "symfony/phpunit-bridge": "~3.3@dev"
5198
            },
5199
            "type": "library",
5200
            "extra": {
5201
                "branch-alias": {
5202
                    "dev-master": "6.0-dev"
5203
                }
5204
            },
5205
            "autoload": {
5206
                "files": [
5207
                    "lib/swift_required.php"
5208
                ]
5209
            },
5210
            "notification-url": "https://packagist.org/downloads/",
5211
            "license": [
5212
                "MIT"
5213
            ],
5214
            "authors": [
5215
                {
5216
                    "name": "Chris Corbyn"
5217
                },
5218
                {
5219
                    "name": "Fabien Potencier",
5220
                    "email": "[email protected]"
5221
                }
5222
            ],
5223
            "description": "Swiftmailer, free feature-rich PHP mailer",
5224
            "homepage": "http://swiftmailer.symfony.com",
5225
            "keywords": [
5226
                "email",
5227
                "mail",
5228
                "mailer"
5229
            ],
5230
            "time": "2017-09-30T22:39:41+00:00"
5231
        },
5232
        {
5233
            "name": "sylius-labs/association-hydrator",
5234
            "version": "v1.0.0",
5235
            "source": {
5236
                "type": "git",
5237
                "url": "https://github.com/SyliusLabs/AssociationHydrator.git",
5238
                "reference": "7301fd7aea6444f776af99a37902c8c78a0c64bc"
5239
            },
5240
            "dist": {
5241
                "type": "zip",
5242
                "url": "https://api.github.com/repos/SyliusLabs/AssociationHydrator/zipball/7301fd7aea6444f776af99a37902c8c78a0c64bc",
5243
                "reference": "7301fd7aea6444f776af99a37902c8c78a0c64bc",
5244
                "shasum": ""
5245
            },
5246
            "require": {
5247
                "doctrine/orm": "^2.4",
5248
                "php": "^7.1",
5249
                "symfony/property-access": "^3.0"
5250
            },
5251
            "type": "library",
5252
            "autoload": {
5253
                "psr-4": {
5254
                    "SyliusLabs\\AssociationHydrator\\": "src/"
5255
                }
5256
            },
5257
            "notification-url": "https://packagist.org/downloads/",
5258
            "license": [
5259
                "MIT"
5260
            ],
5261
            "authors": [
5262
                {
5263
                    "name": "Kamil Kokot",
5264
                    "email": "[email protected]",
5265
                    "homepage": "http://kamil.kokot.me"
5266
                }
5267
            ],
5268
            "description": "Doctrine ORM hydration performance optimization made easier.",
5269
            "time": "2017-09-11T15:44:45+00:00"
5270
        },
5271
        {
5272
            "name": "sylius/sylius",
5273
            "version": "v1.0.0",
5274
            "source": {
5275
                "type": "git",
5276
                "url": "https://github.com/Sylius/Sylius.git",
5277
                "reference": "b5920f580e7ffddacdd507161f3cb94a1e7f4ed2"
5278
            },
5279
            "dist": {
5280
                "type": "zip",
5281
                "url": "https://api.github.com/repos/Sylius/Sylius/zipball/b5920f580e7ffddacdd507161f3cb94a1e7f4ed2",
5282
                "reference": "b5920f580e7ffddacdd507161f3cb94a1e7f4ed2",
5283
                "shasum": ""
5284
            },
5285
            "require": {
5286
                "doctrine/collections": "^1.3",
5287
                "doctrine/data-fixtures": "^1.1",
5288
                "doctrine/doctrine-bundle": "^1.6",
5289
                "doctrine/doctrine-cache-bundle": "^1.3",
5290
                "doctrine/doctrine-fixtures-bundle": "^2.3",
5291
                "doctrine/doctrine-migrations-bundle": "^1.2",
5292
                "doctrine/orm": "^2.5",
5293
                "ext-exif": "*",
5294
                "ext-fileinfo": "*",
5295
                "ext-gd": "*",
5296
                "friendsofsymfony/oauth-server-bundle": "^1.5",
5297
                "friendsofsymfony/rest-bundle": "^2.1",
5298
                "fzaninotto/faker": "^1.6",
5299
                "gedmo/doctrine-extensions": "^2.4.12",
5300
                "incenteev/composer-parameter-handler": "^2.1",
5301
                "jms/serializer-bundle": "^2.0",
5302
                "knplabs/knp-gaufrette-bundle": "^0.3",
5303
                "knplabs/knp-menu-bundle": "^2.1",
5304
                "liip/imagine-bundle": "^1.9.1",
5305
                "ocramius/proxy-manager": "^2.1",
5306
                "payum/payum": "^1.4",
5307
                "payum/payum-bundle": "^2.2",
5308
                "php": "^7.1",
5309
                "php-http/guzzle6-adapter": "^1.1",
5310
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5311
                "sensio/distribution-bundle": "^5.0.21",
5312
                "sonata-project/block-bundle": "^3.3",
5313
                "sonata-project/intl-bundle": "^2.2",
5314
                "stof/doctrine-extensions-bundle": "^1.2",
5315
                "swiftmailer/swiftmailer": "^6.0",
5316
                "sylius-labs/association-hydrator": "^1.0",
5317
                "symfony/monolog-bundle": "^3.0",
5318
                "symfony/polyfill-iconv": "^1.3",
5319
                "symfony/polyfill-intl-icu": "^1.3",
5320
                "symfony/polyfill-mbstring": "^1.3",
5321
                "symfony/swiftmailer-bundle": "^3.0",
5322
                "symfony/symfony": "^3.3.8",
5323
                "twig/extensions": "^1.4",
5324
                "twig/twig": "^2.0",
5325
                "webmozart/assert": "^1.1",
5326
                "white-october/pagerfanta-bundle": "^1.0.8",
5327
                "willdurand/hateoas-bundle": "^1.2",
5328
                "winzou/state-machine-bundle": "^0.3",
5329
                "zendframework/zend-hydrator": "^2.2",
5330
                "zendframework/zend-stdlib": "^3.1"
5331
            },
5332
            "replace": {
5333
                "sylius/addressing": "self.version",
5334
                "sylius/addressing-bundle": "self.version",
5335
                "sylius/admin-bundle": "self.version",
5336
                "sylius/api-bundle": "self.version",
5337
                "sylius/attribute": "self.version",
5338
                "sylius/attribute-bundle": "self.version",
5339
                "sylius/core": "self.version",
5340
                "sylius/core-bundle": "self.version",
5341
                "sylius/currency": "self.version",
5342
                "sylius/currency-bundle": "self.version",
5343
                "sylius/customer": "self.version",
5344
                "sylius/customer-bundle": "self.version",
5345
                "sylius/fixtures-bundle": "self.version",
5346
                "sylius/inventory": "self.version",
5347
                "sylius/inventory-bundle": "self.version",
5348
                "sylius/locale": "self.version",
5349
                "sylius/locale-bundle": "self.version",
5350
                "sylius/money-bundle": "self.version",
5351
                "sylius/order": "self.version",
5352
                "sylius/order-bundle": "self.version",
5353
                "sylius/payment": "self.version",
5354
                "sylius/payment-bundle": "self.version",
5355
                "sylius/payum-bundle": "self.version",
5356
                "sylius/product": "self.version",
5357
                "sylius/product-bundle": "self.version",
5358
                "sylius/promotion": "self.version",
5359
                "sylius/promotion-bundle": "self.version",
5360
                "sylius/registry": "self.version",
5361
                "sylius/resource": "self.version",
5362
                "sylius/resource-bundle": "self.version",
5363
                "sylius/shipping": "self.version",
5364
                "sylius/shipping-bundle": "self.version",
5365
                "sylius/shop-bundle": "self.version",
5366
                "sylius/taxation": "self.version",
5367
                "sylius/taxation-bundle": "self.version",
5368
                "sylius/taxonomy": "self.version",
5369
                "sylius/taxonomy-bundle": "self.version",
5370
                "sylius/theme-bundle": "self.version",
5371
                "sylius/ui-bundle": "self.version",
5372
                "sylius/user": "self.version",
5373
                "sylius/user-bundle": "self.version"
5374
            },
5375
            "require-dev": {
5376
                "akeneo/phpspec-skip-example-extension": "^3.0",
5377
                "behat/behat": "^3.2",
5378
                "behat/mink": "^1.7",
5379
                "behat/mink-browserkit-driver": "^1.3",
5380
                "behat/mink-extension": "^2.2",
5381
                "behat/mink-selenium2-driver": "^1.3",
5382
                "friends-of-behat/context-service-extension": "^1.0",
5383
                "friends-of-behat/cross-container-extension": "^1.0",
5384
                "friends-of-behat/service-container-extension": "^1.0",
5385
                "friends-of-behat/symfony-extension": "^1.0",
5386
                "friends-of-behat/variadic-extension": "^1.0",
5387
                "hwi/oauth-bundle": "^0.5",
5388
                "lakion/api-test-case": "^1.0",
5389
                "lakion/mink-debug-extension": "^1.2.3",
5390
                "malukenho/kawaii-gherkin": "^0.1",
5391
                "matthiasnoback/symfony-config-test": "^2.0",
5392
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
5393
                "mikey179/vfsstream": "^1.6",
5394
                "pamil/prophecy-common": "^0.1",
5395
                "phpspec/phpspec": "^4.0",
5396
                "phpunit/phpunit": "^5.6",
5397
                "se/selenium-server-standalone": "^2.52",
5398
                "stripe/stripe-php": "^4.1",
5399
                "symplify/easy-coding-standard": "^2.3"
5400
            },
5401
            "suggest": {
5402
                "ext-iconv": "For better performance than using Symfony Polyfill Component",
5403
                "ext-intl": "For better performance than using Symfony Polyfill Component",
5404
                "ext-mbstring": "For better performance than using Symfony Polyfill Component"
5405
            },
5406
            "type": "project",
5407
            "extra": {
5408
                "symfony-app-dir": "app",
5409
                "symfony-bin-dir": "bin",
5410
                "symfony-var-dir": "var",
5411
                "symfony-web-dir": "web",
5412
                "symfony-tests-dir": "tests",
5413
                "symfony-assets-install": "relative",
5414
                "incenteev-parameters": {
5415
                    "file": "app/config/parameters.yml"
5416
                },
5417
                "branch-alias": {
5418
                    "dev-master": "1.0-dev"
5419
                }
5420
            },
5421
            "autoload": {
5422
                "psr-4": {
5423
                    "Sylius\\Behat\\": "src/Sylius/Behat/",
5424
                    "Sylius\\Bundle\\": "src/Sylius/Bundle/",
5425
                    "Sylius\\Component\\": "src/Sylius/Component/"
5426
                },
5427
                "exclude-from-classmap": [
5428
                    "src/Sylius/*/*/Tests/"
5429
                ]
5430
            },
5431
            "notification-url": "https://packagist.org/downloads/",
5432
            "license": [
5433
                "MIT"
5434
            ],
5435
            "authors": [
5436
                {
5437
                    "name": "Sylius project",
5438
                    "homepage": "http://sylius.org"
5439
                },
5440
                {
5441
                    "name": "Community contributions",
5442
                    "homepage": "http://github.com/Sylius/Sylius/contributors"
5443
                },
5444
                {
5445
                    "name": "Paweł Jędrzejewski",
5446
                    "homepage": "http://pjedrzejewski.com"
5447
                }
5448
            ],
5449
            "description": "E-Commerce platform for PHP, based on Symfony framework.",
5450
            "homepage": "http://sylius.org",
5451
            "time": "2017-09-13T10:31:29+00:00"
5452
        },
5453
        {
5454
            "name": "symfony-cmf/block-bundle",
5455
            "version": "2.0.0-RC1",
5456
            "source": {
5457
                "type": "git",
5458
                "url": "https://github.com/symfony-cmf/block-bundle.git",
5459
                "reference": "c488b90904cff70d6b958d77de083060a907e38e"
5460
            },
5461
            "dist": {
5462
                "type": "zip",
5463
                "url": "https://api.github.com/repos/symfony-cmf/block-bundle/zipball/c488b90904cff70d6b958d77de083060a907e38e",
5464
                "reference": "c488b90904cff70d6b958d77de083060a907e38e",
5465
                "shasum": ""
5466
            },
5467
            "require": {
5468
                "doctrine/phpcr-bundle": "^1.0",
5469
                "doctrine/phpcr-odm": "^1.4|^2.0",
5470
                "php": "^5.6|^7.0",
5471
                "sonata-project/block-bundle": "^3.3",
5472
                "symfony-cmf/core-bundle": "^2.0",
5473
                "symfony/framework-bundle": "^2.8|^3.0"
5474
            },
5475
            "require-dev": {
5476
                "sonata-project/cache-bundle": "^2.1.3,<2.3",
5477
                "sonata-project/core-bundle": "^3.0",
5478
                "symfony-cmf/menu-bundle": "^2.0",
5479
                "symfony-cmf/testing": "^1.3|^2.0",
5480
                "symfony/phpunit-bridge": "^3.2",
5481
                "twig/twig": "^1.14.2|^2.0"
5482
            },
5483
            "suggest": {
5484
                "eko/feedbundle": "When using the RssBlock",
5485
                "liip/imagine-bundle": "When using the ImagineBlock",
5486
                "sonata-project/cache-bundle": "To add caching support for block loading",
5487
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
5488
            },
5489
            "type": "symfony-bundle",
5490
            "extra": {
5491
                "branch-alias": {
5492
                    "dev-master": "2.0-dev"
5493
                }
5494
            },
5495
            "autoload": {
5496
                "psr-4": {
5497
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": "src/"
5498
                }
5499
            },
5500
            "notification-url": "https://packagist.org/downloads/",
5501
            "license": [
5502
                "MIT"
5503
            ],
5504
            "authors": [
5505
                {
5506
                    "name": "Symfony CMF Community",
5507
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
5508
                }
5509
            ],
5510
            "description": "Symfony CMF Block Bundle",
5511
            "homepage": "http://cmf.symfony.com",
5512
            "keywords": [
5513
                "Symfony CMF",
5514
                "block",
5515
                "content fragments"
5516
            ],
5517
            "time": "2017-02-01T15:38:22+00:00"
5518
        },
5519
        {
5520
            "name": "symfony-cmf/content-bundle",
5521
            "version": "2.0.0",
5522
            "source": {
5523
                "type": "git",
5524
                "url": "https://github.com/symfony-cmf/content-bundle.git",
5525
                "reference": "0fb389d4669cefebc1b3f98889eb975b74a40245"
5526
            },
5527
            "dist": {
5528
                "type": "zip",
5529
                "url": "https://api.github.com/repos/symfony-cmf/content-bundle/zipball/0fb389d4669cefebc1b3f98889eb975b74a40245",
5530
                "reference": "0fb389d4669cefebc1b3f98889eb975b74a40245",
5531
                "shasum": ""
5532
            },
5533
            "require": {
5534
                "php": "^5.6|^7.0",
5535
                "symfony-cmf/core-bundle": "^2.0",
5536
                "symfony-cmf/menu-bundle": "^2.0",
5537
                "symfony-cmf/routing-bundle": "^2.0",
5538
                "symfony/framework-bundle": "^2.8|^3.0"
5539
            },
5540
            "require-dev": {
5541
                "doctrine/phpcr-odm": "^1.4",
5542
                "symfony-cmf/testing": "^2.0",
5543
                "symfony/phpunit-bridge": "^3.2"
5544
            },
5545
            "suggest": {
5546
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
5547
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
5548
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
5549
                "symfony-cmf/sonata-admin-integration-bundle": "To provide admin interfaces for the content"
5550
            },
5551
            "type": "symfony-bundle",
5552
            "extra": {
5553
                "branch-alias": {
5554
                    "dev-master": "2.0-dev"
5555
                }
5556
            },
5557
            "autoload": {
5558
                "psr-4": {
5559
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": "src/"
5560
                }
5561
            },
5562
            "notification-url": "https://packagist.org/downloads/",
5563
            "license": [
5564
                "MIT"
5565
            ],
5566
            "authors": [
5567
                {
5568
                    "name": "Symfony CMF Community",
5569
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
5570
                }
5571
            ],
5572
            "description": "Symfony CMF Content Bundle",
5573
            "homepage": "http://cmf.symfony.com",
5574
            "keywords": [
5575
                "Symfony CMF"
5576
            ],
5577
            "time": "2017-02-27T09:35:36+00:00"
5578
        },
5579
        {
5580
            "name": "symfony-cmf/core-bundle",
5581
            "version": "2.0.0",
5582
            "source": {
5583
                "type": "git",
5584
                "url": "https://github.com/symfony-cmf/core-bundle.git",
5585
                "reference": "f48a63ebdcfa510c58e8b5628fd9857aa9f75e55"
5586
            },
5587
            "dist": {
5588
                "type": "zip",
5589
                "url": "https://api.github.com/repos/symfony-cmf/core-bundle/zipball/f48a63ebdcfa510c58e8b5628fd9857aa9f75e55",
5590
                "reference": "f48a63ebdcfa510c58e8b5628fd9857aa9f75e55",
5591
                "shasum": ""
5592
            },
5593
            "require": {
5594
                "php": "^5.6|^7.0",
5595
                "symfony/framework-bundle": "^2.8|^3.0"
5596
            },
5597
            "require-dev": {
5598
                "doctrine/dbal": "2.5.*",
5599
                "doctrine/phpcr-odm": "^1.0",
5600
                "mockery/mockery": "^0.9.4",
5601
                "symfony-cmf/routing-bundle": "^2.0",
5602
                "symfony-cmf/testing": "^2.0",
5603
                "symfony/phpunit-bridge": "^3.2",
5604
                "symfony/security-bundle": "^2.8|^3.0"
5605
            },
5606
            "suggest": {
5607
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension (^1.0)",
5608
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension (^1.0)",
5609
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^2.0)",
5610
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener (^2.0)",
5611
                "symfony-cmf/sonata-admin-integration-bundle": "To provide an admin interface for the PHPCR ODM documents.",
5612
                "symfony/security-bundle": "To be able to use the publish workflow system (^2.1)",
5613
                "symfony/twig-bundle": "To get access to the CMF twig extension (^2.1)"
5614
            },
5615
            "type": "symfony-bundle",
5616
            "extra": {
5617
                "branch-alias": {
5618
                    "dev-master": "2.0-dev"
5619
                }
5620
            },
5621
            "autoload": {
5622
                "psr-4": {
5623
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": "src/"
5624
                }
5625
            },
5626
            "notification-url": "https://packagist.org/downloads/",
5627
            "license": [
5628
                "MIT"
5629
            ],
5630
            "authors": [
5631
                {
5632
                    "name": "Symfony CMF Community",
5633
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
5634
                }
5635
            ],
5636
            "description": "Symfony CMF Core Bundle",
5637
            "homepage": "http://cmf.symfony.com",
5638
            "keywords": [
5639
                "Symfony CMF"
5640
            ],
5641
            "time": "2017-02-27T08:19:17+00:00"
5642
        },
5643
        {
5644
            "name": "symfony-cmf/media-bundle",
5645
            "version": "dev-master",
5646
            "source": {
5647
                "type": "git",
5648
                "url": "https://github.com/symfony-cmf/media-bundle.git",
5649
                "reference": "4353d27421c7635d2e0857ebc7b8a1fa7c54000d"
5650
            },
5651
            "dist": {
5652
                "type": "zip",
5653
                "url": "https://api.github.com/repos/symfony-cmf/media-bundle/zipball/4353d27421c7635d2e0857ebc7b8a1fa7c54000d",
5654
                "reference": "4353d27421c7635d2e0857ebc7b8a1fa7c54000d",
5655
                "shasum": ""
5656
            },
5657
            "require": {
5658
                "php": "^5.3.9|^7.0",
5659
                "symfony/framework-bundle": "~2.3|~3.0"
5660
            },
5661
            "require-dev": {
5662
                "doctrine/annotations": "^1.1.2",
5663
                "doctrine/phpcr-odm": "^1.4|^2.0",
5664
                "jms/serializer-bundle": "^0.12|^1.0",
5665
                "liip/imagine-bundle": "^1.0.4",
5666
                "mikey179/vfsstream": "^1.2",
5667
                "symfony-cmf/testing": "^2.0",
5668
                "twig/twig": "^1.12|^2.0"
5669
            },
5670
            "suggest": {
5671
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
5672
                "jms/serializer-bundle": "When using the serializer handler",
5673
                "knplabs/gaufrette": "When using the Gaufrette adapter",
5674
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
5675
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
5676
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles"
5677
            },
5678
            "type": "symfony-bundle",
5679
            "extra": {
5680
                "branch-alias": {
5681
                    "dev-master": "2.0-dev"
5682
                }
5683
            },
5684
            "autoload": {
5685
                "psr-4": {
5686
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": "src/"
5687
                }
5688
            },
5689
            "notification-url": "https://packagist.org/downloads/",
5690
            "license": [
5691
                "MIT"
5692
            ],
5693
            "authors": [
5694
                {
5695
                    "name": "Symfony CMF Community",
5696
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
5697
                }
5698
            ],
5699
            "description": "Symfony CMF Media Bundle",
5700
            "homepage": "http://cmf.symfony.com",
5701
            "keywords": [
5702
                "Symfony CMF",
5703
                "image",
5704
                "media"
5705
            ],
5706
            "abandoned": true,
5707
            "time": "2017-08-16T12:01:57+00:00"
5708
        },
5709
        {
5710
            "name": "symfony-cmf/menu-bundle",
5711
            "version": "2.1.0-RC1",
5712
            "source": {
5713
                "type": "git",
5714
                "url": "https://github.com/symfony-cmf/menu-bundle.git",
5715
                "reference": "587efb3d152a38f8cbfa09cd9844fbaa478408a0"
5716
            },
5717
            "dist": {
5718
                "type": "zip",
5719
                "url": "https://api.github.com/repos/symfony-cmf/menu-bundle/zipball/587efb3d152a38f8cbfa09cd9844fbaa478408a0",
5720
                "reference": "587efb3d152a38f8cbfa09cd9844fbaa478408a0",
5721
                "shasum": ""
5722
            },
5723
            "require": {
5724
                "doctrine/phpcr-bundle": "^1.1",
5725
                "doctrine/phpcr-odm": "^1.4|^2.0",
5726
                "knplabs/knp-menu": "^2.0.0",
5727
                "knplabs/knp-menu-bundle": "^2.0.0",
5728
                "php": "^5.6|^7.0",
5729
                "symfony-cmf/core-bundle": "^2.0",
5730
                "symfony/framework-bundle": "^2.8|^3.0"
5731
            },
5732
            "require-dev": {
5733
                "symfony-cmf/routing-bundle": "^1.4|^2.0",
5734
                "symfony-cmf/testing": "^2.0",
5735
                "symfony/monolog-bundle": "^2.3|^3.0",
5736
                "twig/twig": "^1.18|^2.0"
5737
            },
5738
            "suggest": {
5739
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension"
5740
            },
5741
            "type": "symfony-bundle",
5742
            "extra": {
5743
                "branch-alias": {
5744
                    "dev-master": "2.1-dev"
5745
                }
5746
            },
5747
            "autoload": {
5748
                "psr-4": {
5749
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": "src/"
5750
                }
5751
            },
5752
            "notification-url": "https://packagist.org/downloads/",
5753
            "license": [
5754
                "MIT"
5755
            ],
5756
            "authors": [
5757
                {
5758
                    "name": "Symfony CMF Community",
5759
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
5760
                }
5761
            ],
5762
            "description": "Symfony CMF Menu Bundle",
5763
            "homepage": "http://cmf.symfony.com",
5764
            "keywords": [
5765
                "Symfony CMF",
5766
                "menu"
5767
            ],
5768
            "time": "2017-01-21T16:58:57+00:00"
5769
        },
5770
        {
5771
            "name": "symfony-cmf/routing",
5772
            "version": "2.0.2",
5773
            "source": {
5774
                "type": "git",
5775
                "url": "https://github.com/symfony-cmf/routing.git",
5776
                "reference": "145993be08b2f0362e43e138548acdf4334d5209"
5777
            },
5778
            "dist": {
5779
                "type": "zip",
5780
                "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/145993be08b2f0362e43e138548acdf4334d5209",
5781
                "reference": "145993be08b2f0362e43e138548acdf4334d5209",
5782
                "shasum": ""
5783
            },
5784
            "require": {
5785
                "php": "^5.6.0|^7.0",
5786
                "psr/log": "^1.0",
5787
                "symfony/http-kernel": "^2.8|^3.0",
5788
                "symfony/routing": "^2.8|^3.0"
5789
            },
5790
            "require-dev": {
5791
                "friendsofsymfony/jsrouting-bundle": "^1.1",
5792
                "symfony-cmf/testing": "^2.0",
5793
                "symfony/config": "^2.8|^3.0",
5794
                "symfony/dependency-injection": "^2.8|^3.0",
5795
                "symfony/event-dispatcher": "^2.8|^3.0",
5796
                "symfony/phpunit-bridge": "^3.2"
5797
            },
5798
            "suggest": {
5799
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
5800
            },
5801
            "type": "library",
5802
            "extra": {
5803
                "branch-alias": {
5804
                    "dev-master": "2.0-dev"
5805
                }
5806
            },
5807
            "autoload": {
5808
                "psr-4": {
5809
                    "Symfony\\Cmf\\Component\\Routing\\": "src/"
5810
                }
5811
            },
5812
            "notification-url": "https://packagist.org/downloads/",
5813
            "license": [
5814
                "MIT"
5815
            ],
5816
            "authors": [
5817
                {
5818
                    "name": "Symfony CMF Community",
5819
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
5820
                }
5821
            ],
5822
            "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
5823
            "homepage": "http://cmf.symfony.com",
5824
            "keywords": [
5825
                "database",
5826
                "routing"
5827
            ],
5828
            "time": "2017-09-27T06:23:01+00:00"
5829
        },
5830
        {
5831
            "name": "symfony-cmf/routing-bundle",
5832
            "version": "2.0.1",
5833
            "source": {
5834
                "type": "git",
5835
                "url": "https://github.com/symfony-cmf/routing-bundle.git",
5836
                "reference": "3c6331fa664991065aa29423da2fcb940d42f578"
5837
            },
5838
            "dist": {
5839
                "type": "zip",
5840
                "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/3c6331fa664991065aa29423da2fcb940d42f578",
5841
                "reference": "3c6331fa664991065aa29423da2fcb940d42f578",
5842
                "shasum": ""
5843
            },
5844
            "require": {
5845
                "php": "^5.6|^7.0",
5846
                "symfony-cmf/routing": "^2.0",
5847
                "symfony/framework-bundle": "^2.8|^3.0",
5848
                "symfony/twig-bundle": "^2.8|^3.0"
5849
            },
5850
            "conflict": {
5851
                "doctrine/phpcr-odm": "<1.4"
5852
            },
5853
            "require-dev": {
5854
                "doctrine/data-fixtures": "^1.0.0",
5855
                "doctrine/orm": "^2.5",
5856
                "doctrine/phpcr-odm": "^1.4",
5857
                "matthiasnoback/symfony-config-test": "^1.3.1",
5858
                "matthiasnoback/symfony-dependency-injection-test": "~0.6",
5859
                "symfony-cmf/testing": "^2.0",
5860
                "symfony/phpunit-bridge": "^3.2"
5861
            },
5862
            "suggest": {
5863
                "doctrine/orm": "To enable support for the ORM entities (^2.5)",
5864
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
5865
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)"
5866
            },
5867
            "type": "symfony-bundle",
5868
            "extra": {
5869
                "branch-alias": {
5870
                    "dev-master": "2.0-dev"
5871
                }
5872
            },
5873
            "autoload": {
5874
                "psr-4": {
5875
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": "src/"
5876
                }
5877
            },
5878
            "notification-url": "https://packagist.org/downloads/",
5879
            "license": [
5880
                "MIT"
5881
            ],
5882
            "authors": [
5883
                {
5884
                    "name": "Symfony CMF Community",
5885
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
5886
                }
5887
            ],
5888
            "description": "Symfony RoutingBundle",
5889
            "homepage": "http://cmf.symfony.com",
5890
            "keywords": [
5891
                "database",
5892
                "routing"
5893
            ],
5894
            "time": "2017-09-26T21:30:30+00:00"
5895
        },
5896
        {
5897
            "name": "symfony/monolog-bundle",
5898
            "version": "v3.1.1",
5899
            "source": {
5900
                "type": "git",
5901
                "url": "https://github.com/symfony/monolog-bundle.git",
5902
                "reference": "80c82d7d41c4eed0bf27e215f27531c05b217c17"
5903
            },
5904
            "dist": {
5905
                "type": "zip",
5906
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/80c82d7d41c4eed0bf27e215f27531c05b217c17",
5907
                "reference": "80c82d7d41c4eed0bf27e215f27531c05b217c17",
5908
                "shasum": ""
5909
            },
5910
            "require": {
5911
                "monolog/monolog": "~1.22",
5912
                "php": ">=5.3.2",
5913
                "symfony/config": "~2.7|~3.0|~4.0",
5914
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
5915
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
5916
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
5917
            },
5918
            "require-dev": {
5919
                "phpunit/phpunit": "^4.8",
5920
                "symfony/console": "~2.3|~3.0|~4.0",
5921
                "symfony/yaml": "~2.3|~3.0|~4.0"
5922
            },
5923
            "type": "symfony-bundle",
5924
            "extra": {
5925
                "branch-alias": {
5926
                    "dev-master": "3.x-dev"
5927
                }
5928
            },
5929
            "autoload": {
5930
                "psr-4": {
5931
                    "Symfony\\Bundle\\MonologBundle\\": ""
5932
                }
5933
            },
5934
            "notification-url": "https://packagist.org/downloads/",
5935
            "license": [
5936
                "MIT"
5937
            ],
5938
            "authors": [
5939
                {
5940
                    "name": "Symfony Community",
5941
                    "homepage": "http://symfony.com/contributors"
5942
                },
5943
                {
5944
                    "name": "Fabien Potencier",
5945
                    "email": "[email protected]"
5946
                }
5947
            ],
5948
            "description": "Symfony MonologBundle",
5949
            "homepage": "http://symfony.com",
5950
            "keywords": [
5951
                "log",
5952
                "logging"
5953
            ],
5954
            "time": "2017-09-26T03:17:02+00:00"
5955
        },
5956
        {
5957
            "name": "symfony/polyfill-apcu",
5958
            "version": "v1.5.0",
5959
            "source": {
5960
                "type": "git",
5961
                "url": "https://github.com/symfony/polyfill-apcu.git",
5962
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
5963
            },
5964
            "dist": {
5965
                "type": "zip",
5966
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
5967
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
5968
                "shasum": ""
5969
            },
5970
            "require": {
5971
                "php": ">=5.3.3"
5972
            },
5973
            "type": "library",
5974
            "extra": {
5975
                "branch-alias": {
5976
                    "dev-master": "1.5-dev"
5977
                }
5978
            },
5979
            "autoload": {
5980
                "files": [
5981
                    "bootstrap.php"
5982
                ]
5983
            },
5984
            "notification-url": "https://packagist.org/downloads/",
5985
            "license": [
5986
                "MIT"
5987
            ],
5988
            "authors": [
5989
                {
5990
                    "name": "Nicolas Grekas",
5991
                    "email": "[email protected]"
5992
                },
5993
                {
5994
                    "name": "Symfony Community",
5995
                    "homepage": "https://symfony.com/contributors"
5996
                }
5997
            ],
5998
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
5999
            "homepage": "https://symfony.com",
6000
            "keywords": [
6001
                "apcu",
6002
                "compatibility",
6003
                "polyfill",
6004
                "portable",
6005
                "shim"
6006
            ],
6007
            "time": "2017-07-05T15:09:33+00:00"
6008
        },
6009
        {
6010
            "name": "symfony/polyfill-iconv",
6011
            "version": "v1.5.0",
6012
            "source": {
6013
                "type": "git",
6014
                "url": "https://github.com/symfony/polyfill-iconv.git",
6015
                "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0"
6016
            },
6017
            "dist": {
6018
                "type": "zip",
6019
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/1ea0e08453819ecc7130e1fb0ee10862c2f33ed0",
6020
                "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0",
6021
                "shasum": ""
6022
            },
6023
            "require": {
6024
                "php": ">=5.3.3"
6025
            },
6026
            "suggest": {
6027
                "ext-iconv": "For best performance"
6028
            },
6029
            "type": "library",
6030
            "extra": {
6031
                "branch-alias": {
6032
                    "dev-master": "1.5-dev"
6033
                }
6034
            },
6035
            "autoload": {
6036
                "psr-4": {
6037
                    "Symfony\\Polyfill\\Iconv\\": ""
6038
                },
6039
                "files": [
6040
                    "bootstrap.php"
6041
                ]
6042
            },
6043
            "notification-url": "https://packagist.org/downloads/",
6044
            "license": [
6045
                "MIT"
6046
            ],
6047
            "authors": [
6048
                {
6049
                    "name": "Nicolas Grekas",
6050
                    "email": "[email protected]"
6051
                },
6052
                {
6053
                    "name": "Symfony Community",
6054
                    "homepage": "https://symfony.com/contributors"
6055
                }
6056
            ],
6057
            "description": "Symfony polyfill for the Iconv extension",
6058
            "homepage": "https://symfony.com",
6059
            "keywords": [
6060
                "compatibility",
6061
                "iconv",
6062
                "polyfill",
6063
                "portable",
6064
                "shim"
6065
            ],
6066
            "time": "2017-06-14T15:44:48+00:00"
6067
        },
6068
        {
6069
            "name": "symfony/polyfill-intl-icu",
6070
            "version": "v1.5.0",
6071
            "source": {
6072
                "type": "git",
6073
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
6074
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09"
6075
            },
6076
            "dist": {
6077
                "type": "zip",
6078
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
6079
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
6080
                "shasum": ""
6081
            },
6082
            "require": {
6083
                "php": ">=5.3.3",
6084
                "symfony/intl": "~2.3|~3.0|~4.0"
6085
            },
6086
            "suggest": {
6087
                "ext-intl": "For best performance"
6088
            },
6089
            "type": "library",
6090
            "extra": {
6091
                "branch-alias": {
6092
                    "dev-master": "1.5-dev"
6093
                }
6094
            },
6095
            "autoload": {
6096
                "files": [
6097
                    "bootstrap.php"
6098
                ]
6099
            },
6100
            "notification-url": "https://packagist.org/downloads/",
6101
            "license": [
6102
                "MIT"
6103
            ],
6104
            "authors": [
6105
                {
6106
                    "name": "Nicolas Grekas",
6107
                    "email": "[email protected]"
6108
                },
6109
                {
6110
                    "name": "Symfony Community",
6111
                    "homepage": "https://symfony.com/contributors"
6112
                }
6113
            ],
6114
            "description": "Symfony polyfill for intl's ICU-related data and classes",
6115
            "homepage": "https://symfony.com",
6116
            "keywords": [
6117
                "compatibility",
6118
                "icu",
6119
                "intl",
6120
                "polyfill",
6121
                "portable",
6122
                "shim"
6123
            ],
6124
            "time": "2017-06-14T15:44:48+00:00"
6125
        },
6126
        {
6127
            "name": "symfony/polyfill-mbstring",
6128
            "version": "v1.5.0",
6129
            "source": {
6130
                "type": "git",
6131
                "url": "https://github.com/symfony/polyfill-mbstring.git",
6132
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
6133
            },
6134
            "dist": {
6135
                "type": "zip",
6136
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
6137
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
6138
                "shasum": ""
6139
            },
6140
            "require": {
6141
                "php": ">=5.3.3"
6142
            },
6143
            "suggest": {
6144
                "ext-mbstring": "For best performance"
6145
            },
6146
            "type": "library",
6147
            "extra": {
6148
                "branch-alias": {
6149
                    "dev-master": "1.5-dev"
6150
                }
6151
            },
6152
            "autoload": {
6153
                "psr-4": {
6154
                    "Symfony\\Polyfill\\Mbstring\\": ""
6155
                },
6156
                "files": [
6157
                    "bootstrap.php"
6158
                ]
6159
            },
6160
            "notification-url": "https://packagist.org/downloads/",
6161
            "license": [
6162
                "MIT"
6163
            ],
6164
            "authors": [
6165
                {
6166
                    "name": "Nicolas Grekas",
6167
                    "email": "[email protected]"
6168
                },
6169
                {
6170
                    "name": "Symfony Community",
6171
                    "homepage": "https://symfony.com/contributors"
6172
                }
6173
            ],
6174
            "description": "Symfony polyfill for the Mbstring extension",
6175
            "homepage": "https://symfony.com",
6176
            "keywords": [
6177
                "compatibility",
6178
                "mbstring",
6179
                "polyfill",
6180
                "portable",
6181
                "shim"
6182
            ],
6183
            "time": "2017-06-14T15:44:48+00:00"
6184
        },
6185
        {
6186
            "name": "symfony/polyfill-php56",
6187
            "version": "v1.5.0",
6188
            "source": {
6189
                "type": "git",
6190
                "url": "https://github.com/symfony/polyfill-php56.git",
6191
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca"
6192
            },
6193
            "dist": {
6194
                "type": "zip",
6195
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca",
6196
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca",
6197
                "shasum": ""
6198
            },
6199
            "require": {
6200
                "php": ">=5.3.3",
6201
                "symfony/polyfill-util": "~1.0"
6202
            },
6203
            "type": "library",
6204
            "extra": {
6205
                "branch-alias": {
6206
                    "dev-master": "1.5-dev"
6207
                }
6208
            },
6209
            "autoload": {
6210
                "psr-4": {
6211
                    "Symfony\\Polyfill\\Php56\\": ""
6212
                },
6213
                "files": [
6214
                    "bootstrap.php"
6215
                ]
6216
            },
6217
            "notification-url": "https://packagist.org/downloads/",
6218
            "license": [
6219
                "MIT"
6220
            ],
6221
            "authors": [
6222
                {
6223
                    "name": "Nicolas Grekas",
6224
                    "email": "[email protected]"
6225
                },
6226
                {
6227
                    "name": "Symfony Community",
6228
                    "homepage": "https://symfony.com/contributors"
6229
                }
6230
            ],
6231
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
6232
            "homepage": "https://symfony.com",
6233
            "keywords": [
6234
                "compatibility",
6235
                "polyfill",
6236
                "portable",
6237
                "shim"
6238
            ],
6239
            "time": "2017-06-14T15:44:48+00:00"
6240
        },
6241
        {
6242
            "name": "symfony/polyfill-php70",
6243
            "version": "v1.5.0",
6244
            "source": {
6245
                "type": "git",
6246
                "url": "https://github.com/symfony/polyfill-php70.git",
6247
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
6248
            },
6249
            "dist": {
6250
                "type": "zip",
6251
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
6252
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
6253
                "shasum": ""
6254
            },
6255
            "require": {
6256
                "paragonie/random_compat": "~1.0|~2.0",
6257
                "php": ">=5.3.3"
6258
            },
6259
            "type": "library",
6260
            "extra": {
6261
                "branch-alias": {
6262
                    "dev-master": "1.5-dev"
6263
                }
6264
            },
6265
            "autoload": {
6266
                "psr-4": {
6267
                    "Symfony\\Polyfill\\Php70\\": ""
6268
                },
6269
                "files": [
6270
                    "bootstrap.php"
6271
                ],
6272
                "classmap": [
6273
                    "Resources/stubs"
6274
                ]
6275
            },
6276
            "notification-url": "https://packagist.org/downloads/",
6277
            "license": [
6278
                "MIT"
6279
            ],
6280
            "authors": [
6281
                {
6282
                    "name": "Nicolas Grekas",
6283
                    "email": "[email protected]"
6284
                },
6285
                {
6286
                    "name": "Symfony Community",
6287
                    "homepage": "https://symfony.com/contributors"
6288
                }
6289
            ],
6290
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
6291
            "homepage": "https://symfony.com",
6292
            "keywords": [
6293
                "compatibility",
6294
                "polyfill",
6295
                "portable",
6296
                "shim"
6297
            ],
6298
            "time": "2017-06-14T15:44:48+00:00"
6299
        },
6300
        {
6301
            "name": "symfony/polyfill-util",
6302
            "version": "v1.5.0",
6303
            "source": {
6304
                "type": "git",
6305
                "url": "https://github.com/symfony/polyfill-util.git",
6306
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d"
6307
            },
6308
            "dist": {
6309
                "type": "zip",
6310
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d",
6311
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d",
6312
                "shasum": ""
6313
            },
6314
            "require": {
6315
                "php": ">=5.3.3"
6316
            },
6317
            "type": "library",
6318
            "extra": {
6319
                "branch-alias": {
6320
                    "dev-master": "1.5-dev"
6321
                }
6322
            },
6323
            "autoload": {
6324
                "psr-4": {
6325
                    "Symfony\\Polyfill\\Util\\": ""
6326
                }
6327
            },
6328
            "notification-url": "https://packagist.org/downloads/",
6329
            "license": [
6330
                "MIT"
6331
            ],
6332
            "authors": [
6333
                {
6334
                    "name": "Nicolas Grekas",
6335
                    "email": "[email protected]"
6336
                },
6337
                {
6338
                    "name": "Symfony Community",
6339
                    "homepage": "https://symfony.com/contributors"
6340
                }
6341
            ],
6342
            "description": "Symfony utilities for portability of PHP codes",
6343
            "homepage": "https://symfony.com",
6344
            "keywords": [
6345
                "compat",
6346
                "compatibility",
6347
                "polyfill",
6348
                "shim"
6349
            ],
6350
            "time": "2017-07-05T15:09:33+00:00"
6351
        },
6352
        {
6353
            "name": "symfony/swiftmailer-bundle",
6354
            "version": "v3.0.4",
6355
            "source": {
6356
                "type": "git",
6357
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
6358
                "reference": "d31de92759321649aec6670ca4e19179b0ec3af4"
6359
            },
6360
            "dist": {
6361
                "type": "zip",
6362
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d31de92759321649aec6670ca4e19179b0ec3af4",
6363
                "reference": "d31de92759321649aec6670ca4e19179b0ec3af4",
6364
                "shasum": ""
6365
            },
6366
            "require": {
6367
                "php": ">=7.0.0",
6368
                "swiftmailer/swiftmailer": "^6.0.1",
6369
                "symfony/config": "~2.8|~3.0",
6370
                "symfony/dependency-injection": "~2.7|~3.0",
6371
                "symfony/http-kernel": "~2.7|~3.0"
6372
            },
6373
            "require-dev": {
6374
                "symfony/console": "~2.7|~3.0",
6375
                "symfony/framework-bundle": "~2.7|~3.0",
6376
                "symfony/phpunit-bridge": "~3.3@dev",
6377
                "symfony/yaml": "~2.7|~3.0"
6378
            },
6379
            "suggest": {
6380
                "psr/log": "Allows logging"
6381
            },
6382
            "type": "symfony-bundle",
6383
            "extra": {
6384
                "branch-alias": {
6385
                    "dev-master": "3.0-dev"
6386
                }
6387
            },
6388
            "autoload": {
6389
                "psr-4": {
6390
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
6391
                }
6392
            },
6393
            "notification-url": "https://packagist.org/downloads/",
6394
            "license": [
6395
                "MIT"
6396
            ],
6397
            "authors": [
6398
                {
6399
                    "name": "Symfony Community",
6400
                    "homepage": "http://symfony.com/contributors"
6401
                },
6402
                {
6403
                    "name": "Fabien Potencier",
6404
                    "email": "[email protected]"
6405
                }
6406
            ],
6407
            "description": "Symfony SwiftmailerBundle",
6408
            "homepage": "http://symfony.com",
6409
            "time": "2017-09-10T19:31:30+00:00"
6410
        },
6411
        {
6412
            "name": "symfony/symfony",
0 ignored issues
show
6413
            "version": "v3.3.9",
6414
            "source": {
6415
                "type": "git",
6416
                "url": "https://github.com/symfony/symfony.git",
6417
                "reference": "a9d2f68ae9946000e2bcc3403d218ec0124f992a"
6418
            },
6419
            "dist": {
6420
                "type": "zip",
6421
                "url": "https://api.github.com/repos/symfony/symfony/zipball/a9d2f68ae9946000e2bcc3403d218ec0124f992a",
6422
                "reference": "a9d2f68ae9946000e2bcc3403d218ec0124f992a",
6423
                "shasum": ""
6424
            },
6425
            "require": {
6426
                "doctrine/common": "~2.4",
6427
                "ext-xml": "*",
6428
                "fig/link-util": "^1.0",
6429
                "php": "^5.5.9|>=7.0.8",
6430
                "psr/cache": "~1.0",
6431
                "psr/container": "^1.0",
6432
                "psr/link": "^1.0",
6433
                "psr/log": "~1.0",
6434
                "psr/simple-cache": "^1.0",
6435
                "symfony/polyfill-apcu": "~1.1",
6436
                "symfony/polyfill-intl-icu": "~1.0",
6437
                "symfony/polyfill-mbstring": "~1.0",
6438
                "symfony/polyfill-php56": "~1.0",
6439
                "symfony/polyfill-php70": "~1.0",
6440
                "symfony/polyfill-util": "~1.0",
6441
                "twig/twig": "~1.34|~2.4"
6442
            },
6443
            "conflict": {
6444
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
6445
                "phpdocumentor/type-resolver": "<0.2.0",
6446
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6447
            },
6448
            "provide": {
6449
                "psr/cache-implementation": "1.0",
6450
                "psr/container-implementation": "1.0",
6451
                "psr/simple-cache-implementation": "1.0"
6452
            },
6453
            "replace": {
6454
                "symfony/asset": "self.version",
6455
                "symfony/browser-kit": "self.version",
6456
                "symfony/cache": "self.version",
6457
                "symfony/class-loader": "self.version",
6458
                "symfony/config": "self.version",
6459
                "symfony/console": "self.version",
6460
                "symfony/css-selector": "self.version",
6461
                "symfony/debug": "self.version",
6462
                "symfony/debug-bundle": "self.version",
6463
                "symfony/dependency-injection": "self.version",
6464
                "symfony/doctrine-bridge": "self.version",
6465
                "symfony/dom-crawler": "self.version",
6466
                "symfony/dotenv": "self.version",
6467
                "symfony/event-dispatcher": "self.version",
6468
                "symfony/expression-language": "self.version",
6469
                "symfony/filesystem": "self.version",
6470
                "symfony/finder": "self.version",
6471
                "symfony/form": "self.version",
6472
                "symfony/framework-bundle": "self.version",
6473
                "symfony/http-foundation": "self.version",
6474
                "symfony/http-kernel": "self.version",
6475
                "symfony/inflector": "self.version",
6476
                "symfony/intl": "self.version",
6477
                "symfony/ldap": "self.version",
6478
                "symfony/monolog-bridge": "self.version",
6479
                "symfony/options-resolver": "self.version",
6480
                "symfony/process": "self.version",
6481
                "symfony/property-access": "self.version",
6482
                "symfony/property-info": "self.version",
6483
                "symfony/proxy-manager-bridge": "self.version",
6484
                "symfony/routing": "self.version",
6485
                "symfony/security": "self.version",
6486
                "symfony/security-bundle": "self.version",
6487
                "symfony/security-core": "self.version",
6488
                "symfony/security-csrf": "self.version",
6489
                "symfony/security-guard": "self.version",
6490
                "symfony/security-http": "self.version",
6491
                "symfony/serializer": "self.version",
6492
                "symfony/stopwatch": "self.version",
6493
                "symfony/templating": "self.version",
6494
                "symfony/translation": "self.version",
6495
                "symfony/twig-bridge": "self.version",
6496
                "symfony/twig-bundle": "self.version",
6497
                "symfony/validator": "self.version",
6498
                "symfony/var-dumper": "self.version",
6499
                "symfony/web-link": "self.version",
6500
                "symfony/web-profiler-bundle": "self.version",
6501
                "symfony/web-server-bundle": "self.version",
6502
                "symfony/workflow": "self.version",
6503
                "symfony/yaml": "self.version"
6504
            },
6505
            "require-dev": {
6506
                "cache/integration-tests": "dev-master",
6507
                "doctrine/cache": "~1.6",
6508
                "doctrine/data-fixtures": "1.0.*",
6509
                "doctrine/dbal": "~2.4",
6510
                "doctrine/doctrine-bundle": "~1.4",
6511
                "doctrine/orm": "~2.4,>=2.4.5",
6512
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
6513
                "monolog/monolog": "~1.11",
6514
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6515
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6516
                "predis/predis": "~1.0",
6517
                "sensio/framework-extra-bundle": "^3.0.2",
6518
                "symfony/phpunit-bridge": "~3.2",
6519
                "symfony/security-acl": "~2.8|~3.0"
6520
            },
6521
            "type": "library",
6522
            "extra": {
6523
                "branch-alias": {
6524
                    "dev-master": "3.3-dev"
6525
                }
6526
            },
6527
            "autoload": {
6528
                "psr-4": {
6529
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
6530
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
6531
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
6532
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
6533
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
6534
                    "Symfony\\Component\\": "src/Symfony/Component/"
6535
                },
6536
                "classmap": [
6537
                    "src/Symfony/Component/Intl/Resources/stubs"
6538
                ],
6539
                "exclude-from-classmap": [
6540
                    "**/Tests/"
6541
                ]
6542
            },
6543
            "notification-url": "https://packagist.org/downloads/",
6544
            "license": [
6545
                "MIT"
6546
            ],
6547
            "authors": [
6548
                {
6549
                    "name": "Fabien Potencier",
6550
                    "email": "[email protected]"
6551
                },
6552
                {
6553
                    "name": "Symfony Community",
6554
                    "homepage": "https://symfony.com/contributors"
6555
                }
6556
            ],
6557
            "description": "The Symfony PHP framework",
6558
            "homepage": "https://symfony.com",
6559
            "keywords": [
6560
                "framework"
6561
            ],
6562
            "time": "2017-09-11T16:13:42+00:00"
6563
        },
6564
        {
6565
            "name": "twig/extensions",
6566
            "version": "v1.5.1",
6567
            "source": {
6568
                "type": "git",
6569
                "url": "https://github.com/twigphp/Twig-extensions.git",
6570
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
6571
            },
6572
            "dist": {
6573
                "type": "zip",
6574
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
6575
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
6576
                "shasum": ""
6577
            },
6578
            "require": {
6579
                "twig/twig": "~1.27|~2.0"
6580
            },
6581
            "require-dev": {
6582
                "symfony/phpunit-bridge": "~3.3@dev",
6583
                "symfony/translation": "~2.3|~3.0"
6584
            },
6585
            "suggest": {
6586
                "symfony/translation": "Allow the time_diff output to be translated"
6587
            },
6588
            "type": "library",
6589
            "extra": {
6590
                "branch-alias": {
6591
                    "dev-master": "1.5-dev"
6592
                }
6593
            },
6594
            "autoload": {
6595
                "psr-0": {
6596
                    "Twig_Extensions_": "lib/"
6597
                },
6598
                "psr-4": {
6599
                    "Twig\\Extensions\\": "src/"
6600
                }
6601
            },
6602
            "notification-url": "https://packagist.org/downloads/",
6603
            "license": [
6604
                "MIT"
6605
            ],
6606
            "authors": [
6607
                {
6608
                    "name": "Fabien Potencier",
6609
                    "email": "[email protected]"
6610
                }
6611
            ],
6612
            "description": "Common additional features for Twig that do not directly belong in core",
6613
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
6614
            "keywords": [
6615
                "i18n",
6616
                "text"
6617
            ],
6618
            "time": "2017-06-08T18:19:53+00:00"
6619
        },
6620
        {
6621
            "name": "twig/twig",
6622
            "version": "v2.4.4",
6623
            "source": {
6624
                "type": "git",
6625
                "url": "https://github.com/twigphp/Twig.git",
6626
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
6627
            },
6628
            "dist": {
6629
                "type": "zip",
6630
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
6631
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
6632
                "shasum": ""
6633
            },
6634
            "require": {
6635
                "php": "^7.0",
6636
                "symfony/polyfill-mbstring": "~1.0"
6637
            },
6638
            "require-dev": {
6639
                "psr/container": "^1.0",
6640
                "symfony/debug": "~2.7",
6641
                "symfony/phpunit-bridge": "~3.3@dev"
6642
            },
6643
            "type": "library",
6644
            "extra": {
6645
                "branch-alias": {
6646
                    "dev-master": "2.4-dev"
6647
                }
6648
            },
6649
            "autoload": {
6650
                "psr-0": {
6651
                    "Twig_": "lib/"
6652
                },
6653
                "psr-4": {
6654
                    "Twig\\": "src/"
6655
                }
6656
            },
6657
            "notification-url": "https://packagist.org/downloads/",
6658
            "license": [
6659
                "BSD-3-Clause"
6660
            ],
6661
            "authors": [
6662
                {
6663
                    "name": "Fabien Potencier",
6664
                    "email": "[email protected]",
6665
                    "homepage": "http://fabien.potencier.org",
6666
                    "role": "Lead Developer"
6667
                },
6668
                {
6669
                    "name": "Armin Ronacher",
6670
                    "email": "[email protected]",
6671
                    "role": "Project Founder"
6672
                },
6673
                {
6674
                    "name": "Twig Team",
6675
                    "homepage": "http://twig.sensiolabs.org/contributors",
6676
                    "role": "Contributors"
6677
                }
6678
            ],
6679
            "description": "Twig, the flexible, fast, and secure template language for PHP",
6680
            "homepage": "http://twig.sensiolabs.org",
6681
            "keywords": [
6682
                "templating"
6683
            ],
6684
            "time": "2017-09-27T18:10:31+00:00"
6685
        },
6686
        {
6687
            "name": "webmozart/assert",
6688
            "version": "1.2.0",
6689
            "source": {
6690
                "type": "git",
6691
                "url": "https://github.com/webmozart/assert.git",
6692
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
6693
            },
6694
            "dist": {
6695
                "type": "zip",
6696
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
6697
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
6698
                "shasum": ""
6699
            },
6700
            "require": {
6701
                "php": "^5.3.3 || ^7.0"
6702
            },
6703
            "require-dev": {
6704
                "phpunit/phpunit": "^4.6",
6705
                "sebastian/version": "^1.0.1"
6706
            },
6707
            "type": "library",
6708
            "extra": {
6709
                "branch-alias": {
6710
                    "dev-master": "1.3-dev"
6711
                }
6712
            },
6713
            "autoload": {
6714
                "psr-4": {
6715
                    "Webmozart\\Assert\\": "src/"
6716
                }
6717
            },
6718
            "notification-url": "https://packagist.org/downloads/",
6719
            "license": [
6720
                "MIT"
6721
            ],
6722
            "authors": [
6723
                {
6724
                    "name": "Bernhard Schussek",
6725
                    "email": "[email protected]"
6726
                }
6727
            ],
6728
            "description": "Assertions to validate method input/output with nice error messages.",
6729
            "keywords": [
6730
                "assert",
6731
                "check",
6732
                "validate"
6733
            ],
6734
            "time": "2016-11-23T20:04:58+00:00"
6735
        },
6736
        {
6737
            "name": "white-october/pagerfanta-bundle",
6738
            "version": "v1.0.8",
6739
            "source": {
6740
                "type": "git",
6741
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
6742
                "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b"
6743
            },
6744
            "dist": {
6745
                "type": "zip",
6746
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/ba78522935b141e7e3dee637dc0095fb44fde65b",
6747
                "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b",
6748
                "shasum": ""
6749
            },
6750
            "require": {
6751
                "pagerfanta/pagerfanta": "1.0.*",
6752
                "symfony/framework-bundle": "~2.3|~3.0",
6753
                "symfony/property-access": "~2.3|~3.0",
6754
                "symfony/twig-bundle": "~2.3|~3.0"
6755
            },
6756
            "require-dev": {
6757
                "phpunit/phpunit": "~3.7",
6758
                "symfony/symfony": "~2.3|~3.0"
6759
            },
6760
            "type": "symfony-bundle",
6761
            "extra": {
6762
                "branch-alias": {
6763
                    "dev-master": "1.0.x-dev"
6764
                }
6765
            },
6766
            "autoload": {
6767
                "psr-4": {
6768
                    "WhiteOctober\\PagerfantaBundle\\": ""
6769
                }
6770
            },
6771
            "notification-url": "https://packagist.org/downloads/",
6772
            "license": [
6773
                "MIT"
6774
            ],
6775
            "authors": [
6776
                {
6777
                    "name": "Pablo Díez",
6778
                    "email": "[email protected]"
6779
                }
6780
            ],
6781
            "description": "Bundle to use Pagerfanta with Symfony2",
6782
            "keywords": [
6783
                "page",
6784
                "paging"
6785
            ],
6786
            "time": "2017-02-10T16:54:59+00:00"
6787
        },
6788
        {
6789
            "name": "willdurand/hateoas",
6790
            "version": "2.11.0",
6791
            "source": {
6792
                "type": "git",
6793
                "url": "https://github.com/willdurand/Hateoas.git",
6794
                "reference": "bc5c1035f7f040f13810fbed9ac87ba540af7758"
6795
            },
6796
            "dist": {
6797
                "type": "zip",
6798
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/bc5c1035f7f040f13810fbed9ac87ba540af7758",
6799
                "reference": "bc5c1035f7f040f13810fbed9ac87ba540af7758",
6800
                "shasum": ""
6801
            },
6802
            "require": {
6803
                "doctrine/annotations": "~1.0",
6804
                "doctrine/common": "~2.0",
6805
                "jms/metadata": "~1.1",
6806
                "jms/serializer": "^1.7",
6807
                "php": "^5.5|^7.0",
6808
                "phpoption/phpoption": ">=1.1.0,<2.0-dev",
6809
                "symfony/expression-language": "~2.4 || ~3.0"
6810
            },
6811
            "require-dev": {
6812
                "pagerfanta/pagerfanta": "~1.0",
6813
                "phpunit/phpunit": "~4.5",
6814
                "symfony/dependency-injection": "~2.4 || ~3.0",
6815
                "symfony/routing": "~2.4 || ~3.0",
6816
                "symfony/yaml": "~2.4 || ~3.0",
6817
                "twig/twig": "~1.12"
6818
            },
6819
            "suggest": {
6820
                "symfony/routing": "To use the SymfonyRouteFactory.",
6821
                "symfony/yaml": "To use yaml based configuration.",
6822
                "twig/twig": "To use the Twig extensions."
6823
            },
6824
            "type": "library",
6825
            "extra": {
6826
                "branch-alias": {
6827
                    "dev-master": "2.11-dev"
6828
                }
6829
            },
6830
            "autoload": {
6831
                "psr-0": {
6832
                    "Hateoas": "src/"
6833
                }
6834
            },
6835
            "notification-url": "https://packagist.org/downloads/",
6836
            "license": [
6837
                "MIT"
6838
            ],
6839
            "authors": [
6840
                {
6841
                    "name": "Adrien Brault",
6842
                    "email": "[email protected]"
6843
                },
6844
                {
6845
                    "name": "William Durand",
6846
                    "email": "[email protected]"
6847
                }
6848
            ],
6849
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
6850
            "time": "2017-05-22T10:27:33+00:00"
6851
        },
6852
        {
6853
            "name": "willdurand/hateoas-bundle",
6854
            "version": "1.3.0",
6855
            "source": {
6856
                "type": "git",
6857
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
6858
                "reference": "bf57a3e45a26937726f370933eec4d8a7062733c"
6859
            },
6860
            "dist": {
6861
                "type": "zip",
6862
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/bf57a3e45a26937726f370933eec4d8a7062733c",
6863
                "reference": "bf57a3e45a26937726f370933eec4d8a7062733c",
6864
                "shasum": ""
6865
            },
6866
            "require": {
6867
                "jms/serializer-bundle": "~1.0 || ^2.0",
6868
                "php": ">5.4",
6869
                "symfony/framework-bundle": "~2.3 || ~3.0",
6870
                "willdurand/hateoas": "^2.10.0"
6871
            },
6872
            "require-dev": {
6873
                "phpunit/phpunit": "~4.5",
6874
                "symfony/expression-language": "~2.4 || ~3.0",
6875
                "twig/twig": "~1.12"
6876
            },
6877
            "type": "symfony-bundle",
6878
            "extra": {
6879
                "branch-alias": {
6880
                    "dev-master": "1.3-dev"
6881
                }
6882
            },
6883
            "autoload": {
6884
                "psr-4": {
6885
                    "Bazinga\\Bundle\\HateoasBundle\\": ""
6886
                }
6887
            },
6888
            "notification-url": "https://packagist.org/downloads/",
6889
            "license": [
6890
                "MIT"
6891
            ],
6892
            "authors": [
6893
                {
6894
                    "name": "William Durand",
6895
                    "email": "[email protected]"
6896
                }
6897
            ],
6898
            "description": "Integration of Hateoas into Symfony2.",
6899
            "keywords": [
6900
                "HATEOAS",
6901
                "rest"
6902
            ],
6903
            "time": "2017-06-07T17:54:37+00:00"
6904
        },
6905
        {
6906
            "name": "willdurand/jsonp-callback-validator",
6907
            "version": "v1.1.0",
6908
            "source": {
6909
                "type": "git",
6910
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
6911
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
6912
            },
6913
            "dist": {
6914
                "type": "zip",
6915
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
6916
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
6917
                "shasum": ""
6918
            },
6919
            "require": {
6920
                "php": ">=5.3.0"
6921
            },
6922
            "require-dev": {
6923
                "phpunit/phpunit": "~3.7"
6924
            },
6925
            "type": "library",
6926
            "autoload": {
6927
                "psr-0": {
6928
                    "JsonpCallbackValidator": "src/"
6929
                }
6930
            },
6931
            "notification-url": "https://packagist.org/downloads/",
6932
            "license": [
6933
                "MIT"
6934
            ],
6935
            "authors": [
6936
                {
6937
                    "name": "William Durand",
6938
                    "email": "[email protected]",
6939
                    "homepage": "http://www.willdurand.fr"
6940
                }
6941
            ],
6942
            "description": "JSONP callback validator.",
6943
            "time": "2014-01-20T22:35:06+00:00"
6944
        },
6945
        {
6946
            "name": "willdurand/negotiation",
6947
            "version": "v2.3.1",
6948
            "source": {
6949
                "type": "git",
6950
                "url": "https://github.com/willdurand/Negotiation.git",
6951
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
6952
            },
6953
            "dist": {
6954
                "type": "zip",
6955
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
6956
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
6957
                "shasum": ""
6958
            },
6959
            "require": {
6960
                "php": ">=5.4.0"
6961
            },
6962
            "require-dev": {
6963
                "phpunit/phpunit": "~4.5"
6964
            },
6965
            "type": "library",
6966
            "extra": {
6967
                "branch-alias": {
6968
                    "dev-master": "2.3-dev"
6969
                }
6970
            },
6971
            "autoload": {
6972
                "psr-4": {
6973
                    "Negotiation\\": "src/Negotiation"
6974
                }
6975
            },
6976
            "notification-url": "https://packagist.org/downloads/",
6977
            "license": [
6978
                "MIT"
6979
            ],
6980
            "authors": [
6981
                {
6982
                    "name": "William Durand",
6983
                    "email": "[email protected]"
6984
                }
6985
            ],
6986
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
6987
            "homepage": "http://williamdurand.fr/Negotiation/",
6988
            "keywords": [
6989
                "accept",
6990
                "content",
6991
                "format",
6992
                "header",
6993
                "negotiation"
6994
            ],
6995
            "time": "2017-05-14T17:21:12+00:00"
6996
        },
6997
        {
6998
            "name": "winzou/state-machine",
6999
            "version": "0.3.2",
7000
            "source": {
7001
                "type": "git",
7002
                "url": "https://github.com/winzou/state-machine.git",
7003
                "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0"
7004
            },
7005
            "dist": {
7006
                "type": "zip",
7007
                "url": "https://api.github.com/repos/winzou/state-machine/zipball/4ef48e7bba494514f36884a618a9b889eec3a5b0",
7008
                "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0",
7009
                "shasum": ""
7010
            },
7011
            "require": {
7012
                "php": ">=5.3.0",
7013
                "symfony/event-dispatcher": "~2.1|~3.0",
7014
                "symfony/expression-language": "~2.4|~3.0",
7015
                "symfony/property-access": "~2.1|~3.0"
7016
            },
7017
            "require-dev": {
7018
                "phpspec/phpspec": "~2.0",
7019
                "twig/twig": "~1.0"
7020
            },
7021
            "suggest": {
7022
                "twig/twig": "Access the state machine in your twig templates (~1.0)"
7023
            },
7024
            "type": "library",
7025
            "autoload": {
7026
                "psr-0": {
7027
                    "SM": "src/"
7028
                }
7029
            },
7030
            "notification-url": "https://packagist.org/downloads/",
7031
            "license": [
7032
                "MIT"
7033
            ],
7034
            "authors": [
7035
                {
7036
                    "name": "Alexandre Bacco",
7037
                    "email": "[email protected]",
7038
                    "homepage": "http://alex.bacco.fr"
7039
                }
7040
            ],
7041
            "description": "A very lightweight yet powerful PHP state machine",
7042
            "homepage": "https://github.com/winzou/StateMachine",
7043
            "keywords": [
7044
                "callback",
7045
                "event",
7046
                "state",
7047
                "statemachine"
7048
            ],
7049
            "time": "2016-11-03T13:24:00+00:00"
7050
        },
7051
        {
7052
            "name": "winzou/state-machine-bundle",
7053
            "version": "v0.3.0",
7054
            "source": {
7055
                "type": "git",
7056
                "url": "https://github.com/winzou/StateMachineBundle.git",
7057
                "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77"
7058
            },
7059
            "dist": {
7060
                "type": "zip",
7061
                "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/ce9e0c50ecf6a257fe59ee5ad087710efd905f77",
7062
                "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77",
7063
                "shasum": ""
7064
            },
7065
            "require": {
7066
                "php": ">5.3.0",
7067
                "symfony/framework-bundle": "~2.1|~3.0",
7068
                "winzou/state-machine": "~0.3"
7069
            },
7070
            "require-dev": {
7071
                "phpspec/phpspec": "~2.0"
7072
            },
7073
            "type": "symfony-bundle",
7074
            "autoload": {
7075
                "psr-4": {
7076
                    "winzou\\Bundle\\StateMachineBundle\\": ""
7077
                }
7078
            },
7079
            "notification-url": "https://packagist.org/downloads/",
7080
            "license": [
7081
                "MIT"
7082
            ],
7083
            "authors": [
7084
                {
7085
                    "name": "Alexandre Bacco",
7086
                    "homepage": "http://alex.bacco.fr"
7087
                }
7088
            ],
7089
            "description": "Bundle for the very lightweight yet powerful PHP state machine",
7090
            "keywords": [
7091
                "bundle",
7092
                "statemachine",
7093
                "symfony"
7094
            ],
7095
            "time": "2016-10-28T03:32:52+00:00"
7096
        },
7097
        {
7098
            "name": "zendframework/zend-code",
7099
            "version": "3.2.0",
7100
            "source": {
7101
                "type": "git",
7102
                "url": "https://github.com/zendframework/zend-code.git",
7103
                "reference": "02944646c109fa53b6b6ab8b5269bb080fcdf5b4"
7104
            },
7105
            "dist": {
7106
                "type": "zip",
7107
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/02944646c109fa53b6b6ab8b5269bb080fcdf5b4",
7108
                "reference": "02944646c109fa53b6b6ab8b5269bb080fcdf5b4",
7109
                "shasum": ""
7110
            },
7111
            "require": {
7112
                "php": "^7.1",
7113
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
7114
            },
7115
            "require-dev": {
7116
                "doctrine/annotations": "~1.0",
7117
                "ext-phar": "*",
7118
                "phpunit/phpunit": "^6.2.3",
7119
                "zendframework/zend-coding-standard": "^1.0.0",
7120
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7121
            },
7122
            "suggest": {
7123
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
7124
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
7125
            },
7126
            "type": "library",
7127
            "extra": {
7128
                "branch-alias": {
7129
                    "dev-master": "3.2-dev",
7130
                    "dev-develop": "3.3-dev"
7131
                }
7132
            },
7133
            "autoload": {
7134
                "psr-4": {
7135
                    "Zend\\Code\\": "src/"
7136
                }
7137
            },
7138
            "notification-url": "https://packagist.org/downloads/",
7139
            "license": [
7140
                "BSD-3-Clause"
7141
            ],
7142
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
7143
            "homepage": "https://github.com/zendframework/zend-code",
7144
            "keywords": [
7145
                "code",
7146
                "zf2"
7147
            ],
7148
            "time": "2017-07-23T13:06:00+00:00"
7149
        },
7150
        {
7151
            "name": "zendframework/zend-eventmanager",
7152
            "version": "3.2.0",
7153
            "source": {
7154
                "type": "git",
7155
                "url": "https://github.com/zendframework/zend-eventmanager.git",
7156
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
7157
            },
7158
            "dist": {
7159
                "type": "zip",
7160
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
7161
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
7162
                "shasum": ""
7163
            },
7164
            "require": {
7165
                "php": "^5.6 || ^7.0"
7166
            },
7167
            "require-dev": {
7168
                "athletic/athletic": "^0.1",
7169
                "container-interop/container-interop": "^1.1.0",
7170
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
7171
                "zendframework/zend-coding-standard": "~1.0.0",
7172
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7173
            },
7174
            "suggest": {
7175
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7176
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7177
            },
7178
            "type": "library",
7179
            "extra": {
7180
                "branch-alias": {
7181
                    "dev-master": "3.2-dev",
7182
                    "dev-develop": "3.3-dev"
7183
                }
7184
            },
7185
            "autoload": {
7186
                "psr-4": {
7187
                    "Zend\\EventManager\\": "src/"
7188
                }
7189
            },
7190
            "notification-url": "https://packagist.org/downloads/",
7191
            "license": [
7192
                "BSD-3-Clause"
7193
            ],
7194
            "description": "Trigger and listen to events within a PHP application",
7195
            "homepage": "https://github.com/zendframework/zend-eventmanager",
7196
            "keywords": [
7197
                "event",
7198
                "eventmanager",
7199
                "events",
7200
                "zf2"
7201
            ],
7202
            "time": "2017-07-11T19:17:22+00:00"
7203
        },
7204
        {
7205
            "name": "zendframework/zend-hydrator",
7206
            "version": "2.3.1",
7207
            "source": {
7208
                "type": "git",
7209
                "url": "https://github.com/zendframework/zend-hydrator.git",
7210
                "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f"
7211
            },
7212
            "dist": {
7213
                "type": "zip",
7214
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/de0d6465fbc4b7ca345fddc148834c321c4b361f",
7215
                "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f",
7216
                "shasum": ""
7217
            },
7218
            "require": {
7219
                "php": "^5.6 || ^7.0",
7220
                "zendframework/zend-stdlib": "^3.0"
7221
            },
7222
            "require-dev": {
7223
                "phpunit/phpunit": "^5.7.21 || ^6.3",
7224
                "zendframework/zend-coding-standard": "~1.0.0",
7225
                "zendframework/zend-eventmanager": "^3.0",
7226
                "zendframework/zend-filter": "^2.6",
7227
                "zendframework/zend-inputfilter": "^2.6",
7228
                "zendframework/zend-serializer": "^2.6.1",
7229
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
7230
            },
7231
            "suggest": {
7232
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
7233
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
7234
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
7235
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
7236
            },
7237
            "type": "library",
7238
            "extra": {
7239
                "branch-alias": {
7240
                    "dev-release-1.0": "1.0-dev",
7241
                    "dev-release-1.1": "1.1-dev",
7242
                    "dev-master": "2.3-dev",
7243
                    "dev-develop": "2.4-dev"
7244
                },
7245
                "zf": {
7246
                    "component": "Zend\\Hydrator",
7247
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
7248
                }
7249
            },
7250
            "autoload": {
7251
                "psr-4": {
7252
                    "Zend\\Hydrator\\": "src/"
7253
                }
7254
            },
7255
            "notification-url": "https://packagist.org/downloads/",
7256
            "license": [
7257
                "BSD-3-Clause"
7258
            ],
7259
            "homepage": "https://github.com/zendframework/zend-hydrator",
7260
            "keywords": [
7261
                "hydrator",
7262
                "zf2"
7263
            ],
7264
            "time": "2017-10-02T15:01:27+00:00"
7265
        },
7266
        {
7267
            "name": "zendframework/zend-stdlib",
7268
            "version": "3.1.0",
7269
            "source": {
7270
                "type": "git",
7271
                "url": "https://github.com/zendframework/zend-stdlib.git",
7272
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
7273
            },
7274
            "dist": {
7275
                "type": "zip",
7276
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
7277
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
7278
                "shasum": ""
7279
            },
7280
            "require": {
7281
                "php": "^5.6 || ^7.0"
7282
            },
7283
            "require-dev": {
7284
                "athletic/athletic": "~0.1",
7285
                "phpunit/phpunit": "~4.0",
7286
                "squizlabs/php_codesniffer": "^2.6.2"
7287
            },
7288
            "type": "library",
7289
            "extra": {
7290
                "branch-alias": {
7291
                    "dev-master": "3.1-dev",
7292
                    "dev-develop": "3.2-dev"
7293
                }
7294
            },
7295
            "autoload": {
7296
                "psr-4": {
7297
                    "Zend\\Stdlib\\": "src/"
7298
                }
7299
            },
7300
            "notification-url": "https://packagist.org/downloads/",
7301
            "license": [
7302
                "BSD-3-Clause"
7303
            ],
7304
            "homepage": "https://github.com/zendframework/zend-stdlib",
7305
            "keywords": [
7306
                "stdlib",
7307
                "zf2"
7308
            ],
7309
            "time": "2016-09-13T14:38:50+00:00"
7310
        }
7311
    ],
7312
    "packages-dev": [
7313
        {
7314
            "name": "behat/behat",
7315
            "version": "v3.4.1",
7316
            "source": {
7317
                "type": "git",
7318
                "url": "https://github.com/Behat/Behat.git",
7319
                "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692"
7320
            },
7321
            "dist": {
7322
                "type": "zip",
7323
                "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692",
7324
                "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692",
7325
                "shasum": ""
7326
            },
7327
            "require": {
7328
                "behat/gherkin": "^4.5.1",
7329
                "behat/transliterator": "^1.2",
7330
                "container-interop/container-interop": "^1.2",
7331
                "ext-mbstring": "*",
7332
                "php": ">=5.3.3",
7333
                "psr/container": "^1.0",
7334
                "symfony/class-loader": "~2.1||~3.0",
7335
                "symfony/config": "~2.3||~3.0",
7336
                "symfony/console": "~2.5||~3.0",
7337
                "symfony/dependency-injection": "~2.1||~3.0",
7338
                "symfony/event-dispatcher": "~2.1||~3.0",
7339
                "symfony/translation": "~2.3||~3.0",
7340
                "symfony/yaml": "~2.1||~3.0"
7341
            },
7342
            "require-dev": {
7343
                "herrera-io/box": "~1.6.1",
7344
                "phpunit/phpunit": "~4.5",
7345
                "symfony/process": "~2.5|~3.0"
7346
            },
7347
            "suggest": {
7348
                "behat/mink-extension": "for integration with Mink testing framework",
7349
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
7350
                "behat/yii-extension": "for integration with Yii web framework"
7351
            },
7352
            "bin": [
7353
                "bin/behat"
7354
            ],
7355
            "type": "library",
7356
            "extra": {
7357
                "branch-alias": {
7358
                    "dev-master": "3.2.x-dev"
7359
                }
7360
            },
7361
            "autoload": {
7362
                "psr-0": {
7363
                    "Behat\\Behat": "src/",
7364
                    "Behat\\Testwork": "src/"
7365
                }
7366
            },
7367
            "notification-url": "https://packagist.org/downloads/",
7368
            "license": [
7369
                "MIT"
7370
            ],
7371
            "authors": [
7372
                {
7373
                    "name": "Konstantin Kudryashov",
7374
                    "email": "[email protected]",
7375
                    "homepage": "http://everzet.com"
7376
                }
7377
            ],
7378
            "description": "Scenario-oriented BDD framework for PHP 5.3",
7379
            "homepage": "http://behat.org/",
7380
            "keywords": [
7381
                "Agile",
7382
                "BDD",
7383
                "ScenarioBDD",
7384
                "Scrum",
7385
                "StoryBDD",
7386
                "User story",
7387
                "business",
7388
                "development",
7389
                "documentation",
7390
                "examples",
7391
                "symfony",
7392
                "testing"
7393
            ],
7394
            "time": "2017-09-18T11:10:28+00:00"
7395
        },
7396
        {
7397
            "name": "behat/gherkin",
7398
            "version": "v4.5.1",
7399
            "source": {
7400
                "type": "git",
7401
                "url": "https://github.com/Behat/Gherkin.git",
7402
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
7403
            },
7404
            "dist": {
7405
                "type": "zip",
7406
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
7407
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
7408
                "shasum": ""
7409
            },
7410
            "require": {
7411
                "php": ">=5.3.1"
7412
            },
7413
            "require-dev": {
7414
                "phpunit/phpunit": "~4.5|~5",
7415
                "symfony/phpunit-bridge": "~2.7|~3",
7416
                "symfony/yaml": "~2.3|~3"
7417
            },
7418
            "suggest": {
7419
                "symfony/yaml": "If you want to parse features, represented in YAML files"
7420
            },
7421
            "type": "library",
7422
            "extra": {
7423
                "branch-alias": {
7424
                    "dev-master": "4.4-dev"
7425
                }
7426
            },
7427
            "autoload": {
7428
                "psr-0": {
7429
                    "Behat\\Gherkin": "src/"
7430
                }
7431
            },
7432
            "notification-url": "https://packagist.org/downloads/",
7433
            "license": [
7434
                "MIT"
7435
            ],
7436
            "authors": [
7437
                {
7438
                    "name": "Konstantin Kudryashov",
7439
                    "email": "[email protected]",
7440
                    "homepage": "http://everzet.com"
7441
                }
7442
            ],
7443
            "description": "Gherkin DSL parser for PHP 5.3",
7444
            "homepage": "http://behat.org/",
7445
            "keywords": [
7446
                "BDD",
7447
                "Behat",
7448
                "Cucumber",
7449
                "DSL",
7450
                "gherkin",
7451
                "parser"
7452
            ],
7453
            "time": "2017-08-30T11:04:43+00:00"
7454
        },
7455
        {
7456
            "name": "behat/mink",
7457
            "version": "v1.7.1",
7458
            "source": {
7459
                "type": "git",
7460
                "url": "https://github.com/minkphp/Mink.git",
7461
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
7462
            },
7463
            "dist": {
7464
                "type": "zip",
7465
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
7466
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
7467
                "shasum": ""
7468
            },
7469
            "require": {
7470
                "php": ">=5.3.1",
7471
                "symfony/css-selector": "~2.1|~3.0"
7472
            },
7473
            "require-dev": {
7474
                "symfony/phpunit-bridge": "~2.7|~3.0"
7475
            },
7476
            "suggest": {
7477
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
7478
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
7479
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
7480
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
7481
            },
7482
            "type": "library",
7483
            "extra": {
7484
                "branch-alias": {
7485
                    "dev-master": "1.7.x-dev"
7486
                }
7487
            },
7488
            "autoload": {
7489
                "psr-4": {
7490
                    "Behat\\Mink\\": "src/"
7491
                }
7492
            },
7493
            "notification-url": "https://packagist.org/downloads/",
7494
            "license": [
7495
                "MIT"
7496
            ],
7497
            "authors": [
7498
                {
7499
                    "name": "Konstantin Kudryashov",
7500
                    "email": "[email protected]",
7501
                    "homepage": "http://everzet.com"
7502
                }
7503
            ],
7504
            "description": "Browser controller/emulator abstraction for PHP",
7505
            "homepage": "http://mink.behat.org/",
7506
            "keywords": [
7507
                "browser",
7508
                "testing",
7509
                "web"
7510
            ],
7511
            "time": "2016-03-05T08:26:18+00:00"
7512
        },
7513
        {
7514
            "name": "behat/mink-browserkit-driver",
7515
            "version": "v1.3.2",
7516
            "source": {
7517
                "type": "git",
7518
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
7519
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
7520
            },
7521
            "dist": {
7522
                "type": "zip",
7523
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
7524
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
7525
                "shasum": ""
7526
            },
7527
            "require": {
7528
                "behat/mink": "^1.7.1@dev",
7529
                "php": ">=5.3.6",
7530
                "symfony/browser-kit": "~2.3|~3.0",
7531
                "symfony/dom-crawler": "~2.3|~3.0"
7532
            },
7533
            "require-dev": {
7534
                "silex/silex": "~1.2",
7535
                "symfony/phpunit-bridge": "~2.7|~3.0"
7536
            },
7537
            "type": "mink-driver",
7538
            "extra": {
7539
                "branch-alias": {
7540
                    "dev-master": "1.3.x-dev"
7541
                }
7542
            },
7543
            "autoload": {
7544
                "psr-4": {
7545
                    "Behat\\Mink\\Driver\\": "src/"
7546
                }
7547
            },
7548
            "notification-url": "https://packagist.org/downloads/",
7549
            "license": [
7550
                "MIT"
7551
            ],
7552
            "authors": [
7553
                {
7554
                    "name": "Konstantin Kudryashov",
7555
                    "email": "[email protected]",
7556
                    "homepage": "http://everzet.com"
7557
                }
7558
            ],
7559
            "description": "Symfony2 BrowserKit driver for Mink framework",
7560
            "homepage": "http://mink.behat.org/",
7561
            "keywords": [
7562
                "Mink",
7563
                "Symfony2",
7564
                "browser",
7565
                "testing"
7566
            ],
7567
            "time": "2016-03-05T08:59:47+00:00"
7568
        },
7569
        {
7570
            "name": "behat/mink-extension",
7571
            "version": "v2.2",
7572
            "source": {
7573
                "type": "git",
7574
                "url": "https://github.com/Behat/MinkExtension.git",
7575
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
7576
            },
7577
            "dist": {
7578
                "type": "zip",
7579
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
7580
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
7581
                "shasum": ""
7582
            },
7583
            "require": {
7584
                "behat/behat": "~3.0,>=3.0.5",
7585
                "behat/mink": "~1.5",
7586
                "php": ">=5.3.2",
7587
                "symfony/config": "~2.2|~3.0"
7588
            },
7589
            "require-dev": {
7590
                "behat/mink-goutte-driver": "~1.1",
7591
                "phpspec/phpspec": "~2.0"
7592
            },
7593
            "type": "behat-extension",
7594
            "extra": {
7595
                "branch-alias": {
7596
                    "dev-master": "2.1.x-dev"
7597
                }
7598
            },
7599
            "autoload": {
7600
                "psr-0": {
7601
                    "Behat\\MinkExtension": "src/"
7602
                }
7603
            },
7604
            "notification-url": "https://packagist.org/downloads/",
7605
            "license": [
7606
                "MIT"
7607
            ],
7608
            "authors": [
7609
                {
7610
                    "name": "Christophe Coevoet",
7611
                    "email": "[email protected]"
7612
                },
7613
                {
7614
                    "name": "Konstantin Kudryashov",
7615
                    "email": "[email protected]"
7616
                }
7617
            ],
7618
            "description": "Mink extension for Behat",
7619
            "homepage": "http://extensions.behat.org/mink",
7620
            "keywords": [
7621
                "browser",
7622
                "gui",
7623
                "test",
7624
                "web"
7625
            ],
7626
            "time": "2016-02-15T07:55:18+00:00"
7627
        },
7628
        {
7629
            "name": "behat/mink-selenium2-driver",
7630
            "version": "v1.3.1",
7631
            "source": {
7632
                "type": "git",
7633
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
7634
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
7635
            },
7636
            "dist": {
7637
                "type": "zip",
7638
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
7639
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
7640
                "shasum": ""
7641
            },
7642
            "require": {
7643
                "behat/mink": "~1.7@dev",
7644
                "instaclick/php-webdriver": "~1.1",
7645
                "php": ">=5.3.1"
7646
            },
7647
            "require-dev": {
7648
                "symfony/phpunit-bridge": "~2.7"
7649
            },
7650
            "type": "mink-driver",
7651
            "extra": {
7652
                "branch-alias": {
7653
                    "dev-master": "1.3.x-dev"
7654
                }
7655
            },
7656
            "autoload": {
7657
                "psr-4": {
7658
                    "Behat\\Mink\\Driver\\": "src/"
7659
                }
7660
            },
7661
            "notification-url": "https://packagist.org/downloads/",
7662
            "license": [
7663
                "MIT"
7664
            ],
7665
            "authors": [
7666
                {
7667
                    "name": "Konstantin Kudryashov",
7668
                    "email": "[email protected]",
7669
                    "homepage": "http://everzet.com"
7670
                },
7671
                {
7672
                    "name": "Pete Otaqui",
7673
                    "email": "[email protected]",
7674
                    "homepage": "https://github.com/pete-otaqui"
7675
                }
7676
            ],
7677
            "description": "Selenium2 (WebDriver) driver for Mink framework",
7678
            "homepage": "http://mink.behat.org/",
7679
            "keywords": [
7680
                "ajax",
7681
                "browser",
7682
                "javascript",
7683
                "selenium",
7684
                "testing",
7685
                "webdriver"
7686
            ],
7687
            "time": "2016-03-05T09:10:18+00:00"
7688
        },
7689
        {
7690
            "name": "container-interop/container-interop",
7691
            "version": "1.2.0",
7692
            "source": {
7693
                "type": "git",
7694
                "url": "https://github.com/container-interop/container-interop.git",
7695
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
7696
            },
7697
            "dist": {
7698
                "type": "zip",
7699
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
7700
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
7701
                "shasum": ""
7702
            },
7703
            "require": {
7704
                "psr/container": "^1.0"
7705
            },
7706
            "type": "library",
7707
            "autoload": {
7708
                "psr-4": {
7709
                    "Interop\\Container\\": "src/Interop/Container/"
7710
                }
7711
            },
7712
            "notification-url": "https://packagist.org/downloads/",
7713
            "license": [
7714
                "MIT"
7715
            ],
7716
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
7717
            "homepage": "https://github.com/container-interop/container-interop",
7718
            "time": "2017-02-14T19:40:03+00:00"
7719
        },
7720
        {
7721
            "name": "friends-of-behat/context-service-extension",
7722
            "version": "v0.3.0",
7723
            "source": {
7724
                "type": "git",
7725
                "url": "https://github.com/FriendsOfBehat/ContextServiceExtension.git",
7726
                "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e"
7727
            },
7728
            "dist": {
7729
                "type": "zip",
7730
                "url": "https://api.github.com/repos/FriendsOfBehat/ContextServiceExtension/zipball/c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e",
7731
                "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e",
7732
                "shasum": ""
7733
            },
7734
            "require": {
7735
                "behat/behat": "^3.1",
7736
                "php": "^5.6|^7.0",
7737
                "symfony/dependency-injection": "^2.8|^3.0"
7738
            },
7739
            "require-dev": {
7740
                "friends-of-behat/cross-container-extension": "^0.1.3",
7741
                "friends-of-behat/test-context": "^0.3",
7742
                "phpspec/phpspec": "^3.1"
7743
            },
7744
            "suggest": {
7745
                "friends-of-behat/cross-container-extension": "^0.1",
7746
                "ocramius/proxy-manager": "^1.0|^2.0",
7747
                "symfony/proxy-manager-bridge": "^2.8|^3.0"
7748
            },
7749
            "type": "library",
7750
            "autoload": {
7751
                "psr-4": {
7752
                    "FriendsOfBehat\\ContextServiceExtension\\": "src/"
7753
                }
7754
            },
7755
            "notification-url": "https://packagist.org/downloads/",
7756
            "license": [
7757
                "MIT"
7758
            ],
7759
            "authors": [
7760
                {
7761
                    "name": "Kamil Kokot",
7762
                    "email": "[email protected]",
7763
                    "homepage": "http://kamil.kokot.me"
7764
                }
7765
            ],
7766
            "description": "Allows to declare and use contexts services in scenario scoped container.",
7767
            "time": "2016-11-03T15:23:17+00:00"
7768
        },
7769
        {
7770
            "name": "friends-of-behat/cross-container-extension",
7771
            "version": "v0.2.1",
7772
            "source": {
7773
                "type": "git",
7774
                "url": "https://github.com/FriendsOfBehat/CrossContainerExtension.git",
7775
                "reference": "d40f5c722efe9d94c531b8ac207f13f5937fbcf2"
7776
            },
7777
            "dist": {
7778
                "type": "zip",
7779
                "url": "https://api.github.com/repos/FriendsOfBehat/CrossContainerExtension/zipball/d40f5c722efe9d94c531b8ac207f13f5937fbcf2",
7780
                "reference": "d40f5c722efe9d94c531b8ac207f13f5937fbcf2",
7781
                "shasum": ""
7782
            },
7783
            "require": {
7784
                "behat/behat": "^3.1",
7785
                "php": "^5.6|^7.0",
7786
                "symfony/dependency-injection": "^2.8|^3.0"
7787
            },
7788
            "require-dev": {
7789
                "friends-of-behat/test-context": "^0.3",
7790
                "phpspec/phpspec": "^3.1",
7791
                "phpunit/phpunit": "^5.6",
7792
                "symfony/http-kernel": "^2.8|^3.0"
7793
            },
7794
            "suggest": {
7795
                "symfony/http-kernel": "^2.8|^3.0"
7796
            },
7797
            "type": "library",
7798
            "autoload": {
7799
                "psr-4": {
7800
                    "FriendsOfBehat\\CrossContainerExtension\\": "src/"
7801
                }
7802
            },
7803
            "notification-url": "https://packagist.org/downloads/",
7804
            "license": [
7805
                "MIT"
7806
            ],
7807
            "authors": [
7808
                {
7809
                    "name": "Kamil Kokot",
7810
                    "email": "[email protected]",
7811
                    "homepage": "http://kamil.kokot.me"
7812
                }
7813
            ],
7814
            "description": "Makes possible to inject services and parameters from other containers.",
7815
            "time": "2017-02-16T20:49:33+00:00"
7816
        },
7817
        {
7818
            "name": "friends-of-behat/performance-extension",
7819
            "version": "v1.0.2",
7820
            "source": {
7821
                "type": "git",
7822
                "url": "https://github.com/FriendsOfBehat/PerformanceExtension.git",
7823
                "reference": "f772fec1544fcb887e85ce9c1e546f1e3361b375"
7824
            },
7825
            "dist": {
7826
                "type": "zip",
7827
                "url": "https://api.github.com/repos/FriendsOfBehat/PerformanceExtension/zipball/f772fec1544fcb887e85ce9c1e546f1e3361b375",
7828
                "reference": "f772fec1544fcb887e85ce9c1e546f1e3361b375",
7829
                "shasum": ""
7830
            },
7831
            "require": {
7832
                "behat/behat": "^3.1",
7833
                "php": "^7.0"
7834
            },
7835
            "require-dev": {
7836
                "friends-of-behat/test-context": "^0.3"
7837
            },
7838
            "type": "library",
7839
            "autoload": {
7840
                "psr-4": {
7841
                    "FriendsOfBehat\\PerformanceExtension\\": "src/"
7842
                }
7843
            },
7844
            "notification-url": "https://packagist.org/downloads/",
7845
            "license": [
7846
                "MIT"
7847
            ],
7848
            "authors": [
7849
                {
7850
                    "name": "Kamil Kokot",
7851
                    "email": "[email protected]",
7852
                    "homepage": "http://kamil.kokot.me"
7853
                }
7854
            ],
7855
            "description": "Accelerates Behat using features available only for newer PHP versions.",
7856
            "time": "2017-07-10T20:23:25+00:00"
7857
        },
7858
        {
7859
            "name": "friends-of-behat/service-container-extension",
7860
            "version": "v0.3.0",
7861
            "source": {
7862
                "type": "git",
7863
                "url": "https://github.com/FriendsOfBehat/ServiceContainerExtension.git",
7864
                "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45"
7865
            },
7866
            "dist": {
7867
                "type": "zip",
7868
                "url": "https://api.github.com/repos/FriendsOfBehat/ServiceContainerExtension/zipball/203d0f30a3d17d47e7bb1a6842c8266911f30e45",
7869
                "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45",
7870
                "shasum": ""
7871
            },
7872
            "require": {
7873
                "behat/behat": "^3.1",
7874
                "php": "^5.6|^7.0"
7875
            },
7876
            "require-dev": {
7877
                "friends-of-behat/cross-container-extension": "^0.1",
7878
                "friends-of-behat/test-context": "^0.3",
7879
                "symfony/process": "^2.7|^3.0"
7880
            },
7881
            "suggest": {
7882
                "friends-of-behat/cross-container-extension": "^0.1"
7883
            },
7884
            "type": "library",
7885
            "autoload": {
7886
                "psr-4": {
7887
                    "FriendsOfBehat\\ServiceContainerExtension\\": "src/"
7888
                }
7889
            },
7890
            "notification-url": "https://packagist.org/downloads/",
7891
            "license": [
7892
                "MIT"
7893
            ],
7894
            "authors": [
7895
                {
7896
                    "name": "Kamil Kokot",
7897
                    "email": "[email protected]",
7898
                    "homepage": "http://kamil.kokot.me"
7899
                }
7900
            ],
7901
            "description": "Allows to declare own services inside Behat container without writing an extension.",
7902
            "time": "2016-11-03T09:47:50+00:00"
7903
        },
7904
        {
7905
            "name": "friends-of-behat/symfony-extension",
7906
            "version": "v0.2.1",
7907
            "source": {
7908
                "type": "git",
7909
                "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git",
7910
                "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1"
7911
            },
7912
            "dist": {
7913
                "type": "zip",
7914
                "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/293d02deb525015b13eeedc7c76982f0a87eb4a1",
7915
                "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1",
7916
                "shasum": ""
7917
            },
7918
            "require": {
7919
                "behat/behat": "^3.1",
7920
                "php": "^5.6|^7.0",
7921
                "symfony/http-kernel": "^2.7|^3.0"
7922
            },
7923
            "require-dev": {
7924
                "behat/mink": "^1.7",
7925
                "behat/mink-browserkit-driver": "^1.3",
7926
                "behat/mink-extension": "^2.2",
7927
                "friends-of-behat/cross-container-extension": "^0.1",
7928
                "friends-of-behat/test-context": "^0.3",
7929
                "symfony/framework-bundle": "^2.7|^3.0"
7930
            },
7931
            "suggest": {
7932
                "behat/mink-browserkit-driver": "^1.3",
7933
                "friends-of-behat/cross-container-extension": "^0.1"
7934
            },
7935
            "type": "library",
7936
            "autoload": {
7937
                "psr-4": {
7938
                    "FriendsOfBehat\\SymfonyExtension\\": "src/"
7939
                }
7940
            },
7941
            "notification-url": "https://packagist.org/downloads/",
7942
            "license": [
7943
                "MIT"
7944
            ],
7945
            "authors": [
7946
                {
7947
                    "name": "Kamil Kokot",
7948
                    "email": "[email protected]",
7949
                    "homepage": "http://kamil.kokot.me"
7950
                }
7951
            ],
7952
            "description": "Integrates Behat with Symfony (both 2 and 3).",
7953
            "time": "2016-11-03T13:38:02+00:00"
7954
        },
7955
        {
7956
            "name": "friends-of-behat/variadic-extension",
7957
            "version": "v0.1.0",
7958
            "source": {
7959
                "type": "git",
7960
                "url": "https://github.com/FriendsOfBehat/VariadicExtension.git",
7961
                "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e"
7962
            },
7963
            "dist": {
7964
                "type": "zip",
7965
                "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/d85fcc04318938f5af8799c73b16c9ec3fc8d40e",
7966
                "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e",
7967
                "shasum": ""
7968
            },
7969
            "require": {
7970
                "behat/behat": "^3.1",
7971
                "php": "^5.6|^7.0",
7972
                "symfony/dependency-injection": "~2.5||~3.0"
7973
            },
7974
            "require-dev": {
7975
                "friends-of-behat/test-context": "^0.2.0"
7976
            },
7977
            "type": "library",
7978
            "autoload": {
7979
                "psr-4": {
7980
                    "FriendsOfBehat\\VariadicExtension\\": "src/"
7981
                }
7982
            },
7983
            "notification-url": "https://packagist.org/downloads/",
7984
            "license": [
7985
                "MIT"
7986
            ],
7987
            "authors": [
7988
                {
7989
                    "name": "Łukasz Chruściel",
7990
                    "email": "[email protected]"
7991
                }
7992
            ],
7993
            "description": "Variadic support for behat context arguments",
7994
            "time": "2016-08-25T22:34:32+00:00"
7995
        },
7996
        {
7997
            "name": "instaclick/php-webdriver",
7998
            "version": "1.4.5",
7999
            "source": {
8000
                "type": "git",
8001
                "url": "https://github.com/instaclick/php-webdriver.git",
8002
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
8003
            },
8004
            "dist": {
8005
                "type": "zip",
8006
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
8007
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
8008
                "shasum": ""
8009
            },
8010
            "require": {
8011
                "ext-curl": "*",
8012
                "php": ">=5.3.2"
8013
            },
8014
            "require-dev": {
8015
                "phpunit/phpunit": "^4.8",
8016
                "satooshi/php-coveralls": "^1.0||^2.0"
8017
            },
8018
            "type": "library",
8019
            "extra": {
8020
                "branch-alias": {
8021
                    "dev-master": "1.4.x-dev"
8022
                }
8023
            },
8024
            "autoload": {
8025
                "psr-0": {
8026
                    "WebDriver": "lib/"
8027
                }
8028
            },
8029
            "notification-url": "https://packagist.org/downloads/",
8030
            "license": [
8031
                "Apache-2.0"
8032
            ],
8033
            "authors": [
8034
                {
8035
                    "name": "Justin Bishop",
8036
                    "email": "[email protected]",
8037
                    "role": "Developer"
8038
                },
8039
                {
8040
                    "name": "Anthon Pang",
8041
                    "email": "[email protected]",
8042
                    "role": "Fork Maintainer"
8043
                }
8044
            ],
8045
            "description": "PHP WebDriver for Selenium 2",
8046
            "homepage": "http://instaclick.com/",
8047
            "keywords": [
8048
                "browser",
8049
                "selenium",
8050
                "webdriver",
8051
                "webtest"
8052
            ],
8053
            "time": "2017-06-30T04:02:48+00:00"
8054
        },
8055
        {
8056
            "name": "lakion/mink-debug-extension",
8057
            "version": "v1.2.3",
8058
            "source": {
8059
                "type": "git",
8060
                "url": "https://github.com/Lakion/MinkDebugExtension.git",
8061
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468"
8062
            },
8063
            "dist": {
8064
                "type": "zip",
8065
                "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/fb04a47076df15ff38e6c7d298aac93dd6a63468",
8066
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468",
8067
                "shasum": ""
8068
            },
8069
            "require": {
8070
                "behat/behat": "^3.0.5",
8071
                "behat/mink-extension": "^2.0.1",
8072
                "php": "^5.5.9|^7.0"
8073
            },
8074
            "require-dev": {
8075
                "behat/mink-goutte-driver": "^1.1",
8076
                "behat/mink-selenium2-driver": "^1.2",
8077
                "phpspec/phpspec": "^2.0"
8078
            },
8079
            "suggest": {
8080
                "behat/mink-browserkit-driver": "To get request debug information included in log file",
8081
                "behat/mink-selenium2-driver": "To get screenshots"
8082
            },
8083
            "bin": [
8084
                "travis/tools/upload-screenshots",
8085
                "travis/tools/upload-textfiles",
8086
                "travis/tools/wait-for-port"
8087
            ],
8088
            "type": "behat-extension",
8089
            "autoload": {
8090
                "psr-4": {
8091
                    "Lakion\\Behat\\MinkDebugExtension\\": "src/"
8092
                }
8093
            },
8094
            "notification-url": "https://packagist.org/downloads/",
8095
            "license": [
8096
                "MIT"
8097
            ],
8098
            "authors": [
8099
                {
8100
                    "name": "Kamil Kokot",
8101
                    "email": "[email protected]",
8102
                    "homepage": "http://kamil.kokot.me"
8103
                }
8104
            ],
8105
            "description": "Debug extension for Behat",
8106
            "homepage": "https://github.com/Lakion/MinkDebugExtension",
8107
            "keywords": [
8108
                "Behat",
8109
                "Mink",
8110
                "debug",
8111
                "logging"
8112
            ],
8113
            "time": "2016-10-27T15:30:36+00:00"
8114
        },
8115
        {
8116
            "name": "myclabs/deep-copy",
8117
            "version": "1.6.1",
8118
            "source": {
8119
                "type": "git",
8120
                "url": "https://github.com/myclabs/DeepCopy.git",
8121
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
8122
            },
8123
            "dist": {
8124
                "type": "zip",
8125
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
8126
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
8127
                "shasum": ""
8128
            },
8129
            "require": {
8130
                "php": ">=5.4.0"
8131
            },
8132
            "require-dev": {
8133
                "doctrine/collections": "1.*",
8134
                "phpunit/phpunit": "~4.1"
8135
            },
8136
            "type": "library",
8137
            "autoload": {
8138
                "psr-4": {
8139
                    "DeepCopy\\": "src/DeepCopy/"
8140
                }
8141
            },
8142
            "notification-url": "https://packagist.org/downloads/",
8143
            "license": [
8144
                "MIT"
8145
            ],
8146
            "description": "Create deep copies (clones) of your objects",
8147
            "homepage": "https://github.com/myclabs/DeepCopy",
8148
            "keywords": [
8149
                "clone",
8150
                "copy",
8151
                "duplicate",
8152
                "object",
8153
                "object graph"
8154
            ],
8155
            "time": "2017-04-12T18:52:22+00:00"
8156
        },
8157
        {
8158
            "name": "phpdocumentor/reflection-common",
8159
            "version": "1.0.1",
8160
            "source": {
8161
                "type": "git",
8162
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8163
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
8164
            },
8165
            "dist": {
8166
                "type": "zip",
8167
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
8168
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
8169
                "shasum": ""
8170
            },
8171
            "require": {
8172
                "php": ">=5.5"
8173
            },
8174
            "require-dev": {
8175
                "phpunit/phpunit": "^4.6"
8176
            },
8177
            "type": "library",
8178
            "extra": {
8179
                "branch-alias": {
8180
                    "dev-master": "1.0.x-dev"
8181
                }
8182
            },
8183
            "autoload": {
8184
                "psr-4": {
8185
                    "phpDocumentor\\Reflection\\": [
8186
                        "src"
8187
                    ]
8188
                }
8189
            },
8190
            "notification-url": "https://packagist.org/downloads/",
8191
            "license": [
8192
                "MIT"
8193
            ],
8194
            "authors": [
8195
                {
8196
                    "name": "Jaap van Otterdijk",
8197
                    "email": "[email protected]"
8198
                }
8199
            ],
8200
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8201
            "homepage": "http://www.phpdoc.org",
8202
            "keywords": [
8203
                "FQSEN",
8204
                "phpDocumentor",
8205
                "phpdoc",
8206
                "reflection",
8207
                "static analysis"
8208
            ],
8209
            "time": "2017-09-11T18:02:19+00:00"
8210
        },
8211
        {
8212
            "name": "phpdocumentor/reflection-docblock",
8213
            "version": "4.1.1",
8214
            "source": {
8215
                "type": "git",
8216
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8217
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
8218
            },
8219
            "dist": {
8220
                "type": "zip",
8221
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
8222
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
8223
                "shasum": ""
8224
            },
8225
            "require": {
8226
                "php": "^7.0",
8227
                "phpdocumentor/reflection-common": "^1.0@dev",
8228
                "phpdocumentor/type-resolver": "^0.4.0",
8229
                "webmozart/assert": "^1.0"
8230
            },
8231
            "require-dev": {
8232
                "mockery/mockery": "^0.9.4",
8233
                "phpunit/phpunit": "^4.4"
8234
            },
8235
            "type": "library",
8236
            "autoload": {
8237
                "psr-4": {
8238
                    "phpDocumentor\\Reflection\\": [
8239
                        "src/"
8240
                    ]
8241
                }
8242
            },
8243
            "notification-url": "https://packagist.org/downloads/",
8244
            "license": [
8245
                "MIT"
8246
            ],
8247
            "authors": [
8248
                {
8249
                    "name": "Mike van Riel",
8250
                    "email": "[email protected]"
8251
                }
8252
            ],
8253
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8254
            "time": "2017-08-30T18:51:59+00:00"
8255
        },
8256
        {
8257
            "name": "phpdocumentor/type-resolver",
8258
            "version": "0.4.0",
8259
            "source": {
8260
                "type": "git",
8261
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
8262
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
8263
            },
8264
            "dist": {
8265
                "type": "zip",
8266
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
8267
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
8268
                "shasum": ""
8269
            },
8270
            "require": {
8271
                "php": "^5.5 || ^7.0",
8272
                "phpdocumentor/reflection-common": "^1.0"
8273
            },
8274
            "require-dev": {
8275
                "mockery/mockery": "^0.9.4",
8276
                "phpunit/phpunit": "^5.2||^4.8.24"
8277
            },
8278
            "type": "library",
8279
            "extra": {
8280
                "branch-alias": {
8281
                    "dev-master": "1.0.x-dev"
8282
                }
8283
            },
8284
            "autoload": {
8285
                "psr-4": {
8286
                    "phpDocumentor\\Reflection\\": [
8287
                        "src/"
8288
                    ]
8289
                }
8290
            },
8291
            "notification-url": "https://packagist.org/downloads/",
8292
            "license": [
8293
                "MIT"
8294
            ],
8295
            "authors": [
8296
                {
8297
                    "name": "Mike van Riel",
8298
                    "email": "[email protected]"
8299
                }
8300
            ],
8301
            "time": "2017-07-14T14:27:02+00:00"
8302
        },
8303
        {
8304
            "name": "phpspec/php-diff",
8305
            "version": "v1.1.0",
8306
            "source": {
8307
                "type": "git",
8308
                "url": "https://github.com/phpspec/php-diff.git",
8309
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
8310
            },
8311
            "dist": {
8312
                "type": "zip",
8313
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
8314
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
8315
                "shasum": ""
8316
            },
8317
            "type": "library",
8318
            "extra": {
8319
                "branch-alias": {
8320
                    "dev-master": "1.0.x-dev"
8321
                }
8322
            },
8323
            "autoload": {
8324
                "psr-0": {
8325
                    "Diff": "lib/"
8326
                }
8327
            },
8328
            "notification-url": "https://packagist.org/downloads/",
8329
            "license": [
8330
                "BSD-3-Clause"
8331
            ],
8332
            "authors": [
8333
                {
8334
                    "name": "Chris Boulton",
8335
                    "homepage": "http://github.com/chrisboulton"
8336
                }
8337
            ],
8338
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
8339
            "time": "2016-04-07T12:29:16+00:00"
8340
        },
8341
        {
8342
            "name": "phpspec/phpspec",
8343
            "version": "3.4.2",
8344
            "source": {
8345
                "type": "git",
8346
                "url": "https://github.com/phpspec/phpspec.git",
8347
                "reference": "4f42719d8d7a26063b9aa79a0f83ed56c79618f4"
8348
            },
8349
            "dist": {
8350
                "type": "zip",
8351
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/4f42719d8d7a26063b9aa79a0f83ed56c79618f4",
8352
                "reference": "4f42719d8d7a26063b9aa79a0f83ed56c79618f4",
8353
                "shasum": ""
8354
            },
8355
            "require": {
8356
                "doctrine/instantiator": "^1.0.1",
8357
                "ext-tokenizer": "*",
8358
                "php": "^5.6 || ^7.0",
8359
                "phpspec/php-diff": "^1.0.0",
8360
                "phpspec/prophecy": "^1.5",
8361
                "sebastian/exporter": "^1.0 || ^2.0 || ^3.0",
8362
                "symfony/console": "^2.7 || ^3.0",
8363
                "symfony/event-dispatcher": "^2.7 || ^3.0",
8364
                "symfony/finder": "^2.7 || ^3.0",
8365
                "symfony/process": "^2.7 || ^3.0",
8366
                "symfony/yaml": "^2.7 || ^3.0"
8367
            },
8368
            "require-dev": {
8369
                "behat/behat": "^3.3",
8370
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
8371
                "phpunit/phpunit": "^5.5|^6.0",
8372
                "symfony/filesystem": "^3.0"
8373
            },
8374
            "suggest": {
8375
                "phpspec/nyan-formatters": "Adds Nyan formatters"
8376
            },
8377
            "bin": [
8378
                "bin/phpspec"
8379
            ],
8380
            "type": "library",
8381
            "extra": {
8382
                "branch-alias": {
8383
                    "dev-master": "3.0.x-dev"
8384
                }
8385
            },
8386
            "autoload": {
8387
                "psr-0": {
8388
                    "PhpSpec": "src/"
8389
                }
8390
            },
8391
            "notification-url": "https://packagist.org/downloads/",
8392
            "license": [
8393
                "MIT"
8394
            ],
8395
            "authors": [
8396
                {
8397
                    "name": "Konstantin Kudryashov",
8398
                    "email": "[email protected]",
8399
                    "homepage": "http://everzet.com"
8400
                },
8401
                {
8402
                    "name": "Marcello Duarte",
8403
                    "homepage": "http://marcelloduarte.net/"
8404
                },
8405
                {
8406
                    "name": "Ciaran McNulty",
8407
                    "homepage": "https://ciaranmcnulty.com/"
8408
                }
8409
            ],
8410
            "description": "Specification-oriented BDD framework for PHP 5.6+",
8411
            "homepage": "http://phpspec.net/",
8412
            "keywords": [
8413
                "BDD",
8414
                "SpecBDD",
8415
                "TDD",
8416
                "spec",
8417
                "specification",
8418
                "testing",
8419
                "tests"
8420
            ],
8421
            "time": "2017-08-05T20:07:26+00:00"
8422
        },
8423
        {
8424
            "name": "phpspec/prophecy",
8425
            "version": "v1.7.2",
8426
            "source": {
8427
                "type": "git",
8428
                "url": "https://github.com/phpspec/prophecy.git",
8429
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
8430
            },
8431
            "dist": {
8432
                "type": "zip",
8433
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
8434
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
8435
                "shasum": ""
8436
            },
8437
            "require": {
8438
                "doctrine/instantiator": "^1.0.2",
8439
                "php": "^5.3|^7.0",
8440
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8441
                "sebastian/comparator": "^1.1|^2.0",
8442
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8443
            },
8444
            "require-dev": {
8445
                "phpspec/phpspec": "^2.5|^3.2",
8446
                "phpunit/phpunit": "^4.8 || ^5.6.5"
8447
            },
8448
            "type": "library",
8449
            "extra": {
8450
                "branch-alias": {
8451
                    "dev-master": "1.7.x-dev"
8452
                }
8453
            },
8454
            "autoload": {
8455
                "psr-0": {
8456
                    "Prophecy\\": "src/"
8457
                }
8458
            },
8459
            "notification-url": "https://packagist.org/downloads/",
8460
            "license": [
8461
                "MIT"
8462
            ],
8463
            "authors": [
8464
                {
8465
                    "name": "Konstantin Kudryashov",
8466
                    "email": "[email protected]",
8467
                    "homepage": "http://everzet.com"
8468
                },
8469
                {
8470
                    "name": "Marcello Duarte",
8471
                    "email": "[email protected]"
8472
                }
8473
            ],
8474
            "description": "Highly opinionated mocking framework for PHP 5.3+",
8475
            "homepage": "https://github.com/phpspec/prophecy",
8476
            "keywords": [
8477
                "Double",
8478
                "Dummy",
8479
                "fake",
8480
                "mock",
8481
                "spy",
8482
                "stub"
8483
            ],
8484
            "time": "2017-09-04T11:05:03+00:00"
8485
        },
8486
        {
8487
            "name": "phpunit/php-code-coverage",
8488
            "version": "4.0.8",
8489
            "source": {
8490
                "type": "git",
8491
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8492
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
8493
            },
8494
            "dist": {
8495
                "type": "zip",
8496
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
8497
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
8498
                "shasum": ""
8499
            },
8500
            "require": {
8501
                "ext-dom": "*",
8502
                "ext-xmlwriter": "*",
8503
                "php": "^5.6 || ^7.0",
8504
                "phpunit/php-file-iterator": "^1.3",
8505
                "phpunit/php-text-template": "^1.2",
8506
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
8507
                "sebastian/code-unit-reverse-lookup": "^1.0",
8508
                "sebastian/environment": "^1.3.2 || ^2.0",
8509
                "sebastian/version": "^1.0 || ^2.0"
8510
            },
8511
            "require-dev": {
8512
                "ext-xdebug": "^2.1.4",
8513
                "phpunit/phpunit": "^5.7"
8514
            },
8515
            "suggest": {
8516
                "ext-xdebug": "^2.5.1"
8517
            },
8518
            "type": "library",
8519
            "extra": {
8520
                "branch-alias": {
8521
                    "dev-master": "4.0.x-dev"
8522
                }
8523
            },
8524
            "autoload": {
8525
                "classmap": [
8526
                    "src/"
8527
                ]
8528
            },
8529
            "notification-url": "https://packagist.org/downloads/",
8530
            "license": [
8531
                "BSD-3-Clause"
8532
            ],
8533
            "authors": [
8534
                {
8535
                    "name": "Sebastian Bergmann",
8536
                    "email": "[email protected]",
8537
                    "role": "lead"
8538
                }
8539
            ],
8540
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8541
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8542
            "keywords": [
8543
                "coverage",
8544
                "testing",
8545
                "xunit"
8546
            ],
8547
            "time": "2017-04-02T07:44:40+00:00"
8548
        },
8549
        {
8550
            "name": "phpunit/php-file-iterator",
8551
            "version": "1.4.2",
8552
            "source": {
8553
                "type": "git",
8554
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8555
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
8556
            },
8557
            "dist": {
8558
                "type": "zip",
8559
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
8560
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
8561
                "shasum": ""
8562
            },
8563
            "require": {
8564
                "php": ">=5.3.3"
8565
            },
8566
            "type": "library",
8567
            "extra": {
8568
                "branch-alias": {
8569
                    "dev-master": "1.4.x-dev"
8570
                }
8571
            },
8572
            "autoload": {
8573
                "classmap": [
8574
                    "src/"
8575
                ]
8576
            },
8577
            "notification-url": "https://packagist.org/downloads/",
8578
            "license": [
8579
                "BSD-3-Clause"
8580
            ],
8581
            "authors": [
8582
                {
8583
                    "name": "Sebastian Bergmann",
8584
                    "email": "[email protected]",
8585
                    "role": "lead"
8586
                }
8587
            ],
8588
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8589
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8590
            "keywords": [
8591
                "filesystem",
8592
                "iterator"
8593
            ],
8594
            "time": "2016-10-03T07:40:28+00:00"
8595
        },
8596
        {
8597
            "name": "phpunit/php-text-template",
8598
            "version": "1.2.1",
8599
            "source": {
8600
                "type": "git",
8601
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
8602
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8603
            },
8604
            "dist": {
8605
                "type": "zip",
8606
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8607
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8608
                "shasum": ""
8609
            },
8610
            "require": {
8611
                "php": ">=5.3.3"
8612
            },
8613
            "type": "library",
8614
            "autoload": {
8615
                "classmap": [
8616
                    "src/"
8617
                ]
8618
            },
8619
            "notification-url": "https://packagist.org/downloads/",
8620
            "license": [
8621
                "BSD-3-Clause"
8622
            ],
8623
            "authors": [
8624
                {
8625
                    "name": "Sebastian Bergmann",
8626
                    "email": "[email protected]",
8627
                    "role": "lead"
8628
                }
8629
            ],
8630
            "description": "Simple template engine.",
8631
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8632
            "keywords": [
8633
                "template"
8634
            ],
8635
            "time": "2015-06-21T13:50:34+00:00"
8636
        },
8637
        {
8638
            "name": "phpunit/php-timer",
8639
            "version": "1.0.9",
8640
            "source": {
8641
                "type": "git",
8642
                "url": "https://github.com/sebastianbergmann/php-timer.git",
8643
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8644
            },
8645
            "dist": {
8646
                "type": "zip",
8647
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8648
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8649
                "shasum": ""
8650
            },
8651
            "require": {
8652
                "php": "^5.3.3 || ^7.0"
8653
            },
8654
            "require-dev": {
8655
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8656
            },
8657
            "type": "library",
8658
            "extra": {
8659
                "branch-alias": {
8660
                    "dev-master": "1.0-dev"
8661
                }
8662
            },
8663
            "autoload": {
8664
                "classmap": [
8665
                    "src/"
8666
                ]
8667
            },
8668
            "notification-url": "https://packagist.org/downloads/",
8669
            "license": [
8670
                "BSD-3-Clause"
8671
            ],
8672
            "authors": [
8673
                {
8674
                    "name": "Sebastian Bergmann",
8675
                    "email": "[email protected]",
8676
                    "role": "lead"
8677
                }
8678
            ],
8679
            "description": "Utility class for timing",
8680
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
8681
            "keywords": [
8682
                "timer"
8683
            ],
8684
            "time": "2017-02-26T11:10:40+00:00"
8685
        },
8686
        {
8687
            "name": "phpunit/php-token-stream",
8688
            "version": "2.0.1",
8689
            "source": {
8690
                "type": "git",
8691
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8692
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
8693
            },
8694
            "dist": {
8695
                "type": "zip",
8696
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
8697
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
8698
                "shasum": ""
8699
            },
8700
            "require": {
8701
                "ext-tokenizer": "*",
8702
                "php": "^7.0"
8703
            },
8704
            "require-dev": {
8705
                "phpunit/phpunit": "^6.2.4"
8706
            },
8707
            "type": "library",
8708
            "extra": {
8709
                "branch-alias": {
8710
                    "dev-master": "2.0-dev"
8711
                }
8712
            },
8713
            "autoload": {
8714
                "classmap": [
8715
                    "src/"
8716
                ]
8717
            },
8718
            "notification-url": "https://packagist.org/downloads/",
8719
            "license": [
8720
                "BSD-3-Clause"
8721
            ],
8722
            "authors": [
8723
                {
8724
                    "name": "Sebastian Bergmann",
8725
                    "email": "[email protected]"
8726
                }
8727
            ],
8728
            "description": "Wrapper around PHP's tokenizer extension.",
8729
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8730
            "keywords": [
8731
                "tokenizer"
8732
            ],
8733
            "time": "2017-08-20T05:47:52+00:00"
8734
        },
8735
        {
8736
            "name": "phpunit/phpunit",
8737
            "version": "5.7.22",
8738
            "source": {
8739
                "type": "git",
8740
                "url": "https://github.com/sebastianbergmann/phpunit.git",
8741
                "reference": "10df877596c9906d4110b5b905313829043f2ada"
8742
            },
8743
            "dist": {
8744
                "type": "zip",
8745
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/10df877596c9906d4110b5b905313829043f2ada",
8746
                "reference": "10df877596c9906d4110b5b905313829043f2ada",
8747
                "shasum": ""
8748
            },
8749
            "require": {
8750
                "ext-dom": "*",
8751
                "ext-json": "*",
8752
                "ext-libxml": "*",
8753
                "ext-mbstring": "*",
8754
                "ext-xml": "*",
8755
                "myclabs/deep-copy": "~1.3",
8756
                "php": "^5.6 || ^7.0",
8757
                "phpspec/prophecy": "^1.6.2",
8758
                "phpunit/php-code-coverage": "^4.0.4",
8759
                "phpunit/php-file-iterator": "~1.4",
8760
                "phpunit/php-text-template": "~1.2",
8761
                "phpunit/php-timer": "^1.0.6",
8762
                "phpunit/phpunit-mock-objects": "^3.2",
8763
                "sebastian/comparator": "^1.2.4",
8764
                "sebastian/diff": "^1.4.3",
8765
                "sebastian/environment": "^1.3.4 || ^2.0",
8766
                "sebastian/exporter": "~2.0",
8767
                "sebastian/global-state": "^1.1",
8768
                "sebastian/object-enumerator": "~2.0",
8769
                "sebastian/resource-operations": "~1.0",
8770
                "sebastian/version": "~1.0.3|~2.0",
8771
                "symfony/yaml": "~2.1|~3.0"
8772
            },
8773
            "conflict": {
8774
                "phpdocumentor/reflection-docblock": "3.0.2"
8775
            },
8776
            "require-dev": {
8777
                "ext-pdo": "*"
8778
            },
8779
            "suggest": {
8780
                "ext-xdebug": "*",
8781
                "phpunit/php-invoker": "~1.1"
8782
            },
8783
            "bin": [
8784
                "phpunit"
8785
            ],
8786
            "type": "library",
8787
            "extra": {
8788
                "branch-alias": {
8789
                    "dev-master": "5.7.x-dev"
8790
                }
8791
            },
8792
            "autoload": {
8793
                "classmap": [
8794
                    "src/"
8795
                ]
8796
            },
8797
            "notification-url": "https://packagist.org/downloads/",
8798
            "license": [
8799
                "BSD-3-Clause"
8800
            ],
8801
            "authors": [
8802
                {
8803
                    "name": "Sebastian Bergmann",
8804
                    "email": "[email protected]",
8805
                    "role": "lead"
8806
                }
8807
            ],
8808
            "description": "The PHP Unit Testing framework.",
8809
            "homepage": "https://phpunit.de/",
8810
            "keywords": [
8811
                "phpunit",
8812
                "testing",
8813
                "xunit"
8814
            ],
8815
            "time": "2017-09-24T07:23:38+00:00"
8816
        },
8817
        {
8818
            "name": "phpunit/phpunit-mock-objects",
8819
            "version": "3.4.4",
8820
            "source": {
8821
                "type": "git",
8822
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8823
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
8824
            },
8825
            "dist": {
8826
                "type": "zip",
8827
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
8828
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
8829
                "shasum": ""
8830
            },
8831
            "require": {
8832
                "doctrine/instantiator": "^1.0.2",
8833
                "php": "^5.6 || ^7.0",
8834
                "phpunit/php-text-template": "^1.2",
8835
                "sebastian/exporter": "^1.2 || ^2.0"
8836
            },
8837
            "conflict": {
8838
                "phpunit/phpunit": "<5.4.0"
8839
            },
8840
            "require-dev": {
8841
                "phpunit/phpunit": "^5.4"
8842
            },
8843
            "suggest": {
8844
                "ext-soap": "*"
8845
            },
8846
            "type": "library",
8847
            "extra": {
8848
                "branch-alias": {
8849
                    "dev-master": "3.2.x-dev"
8850
                }
8851
            },
8852
            "autoload": {
8853
                "classmap": [
8854
                    "src/"
8855
                ]
8856
            },
8857
            "notification-url": "https://packagist.org/downloads/",
8858
            "license": [
8859
                "BSD-3-Clause"
8860
            ],
8861
            "authors": [
8862
                {
8863
                    "name": "Sebastian Bergmann",
8864
                    "email": "[email protected]",
8865
                    "role": "lead"
8866
                }
8867
            ],
8868
            "description": "Mock Object library for PHPUnit",
8869
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8870
            "keywords": [
8871
                "mock",
8872
                "xunit"
8873
            ],
8874
            "time": "2017-06-30T09:13:00+00:00"
8875
        },
8876
        {
8877
            "name": "sebastian/code-unit-reverse-lookup",
8878
            "version": "1.0.1",
8879
            "source": {
8880
                "type": "git",
8881
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8882
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
8883
            },
8884
            "dist": {
8885
                "type": "zip",
8886
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8887
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8888
                "shasum": ""
8889
            },
8890
            "require": {
8891
                "php": "^5.6 || ^7.0"
8892
            },
8893
            "require-dev": {
8894
                "phpunit/phpunit": "^5.7 || ^6.0"
8895
            },
8896
            "type": "library",
8897
            "extra": {
8898
                "branch-alias": {
8899
                    "dev-master": "1.0.x-dev"
8900
                }
8901
            },
8902
            "autoload": {
8903
                "classmap": [
8904
                    "src/"
8905
                ]
8906
            },
8907
            "notification-url": "https://packagist.org/downloads/",
8908
            "license": [
8909
                "BSD-3-Clause"
8910
            ],
8911
            "authors": [
8912
                {
8913
                    "name": "Sebastian Bergmann",
8914
                    "email": "[email protected]"
8915
                }
8916
            ],
8917
            "description": "Looks up which function or method a line of code belongs to",
8918
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8919
            "time": "2017-03-04T06:30:41+00:00"
8920
        },
8921
        {
8922
            "name": "sebastian/comparator",
8923
            "version": "1.2.4",
8924
            "source": {
8925
                "type": "git",
8926
                "url": "https://github.com/sebastianbergmann/comparator.git",
8927
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
8928
            },
8929
            "dist": {
8930
                "type": "zip",
8931
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8932
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8933
                "shasum": ""
8934
            },
8935
            "require": {
8936
                "php": ">=5.3.3",
8937
                "sebastian/diff": "~1.2",
8938
                "sebastian/exporter": "~1.2 || ~2.0"
8939
            },
8940
            "require-dev": {
8941
                "phpunit/phpunit": "~4.4"
8942
            },
8943
            "type": "library",
8944
            "extra": {
8945
                "branch-alias": {
8946
                    "dev-master": "1.2.x-dev"
8947
                }
8948
            },
8949
            "autoload": {
8950
                "classmap": [
8951
                    "src/"
8952
                ]
8953
            },
8954
            "notification-url": "https://packagist.org/downloads/",
8955
            "license": [
8956
                "BSD-3-Clause"
8957
            ],
8958
            "authors": [
8959
                {
8960
                    "name": "Jeff Welch",
8961
                    "email": "[email protected]"
8962
                },
8963
                {
8964
                    "name": "Volker Dusch",
8965
                    "email": "[email protected]"
8966
                },
8967
                {
8968
                    "name": "Bernhard Schussek",
8969
                    "email": "[email protected]"
8970
                },
8971
                {
8972
                    "name": "Sebastian Bergmann",
8973
                    "email": "[email protected]"
8974
                }
8975
            ],
8976
            "description": "Provides the functionality to compare PHP values for equality",
8977
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
8978
            "keywords": [
8979
                "comparator",
8980
                "compare",
8981
                "equality"
8982
            ],
8983
            "time": "2017-01-29T09:50:25+00:00"
8984
        },
8985
        {
8986
            "name": "sebastian/diff",
8987
            "version": "1.4.3",
8988
            "source": {
8989
                "type": "git",
8990
                "url": "https://github.com/sebastianbergmann/diff.git",
8991
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
8992
            },
8993
            "dist": {
8994
                "type": "zip",
8995
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8996
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8997
                "shasum": ""
8998
            },
8999
            "require": {
9000
                "php": "^5.3.3 || ^7.0"
9001
            },
9002
            "require-dev": {
9003
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9004
            },
9005
            "type": "library",
9006
            "extra": {
9007
                "branch-alias": {
9008
                    "dev-master": "1.4-dev"
9009
                }
9010
            },
9011
            "autoload": {
9012
                "classmap": [
9013
                    "src/"
9014
                ]
9015
            },
9016
            "notification-url": "https://packagist.org/downloads/",
9017
            "license": [
9018
                "BSD-3-Clause"
9019
            ],
9020
            "authors": [
9021
                {
9022
                    "name": "Kore Nordmann",
9023
                    "email": "[email protected]"
9024
                },
9025
                {
9026
                    "name": "Sebastian Bergmann",
9027
                    "email": "[email protected]"
9028
                }
9029
            ],
9030
            "description": "Diff implementation",
9031
            "homepage": "https://github.com/sebastianbergmann/diff",
9032
            "keywords": [
9033
                "diff"
9034
            ],
9035
            "time": "2017-05-22T07:24:03+00:00"
9036
        },
9037
        {
9038
            "name": "sebastian/environment",
9039
            "version": "2.0.0",
9040
            "source": {
9041
                "type": "git",
9042
                "url": "https://github.com/sebastianbergmann/environment.git",
9043
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
9044
            },
9045
            "dist": {
9046
                "type": "zip",
9047
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
9048
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
9049
                "shasum": ""
9050
            },
9051
            "require": {
9052
                "php": "^5.6 || ^7.0"
9053
            },
9054
            "require-dev": {
9055
                "phpunit/phpunit": "^5.0"
9056
            },
9057
            "type": "library",
9058
            "extra": {
9059
                "branch-alias": {
9060
                    "dev-master": "2.0.x-dev"
9061
                }
9062
            },
9063
            "autoload": {
9064
                "classmap": [
9065
                    "src/"
9066
                ]
9067
            },
9068
            "notification-url": "https://packagist.org/downloads/",
9069
            "license": [
9070
                "BSD-3-Clause"
9071
            ],
9072
            "authors": [
9073
                {
9074
                    "name": "Sebastian Bergmann",
9075
                    "email": "[email protected]"
9076
                }
9077
            ],
9078
            "description": "Provides functionality to handle HHVM/PHP environments",
9079
            "homepage": "http://www.github.com/sebastianbergmann/environment",
9080
            "keywords": [
9081
                "Xdebug",
9082
                "environment",
9083
                "hhvm"
9084
            ],
9085
            "time": "2016-11-26T07:53:53+00:00"
9086
        },
9087
        {
9088
            "name": "sebastian/exporter",
9089
            "version": "2.0.0",
9090
            "source": {
9091
                "type": "git",
9092
                "url": "https://github.com/sebastianbergmann/exporter.git",
9093
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
9094
            },
9095
            "dist": {
9096
                "type": "zip",
9097
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
9098
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
9099
                "shasum": ""
9100
            },
9101
            "require": {
9102
                "php": ">=5.3.3",
9103
                "sebastian/recursion-context": "~2.0"
9104
            },
9105
            "require-dev": {
9106
                "ext-mbstring": "*",
9107
                "phpunit/phpunit": "~4.4"
9108
            },
9109
            "type": "library",
9110
            "extra": {
9111
                "branch-alias": {
9112
                    "dev-master": "2.0.x-dev"
9113
                }
9114
            },
9115
            "autoload": {
9116
                "classmap": [
9117
                    "src/"
9118
                ]
9119
            },
9120
            "notification-url": "https://packagist.org/downloads/",
9121
            "license": [
9122
                "BSD-3-Clause"
9123
            ],
9124
            "authors": [
9125
                {
9126
                    "name": "Jeff Welch",
9127
                    "email": "[email protected]"
9128
                },
9129
                {
9130
                    "name": "Volker Dusch",
9131
                    "email": "[email protected]"
9132
                },
9133
                {
9134
                    "name": "Bernhard Schussek",
9135
                    "email": "[email protected]"
9136
                },
9137
                {
9138
                    "name": "Sebastian Bergmann",
9139
                    "email": "[email protected]"
9140
                },
9141
                {
9142
                    "name": "Adam Harvey",
9143
                    "email": "[email protected]"
9144
                }
9145
            ],
9146
            "description": "Provides the functionality to export PHP variables for visualization",
9147
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
9148
            "keywords": [
9149
                "export",
9150
                "exporter"
9151
            ],
9152
            "time": "2016-11-19T08:54:04+00:00"
9153
        },
9154
        {
9155
            "name": "sebastian/global-state",
9156
            "version": "1.1.1",
9157
            "source": {
9158
                "type": "git",
9159
                "url": "https://github.com/sebastianbergmann/global-state.git",
9160
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9161
            },
9162
            "dist": {
9163
                "type": "zip",
9164
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9165
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9166
                "shasum": ""
9167
            },
9168
            "require": {
9169
                "php": ">=5.3.3"
9170
            },
9171
            "require-dev": {
9172
                "phpunit/phpunit": "~4.2"
9173
            },
9174
            "suggest": {
9175
                "ext-uopz": "*"
9176
            },
9177
            "type": "library",
9178
            "extra": {
9179
                "branch-alias": {
9180
                    "dev-master": "1.0-dev"
9181
                }
9182
            },
9183
            "autoload": {
9184
                "classmap": [
9185
                    "src/"
9186
                ]
9187
            },
9188
            "notification-url": "https://packagist.org/downloads/",
9189
            "license": [
9190
                "BSD-3-Clause"
9191
            ],
9192
            "authors": [
9193
                {
9194
                    "name": "Sebastian Bergmann",
9195
                    "email": "[email protected]"
9196
                }
9197
            ],
9198
            "description": "Snapshotting of global state",
9199
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
9200
            "keywords": [
9201
                "global state"
9202
            ],
9203
            "time": "2015-10-12T03:26:01+00:00"
9204
        },
9205
        {
9206
            "name": "sebastian/object-enumerator",
9207
            "version": "2.0.1",
9208
            "source": {
9209
                "type": "git",
9210
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9211
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
9212
            },
9213
            "dist": {
9214
                "type": "zip",
9215
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
9216
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
9217
                "shasum": ""
9218
            },
9219
            "require": {
9220
                "php": ">=5.6",
9221
                "sebastian/recursion-context": "~2.0"
9222
            },
9223
            "require-dev": {
9224
                "phpunit/phpunit": "~5"
9225
            },
9226
            "type": "library",
9227
            "extra": {
9228
                "branch-alias": {
9229
                    "dev-master": "2.0.x-dev"
9230
                }
9231
            },
9232
            "autoload": {
9233
                "classmap": [
9234
                    "src/"
9235
                ]
9236
            },
9237
            "notification-url": "https://packagist.org/downloads/",
9238
            "license": [
9239
                "BSD-3-Clause"
9240
            ],
9241
            "authors": [
9242
                {
9243
                    "name": "Sebastian Bergmann",
9244
                    "email": "[email protected]"
9245
                }
9246
            ],
9247
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9248
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9249
            "time": "2017-02-18T15:18:39+00:00"
9250
        },
9251
        {
9252
            "name": "sebastian/recursion-context",
9253
            "version": "2.0.0",
9254
            "source": {
9255
                "type": "git",
9256
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
9257
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
9258
            },
9259
            "dist": {
9260
                "type": "zip",
9261
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
9262
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
9263
                "shasum": ""
9264
            },
9265
            "require": {
9266
                "php": ">=5.3.3"
9267
            },
9268
            "require-dev": {
9269
                "phpunit/phpunit": "~4.4"
9270
            },
9271
            "type": "library",
9272
            "extra": {
9273
                "branch-alias": {
9274
                    "dev-master": "2.0.x-dev"
9275
                }
9276
            },
9277
            "autoload": {
9278
                "classmap": [
9279
                    "src/"
9280
                ]
9281
            },
9282
            "notification-url": "https://packagist.org/downloads/",
9283
            "license": [
9284
                "BSD-3-Clause"
9285
            ],
9286
            "authors": [
9287
                {
9288
                    "name": "Jeff Welch",
9289
                    "email": "[email protected]"
9290
                },
9291
                {
9292
                    "name": "Sebastian Bergmann",
9293
                    "email": "[email protected]"
9294
                },
9295
                {
9296
                    "name": "Adam Harvey",
9297
                    "email": "[email protected]"
9298
                }
9299
            ],
9300
            "description": "Provides functionality to recursively process PHP variables",
9301
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9302
            "time": "2016-11-19T07:33:16+00:00"
9303
        },
9304
        {
9305
            "name": "sebastian/resource-operations",
9306
            "version": "1.0.0",
9307
            "source": {
9308
                "type": "git",
9309
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
9310
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
9311
            },
9312
            "dist": {
9313
                "type": "zip",
9314
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
9315
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
9316
                "shasum": ""
9317
            },
9318
            "require": {
9319
                "php": ">=5.6.0"
9320
            },
9321
            "type": "library",
9322
            "extra": {
9323
                "branch-alias": {
9324
                    "dev-master": "1.0.x-dev"
9325
                }
9326
            },
9327
            "autoload": {
9328
                "classmap": [
9329
                    "src/"
9330
                ]
9331
            },
9332
            "notification-url": "https://packagist.org/downloads/",
9333
            "license": [
9334
                "BSD-3-Clause"
9335
            ],
9336
            "authors": [
9337
                {
9338
                    "name": "Sebastian Bergmann",
9339
                    "email": "[email protected]"
9340
                }
9341
            ],
9342
            "description": "Provides a list of PHP built-in functions that operate on resources",
9343
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
9344
            "time": "2015-07-28T20:34:47+00:00"
9345
        },
9346
        {
9347
            "name": "sebastian/version",
9348
            "version": "2.0.1",
9349
            "source": {
9350
                "type": "git",
9351
                "url": "https://github.com/sebastianbergmann/version.git",
9352
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
9353
            },
9354
            "dist": {
9355
                "type": "zip",
9356
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
9357
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
9358
                "shasum": ""
9359
            },
9360
            "require": {
9361
                "php": ">=5.6"
9362
            },
9363
            "type": "library",
9364
            "extra": {
9365
                "branch-alias": {
9366
                    "dev-master": "2.0.x-dev"
9367
                }
9368
            },
9369
            "autoload": {
9370
                "classmap": [
9371
                    "src/"
9372
                ]
9373
            },
9374
            "notification-url": "https://packagist.org/downloads/",
9375
            "license": [
9376
                "BSD-3-Clause"
9377
            ],
9378
            "authors": [
9379
                {
9380
                    "name": "Sebastian Bergmann",
9381
                    "email": "[email protected]",
9382
                    "role": "lead"
9383
                }
9384
            ],
9385
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9386
            "homepage": "https://github.com/sebastianbergmann/version",
9387
            "time": "2016-10-03T07:35:21+00:00"
9388
        }
9389
    ],
9390
    "aliases": [],
9391
    "minimum-stability": "stable",
9392
    "stability-flags": {
9393
        "doctrine/phpcr-odm": 20,
9394
        "symfony-cmf/block-bundle": 20,
9395
        "symfony-cmf/media-bundle": 20,
9396
        "symfony-cmf/menu-bundle": 20
9397
    },
9398
    "prefer-stable": true,
9399
    "prefer-lowest": false,
9400
    "platform": {
9401
        "php": "^7.1"
9402
    },
9403
    "platform-dev": []
9404
}
9405