Completed
Push — profiles-entity ( 44ff50...635457 )
by jelmer
21:26 queued 14:01
created

composer.lock (1 issue)

Severity
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": "e61d3f75fbcb5b0412b6e5c72721db89",
8
    "packages": [
9
        {
10
            "name": "aws/aws-sdk-php",
11
            "version": "3.52.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/aws/aws-sdk-php.git",
15
                "reference": "1bc98d7f1f4b6ffb3c54d6a854d5ee5b7137e220"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1bc98d7f1f4b6ffb3c54d6a854d5ee5b7137e220",
20
                "reference": "1bc98d7f1f4b6ffb3c54d6a854d5ee5b7137e220",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-json": "*",
25
                "ext-pcre": "*",
26
                "ext-simplexml": "*",
27
                "ext-spl": "*",
28
                "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
29
                "guzzlehttp/promises": "~1.0",
30
                "guzzlehttp/psr7": "^1.4.1",
31
                "mtdowling/jmespath.php": "~2.2",
32
                "php": ">=5.5"
33
            },
34
            "require-dev": {
35
                "andrewsville/php-token-reflection": "^1.4",
36
                "aws/aws-php-sns-message-validator": "~1.0",
37
                "behat/behat": "~3.0",
38
                "doctrine/cache": "~1.4",
39
                "ext-dom": "*",
40
                "ext-openssl": "*",
41
                "nette/neon": "^2.3",
42
                "phpunit/phpunit": "^4.8.35|^5.4.3",
43
                "psr/cache": "^1.0"
44
            },
45
            "suggest": {
46
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
47
                "doctrine/cache": "To use the DoctrineCacheAdapter",
48
                "ext-curl": "To send requests using cURL",
49
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
50
            },
51
            "type": "library",
52
            "extra": {
53
                "branch-alias": {
54
                    "dev-master": "3.0-dev"
55
                }
56
            },
57
            "autoload": {
58
                "psr-4": {
59
                    "Aws\\": "src/"
60
                },
61
                "files": [
62
                    "src/functions.php"
63
                ]
64
            },
65
            "notification-url": "https://packagist.org/downloads/",
66
            "license": [
67
                "Apache-2.0"
68
            ],
69
            "authors": [
70
                {
71
                    "name": "Amazon Web Services",
72
                    "homepage": "http://aws.amazon.com"
73
                }
74
            ],
75
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
76
            "homepage": "http://aws.amazon.com/sdkforphp",
77
            "keywords": [
78
                "amazon",
79
                "aws",
80
                "cloud",
81
                "dynamodb",
82
                "ec2",
83
                "glacier",
84
                "s3",
85
                "sdk"
86
            ],
87
            "time": "2018-01-22T22:20:45+00:00"
88
        },
89
        {
90
            "name": "beberlei/assert",
91
            "version": "v2.8.1",
92
            "source": {
93
                "type": "git",
94
                "url": "https://github.com/beberlei/assert.git",
95
                "reference": "fd8dc8f6de4645ccf4d1a0b38a6b8fdaf2e8b337"
96
            },
97
            "dist": {
98
                "type": "zip",
99
                "url": "https://api.github.com/repos/beberlei/assert/zipball/fd8dc8f6de4645ccf4d1a0b38a6b8fdaf2e8b337",
100
                "reference": "fd8dc8f6de4645ccf4d1a0b38a6b8fdaf2e8b337",
101
                "shasum": ""
102
            },
103
            "require": {
104
                "ext-mbstring": "*",
105
                "php": ">=5.3"
106
            },
107
            "require-dev": {
108
                "friendsofphp/php-cs-fixer": "^2.1.1",
109
                "phpunit/phpunit": "^4.8.35|^5.7"
110
            },
111
            "type": "library",
112
            "autoload": {
113
                "psr-4": {
114
                    "Assert\\": "lib/Assert"
115
                },
116
                "files": [
117
                    "lib/Assert/functions.php"
118
                ]
119
            },
120
            "notification-url": "https://packagist.org/downloads/",
121
            "license": [
122
                "BSD-2-Clause"
123
            ],
124
            "authors": [
125
                {
126
                    "name": "Benjamin Eberlei",
127
                    "email": "[email protected]",
128
                    "role": "Lead Developer"
129
                },
130
                {
131
                    "name": "Richard Quadling",
132
                    "email": "[email protected]",
133
                    "role": "Collaborator"
134
                }
135
            ],
136
            "description": "Thin assertion library for input validation in business models.",
137
            "keywords": [
138
                "assert",
139
                "assertion",
140
                "validation"
141
            ],
142
            "time": "2017-11-30T13:25:15+00:00"
143
        },
144
        {
145
            "name": "behat/transliterator",
146
            "version": "v1.2.0",
147
            "source": {
148
                "type": "git",
149
                "url": "https://github.com/Behat/Transliterator.git",
150
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
151
            },
152
            "dist": {
153
                "type": "zip",
154
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
155
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
156
                "shasum": ""
157
            },
158
            "require": {
159
                "php": ">=5.3.3"
160
            },
161
            "require-dev": {
162
                "chuyskywalker/rolling-curl": "^3.1",
163
                "php-yaoi/php-yaoi": "^1.0"
164
            },
165
            "type": "library",
166
            "extra": {
167
                "branch-alias": {
168
                    "dev-master": "1.2-dev"
169
                }
170
            },
171
            "autoload": {
172
                "psr-0": {
173
                    "Behat\\Transliterator": "src/"
174
                }
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "Artistic-1.0"
179
            ],
180
            "description": "String transliterator",
181
            "keywords": [
182
                "i18n",
183
                "slug",
184
                "transliterator"
185
            ],
186
            "time": "2017-04-04T11:38:05+00:00"
187
        },
188
        {
189
            "name": "campaignmonitor/createsend-php",
190
            "version": "5.1.2",
191
            "source": {
192
                "type": "git",
193
                "url": "https://github.com/campaignmonitor/createsend-php.git",
194
                "reference": "dafaff661d651f41b959022ae7dce4f703fb7541"
195
            },
196
            "dist": {
197
                "type": "zip",
198
                "url": "https://api.github.com/repos/campaignmonitor/createsend-php/zipball/dafaff661d651f41b959022ae7dce4f703fb7541",
199
                "reference": "dafaff661d651f41b959022ae7dce4f703fb7541",
200
                "shasum": ""
201
            },
202
            "require": {
203
                "php": ">=5.3.0"
204
            },
205
            "require-dev": {
206
                "simpletest/simpletest": "~1.1.3"
207
            },
208
            "type": "library",
209
            "autoload": {
210
                "classmap": [
211
                    "csrest_administrators.php",
212
                    "csrest_campaigns.php",
213
                    "csrest_clients.php",
214
                    "csrest_general.php",
215
                    "csrest_events.php",
216
                    "csrest_lists.php",
217
                    "csrest_people.php",
218
                    "csrest_segments.php",
219
                    "csrest_subscribers.php",
220
                    "csrest_templates.php",
221
                    "csrest_transactional_classicemail.php",
222
                    "csrest_transactional_smartemail.php",
223
                    "csrest_transactional_timeline.php"
224
                ]
225
            },
226
            "notification-url": "https://packagist.org/downloads/",
227
            "license": [
228
                "MIT"
229
            ],
230
            "authors": [
231
                {
232
                    "name": "Toby Brain",
233
                    "email": "[email protected]",
234
                    "role": "Developer"
235
                }
236
            ],
237
            "description": "A php library which implements the complete functionality of the Campaign Monitor API.",
238
            "homepage": "http://campaignmonitor.github.io/createsend-php/",
239
            "keywords": [
240
                "api",
241
                "campaign",
242
                "monitor"
243
            ],
244
            "time": "2017-05-15T05:59:55+00:00"
245
        },
246
        {
247
            "name": "doctrine/annotations",
248
            "version": "v1.6.0",
249
            "source": {
250
                "type": "git",
251
                "url": "https://github.com/doctrine/annotations.git",
252
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
253
            },
254
            "dist": {
255
                "type": "zip",
256
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
257
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
258
                "shasum": ""
259
            },
260
            "require": {
261
                "doctrine/lexer": "1.*",
262
                "php": "^7.1"
263
            },
264
            "require-dev": {
265
                "doctrine/cache": "1.*",
266
                "phpunit/phpunit": "^6.4"
267
            },
268
            "type": "library",
269
            "extra": {
270
                "branch-alias": {
271
                    "dev-master": "1.6.x-dev"
272
                }
273
            },
274
            "autoload": {
275
                "psr-4": {
276
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
277
                }
278
            },
279
            "notification-url": "https://packagist.org/downloads/",
280
            "license": [
281
                "MIT"
282
            ],
283
            "authors": [
284
                {
285
                    "name": "Roman Borschel",
286
                    "email": "[email protected]"
287
                },
288
                {
289
                    "name": "Benjamin Eberlei",
290
                    "email": "[email protected]"
291
                },
292
                {
293
                    "name": "Guilherme Blanco",
294
                    "email": "[email protected]"
295
                },
296
                {
297
                    "name": "Jonathan Wage",
298
                    "email": "[email protected]"
299
                },
300
                {
301
                    "name": "Johannes Schmitt",
302
                    "email": "[email protected]"
303
                }
304
            ],
305
            "description": "Docblock Annotations Parser",
306
            "homepage": "http://www.doctrine-project.org",
307
            "keywords": [
308
                "annotations",
309
                "docblock",
310
                "parser"
311
            ],
312
            "time": "2017-12-06T07:11:42+00:00"
313
        },
