123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "1dde1245f9d2a3136070907f6b983547",
- "packages": [
- {
- "name": "workerman/gateway-worker",
- "version": "v3.0.18",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayWorker.git",
- "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
- "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "workerman/workerman": ">=3.5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GatewayWorker\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "keywords": [
- "communication",
- "distributed"
- ],
- "time": "2020-07-15T06:45:01+00:00"
- },
- {
- "name": "workerman/mysql",
- "version": "v1.0.6",
- "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"
- },
- "type": "library",
- "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"
- ],
- "time": "2019-08-02T10:43:09+00:00"
- },
- {
- "name": "workerman/workerman",
- "version": "v4.0.6",
- "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. "
- },
- "type": "library",
- "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"
- ],
- "time": "2020-06-12T16:21:56+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|