-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcomposer.lock
130 lines (130 loc) · 4.44 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8c520bfdf206f5dec0ff44f6dcee8693",
"packages": [
{
"name": "mpdf/qrcode",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/mpdf/qrcode.git",
"reference": "62817403c88758aee3f13eb53f313f64ecc5f478"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpdf/qrcode/zipball/62817403c88758aee3f13eb53f313f64ecc5f478",
"reference": "62817403c88758aee3f13eb53f313f64ecc5f478",
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1.4|^2.0|9.99.99",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^3.4",
"tracy/tracy": "^2.5"
},
"suggest": {
"ext-gd": "To output QR codes to PNG files"
},
"type": "library",
"autoload": {
"psr-4": {
"Mpdf\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Matěj Humpál",
"role": "maintainer"
},
{
"name": "Laurent Minguet",
"role": "author"
}
],
"description": "QR code generator for mPDF",
"keywords": [
"mpdf",
"pdf",
"php",
"qr",
"qrcode"
],
"support": {
"issues": "https://github.com/mpdf/qrcode/issues",
"source": "https://github.com/mpdf/qrcode/tree/test"
},
"time": "2019-01-16T18:40:23+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2018-07-02T15:55:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}