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