Files
2020-03-22 12:20:07 +08:00

87 lines
2.6 KiB
JSON

[
{
"name": "workerman/workerman",
"version": "v3.5.26",
"version_normalized": "3.5.26.0",
"source": {
"type": "git",
"url": "https://github.com/walkor/Workerman.git",
"reference": "62e53d3f8da7c9baad2c7a54a8a1dfcdb611625e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/Workerman/zipball/62e53d3f8da7c9baad2c7a54a8a1dfcdb611625e",
"reference": "62e53d3f8da7c9baad2c7a54a8a1dfcdb611625e",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"suggest": {
"ext-event": "For better performance. "
},
"time": "2020-01-26T14:09:54+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Workerman\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "[email protected]",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"homepage": "http://www.workerman.net",
"keywords": [
"asynchronous",
"event-loop"
]
},
{
"name": "workerman/gateway-worker",
"version": "v3.0.13",
"version_normalized": "3.0.13.0",
"source": {
"type": "git",
"url": "https://github.com/walkor/GatewayWorker.git",
"reference": "38b44c95f21cd340b5a9cff3987ddb2abb9a2a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/38b44c95f21cd340b5a9cff3987ddb2abb9a2a38",
"reference": "38b44c95f21cd340b5a9cff3987ddb2abb9a2a38",
"shasum": ""
},
"require": {
"workerman/workerman": ">=3.1.8"
},
"time": "2019-07-02T11:55:24+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"GatewayWorker\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://www.workerman.net",
"keywords": [
"communication",
"distributed"
]
}
]