314
        {
315
            "name": "doctrine/cache",
316
            "version": "v1.7.1",
317
            "source": {
318
                "type": "git",
319
                "url": "https://github.com/doctrine/cache.git",
320
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
321
            },
322
            "dist": {
323
                "type": "zip",
324
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
325
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
326
                "shasum": ""
327
            },
328
            "require": {
329
                "php": "~7.1"
330
            },
331
            "conflict": {
332
                "doctrine/common": ">2.2,<2.4"
333
            },
334
            "require-dev": {
335
                "alcaeus/mongo-php-adapter": "^1.1",
336
                "mongodb/mongodb": "^1.1",
337
                "phpunit/phpunit": "^5.7",
338
                "predis/predis": "~1.0"
339
            },
340
            "suggest": {
341
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
342
            },
343
            "type": "library",
344
            "extra": {
345
                "branch-alias": {
346
                    "dev-master": "1.7.x-dev"
347
                }
348
            },
349
            "autoload": {
350
                "psr-4": {
351
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "MIT"
357
            ],
358
            "authors": [
359
                {
360
                    "name": "Roman Borschel",
361
                    "email": "[email protected]"
362
                },
363
                {
364
                    "name": "Benjamin Eberlei",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Guilherme Blanco",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Jonathan Wage",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Johannes Schmitt",
377
                    "email": "[email protected]"
378
                }
379
            ],
380
            "description": "Caching library offering an object-oriented API for many cache backends",
381
            "homepage": "http://www.doctrine-project.org",
382
            "keywords": [
383
                "cache",
384
                "caching"
385
            ],
386
            "time": "2017-08-25T07:02:50+00:00"
387
        },
388
        {
389
            "name": "doctrine/collections",
390
            "version": "v1.5.0",
391
            "source": {
392
                "type": "git",
393
                "url": "https://github.com/doctrine/collections.git",
394
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
395
            },
396
            "dist": {
397
                "type": "zip",
398
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
399
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
400
                "shasum": ""
401
            },
402
            "require": {
403
                "php": "^7.1"
404
            },
405
            "require-dev": {
406
                "doctrine/coding-standard": "~0.1@dev",
407
                "phpunit/phpunit": "^5.7"
408
            },
409
            "type": "library",
410
            "extra": {
411
                "branch-alias": {
412
                    "dev-master": "1.3.x-dev"
413
                }
414
            },
415
            "autoload": {
416
                "psr-0": {
417
                    "Doctrine\\Common\\Collections\\": "lib/"
418
                }
419
            },
420
            "notification-url": "https://packagist.org/downloads/",
421
            "license": [
422
                "MIT"
423
            ],
424
            "authors": [
425
                {
426
                    "name": "Roman Borschel",
427
                    "email": "[email protected]"
428
                },
429
                {
430
                    "name": "Benjamin Eberlei",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Guilherme Blanco",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Jonathan Wage",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Johannes Schmitt",
443
                    "email": "[email protected]"
444
                }
445
            ],
446
            "description": "Collections Abstraction library",
447
            "homepage": "http://www.doctrine-project.org",
448
            "keywords": [
449
                "array",
450
                "collections",
451
                "iterator"
452
            ],
453
            "time": "2017-07-22T10:37:32+00:00"
454
        },
455
        {
456
            "name": "doctrine/common",
457
            "version": "v2.8.1",
458
            "source": {
459
                "type": "git",
460
                "url": "https://github.com/doctrine/common.git",
461
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
462
            },
463
            "dist": {
464
                "type": "zip",
465
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
466
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
467
                "shasum": ""
468
            },
469
            "require": {
470
                "doctrine/annotations": "1.*",
471
                "doctrine/cache": "1.*",
472
                "doctrine/collections": "1.*",
473
                "doctrine/inflector": "1.*",
474
                "doctrine/lexer": "1.*",
475
                "php": "~7.1"
476
            },
477
            "require-dev": {
478
                "phpunit/phpunit": "^5.7"
479
            },
480
            "type": "library",
481
            "extra": {
482
                "branch-alias": {
483
                    "dev-master": "2.8.x-dev"
484
                }
485
            },
486
            "autoload": {
487
                "psr-4": {
488
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Roman Borschel",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Benjamin Eberlei",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Guilherme Blanco",
506
                    "email": "[email protected]"
507
                },
508
                {
509
                    "name": "Jonathan Wage",
510
                    "email": "[email protected]"
511
                },
512
                {
513
                    "name": "Johannes Schmitt",
514
                    "email": "[email protected]"
515
                }
516
            ],
517
            "description": "Common Library for Doctrine projects",
518
            "homepage": "http://www.doctrine-project.org",
519
            "keywords": [
520
                "annotations",
521
                "collections",
522
                "eventmanager",
523
                "persistence",
524
                "spl"
525
            ],
526
            "time": "2017-08-31T08:43:38+00:00"
527
        },
528
        {
529
            "name": "doctrine/dbal",
530
            "version": "v2.6.3",
531
            "source": {
532
                "type": "git",
533
                "url": "https://github.com/doctrine/dbal.git",
534
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
535
            },
536
            "dist": {
537
                "type": "zip",
538
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
539
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
540
                "shasum": ""
541
            },
542
            "require": {
543
                "doctrine/common": "^2.7.1",
544
                "ext-pdo": "*",
545
                "php": "^7.1"
546
            },
547
            "require-dev": {
548
                "phpunit/phpunit": "^5.4.6",
549
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
550
                "symfony/console": "2.*||^3.0"
551
            },
552
            "suggest": {
553
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
554
            },
555
            "bin": [
556
                "bin/doctrine-dbal"
557
            ],
558
            "type": "library",
559
            "extra": {
560
                "branch-alias": {
561
                    "dev-master": "2.6.x-dev"
562
                }
563
            },
564
            "autoload": {
565
                "psr-0": {
566
                    "Doctrine\\DBAL\\": "lib/"
567
                }
568
            },
569
            "notification-url": "https://packagist.org/downloads/",
570
            "license": [
571
                "MIT"
572
            ],
573
            "authors": [
574
                {
575
                    "name": "Roman Borschel",
576
                    "email": "[email protected]"
577
                },
578
                {
579
                    "name": "Benjamin Eberlei",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Guilherme Blanco",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Jonathan Wage",
588
                    "email": "[email protected]"
589
                }
590
            ],
591
            "description": "Database Abstraction Layer",
592
            "homepage": "http://www.doctrine-project.org",
593
            "keywords": [
594
                "database",
595
                "dbal",
596
                "persistence",
597
                "queryobject"
598
            ],
599
            "time": "2017-11-19T13:38:54+00:00"
600
        },
601
        {
602
            "name": "doctrine/doctrine-bundle",
603
            "version": "1.8.1",
604
            "source": {
605
                "type": "git",
606
                "url": "https://github.com/doctrine/DoctrineBundle.git",
607
                "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87"
608
            },
609
            "dist": {
610
                "type": "zip",
611
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/eb6e4fb904a459be28872765ab6e2d246aac7c87",
612
                "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87",
613
                "shasum": ""
614
            },
615
            "require": {
616
                "doctrine/dbal": "^2.5.12",
617
                "doctrine/doctrine-cache-bundle": "~1.2",
618
                "jdorn/sql-formatter": "^1.2.16",
619
                "php": "^5.5.9|^7.0",
620
                "symfony/console": "~2.7|~3.0|~4.0",
621
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
622
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
623
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
624
            },
625
            "conflict": {
626
                "symfony/http-foundation": "<2.6"
627
            },
628
            "require-dev": {
629
                "doctrine/orm": "~2.3",
630
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
631
                "satooshi/php-coveralls": "^1.0",
632
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
633
                "symfony/property-info": "~2.8|~3.0|~4.0",
634
                "symfony/validator": "~2.7|~3.0|~4.0",
635
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
636
                "symfony/yaml": "~2.7|~3.0|~4.0",
637
                "twig/twig": "~1.26|~2.0"
638
            },
639
            "suggest": {
640
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
641
                "symfony/web-profiler-bundle": "To use the data collector."
642
            },
643
            "type": "symfony-bundle",
644
            "extra": {
645
                "branch-alias": {
646
                    "dev-master": "1.8.x-dev"
647
                }
648
            },
649
            "autoload": {
650
                "psr-4": {
651
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
652
                }
653
            },
654
            "notification-url": "https://packagist.org/downloads/",
655
            "license": [
656
                "MIT"
657
            ],
658
            "authors": [
659
                {
660
                    "name": "Symfony Community",
661
                    "homepage": "http://symfony.com/contributors"
662
                },
663
                {
664
                    "name": "Benjamin Eberlei",
665
                    "email": "[email protected]"
666
                },
667
                {
668
                    "name": "Doctrine Project",
669
                    "homepage": "http://www.doctrine-project.org/"
670
                },
671
                {
672
                    "name": "Fabien Potencier",
673
                    "email": "[email protected]"
674
                }
675
            ],
676
            "description": "Symfony DoctrineBundle",
677
            "homepage": "http://www.doctrine-project.org",
678
            "keywords": [
679
                "database",
680
                "dbal",
681
                "orm",
682
                "persistence"
683
            ],
684
            "time": "2017-11-24T13:09:19+00:00"
685
        },
686
        {
687
            "name": "doctrine/doctrine-cache-bundle",
688
            "version": "1.3.2",
689
            "source": {
690
                "type": "git",
691
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
692
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
693
            },
694
            "dist": {
695
                "type": "zip",
696
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
697
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
698
                "shasum": ""
699
            },
700
            "require": {
701
                "doctrine/cache": "^1.4.2",
702
                "doctrine/inflector": "~1.0",
703
                "php": ">=5.3.2",
704
                "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
705
            },
706
            "require-dev": {
707
                "instaclick/coding-standard": "~1.1",
708
                "instaclick/object-calisthenics-sniffs": "dev-master",
709
                "instaclick/symfony2-coding-standard": "dev-remaster",
710
                "phpunit/phpunit": "~4",
711
                "predis/predis": "~0.8",
712
                "satooshi/php-coveralls": "^1.0",
713
                "squizlabs/php_codesniffer": "~1.5",
714
                "symfony/console": "~2.2|~3.0|~4.0",
715
                "symfony/finder": "~2.2|~3.0|~4.0",
716
                "symfony/framework-bundle": "~2.2|~3.0|~4.0",
717
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
718
                "symfony/security-acl": "~2.3|~3.0",
719
                "symfony/validator": "~2.2|~3.0|~4.0",
720
                "symfony/yaml": "~2.2|~3.0|~4.0"
721
            },
722
            "suggest": {
723
                "symfony/security-acl": "For using this bundle to cache ACLs"
724
            },
725
            "type": "symfony-bundle",
726
            "extra": {
727
                "branch-alias": {
728
                    "dev-master": "1.3.x-dev"
729
                }
730
            },
731
            "autoload": {
732
                "psr-4": {
733
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
734
                }
735
            },
736
            "notification-url": "https://packagist.org/downloads/",
737
            "license": [
738
                "MIT"
739
            ],
740
            "authors": [
741
                {
742
                    "name": "Symfony Community",
743
                    "homepage": "http://symfony.com/contributors"
744
                },
745
                {
746
                    "name": "Benjamin Eberlei",
747
                    "email": "[email protected]"
748
                },
749
                {
750
                    "name": "Fabio B. Silva",
751
                    "email": "[email protected]"
752
                },
753
                {
754
                    "name": "Guilherme Blanco",
755
                    "email": "[email protected]"
756
                },
757
                {
758
                    "name": "Doctrine Project",
759
                    "homepage": "http://www.doctrine-project.org/"
760
                },
761
                {
762
                    "name": "Fabien Potencier",
763
                    "email": "[email protected]"
764
                }
765
            ],
766
            "description": "Symfony Bundle for Doctrine Cache",
767
            "homepage": "http://www.doctrine-project.org",
768
            "keywords": [
769
                "cache",
770
                "caching"
771
            ],
772
            "time": "2017-10-12T17:23:29+00:00"
773
        },
774
        {
775
            "name": "doctrine/inflector",
776
            "version": "v1.3.0",
777
            "source": {
778
                "type": "git",
779
                "url": "https://github.com/doctrine/inflector.git",
780
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
781
            },
782
            "dist": {
783
                "type": "zip",
784
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
785
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
786
                "shasum": ""
787
            },
788
            "require": {
789
                "php": "^7.1"
790
            },
791
            "require-dev": {
792
                "phpunit/phpunit": "^6.2"
793
            },
794
            "type": "library",
795
            "extra": {
796
                "branch-alias": {
797
                    "dev-master": "1.3.x-dev"
798
                }
799
            },
800
            "autoload": {
801
                "psr-4": {
802
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
803
                }
804
            },
805
            "notification-url": "https://packagist.org/downloads/",
806
            "license": [
807
                "MIT"
808
            ],
809
            "authors": [
810
                {
811
                    "name": "Roman Borschel",
812
                    "email": "[email protected]"
813
                },
814
                {
815
                    "name": "Benjamin Eberlei",
816
                    "email": "[email protected]"
817
                },
818
                {
819
                    "name": "Guilherme Blanco",
820
                    "email": "[email protected]"
821
                },
822
                {
823
                    "name": "Jonathan Wage",
824
                    "email": "[email protected]"
825
                },
826
                {
827
                    "name": "Johannes Schmitt",
828
                    "email": "[email protected]"
829
                }
830
            ],
831
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
832
            "homepage": "http://www.doctrine-project.org",
833
            "keywords": [
834
                "inflection",
835
                "pluralize",
836
                "singularize",
837
                "string"
838
            ],
839
            "time": "2018-01-09T20:05:19+00:00"
840
        },
841
        {
842
            "name": "doctrine/instantiator",
843
            "version": "1.1.0",
844
            "source": {
845
                "type": "git",
846
                "url": "https://github.com/doctrine/instantiator.git",
847
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
848
            },
849
            "dist": {
850
                "type": "zip",
851
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
852
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
853
                "shasum": ""
854
            },
855
            "require": {
856
                "php": "^7.1"
857
            },
858
            "require-dev": {
859
                "athletic/athletic": "~0.1.8",
860
                "ext-pdo": "*",
861
                "ext-phar": "*",
862
                "phpunit/phpunit": "^6.2.3",
863
                "squizlabs/php_codesniffer": "^3.0.2"
864
            },
865
            "type": "library",
866
            "extra": {
867
                "branch-alias": {
868
                    "dev-master": "1.2.x-dev"
869
                }
870
            },
871
            "autoload": {
872
                "psr-4": {
873
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
874
                }
875
            },
876
            "notification-url": "https://packagist.org/downloads/",
877
            "license": [
878
                "MIT"
879
            ],
880
            "authors": [
881
                {
882
                    "name": "Marco Pivetta",
883
                    "email": "[email protected]",
884
                    "homepage": "http://ocramius.github.com/"
885
                }
886
            ],
887
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
888
            "homepage": "https://github.com/doctrine/instantiator",
889
            "keywords": [
890
                "constructor",
891
                "instantiate"
892
            ],
893
            "time": "2017-07-22T11:58:36+00:00"
894
        },
895
        {
896
            "name": "doctrine/lexer",
897
            "version": "v1.0.1",
898
            "source": {
899
                "type": "git",
900
                "url": "https://github.com/doctrine/lexer.git",
901
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
902
            },
903
            "dist": {
904
                "type": "zip",
905
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
906
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
907
                "shasum": ""
908
            },
909
            "require": {
910
                "php": ">=5.3.2"
911
            },
912
            "type": "library",
913
            "extra": {
914
                "branch-alias": {
915
                    "dev-master": "1.0.x-dev"
916
                }
917
            },
918
            "autoload": {
919
                "psr-0": {
920
                    "Doctrine\\Common\\Lexer\\": "lib/"
921
                }
922
            },
923
            "notification-url": "https://packagist.org/downloads/",
924
            "license": [
925
                "MIT"
926
            ],
927
            "authors": [
928
                {
929
                    "name": "Roman Borschel",
930
                    "email": "[email protected]"
931
                },
932
                {
933
                    "name": "Guilherme Blanco",
934
                    "email": "[email protected]"
935
                },
936
                {
937
                    "name": "Johannes Schmitt",
938
                    "email": "[email protected]"
939
                }
940
            ],
941
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
942
            "homepage": "http://www.doctrine-project.org",
943
            "keywords": [
944
                "lexer",
945
                "parser"
946
            ],
947
            "time": "2014-09-09T13:34:57+00:00"
948
        },
949
        {
950
            "name": "doctrine/orm",
951
            "version": "v2.6.0",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/doctrine/doctrine2.git",
955
                "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/374e7ace49d864dad8cddbc55346447c8a6a2083",
960
                "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "doctrine/annotations": "~1.5",
965
                "doctrine/cache": "~1.6",
966
                "doctrine/collections": "^1.4",
967
                "doctrine/common": "^2.7.1",
968
                "doctrine/dbal": "^2.6",
969
                "doctrine/instantiator": "~1.1",
970
                "ext-pdo": "*",
971
                "php": "^7.1",
972
                "symfony/console": "~3.0|~4.0"
973
            },
974
            "require-dev": {
975
                "doctrine/coding-standard": "^1.0",
976
                "phpunit/phpunit": "^6.5",
977
                "squizlabs/php_codesniffer": "^3.2",
978
                "symfony/yaml": "~3.4|~4.0"
979
            },
980
            "suggest": {
981
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
982
            },
983
            "bin": [
984
                "bin/doctrine"
985
            ],
986
            "type": "library",
987
            "extra": {
988
                "branch-alias": {
989
                    "dev-master": "2.6.x-dev"
990
                }
991
            },
992
            "autoload": {
993
                "psr-4": {
994
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
995
                }
996
            },
997
            "notification-url": "https://packagist.org/downloads/",
998
            "license": [
999
                "MIT"
1000
            ],
1001
            "authors": [
1002
                {
1003
                    "name": "Roman Borschel",
1004
                    "email": "[email protected]"
1005
                },
1006
                {
1007
                    "name": "Benjamin Eberlei",
1008
                    "email": "[email protected]"
1009
                },
1010
                {
1011
                    "name": "Guilherme Blanco",
1012
                    "email": "[email protected]"
1013
                },
1014
                {
1015
                    "name": "Jonathan Wage",
1016
                    "email": "[email protected]"
1017
                },
1018
                {
1019
                    "name": "Marco Pivetta",
1020
                    "email": "[email protected]"
1021
                }
1022
            ],
1023
            "description": "Object-Relational-Mapper for PHP",
1024
            "homepage": "http://www.doctrine-project.org",
1025
            "keywords": [
1026
                "database",
1027
                "orm"
1028
            ],
1029
            "time": "2017-12-20T00:38:15+00:00"
1030
        },
1031
        {
1032
            "name": "egulias/email-validator",
1033
            "version": "2.1.3",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/egulias/EmailValidator.git",
1037
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
1042
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "doctrine/lexer": "^1.0.1",
1047
                "php": ">= 5.5"
1048
            },
1049
            "require-dev": {
1050
                "dominicsayers/isemail": "dev-master",
1051
                "phpunit/phpunit": "^4.8.35",
1052
                "satooshi/php-coveralls": "^1.0.1"
1053
            },
1054
            "suggest": {
1055
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1056
            },
1057
            "type": "library",
1058
            "extra": {
1059
                "branch-alias": {
1060
                    "dev-master": "2.0.x-dev"
1061
                }
1062
            },
1063
            "autoload": {
1064
                "psr-4": {
1065
                    "Egulias\\EmailValidator\\": "EmailValidator"
1066
                }
1067
            },
1068
            "notification-url": "https://packagist.org/downloads/",
1069
            "license": [
1070
                "MIT"
1071
            ],
1072
            "authors": [
1073
                {
1074
                    "name": "Eduardo Gulias Davis"
1075
                }
1076
            ],
1077
            "description": "A library for validating emails against several RFCs",
1078
            "homepage": "https://github.com/egulias/EmailValidator",
1079
            "keywords": [
1080
                "email",
1081
                "emailvalidation",
1082
                "emailvalidator",
1083
                "validation",
1084
                "validator"
1085
            ],
1086
            "time": "2017-11-15T23:40:40+00:00"
1087
        },
1088
        {
1089
            "name": "fig/link-util",
1090
            "version": "1.0.0",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/php-fig/link-util.git",
1094
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1099
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "php": ">=5.5.0",
1104
                "psr/link": "~1.0@dev"
1105
            },
1106
            "require-dev": {
1107
                "phpunit/phpunit": "^5.1",
1108
                "squizlabs/php_codesniffer": "^2.3.1"
1109
            },
1110
            "type": "library",
1111
            "extra": {
1112
                "branch-alias": {
1113
                    "dev-master": "1.0.x-dev"
1114
                }
1115
            },
1116
            "autoload": {
1117
                "psr-4": {
1118
                    "Fig\\Link\\": "src/"
1119
                }
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "PHP-FIG",
1128
                    "homepage": "http://www.php-fig.org/"
1129
                }
1130
            ],
1131
            "description": "Common utility implementations for HTTP links",
1132
            "keywords": [
1133
                "http",
1134
                "http-link",
1135
                "link",
1136
                "psr",
1137
                "psr-13",
1138
                "rest"
1139
            ],
1140
            "time": "2016-10-17T18:31:11+00:00"
1141
        },
1142
        {
1143
            "name": "google/apiclient",
1144
            "version": "v1.1.8",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/google/google-api-php-client.git",
1148
                "reference": "85309a3520bb5f53368d43e35fd24f43c9556323"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/google/google-api-php-client/zipball/85309a3520bb5f53368d43e35fd24f43c9556323",
1153
                "reference": "85309a3520bb5f53368d43e35fd24f43c9556323",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": ">=5.2.1"
1158
            },
1159
            "require-dev": {
1160
                "phpunit/phpunit": "3.7.*",
1161
                "squizlabs/php_codesniffer": "~2.3"
1162
            },
1163
            "type": "library",
1164
            "extra": {
1165
                "branch-alias": {
1166
                    "dev-v1-master": "1.1.x-dev"
1167
                }
1168
            },
1169
            "autoload": {
1170
                "files": [
1171
                    "src/Google/autoload.php"
1172
                ]
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "Apache-2.0"
1177
            ],
1178
            "description": "Client library for Google APIs",
1179
            "homepage": "http://developers.google.com/api-client-library/php",
1180
            "keywords": [
1181
                "google"
1182
            ],
1183
            "time": "2016-06-06T21:22:48+00:00"
1184
        },
1185
        {
1186
            "name": "google/recaptcha",
1187
            "version": "1.1.3",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/google/recaptcha.git",
1191
                "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
1196
                "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "php": ">=5.5"
1201
            },
1202
            "require-dev": {
1203
                "phpunit/phpunit": "^4.8"
1204
            },
1205
            "type": "library",
1206
            "extra": {
1207
                "branch-alias": {
1208
                    "dev-master": "1.1.x-dev"
1209
                }
1210
            },
1211
            "autoload": {
1212
                "psr-4": {
1213
                    "ReCaptcha\\": "src/ReCaptcha"
1214
                }
1215
            },
1216
            "notification-url": "https://packagist.org/downloads/",
1217
            "license": [
1218
                "BSD-3-Clause"
1219
            ],
1220
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
1221
            "homepage": "http://www.google.com/recaptcha/",
1222
            "keywords": [
1223
                "Abuse",
1224
                "captcha",
1225
                "recaptcha",
1226
                "spam"
1227
            ],
