Completed
Push — master ( f65d8f...4f3de5 )
by Pavel
04:14 queued 01:54
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "d05975a78fe7d88165c0e9799386b5d5",
8
    "content-hash": "b69ba44e8e0233689d06a26de6ce980c",
9
    "packages": [
10
        {
11
            "name": "container-interop/container-interop",
12
            "version": "1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/container-interop/container-interop.git",
16
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
21
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
22
                "shasum": ""
23
            },
24
            "type": "library",
25
            "autoload": {
26
                "psr-4": {
27
                    "Interop\\Container\\": "src/Interop/Container/"
28
                }
29
            },
30
            "notification-url": "https://packagist.org/downloads/",
31
            "license": [
32
                "MIT"
33
            ],
34
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
35
            "time": "2014-12-30 15:22:37"
36
        },
37
        {
38
            "name": "doctrine/annotations",
39
            "version": "v1.3.0",
40
            "source": {
41
                "type": "git",
42
                "url": "https://github.com/doctrine/annotations.git",
43
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
44
            },
45
            "dist": {
46
                "type": "zip",
47
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
48
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
49
                "shasum": ""
50
            },
51
            "require": {
52
                "doctrine/lexer": "1.*",
53
                "php": "^5.6 || ^7.0"
54
            },
55
            "require-dev": {
56
                "doctrine/cache": "1.*",
57
                "phpunit/phpunit": "^5.6.1"
58
            },
59
            "type": "library",
60
            "extra": {
61
                "branch-alias": {
62
                    "dev-master": "1.4.x-dev"
63
                }
64
            },
65
            "autoload": {
66
                "psr-4": {
67
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
68
                }
69
            },
70
            "notification-url": "https://packagist.org/downloads/",
71
            "license": [
72
                "MIT"
73
            ],
74
            "authors": [
75
                {
76
                    "name": "Roman Borschel",
77
                    "email": "[email protected]"
78
                },
79
                {
80
                    "name": "Benjamin Eberlei",
81
                    "email": "[email protected]"
82
                },
83
                {
84
                    "name": "Guilherme Blanco",
85
                    "email": "[email protected]"
86
                },
87
                {
88
                    "name": "Jonathan Wage",
89
                    "email": "[email protected]"
90
                },
91
                {
92
                    "name": "Johannes Schmitt",
93
                    "email": "[email protected]"
94
                }
95
            ],
96
            "description": "Docblock Annotations Parser",
97
            "homepage": "http://www.doctrine-project.org",
98
            "keywords": [
99
                "annotations",
100
                "docblock",
101
                "parser"
102
            ],
103
            "time": "2016-10-24 11:45:47"
104
        },
105
        {
106
            "name": "doctrine/cache",
107
            "version": "v1.6.1",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/doctrine/cache.git",
111
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
116
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
117
                "shasum": ""
118
            },
119
            "require": {
120
                "php": "~5.5|~7.0"
121
            },
122
            "conflict": {
123
                "doctrine/common": ">2.2,<2.4"
124
            },
125
            "require-dev": {
126
                "phpunit/phpunit": "~4.8|~5.0",
127
                "predis/predis": "~1.0",
128
                "satooshi/php-coveralls": "~0.6"
129
            },
130
            "type": "library",
131
            "extra": {
132
                "branch-alias": {
133
                    "dev-master": "1.6.x-dev"
134
                }
135
            },
136
            "autoload": {
137
                "psr-4": {
138
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
139
                }
140
            },
141
            "notification-url": "https://packagist.org/downloads/",
142
            "license": [
143
                "MIT"
144
            ],
145
            "authors": [
146
                {
147
                    "name": "Roman Borschel",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Benjamin Eberlei",
152
                    "email": "[email protected]"
153
                },
154
                {
155
                    "name": "Guilherme Blanco",
156
                    "email": "[email protected]"
157
                },
158
                {
159
                    "name": "Jonathan Wage",
160
                    "email": "[email protected]"
161
                },
162
                {
163
                    "name": "Johannes Schmitt",
164
                    "email": "[email protected]"
165
                }
166
            ],
167
            "description": "Caching library offering an object-oriented API for many cache backends",
168
            "homepage": "http://www.doctrine-project.org",
169
            "keywords": [
170
                "cache",
171
                "caching"
172
            ],
173
            "time": "2016-10-29 11:16:17"
174
        },
175
        {
176
            "name": "doctrine/collections",
177
            "version": "v1.3.0",
178
            "source": {
179
                "type": "git",
180
                "url": "https://github.com/doctrine/collections.git",
181
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
182
            },
183
            "dist": {
184
                "type": "zip",
185
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
186
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
187
                "shasum": ""
188
            },
189
            "require": {
190
                "php": ">=5.3.2"
191
            },
192
            "require-dev": {
193
                "phpunit/phpunit": "~4.0"
194
            },
195
            "type": "library",
196
            "extra": {
197
                "branch-alias": {
198
                    "dev-master": "1.2.x-dev"
199
                }
200
            },
201
            "autoload": {
202
                "psr-0": {
203
                    "Doctrine\\Common\\Collections\\": "lib/"
204
                }
205
            },
206
            "notification-url": "https://packagist.org/downloads/",
207
            "license": [
208
                "MIT"
209
            ],
210
            "authors": [
211
                {
212
                    "name": "Roman Borschel",
213
                    "email": "[email protected]"
214
                },
215
                {
216
                    "name": "Benjamin Eberlei",
217
                    "email": "[email protected]"
218
                },
219
                {
220
                    "name": "Guilherme Blanco",
221
                    "email": "[email protected]"
222
                },
223
                {
224
                    "name": "Jonathan Wage",
225
                    "email": "[email protected]"
226
                },
227
                {
228
                    "name": "Johannes Schmitt",
229
                    "email": "[email protected]"
230
                }
231
            ],
232
            "description": "Collections Abstraction library",
233
            "homepage": "http://www.doctrine-project.org",
234
            "keywords": [
235
                "array",
236
                "collections",
237
                "iterator"
238
            ],
239
            "time": "2015-04-14 22:21:58"
240
        },
