-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.47 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
56
57
{
"name": "altis/cloud",
"description": "Cloud module for Altis",
"type": "library",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Human Made",
"email": "hello@humanmade.com"
}
],
"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/session_handler/class-wp-cache-session-handler.php",
"inc/class-loggerexceptionhandler.php",
"inc/namespace.php",
"wp-config.php"
]
},
"require": {
"php": ">=8.2",
"humanmade/wp-redis-predis-client": "~0.2.0",
"humanmade/aws-xray": "~1.3.11",
"humanmade/s3-uploads": "^3.0.13",
"humanmade/cavalcade": "^2.0.3",
"pantheon-systems/wp-redis": "1.4.7",
"humanmade/wordpress-pecl-memcached-object-cache": "2.1.0",
"humanmade/batcache": "~1.5.2",
"humanmade/ludicrousdb": "~5.0.7",
"humanmade/aws-ses-wp-mail": "~1.3.1",
"monolog/monolog": "^2.11",
"maxbanton/cwh": "^2.0",
"humanmade/afterburner-object-cache": "^1.0.4"
},
"extra": {
"altis": {
"install-overrides": [
"humanmade/aws-xray",
"humanmade/s3-uploads",
"humanmade/cavalcade",
"pantheon-systems/wp-redis",
"humanmade/ludicrousdb",
"humanmade/aws-ses-wp-mail"
]
}
}
}