1228
            "time": "2017-03-09T18:44:34+00:00"
1229
        },
1230
        {
1231
            "name": "guzzlehttp/guzzle",
1232
            "version": "6.3.0",
1233
            "source": {
1234
                "type": "git",
1235
                "url": "https://github.com/guzzle/guzzle.git",
1236
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1237
            },
1238
            "dist": {
1239
                "type": "zip",
1240
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1241
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1242
                "shasum": ""
1243
            },
1244
            "require": {
1245
                "guzzlehttp/promises": "^1.0",
1246
                "guzzlehttp/psr7": "^1.4",
1247
                "php": ">=5.5"
1248
            },
1249
            "require-dev": {
1250
                "ext-curl": "*",
1251
                "phpunit/phpunit": "^4.0 || ^5.0",
1252
                "psr/log": "^1.0"
1253
            },
1254
            "suggest": {
1255
                "psr/log": "Required for using the Log middleware"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "6.2-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "files": [
1265
                    "src/functions_include.php"
1266
                ],
1267
                "psr-4": {
1268
                    "GuzzleHttp\\": "src/"
1269
                }
1270
            },
1271
            "notification-url": "https://packagist.org/downloads/",
1272
            "license": [
1273
                "MIT"
1274
            ],
1275
            "authors": [
1276
                {
1277
                    "name": "Michael Dowling",
1278
                    "email": "[email protected]",
1279
                    "homepage": "https://github.com/mtdowling"
1280
                }
1281
            ],
1282
            "description": "Guzzle is a PHP HTTP client library",
1283
            "homepage": "http://guzzlephp.org/",
1284
            "keywords": [
1285
                "client",
1286
                "curl",
1287
                "framework",
1288
                "http",
1289
                "http client",
1290
                "rest",
1291
                "web service"
1292
            ],
1293
            "time": "2017-06-22T18:50:49+00:00"
1294
        },
1295
        {
1296
            "name": "guzzlehttp/promises",
1297
            "version": "v1.3.1",
1298
            "source": {
1299
                "type": "git",
1300
                "url": "https://github.com/guzzle/promises.git",
1301
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1302
            },
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1306
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1307
                "shasum": ""
1308
            },
1309
            "require": {
1310
                "php": ">=5.5.0"
1311
            },
1312
            "require-dev": {
1313
                "phpunit/phpunit": "^4.0"
1314
            },
1315
            "type": "library",
1316
            "extra": {
1317
                "branch-alias": {
1318
                    "dev-master": "1.4-dev"
1319
                }
1320
            },
1321
            "autoload": {
1322
                "psr-4": {
1323
                    "GuzzleHttp\\Promise\\": "src/"
1324
                },
1325
                "files": [
1326
                    "src/functions_include.php"
1327
                ]
1328
            },
1329
            "notification-url": "https://packagist.org/downloads/",
1330
            "license": [
1331
                "MIT"
1332
            ],
1333
            "authors": [
1334
                {
1335
                    "name": "Michael Dowling",
1336
                    "email": "[email protected]",
1337
                    "homepage": "https://github.com/mtdowling"
1338
                }
1339
            ],
1340
            "description": "Guzzle promises library",
1341
            "keywords": [
1342
                "promise"
1343
            ],
1344
            "time": "2016-12-20T10:07:11+00:00"
1345
        },
1346
        {
1347
            "name": "guzzlehttp/psr7",
1348
            "version": "1.4.2",
1349
            "source": {
1350
                "type": "git",
1351
                "url": "https://github.com/guzzle/psr7.git",
1352
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1353
            },
1354
            "dist": {
1355
                "type": "zip",
1356
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1357
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1358
                "shasum": ""
1359
            },
1360
            "require": {
1361
                "php": ">=5.4.0",
1362
                "psr/http-message": "~1.0"
1363
            },
1364
            "provide": {
1365
                "psr/http-message-implementation": "1.0"
1366
            },
1367
            "require-dev": {
1368
                "phpunit/phpunit": "~4.0"
1369
            },
1370
            "type": "library",
1371
            "extra": {
1372
                "branch-alias": {
1373
                    "dev-master": "1.4-dev"
1374
                }
1375
            },
1376
            "autoload": {
1377
                "psr-4": {
1378
                    "GuzzleHttp\\Psr7\\": "src/"
1379
                },
1380
                "files": [
1381
                    "src/functions_include.php"
1382
                ]
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Michael Dowling",
1391
                    "email": "[email protected]",
1392
                    "homepage": "https://github.com/mtdowling"
1393
                },
1394
                {
1395
                    "name": "Tobias Schultze",
1396
                    "homepage": "https://github.com/Tobion"
1397
                }
1398
            ],
1399
            "description": "PSR-7 message implementation that also provides common utility methods",
1400
            "keywords": [
1401
                "http",
1402
                "message",
1403
                "request",
1404
                "response",
1405
                "stream",
1406
                "uri",
1407
                "url"
1408
            ],
1409
            "time": "2017-03-20T17:10:46+00:00"
1410
        },
1411
        {
1412
            "name": "illuminate/contracts",
1413
            "version": "v5.5.28",
1414
            "source": {
1415
                "type": "git",
1416
                "url": "https://github.com/illuminate/contracts.git",
1417
                "reference": "03e9014d2091a30b025c895aa6d39c2755576ea5"
1418
            },
1419
            "dist": {
1420
                "type": "zip",
1421
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/03e9014d2091a30b025c895aa6d39c2755576ea5",
1422
                "reference": "03e9014d2091a30b025c895aa6d39c2755576ea5",
1423
                "shasum": ""
1424
            },
1425
            "require": {
1426
                "php": ">=7.0",
1427
                "psr/container": "~1.0",
1428
                "psr/simple-cache": "~1.0"
1429
            },
1430
            "type": "library",
1431
            "extra": {
1432
                "branch-alias": {
1433
                    "dev-master": "5.5-dev"
1434
                }
1435
            },
1436
            "autoload": {
1437
                "psr-4": {
1438
                    "Illuminate\\Contracts\\": ""
1439
                }
1440
            },
1441
            "notification-url": "https://packagist.org/downloads/",
1442
            "license": [
1443
                "MIT"
1444
            ],
1445
            "authors": [
1446
                {
1447
                    "name": "Taylor Otwell",
1448
                    "email": "[email protected]"
1449
                }
1450
            ],
1451
            "description": "The Illuminate Contracts package.",
1452
            "homepage": "https://laravel.com",
1453
            "time": "2017-11-22T19:01:14+00:00"
1454
        },
1455
        {
1456
            "name": "illuminate/support",
1457
            "version": "v5.5.28",
1458
            "source": {
1459
                "type": "git",
1460
                "url": "https://github.com/illuminate/support.git",
1461
                "reference": "4db3cc82b483172b1b25d9dfcec684927f5c8cf9"
1462
            },
1463
            "dist": {
1464
                "type": "zip",
1465
                "url": "https://api.github.com/repos/illuminate/support/zipball/4db3cc82b483172b1b25d9dfcec684927f5c8cf9",
1466
                "reference": "4db3cc82b483172b1b25d9dfcec684927f5c8cf9",
1467
                "shasum": ""
1468
            },
1469
            "require": {
1470
                "doctrine/inflector": "~1.1",
1471
                "ext-mbstring": "*",
1472
                "illuminate/contracts": "5.5.*",
1473
                "nesbot/carbon": "^1.20",
1474
                "php": ">=7.0"
1475
            },
1476
            "replace": {
1477
                "tightenco/collect": "self.version"
1478
            },
1479
            "suggest": {
1480
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
1481
                "symfony/process": "Required to use the composer class (~3.3).",
1482
                "symfony/var-dumper": "Required to use the dd function (~3.3)."
1483
            },
1484
            "type": "library",
1485
            "extra": {
1486
                "branch-alias": {
1487
                    "dev-master": "5.5-dev"
1488
                }
1489
            },
1490
            "autoload": {
1491
                "psr-4": {
1492
                    "Illuminate\\Support\\": ""
1493
                },
1494
                "files": [
1495
                    "helpers.php"
1496
                ]
1497
            },
1498
            "notification-url": "https://packagist.org/downloads/",
1499
            "license": [
1500
                "MIT"
1501
            ],
1502
            "authors": [
1503
                {
1504
                    "name": "Taylor Otwell",
1505
                    "email": "[email protected]"
1506
                }
1507
            ],
1508
            "description": "The Illuminate Support package.",
1509
            "homepage": "https://laravel.com",
1510
            "time": "2017-12-24T20:02:59+00:00"
1511
        },
1512
        {
1513
            "name": "imagine/imagine",
1514
            "version": "v0.7.1",
1515
            "source": {
1516
                "type": "git",
1517
                "url": "https://github.com/avalanche123/Imagine.git",
1518
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa"
1519
            },
1520
            "dist": {
1521
                "type": "zip",
1522
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa",
1523
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa",
1524
                "shasum": ""
1525
            },
1526
            "require": {
1527
                "php": ">=5.3.2"
1528
            },
1529
            "require-dev": {
1530
                "sami/sami": "^3.3",
1531
                "symfony/phpunit-bridge": "^3.2"
1532
            },
1533
            "suggest": {
1534
                "ext-gd": "to use the GD implementation",
1535
                "ext-gmagick": "to use the Gmagick implementation",
1536
                "ext-imagick": "to use the Imagick implementation"
1537
            },
1538
            "type": "library",
1539
            "extra": {
1540
                "branch-alias": {
1541
                    "dev-develop": "0.7-dev"
1542
                }
1543
            },
1544
            "autoload": {
1545
                "psr-0": {
1546
                    "Imagine": "lib/"
1547
                }
1548
            },
1549
            "notification-url": "https://packagist.org/downloads/",
1550
            "license": [
1551
                "MIT"
1552
            ],
1553
            "authors": [
1554
                {
1555
                    "name": "Bulat Shakirzyanov",
1556
                    "email": "[email protected]",
1557
                    "homepage": "http://avalanche123.com"
1558
                }
1559
            ],
1560
            "description": "Image processing for PHP 5.3",
1561
            "homepage": "http://imagine.readthedocs.org/",
1562
            "keywords": [
1563
                "drawing",
1564
                "graphics",
1565
                "image manipulation",
1566
                "image processing"
1567
            ],
1568
            "time": "2017-05-16T10:31:22+00:00"
1569
        },
1570
        {
1571
            "name": "jdorn/sql-formatter",
1572
            "version": "v1.2.17",
1573
            "source": {
1574
                "type": "git",
1575
                "url": "https://github.com/jdorn/sql-formatter.git",
1576
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1577
            },
1578
            "dist": {
1579
                "type": "zip",
1580
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1581
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1582
                "shasum": ""
1583
            },
1584
            "require": {
1585
                "php": ">=5.2.4"
1586
            },
1587
            "require-dev": {
1588
                "phpunit/phpunit": "3.7.*"
1589
            },
1590
            "type": "library",
1591
            "extra": {
1592
                "branch-alias": {
1593
                    "dev-master": "1.3.x-dev"
1594
                }
1595
            },
1596
            "autoload": {
1597
                "classmap": [
1598
                    "lib"
1599
                ]
1600
            },
1601
            "notification-url": "https://packagist.org/downloads/",
1602
            "license": [
1603
                "MIT"
1604
            ],
1605
            "authors": [
1606
                {
1607
                    "name": "Jeremy Dorn",
1608
                    "email": "[email protected]",
1609
                    "homepage": "http://jeremydorn.com/"
1610
                }
1611
            ],
1612
            "description": "a PHP SQL highlighting library",
1613
            "homepage": "https://github.com/jdorn/sql-formatter/",
1614
            "keywords": [
1615
                "highlight",
1616
                "sql"
1617
            ],
1618
            "time": "2014-01-12T16:20:24+00:00"
1619
        },
1620
        {
1621
            "name": "kriswallsmith/assetic",
1622
            "version": "v1.4.0",
1623
            "source": {
1624
                "type": "git",
1625
                "url": "https://github.com/kriswallsmith/assetic.git",
1626
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
1627
            },
1628
            "dist": {
1629
                "type": "zip",
1630
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1631
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1632
                "shasum": ""
1633
            },
1634
            "require": {
1635
                "php": ">=5.3.1",
1636
                "symfony/process": "~2.1|~3.0"
1637
            },
1638
            "conflict": {
1639
                "twig/twig": "<1.27"
1640
            },
1641
            "require-dev": {
1642
                "leafo/lessphp": "^0.3.7",
1643
                "leafo/scssphp": "~0.1",
1644
                "meenie/javascript-packer": "^1.1",
1645
                "mrclay/minify": "<2.3",
1646
                "natxet/cssmin": "3.0.4",
1647
                "patchwork/jsqueeze": "~1.0|~2.0",
1648
                "phpunit/phpunit": "~4.8 || ^5.6",
1649
                "psr/log": "~1.0",
1650
                "ptachoire/cssembed": "~1.0",
1651
                "symfony/phpunit-bridge": "~2.7|~3.0",
1652
                "twig/twig": "~1.23|~2.0",
1653
                "yfix/packager": "dev-master"
1654
            },
1655
            "suggest": {
1656
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1657
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1658
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1659
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1660
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1661
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1662
            },
1663
            "type": "library",
1664
            "extra": {
1665
                "branch-alias": {
1666
                    "dev-master": "1.4-dev"
1667
                }
1668
            },
1669
            "autoload": {
1670
                "psr-0": {
1671
                    "Assetic": "src/"
1672
                },
1673
                "files": [
1674
                    "src/functions.php"
1675
                ]
1676
            },
1677
            "notification-url": "https://packagist.org/downloads/",
1678
            "license": [
1679
                "MIT"
1680
            ],
1681
            "authors": [
1682
                {
1683
                    "name": "Kris Wallsmith",
1684
                    "email": "[email protected]",
1685
                    "homepage": "http://kriswallsmith.net/"
1686
                }
1687
            ],
1688
            "description": "Asset Management for PHP",
1689
            "homepage": "https://github.com/kriswallsmith/assetic",
1690
            "keywords": [
1691
                "assets",
1692
                "compression",
1693
                "minification"
1694
            ],
1695
            "time": "2016-11-11T18:43:20+00:00"
1696
        },
1697
        {
1698
            "name": "league/flysystem",
1699
            "version": "1.0.41",
1700
            "source": {
1701
                "type": "git",
1702
                "url": "https://github.com/thephpleague/flysystem.git",
1703
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
1704
            },
1705
            "dist": {
1706
                "type": "zip",
1707
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
1708
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
1709
                "shasum": ""
1710
            },
1711
            "require": {
1712
                "php": ">=5.5.9"
1713
            },
1714
            "conflict": {
1715
                "league/flysystem-sftp": "<1.0.6"
1716
            },
1717
            "require-dev": {
1718
                "ext-fileinfo": "*",
1719
                "mockery/mockery": "~0.9",
1720
                "phpspec/phpspec": "^2.2",
1721
                "phpunit/phpunit": "~4.8"
1722
            },
1723
            "suggest": {
1724
                "ext-fileinfo": "Required for MimeType",
1725
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1726
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1727
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1728
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1729
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1730
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1731
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1732
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1733
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1734
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1735
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1736
            },
1737
            "type": "library",
1738
            "extra": {
1739
                "branch-alias": {
1740
                    "dev-master": "1.1-dev"
1741
                }
1742
            },
1743
            "autoload": {
1744
                "psr-4": {
1745
                    "League\\Flysystem\\": "src/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "Frank de Jonge",
1755
                    "email": "[email protected]"
1756
                }
1757
            ],
1758
            "description": "Filesystem abstraction: Many filesystems, one API.",
1759
            "keywords": [
1760
                "Cloud Files",
1761
                "WebDAV",
1762
                "abstraction",
1763
                "aws",
1764
                "cloud",
1765
                "copy.com",
1766
                "dropbox",
1767
                "file systems",
1768
                "files",
1769
                "filesystem",
1770
                "filesystems",
1771
                "ftp",
1772
                "rackspace",
1773
                "remote",
1774
                "s3",
1775
                "sftp",
1776
                "storage"
1777
            ],
1778
            "time": "2017-08-06T17:41:04+00:00"
1779
        },