241
        {
242
            "name": "doctrine/common",
243
            "version": "v2.6.2",
244
            "source": {
245
                "type": "git",
246
                "url": "https://github.com/doctrine/common.git",
247
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
248
            },
249
            "dist": {
250
                "type": "zip",
251
                "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
252
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
253
                "shasum": ""
254
            },
255
            "require": {
256
                "doctrine/annotations": "1.*",
257
                "doctrine/cache": "1.*",
258
                "doctrine/collections": "1.*",
259
                "doctrine/inflector": "1.*",
260
                "doctrine/lexer": "1.*",
261
                "php": "~5.5|~7.0"
262
            },
263
            "require-dev": {
264
                "phpunit/phpunit": "~4.8|~5.0"
265
            },
266
            "type": "library",
267
            "extra": {
268
                "branch-alias": {
269
                    "dev-master": "2.7.x-dev"
270
                }
271
            },
272
            "autoload": {
273
                "psr-4": {
274
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Roman Borschel",
284
                    "email": "[email protected]"
285
                },
286
                {
287
                    "name": "Benjamin Eberlei",
288
                    "email": "[email protected]"
289
                },
290
                {
291
                    "name": "Guilherme Blanco",
292
                    "email": "[email protected]"
293
                },
294
                {
295
                    "name": "Jonathan Wage",
296
                    "email": "[email protected]"
297
                },
298
                {
299
                    "name": "Johannes Schmitt",
300
                    "email": "[email protected]"
301
                }
302
            ],
303
            "description": "Common Library for Doctrine projects",
304
            "homepage": "http://www.doctrine-project.org",
305
            "keywords": [
306
                "annotations",
307
                "collections",
308
                "eventmanager",
309
                "persistence",
310
                "spl"
311
            ],
312
            "time": "2016-11-30 16:50:46"
313
        },
314
        {
315
            "name": "doctrine/dbal",
316
            "version": "v2.5.5",
317
            "source": {
318
                "type": "git",
319
                "url": "https://github.com/doctrine/dbal.git",
320
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
321
            },
322
            "dist": {
323
                "type": "zip",
324
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
325
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
326
                "shasum": ""
327
            },
328
            "require": {
329
                "doctrine/common": ">=2.4,<2.7-dev",
330
                "php": ">=5.3.2"
331
            },
332
            "require-dev": {
333
                "phpunit/phpunit": "4.*",
334
                "symfony/console": "2.*||^3.0"
335
            },
336
            "suggest": {
337
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
338
            },
339
            "bin": [
340
                "bin/doctrine-dbal"
341
            ],
342
            "type": "library",
343
            "extra": {
344
                "branch-alias": {
345
                    "dev-master": "2.5.x-dev"
346
                }
347
            },
348
            "autoload": {
349
                "psr-0": {
350
                    "Doctrine\\DBAL\\": "lib/"
351
                }
352
            },
353
            "notification-url": "https://packagist.org/downloads/",
354
            "license": [
355
                "MIT"
356
            ],
357
            "authors": [
358
                {
359
                    "name": "Roman Borschel",
360
                    "email": "[email protected]"
361
                },
362
                {
363
                    "name": "Benjamin Eberlei",
364
                    "email": "[email protected]"
365
                },
366
                {
367
                    "name": "Guilherme Blanco",
368
                    "email": "[email protected]"
369
                },
370
                {
371
                    "name": "Jonathan Wage",
372
                    "email": "[email protected]"
373
                }
374
            ],
375
            "description": "Database Abstraction Layer",
376
            "homepage": "http://www.doctrine-project.org",
377
            "keywords": [
378
                "database",
379
                "dbal",
380
                "persistence",
381
                "queryobject"
382
            ],
383
            "time": "2016-09-09 19:13:33"
384
        },
385
        {
386
            "name": "doctrine/inflector",
387
            "version": "v1.1.0",
388
            "source": {
389
                "type": "git",
390
                "url": "https://github.com/doctrine/inflector.git",
391
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
392
            },
393
            "dist": {
394
                "type": "zip",
395
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
396
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
397
                "shasum": ""
398
            },
399
            "require": {
400
                "php": ">=5.3.2"
401
            },
402
            "require-dev": {
403
                "phpunit/phpunit": "4.*"
404
            },
405
            "type": "library",
406
            "extra": {
407
                "branch-alias": {
408
                    "dev-master": "1.1.x-dev"
409
                }
410
            },
411
            "autoload": {
412
                "psr-0": {
413
                    "Doctrine\\Common\\Inflector\\": "lib/"
414
                }
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "MIT"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Roman Borschel",
423
                    "email": "[email protected]"
424
                },
425
                {
426
                    "name": "Benjamin Eberlei",
427
                    "email": "[email protected]"
428
                },
429
                {
430
                    "name": "Guilherme Blanco",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Jonathan Wage",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Johannes Schmitt",
439
                    "email": "[email protected]"
440
                }
441
            ],
442
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
443
            "homepage": "http://www.doctrine-project.org",
444
            "keywords": [
445
                "inflection",
446
                "pluralize",
447
                "singularize",
448
                "string"
449
            ],
450
            "time": "2015-11-06 14:35:42"
451
        },
452
        {
453
            "name": "doctrine/lexer",
454
            "version": "v1.0.1",
455
            "source": {
456
                "type": "git",
457
                "url": "https://github.com/doctrine/lexer.git",
458
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
459
            },
460
            "dist": {
461
                "type": "zip",
462
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
463
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
464
                "shasum": ""
465
            },
466
            "require": {
467
                "php": ">=5.3.2"
468
            },
469
            "type": "library",
470
            "extra": {
471
                "branch-alias": {
472
                    "dev-master": "1.0.x-dev"
473
                }
474
            },
475
            "autoload": {
476
                "psr-0": {
477
                    "Doctrine\\Common\\Lexer\\": "lib/"
478
                }
479
            },
480
            "notification-url": "https://packagist.org/downloads/",
481
            "license": [
482
                "MIT"
483
            ],
484
            "authors": [
485
                {
486
                    "name": "Roman Borschel",
487
                    "email": "[email protected]"
488
                },
489
                {
490
                    "name": "Guilherme Blanco",
491
                    "email": "[email protected]"
492
                },
493
                {
494
                    "name": "Johannes Schmitt",
495
                    "email": "[email protected]"
496
                }
497
            ],
498
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
499
            "homepage": "http://www.doctrine-project.org",
500
            "keywords": [
501
                "lexer",
502
                "parser"
503
            ],
504
            "time": "2014-09-09 13:34:57"
505
        },
