You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "jrosset/extendedmonolog",
|
|
"description": "Some extensions for Monolog",
|
|
"keywords": [ ],
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"jrosset/exceptionhelper": "^1.0",
|
|
"jrosset/lasterrorexception": "^1.0",
|
|
"monolog/monolog": "^3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
}
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpExtendedMonolog",
|
|
"license": "CC-BY-4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "jul.rosset@gmail.com",
|
|
"issues": "https://git.jrosset.ovh/jrosset/PhpExtendedMonolog/issues",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpExtendedMonolog/wiki",
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpExtendedMonolog/wiki",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpExtendedMonolog"
|
|
}
|
|
}
|