1780
        {
1781
            "name": "league/flysystem-aws-s3-v3",
1782
            "version": "1.0.18",
1783
            "source": {
1784
                "type": "git",
1785
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1786
                "reference": "dc09b19f455750663b922ed52dcc0ff215bed284"
1787
            },
1788
            "dist": {
1789
                "type": "zip",
1790
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/dc09b19f455750663b922ed52dcc0ff215bed284",
1791
                "reference": "dc09b19f455750663b922ed52dcc0ff215bed284",
1792
                "shasum": ""
1793
            },
1794
            "require": {
1795
                "aws/aws-sdk-php": "^3.0.0",
1796
                "league/flysystem": "^1.0.40",
1797
                "php": ">=5.5.0"
1798
            },
1799
            "require-dev": {
1800
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1801
                "phpspec/phpspec": "^2.0.0"
1802
            },
1803
            "type": "library",
1804
            "extra": {
1805
                "branch-alias": {
1806
                    "dev-master": "1.0-dev"
1807
                }
1808
            },
1809
            "autoload": {
1810
                "psr-4": {
1811
                    "League\\Flysystem\\AwsS3v3\\": "src/"
1812
                }
1813
            },
1814
            "notification-url": "https://packagist.org/downloads/",
1815
            "license": [
1816
                "MIT"
1817
            ],
1818
            "authors": [
1819
                {
1820
                    "name": "Frank de Jonge",
1821
                    "email": "[email protected]"
1822
                }
1823
            ],
1824
            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
1825
            "time": "2017-06-30T06:29:25+00:00"
1826
        },
1827
        {
1828
            "name": "league/flysystem-cached-adapter",
1829
            "version": "1.0.6",
1830
            "source": {
1831
                "type": "git",
1832
                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1833
                "reference": "93eec679c57f8510816577f361988b10b5b57351"
1834
            },
1835
            "dist": {
1836
                "type": "zip",
1837
                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/93eec679c57f8510816577f361988b10b5b57351",
1838
                "reference": "93eec679c57f8510816577f361988b10b5b57351",
1839
                "shasum": ""
1840
            },
1841
            "require": {
1842
                "league/flysystem": "~1.0",
1843
                "psr/cache": "^1.0.0"
1844
            },
1845
            "require-dev": {
1846
                "henrikbjorn/phpspec-code-coverage": "~1.0@dev",
1847
                "mockery/mockery": "~0.9",
1848
                "phpspec/phpspec": "~2.1",
1849
                "phpunit/phpunit": "~4.1",
1850
                "predis/predis": "~1.0",
1851
                "tedivm/stash": "~0.12"
1852
            },
1853
            "suggest": {
1854
                "ext-phpredis": "Pure C implemented extension for PHP"
1855
            },
1856
            "type": "library",
1857
            "autoload": {
1858
                "psr-4": {
1859
                    "League\\Flysystem\\Cached\\": "src/"
1860
                }
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "MIT"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "frankdejonge",
1869
                    "email": "[email protected]"
1870
                }
1871
            ],
1872
            "description": "An adapter decorator to enable meta-data caching.",
1873
            "time": "2017-03-20T09:59:34+00:00"
1874
        },
1875
        {
1876
            "name": "liip/imagine-bundle",
1877
            "version": "1.9.1",
1878
            "source": {
1879
                "type": "git",
1880
                "url": "https://github.com/liip/LiipImagineBundle.git",
1881
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6"
1882
            },
1883
            "dist": {
1884
                "type": "zip",
1885
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/3084c77e984ec669e0d645250a3cb1077d8b92f6",
1886
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6",
1887
                "shasum": ""
1888
            },
1889
            "require": {
1890
                "imagine/imagine": "^0.6.3|^0.7.0,<0.8",
1891
                "php": "^5.3.9|^7.0",
1892
                "symfony/asset": "~2.3|~3.0",
1893
                "symfony/filesystem": "~2.3|~3.0",
1894
                "symfony/finder": "~2.3|~3.0",
1895
                "symfony/framework-bundle": "~2.3|~3.0",
1896
                "symfony/options-resolver": "~2.3|~3.0",
1897
                "symfony/process": "~2.3|~3.0",
1898
                "symfony/templating": "~2.3|~3.0",
1899
                "symfony/translation": "~2.3|~3.0"
1900
            },
1901
            "require-dev": {
1902
                "amazonwebservices/aws-sdk-for-php": "~1.0",
1903
                "aws/aws-sdk-php": "~2.4",
1904
                "doctrine/cache": "~1.1",
1905
                "doctrine/orm": "~2.3",
1906
                "ext-gd": "*",
1907
                "friendsofphp/php-cs-fixer": "~1.0",
1908
                "phpunit/phpunit": "~4.3|~5.0",
1909
                "psr/log": "~1.0",
1910
                "satooshi/php-coveralls": "~1.0",
1911
                "sllh/php-cs-fixer-styleci-bridge": "~2.1",
1912
                "symfony/browser-kit": "~2.3|~3.0",
1913
                "symfony/console": "~2.3|~3.0",
1914
                "symfony/dependency-injection": "~2.3|~3.0",
1915
                "symfony/form": "~2.3|~3.0",
1916
                "symfony/phpunit-bridge": "~2.3|~3.0",
1917
                "symfony/validator": "~2.3|~3.0",
1918
                "symfony/yaml": "~2.3|~3.0",
1919
                "twig/twig": "~1.12|~2.0"
1920
            },
1921
            "suggest": {
1922
                "alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
1923
                "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
1924
                "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
1925
                "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
1926
                "enqueue/enqueue-bundle": "add if you like to process images in background",
1927
                "ext-exif": "required to read EXIF metadata from images",
1928
                "ext-gd": "required to use gd driver",
1929
                "ext-gmagick": "required to use gmagick driver",
1930
                "ext-imagick": "required to use imagick driver",
1931
                "ext-mongo": "required for mongodb components on PHP <7.0",
1932
                "ext-mongodb": "required for mongodb components on PHP >=7.0",
1933
                "league/flysystem": "required to use FlySystem data loader or cache resolver",
1934
                "monolog/monolog": "A psr/log compatible logger is required to enable logging",
1935
                "twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed"
1936
            },
1937
            "type": "symfony-bundle",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-1.0": "1.7-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "psr-4": {
1945
                    "Liip\\ImagineBundle\\": ""
1946
                },
1947
                "exclude-from-classmap": [
1948
                    "/Tests/"
1949
                ]
1950
            },
1951
            "notification-url": "https://packagist.org/downloads/",
1952
            "license": [
1953
                "MIT"
1954
            ],
1955
            "authors": [
1956
                {
1957
                    "name": "Liip and other contributors",
1958
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
1959
                }
1960
            ],
1961
            "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
1962
            "homepage": "http://liip.ch",
1963
            "keywords": [
1964
                "bundle",
1965
                "image",
1966
                "imagine",
1967
                "liip",
1968
                "manipulation",
1969
                "photos",
1970
                "pictures",
1971
                "symfony",
1972
                "transformation"
1973
            ],
1974
            "time": "2017-09-09T03:53:30+00:00"
1975
        },
1976
        {
1977
            "name": "mailmotor/campaignmonitor-bundle",
1978
            "version": "2.0.0",
1979
            "source": {
1980
                "type": "git",
1981
                "url": "https://github.com/mailmotor/campaignmonitor-bundle.git",
1982
                "reference": "d3168dbbdb6ef103ecac64b59a19f77bb4f7fa17"
1983
            },
1984
            "dist": {
1985
                "type": "zip",
1986
                "url": "https://api.github.com/repos/mailmotor/campaignmonitor-bundle/zipball/d3168dbbdb6ef103ecac64b59a19f77bb4f7fa17",
1987
                "reference": "d3168dbbdb6ef103ecac64b59a19f77bb4f7fa17",
1988
                "shasum": ""
1989
            },
1990
            "require": {
1991
                "campaignmonitor/createsend-php": "~5.0",
1992
                "mailmotor/mailmotor-bundle": "^3.0",
1993
                "php": "^7.1"
1994
            },
1995
            "type": "library",
1996
            "autoload": {
1997
                "psr-4": {
1998
                    "MailMotor\\Bundle\\CampaignMonitorBundle\\": ""
1999
                }
2000
            },
2001
            "notification-url": "https://packagist.org/downloads/",
2002
            "license": [
2003
                "MIT"
2004
            ],
2005
            "authors": [
2006
                {
2007
                    "name": "Jeroen Desloovere",
2008
                    "email": "[email protected]",
2009
                    "homepage": "http://jeroendesloovere.be",
2010
                    "role": "Developer"
2011
                }
2012
            ],
2013
            "description": "This Symfony2 bundle loads in CampaignMonitor as a service. So you can subscribe/unsubscribe members to CampaignMonitor.",
2014
            "homepage": "https://github.com/mailmotor/campaignmonitor-bundle",
2015
            "keywords": [
2016
                "Campaign Monitor",
2017
                "Symfony2",
2018
                "bundle",
2019
                "php"
2020
            ],
2021
            "time": "2017-06-20T14:46:07+00:00"
2022
        },
2023
        {
2024
            "name": "mailmotor/mailchimp-bundle",
2025
            "version": "3.0.1",
2026
            "source": {
2027
                "type": "git",
2028
                "url": "https://github.com/mailmotor/mailchimp-bundle.git",
2029
                "reference": "4b5c4acde74955249d8671cc2d2d11cd633e7cdd"
2030
            },
2031
            "dist": {
2032
                "type": "zip",
2033
                "url": "https://api.github.com/repos/mailmotor/mailchimp-bundle/zipball/4b5c4acde74955249d8671cc2d2d11cd633e7cdd",
2034
                "reference": "4b5c4acde74955249d8671cc2d2d11cd633e7cdd",
2035
                "shasum": ""
2036
            },
2037
            "require": {
2038
                "mailmotor/mailmotor-bundle": "^3.0",
2039
                "pacely/mailchimp-apiv3": "~1.0",
2040
                "php": "^7.1"
2041
            },
2042
            "type": "library",
2043
            "autoload": {
2044
                "psr-4": {
2045
                    "MailMotor\\Bundle\\MailChimpBundle\\": ""
2046
                }
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "MIT"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Jeroen Desloovere",
2055
                    "email": "[email protected]",
2056
                    "homepage": "http://jeroendesloovere.be",
2057
                    "role": "Developer"
2058
                }
2059
            ],
2060
            "description": "This Symfony2 bundle loads in MailChimp as a service. So you can subscribe/unsubscribe members to MailChimp.",
2061
            "homepage": "https://github.com/mailmotor/mailchimp-bundle",
2062
            "keywords": [
2063
                "Symfony2",
2064
                "bundle",
2065
                "php"
2066
            ],
2067
            "time": "2017-09-28T07:55:04+00:00"
2068
        },
2069
        {
2070
            "name": "mailmotor/mailmotor-bundle",
2071
            "version": "3.0.3",
2072
            "source": {
2073
                "type": "git",
2074
                "url": "https://github.com/mailmotor/mailmotor-bundle.git",
2075
                "reference": "61336f1862a93a3169148b3face3e6fcd3efe9cf"
2076
            },
2077
            "dist": {
2078
                "type": "zip",
2079
                "url": "https://api.github.com/repos/mailmotor/mailmotor-bundle/zipball/61336f1862a93a3169148b3face3e6fcd3efe9cf",
2080
                "reference": "61336f1862a93a3169148b3face3e6fcd3efe9cf",
2081
                "shasum": ""
2082
            },
2083
            "require": {
2084
                "php": "^7.1",
2085
                "symfony/http-kernel": "^2.3|^3.0"
2086
            },
2087
            "require-dev": {
2088
                "symfony/framework-bundle": "^2.3|^3.0"
2089
            },
2090
            "type": "library",
2091
            "autoload": {
2092
                "psr-4": {
2093
                    "MailMotor\\Bundle\\MailMotorBundle\\": ""
2094
                }
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "MIT"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Jeroen Desloovere",
2103
                    "email": "[email protected]",
2104
                    "homepage": "http://jeroendesloovere.be",
2105
                    "role": "Developer"
2106
                }
2107
            ],
2108
            "description": "This Symfony bundle loads in MailMotor as a service. So you can subscribe/unsubscribe members to any mailinglist managing API. F.e.: MailChimp, CampaignMonitor, ...",
2109
            "homepage": "https://github.com/mailmotor/mailmotor-bundle",
2110
            "keywords": [
2111
                "bundle",
2112
                "php",
2113
                "symfony"
2114
            ],
2115
            "time": "2017-07-26T16:46:42+00:00"
2116
        },
2117
        {
2118
            "name": "matthiasmullie/minify",
2119
            "version": "1.3.58",
2120
            "source": {
2121
                "type": "git",
2122
                "url": "https://github.com/matthiasmullie/minify.git",
2123
                "reference": "aee56fe6c706662c5991bb1f88cabe19430c60fe"
2124
            },
2125
            "dist": {
2126
                "type": "zip",
2127
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/aee56fe6c706662c5991bb1f88cabe19430c60fe",
2128
                "reference": "aee56fe6c706662c5991bb1f88cabe19430c60fe",
2129
                "shasum": ""
2130
            },
2131
            "require": {
2132
                "ext-pcre": "*",
2133
                "matthiasmullie/path-converter": "~1.1",
2134
                "php": ">=5.3.0"
2135
            },
2136
            "require-dev": {
2137
                "friendsofphp/php-cs-fixer": "~2.0",
2138
                "matthiasmullie/scrapbook": "~1.0",
2139
                "phpunit/phpunit": "~4.8"
2140
            },
2141
            "suggest": {
2142
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
2143
            },
2144
            "bin": [
2145
                "bin/minifycss",
2146
                "bin/minifyjs"
2147
            ],
2148
            "type": "library",
2149
            "autoload": {
2150
                "psr-4": {
2151
                    "MatthiasMullie\\Minify\\": "src/"
2152
                }
2153
            },
2154
            "notification-url": "https://packagist.org/downloads/",
2155
            "license": [
2156
                "MIT"
2157
            ],
2158
            "authors": [
2159
                {
2160
                    "name": "Matthias Mullie",
2161
                    "email": "[email protected]",
2162
                    "homepage": "http://www.mullie.eu",
2163
                    "role": "Developer"
2164
                }
2165
            ],
2166
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
2167
            "homepage": "http://www.minifier.org",
2168
            "keywords": [
2169
                "JS",
2170
                "css",
2171
                "javascript",
2172
                "minifier",
2173
                "minify"
2174
            ],
2175
            "time": "2018-01-08T10:01:42+00:00"
2176
        },
2177
        {
2178
            "name": "matthiasmullie/path-converter",
2179
            "version": "1.1.0",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/matthiasmullie/path-converter.git",
2183
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/08551ec1b156e923c242a10ab484bd4d6ead6631",
2188
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "ext-pcre": "*",
2193
                "php": ">=5.3.0"
2194
            },
2195
            "require-dev": {
2196
                "phpunit/phpunit": "~4.8"
2197
            },
2198
            "type": "library",
2199
            "autoload": {
2200
                "psr-4": {
2201
                    "MatthiasMullie\\PathConverter\\": "src/"
2202
                }
2203
            },
2204
            "notification-url": "https://packagist.org/downloads/",
2205
            "license": [
2206
                "MIT"
2207
            ],
2208
            "authors": [
2209
                {
2210
                    "name": "Matthias Mullie",
2211
                    "email": "[email protected]",
2212
                    "homepage": "http://www.mullie.eu",
2213
                    "role": "Developer"
2214
                }
2215
            ],
2216
            "description": "Relative path converter",
2217
            "homepage": "http://github.com/matthiasmullie/path-converter",
2218
            "keywords": [
2219
                "converter",
2220
                "path",
2221
                "paths",
2222
                "relative"
2223
            ],
2224
            "time": "2017-01-26T08:54:49+00:00"
2225
        },