506
        {
507
            "name": "firebase/php-jwt",
508
            "version": "v3.0.0",
509
            "source": {
510
                "type": "git",
511
                "url": "https://github.com/firebase/php-jwt.git",
512
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
513
            },
514
            "dist": {
515
                "type": "zip",
516
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
517
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
518
                "shasum": ""
519
            },
520
            "require": {
521
                "php": ">=5.3.0"
522
            },
523
            "type": "library",
524
            "autoload": {
525
                "psr-4": {
526
                    "Firebase\\JWT\\": "src"
527
                }
528
            },
529
            "notification-url": "https://packagist.org/downloads/",
530
            "license": [
531
                "BSD-3-Clause"
532
            ],
533
            "authors": [
534
                {
535
                    "name": "Neuman Vong",
536
                    "email": "[email protected]",
537
                    "role": "Developer"
538
                },
539
                {
540
                    "name": "Anant Narayanan",
541
                    "email": "[email protected]",
542
                    "role": "Developer"
543
                }
544
            ],
545
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
546
            "homepage": "https://github.com/firebase/php-jwt",
547
            "time": "2015-07-22 18:31:08"
548
        },
549
        {
550
            "name": "illuminate/container",
551
            "version": "v5.3.23",
552
            "source": {
553
                "type": "git",
554
                "url": "https://github.com/illuminate/container.git",
555
                "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d"
556
            },
557
            "dist": {
558
                "type": "zip",
559
                "url": "https://api.github.com/repos/illuminate/container/zipball/8047b47e1f731c975d9aa0fe0b269064d3f1346d",
560
                "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d",
561
                "shasum": ""
562
            },
563
            "require": {
564
                "illuminate/contracts": "5.3.*",
565
                "php": ">=5.6.4"
566
            },
567
            "type": "library",
568
            "extra": {
569
                "branch-alias": {
570
                    "dev-master": "5.3-dev"
571
                }
572
            },
573
            "autoload": {
574
                "psr-4": {
575
                    "Illuminate\\Container\\": ""
576
                }
577
            },
578
            "notification-url": "https://packagist.org/downloads/",
579
            "license": [
580
                "MIT"
581
            ],
582
            "authors": [
583
                {
584
                    "name": "Taylor Otwell",
585
                    "email": "[email protected]"
586
                }
587
            ],
588
            "description": "The Illuminate Container package.",
589
            "homepage": "https://laravel.com",
590
            "time": "2016-10-02 01:14:30"
591
        },
592
        {
593
            "name": "illuminate/contracts",
594
            "version": "v5.3.23",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/illuminate/contracts.git",
598
                "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/ce5d73c6015b2054d32f3f8530767847b358ae4e",
603
                "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "php": ">=5.6.4"
608
            },
609
            "type": "library",
610
            "extra": {
611
                "branch-alias": {
612
                    "dev-master": "5.3-dev"
613
                }
614
            },
615
            "autoload": {
616
                "psr-4": {
617
                    "Illuminate\\Contracts\\": ""
618
                }
619
            },
620
            "notification-url": "https://packagist.org/downloads/",
621
            "license": [
622
                "MIT"
623
            ],
624
            "authors": [
625
                {
626
                    "name": "Taylor Otwell",
627
                    "email": "[email protected]"
628
                }
629
            ],
630
            "description": "The Illuminate Contracts package.",
631
            "homepage": "https://laravel.com",
632
            "time": "2016-09-26 20:36:27"
633
        },
634
        {
635
            "name": "illuminate/database",
636
            "version": "v5.3.23",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/illuminate/database.git",
640
                "reference": "8db1197b3d3e8a7393153643774d2924cdc6d906"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/illuminate/database/zipball/8db1197b3d3e8a7393153643774d2924cdc6d906",
645
                "reference": "8db1197b3d3e8a7393153643774d2924cdc6d906",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "illuminate/container": "5.3.*",
650
                "illuminate/contracts": "5.3.*",
651
                "illuminate/support": "5.3.*",
652
                "nesbot/carbon": "~1.20",
653
                "php": ">=5.6.4"
654
            },
655
            "suggest": {
656
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
657
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
658
                "illuminate/console": "Required to use the database commands (5.3.*).",
659
                "illuminate/events": "Required to use the observers with Eloquent (5.3.*).",
660
                "illuminate/filesystem": "Required to use the migrations (5.3.*).",
661
                "illuminate/pagination": "Required to paginate the result set (5.3.*)."
662
            },
663
            "type": "library",
664
            "extra": {
665
                "branch-alias": {
666
                    "dev-master": "5.3-dev"
667
                }
668
            },
669
            "autoload": {
670
                "psr-4": {
671
                    "Illuminate\\Database\\": ""
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Taylor Otwell",
681
                    "email": "[email protected]"
682
                }
683
            ],
684
            "description": "The Illuminate Database package.",
685
            "homepage": "https://laravel.com",
686
            "keywords": [
687
                "database",
688
                "laravel",
689
                "orm",
690
                "sql"
691
            ],
692
            "time": "2016-11-14 15:37:58"
693
        },
694
        {
695
            "name": "illuminate/events",
696
            "version": "v5.3.23",
697
            "source": {
698
                "type": "git",
699
                "url": "https://github.com/illuminate/events.git",
700
                "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77"
701
            },
702
            "dist": {
703
                "type": "zip",
704
                "url": "https://api.github.com/repos/illuminate/events/zipball/cb29124d4eaba8a60bad40e95e3d8b199d040d77",
705
                "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77",
706
                "shasum": ""
707
            },
708
            "require": {
709
                "illuminate/container": "5.3.*",
710
                "illuminate/contracts": "5.3.*",
711
                "illuminate/support": "5.3.*",
712
                "php": ">=5.6.4"
713
            },
714
            "type": "library",
715
            "extra": {
716
                "branch-alias": {
717
                    "dev-master": "5.3-dev"
718
                }
719
            },
720
            "autoload": {
721
                "psr-4": {
722
                    "Illuminate\\Events\\": ""
723
                }
724
            },
725
            "notification-url": "https://packagist.org/downloads/",
726
            "license": [
727
                "MIT"
728
            ],
729
            "authors": [
730
                {
731
                    "name": "Taylor Otwell",
732
                    "email": "[email protected]"
733
                }
734
            ],
735
            "description": "The Illuminate Events package.",
736
            "homepage": "https://laravel.com",
737
            "time": "2016-08-12 14:24:30"
738
        },
