Completed
Pull Request — master (#26)
by
unknown
02:53
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2b62457004102237845fca9edc799e1b",
8
    "packages": [
9
        {
10
            "name": "elasticsearch/elasticsearch",
11
            "version": "v5.3.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/elastic/elasticsearch-php.git",
15
                "reference": "4b29a4121e790bbfe690d5ee77da348b62d48eb8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/4b29a4121e790bbfe690d5ee77da348b62d48eb8",
20
                "reference": "4b29a4121e790bbfe690d5ee77da348b62d48eb8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "guzzlehttp/ringphp": "~1.0",
25
                "php": "^5.6|^7.0",
26
                "psr/log": "~1.0"
27
            },
28
            "require-dev": {
29
                "cpliakas/git-wrapper": "~1.0",
30
                "doctrine/inflector": "^1.1",
31
                "mockery/mockery": "0.9.4",
32
                "phpunit/phpunit": "^4.7|^5.4",
33
                "sami/sami": "~3.2",
34
                "symfony/finder": "^2.8",
35
                "symfony/yaml": "^2.8"
36
            },
37
            "suggest": {
38
                "ext-curl": "*",
39
                "monolog/monolog": "Allows for client-level logging and tracing"
40
            },
41
            "type": "library",
42
            "autoload": {
43
                "psr-4": {
44
                    "Elasticsearch\\": "src/Elasticsearch/"
45
                }
46
            },
47
            "notification-url": "https://packagist.org/downloads/",
48
            "license": [
49
                "Apache-2.0"
50
            ],
51
            "authors": [
52
                {
53
                    "name": "Zachary Tong"
54
                }
55
            ],
56
            "description": "PHP Client for Elasticsearch",
57
            "keywords": [
58
                "client",
59
                "elasticsearch",
60
                "search"
61
            ],
62
            "time": "2017-11-08T17:04:47+00:00"
63
        },
64
        {
65
            "name": "guzzlehttp/ringphp",
66
            "version": "1.1.1",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/guzzle/RingPHP.git",
70
                "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
75
                "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "guzzlehttp/streams": "~3.0",
80
                "php": ">=5.4.0",
81
                "react/promise": "~2.0"
82
            },
83
            "require-dev": {
84
                "ext-curl": "*",
85
                "phpunit/phpunit": "~4.0"
86
            },
87
            "suggest": {
88
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
89
            },
90
            "type": "library",
91
            "extra": {
92
                "branch-alias": {
93
                    "dev-master": "1.1-dev"
94
                }
95
            },
96
            "autoload": {
97
                "psr-4": {
98
                    "GuzzleHttp\\Ring\\": "src/"
99
                }
100
            },
101
            "notification-url": "https://packagist.org/downloads/",
102
            "license": [
103
                "MIT"
104
            ],
105
            "authors": [
106
                {
107
                    "name": "Michael Dowling",
108
                    "email": "[email protected]",
109
                    "homepage": "https://github.com/mtdowling"
110
                }
111
            ],
112
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
113
            "time": "2018-07-31T13:22:33+00:00"
114
        },
115
        {
116
            "name": "guzzlehttp/streams",
117
            "version": "3.0.0",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/guzzle/streams.git",
121
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
126
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "php": ">=5.4.0"
131
            },
132
            "require-dev": {
133
                "phpunit/phpunit": "~4.0"
134
            },
135
            "type": "library",
136
            "extra": {
137
                "branch-alias": {
138
                    "dev-master": "3.0-dev"
139
                }
140
            },
141
            "autoload": {
142
                "psr-4": {
143
                    "GuzzleHttp\\Stream\\": "src/"
144
                }
145
            },
146
            "notification-url": "https://packagist.org/downloads/",
147
            "license": [
148
                "MIT"
149
            ],
150
            "authors": [
151
                {
152
                    "name": "Michael Dowling",
153
                    "email": "[email protected]",
154
                    "homepage": "https://github.com/mtdowling"
155
                }
156
            ],
157
            "description": "Provides a simple abstraction over streams of data",
158
            "homepage": "http://guzzlephp.org/",
159
            "keywords": [
160
                "Guzzle",
161
                "stream"
162
            ],
163
            "time": "2014-10-12T19:18:40+00:00"
164
        },
