| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- [
- {
- "name": "workerman/workerman",
- "version": "v3.5.20",
- "version_normalized": "3.5.20.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Workerman.git",
- "reference": "4d590130310a8d7632f807120c3ca1c0f55ed0d7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Workerman/zipball/4d590130310a8d7632f807120c3ca1c0f55ed0d7",
- "reference": "4d590130310a8d7632f807120c3ca1c0f55ed0d7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "suggest": {
- "ext-event": "For better performance. "
- },
- "time": "2019-07-02T10:23:18+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Workerman\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "walkor",
- "role": "Developer",
- "email": "walkor@workerman.net",
- "homepage": "http://www.workerman.net"
- }
- ],
- "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
- "homepage": "http://www.workerman.net",
- "keywords": [
- "asynchronous",
- "event-loop"
- ]
- },
- {
- "name": "workerman/mqtt",
- "version": "v1.0",
- "version_normalized": "1.0.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/mqtt.git",
- "reference": "1f64f384bce8a6598e021f10585129ebda21b551"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/mqtt/zipball/1f64f384bce8a6598e021f10585129ebda21b551",
- "reference": "1f64f384bce8a6598e021f10585129ebda21b551",
- "shasum": ""
- },
- "require": {
- "workerman/workerman": ">=3.3.0"
- },
- "time": "2018-07-19T07:06:12+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Workerman\\Mqtt\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net"
- }
- ]
|