initialize

This commit is contained in:
2026-06-05 15:06:46 -04:00
parent dfa5e83d4d
commit 1553d20447
3 changed files with 45 additions and 1 deletions
+7 -1
View File
@@ -3,7 +3,13 @@
"description": "Potter Framework Stream Component",
"type": "library",
"require": {
"php": "^8.5"
"php": "^8.5",
"psr/http-message": "^2.0",
"potter/closeable": "^0.0.1",
"potter/detachable": "^0.0.1",
"potter/rewindable": "^0.0.1",
"potter/stringable": "^0.0.1",
"potter/writeable": "^0.0.1"
},
"license": "MIT",
"autoload": {