generated from Potter/Http-Server-Aware
init
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "potter/socket-server-aware",
|
||||
"description": "Potter Framework HTTP Server Aware Interface",
|
||||
"description": "Potter Framework Socket Server Aware Interface",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"homepage": "https://gitpotter.com/Potter/HTTP-Server-Aware",
|
||||
"homepage": "https://gitpotter.com/Potter/Socket-Server-Aware",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
@@ -14,13 +14,13 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Http\\Server\\": "src/Potter/Http/Server/"
|
||||
"Potter\\Socket\\Server\\": "src/Potter/Socket/Server/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"potter/aware": "^1.0",
|
||||
"react/http": "^1.11"
|
||||
"react/socket": "^1.17"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user