29 lines
660 B
JSON
29 lines
660 B
JSON
{
|
|
"name": "siteworxpro/monolog-handlers",
|
|
"homepage": "https://github.com/maxbanton/cwh",
|
|
"type": "library",
|
|
"description": "AWS CloudWatch Handler for Monolog library",
|
|
"license": "MIT",
|
|
"authors": [],
|
|
"version": "1.0.0",
|
|
"require": {
|
|
"php": "^8",
|
|
"monolog/monolog": "^3.7.0",
|
|
"aws/aws-sdk-php": "^3.322.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5 || ^9.4",
|
|
"squizlabs/php_codesniffer": "^3.10.3"
|
|
},
|
|
"scripts": {
|
|
"unit": "phpunit"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Siteworx\\MonologHandlers\\": "src",
|
|
"Siteworx\\MonologHandlers\\Test\\": "tests"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|