739
        {
740
            "name": "illuminate/filesystem",
741
            "version": "v5.3.23",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/illuminate/filesystem.git",
745
                "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/82576e0a6193e76929c929c8a2d3e1552ab64e76",
750
                "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "illuminate/contracts": "5.3.*",
755
                "illuminate/support": "5.3.*",
756
                "php": ">=5.6.4",
757
                "symfony/finder": "3.1.*"
758
            },
759
            "suggest": {
760
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
761
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
762
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
763
            },
764
            "type": "library",
765
            "extra": {
766
                "branch-alias": {
767
                    "dev-master": "5.3-dev"
768
                }
769
            },
770
            "autoload": {
771
                "psr-4": {
772
                    "Illuminate\\Filesystem\\": ""
773
                }
774
            },
775
            "notification-url": "https://packagist.org/downloads/",
776
            "license": [
777
                "MIT"
778
            ],
779
            "authors": [
780
                {
781
                    "name": "Taylor Otwell",
782
                    "email": "[email protected]"
783
                }
784
            ],
785
            "description": "The Illuminate Filesystem package.",
786
            "homepage": "https://laravel.com",
787
            "time": "2016-11-07 22:09:46"
788
        },
789
        {
790
            "name": "illuminate/pagination",
791
            "version": "v5.3.23",
792
            "source": {
793
                "type": "git",
794
                "url": "https://github.com/illuminate/pagination.git",
795
                "reference": "e803f80a6ad98d5446e43376c0370bcc18b179be"
796
            },
797
            "dist": {
798
                "type": "zip",
799
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/e803f80a6ad98d5446e43376c0370bcc18b179be",
800
                "reference": "e803f80a6ad98d5446e43376c0370bcc18b179be",
801
                "shasum": ""
802
            },
803
            "require": {
804
                "illuminate/contracts": "5.3.*",
805
                "illuminate/support": "5.3.*",
806
                "php": ">=5.6.4"
807
            },
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "5.3-dev"
812
                }
813
            },
814
            "autoload": {
815
                "psr-4": {
816
                    "Illuminate\\Pagination\\": ""
817
                }
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "MIT"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "Taylor Otwell",
826
                    "email": "[email protected]"
827
                }
828
            ],
829
            "description": "The Illuminate Pagination package.",
830
            "homepage": "https://laravel.com",
831
            "time": "2016-10-13 14:42:03"
832
        },
833
        {
834
            "name": "illuminate/support",
835
            "version": "v5.3.23",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/illuminate/support.git",
839
                "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/illuminate/support/zipball/050d0ed3e1c0e1d129d73b2eaa14044e46a66f77",
844
                "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "doctrine/inflector": "~1.0",
849
                "ext-mbstring": "*",
850
                "illuminate/contracts": "5.3.*",
851
                "paragonie/random_compat": "~1.4|~2.0",
852
                "php": ">=5.6.4"
853
            },
854
            "replace": {
855
                "tightenco/collect": "self.version"
856
            },
857
            "suggest": {
858
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
859
                "symfony/process": "Required to use the composer class (3.1.*).",
860
                "symfony/var-dumper": "Required to use the dd function (3.1.*)."
861
            },
862
            "type": "library",
863
            "extra": {
864
                "branch-alias": {
865
                    "dev-master": "5.3-dev"
866
                }
867
            },
868
            "autoload": {
869
                "psr-4": {
870
                    "Illuminate\\Support\\": ""
871
                },
872
                "files": [
873
                    "helpers.php"
874
                ]
875
            },
876
            "notification-url": "https://packagist.org/downloads/",
877
            "license": [
878
                "MIT"
879
            ],
880
            "authors": [
881
                {
882
                    "name": "Taylor Otwell",
883
                    "email": "[email protected]"
884
                }
885
            ],
886
            "description": "The Illuminate Support package.",
887
            "homepage": "https://laravel.com",
888
            "time": "2016-11-03 15:25:28"
889
        },
890
        {
891
            "name": "illuminate/translation",
892
            "version": "v5.3.23",
893
            "source": {
894
                "type": "git",
895
                "url": "https://github.com/illuminate/translation.git",
896
                "reference": "4abb8ee26191b2696055a985ab672dd3f3708351"
897
            },
898
            "dist": {
899
                "type": "zip",
900
                "url": "https://api.github.com/repos/illuminate/translation/zipball/4abb8ee26191b2696055a985ab672dd3f3708351",
901
                "reference": "4abb8ee26191b2696055a985ab672dd3f3708351",
902
                "shasum": ""
903
            },
904
            "require": {
905
                "illuminate/filesystem": "5.3.*",
906
                "illuminate/support": "5.3.*",
907
                "php": ">=5.6.4",
908
                "symfony/translation": "3.1.*"
909
            },
910
            "type": "library",
911
            "extra": {
912
                "branch-alias": {
913
                    "dev-master": "5.3-dev"
914
                }
915
            },
916
            "autoload": {
917
                "psr-4": {
918
                    "Illuminate\\Translation\\": ""
919
                }
920
            },
921
            "notification-url": "https://packagist.org/downloads/",
922
            "license": [
923
                "MIT"
924
            ],
925
            "authors": [
926
                {
927
                    "name": "Taylor Otwell",
928
                    "email": "[email protected]"
929
                }
930
            ],
931
            "description": "The Illuminate Translation package.",
932
            "homepage": "https://laravel.com",
933
            "time": "2016-11-02 13:15:46"
934
        },
