-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
128 lines (128 loc) · 4.37 KB
/
composer.lock
File metadata and controls
128 lines (128 loc) · 4.37 KB
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
{
"_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": "f3cf84327ded946c931ecd6273c3a50b",
"packages": [
{
"name": "gumlet/php-image-resize",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/gumlet/php-image-resize.git",
"reference": "aee4e2573e83476ffd0ac64b7269f838c8cd9d68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/aee4e2573e83476ffd0ac64b7269f838c8cd9d68",
"reference": "aee4e2573e83476ffd0ac64b7269f838c8cd9d68",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-gd": "*",
"php": ">=5.6.0"
},
"require-dev": {
"apigen/apigen": "^4.1",
"ext-exif": "*",
"ext-gd": "*",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8.5"
},
"suggest": {
"ext-exif": "Auto-rotate jpeg files"
},
"type": "library",
"autoload": {
"psr-4": {
"Gumlet\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aditya Patadia",
"homepage": "http://aditya.patadia.org/"
}
],
"description": "PHP class to re-size and scale images",
"homepage": "https://github.com/gumlet/php-image-resize",
"keywords": [
"image",
"php",
"resize",
"scale"
],
"support": {
"issues": "https://github.com/gumlet/php-image-resize/issues",
"source": "https://github.com/gumlet/php-image-resize/tree/2.0.3"
},
"time": "2022-06-21T16:20:34+00:00"
},
{
"name": "libern/qr-code-reader",
"version": "v1.0.10",
"source": {
"type": "git",
"url": "https://github.com/libern/qr-code-reader.git",
"reference": "4589a5e1535e49fc72e0e4a2334f067b4c662eb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/libern/qr-code-reader/zipball/4589a5e1535e49fc72e0e4a2334f067b4c662eb3",
"reference": "4589a5e1535e49fc72e0e4a2334f067b4c662eb3",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"files": [
"src/lib/common/customFunctions.php"
],
"psr-4": {
"Zxing\\": "src/lib/",
"Libern\\QRCodeReader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Libern Lin",
"email": "libernlin@gmail.com"
}
],
"description": "Simple PHP QR Code Reader / Decoder",
"homepage": "https://github.com/libern/qr-code-reader",
"keywords": [
"laravel",
"qr code decoder",
"qr code reader"
],
"support": {
"issues": "https://github.com/libern/qr-code-reader/issues",
"source": "https://github.com/libern/qr-code-reader/tree/v1.0.10"
},
"time": "2020-12-10T06:12:07+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.2.0"
}