composer init

This commit is contained in:
2026-08-14 16:12:49 -04:00
parent b5d10ae94b
commit c48b6ab90d
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/socket",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}