Test Failed
Pull Request — master (#58)
by
unknown
07:35
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
    "hash": "aada60b713058940fd77ad49aaa6d8b0",
8
    "content-hash": "3bf6aeeb7515073ea2fa4ad80f011da7",
9
    "packages": [
10
        {
11
            "name": "cboden/ratchet",
12
            "version": "v0.3.6",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ratchetphp/Ratchet.git",
16
                "reference": "84df35d2a6576985b9e81b564d3c25809f8d647e"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/84df35d2a6576985b9e81b564d3c25809f8d647e",
21
                "reference": "84df35d2a6576985b9e81b564d3c25809f8d647e",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzle/http": "^3.6",
26
                "php": ">=5.3.9",
27
                "react/socket": "^0.3 || ^0.4",
28
                "symfony/http-foundation": "^2.2|^3.0",
29
                "symfony/routing": "^2.2|^3.0"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Ratchet\\": "src/Ratchet"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "MIT"
40
            ],
41
            "authors": [
42
                {
43
                    "name": "Chris Boden",
44
                    "email": "[email protected]",
45
                    "role": "Developer"
46
                }
47
            ],
48
            "description": "PHP WebSocket library",
49
            "homepage": "http://socketo.me",
50
            "keywords": [
51
                "Ratchet",
52
                "WebSockets",
53
                "server",
54
                "sockets"
55
            ],
56
            "time": "2017-01-06 14:36:36"
57
        },
58
        {
59
            "name": "evenement/evenement",
60
            "version": "v2.0.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/igorw/evenement.git",
64
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
69
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "php": ">=5.4.0"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "2.0-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-0": {
83
                    "Evenement": "src"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "MIT"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Igor Wiedler",
93
                    "email": "[email protected]",
94
                    "homepage": "http://wiedler.ch/igor/"
95
                }
96
            ],
97
            "description": "Événement is a very simple event dispatching library for PHP",
98
            "keywords": [
99
                "event-dispatcher",
100
                "event-emitter"
101
            ],
102
            "time": "2012-11-02 14:49:47"
103
        },
104
        {
105
            "name": "guzzle/common",
106
            "version": "v3.9.2",
107
            "target-dir": "Guzzle/Common",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/Guzzle3/common.git",
111
                "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
116
                "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
117
                "shasum": ""
118
            },
119
            "require": {
120
                "php": ">=5.3.2",
121
                "symfony/event-dispatcher": ">=2.1"
122
            },
123
            "type": "library",
124
            "extra": {
125
                "branch-alias": {
126
                    "dev-master": "3.7-dev"
127
                }
128
            },
129
            "autoload": {
130
                "psr-0": {
131
                    "Guzzle\\Common": ""
132
                }
133
            },
134
            "notification-url": "https://packagist.org/downloads/",
135
            "license": [
136
                "MIT"
137
            ],
138
            "description": "Common libraries used by Guzzle",
139
            "homepage": "http://guzzlephp.org/",
140
            "keywords": [
141
                "collection",
142
                "common",
143
                "event",
144
                "exception"
145
            ],
146
            "abandoned": "guzzle/guzzle",
147
            "time": "2014-08-11 04:32:36"
148
        },
149
        {
150
            "name": "guzzle/http",
151
            "version": "v3.9.2",
152
            "target-dir": "Guzzle/Http",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/Guzzle3/http.git",
156
                "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
161
                "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "guzzle/common": "self.version",
166
                "guzzle/parser": "self.version",
167
                "guzzle/stream": "self.version",
168
                "php": ">=5.3.2"
169
            },
170
            "suggest": {
171
                "ext-curl": "*"
172
            },
173
            "type": "library",
174
            "extra": {
175
                "branch-alias": {
176
                    "dev-master": "3.7-dev"
177
                }
178
            },
179
            "autoload": {
180
                "psr-0": {
181
                    "Guzzle\\Http": ""
182
                }
183
            },
184
            "notification-url": "https://packagist.org/downloads/",
185
            "license": [
186
                "MIT"
187
            ],
188
            "authors": [
189
                {
190
                    "name": "Michael Dowling",
191
                    "email": "[email protected]",
192
                    "homepage": "https://github.com/mtdowling"
193
                }
194
            ],