2226
        {
2227
            "name": "matthiasmullie/scrapbook",
2228
            "version": "1.4.5",
2229
            "source": {
2230
                "type": "git",
2231
                "url": "https://github.com/matthiasmullie/scrapbook.git",
2232
                "reference": "b5429256f9926849be322532f4357400f72a2462"
2233
            },
2234
            "dist": {
2235
                "type": "zip",
2236
                "url": "https://api.github.com/repos/matthiasmullie/scrapbook/zipball/b5429256f9926849be322532f4357400f72a2462",
2237
                "reference": "b5429256f9926849be322532f4357400f72a2462",
2238
                "shasum": ""
2239
            },
2240
            "require": {
2241
                "php": "^5.3|^7.0",
2242
                "psr/cache": "~1.0",
2243
                "psr/simple-cache": "~1.0"
2244
            },
2245
            "provide": {
2246
                "psr/cache-implementation": "~1.0",
2247
                "psr/simple-cache-implementation": "~1.0"
2248
            },
2249
            "require-dev": {
2250
                "friendsofphp/php-cs-fixer": "~2.0",
2251
                "phpunit/phpunit": "~4.8|~5.0|~6.0"
2252
            },
2253
            "suggest": {
2254
                "ext-apc": ">=3.1.1",
2255
                "ext-couchbase": ">=2.0.0",
2256
                "ext-memcached": ">=2.0.0",
2257
                "ext-pdo": ">=0.1.0",
2258
                "ext-redis": ">=2.2.0 || 0.0.0.0",
2259
                "league/flysystem": "~1.0"
2260
            },
2261
            "type": "library",
2262
            "autoload": {
2263
                "psr-4": {
2264
                    "MatthiasMullie\\Scrapbook\\": "src/"
2265
                }
2266
            },
2267
            "notification-url": "https://packagist.org/downloads/",
2268
            "license": [
2269
                "MIT"
2270
            ],
2271
            "authors": [
2272
                {
2273
                    "name": "Matthias Mullie",
2274
                    "email": "[email protected]",
2275
                    "homepage": "http://www.mullie.eu",
2276
                    "role": "Developer"
2277
                }
2278
            ],
2279
            "description": "Scrapbook is a caching environment for PHP, with adapters for e.g. Memcached, Redis, Couchbase, APC, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.",
2280
            "homepage": "http://scrapbook.cash",
2281
            "keywords": [
2282
                "Buffer",
2283
                "Flysystem",
2284
                "apc",
2285
                "buffered",
2286
                "cache",
2287
                "caching",
2288
                "commit",
2289
                "couchbase",
2290
                "filesystem",
2291
                "key",
2292
                "memcached",
2293
                "mitigation",
2294
                "mysql",
2295
                "postgresql",
2296
                "protection",
2297
                "psr-16",
2298
                "psr-6",
2299
                "psr-cache",
2300
                "psr-simple-cache",
2301
                "redis",
2302
                "rollback",
2303
                "sql",
2304
                "sqlite",
2305
                "stampede",
2306
                "store",
2307
                "transaction",
2308
                "transactional",
2309
                "value"
2310
            ],
2311
            "time": "2017-12-05T17:26:51+00:00"
2312
        },
2313
        {
2314
            "name": "monolog/monolog",
2315
            "version": "1.23.0",
2316
            "source": {
2317
                "type": "git",
2318
                "url": "https://github.com/Seldaek/monolog.git",
2319
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2320
            },
2321
            "dist": {
2322
                "type": "zip",
2323
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2324
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2325
                "shasum": ""
2326
            },
2327
            "require": {
2328
                "php": ">=5.3.0",
2329
                "psr/log": "~1.0"
2330
            },
2331
            "provide": {
2332
                "psr/log-implementation": "1.0.0"
2333
            },
2334
            "require-dev": {
2335
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2336
                "doctrine/couchdb": "~1.0@dev",
2337
                "graylog2/gelf-php": "~1.0",
2338
                "jakub-onderka/php-parallel-lint": "0.9",
2339
                "php-amqplib/php-amqplib": "~2.4",
2340
                "php-console/php-console": "^3.1.3",
2341
                "phpunit/phpunit": "~4.5",
2342
                "phpunit/phpunit-mock-objects": "2.3.0",
2343
                "ruflin/elastica": ">=0.90 <3.0",
2344
                "sentry/sentry": "^0.13",
2345
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2346
            },
2347
            "suggest": {
2348
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2349
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2350
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2351
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2352
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2353
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2354
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2355
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2356
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2357
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2358
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2359
            },
2360
            "type": "library",
2361
            "extra": {
2362
                "branch-alias": {
2363
                    "dev-master": "2.0.x-dev"
2364
                }
2365
            },
2366
            "autoload": {
2367
                "psr-4": {
2368
                    "Monolog\\": "src/Monolog"
2369
                }
2370
            },
2371
            "notification-url": "https://packagist.org/downloads/",
2372
            "license": [
2373
                "MIT"
2374
            ],
2375
            "authors": [
2376
                {
2377
                    "name": "Jordi Boggiano",
2378
                    "email": "[email protected]",
2379
                    "homepage": "http://seld.be"
2380
                }
2381
            ],
2382
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2383
            "homepage": "http://github.com/Seldaek/monolog",
2384
            "keywords": [
2385
                "log",
2386
                "logging",
2387
                "psr-3"
2388
            ],
2389
            "time": "2017-06-19T01:22:40+00:00"
2390
        },
2391
        {
2392
            "name": "mtdowling/jmespath.php",
2393
            "version": "2.4.0",
2394
            "source": {
2395
                "type": "git",
2396
                "url": "https://github.com/jmespath/jmespath.php.git",
2397
                "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2398
            },
2399
            "dist": {
2400
                "type": "zip",
2401
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2402
                "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2403
                "shasum": ""
2404
            },
2405
            "require": {
2406
                "php": ">=5.4.0"
2407
            },
2408
            "require-dev": {
2409
                "phpunit/phpunit": "~4.0"
2410
            },
2411
            "bin": [
2412
                "bin/jp.php"
2413
            ],
2414
            "type": "library",
2415
            "extra": {
2416
                "branch-alias": {
2417
                    "dev-master": "2.0-dev"
2418
                }
2419
            },
2420
            "autoload": {
2421
                "psr-4": {
2422
                    "JmesPath\\": "src/"
2423
                },
2424
                "files": [
2425
                    "src/JmesPath.php"
2426
                ]
2427
            },
2428
            "notification-url": "https://packagist.org/downloads/",
2429
            "license": [
2430
                "MIT"
2431
            ],
2432
            "authors": [
2433
                {
2434
                    "name": "Michael Dowling",
2435
                    "email": "[email protected]",
2436
                    "homepage": "https://github.com/mtdowling"
2437
                }
2438
            ],
2439
            "description": "Declaratively specify how to extract elements from a JSON document",
2440
            "keywords": [
2441
                "json",
2442
                "jsonpath"
2443
            ],
2444
            "time": "2016-12-03T22:08:25+00:00"
2445
        },
2446
        {
2447
            "name": "nesbot/carbon",
2448
            "version": "1.22.1",
2449
            "source": {
2450
                "type": "git",
2451
                "url": "https://github.com/briannesbitt/Carbon.git",
2452
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
2453
            },
2454
            "dist": {
2455
                "type": "zip",
2456
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
2457
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
2458
                "shasum": ""
2459
            },
2460
            "require": {
2461
                "php": ">=5.3.0",
2462
                "symfony/translation": "~2.6 || ~3.0"
2463
            },
2464
            "require-dev": {
2465
                "friendsofphp/php-cs-fixer": "~2",
2466
                "phpunit/phpunit": "~4.0 || ~5.0"
2467
            },
2468
            "type": "library",
2469
            "extra": {
2470
                "branch-alias": {
2471
                    "dev-master": "1.23-dev"
2472
                }
2473
            },
2474
            "autoload": {
2475
                "psr-4": {
2476
                    "Carbon\\": "src/Carbon/"
2477
                }
2478
            },
2479
            "notification-url": "https://packagist.org/downloads/",
2480
            "license": [
2481
                "MIT"
2482
            ],
2483
            "authors": [
2484
                {
2485
                    "name": "Brian Nesbitt",
2486
                    "email": "[email protected]",
2487
                    "homepage": "http://nesbot.com"
2488
                }
2489
            ],
2490
            "description": "A simple API extension for DateTime.",
2491
            "homepage": "http://carbon.nesbot.com",
2492
            "keywords": [
2493
                "date",
2494
                "datetime",
2495
                "time"
2496
            ],
2497
            "time": "2017-01-16T07:55:07+00:00"
2498
        },
2499
        {
2500
            "name": "pacely/mailchimp-apiv3",
2501
            "version": "v1.0.6",
2502
            "source": {
2503
                "type": "git",
2504
                "url": "https://github.com/pacely/mailchimp-api-v3.git",
2505
                "reference": "859943e93fef53e93af1882faee5c1338a654c88"
2506
            },
2507
            "dist": {
2508
                "type": "zip",
2509
                "url": "https://api.github.com/repos/pacely/mailchimp-api-v3/zipball/859943e93fef53e93af1882faee5c1338a654c88",
2510
                "reference": "859943e93fef53e93af1882faee5c1338a654c88",
2511
                "shasum": ""
2512
            },
2513
            "require": {
2514
                "guzzlehttp/guzzle": "~5.0|~6.0",
2515
                "illuminate/support": "~5.0",
2516
                "php": ">=5.5.0"
2517
            },
2518
            "require-dev": {
2519
                "phpspec/phpspec": "~2.2"
2520
            },
2521
            "type": "library",
2522
            "extra": {
2523
                "branch-alias": {
2524
                    "dev-master": "1.0-dev"
2525
                }
2526
            },
2527
            "autoload": {
2528
                "psr-4": {
2529
                    "Mailchimp\\": "src/"
2530
                }
2531
            },
2532
            "notification-url": "https://packagist.org/downloads/",
2533
            "license": [
2534
                "MIT"
2535
            ],
2536
            "authors": [
2537
                {
2538
                    "name": "Chris Magnussen",
2539
                    "email": "[email protected]"
2540
                }
2541
            ],
2542
            "description": "Simple API wrapper for Mailchimp API V3",
2543
            "keywords": [
2544
                "api",
2545
                "mailchimp",
2546
                "php",
2547
                "v3"
2548
            ],
2549
            "time": "2016-08-02T12:04:20+00:00"
2550
        },
2551
        {
2552
            "name": "paragonie/random_compat",
2553
            "version": "v2.0.11",
2554
            "source": {
2555
                "type": "git",
2556
                "url": "https://github.com/paragonie/random_compat.git",
2557
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
2558
            },
2559
            "dist": {
2560
                "type": "zip",
2561
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
2562
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
2563
                "shasum": ""
2564
            },
2565
            "require": {
2566
                "php": ">=5.2.0"
2567
            },
2568
            "require-dev": {
2569
                "phpunit/phpunit": "4.*|5.*"
2570
            },
2571
            "suggest": {
2572
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2573
            },
2574
            "type": "library",
2575
            "autoload": {
2576
                "files": [
2577
                    "lib/random.php"
2578
                ]
2579
            },
2580
            "notification-url": "https://packagist.org/downloads/",
2581
            "license": [
2582
                "MIT"
2583
            ],
2584
            "authors": [
2585
                {
2586
                    "name": "Paragon Initiative Enterprises",
2587
                    "email": "[email protected]",
2588
                    "homepage": "https://paragonie.com"
2589
                }
2590
            ],
2591
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2592
            "keywords": [
2593
                "csprng",
2594
                "pseudorandom",
2595
                "random"
2596
            ],
2597
            "time": "2017-09-27T21:40:39+00:00"
2598
        },
2599
        {
2600
            "name": "pimple/pimple",
2601
            "version": "v3.2.3",
2602
            "source": {
2603
                "type": "git",
2604
                "url": "https://github.com/silexphp/Pimple.git",
2605
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
2606
            },
2607
            "dist": {
2608
                "type": "zip",
2609
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
2610
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
2611
                "shasum": ""
2612
            },
2613
            "require": {
2614
                "php": ">=5.3.0",
2615
                "psr/container": "^1.0"
2616
            },
2617
            "require-dev": {
2618
                "symfony/phpunit-bridge": "^3.2"
2619
            },
2620
            "type": "library",
2621
            "extra": {
2622
                "branch-alias": {
2623
                    "dev-master": "3.2.x-dev"
2624
                }
2625
            },
2626
            "autoload": {
2627
                "psr-0": {
2628
                    "Pimple": "src/"
2629
                }
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "MIT"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Fabien Potencier",
2638
                    "email": "[email protected]"
2639
                }
2640
            ],
2641
            "description": "Pimple, a simple Dependency Injection Container",
2642
            "homepage": "http://pimple.sensiolabs.org",
2643
            "keywords": [
2644
                "container",
2645
                "dependency injection"
2646
            ],
2647
            "time": "2018-01-21T07:42:36+00:00"
2648
        },
2649
        {
2650
            "name": "psr/cache",
2651
            "version": "1.0.1",
2652
            "source": {
2653
                "type": "git",
2654
                "url": "https://github.com/php-fig/cache.git",
2655
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2656
            },
2657
            "dist": {
2658
                "type": "zip",
2659
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2660
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2661
                "shasum": ""
2662
            },
2663
            "require": {
2664
                "php": ">=5.3.0"
2665
            },
2666
            "type": "library",
2667
            "extra": {
2668
                "branch-alias": {
2669
                    "dev-master": "1.0.x-dev"
2670
                }
2671
            },
2672
            "autoload": {
2673
                "psr-4": {
2674
                    "Psr\\Cache\\": "src/"
2675
                }
2676
            },
2677
            "notification-url": "https://packagist.org/downloads/",
2678
            "license": [
2679
                "MIT"
2680
            ],
2681
            "authors": [
2682
                {
2683
                    "name": "PHP-FIG",
2684
                    "homepage": "http://www.php-fig.org/"
2685
                }
2686
            ],
2687
            "description": "Common interface for caching libraries",
2688
            "keywords": [
2689
                "cache",
2690
                "psr",
2691
                "psr-6"
2692
            ],
2693
            "time": "2016-08-06T20:24:11+00:00"
2694
        },
2695
        {
2696
            "name": "psr/container",
2697
            "version": "1.0.0",
2698
            "source": {
2699
                "type": "git",
2700
                "url": "https://github.com/php-fig/container.git",
2701
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2702
            },
2703
            "dist": {
2704
                "type": "zip",
2705
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2706
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2707
                "shasum": ""
2708
            },
2709
            "require": {
2710
                "php": ">=5.3.0"
2711
            },
2712
            "type": "library",
2713
            "extra": {
2714
                "branch-alias": {
2715
                    "dev-master": "1.0.x-dev"
2716
                }
2717
            },
2718
            "autoload": {
2719
                "psr-4": {
2720
                    "Psr\\Container\\": "src/"
2721
                }
2722
            },
2723
            "notification-url": "https://packagist.org/downloads/",
2724
            "license": [
2725
                "MIT"
2726
            ],
2727
            "authors": [
2728
                {
2729
                    "name": "PHP-FIG",
2730
                    "homepage": "http://www.php-fig.org/"
2731
                }
2732
            ],
2733
            "description": "Common Container Interface (PHP FIG PSR-11)",
2734
            "homepage": "https://github.com/php-fig/container",
2735
            "keywords": [
2736
                "PSR-11",
2737
                "container",
2738
                "container-interface",
2739
                "container-interop",
2740
                "psr"
2741
            ],
2742
            "time": "2017-02-14T16:28:37+00:00"
2743
        },
2744
        {
2745
            "name": "psr/http-message",
2746
            "version": "1.0.1",
2747
            "source": {
2748
                "type": "git",
2749
                "url": "https://github.com/php-fig/http-message.git",
2750
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2751
            },
2752
            "dist": {
2753
                "type": "zip",
2754
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2755
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2756
                "shasum": ""
2757
            },
2758
            "require": {
2759
                "php": ">=5.3.0"
2760
            },
2761
            "type": "library",
2762
            "extra": {
2763
                "branch-alias": {
2764
                    "dev-master": "1.0.x-dev"
2765
                }
2766
            },
2767
            "autoload": {
2768
                "psr-4": {
2769
                    "Psr\\Http\\Message\\": "src/"
2770
                }
2771
            },
2772
            "notification-url": "https://packagist.org/downloads/",
2773
            "license": [
2774
                "MIT"
2775
            ],
2776
            "authors": [
2777
                {
2778
                    "name": "PHP-FIG",
2779
                    "homepage": "http://www.php-fig.org/"
2780
                }
2781
            ],
2782
            "description": "Common interface for HTTP messages",
2783
            "homepage": "https://github.com/php-fig/http-message",
2784
            "keywords": [
2785
                "http",
2786
                "http-message",
2787
                "psr",
2788
                "psr-7",
2789
                "request",
2790
                "response"
2791
            ],
2792
            "time": "2016-08-06T14:39:51+00:00"
2793
        },
