-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
55 lines (55 loc) · 1.34 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
{
"name": "altis/cloud",
"description": "Cloud module for Altis",
"type": "library",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [
"inc/fluent_bit/"
],
"files": [
"inc/elasticsearch_packages/namespace.php",
"inc/healthcheck/namespace.php",
"inc/healthcheck/cavalcade/namespace.php",
"inc/environment_indicator/namespace.php",
"inc/cloudfront_media_purge/namespace.php",
"inc/fluent_bit/namespace.php",
"inc/session_handler/class-disallowed-session-handler.php",
"inc/class-loggerexceptionhandler.php",
"inc/namespace.php",
"wp-config.php"
]
},
"require": {
"php": ">=7.1",
"humanmade/wp-redis-predis-client": "0.1.0",
"humanmade/aws-xray": "~1.3.0",
"humanmade/s3-uploads": "^3.0.4",
"humanmade/cavalcade": "^2.0.2",
"humanmade/wp-redis": "1.1.2",
"humanmade/wordpress-pecl-memcached-object-cache": "2.1.0",
"humanmade/batcache": "~1.5.0",
"humanmade/ludicrousdb": "~5.0.3",
"humanmade/aws-ses-wp-mail": "~1.3.0",
"monolog/monolog": "^2.5",
"maxbanton/cwh": "^2.0"
},
"extra": {
"altis": {
"install-overrides": [
"humanmade/aws-xray",
"humanmade/s3-uploads",
"humanmade/cavalcade",
"humanmade/wp-redis",
"humanmade/ludicrousdb",
"humanmade/aws-ses-wp-mail"
]
}
}
}