935
        {
936
            "name": "illuminate/validation",
937
            "version": "v5.3.23",
938
            "source": {
939
                "type": "git",
940
                "url": "https://github.com/illuminate/validation.git",
941
                "reference": "0fe74fcee292e19fac222c449043ece9faf5a36c"
942
            },
943
            "dist": {
944
                "type": "zip",
945
                "url": "https://api.github.com/repos/illuminate/validation/zipball/0fe74fcee292e19fac222c449043ece9faf5a36c",
946
                "reference": "0fe74fcee292e19fac222c449043ece9faf5a36c",
947
                "shasum": ""
948
            },
949
            "require": {
950
                "illuminate/container": "5.3.*",
951
                "illuminate/contracts": "5.3.*",
952
                "illuminate/support": "5.3.*",
953
                "php": ">=5.6.4",
954
                "symfony/http-foundation": "3.1.*",
955
                "symfony/translation": "3.1.*"
956
            },
957
            "suggest": {
958
                "illuminate/database": "Required to use the database presence verifier (5.3.*)."
959
            },
960
            "type": "library",
961
            "extra": {
962
                "branch-alias": {
963
                    "dev-master": "5.3-dev"
964
                }
965
            },
966
            "autoload": {
967
                "psr-4": {
968
                    "Illuminate\\Validation\\": ""
969
                }
970
            },
971
            "notification-url": "https://packagist.org/downloads/",
972
            "license": [
973
                "MIT"
974
            ],
975
            "authors": [
976
                {
977
                    "name": "Taylor Otwell",
978
                    "email": "[email protected]"
979
                }
980
            ],
981
            "description": "The Illuminate Validation package.",
982
            "homepage": "https://laravel.com",
983
            "time": "2016-11-10 13:34:31"
984
        },
985
        {
986
            "name": "monolog/monolog",
987
            "version": "1.22.0",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/Seldaek/monolog.git",
991
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
996
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "php": ">=5.3.0",
1001
                "psr/log": "~1.0"
1002
            },
1003
            "provide": {
1004
                "psr/log-implementation": "1.0.0"
1005
            },
1006
            "require-dev": {
1007
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1008
                "doctrine/couchdb": "~1.0@dev",
1009
                "graylog2/gelf-php": "~1.0",
1010
                "jakub-onderka/php-parallel-lint": "0.9",
1011
                "php-amqplib/php-amqplib": "~2.4",
1012
                "php-console/php-console": "^3.1.3",
1013
                "phpunit/phpunit": "~4.5",
1014
                "phpunit/phpunit-mock-objects": "2.3.0",
1015
                "ruflin/elastica": ">=0.90 <3.0",
1016
                "sentry/sentry": "^0.13",
1017
                "swiftmailer/swiftmailer": "~5.3"
1018
            },
1019
            "suggest": {
1020
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1021
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1022
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1023
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1024
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1025
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1026
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1027
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1028
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1029
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1030
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "2.0.x-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "psr-4": {
1040
                    "Monolog\\": "src/Monolog"
1041
                }
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "MIT"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Jordi Boggiano",
1050
                    "email": "[email protected]",
1051
                    "homepage": "http://seld.be"
1052
                }
1053
            ],
1054
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1055
            "homepage": "http://github.com/Seldaek/monolog",
1056
            "keywords": [
1057
                "log",
1058
                "logging",
1059
                "psr-3"
1060
            ],
1061
            "time": "2016-11-26 00:15:39"
1062
        },
1063
        {
1064
            "name": "neomerx/json-api",
1065
            "version": "v0.8.10",
1066
            "source": {
1067
                "type": "git",
1068
                "url": "https://github.com/neomerx/json-api.git",
1069
                "reference": "f77b3e4e61a0539dac52f0c9c589e806489abe18"
1070
            },
1071
            "dist": {
1072
                "type": "zip",
1073
                "url": "https://api.github.com/repos/neomerx/json-api/zipball/f77b3e4e61a0539dac52f0c9c589e806489abe18",
1074
                "reference": "f77b3e4e61a0539dac52f0c9c589e806489abe18",
1075
                "shasum": ""
1076
            },
1077
            "require": {
1078
                "php": ">=5.5.0",
1079
                "psr/http-message": "^1.0",
1080
                "psr/log": "^1.0"
1081
            },
1082
            "require-dev": {
1083
                "mockery/mockery": "~0.9.4",
1084
                "monolog/monolog": "^1.18",
1085
                "phpunit/phpunit": "^4.6 || ^5.0",
1086
                "scrutinizer/ocular": "^1.3",
1087
                "squizlabs/php_codesniffer": "^2.5"
1088
            },
1089
            "type": "library",
1090
            "autoload": {
1091
                "psr-4": {
1092
                    "Neomerx\\JsonApi\\": "src/"
1093
                }
1094
            },
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "Apache-2.0"
1098
            ],
1099
            "authors": [
1100
                {
1101
                    "name": "neomerx",
1102
                    "email": "[email protected]"
1103
                }
1104
            ],
1105
            "description": "Framework agnostic JSON API (jsonapi.org) implementation",
1106
            "homepage": "https://github.com/neomerx/json-api",
1107
            "keywords": [
1108
                "JSON-API",
1109
                "api",
1110
                "json",
1111
                "jsonapi",
1112
                "jsonapi.org",
1113
                "neomerx"
1114
            ],
1115
            "time": "2016-09-04 14:49:04"
1116
        },
1117
        {
1118
            "name": "nesbot/carbon",
1119
            "version": "1.21.0",
1120
            "source": {
1121
                "type": "git",
1122
                "url": "https://github.com/briannesbitt/Carbon.git",
1123
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1124
            },
1125
            "dist": {
1126
                "type": "zip",
1127
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1128
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1129
                "shasum": ""
1130
            },
1131
            "require": {
1132
                "php": ">=5.3.0",
1133
                "symfony/translation": "~2.6|~3.0"
1134
            },
1135
            "require-dev": {
1136
                "phpunit/phpunit": "~4.0|~5.0"
1137
            },
1138
            "type": "library",
1139
            "autoload": {
1140
                "psr-4": {
1141
                    "Carbon\\": "src/Carbon/"
1142
                }
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "MIT"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Brian Nesbitt",
1151
                    "email": "[email protected]",
1152
                    "homepage": "http://nesbot.com"
1153
                }
1154
            ],
1155
            "description": "A simple API extension for DateTime.",
1156
            "homepage": "http://carbon.nesbot.com",
1157
            "keywords": [
1158
                "date",
1159
                "datetime",
1160
                "time"
1161
            ],
1162
            "time": "2015-11-04 20:07:17"
1163
        },