2794
        {
2795
            "name": "psr/link",
2796
            "version": "1.0.0",
2797
            "source": {
2798
                "type": "git",
2799
                "url": "https://github.com/php-fig/link.git",
2800
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2801
            },
2802
            "dist": {
2803
                "type": "zip",
2804
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
2805
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2806
                "shasum": ""
2807
            },
2808
            "require": {
2809
                "php": ">=5.3.0"
2810
            },
2811
            "type": "library",
2812
            "extra": {
2813
                "branch-alias": {
2814
                    "dev-master": "1.0.x-dev"
2815
                }
2816
            },
2817
            "autoload": {
2818
                "psr-4": {
2819
                    "Psr\\Link\\": "src/"
2820
                }
2821
            },
2822
            "notification-url": "https://packagist.org/downloads/",
2823
            "license": [
2824
                "MIT"
2825
            ],
2826
            "authors": [
2827
                {
2828
                    "name": "PHP-FIG",
2829
                    "homepage": "http://www.php-fig.org/"
2830
                }
2831
            ],
2832
            "description": "Common interfaces for HTTP links",
2833
            "keywords": [
2834
                "http",
2835
                "http-link",
2836
                "link",
2837
                "psr",
2838
                "psr-13",
2839
                "rest"
2840
            ],
2841
            "time": "2016-10-28T16:06:13+00:00"
2842
        },
2843
        {
2844
            "name": "psr/log",
2845
            "version": "1.0.2",
2846
            "source": {
2847
                "type": "git",
2848
                "url": "https://github.com/php-fig/log.git",
2849
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2850
            },
2851
            "dist": {
2852
                "type": "zip",
2853
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2854
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2855
                "shasum": ""
2856
            },
2857
            "require": {
2858
                "php": ">=5.3.0"
2859
            },
2860
            "type": "library",
2861
            "extra": {
2862
                "branch-alias": {
2863
                    "dev-master": "1.0.x-dev"
2864
                }
2865
            },
2866
            "autoload": {
2867
                "psr-4": {
2868
                    "Psr\\Log\\": "Psr/Log/"
2869
                }
2870
            },
2871
            "notification-url": "https://packagist.org/downloads/",
2872
            "license": [
2873
                "MIT"
2874
            ],
2875
            "authors": [
2876
                {
2877
                    "name": "PHP-FIG",
2878
                    "homepage": "http://www.php-fig.org/"
2879
                }
2880
            ],
2881
            "description": "Common interface for logging libraries",
2882
            "homepage": "https://github.com/php-fig/log",
2883
            "keywords": [
2884
                "log",
2885
                "psr",
2886
                "psr-3"
2887
            ],
2888
            "time": "2016-10-10T12:19:37+00:00"
2889
        },
2890
        {
2891
            "name": "psr/simple-cache",
2892
            "version": "1.0.0",
2893
            "source": {
2894
                "type": "git",
2895
                "url": "https://github.com/php-fig/simple-cache.git",
2896
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
2897
            },
2898
            "dist": {
2899
                "type": "zip",
2900
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
2901
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
2902
                "shasum": ""
2903
            },
2904
            "require": {
2905
                "php": ">=5.3.0"
2906
            },
2907
            "type": "library",
2908
            "extra": {
2909
                "branch-alias": {
2910
                    "dev-master": "1.0.x-dev"
2911
                }
2912
            },
2913
            "autoload": {
2914
                "psr-4": {
2915
                    "Psr\\SimpleCache\\": "src/"
2916
                }
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "MIT"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "PHP-FIG",
2925
                    "homepage": "http://www.php-fig.org/"
2926
                }
2927
            ],
2928
            "description": "Common interfaces for simple caching",
2929
            "keywords": [
2930
                "cache",
2931
                "caching",
2932
                "psr",
2933
                "psr-16",
2934
                "simple-cache"
2935
            ],
2936
            "time": "2017-01-02T13:31:39+00:00"
2937
        },
2938
        {
2939
            "name": "ramsey/uuid",
2940
            "version": "3.7.3",
2941
            "source": {
2942
                "type": "git",
2943
                "url": "https://github.com/ramsey/uuid.git",
2944
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
2945
            },
2946
            "dist": {
2947
                "type": "zip",
2948
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2949
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2950
                "shasum": ""
2951
            },
2952
            "require": {
2953
                "paragonie/random_compat": "^1.0|^2.0",
2954
                "php": "^5.4 || ^7.0"
2955
            },
2956
            "replace": {
2957
                "rhumsaa/uuid": "self.version"
2958
            },
2959
            "require-dev": {
2960
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
2961
                "doctrine/annotations": "~1.2.0",
2962
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2963
                "ircmaxell/random-lib": "^1.1",
2964
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2965
                "mockery/mockery": "^0.9.9",
2966
                "moontoast/math": "^1.1",
2967
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2968
                "phpunit/phpunit": "^4.7|^5.0",
2969
                "squizlabs/php_codesniffer": "^2.3"
2970
            },
2971
            "suggest": {
2972
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2973
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2974
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2975
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2976
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2977
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2978
            },
2979
            "type": "library",
2980
            "extra": {
2981
                "branch-alias": {
2982
                    "dev-master": "3.x-dev"
2983
                }
2984
            },
2985
            "autoload": {
2986
                "psr-4": {
2987
                    "Ramsey\\Uuid\\": "src/"
2988
                }
2989
            },
2990
            "notification-url": "https://packagist.org/downloads/",
2991
            "license": [
2992
                "MIT"
2993
            ],
2994
            "authors": [
2995
                {
2996
                    "name": "Marijn Huizendveld",
2997
                    "email": "[email protected]"
2998
                },
2999
                {
3000
                    "name": "Thibaud Fabre",
3001
                    "email": "[email protected]"
3002
                },
3003
                {
3004
                    "name": "Ben Ramsey",
3005
                    "email": "[email protected]",
3006
                    "homepage": "https://benramsey.com"
3007
                }
3008
            ],
3009
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3010
            "homepage": "https://github.com/ramsey/uuid",
3011
            "keywords": [
3012
                "guid",
3013
                "identifier",
3014
                "uuid"
3015
            ],
3016
            "time": "2018-01-20T00:28:24+00:00"
3017
        },
3018
        {
3019
            "name": "ramsey/uuid-doctrine",
3020
            "version": "1.4.3",
3021
            "source": {
3022
                "type": "git",
3023
                "url": "https://github.com/ramsey/uuid-doctrine.git",
3024
                "reference": "224a55a2605a33a484bdfa4bd209e5bf9ec35e3c"
3025
            },
3026
            "dist": {
3027
                "type": "zip",
3028
                "url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/224a55a2605a33a484bdfa4bd209e5bf9ec35e3c",
3029
                "reference": "224a55a2605a33a484bdfa4bd209e5bf9ec35e3c",
3030
                "shasum": ""
3031
            },
3032
            "require": {
3033
                "doctrine/orm": "^2.5",
3034
                "php": "^5.4 || ^7.0",
3035
                "ramsey/uuid": "^3.0"
3036
            },
3037
            "require-dev": {
3038
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3039
                "phpunit/phpunit": "^4.7 || ^5.0",
3040
                "satooshi/php-coveralls": "^0.6.1",
3041
                "squizlabs/php_codesniffer": "^2.3"
3042
            },
3043
            "type": "library",
3044
            "autoload": {
3045
                "psr-4": {
3046
                    "Ramsey\\Uuid\\Doctrine\\": "src/"
3047
                }
3048
            },
3049
            "notification-url": "https://packagist.org/downloads/",
3050
            "license": [
3051
                "MIT"
3052
            ],
3053
            "authors": [
3054
                {
3055
                    "name": "Marijn Huizendveld",
3056
                    "email": "[email protected]"
3057
                },
3058
                {
3059
                    "name": "Ben Ramsey",
3060
                    "email": "[email protected]",
3061
                    "homepage": "http://benramsey.com"
3062
                }
3063
            ],
3064
            "description": "Allow the use of a ramsey/uuid UUID as Doctrine field type.",
3065
            "homepage": "https://github.com/ramsey/uuid-doctrine",
3066
            "keywords": [
3067
                "doctrine",
3068
                "guid",
3069
                "identifier",
3070
                "uuid"
3071
            ],
3072
            "time": "2017-11-07T22:09:45+00:00"
3073
        },
3074
        {
3075
            "name": "simple-bus/doctrine-orm-bridge",
3076
            "version": "v4.0.0",
3077
            "source": {
3078
                "type": "git",
3079
                "url": "https://github.com/SimpleBus/DoctrineORMBridge.git",
3080
                "reference": "46df998f26940d9525f8e35c40641328c679dbfe"
3081
            },
3082
            "dist": {
3083
                "type": "zip",
3084
                "url": "https://api.github.com/repos/SimpleBus/DoctrineORMBridge/zipball/46df998f26940d9525f8e35c40641328c679dbfe",
3085
                "reference": "46df998f26940d9525f8e35c40641328c679dbfe",
3086
                "shasum": ""
3087
            },
3088
            "require": {
3089
                "beberlei/assert": "~2.0",
3090
                "doctrine/orm": "~2.2",
3091
                "php": ">=5.4",
3092
                "simple-bus/message-bus": "~2.0"
3093
            },
3094
            "require-dev": {
3095
                "matthiasnoback/doctrine-orm-test-service-provider": "~2.0",
3096
                "phpunit/phpunit": "~4.5",
3097
                "satooshi/php-coveralls": "~0.6"
3098
            },
3099
            "suggest": {
3100
                "simple-bus/symfony-bridge": "Bridge for using command buses and event buses with Symfony"
3101
            },
3102
            "type": "library",
3103
            "autoload": {
3104
                "psr-4": {
3105
                    "SimpleBus\\DoctrineORMBridge\\": "src"
3106
                }
3107
            },
3108
            "notification-url": "https://packagist.org/downloads/",
3109
            "license": [
3110
                "MIT"
3111
            ],
3112
            "authors": [
3113
                {
3114
                    "name": "Matthias Noback",
3115
                    "email": "[email protected]",
3116
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3117
                }
3118
            ],
3119
            "description": "Doctrine ORM bridge for using command and event buses",
3120
            "homepage": "http://github.com/SimpleBus/DoctrineORMBridge",
3121
            "keywords": [
3122
                "command bus",
3123
                "doctrine",
3124
                "event bus"
3125
            ],
3126
            "time": "2015-04-29T12:27:27+00:00"
3127
        },
3128
        {
3129
            "name": "simple-bus/message-bus",
3130
            "version": "v2.2.2",
3131
            "source": {
3132
                "type": "git",
3133
                "url": "https://github.com/SimpleBus/MessageBus.git",
3134
                "reference": "723bf20b93e17e9e87e83032ec21d8b2452328cf"
3135
            },
3136
            "dist": {
3137
                "type": "zip",
3138
                "url": "https://api.github.com/repos/SimpleBus/MessageBus/zipball/723bf20b93e17e9e87e83032ec21d8b2452328cf",
3139
                "reference": "723bf20b93e17e9e87e83032ec21d8b2452328cf",
3140
                "shasum": ""
3141
            },
3142
            "require": {
3143
                "beberlei/assert": "~2.0",
3144
                "php": ">=5.4",
3145
                "psr/log": "~1.0"
3146
            },
3147
            "require-dev": {
3148
                "phpunit/phpunit": "~4.0",
3149
                "satooshi/php-coveralls": "~0.6"
3150
            },
3151
            "type": "library",
3152
            "autoload": {
3153
                "psr-4": {
3154
                    "SimpleBus\\Message\\": "src"
3155
                }
3156
            },
3157
            "notification-url": "https://packagist.org/downloads/",
3158
            "license": [
3159
                "MIT"
3160
            ],
3161
            "authors": [
3162
                {
3163
                    "name": "Matthias Noback",
3164
                    "email": "[email protected]",
3165
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3166
                }
3167
            ],
3168
            "description": "Generic classes and interfaces for messages and message buses",
3169
            "homepage": "http://github.com/SimpleBus/MessageBus",
3170
            "keywords": [
3171
                "command bus",
3172
                "event bus",
3173
                "message",
3174
                "message bus"
3175
            ],
3176
            "time": "2016-02-12T08:35:53+00:00"
3177
        },
3178
        {
3179
            "name": "simple-bus/symfony-bridge",
3180
            "version": "v4.1.5",
3181
            "source": {
3182
                "type": "git",
3183
                "url": "https://github.com/SimpleBus/SymfonyBridge.git",
3184
                "reference": "2033629f89b57f817cdc944b043180522dba1c9f"
3185
            },
3186
            "dist": {
3187
                "type": "zip",
3188
                "url": "https://api.github.com/repos/SimpleBus/SymfonyBridge/zipball/2033629f89b57f817cdc944b043180522dba1c9f",
3189
                "reference": "2033629f89b57f817cdc944b043180522dba1c9f",
3190
                "shasum": ""
3191
            },
3192
            "require": {
3193
                "php": ">=5.4",
3194
                "simple-bus/message-bus": "~2.0",
3195
                "symfony/config": "~2.3|~3.0",
3196
                "symfony/dependency-injection": "~2.3|~3.0",
3197
                "symfony/http-kernel": "~2.3|~3.0",
3198
                "symfony/yaml": "~2.3|~3.0"
3199
            },
3200
            "require-dev": {
3201
                "doctrine/doctrine-bundle": "~1.0",
3202
                "doctrine/orm": "~2.3",
3203
                "phpunit/phpunit": "~4.0",
3204
                "satooshi/php-coveralls": "~0.6",
3205
                "simple-bus/doctrine-orm-bridge": "~4.0",
3206
                "symfony/monolog-bridge": "~2.3|~3.0",
3207
                "symfony/monolog-bundle": "~2.3|~3.0"
3208
            },
3209
            "suggest": {
3210
                "doctrine/doctrine-bundle": "For integration with Doctrine ORM",
3211
                "doctrine/orm": "For integration with Doctrine ORM",
3212
                "simple-bus/doctrine-orm-bridge": "For integration with Doctrine ORM",
3213
                "symfony/monolog-bundle": "For logging messages"
3214
            },
3215
            "type": "library",
3216
            "autoload": {
3217
                "psr-4": {
3218
                    "SimpleBus\\SymfonyBridge\\": "src"
3219
                }
3220
            },
3221
            "notification-url": "https://packagist.org/downloads/",
3222
            "license": [
3223
                "MIT"
3224
            ],
3225
            "authors": [
3226
                {
3227
                    "name": "Matthias Noback",
3228
                    "email": "[email protected]",
3229
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3230
                }
3231
            ],
3232
            "description": "Bridge for using command buses and event buses in Symfony projects",
3233
            "homepage": "http://github.com/SimpleBus/SymfonyBridge",
3234
            "keywords": [
3235
                "command bus",
3236
                "doctrine",
3237
                "event bus",
3238
                "symfony"
3239
            ],
3240
            "time": "2016-07-17T12:50:07+00:00"
3241
        },
3242
        {
3243
            "name": "spoon/library",
3244
            "version": "3.0.1",
3245
            "source": {
3246
                "type": "git",
3247
                "url": "https://github.com/forkcms/library.git",
3248
                "reference": "8c7fd824b330603494583e9dab2f202e43c97ce5"
3249
            },
3250
            "dist": {
3251
                "type": "zip",
3252
                "url": "https://api.github.com/repos/forkcms/library/zipball/8c7fd824b330603494583e9dab2f202e43c97ce5",
3253
                "reference": "8c7fd824b330603494583e9dab2f202e43c97ce5",
3254
                "shasum": ""
3255
            },
3256
            "require": {
3257
                "php": "^7.1"
3258
            },
3259
            "require-dev": {
3260
                "symfony/phpunit-bridge": "^3.3"
3261
            },
3262
            "type": "library",
3263
            "notification-url": "https://packagist.org/downloads/",
3264
            "license": [
3265
                "BSD"
3266
            ],
3267
            "authors": [
3268
                {
3269
                    "name": "Davy Hellemans",
3270
                    "role": "Developer"
3271
                }
3272
            ],
3273
            "description": "A PHP5 library that is fast, easy to learn and fun!",
3274
            "homepage": "http://www.spoon-library.com",
3275
            "time": "2017-08-03T20:02:47+00:00"
3276
        },
