-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 957 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 957 Bytes
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
{
"name": "mike-jc/image-bot",
"description": "Bot that resizes and upload images to the storage",
"keywords": ["cli", "resize", "cloud storage", "queues"],
"version": "1.0.0",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Mike Eromko",
"email": "misha.eromko@gmail.com"
}
],
"require": {
"php": ">=5.4",
"monolog/monolog": "^1.22",
"pimple/pimple": "^3.0",
"symfony/console": "^3.3",
"symfony/yaml": "^3.3",
"symfony/finder": "^3.3",
"imagine/imagine": "^0.7.1",
"php-amqplib/php-amqplib": "^2.6",
"aws/aws-sdk-php": "^3.28",
"google/apiclient": "^2.1",
"kunalvarma05/dropbox-php-sdk": "^0.2.0"
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"bin": [
"bin/bot"
],
"config": {
"optimize-autoloader": true
}
}