-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
105 lines (105 loc) · 3.55 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
{
"_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": "9a3c85f85a9f7ea428da4c7e1a3e59c2",
"packages": [
{
"name": "enshrined/svg-sanitize",
"version": "0.13.3",
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "bc66593f255b7d2613d8f22041180036979b6403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
"reference": "bc66593f255b7d2613d8f22041180036979b6403",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.1.2",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
"time": "2020-01-20T01:34:17+00:00"
},
{
"name": "kaleidpixel/image-optimizer",
"version": "0.1.5",
"source": {
"type": "git",
"url": "https://github.com/kaleidpixel/image-optimizer.git",
"reference": "21e0b5ab381a65bdb6722f92e1944ed801219710"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kaleidpixel/image-optimizer/zipball/21e0b5ab381a65bdb6722f92e1944ed801219710",
"reference": "21e0b5ab381a65bdb6722f92e1944ed801219710",
"shasum": ""
},
"require": {
"enshrined/svg-sanitize": "0.*",
"php": ">=5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"KALEIDPIXEL\\Module\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "KUCKLU",
"email": "oss@kaleidpixel.jp",
"homepage": "https://www.kaleidpixel.jp",
"role": "Developer"
}
],
"description": "Easily optimize images using PHP.",
"homepage": "https://github.com/kaleidpixel/image-optimizer",
"keywords": [
"image-optimizer",
"kaleidpixel"
],
"time": "2020-01-28T16:46:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6"
},
"platform-dev": []
}