diff --git a/composer.json b/composer.json index 5f6f539..c4bad2a 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,14 @@ "php": "^8.5", "psr/http-factory": "^1.1", "psr/http-message": "^2.0", + "guzzlehttp/psr7": "^2.11", "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" + "potter/writeable": "^0.0.1", + "potter/readable": "^0.0.1", + "potter/resource": "^0.0.1" }, "license": "MIT", "autoload": { diff --git a/src/Potter/Stream/AbstractStream.php b/src/Potter/Stream/AbstractStream.php new file mode 100644 index 0000000..0731b0b --- /dev/null +++ b/src/Potter/Stream/AbstractStream.php @@ -0,0 +1,10 @@ +getContents(); \ No newline at end of file