initialize

This commit is contained in:
2026-03-21 09:31:11 -04:00
parent 3a73f3fead
commit d71453a026
9 changed files with 37 additions and 41 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/throwable",
"description": "Potter Framework Throwable Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"homepage": "https://gitpotter.com/Potter/Throwable",
"license": "MIT",
"authors": [
{
@@ -14,11 +14,13 @@
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
"Potter\\Throwable\\": "src/Potter/Throwable/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"potter/stringable": "^1.0",
"potter/template": "^1.0"
}
}