165
        {
166
            "name": "ircmaxell/password-compat",
167
            "version": "v1.0.4",
168
            "source": {
169
                "type": "git",
170
                "url": "https://github.com/ircmaxell/password_compat.git",
171
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
172
            },
173
            "dist": {
174
                "type": "zip",
175
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
176
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
177
                "shasum": ""
178
            },
179
            "require-dev": {
180
                "phpunit/phpunit": "4.*"
181
            },
182
            "type": "library",
183
            "autoload": {
184
                "files": [
185
                    "lib/password.php"
186
                ]
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Anthony Ferrara",
195
                    "email": "[email protected]",
196
                    "homepage": "http://blog.ircmaxell.com"
197
                }
198
            ],
199
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
200
            "homepage": "https://github.com/ircmaxell/password_compat",
201
            "keywords": [
202
                "hashing",
203
                "password"
204
            ],
205
            "time": "2014-11-20T16:49:30+00:00"
206
        },
207
        {
208
            "name": "league/container",
209
            "version": "1.3.2",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/thephpleague/container.git",
213
                "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
218
                "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "php": ">=5.4.0"
223
            },
224
            "replace": {
225
                "orno/di": "~2.0"
226
            },
227
            "require-dev": {
228
                "phpunit/phpunit": "4.*"
229
            },
230
            "type": "library",
231
            "extra": {
232
                "branch-alias": {
233
                    "dev-master": "2.0-dev",
234
                    "dev-1.x": "1.3-dev"
235
                }
236
            },
237
            "autoload": {
238
                "psr-4": {
239
                    "League\\Container\\": "src"
240
                }
241
            },
242
            "notification-url": "https://packagist.org/downloads/",
243
            "license": [
244
                "MIT"
245
            ],
246
            "authors": [
247
                {
248
                    "name": "Phil Bennett",
249
                    "email": "[email protected]",
250
                    "homepage": "http://philipobenito.github.io",
251
                    "role": "Developer"
252
                }
253
            ],
254
            "description": "A fast and intuitive dependency injection container.",
255
            "homepage": "https://github.com/thephpleague/container",
256
            "keywords": [
257
                "container",
258
                "dependency",
259
                "di",
260
                "injection",
261
                "league"
262
            ],
263
            "time": "2015-04-05T17:14:48+00:00"
264
        },
265
        {
266
            "name": "league/route",
267
            "version": "1.2.3",
268
            "source": {
269
                "type": "git",
270
                "url": "https://github.com/thephpleague/route.git",
271
                "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
272
            },
273
            "dist": {
274
                "type": "zip",
275
                "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
276
                "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
277
                "shasum": ""
278
            },
279
            "require": {
280
                "league/container": "~1.0",
281
                "nikic/fast-route": "~0.3",
282
                "php": ">=5.4.0",
283
                "symfony/http-foundation": "~2.6"
284
            },
285
            "replace": {
286
                "orno/http": "~1.0",
287
                "orno/route": "~1.0"
288
            },
289
            "require-dev": {
290
                "phpunit/phpunit": "4.*"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "1.0-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-4": {
300
                    "League\\Route\\": "src"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Phil Bennett",
310
                    "email": "[email protected]",
311
                    "homepage": "http://philipobenito.github.io",
312
                    "role": "Developer"
313
                }
314
            ],
315
            "description": "A fast routing and dispatch package built on top of FastRoute.",
316
            "homepage": "https://github.com/thephpleague/route",
317
            "keywords": [
318
                "league",
319
                "route"
320
            ],
321
            "time": "2015-09-11T07:40:31+00:00"
322
        },
