composer init

This commit is contained in:
2026-08-10 13:34:44 -04:00
parent f94755d8b1
commit c3973332fb
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/console",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Console\\": "src/Potter/Console/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}