1164
        {
1165
            "name": "nikic/fast-route",
1166
            "version": "v1.0.1",
1167
            "source": {
1168
                "type": "git",
1169
                "url": "https://github.com/nikic/FastRoute.git",
1170
                "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af"
1171
            },
1172
            "dist": {
1173
                "type": "zip",
1174
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8ea928195fa9b907f0d6e48312d323c1a13cc2af",
1175
                "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af",
1176
                "shasum": ""
1177
            },
1178
            "require": {
1179
                "php": ">=5.4.0"
1180
            },
1181
            "type": "library",
1182
            "autoload": {
1183
                "psr-4": {
1184
                    "FastRoute\\": "src/"
1185
                },
1186
                "files": [
1187
                    "src/functions.php"
1188
                ]
1189
            },
1190
            "notification-url": "https://packagist.org/downloads/",
1191
            "license": [
1192
                "BSD-3-Clause"
1193
            ],
1194
            "authors": [
1195
                {
1196
                    "name": "Nikita Popov",
1197
                    "email": "[email protected]"
1198
                }
1199
            ],
1200
            "description": "Fast request router for PHP",
1201
            "keywords": [
1202
                "router",
1203
                "routing"
1204
            ],
1205
            "time": "2016-06-12 19:08:51"
1206
        },
1207
        {
1208
            "name": "paragonie/random_compat",
1209
            "version": "v2.0.4",
1210
            "source": {
1211
                "type": "git",
1212
                "url": "https://github.com/paragonie/random_compat.git",
1213
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
1214
            },
1215
            "dist": {
1216
                "type": "zip",
1217
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1218
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1219
                "shasum": ""
1220
            },
1221
            "require": {
1222
                "php": ">=5.2.0"
1223
            },
1224
            "require-dev": {
1225
                "phpunit/phpunit": "4.*|5.*"
1226
            },
1227
            "suggest": {
1228
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1229
            },
1230
            "type": "library",
1231
            "autoload": {
1232
                "files": [
1233
                    "lib/random.php"
1234
                ]
1235
            },
1236
            "notification-url": "https://packagist.org/downloads/",
1237
            "license": [
1238
                "MIT"
1239
            ],
1240
            "authors": [
1241
                {
1242
                    "name": "Paragon Initiative Enterprises",
1243
                    "email": "[email protected]",
1244
                    "homepage": "https://paragonie.com"
1245
                }
1246
            ],
1247
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1248
            "keywords": [
1249
                "csprng",
1250
                "pseudorandom",
1251
                "random"
1252
            ],
1253
            "time": "2016-11-07 23:38:38"
1254
        },
1255
        {
1256
            "name": "pimple/pimple",
1257
            "version": "v3.0.2",
1258
            "source": {
1259
                "type": "git",
1260
                "url": "https://github.com/silexphp/Pimple.git",
1261
                "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
1262
            },
1263
            "dist": {
1264
                "type": "zip",
1265
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
1266
                "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
1267
                "shasum": ""
1268
            },
1269
            "require": {
1270
                "php": ">=5.3.0"
1271
            },
1272
            "type": "library",
1273
            "extra": {
1274
                "branch-alias": {
1275
                    "dev-master": "3.0.x-dev"
1276
                }
1277
            },
1278
            "autoload": {
1279
                "psr-0": {
1280
                    "Pimple": "src/"
1281
                }
1282
            },
1283
            "notification-url": "https://packagist.org/downloads/",
1284
            "license": [
1285
                "MIT"
1286
            ],
1287
            "authors": [
1288
                {
1289
                    "name": "Fabien Potencier",
1290
                    "email": "[email protected]"
1291
                }
1292
            ],
1293
            "description": "Pimple, a simple Dependency Injection Container",
1294
            "homepage": "http://pimple.sensiolabs.org",
1295
            "keywords": [
1296
                "container",
1297
                "dependency injection"
1298
            ],
1299
            "time": "2015-09-11 15:10:35"
1300
        },
1301
        {
1302
            "name": "psr/http-message",
1303
            "version": "1.0.1",
1304
            "source": {
1305
                "type": "git",
1306
                "url": "https://github.com/php-fig/http-message.git",
1307
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1308
            },
1309
            "dist": {
1310
                "type": "zip",
1311
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1312
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1313
                "shasum": ""
1314
            },
1315
            "require": {
1316
                "php": ">=5.3.0"
1317
            },
1318
            "type": "library",
1319
            "extra": {
1320
                "branch-alias": {
1321
                    "dev-master": "1.0.x-dev"
1322
                }
1323
            },
1324
            "autoload": {
1325
                "psr-4": {
1326
                    "Psr\\Http\\Message\\": "src/"
1327
                }
1328
            },
1329
            "notification-url": "https://packagist.org/downloads/",
1330
            "license": [
1331
                "MIT"
1332
            ],
1333
            "authors": [
1334
                {
1335
                    "name": "PHP-FIG",
1336
                    "homepage": "http://www.php-fig.org/"
1337
                }
1338
            ],
1339
            "description": "Common interface for HTTP messages",
1340
            "homepage": "https://github.com/php-fig/http-message",
1341
            "keywords": [
1342
                "http",
1343
                "http-message",
1344
                "psr",
1345
                "psr-7",
1346
                "request",
1347
                "response"
1348
            ],
1349
            "time": "2016-08-06 14:39:51"
1350
        },
1351
        {
1352
            "name": "psr/log",
1353
            "version": "1.0.2",
1354
            "source": {
1355
                "type": "git",
1356
                "url": "https://github.com/php-fig/log.git",
1357
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1358
            },
1359
            "dist": {
1360
                "type": "zip",
1361
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1362
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1363
                "shasum": ""
1364
            },
1365
            "require": {
1366
                "php": ">=5.3.0"
1367
            },
1368
            "type": "library",
1369
            "extra": {
1370
                "branch-alias": {
1371
                    "dev-master": "1.0.x-dev"
1372
                }
1373
            },
1374
            "autoload": {
1375
                "psr-4": {
1376
                    "Psr\\Log\\": "Psr/Log/"
1377
                }
1378
            },
1379
            "notification-url": "https://packagist.org/downloads/",
1380
            "license": [
1381
                "MIT"
1382
            ],
1383
            "authors": [
1384
                {
1385
                    "name": "PHP-FIG",
1386
                    "homepage": "http://www.php-fig.org/"
1387
                }
1388
            ],
1389
            "description": "Common interface for logging libraries",
1390
            "homepage": "https://github.com/php-fig/log",
1391
            "keywords": [
1392
                "log",
1393
                "psr",
1394
                "psr-3"
1395
            ],
1396
            "time": "2016-10-10 12:19:37"
1397
        },