323
        {
324
            "name": "monolog/monolog",
325
            "version": "1.23.0",
326
            "source": {
327
                "type": "git",
328
                "url": "https://github.com/Seldaek/monolog.git",
329
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
330
            },
331
            "dist": {
332
                "type": "zip",
333
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
334
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
335
                "shasum": ""
336
            },
337
            "require": {
338
                "php": ">=5.3.0",
339
                "psr/log": "~1.0"
340
            },
341
            "provide": {
342
                "psr/log-implementation": "1.0.0"
343
            },
344
            "require-dev": {
345
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
346
                "doctrine/couchdb": "~1.0@dev",
347
                "graylog2/gelf-php": "~1.0",
348
                "jakub-onderka/php-parallel-lint": "0.9",
349
                "php-amqplib/php-amqplib": "~2.4",
350
                "php-console/php-console": "^3.1.3",
351
                "phpunit/phpunit": "~4.5",
352
                "phpunit/phpunit-mock-objects": "2.3.0",
353
                "ruflin/elastica": ">=0.90 <3.0",
354
                "sentry/sentry": "^0.13",
355
                "swiftmailer/swiftmailer": "^5.3|^6.0"
356
            },
357
            "suggest": {
358
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
359
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
360
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
361
                "ext-mongo": "Allow sending log messages to a MongoDB server",
362
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
363
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
364
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
365
                "php-console/php-console": "Allow sending log messages to Google Chrome",
366
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
367
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
368
                "sentry/sentry": "Allow sending log messages to a Sentry server"
369
            },
370
            "type": "library",
371
            "extra": {
372
                "branch-alias": {
373
                    "dev-master": "2.0.x-dev"
374
                }
375
            },
376
            "autoload": {
377
                "psr-4": {
378
                    "Monolog\\": "src/Monolog"
379
                }
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Jordi Boggiano",
388
                    "email": "[email protected]",
389
                    "homepage": "http://seld.be"
390
                }
391
            ],
392
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
393
            "homepage": "http://github.com/Seldaek/monolog",
394
            "keywords": [
395
                "log",
396
                "logging",
397
                "psr-3"
398
            ],
399
            "time": "2017-06-19T01:22:40+00:00"
400
        },
401
        {
402
            "name": "nikic/fast-route",
403
            "version": "v0.8.0",
404
            "source": {
405
                "type": "git",
406
                "url": "https://github.com/nikic/FastRoute.git",
407
                "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
408
            },
409
            "dist": {
410
                "type": "zip",
411
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
412
                "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
413
                "shasum": ""
414
            },
415
            "require": {
416
                "php": ">=5.4.0"
417
            },
418
            "type": "library",
419
            "autoload": {
420
                "psr-4": {
421
                    "FastRoute\\": "src/"
422
                },
423
                "files": [
424
                    "src/functions.php"
425
                ]
426
            },
427
            "notification-url": "https://packagist.org/downloads/",
428
            "license": [
429
                "BSD-3-Clause"
430
            ],
431
            "authors": [
432
                {
433
                    "name": "Nikita Popov",
434
                    "email": "[email protected]"
435
                }
436
            ],
437
            "description": "Fast request router for PHP",
438
            "keywords": [
439
                "router",
440
                "routing"
441
            ],
442
            "time": "2016-03-25T23:46:52+00:00"
443
        },
444
        {
445
            "name": "psr/log",
446
            "version": "1.0.2",
447
            "source": {
448
                "type": "git",
449
                "url": "https://github.com/php-fig/log.git",
450
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
451
            },
452
            "dist": {
453
                "type": "zip",
454
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
455
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
456
                "shasum": ""
457
            },
458
            "require": {
459
                "php": ">=5.3.0"
460
            },
461
            "type": "library",
462
            "extra": {
463
                "branch-alias": {
464
                    "dev-master": "1.0.x-dev"
465
                }
466
            },
467
            "autoload": {
468
                "psr-4": {
469
                    "Psr\\Log\\": "Psr/Log/"
470
                }
471
            },
472
            "notification-url": "https://packagist.org/downloads/",
473
            "license": [
474
                "MIT"
475
            ],
476
            "authors": [
477
                {
478
                    "name": "PHP-FIG",
479
                    "homepage": "http://www.php-fig.org/"
480
                }
481
            ],
482
            "description": "Common interface for logging libraries",
483
            "homepage": "https://github.com/php-fig/log",
484
            "keywords": [
485
                "log",
486
                "psr",
487
                "psr-3"
488
            ],
489
            "time": "2016-10-10T12:19:37+00:00"
490
        },
491
        {
492
            "name": "react/promise",
493
            "version": "v2.7.0",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/reactphp/promise.git",
497
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
502
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "php": ">=5.4.0"
507
            },
508
            "require-dev": {
509
                "phpunit/phpunit": "~4.8"
510
            },
511
            "type": "library",
