composer init

This commit is contained in:
2026-08-14 17:00:28 -04:00
parent cbac9fa700
commit 8f07413b85
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/template",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}