forked from Interfacelab/ilab-media-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.library.json
executable file
·49 lines (49 loc) · 1.54 KB
/
composer.library.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": "[email protected]"
}
],
"config": {
"platform": {
"php": "7.1"
}
},
"require" : {
"php": ">=7.1",
"duncan3dc/blade": ">=3.3",
"duncan3dc/object-intruder": "*",
"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",
"aws/aws-sdk-php": ">=3.0",
"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",
"dragonmantank/cron-expression": ">=2.3",
"lorisleiva/cron-translator": ">=0.1.0"
}
}