1398
        {
1399
            "name": "slim/slim",
1400
            "version": "3.6.0",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/slimphp/Slim.git",
1404
                "reference": "a685fe91a9435e1432e8eeb7cf516e2f5cee7f64"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/a685fe91a9435e1432e8eeb7cf516e2f5cee7f64",
1409
                "reference": "a685fe91a9435e1432e8eeb7cf516e2f5cee7f64",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "container-interop/container-interop": "^1.1",
1414
                "nikic/fast-route": "^1.0",
1415
                "php": ">=5.5.0",
1416
                "pimple/pimple": "^3.0",
1417
                "psr/http-message": "^1.0"
1418
            },
1419
            "provide": {
1420
                "psr/http-message-implementation": "1.0"
1421
            },
1422
            "require-dev": {
1423
                "phpunit/phpunit": "^4.0",
1424
                "squizlabs/php_codesniffer": "^2.5"
1425
            },
1426
            "type": "library",
1427
            "autoload": {
1428
                "psr-4": {
1429
                    "Slim\\": "Slim"
1430
                }
1431
            },
1432
            "notification-url": "https://packagist.org/downloads/",
1433
            "license": [
1434
                "MIT"
1435
            ],
1436
            "authors": [
1437
                {
1438
                    "name": "Rob Allen",
1439
                    "email": "[email protected]",
1440
                    "homepage": "http://akrabat.com"
1441
                },
1442
                {
1443
                    "name": "Josh Lockhart",
1444
                    "email": "[email protected]",
1445
                    "homepage": "https://joshlockhart.com"
1446
                },
1447
                {
1448
                    "name": "Gabriel Manricks",
1449
                    "email": "[email protected]",
1450
                    "homepage": "http://gabrielmanricks.com"
1451
                },
1452
                {
1453
                    "name": "Andrew Smith",
1454
                    "email": "[email protected]",
1455
                    "homepage": "http://silentworks.co.uk"
1456
                }
1457
            ],
1458
            "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
1459
            "homepage": "http://slimframework.com",
1460
            "keywords": [
1461
                "api",
1462
                "framework",
1463
                "micro",
1464
                "router"
1465
            ],
1466
            "time": "2016-11-20 20:48:49"
1467
        },
1468
        {
1469
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1470
            "version": "v5.4.4",
1471
            "source": {
1472
                "type": "git",
1473
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1474
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
1475
            },
1476
            "dist": {
1477
                "type": "zip",
1478
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
1479
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
1480
                "shasum": ""
1481
            },
1482
            "require": {
1483
                "php": ">=5.3.3"
1484
            },
1485
            "require-dev": {
1486
                "mockery/mockery": "~0.9.1"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "5.4-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "files": [
1496
                    "lib/swift_required.php"
1497
                ]
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "MIT"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "Chris Corbyn"
1506
                },
1507
                {
1508
                    "name": "Fabien Potencier",
1509
                    "email": "[email protected]"
1510
                }
1511
            ],
1512
            "description": "Swiftmailer, free feature-rich PHP mailer",
1513
            "homepage": "http://swiftmailer.org",
1514
            "keywords": [
1515
                "email",
1516
                "mail",
1517
                "mailer"
1518
            ],
1519
            "time": "2016-11-24 01:01:23"
1520
        },
1521
        {
1522
            "name": "symfony/finder",
1523
            "version": "v3.1.8",
1524
            "source": {
1525
                "type": "git",
1526
                "url": "https://github.com/symfony/finder.git",
1527
                "reference": "74dcd370c8d057882575e535616fde935e411b19"
1528
            },
1529
            "dist": {
1530
                "type": "zip",
1531
                "url": "https://api.github.com/repos/symfony/finder/zipball/74dcd370c8d057882575e535616fde935e411b19",
1532
                "reference": "74dcd370c8d057882575e535616fde935e411b19",
1533
                "shasum": ""
1534
            },
1535
            "require": {
1536
                "php": ">=5.5.9"
1537
            },
1538
            "type": "library",
1539
            "extra": {
1540
                "branch-alias": {
1541
                    "dev-master": "3.1-dev"
1542
                }
1543
            },
1544
            "autoload": {
1545
                "psr-4": {
1546
                    "Symfony\\Component\\Finder\\": ""
1547
                },
1548
                "exclude-from-classmap": [
1549
                    "/Tests/"
1550
                ]
1551
            },
1552
            "notification-url": "https://packagist.org/downloads/",
1553
            "license": [
1554
                "MIT"
1555
            ],
1556
            "authors": [
1557
                {
1558
                    "name": "Fabien Potencier",
1559
                    "email": "[email protected]"
1560
                },
1561
                {
1562
                    "name": "Symfony Community",
1563
                    "homepage": "https://symfony.com/contributors"
1564
                }
1565
            ],
1566
            "description": "Symfony Finder Component",
1567
            "homepage": "https://symfony.com",
1568
            "time": "2016-12-13 09:38:21"
1569
        },
1570
        {
1571
            "name": "symfony/http-foundation",
1572
            "version": "v3.1.8",
1573
            "source": {
1574
                "type": "git",
1575
                "url": "https://github.com/symfony/http-foundation.git",
1576
                "reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92"
1577
            },
1578
            "dist": {
1579
                "type": "zip",
1580
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/88a1d3cee2dbd06f7103ff63938743b903b65a92",
1581
                "reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92",
1582
                "shasum": ""
1583
            },
1584
            "require": {
1585
                "php": ">=5.5.9",
1586
                "symfony/polyfill-mbstring": "~1.1"
1587
            },
1588
            "require-dev": {
1589
                "symfony/expression-language": "~2.8|~3.0"
1590
            },
1591
            "type": "library",
1592
            "extra": {
1593
                "branch-alias": {
1594
                    "dev-master": "3.1-dev"
1595
                }
1596
            },
1597
            "autoload": {
1598
                "psr-4": {
1599
                    "Symfony\\Component\\HttpFoundation\\": ""
1600
                },
1601
                "exclude-from-classmap": [
1602
                    "/Tests/"
1603
                ]
1604
            },
1605
            "notification-url": "https://packagist.org/downloads/",
1606
            "license": [
1607
                "MIT"
1608
            ],
1609
            "authors": [
1610
                {
1611
                    "name": "Fabien Potencier",
1612
                    "email": "[email protected]"
1613
                },
1614
                {
1615
                    "name": "Symfony Community",
1616
                    "homepage": "https://symfony.com/contributors"
1617
                }
1618
            ],
1619
            "description": "Symfony HttpFoundation Component",
1620
            "homepage": "https://symfony.com",
1621
            "time": "2016-11-27 04:21:07"
1622
        },
