forked from Interfacelab/ilab-media-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·49 lines (49 loc) · 1.32 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
{
"name" : "ilab/ilab-media-tools",
"description": "Tools for cropping, uploading to S3, serving through Imgix",
"type": "wordpress-plugin",
"license": "LGPL-3.0-or-later",
"keywords": ["s3","imgix","cropping", "wordpress"],
"repositories": [
],
"authors": [
{
"name": "Jon Gilkison",
"email": "jon@interfacelab.com"
}
],
"require" : {
"php": ">=5.6",
"duncan3dc/blade": ">3.3",
"fasterimage/fasterimage": "^1.1",
"google/cloud-storage": "^1.21",
"google/cloud-vision": "^0.19.0",
"guzzlehttp/guzzle": "6.3.3",
"ilab/b2-sdk-php": "^1.4",
"ilab/ilab-aws-media-cloud-sdk": "^0.3.3",
"imgix/imgix-php": "^1.0",
"mikey179/vfsstream": "*",
"monolog/monolog": "^1.23",
"psr/http-message-implementation": "*",
"ralouphie/mimey": "^2.1",
"smalot/pdfparser": "^0.13.2",
"trntv/probe": "^1.0",
"zumba/amplitude-php": "^1.0",
"paragonie/easyrsa": "^0.5.2",
"kraken-io/kraken-php": "^1.6",
"shortpixel/shortpixel-php": "^1.6",
"wp-media/imagify-php": "^1.1",
"tinify/tinify": "^1.5",
"firebase/php-jwt": "^5.2",
"muxinc/mux-php": "^0.4.0",
"ivopetkov/html5-dom-document-php": "^2.2"
},
"autoload": {
"psr-4": {
"ILAB\\MediaCloud\\": "classes"
},
"files": [
"classes/Utilities/Helpers.php"
]
}
}