refractor to potter/stream

This commit is contained in:
2026-05-31 17:45:09 -04:00
parent 10bd491dd2
commit dfa5e83d4d
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# Template # Stream
Potter Framework Component Template Potter Framework Stream Component
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "potter/template", "name": "potter/stream",
"description": "Potter Framework Component Template", "description": "Potter Framework Stream Component",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5" "php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Potter\\": "src/Potter/" "Potter\\Stream\\": "src/Potter/Stream/"
} }
}, },
"authors": [ "authors": [