Initial commit

This commit is contained in:
Potter Framework
2026-06-05 19:28:10 +00:00
commit 72cf42dda9
4 changed files with 46 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}