25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"name": "egrajp/exceptions-extended",
|
|
"description": "Extended Exceptions based on the default PHP Exceptions",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"exceptions"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CoreLibs\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=8.2",
|
|
},
|
|
}
|