25 lines
507 B
JSON
25 lines
507 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": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"minimum-stability": "dev",
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.2",
|
||
|
|
},
|
||
|
|
}
|