Files
Stream/composer.json
T
2026-05-31 17:45:09 -04:00

22 lines
435 B
JSON

{
"name": "potter/stream",
"description": "Potter Framework Stream Component",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Stream\\": "src/Potter/Stream/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}