-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.05 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "maxbanton/cwh",
"homepage": "https://github.com/maxbanton/cwh",
"type": "library",
"description": "AWS CloudWatch Handler for Monolog library",
"keywords": [
"aws",
"cloudwatch",
"monolog"
],
"license": "MIT",
"authors": [
{
"name": "Maksym Leonov",
"email": "ruses_entails4f@icloud.com",
"homepage": "https://maxbanton.github.io"
}
],
"support": {
"issues": "https://github.com/maxbanton/cwh/issues",
"source": "https://github.com/maxbanton/cwh"
},
"require": {
"php": "^8.1",
"aws/aws-sdk-php": "^3.0",
"monolog/monolog": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.5 || ^11.0",
"squizlabs/php_codesniffer": "^3.10"
},
"suggest": {
"maxbanton/dd": "Minimalistic dump-and-die function for easy debugging"
},
"config": {
"allow-plugins": {},
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"psr-4": {
"Maxbanton\\Cwh\\": "src"
}
},
"minimum-stability": "stable"
}