composer init

This commit is contained in:
2026-08-14 17:40:10 -04:00
parent 0d5290e254
commit 63e794141f
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/response",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Response\\": "src/Potter/Response/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}