generated from Potter/Template
28 lines
664 B
JSON
28 lines
664 B
JSON
{
|
|
"name": "potter/stream",
|
|
"description": "Potter Framework Stream Component",
|
|
"type": "library",
|
|
"require": {
|
|
"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": {
|
|
"psr-4": {
|
|
"Potter\\Stream\\": "src/Potter/Stream/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|