195
            "description": "HTTP libraries used by Guzzle",
196
            "homepage": "http://guzzlephp.org/",
197
            "keywords": [
198
                "Guzzle",
199
                "client",
200
                "curl",
201
                "http",
202
                "http client"
203
            ],
204
            "abandoned": "guzzle/guzzle",
205
            "time": "2014-08-11 04:32:36"
206
        },
207
        {
208
            "name": "guzzle/parser",
209
            "version": "v3.9.2",
210
            "target-dir": "Guzzle/Parser",
211
            "source": {
212
                "type": "git",
213
                "url": "https://github.com/Guzzle3/parser.git",
214
                "reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
215
            },
216
            "dist": {
217
                "type": "zip",
218
                "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
219
                "reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
220
                "shasum": ""
221
            },
222
            "require": {
223
                "php": ">=5.3.2"
224
            },
225
            "type": "library",
226
            "extra": {
227
                "branch-alias": {
228
                    "dev-master": "3.7-dev"
229
                }
230
            },
231
            "autoload": {
232
                "psr-0": {
233
                    "Guzzle\\Parser": ""
234
                }
235
            },
236
            "notification-url": "https://packagist.org/downloads/",
237
            "license": [
238
                "MIT"
239
            ],
240
            "description": "Interchangeable parsers used by Guzzle",
241
            "homepage": "http://guzzlephp.org/",
242
            "keywords": [
243
                "URI Template",
244
                "cookie",
245
                "http",
246
                "message",
247
                "url"
248
            ],
249
            "abandoned": "guzzle/guzzle",
250
            "time": "2014-02-05 18:29:46"
251
        },
252
        {
253
            "name": "guzzle/stream",
254
            "version": "v3.9.2",
255
            "target-dir": "Guzzle/Stream",
256
            "source": {
257
                "type": "git",
258
                "url": "https://github.com/Guzzle3/stream.git",
259
                "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
260
            },
261
            "dist": {
262
                "type": "zip",
263
                "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
264
                "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
265
                "shasum": ""
266
            },
267
            "require": {
268
                "guzzle/common": "self.version",
269
                "php": ">=5.3.2"
270
            },
271
            "suggest": {
272
                "guzzle/http": "To convert Guzzle request objects to PHP streams"
273
            },
274
            "type": "library",
275
            "extra": {
276
                "branch-alias": {
277
                    "dev-master": "3.7-dev"
278
                }
279
            },
280
            "autoload": {
281
                "psr-0": {
282
                    "Guzzle\\Stream": ""
283
                }
284
            },
285
            "notification-url": "https://packagist.org/downloads/",
286
            "license": [
287
                "MIT"
288
            ],
289
            "authors": [
290
                {
291
                    "name": "Michael Dowling",
292
                    "email": "[email protected]",
293
                    "homepage": "https://github.com/mtdowling"
294
                }
295
            ],
296
            "description": "Guzzle stream wrapper component",
297
            "homepage": "http://guzzlephp.org/",
298
            "keywords": [
299
                "Guzzle",
300
                "component",
301
                "stream"
302
            ],
303
            "abandoned": "guzzle/guzzle",
304
            "time": "2014-05-01 21:36:02"
305
        },
306
        {
307
            "name": "react/event-loop",
308
            "version": "v0.4.2",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/reactphp/event-loop.git",
312
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
317
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "php": ">=5.4.0"
322
            },
323
            "suggest": {
324
                "ext-event": "~1.0",
325
                "ext-libev": "*",
326
                "ext-libevent": ">=0.1.0"
327
            },
328
            "type": "library",
329
            "extra": {
330
                "branch-alias": {
331
                    "dev-master": "0.5-dev"
332
                }
333
            },
334
            "autoload": {
335
                "psr-4": {
336
                    "React\\EventLoop\\": "src"
337
                }
338
            },
339
            "notification-url": "https://packagist.org/downloads/",
340
            "license": [
341
                "MIT"
342
            ],
343
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
344
            "keywords": [
345
                "asynchronous",
346
                "event-loop"
347
            ],
