Files
Throwable/composer.json

26 lines
616 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"
}
}