512
            "autoload": {
513
                "psr-4": {
514
                    "React\\Promise\\": "src/"
515
                },
516
                "files": [
517
                    "src/functions_include.php"
518
                ]
519
            },
520
            "notification-url": "https://packagist.org/downloads/",
521
            "license": [
522
                "MIT"
523
            ],
524
            "authors": [
525
                {
526
                    "name": "Jan Sorgalla",
527
                    "email": "[email protected]"
528
                }
529
            ],
530
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
531
            "keywords": [
532
                "promise",
533
                "promises"
534
            ],
535
            "time": "2018-06-13T15:59:06+00:00"
536
        },
537
        {
538
            "name": "symfony/http-foundation",
539
            "version": "v2.8.45",
540
            "source": {
541
                "type": "git",
542
                "url": "https://github.com/symfony/http-foundation.git",
543
                "reference": "dc02e684171d0696edb6d4266e9d93af5e3f44d3"
544
            },
545
            "dist": {
546
                "type": "zip",
547
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/dc02e684171d0696edb6d4266e9d93af5e3f44d3",
548
                "reference": "dc02e684171d0696edb6d4266e9d93af5e3f44d3",
549
                "shasum": ""
550
            },
551
            "require": {
552
                "php": ">=5.3.9",
553
                "symfony/polyfill-mbstring": "~1.1",
554
                "symfony/polyfill-php54": "~1.0",
555
                "symfony/polyfill-php55": "~1.0"
556
            },
557
            "require-dev": {
558
                "symfony/expression-language": "~2.4|~3.0.0"
559
            },
560
            "type": "library",
561
            "extra": {
562
                "branch-alias": {
563
                    "dev-master": "2.8-dev"
564
                }
565
            },
566
            "autoload": {
567
                "psr-4": {
568
                    "Symfony\\Component\\HttpFoundation\\": ""
569
                },
570
                "exclude-from-classmap": [
571
                    "/Tests/"
572
                ]
573
            },
574
            "notification-url": "https://packagist.org/downloads/",
575
            "license": [
576
                "MIT"
577
            ],
578
            "authors": [
579
                {
580
                    "name": "Fabien Potencier",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Symfony Community",
585
                    "homepage": "https://symfony.com/contributors"
586
                }
587
            ],
588
            "description": "Symfony HttpFoundation Component",
589
            "homepage": "https://symfony.com",
590
            "time": "2018-08-27T15:52:41+00:00"
591
        },
592
        {
593
            "name": "symfony/polyfill-mbstring",
594
            "version": "v1.9.0",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/symfony/polyfill-mbstring.git",
598
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
603
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "php": ">=5.3.3"
608
            },
609
            "suggest": {
610
                "ext-mbstring": "For best performance"
611
            },
612
            "type": "library",
613
            "extra": {
614
                "branch-alias": {
615
                    "dev-master": "1.9-dev"
616
                }
617
            },
618
            "autoload": {
619
                "psr-4": {
620
                    "Symfony\\Polyfill\\Mbstring\\": ""
621
                },
622
                "files": [
623
                    "bootstrap.php"
624
                ]
625
            },
626
            "notification-url": "https://packagist.org/downloads/",
627
            "license": [
628
                "MIT"
629
            ],
630
            "authors": [
631
                {
632
                    "name": "Nicolas Grekas",
633
                    "email": "[email protected]"
634
                },
635
                {
636
                    "name": "Symfony Community",
637
                    "homepage": "https://symfony.com/contributors"
638
                }
639
            ],
640
            "description": "Symfony polyfill for the Mbstring extension",
641
            "homepage": "https://symfony.com",
642
            "keywords": [
643
                "compatibility",
644
                "mbstring",
645
                "polyfill",
646
                "portable",
647
                "shim"
648
            ],
649
            "time": "2018-08-06T14:22:27+00:00"
650
        },
651
        {
652
            "name": "symfony/polyfill-php54",
653
            "version": "v1.9.0",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/symfony/polyfill-php54.git",
657
                "reference": "412977e090c6a8472dc39d50d1beb7d59495a965"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/412977e090c6a8472dc39d50d1beb7d59495a965",
662
                "reference": "412977e090c6a8472dc39d50d1beb7d59495a965",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.3.3"
667
            },
