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.
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "jrosset/exceptionhelper",
|
|
"description": "A helper class for exceptions",
|
|
"keywords": [ ],
|
|
"type": "library",
|
|
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [ "tests/" ]
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpExceptionHelper",
|
|
"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/PhpExceptionHelper/issues",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpExceptionHelper/wiki",
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpExceptionHelper/wiki",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpExceptionHelper"
|
|
}
|
|
} |