-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
42 lines (42 loc) · 998 Bytes
/
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
{
"name": "idno/amazon-s3",
"type": "known-plugin",
"description": "Adds S3 support to Known",
"version": "1.0.0",
"homepage": "https://github.com/idno/S3",
"keywords": [
"known",
"plugin",
"S3"
],
"license": "Apache-2.0",
"prefer-stable": true,
"authors": [
{
"name": "Ben Werdmuller",
"email": "[email protected]"
},
{
"name": "Lewis Cowles",
"email": "[email protected]"
},
{
"name": "Marcus Povey",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"monolog/monolog": "~1.7",
"aws/aws-sdk-php": "^3.133",
"composer/installers": "~1.0"
},
"require-dev": {
"mapkyca/known-language-tools": "^1.0",
"mapkyca/known-dev-scripts": "^1.0",
"mapkyca/known-phpcs": "^1.0"
},
"extra": {
"installer-name": "S3"
}
}