Update composer.json

This commit is contained in:
2026-06-14 17:09:26 +00:00
parent 664fbe8d30
commit d294747363
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/streamsocket",
"description": "Potter Framework StreamSocket Implementation ",
"type": "library",
"require": {
"php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
"Potter\\StreamSocket\\": "src/Potter/StreamSocket/"
}
},
"authors": [