668
            "type": "library",
669
            "extra": {
670
                "branch-alias": {
671
                    "dev-master": "1.9-dev"
672
                }
673
            },
674
            "autoload": {
675
                "psr-4": {
676
                    "Symfony\\Polyfill\\Php54\\": ""
677
                },
678
                "files": [
679
                    "bootstrap.php"
680
                ],
681
                "classmap": [
682
                    "Resources/stubs"
683
                ]
684
            },
685
            "notification-url": "https://packagist.org/downloads/",
686
            "license": [
687
                "MIT"
688
            ],
689
            "authors": [
690
                {
691
                    "name": "Nicolas Grekas",
692
                    "email": "[email protected]"
693
                },
694
                {
695
                    "name": "Symfony Community",
696
                    "homepage": "https://symfony.com/contributors"
697
                }
698
            ],
699
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
700
            "homepage": "https://symfony.com",
701
            "keywords": [
702
                "compatibility",
703
                "polyfill",
704
                "portable",
705
                "shim"
706
            ],
707
            "time": "2018-08-06T14:22:27+00:00"
708
        },
709
        {
710
            "name": "symfony/polyfill-php55",
0 ignored issues
show
There is a security advisory for your installed version of symfony/polyfill-php55:

Possible DOS attack with long user-submitted passwords (correct fix for CVE-2013-5958)
Loading history...
711
            "version": "v1.9.0",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/symfony/polyfill-php55.git",
715
                "reference": "578b8528da843de0fc65ec395900fa3181f2ead7"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/578b8528da843de0fc65ec395900fa3181f2ead7",
720
                "reference": "578b8528da843de0fc65ec395900fa3181f2ead7",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "ircmaxell/password-compat": "~1.0",
725
                "php": ">=5.3.3"
726
            },
727
            "type": "library",
728
            "extra": {
729
                "branch-alias": {
730
                    "dev-master": "1.9-dev"
731
                }
732
            },
733
            "autoload": {
734
                "psr-4": {
735
                    "Symfony\\Polyfill\\Php55\\": ""
736
                },
737
                "files": [
738
                    "bootstrap.php"
739
                ]
740
            },
741
            "notification-url": "https://packagist.org/downloads/",
742
            "license": [
743
                "MIT"
744
            ],
745
            "authors": [
746
                {
747
                    "name": "Nicolas Grekas",
748
                    "email": "[email protected]"
749
                },
750
                {
751
                    "name": "Symfony Community",
752
                    "homepage": "https://symfony.com/contributors"
753
                }
754
            ],
755
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
756
            "homepage": "https://symfony.com",
757
            "keywords": [
758
                "compatibility",
759
                "polyfill",
760
                "portable",
761
                "shim"
762
            ],
763
            "time": "2018-08-06T14:22:27+00:00"
764
        },
765
        {
766
            "name": "vlucas/phpdotenv",
767
            "version": "v2.5.1",
768
            "source": {
769
                "type": "git",
770
                "url": "https://github.com/vlucas/phpdotenv.git",
771
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
772
            },
773
            "dist": {
774
                "type": "zip",
775
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
776
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
777
                "shasum": ""
778
            },
779
            "require": {
780
                "php": ">=5.3.9"
781
            },
782
            "require-dev": {
783
                "phpunit/phpunit": "^4.8.35 || ^5.0"
784
            },
785
            "type": "library",
786
            "extra": {
787
                "branch-alias": {
788
                    "dev-master": "2.5-dev"
789
                }
790
            },
791
            "autoload": {
792
                "psr-4": {
793
                    "Dotenv\\": "src/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "BSD-3-Clause"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Vance Lucas",
803
                    "email": "[email protected]",
804
                    "homepage": "http://www.vancelucas.com"
805
                }
806
            ],
807
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
808
            "keywords": [
809
                "dotenv",
810
                "env",
811
                "environment"
812
            ],
813
            "time": "2018-07-29T20:33:41+00:00"
814
        }
815
    ],
816
    "packages-dev": [],
817
    "aliases": [],
818
    "minimum-stability": "stable",
819
    "stability-flags": [],
820
    "prefer-stable": false,
821
    "prefer-lowest": false,
822
    "platform": [],
823
    "platform-dev": []
824
}
825