generated from Potter/Template
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "potter/throwable",
|
|
"description": "Potter Framework Throwable Interface",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"homepage": "https://gitpotter.com/Potter/Throwable",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca",
|
|
"homepage": "https://gitpotter.com/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Throwable\\": "src/Potter/Throwable/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.3",
|
|
"potter/stringable": "^1.0",
|
|
"potter/template": "^1.0"
|
|
}
|
|
}
|