123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- [
- {
- "name": "workerman/gateway-worker",
- "version": "v3.0.16",
- "version_normalized": "3.0.16.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayWorker.git",
- "reference": "f153c28c76cf60cc882d6b66f89b622176268fb7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/f153c28c76cf60cc882d6b66f89b622176268fb7",
- "reference": "f153c28c76cf60cc882d6b66f89b622176268fb7",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "workerman/workerman": ">=3.5.0"
- },
- "time": "2020-06-04T02:58:35+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"
- ]
- },
- {
- "name": "workerman/gatewayclient",
- "version": "v3.0.13",
- "version_normalized": "3.0.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayClient.git",
- "reference": "6f4e76f38947be5cabca2c6fee367151f248d949"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/6f4e76f38947be5cabca2c6fee367151f248d949",
- "reference": "6f4e76f38947be5cabca2c6fee367151f248d949",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "time": "2018-09-15T03:03:50+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "GatewayClient\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net"
- },
- {
- "name": "workerman/mysql",
- "version": "v1.0.6",
- "version_normalized": "1.0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/mysql.git",
- "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
- "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-pdo": "*",
- "ext-pdo_mysql": "*",
- "php": ">=5.3"
- },
- "time": "2019-08-02T10:43:09+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Workerman\\MySQL\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Long-living MySQL connection for daemon.",
- "homepage": "http://www.workerman.net",
- "keywords": [
- "mysql",
- "pdo",
- "pdo_mysql"
- ]
- },
- {
- "name": "workerman/workerman",
- "version": "v4.0.6",
- "version_normalized": "4.0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Workerman.git",
- "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
- "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3"
- },
- "suggest": {
- "ext-event": "For better performance. "
- },
- "time": "2020-06-12T16:21:56+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"
- ]
- }
- ]
|