348
            "time": "2016-03-08 02:09:32"
349
        },
350
        {
351
            "name": "react/promise",
352
            "version": "v2.5.0",
353
            "source": {
354
                "type": "git",
355
                "url": "https://github.com/reactphp/promise.git",
356
                "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db"
357
            },
358
            "dist": {
359
                "type": "zip",
360
                "url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db",
361
                "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db",
362
                "shasum": ""
363
            },
364
            "require": {
365
                "php": ">=5.4.0"
366
            },
367
            "type": "library",
368
            "autoload": {
369
                "psr-4": {
370
                    "React\\Promise\\": "src/"
371
                },
372
                "files": [
373
                    "src/functions_include.php"
374
                ]
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Jan Sorgalla",
383
                    "email": "[email protected]"
384
                }
385
            ],
386
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
387
            "keywords": [
388
                "promise",
389
                "promises"
390
            ],
391
            "time": "2016-12-22 14:09:01"
392
        },
393
        {
394
            "name": "react/socket",
395
            "version": "v0.4.5",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/reactphp/socket.git",
399
                "reference": "32385d71f84c4a26ea577cb91f1220decb440dce"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/reactphp/socket/zipball/32385d71f84c4a26ea577cb91f1220decb440dce",
404
                "reference": "32385d71f84c4a26ea577cb91f1220decb440dce",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "evenement/evenement": "~2.0|~1.0",
409
                "php": ">=5.3.0",
410
                "react/event-loop": "0.4.*|0.3.*",
411
                "react/promise": "^2.0 || ^1.1",
412
                "react/stream": "^0.4.5"
413
            },
414
            "require-dev": {
415
                "clue/block-react": "^1.1",
416
                "react/socket-client": "^0.5.1"
417
            },
418
            "type": "library",
419
            "autoload": {
420
                "psr-4": {
421
                    "React\\Socket\\": "src"
422
                }
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
429
            "keywords": [
430
                "Socket"
431
            ],
432
            "time": "2017-01-08 11:36:16"
433
        },
434
        {
435
            "name": "react/stream",
436
            "version": "v0.4.5",
437
            "source": {
438
                "type": "git",
439
                "url": "https://github.com/reactphp/stream.git",
440
                "reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00"
441
            },
442
            "dist": {
443
                "type": "zip",
444
                "url": "https://api.github.com/repos/reactphp/stream/zipball/23389503012e1ab721ad498a5a1f4b39f7a43c00",
445
                "reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00",
446
                "shasum": ""
447
            },
448
            "require": {
449
                "evenement/evenement": "^2.0|^1.0",
450
                "php": ">=5.3.8"
451
            },
452
            "require-dev": {
453
                "clue/stream-filter": "~1.2",
454
                "react/event-loop": "^0.4|^0.3",
455
                "react/promise": "^2.0|^1.0"
456
            },
457
            "suggest": {
458
                "react/event-loop": "^0.4",
459
                "react/promise": "^2.0"
460
            },
461
            "type": "library",
462
            "autoload": {
463
                "psr-4": {
464
                    "React\\Stream\\": "src"
465
                }
466
            },
467
            "notification-url": "https://packagist.org/downloads/",
468
            "license": [
469
                "MIT"
470
            ],
471
            "description": "Basic readable and writable stream interfaces that support piping.",
472
            "keywords": [
473
                "pipe",
474
                "stream"
475
            ],
476
            "time": "2016-11-13 17:06:02"
477
        },
