All checks were successful
Publish Release Package / publish (push) Successful in 32s
27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"name": "siteworxpro/monolog-handlers",
|
|
"type": "library",
|
|
"description": "Custom Handlers for Monolog library",
|
|
"license": "MIT",
|
|
"authors": [],
|
|
"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"
|
|
}
|