3277
        {
3278
            "name": "swiftmailer/swiftmailer",
3279
            "version": "v6.0.2",
3280
            "source": {
3281
                "type": "git",
3282
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3283
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
3284
            },
3285
            "dist": {
3286
                "type": "zip",
3287
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
3288
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
3289
                "shasum": ""
3290
            },
3291
            "require": {
3292
                "egulias/email-validator": "~2.0",
3293
                "php": ">=7.0.0"
3294
            },
3295
            "require-dev": {
3296
                "mockery/mockery": "~0.9.1",
3297
                "symfony/phpunit-bridge": "~3.3@dev"
3298
            },
3299
            "type": "library",
3300
            "extra": {
3301
                "branch-alias": {
3302
                    "dev-master": "6.0-dev"
3303
                }
3304
            },
3305
            "autoload": {
3306
                "files": [
3307
                    "lib/swift_required.php"
3308
                ]
3309
            },
3310
            "notification-url": "https://packagist.org/downloads/",
3311
            "license": [
3312
                "MIT"
3313
            ],
3314
            "authors": [
3315
                {
3316
                    "name": "Chris Corbyn"
3317
                },
3318
                {
3319
                    "name": "Fabien Potencier",
3320
                    "email": "[email protected]"
3321
                }
3322
            ],
3323
            "description": "Swiftmailer, free feature-rich PHP mailer",
3324
            "homepage": "http://swiftmailer.symfony.com",
3325
            "keywords": [
3326
                "email",
3327
                "mail",
3328
                "mailer"
3329
            ],
3330
            "time": "2017-09-30T22:39:41+00:00"
3331
        },
3332
        {
3333
            "name": "symfony/assetic-bundle",
3334
            "version": "v2.8.2",
3335
            "source": {
3336
                "type": "git",
3337
                "url": "https://github.com/symfony/assetic-bundle.git",
3338
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
3339
            },
3340
            "dist": {
3341
                "type": "zip",
3342
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
3343
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
3344
                "shasum": ""
3345
            },
3346
            "require": {
3347
                "kriswallsmith/assetic": "~1.4",
3348
                "php": ">=5.3.0",
3349
                "symfony/console": "~2.3|~3.0",
3350
                "symfony/dependency-injection": "~2.3|~3.0",
3351
                "symfony/framework-bundle": "~2.3|~3.0",
3352
                "symfony/yaml": "~2.3|~3.0"
3353
            },
3354
            "conflict": {
3355
                "kriswallsmith/spork": "<=0.2",
3356
                "twig/twig": "<1.27"
3357
            },
3358
            "require-dev": {
3359
                "kriswallsmith/spork": "~0.3",
3360
                "patchwork/jsqueeze": "~1.0",
3361
                "symfony/class-loader": "~2.3|~3.0",
3362
                "symfony/css-selector": "~2.3|~3.0",
3363
                "symfony/dom-crawler": "~2.3|~3.0",
3364
                "symfony/phpunit-bridge": "~2.7|~3.0",
3365
                "symfony/twig-bundle": "~2.3|~3.0"
3366
            },
3367
            "suggest": {
3368
                "kriswallsmith/spork": "to be able to dump assets in parallel",
3369
                "symfony/twig-bundle": "to use the Twig integration"
3370
            },
3371
            "type": "symfony-bundle",
3372
            "extra": {
3373
                "branch-alias": {
3374
                    "dev-master": "2.8-dev"
3375
                }
3376
            },
3377
            "autoload": {
3378
                "psr-4": {
3379
                    "Symfony\\Bundle\\AsseticBundle\\": ""
3380
                }
3381
            },
3382
            "notification-url": "https://packagist.org/downloads/",
3383
            "license": [
3384
                "MIT"
3385
            ],
3386
            "authors": [
3387
                {
3388
                    "name": "Kris Wallsmith",
3389
                    "email": "[email protected]",
3390
                    "homepage": "http://kriswallsmith.net/"
3391
                }
3392
            ],
3393
            "description": "Integrates Assetic into Symfony2",
3394
            "homepage": "https://github.com/symfony/AsseticBundle",
3395
            "keywords": [
3396
                "assets",
3397
                "compression",
3398
                "minification"
3399
            ],
3400
            "time": "2017-07-14T07:26:46+00:00"
3401
        },
3402
        {
3403
            "name": "symfony/monolog-bundle",
3404
            "version": "v3.1.2",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/symfony/monolog-bundle.git",
3408
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
3413
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "monolog/monolog": "~1.22",
3418
                "php": ">=5.3.2",
3419
                "symfony/config": "~2.7|~3.0|~4.0",
3420
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
3421
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
3422
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
3423
            },
3424
            "require-dev": {
3425
                "symfony/console": "~2.3|~3.0|~4.0",
3426
                "symfony/phpunit-bridge": "^3.3|^4.0",
3427
                "symfony/yaml": "~2.3|~3.0|~4.0"
3428
            },
3429
            "type": "symfony-bundle",
3430
            "extra": {
3431
                "branch-alias": {
3432
                    "dev-master": "3.x-dev"
3433
                }
3434
            },
3435
            "autoload": {
3436
                "psr-4": {
3437
                    "Symfony\\Bundle\\MonologBundle\\": ""
3438
                },
3439
                "exclude-from-classmap": [
3440
                    "/Tests/"
3441
                ]
3442
            },
3443
            "notification-url": "https://packagist.org/downloads/",
3444
            "license": [
3445
                "MIT"
3446
            ],
3447
            "authors": [
3448
                {
3449
                    "name": "Symfony Community",
3450
                    "homepage": "http://symfony.com/contributors"
3451
                },
3452
                {
3453
                    "name": "Fabien Potencier",
3454
                    "email": "[email protected]"
3455
                }
3456
            ],
3457
            "description": "Symfony MonologBundle",
3458
            "homepage": "http://symfony.com",
3459
            "keywords": [
3460
                "log",
3461
                "logging"
3462
            ],
3463
            "time": "2017-11-06T16:02:17+00:00"
3464
        },
3465
        {
3466
            "name": "symfony/polyfill-apcu",
3467
            "version": "v1.6.0",
3468
            "source": {
3469
                "type": "git",
3470
                "url": "https://github.com/symfony/polyfill-apcu.git",
3471
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
3472
            },
3473
            "dist": {
3474
                "type": "zip",
3475
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
3476
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
3477
                "shasum": ""
3478
            },
3479
            "require": {
3480
                "php": ">=5.3.3"
3481
            },
3482
            "type": "library",
3483
            "extra": {
3484
                "branch-alias": {
3485
                    "dev-master": "1.6-dev"
3486
                }
3487
            },
3488
            "autoload": {
3489
                "psr-4": {
3490
                    "Symfony\\Polyfill\\Apcu\\": ""
3491
                },
3492
                "files": [
3493
                    "bootstrap.php"
3494
                ]
3495
            },
3496
            "notification-url": "https://packagist.org/downloads/",
3497
            "license": [
3498
                "MIT"
3499
            ],
3500
            "authors": [
3501
                {
3502
                    "name": "Nicolas Grekas",
3503
                    "email": "[email protected]"
3504
                },
3505
                {
3506
                    "name": "Symfony Community",
3507
                    "homepage": "https://symfony.com/contributors"
3508
                }
3509
            ],
3510
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3511
            "homepage": "https://symfony.com",
3512
            "keywords": [
3513
                "apcu",
3514
                "compatibility",
3515
                "polyfill",
3516
                "portable",
3517
                "shim"
3518
            ],
3519
            "time": "2017-10-11T12:05:26+00:00"
3520
        },
3521
        {
3522
            "name": "symfony/polyfill-intl-icu",
3523
            "version": "v1.6.0",
3524
            "source": {
3525
                "type": "git",
3526
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3527
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
3528
            },
3529
            "dist": {
3530
                "type": "zip",
3531
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
3532
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
3533
                "shasum": ""
3534
            },
3535
            "require": {
3536
                "php": ">=5.3.3",
3537
                "symfony/intl": "~2.3|~3.0|~4.0"
3538
            },
3539
            "suggest": {
3540
                "ext-intl": "For best performance"
3541
            },
3542
            "type": "library",
3543
            "extra": {
3544
                "branch-alias": {
3545
                    "dev-master": "1.6-dev"
3546
                }
3547
            },
3548
            "autoload": {
3549
                "files": [
3550
                    "bootstrap.php"
3551
                ]
3552
            },
3553
            "notification-url": "https://packagist.org/downloads/",
3554
            "license": [
3555
                "MIT"
3556
            ],
3557
            "authors": [
3558
                {
3559
                    "name": "Nicolas Grekas",
3560
                    "email": "[email protected]"
3561
                },
3562
                {
3563
                    "name": "Symfony Community",
3564
                    "homepage": "https://symfony.com/contributors"
3565
                }
3566
            ],
3567
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3568
            "homepage": "https://symfony.com",
3569
            "keywords": [
3570
                "compatibility",
3571
                "icu",
3572
                "intl",
3573
                "polyfill",
3574
                "portable",
3575
                "shim"
3576
            ],
3577
            "time": "2017-10-11T12:05:26+00:00"
3578
        },
3579
        {
3580
            "name": "symfony/polyfill-mbstring",
3581
            "version": "v1.6.0",
3582
            "source": {
3583
                "type": "git",
3584
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3585
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
3586
            },
3587
            "dist": {
3588
                "type": "zip",
3589
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3590
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3591
                "shasum": ""
3592
            },
3593
            "require": {
3594
                "php": ">=5.3.3"
3595
            },
3596
            "suggest": {
3597
                "ext-mbstring": "For best performance"
3598
            },
3599
            "type": "library",
3600
            "extra": {
3601
                "branch-alias": {
3602
                    "dev-master": "1.6-dev"
3603
                }
3604
            },
3605
            "autoload": {
3606
                "psr-4": {
3607
                    "Symfony\\Polyfill\\Mbstring\\": ""
3608
                },
3609
                "files": [
3610
                    "bootstrap.php"
3611
                ]
3612
            },
3613
            "notification-url": "https://packagist.org/downloads/",
3614
            "license": [
3615
                "MIT"
3616
            ],
3617
            "authors": [
3618
                {
3619
                    "name": "Nicolas Grekas",
3620
                    "email": "[email protected]"
3621
                },
3622
                {
3623
                    "name": "Symfony Community",
3624
                    "homepage": "https://symfony.com/contributors"
3625
                }
3626
            ],
3627
            "description": "Symfony polyfill for the Mbstring extension",
3628
            "homepage": "https://symfony.com",
3629
            "keywords": [
3630
                "compatibility",
3631
                "mbstring",
3632
                "polyfill",
3633
                "portable",
3634
                "shim"
3635
            ],
3636
            "time": "2017-10-11T12:05:26+00:00"
3637
        },
3638
        {
3639
            "name": "symfony/polyfill-php56",
3640
            "version": "v1.6.0",
3641
            "source": {
3642
                "type": "git",
3643
                "url": "https://github.com/symfony/polyfill-php56.git",
3644
                "reference": "265fc96795492430762c29be291a371494ba3a5b"
3645
            },
3646
            "dist": {
3647
                "type": "zip",
3648
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
3649
                "reference": "265fc96795492430762c29be291a371494ba3a5b",
3650
                "shasum": ""
3651
            },
3652
            "require": {
3653
                "php": ">=5.3.3",
3654
                "symfony/polyfill-util": "~1.0"
3655
            },
3656
            "type": "library",
3657
            "extra": {
3658
                "branch-alias": {
3659
                    "dev-master": "1.6-dev"
3660
                }
3661
            },
3662
            "autoload": {
3663
                "psr-4": {
3664
                    "Symfony\\Polyfill\\Php56\\": ""
3665
                },
3666
                "files": [
3667
                    "bootstrap.php"
3668
                ]
3669
            },
3670
            "notification-url": "https://packagist.org/downloads/",
3671
            "license": [
3672
                "MIT"
3673
            ],
3674
            "authors": [
3675
                {
3676
                    "name": "Nicolas Grekas",
3677
                    "email": "[email protected]"
3678
                },
3679
                {
3680
                    "name": "Symfony Community",
3681
                    "homepage": "https://symfony.com/contributors"
3682
                }
3683
            ],
3684
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3685
            "homepage": "https://symfony.com",
3686
            "keywords": [
3687
                "compatibility",
3688
                "polyfill",
3689
                "portable",
3690
                "shim"
3691
            ],
3692
            "time": "2017-10-11T12:05:26+00:00"
3693
        },
3694
        {
3695
            "name": "symfony/polyfill-php70",
3696
            "version": "v1.6.0",
3697
            "source": {
3698
                "type": "git",
3699
                "url": "https://github.com/symfony/polyfill-php70.git",
3700
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
3701
            },
3702
            "dist": {
3703
                "type": "zip",
3704
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
3705
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
3706
                "shasum": ""
3707
            },
3708
            "require": {
3709
                "paragonie/random_compat": "~1.0|~2.0",
3710
                "php": ">=5.3.3"
3711
            },
3712
            "type": "library",
3713
            "extra": {
3714
                "branch-alias": {
3715
                    "dev-master": "1.6-dev"
3716
                }
3717
            },
3718
            "autoload": {
3719
                "psr-4": {
3720
                    "Symfony\\Polyfill\\Php70\\": ""
3721
                },
3722
                "files": [
3723
                    "bootstrap.php"
3724
                ],
3725
                "classmap": [
3726
                    "Resources/stubs"
3727
                ]
3728
            },
3729
            "notification-url": "https://packagist.org/downloads/",
3730
            "license": [
3731
                "MIT"
3732
            ],
3733
            "authors": [
3734
                {
3735
                    "name": "Nicolas Grekas",
3736
                    "email": "[email protected]"
3737
                },
3738
                {
3739
                    "name": "Symfony Community",
3740
                    "homepage": "https://symfony.com/contributors"
3741
                }
3742
            ],
3743
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3744
            "homepage": "https://symfony.com",
3745
            "keywords": [
3746
                "compatibility",
3747
                "polyfill",
3748
                "portable",
3749
                "shim"
3750
            ],
3751
            "time": "2017-10-11T12:05:26+00:00"
3752
        },
3753
        {
3754
            "name": "symfony/polyfill-util",
3755
            "version": "v1.6.0",
3756
            "source": {
3757
                "type": "git",
3758
                "url": "https://github.com/symfony/polyfill-util.git",
3759
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
3760
            },
3761
            "dist": {
3762
                "type": "zip",
3763
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
3764
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
3765
                "shasum": ""
3766
            },
3767
            "require": {
3768
                "php": ">=5.3.3"
3769
            },
3770
            "type": "library",
3771
            "extra": {
3772
                "branch-alias": {
3773
                    "dev-master": "1.6-dev"
3774
                }
3775
            },
3776
            "autoload": {
3777
                "psr-4": {
3778
                    "Symfony\\Polyfill\\Util\\": ""
3779
                }
3780
            },
3781
            "notification-url": "https://packagist.org/downloads/",
3782
            "license": [
3783
                "MIT"
3784
            ],
3785
            "authors": [
3786
                {
3787
                    "name": "Nicolas Grekas",
3788
                    "email": "[email protected]"
3789
                },
3790
                {
3791
                    "name": "Symfony Community",
3792
                    "homepage": "https://symfony.com/contributors"
3793
                }
3794
            ],
3795
            "description": "Symfony utilities for portability of PHP codes",
3796
            "homepage": "https://symfony.com",
3797
            "keywords": [
3798
                "compat",
3799
                "compatibility",
3800
                "polyfill",
3801
                "shim"
3802
            ],
3803
            "time": "2017-10-11T12:05:26+00:00"
3804
        },
3805
        {
3806
            "name": "symfony/swiftmailer-bundle",
3807
            "version": "v3.1.6",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3811
                "reference": "9728097df87e76e2db71fc41fd7d211c06daea3e"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/9728097df87e76e2db71fc41fd7d211c06daea3e",
3816
                "reference": "9728097df87e76e2db71fc41fd7d211c06daea3e",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "php": ">=7.0.0",
3821
                "swiftmailer/swiftmailer": "^6.0.1",
3822
                "symfony/config": "~2.8|~3.3|~4.0",
3823
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
3824
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
3825
            },
3826
            "require-dev": {
3827
                "symfony/console": "~2.7|~3.3|~4.0",
3828
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
3829
                "symfony/phpunit-bridge": "~3.3|~4.0",
3830
                "symfony/yaml": "~2.7|~3.3|~4.0"
3831
            },
3832
            "suggest": {
3833
                "psr/log": "Allows logging"
3834
            },
3835
            "type": "symfony-bundle",
3836
            "extra": {
3837
                "branch-alias": {
3838
                    "dev-master": "3.1-dev"
3839
                }
3840
            },
3841
            "autoload": {
3842
                "psr-4": {
3843
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3844
                },
3845
                "exclude-from-classmap": [
3846
                    "/Tests/"
3847
                ]
3848
            },
3849
            "notification-url": "https://packagist.org/downloads/",
