generated from Potter/Http-Server-Aware
27 lines
683 B
JSON
27 lines
683 B
JSON
{
|
|
"name": "potter/socket-server-aware",
|
|
"description": "Potter Framework Socket Server Aware Interface",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"homepage": "https://gitpotter.com/Potter/Socket-Server-Aware",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca",
|
|
"homepage": "https://gitpotter.com/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Socket\\Server\\": "src/Potter/Socket/Server/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.3",
|
|
"potter/aware": "^1.0",
|
|
"react/socket": "^1.17"
|
|
}
|
|
}
|