11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LayLink\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"workerman/workerman": "^5.2"
|
|
}
|
|
}
|