composer init

This commit is contained in:
2026-08-14 17:24:19 -04:00
parent 429e0bb69a
commit 50f39a7f51
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/controller",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}