123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- {
- "_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": "0a7b81b2bb0ae16d2cfbb5b189873ff5",
- "packages": [
- {
- "name": "topthink/framework",
- "version": "v5.0.24",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.4.0",
- "topthink/think-installer": "~1.0"
- },
- "require-dev": {
- "johnkary/phpunit-speedtrap": "^1.0",
- "mikey179/vfsstream": "~1.6",
- "phpdocumentor/reflection-docblock": "^2.0",
- "phploc/phploc": "2.*",
- "phpunit/phpunit": "4.8.*",
- "sebastian/phpcpd": "2.*"
- },
- "type": "think-framework",
- "autoload": {
- "psr-4": {
- "think\\": "library/think"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "the new thinkphp framework",
- "homepage": "http://thinkphp.cn/",
- "keywords": [
- "framework",
- "orm",
- "thinkphp"
- ],
- "support": {
- "issues": "https://github.com/top-think/framework/issues",
- "source": "https://github.com/top-think/framework/tree/master"
- },
- "time": "2019-01-11T08:04:58+00:00"
- },
- {
- "name": "topthink/think-installer",
- "version": "v1.0.14",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "composer-plugin-api": "^1.0||^2.0"
- },
- "require-dev": {
- "composer/composer": "^1.0||^2.0"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "think\\composer\\Plugin"
- },
- "autoload": {
- "psr-4": {
- "think\\composer\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "support": {
- "issues": "https://github.com/top-think/think-installer/issues",
- "source": "https://github.com/top-think/think-installer/tree/v1.0.14"
- },
- "time": "2021-03-25T08:34:02+00:00"
- },
- {
- "name": "workerman/gateway-worker",
- "version": "v3.0.20",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayWorker.git",
- "reference": "75b21653b3eaa99c4d5ae84ce8c5b27cda96d095"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/75b21653b3eaa99c4d5ae84ce8c5b27cda96d095",
- "reference": "75b21653b3eaa99c4d5ae84ce8c5b27cda96d095",
- "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"
- ],
- "support": {
- "issues": "https://github.com/walkor/GatewayWorker/issues",
- "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.20"
- },
- "time": "2021-04-13T13:19:21+00:00"
- },
- {
- "name": "workerman/gatewayclient",
- "version": "v3.0.13",
- "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
- }
- ]
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GatewayClient\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "support": {
- "issues": "https://github.com/walkor/GatewayClient/issues",
- "source": "https://github.com/walkor/GatewayClient/tree/v3.0.13"
- },
- "time": "2018-09-15T03:03:50+00:00"
- },
- {
- "name": "workerman/workerman",
- "version": "v4.0.19",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Workerman.git",
- "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Workerman/zipball/af6025976fba817eeb4d5fbf8d0c1059a5819da3",
- "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3",
- "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"
- ],
- "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/"
- },
- "time": "2021-03-05T06:44:28+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.4.0"
- },
- "platform-dev": [],
- "plugin-api-version": "2.1.0"
- }
|