478
        {
479
            "name": "symfony/event-dispatcher",
480
            "version": "v3.2.2",
481
            "source": {
482
                "type": "git",
483
                "url": "https://github.com/symfony/event-dispatcher.git",
484
                "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6"
485
            },
486
            "dist": {
487
                "type": "zip",
488
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6",
489
                "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6",
490
                "shasum": ""
491
            },
492
            "require": {
493
                "php": ">=5.5.9"
494
            },
495
            "require-dev": {
496
                "psr/log": "~1.0",
497
                "symfony/config": "~2.8|~3.0",
498
                "symfony/dependency-injection": "~2.8|~3.0",
499
                "symfony/expression-language": "~2.8|~3.0",
500
                "symfony/stopwatch": "~2.8|~3.0"
501
            },
502
            "suggest": {
503
                "symfony/dependency-injection": "",
504
                "symfony/http-kernel": ""
505
            },
506
            "type": "library",
507
            "extra": {
508
                "branch-alias": {
509
                    "dev-master": "3.2-dev"
510
                }
511
            },
512
            "autoload": {
513
                "psr-4": {
514
                    "Symfony\\Component\\EventDispatcher\\": ""
515
                },
516
                "exclude-from-classmap": [
517
                    "/Tests/"
518
                ]
519
            },
520
            "notification-url": "https://packagist.org/downloads/",
521
            "license": [
522
                "MIT"
523
            ],
524
            "authors": [
525
                {
526
                    "name": "Fabien Potencier",
527
                    "email": "[email protected]"
528
                },
529
                {
530
                    "name": "Symfony Community",
531
                    "homepage": "https://symfony.com/contributors"
532
                }
533
            ],
534
            "description": "Symfony EventDispatcher Component",
535
            "homepage": "https://symfony.com",
536
            "time": "2017-01-02 20:32:22"
537
        },
538
        {
539
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
540
            "version": "v3.2.2",
541
            "source": {
542
                "type": "git",
543
                "url": "https://github.com/symfony/http-foundation.git",
544
                "reference": "33eb76bf1d833c705433e5361a646c164696394b"
545
            },
546
            "dist": {
547
                "type": "zip",
548
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/33eb76bf1d833c705433e5361a646c164696394b",
549
                "reference": "33eb76bf1d833c705433e5361a646c164696394b",
550
                "shasum": ""
551
            },
552
            "require": {
553
                "php": ">=5.5.9",
554
                "symfony/polyfill-mbstring": "~1.1"
555
            },
556
            "require-dev": {
557
                "symfony/expression-language": "~2.8|~3.0"
558
            },
559
            "type": "library",
560
            "extra": {
561
                "branch-alias": {
562
                    "dev-master": "3.2-dev"
563
                }
564
            },
565
            "autoload": {
566
                "psr-4": {
567
                    "Symfony\\Component\\HttpFoundation\\": ""
568
                },
569
                "exclude-from-classmap": [
570
                    "/Tests/"
571
                ]
572
            },
573
            "notification-url": "https://packagist.org/downloads/",
574
            "license": [
575
                "MIT"
576
            ],
577
            "authors": [
578
                {
579
                    "name": "Fabien Potencier",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Symfony Community",
584
                    "homepage": "https://symfony.com/contributors"
585
                }
586
            ],
587
            "description": "Symfony HttpFoundation Component",
588
            "homepage": "https://symfony.com",
589
            "time": "2017-01-08 20:47:33"
590
        },
591
        {
592
            "name": "symfony/polyfill-mbstring",
593
            "version": "v1.3.0",
594
            "source": {
595
                "type": "git",
596
                "url": "https://github.com/symfony/polyfill-mbstring.git",
597
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
598
            },
599
            "dist": {
600
                "type": "zip",
601
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
602
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
603
                "shasum": ""
604
            },
605
            "require": {
606
                "php": ">=5.3.3"
607
            },
608
            "suggest": {
609
                "ext-mbstring": "For best performance"
610
            },
611
            "type": "library",
612
            "extra": {
613
                "branch-alias": {
614
                    "dev-master": "1.3-dev"
615
                }
616
            },
617
            "autoload": {
618
                "psr-4": {
619
                    "Symfony\\Polyfill\\Mbstring\\": ""
620
                },
621
                "files": [
622
                    "bootstrap.php"
623
                ]
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "MIT"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Nicolas Grekas",
632
                    "email": "[email protected]"
633
                },
634
                {
635
                    "name": "Symfony Community",
636
                    "homepage": "https://symfony.com/contributors"
637
                }
638
            ],
639
            "description": "Symfony polyfill for the Mbstring extension",
640
            "homepage": "https://symfony.com",
641
            "keywords": [
642
                "compatibility",
643
                "mbstring",
644
                "polyfill",
645
                "portable",
646
                "shim"
647
            ],
