Create composer.json

This commit is contained in:
2026-03-20 17:30:56 -04:00
parent b40355a2bb
commit b803cf2326

23
composer.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"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\\": "src/Potter/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
}
}