123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "packages": [
- {
- "name": "workerman/channel",
- "version": "v1.1.0",
- "version_normalized": "1.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/channel.git",
- "reference": "3df772d0d20d4cebfcfd621c33d1a1ab732db523"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/channel/zipball/3df772d0d20d4cebfcfd621c33d1a1ab732db523",
- "reference": "3df772d0d20d4cebfcfd621c33d1a1ab732db523",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "workerman/workerman": ">=4.0.12"
- },
- "time": "2021-02-08T02:45:42+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Channel\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "support": {
- "issues": "https://github.com/walkor/channel/issues",
- "source": "https://github.com/walkor/channel/tree/v1.1.0"
- },
- "install-path": "../workerman/channel"
- },
- {
- "name": "workerman/phpsocket.io",
- "version": "v1.1.13",
- "version_normalized": "1.1.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/phpsocket.io.git",
- "reference": "25243e320bf6b43f11b96974d1a54241dcd07bce"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/25243e320bf6b43f11b96974d1a54241dcd07bce",
- "reference": "25243e320bf6b43f11b96974d1a54241dcd07bce",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "workerman/channel": ">=1.0.0",
- "workerman/workerman": ">=3.5.16"
- },
- "time": "2022-01-19T07:54:05+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "PHPSocketIO\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "keywords": [
- "Socket.io"
- ],
- "support": {
- "issues": "https://github.com/walkor/phpsocket.io/issues",
- "source": "https://github.com/walkor/phpsocket.io/tree/v1.1.13"
- },
- "funding": [
- {
- "url": "https://opencollective.com/walkor",
- "type": "open_collective"
- },
- {
- "url": "https://www.patreon.com/walkor",
- "type": "patreon"
- }
- ],
- "install-path": "../workerman/phpsocket.io"
- },
- {
- "name": "workerman/workerman",
- "version": "v4.0.27",
- "version_normalized": "4.0.27.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/workerman.git",
- "reference": "d2787647c2bca724248ae6d1e3bb717c2be69be4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/workerman/zipball/d2787647c2bca724248ae6d1e3bb717c2be69be4",
- "reference": "d2787647c2bca724248ae6d1e3bb717c2be69be4",
- "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": "2022-02-10T14:20:14+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": []
- }
|