15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"name": "saqel/backend",
|
|
"description": "Saqel Platform Backend Architecture with Workerman WebSocket Engine",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"workerman/workerman": "^4.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|