forked from spacecatninja/craft-imager-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (56 loc) · 1.53 KB
/
composer.json
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
{
"name": "spacecatninja/imager-x",
"description": "Ninja powered image transforms.",
"type": "craft-plugin",
"version": "v3.5.5",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"image",
"responsive",
"transform",
"srcset",
"picture"
],
"support": {
"docs": "http://imager-x.spacecat.ninja/",
"issues": "https://github.com/spacecatninja/craft-imager-x/issues"
},
"authors": [
{
"name": "SPACECATNINJA",
"homepage": "https://www.spacecat.ninja"
}
],
"require": {
"php": ">=7.2.5",
"craftcms/cms": "^3.3.0",
"mikehaertl/php-shellcommand": "^1.2",
"tinify/tinify": ">=1.1.1",
"ksubileau/color-thief-php": "^1.4.0",
"ssnepenthe/color-utils": "~0.4",
"imgix/imgix-php": "^3.0",
"kraken-io/kraken-php": "^1.2",
"aws/aws-sdk-php": "^3.0.0",
"google/cloud-storage": "~1.0",
"kornrunner/blurhash": "^1.1"
},
"autoload": {
"psr-4": {
"spacecatninja\\imagerx\\": "src/"
}
},
"extra": {
"name": "Imager X",
"handle": "imager-x",
"schemaVersion": "3.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md",
"components": {},
"class": "spacecatninja\\imagerx\\ImagerX"
}
}