Initial commit

This commit is contained in:
Potter
2026-03-21 15:01:55 +00:00
commit 690ead0f64
6 changed files with 65 additions and 0 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"license": "MIT",
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca",
"homepage": "https://gitpotter.com/"
}
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
}
}