648
            "time": "2016-11-14 01:06:16"
649
        },
650
        {
651
            "name": "symfony/routing",
652
            "version": "v3.2.2",
653
            "source": {
654
                "type": "git",
655
                "url": "https://github.com/symfony/routing.git",
656
                "reference": "fda2c67d47ec801726ca888c95d701d31b27b444"
657
            },
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://api.github.com/repos/symfony/routing/zipball/fda2c67d47ec801726ca888c95d701d31b27b444",
661
                "reference": "fda2c67d47ec801726ca888c95d701d31b27b444",
662
                "shasum": ""
663
            },
664
            "require": {
665
                "php": ">=5.5.9"
666
            },
667
            "conflict": {
668
                "symfony/config": "<2.8"
669
            },
670
            "require-dev": {
671
                "doctrine/annotations": "~1.0",
672
                "doctrine/common": "~2.2",
673
                "psr/log": "~1.0",
674
                "symfony/config": "~2.8|~3.0",
675
                "symfony/expression-language": "~2.8|~3.0",
676
                "symfony/http-foundation": "~2.8|~3.0",
677
                "symfony/yaml": "~2.8|~3.0"
678
            },
679
            "suggest": {
680
                "doctrine/annotations": "For using the annotation loader",
681
                "symfony/config": "For using the all-in-one router or any loader",
682
                "symfony/dependency-injection": "For loading routes from a service",
683
                "symfony/expression-language": "For using expression matching",
684
                "symfony/http-foundation": "For using a Symfony Request object",
685
                "symfony/yaml": "For using the YAML loader"
686
            },
687
            "type": "library",
688
            "extra": {
689
                "branch-alias": {
690
                    "dev-master": "3.2-dev"
691
                }
692
            },
693
            "autoload": {
694
                "psr-4": {
695
                    "Symfony\\Component\\Routing\\": ""
696
                },
697
                "exclude-from-classmap": [
698
                    "/Tests/"
699
                ]
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "MIT"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Fabien Potencier",
708
                    "email": "[email protected]"
709
                },
710
                {
711
                    "name": "Symfony Community",
712
                    "homepage": "https://symfony.com/contributors"
713
                }
714
            ],
715
            "description": "Symfony Routing Component",
716
            "homepage": "https://symfony.com",
717
            "keywords": [
718
                "router",
719
                "routing",
720
                "uri",
721
                "url"
722
            ],
723
            "time": "2017-01-02 20:32:22"
724
        },
725
        {
726
            "name": "vlucas/phpdotenv",
727
            "version": "v2.4.0",
728
            "source": {
729
                "type": "git",
730
                "url": "https://github.com/vlucas/phpdotenv.git",
731
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
732
            },
733
            "dist": {
734
                "type": "zip",
735
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
736
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
737
                "shasum": ""
738
            },
739
            "require": {
740
                "php": ">=5.3.9"
741
            },
742
            "require-dev": {
743
                "phpunit/phpunit": "^4.8 || ^5.0"
744
            },
745
            "type": "library",
746
            "extra": {
747
                "branch-alias": {
748
                    "dev-master": "2.4-dev"
749
                }
750
            },
751
            "autoload": {
752
                "psr-4": {
753
                    "Dotenv\\": "src/"
754
                }
755
            },
756
            "notification-url": "https://packagist.org/downloads/",
757
            "license": [
758
                "BSD-3-Clause-Attribution"
759
            ],
760
            "authors": [
761
                {
762
                    "name": "Vance Lucas",
763
                    "email": "[email protected]",
764
                    "homepage": "http://www.vancelucas.com"
765
                }
766
            ],
767
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
768
            "keywords": [
769
                "dotenv",
770
                "env",
771
                "environment"
772
            ],
773
            "time": "2016-09-01 10:05:43"
774
        }
775
    ],
776
    "packages-dev": [],
777
    "aliases": [],
778
    "minimum-stability": "stable",
779
    "stability-flags": [],
780
    "prefer-stable": false,
781
    "prefer-lowest": false,
782
    "platform": [],
783
    "platform-dev": []
784
}
785