| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "packages": [
- {
- "name": "workerman/gateway-worker",
- "version": "v3.0.22",
- "version_normalized": "3.0.22.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayWorker.git",
- "reference": "a615036c482d11f68b693998575e804752ef9068"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/a615036c482d11f68b693998575e804752ef9068",
- "reference": "a615036c482d11f68b693998575e804752ef9068",
- "shasum": ""
- },
- "require": {
- "workerman/workerman": ">=3.5.0"
- },
- "time": "2021-12-23T13:13:09+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"
- ],
- "support": {
- "issues": "https://github.com/walkor/GatewayWorker/issues",
- "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.22"
- },
- "funding": [
- {
- "url": "https://opencollective.com/walkor",
- "type": "open_collective"
- },
- {
- "url": "https://www.patreon.com/walkor",
- "type": "patreon"
- }
- ],
- "install-path": "../workerman/gateway-worker"
- },
- {
- "name": "workerman/workerman",
- "version": "v4.1.0",
- "version_normalized": "4.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/workerman.git",
- "reference": "88ddf517e5c35bee072b2e453c4fcca0c6f1e59a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/workerman/zipball/88ddf517e5c35bee072b2e453c4fcca0c6f1e59a",
- "reference": "88ddf517e5c35bee072b2e453c4fcca0c6f1e59a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0"
- },
- "suggest": {
- "ext-event": "For better performance. "
- },
- "time": "2022-08-20T10:16:22+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Workerman\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "walkor",
- "email": "walkor@workerman.net",
- "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"
- ],
- "support": {
- "email": "walkor@workerman.net",
- "forum": "http://wenda.workerman.net/",
- "issues": "https://github.com/walkor/workerman/issues",
- "source": "https://github.com/walkor/workerman",
- "wiki": "http://doc.workerman.net/"
- },
- "funding": [
- {
- "url": "https://opencollective.com/workerman",
- "type": "open_collective"
- },
- {
- "url": "https://www.patreon.com/walkor",
- "type": "patreon"
- }
- ],
- "install-path": "../workerman/workerman"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|