3850
            "license": [
3851
                "MIT"
3852
            ],
3853
            "authors": [
3854
                {
3855
                    "name": "Symfony Community",
3856
                    "homepage": "http://symfony.com/contributors"
3857
                },
3858
                {
3859
                    "name": "Fabien Potencier",
3860
                    "email": "[email protected]"
3861
                }
3862
            ],
3863
            "description": "Symfony SwiftmailerBundle",
3864
            "homepage": "http://symfony.com",
3865
            "time": "2017-10-23T15:15:11+00:00"
3866
        },
3867
        {
3868
            "name": "symfony/symfony",
0 ignored issues
show
3869
            "version": "v3.4.3",
3870
            "source": {
3871
                "type": "git",
3872
                "url": "https://github.com/symfony/symfony.git",
3873
                "reference": "21abeae69baf64d689b04ca33663b4354be1a226"
3874
            },
3875
            "dist": {
3876
                "type": "zip",
3877
                "url": "https://api.github.com/repos/symfony/symfony/zipball/21abeae69baf64d689b04ca33663b4354be1a226",
3878
                "reference": "21abeae69baf64d689b04ca33663b4354be1a226",
3879
                "shasum": ""
3880
            },
3881
            "require": {
3882
                "doctrine/common": "~2.4",
3883
                "ext-xml": "*",
3884
                "fig/link-util": "^1.0",
3885
                "php": "^5.5.9|>=7.0.8",
3886
                "psr/cache": "~1.0",
3887
                "psr/container": "^1.0",
3888
                "psr/link": "^1.0",
3889
                "psr/log": "~1.0",
3890
                "psr/simple-cache": "^1.0",
3891
                "symfony/polyfill-apcu": "~1.1",
3892
                "symfony/polyfill-intl-icu": "~1.0",
3893
                "symfony/polyfill-mbstring": "~1.0",
3894
                "symfony/polyfill-php56": "~1.0",
3895
                "symfony/polyfill-php70": "~1.6",
3896
                "symfony/polyfill-util": "~1.0",
3897
                "twig/twig": "^1.35|^2.4.4"
3898
            },
3899
            "conflict": {
3900
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
3901
                "phpdocumentor/type-resolver": "<0.2.1",
3902
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3903
            },
3904
            "provide": {
3905
                "psr/cache-implementation": "1.0",
3906
                "psr/container-implementation": "1.0",
3907
                "psr/log-implementation": "1.0",
3908
                "psr/simple-cache-implementation": "1.0"
3909
            },
3910
            "replace": {
3911
                "symfony/asset": "self.version",
3912
                "symfony/browser-kit": "self.version",
3913
                "symfony/cache": "self.version",
3914
                "symfony/class-loader": "self.version",
3915
                "symfony/config": "self.version",
3916
                "symfony/console": "self.version",
3917
                "symfony/css-selector": "self.version",
3918
                "symfony/debug": "self.version",
3919
                "symfony/debug-bundle": "self.version",
3920
                "symfony/dependency-injection": "self.version",
3921
                "symfony/doctrine-bridge": "self.version",
3922
                "symfony/dom-crawler": "self.version",
3923
                "symfony/dotenv": "self.version",
3924
                "symfony/event-dispatcher": "self.version",
3925
                "symfony/expression-language": "self.version",
3926
                "symfony/filesystem": "self.version",
3927
                "symfony/finder": "self.version",
3928
                "symfony/form": "self.version",
3929
                "symfony/framework-bundle": "self.version",
3930
                "symfony/http-foundation": "self.version",
3931
                "symfony/http-kernel": "self.version",
3932
                "symfony/inflector": "self.version",
3933
                "symfony/intl": "self.version",
3934
                "symfony/ldap": "self.version",
3935
                "symfony/lock": "self.version",
3936
                "symfony/monolog-bridge": "self.version",
3937
                "symfony/options-resolver": "self.version",
3938
                "symfony/process": "self.version",
3939
                "symfony/property-access": "self.version",
3940
                "symfony/property-info": "self.version",
3941
                "symfony/proxy-manager-bridge": "self.version",
3942
                "symfony/routing": "self.version",
3943
                "symfony/security": "self.version",
3944
                "symfony/security-bundle": "self.version",
3945
                "symfony/security-core": "self.version",
3946
                "symfony/security-csrf": "self.version",
3947
                "symfony/security-guard": "self.version",
3948
                "symfony/security-http": "self.version",
3949
                "symfony/serializer": "self.version",
3950
                "symfony/stopwatch": "self.version",
3951
                "symfony/templating": "self.version",
3952
                "symfony/translation": "self.version",
3953
                "symfony/twig-bridge": "self.version",
3954
                "symfony/twig-bundle": "self.version",
3955
                "symfony/validator": "self.version",
3956
                "symfony/var-dumper": "self.version",
3957
                "symfony/web-link": "self.version",
3958
                "symfony/web-profiler-bundle": "self.version",
3959
                "symfony/web-server-bundle": "self.version",
3960
                "symfony/workflow": "self.version",
3961
                "symfony/yaml": "self.version"
3962
            },
3963
            "require-dev": {
3964
                "cache/integration-tests": "dev-master",
3965
                "doctrine/annotations": "~1.0",
3966
                "doctrine/cache": "~1.6",
3967
                "doctrine/data-fixtures": "1.0.*",
3968
                "doctrine/dbal": "~2.4",
3969
                "doctrine/doctrine-bundle": "~1.4",
3970
                "doctrine/orm": "~2.4,>=2.4.5",
3971
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3972
                "monolog/monolog": "~1.11",
3973
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3974
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3975
                "predis/predis": "~1.0",
3976
                "symfony/phpunit-bridge": "~3.4|~4.0",
3977
                "symfony/security-acl": "~2.8|~3.0"
3978
            },
3979
            "type": "library",
3980
            "extra": {
3981
                "branch-alias": {
3982
                    "dev-master": "3.4-dev"
3983
                }
3984
            },
3985
            "autoload": {
3986
                "psr-4": {
3987
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3988
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3989
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3990
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3991
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3992
                    "Symfony\\Component\\": "src/Symfony/Component/"
3993
                },
3994
                "classmap": [
3995
                    "src/Symfony/Component/Intl/Resources/stubs"
3996
                ],
3997
                "exclude-from-classmap": [
3998
                    "**/Tests/"
3999
                ]
4000
            },
4001
            "notification-url": "https://packagist.org/downloads/",
4002
            "license": [
4003
                "MIT"
4004
            ],
4005
            "authors": [
4006
                {
4007
                    "name": "Fabien Potencier",
4008
                    "email": "[email protected]"
4009
                },
4010
                {
4011
                    "name": "Symfony Community",
4012
                    "homepage": "https://symfony.com/contributors"
4013
                }
4014
            ],
4015
            "description": "The Symfony PHP framework",
4016
            "homepage": "https://symfony.com",
4017
            "keywords": [
4018
                "framework"
4019
            ],
4020
            "time": "2018-01-05T08:33:31+00:00"
4021
        },
4022
        {
4023
            "name": "tijsverkoyen/akismet",
4024
            "version": "1.1.1",
4025
            "source": {
4026
                "type": "git",
4027
                "url": "https://github.com/tijsverkoyen/Akismet.git",
4028
                "reference": "6f7987fe181fd0fddbc9832f2ddeaf088425c83f"
4029
            },
4030
            "dist": {
4031
                "type": "zip",
4032
                "url": "https://api.github.com/repos/tijsverkoyen/Akismet/zipball/6f7987fe181fd0fddbc9832f2ddeaf088425c83f",
4033
                "reference": "6f7987fe181fd0fddbc9832f2ddeaf088425c83f",
4034
                "shasum": ""
4035
            },
4036
            "require": {
4037
                "ext-curl": "*",
4038
                "php": ">=5.2.0"
4039
            },
4040
            "type": "library",
4041
            "autoload": {
4042
                "classmap": [
4043
                    ""
4044
                ]
4045
            },
4046
            "notification-url": "https://packagist.org/downloads/",
4047
            "license": [
4048
                "BSD"
4049
            ],
4050
            "authors": [
4051
                {
4052
                    "name": "Tijs Verkoyen",
4053
                    "email": "[email protected]",
4054
                    "role": "Developer"
4055
                }
4056
            ],
4057
            "description": "Akismet is a wrapper-class to communicate with the Akismet API.",
4058
            "homepage": "https://github.com/tijsverkoyen/Akismet",
4059
            "time": "2016-07-19T13:50:18+00:00"
4060
        },
4061
        {
4062
            "name": "tijsverkoyen/css-to-inline-styles",
4063
            "version": "1.5.5",
4064
            "source": {
4065
                "type": "git",
4066
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
4067
                "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3"
4068
            },
4069
            "dist": {
4070
                "type": "zip",
4071
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/9753fc340726e327e4d48b7c0604f85475ae0bc3",
4072
                "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3",
4073
                "shasum": ""
4074
            },
4075
            "require": {
4076
                "php": ">=5.3.0",
4077
                "symfony/css-selector": "~2.1|~3.0"
4078
            },
4079
            "require-dev": {
4080
                "phpunit/phpunit": "~4.0"
4081
            },
4082
            "type": "library",
4083
            "extra": {
4084
                "branch-alias": {
4085
                    "dev-master": "1.5.x-dev"
4086
                }
4087
            },
4088
            "autoload": {
4089
                "psr-4": {
4090
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
4091
                }
4092
            },
4093
            "notification-url": "https://packagist.org/downloads/",
4094
            "license": [
4095
                "BSD"
4096
            ],
4097
            "authors": [
4098
                {
4099
                    "name": "Tijs Verkoyen",
4100
                    "email": "[email protected]",
4101
                    "role": "Developer"
4102
                }
4103
            ],
4104
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
4105
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
4106
            "time": "2015-12-08T16:14:14+00:00"
4107
        },
4108
        {
4109
            "name": "twig/twig",
4110
            "version": "v2.4.4",
4111
            "source": {
4112
                "type": "git",
4113
                "url": "https://github.com/twigphp/Twig.git",
4114
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
4115
            },
4116
            "dist": {
4117
                "type": "zip",
4118
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
4119
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
4120
                "shasum": ""
4121
            },
4122
            "require": {
4123
                "php": "^7.0",
4124
                "symfony/polyfill-mbstring": "~1.0"
4125
            },
4126
            "require-dev": {
4127
                "psr/container": "^1.0",
4128
                "symfony/debug": "~2.7",
4129
                "symfony/phpunit-bridge": "~3.3@dev"
4130
            },
4131
            "type": "library",
4132
            "extra": {
4133
                "branch-alias": {
4134
                    "dev-master": "2.4-dev"
4135
                }
4136
            },
4137
            "autoload": {
4138
                "psr-0": {
4139
                    "Twig_": "lib/"
4140
                },
4141
                "psr-4": {
4142
                    "Twig\\": "src/"
4143
                }
4144
            },
4145
            "notification-url": "https://packagist.org/downloads/",
4146
            "license": [
4147
                "BSD-3-Clause"
4148
            ],
4149
            "authors": [
4150
                {
4151
                    "name": "Fabien Potencier",
4152
                    "email": "[email protected]",
4153
                    "homepage": "http://fabien.potencier.org",
4154
                    "role": "Lead Developer"
4155
                },
4156
                {
4157
                    "name": "Armin Ronacher",
4158
                    "email": "[email protected]",
4159
                    "role": "Project Founder"
4160
                },
4161
                {
4162
                    "name": "Twig Team",
4163
                    "homepage": "http://twig.sensiolabs.org/contributors",
4164
                    "role": "Contributors"
4165
                }
4166
            ],
4167
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4168
            "homepage": "http://twig.sensiolabs.org",
4169
            "keywords": [
4170
                "templating"
4171
            ],
4172
            "time": "2017-09-27T18:10:31+00:00"
4173
        }
4174
    ],
4175
    "packages-dev": [
4176
        {
4177
            "name": "squizlabs/php_codesniffer",
4178
            "version": "2.9.1",
4179
            "source": {
4180
                "type": "git",
4181
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4182
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
4183
            },
4184
            "dist": {
4185
                "type": "zip",
4186
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
4187
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
4188
                "shasum": ""
4189
            },
4190
            "require": {
4191
                "ext-simplexml": "*",
4192
                "ext-tokenizer": "*",
4193
                "ext-xmlwriter": "*",
4194
                "php": ">=5.1.2"
4195
            },
4196
            "require-dev": {
4197
                "phpunit/phpunit": "~4.0"
4198
            },
4199
            "bin": [
4200
                "scripts/phpcs",
4201
                "scripts/phpcbf"
4202
            ],
4203
            "type": "library",
4204
            "extra": {
4205
                "branch-alias": {
4206
                    "dev-master": "2.x-dev"
4207
                }
4208
            },
4209
            "autoload": {
4210
                "classmap": [
4211
                    "CodeSniffer.php",
4212
                    "CodeSniffer/CLI.php",
4213
                    "CodeSniffer/Exception.php",
4214
                    "CodeSniffer/File.php",
4215
                    "CodeSniffer/Fixer.php",
4216
                    "CodeSniffer/Report.php",
4217
                    "CodeSniffer/Reporting.php",
4218
                    "CodeSniffer/Sniff.php",
4219
                    "CodeSniffer/Tokens.php",
4220
                    "CodeSniffer/Reports/",
4221
                    "CodeSniffer/Tokenizers/",
4222
                    "CodeSniffer/DocGenerators/",
4223
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4224
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4225
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4226
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4227
                    "CodeSniffer/Standards/Generic/Sniffs/",
4228
                    "CodeSniffer/Standards/MySource/Sniffs/",
4229
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4230
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4231
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4232
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4233
                    "CodeSniffer/Standards/Zend/Sniffs/"
4234
                ]
4235
            },
4236
            "notification-url": "https://packagist.org/downloads/",
4237
            "license": [
4238
                "BSD-3-Clause"
4239
            ],
4240
            "authors": [
4241
                {
4242
                    "name": "Greg Sherwood",
4243
                    "role": "lead"
4244
                }
4245
            ],
4246
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4247
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4248
            "keywords": [
4249
                "phpcs",
4250
                "standards"
4251
            ],
4252
            "time": "2017-05-22T02:43:20+00:00"
4253
        },
4254
        {
4255
            "name": "symfony/phpunit-bridge",
4256
            "version": "v3.4.3",
4257
            "source": {
4258
                "type": "git",
4259
                "url": "https://github.com/symfony/phpunit-bridge.git",
4260
                "reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9"
4261
            },
4262
            "dist": {
4263
                "type": "zip",
4264
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
4265
                "reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
4266
                "shasum": ""
4267
            },
4268
            "require": {
4269
                "php": ">=5.3.3"
4270
            },
4271
            "conflict": {
4272
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4273
            },
4274
            "suggest": {
4275
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
4276
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4277
            },
4278
            "bin": [
4279
                "bin/simple-phpunit"
4280
            ],
4281
            "type": "symfony-bridge",
4282
            "extra": {
4283
                "branch-alias": {
4284
                    "dev-master": "3.4-dev"
4285
                },
4286
                "thanks": {
4287
                    "name": "phpunit/phpunit",
4288
                    "url": "https://github.com/sebastianbergmann/phpunit"
4289
                }
4290
            },
4291
            "autoload": {
4292
                "files": [
4293
                    "bootstrap.php"
4294
                ],
4295
                "psr-4": {
4296
                    "Symfony\\Bridge\\PhpUnit\\": ""
4297
                },
4298
                "exclude-from-classmap": [
4299
                    "/Tests/"
4300
                ]
4301
            },
4302
            "notification-url": "https://packagist.org/downloads/",
4303
            "license": [
4304
                "MIT"
4305
            ],
4306
            "authors": [
4307
                {
4308
                    "name": "Nicolas Grekas",
4309
                    "email": "[email protected]"
4310
                },
4311
                {
4312
                    "name": "Symfony Community",
4313
                    "homepage": "https://symfony.com/contributors"
4314
                }
4315
            ],
4316
            "description": "Symfony PHPUnit Bridge",
4317
            "homepage": "https://symfony.com",
4318
            "time": "2018-01-04T17:19:23+00:00"
4319
        }
4320
    ],
4321
    "aliases": [],
4322
    "minimum-stability": "stable",
4323
    "stability-flags": [],
4324
    "prefer-stable": false,
4325
    "prefer-lowest": false,
4326
    "platform": {
4327
        "php": "^7.1"
4328
    },
4329
    "platform-dev": []
4330
}
4331