1623
        {
1624
            "name": "symfony/polyfill-mbstring",
1625
            "version": "v1.3.0",
1626
            "source": {
1627
                "type": "git",
1628
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1629
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1630
            },
1631
            "dist": {
1632
                "type": "zip",
1633
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1634
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1635
                "shasum": ""
1636
            },
1637
            "require": {
1638
                "php": ">=5.3.3"
1639
            },
1640
            "suggest": {
1641
                "ext-mbstring": "For best performance"
1642
            },
1643
            "type": "library",
1644
            "extra": {
1645
                "branch-alias": {
1646
                    "dev-master": "1.3-dev"
1647
                }
1648
            },
1649
            "autoload": {
1650
                "psr-4": {
1651
                    "Symfony\\Polyfill\\Mbstring\\": ""
1652
                },
1653
                "files": [
1654
                    "bootstrap.php"
1655
                ]
1656
            },
1657
            "notification-url": "https://packagist.org/downloads/",
1658
            "license": [
1659
                "MIT"
1660
            ],
1661
            "authors": [
1662
                {
1663
                    "name": "Nicolas Grekas",
1664
                    "email": "[email protected]"
1665
                },
1666
                {
1667
                    "name": "Symfony Community",
1668
                    "homepage": "https://symfony.com/contributors"
1669
                }
1670
            ],
1671
            "description": "Symfony polyfill for the Mbstring extension",
1672
            "homepage": "https://symfony.com",
1673
            "keywords": [
1674
                "compatibility",
1675
                "mbstring",
1676
                "polyfill",
1677
                "portable",
1678
                "shim"
1679
            ],
1680
            "time": "2016-11-14 01:06:16"
1681
        },
1682
        {
1683
            "name": "symfony/translation",
1684
            "version": "v3.1.8",
1685
            "source": {
1686
                "type": "git",
1687
                "url": "https://github.com/symfony/translation.git",
1688
                "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873"
1689
            },
1690
            "dist": {
1691
                "type": "zip",
1692
                "url": "https://api.github.com/repos/symfony/translation/zipball/2f4b6114b75c506dd1ee7eb485b35facbcb2d873",
1693
                "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873",
1694
                "shasum": ""
1695
            },
1696
            "require": {
1697
                "php": ">=5.5.9",
1698
                "symfony/polyfill-mbstring": "~1.0"
1699
            },
1700
            "conflict": {
1701
                "symfony/config": "<2.8"
1702
            },
1703
            "require-dev": {
1704
                "psr/log": "~1.0",
1705
                "symfony/config": "~2.8|~3.0",
1706
                "symfony/intl": "~2.8|~3.0",
1707
                "symfony/yaml": "~2.8|~3.0"
1708
            },
1709
            "suggest": {
1710
                "psr/log": "To use logging capability in translator",
1711
                "symfony/config": "",
1712
                "symfony/yaml": ""
1713
            },
1714
            "type": "library",
1715
            "extra": {
1716
                "branch-alias": {
1717
                    "dev-master": "3.1-dev"
1718
                }
1719
            },
1720
            "autoload": {
1721
                "psr-4": {
1722
                    "Symfony\\Component\\Translation\\": ""
1723
                },
1724
                "exclude-from-classmap": [
1725
                    "/Tests/"
1726
                ]
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "MIT"
1731
            ],
1732
            "authors": [
1733
                {
1734
                    "name": "Fabien Potencier",
1735
                    "email": "[email protected]"
1736
                },
1737
                {
1738
                    "name": "Symfony Community",
1739
                    "homepage": "https://symfony.com/contributors"
1740
                }
1741
            ],
1742
            "description": "Symfony Translation Component",
1743
            "homepage": "https://symfony.com",
1744
            "time": "2016-11-18 21:15:08"
1745
        },
1746
        {
1747
            "name": "zendframework/zend-permissions-acl",
1748
            "version": "2.6.0",
1749
            "source": {
1750
                "type": "git",
1751
                "url": "https://github.com/zendframework/zend-permissions-acl.git",
1752
                "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b"
1753
            },
1754
            "dist": {
1755
                "type": "zip",
1756
                "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
1757
                "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
1758
                "shasum": ""
1759
            },
1760
            "require": {
1761
                "php": "^5.5 || ^7.0"
1762
            },
1763
            "require-dev": {
1764
                "fabpot/php-cs-fixer": "1.7.*",
1765
                "phpunit/phpunit": "~4.0",
1766
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1767
            },
1768
            "suggest": {
1769
                "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
1770
            },
1771
            "type": "library",
1772
            "extra": {
1773
                "branch-alias": {
1774
                    "dev-master": "2.6-dev",
1775
                    "dev-develop": "2.7-dev"
1776
                }
1777
            },
1778
            "autoload": {
1779
                "psr-4": {
1780
                    "Zend\\Permissions\\Acl\\": "src/"
1781
                }
1782
            },
1783
            "notification-url": "https://packagist.org/downloads/",
1784
            "license": [
1785
                "BSD-3-Clause"
1786
            ],
1787
            "description": "provides a lightweight and flexible access control list (ACL) implementation for privileges management",
1788
            "homepage": "https://github.com/zendframework/zend-permissions-acl",
1789
            "keywords": [
1790
                "acl",
1791
                "zf2"
1792
            ],
1793
            "time": "2016-02-03 21:46:45"
1794
        }
1795
    ],
1796
    "packages-dev": [],
1797
    "aliases": [],
1798
    "minimum-stability": "stable",
1799
    "stability-flags": [],
1800
    "prefer-stable": false,
1801
    "prefer-lowest": false,
1802
    "platform": {
1803
        "php": ">=5.6.0"
1804
    },
1805
    "platform-dev": []
1806
}
1807