composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "3aa9096b79a575e647df6aecb0a78f36",
  8. "packages": [
  9. {
  10. "name": "clue/redis-protocol",
  11. "version": "v0.3.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/clue/php-redis-protocol.git",
  15. "reference": "271b8009887209d930f613ad3b9518f94bd6b51c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/clue/php-redis-protocol/zipball/271b8009887209d930f613ad3b9518f94bd6b51c",
  20. "reference": "271b8009887209d930f613ad3b9518f94bd6b51c",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.3"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-0": {
  35. "Clue\\Redis\\Protocol": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Christian Lück",
  45. "email": "christian@lueck.tv"
  46. }
  47. ],
  48. "description": "A streaming redis wire protocol parser and serializer implementation in PHP",
  49. "homepage": "https://github.com/clue/php-redis-protocol",
  50. "keywords": [
  51. "parser",
  52. "protocol",
  53. "redis",
  54. "serializer",
  55. "streaming"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/clue/php-redis-protocol/issues",
  59. "source": "https://github.com/clue/php-redis-protocol/tree/v0.3.1"
  60. },
  61. "time": "2017-06-06T16:07:10+00:00"
  62. },
  63. {
  64. "name": "clue/redis-react",
  65. "version": "v2.4.0",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/clue/reactphp-redis.git",
  69. "reference": "a3630f14cc0852d9b0d4bf8f5732479389215792"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/clue/reactphp-redis/zipball/a3630f14cc0852d9b0d4bf8f5732479389215792",
  74. "reference": "a3630f14cc0852d9b0d4bf8f5732479389215792",
  75. "shasum": "",
  76. "mirrors": [
  77. {
  78. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  79. "preferred": true
  80. }
  81. ]
  82. },
  83. "require": {
  84. "clue/redis-protocol": "0.3.*",
  85. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  86. "php": ">=5.3",
  87. "react/event-loop": "^1.0 || ^0.5",
  88. "react/promise": "^2.0 || ^1.1",
  89. "react/promise-timer": "^1.5",
  90. "react/socket": "^1.1"
  91. },
  92. "require-dev": {
  93. "clue/block-react": "^1.1",
  94. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
  95. },
  96. "type": "library",
  97. "autoload": {
  98. "psr-4": {
  99. "Clue\\React\\Redis\\": "src/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Christian Lück",
  109. "email": "christian@clue.engineering"
  110. }
  111. ],
  112. "description": "Async Redis client implementation, built on top of ReactPHP.",
  113. "homepage": "https://github.com/clue/reactphp-redis",
  114. "keywords": [
  115. "async",
  116. "client",
  117. "database",
  118. "reactphp",
  119. "redis"
  120. ],
  121. "support": {
  122. "issues": "https://github.com/clue/reactphp-redis/issues",
  123. "source": "https://github.com/clue/reactphp-redis/tree/v2.4.0"
  124. },
  125. "funding": [
  126. {
  127. "url": "https://clue.engineering/support",
  128. "type": "custom"
  129. },
  130. {
  131. "url": "https://github.com/clue",
  132. "type": "github"
  133. }
  134. ],
  135. "time": "2020-09-25T11:10:39+00:00"
  136. },
  137. {
  138. "name": "evenement/evenement",
  139. "version": "v3.0.1",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/igorw/evenement.git",
  143. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  148. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  149. "shasum": "",
  150. "mirrors": [
  151. {
  152. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  153. "preferred": true
  154. }
  155. ]
  156. },
  157. "require": {
  158. "php": ">=7.0"
  159. },
  160. "require-dev": {
  161. "phpunit/phpunit": "^6.0"
  162. },
  163. "type": "library",
  164. "autoload": {
  165. "psr-0": {
  166. "Evenement": "src"
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Igor Wiedler",
  176. "email": "igor@wiedler.ch"
  177. }
  178. ],
  179. "description": "Événement is a very simple event dispatching library for PHP",
  180. "keywords": [
  181. "event-dispatcher",
  182. "event-emitter"
  183. ],
  184. "support": {
  185. "issues": "https://github.com/igorw/evenement/issues",
  186. "source": "https://github.com/igorw/evenement/tree/master"
  187. },
  188. "time": "2017-07-23T21:35:13+00:00"
  189. },
  190. {
  191. "name": "react/cache",
  192. "version": "v1.1.1",
  193. "source": {
  194. "type": "git",
  195. "url": "https://github.com/reactphp/cache.git",
  196. "reference": "4bf736a2cccec7298bdf745db77585966fc2ca7e"
  197. },
  198. "dist": {
  199. "type": "zip",
  200. "url": "https://api.github.com/repos/reactphp/cache/zipball/4bf736a2cccec7298bdf745db77585966fc2ca7e",
  201. "reference": "4bf736a2cccec7298bdf745db77585966fc2ca7e",
  202. "shasum": "",
  203. "mirrors": [
  204. {
  205. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  206. "preferred": true
  207. }
  208. ]
  209. },
  210. "require": {
  211. "php": ">=5.3.0",
  212. "react/promise": "^3.0 || ^2.0 || ^1.1"
  213. },
  214. "require-dev": {
  215. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
  216. },
  217. "type": "library",
  218. "autoload": {
  219. "psr-4": {
  220. "React\\Cache\\": "src/"
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "MIT"
  226. ],
  227. "authors": [
  228. {
  229. "name": "Christian Lück",
  230. "email": "christian@clue.engineering",
  231. "homepage": "https://clue.engineering/"
  232. },
  233. {
  234. "name": "Cees-Jan Kiewiet",
  235. "email": "reactphp@ceesjankiewiet.nl",
  236. "homepage": "https://wyrihaximus.net/"
  237. },
  238. {
  239. "name": "Jan Sorgalla",
  240. "email": "jsorgalla@gmail.com",
  241. "homepage": "https://sorgalla.com/"
  242. },
  243. {
  244. "name": "Chris Boden",
  245. "email": "cboden@gmail.com",
  246. "homepage": "https://cboden.dev/"
  247. }
  248. ],
  249. "description": "Async, Promise-based cache interface for ReactPHP",
  250. "keywords": [
  251. "cache",
  252. "caching",
  253. "promise",
  254. "reactphp"
  255. ],
  256. "support": {
  257. "issues": "https://github.com/reactphp/cache/issues",
  258. "source": "https://github.com/reactphp/cache/tree/v1.1.1"
  259. },
  260. "funding": [
  261. {
  262. "url": "https://github.com/WyriHaximus",
  263. "type": "github"
  264. },
  265. {
  266. "url": "https://github.com/clue",
  267. "type": "github"
  268. }
  269. ],
  270. "time": "2021-02-02T06:47:52+00:00"
  271. },
  272. {
  273. "name": "react/dns",
  274. "version": "v1.5.0",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/reactphp/dns.git",
  278. "reference": "b22b0b20278e8535e633ab71a52472c5bf620aa1"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://api.github.com/repos/reactphp/dns/zipball/b22b0b20278e8535e633ab71a52472c5bf620aa1",
  283. "reference": "b22b0b20278e8535e633ab71a52472c5bf620aa1",
  284. "shasum": "",
  285. "mirrors": [
  286. {
  287. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  288. "preferred": true
  289. }
  290. ]
  291. },
  292. "require": {
  293. "php": ">=5.3.0",
  294. "react/cache": "^1.0 || ^0.6 || ^0.5",
  295. "react/event-loop": "^1.0 || ^0.5",
  296. "react/promise": "^3.0 || ^2.7 || ^1.2.1",
  297. "react/promise-timer": "^1.2"
  298. },
  299. "require-dev": {
  300. "clue/block-react": "^1.2",
  301. "phpunit/phpunit": "^9.3 || ^4.8.35"
  302. },
  303. "type": "library",
  304. "autoload": {
  305. "psr-4": {
  306. "React\\Dns\\": "src"
  307. }
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "authors": [
  314. {
  315. "name": "Christian Lück",
  316. "email": "christian@clue.engineering",
  317. "homepage": "https://clue.engineering/"
  318. },
  319. {
  320. "name": "Cees-Jan Kiewiet",
  321. "email": "reactphp@ceesjankiewiet.nl",
  322. "homepage": "https://wyrihaximus.net/"
  323. },
  324. {
  325. "name": "Jan Sorgalla",
  326. "email": "jsorgalla@gmail.com",
  327. "homepage": "https://sorgalla.com/"
  328. },
  329. {
  330. "name": "Chris Boden",
  331. "email": "cboden@gmail.com",
  332. "homepage": "https://cboden.dev/"
  333. }
  334. ],
  335. "description": "Async DNS resolver for ReactPHP",
  336. "keywords": [
  337. "async",
  338. "dns",
  339. "dns-resolver",
  340. "reactphp"
  341. ],
  342. "support": {
  343. "issues": "https://github.com/reactphp/dns/issues",
  344. "source": "https://github.com/reactphp/dns/tree/v1.5.0"
  345. },
  346. "funding": [
  347. {
  348. "url": "https://github.com/WyriHaximus",
  349. "type": "github"
  350. },
  351. {
  352. "url": "https://github.com/clue",
  353. "type": "github"
  354. }
  355. ],
  356. "time": "2021-03-05T12:16:50+00:00"
  357. },
  358. {
  359. "name": "react/event-loop",
  360. "version": "v1.1.1",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/reactphp/event-loop.git",
  364. "reference": "6d24de090cd59cfc830263cfba965be77b563c13"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
  369. "reference": "6d24de090cd59cfc830263cfba965be77b563c13",
  370. "shasum": "",
  371. "mirrors": [
  372. {
  373. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  374. "preferred": true
  375. }
  376. ]
  377. },
  378. "require": {
  379. "php": ">=5.3.0"
  380. },
  381. "require-dev": {
  382. "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
  383. },
  384. "suggest": {
  385. "ext-event": "~1.0 for ExtEventLoop",
  386. "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
  387. "ext-uv": "* for ExtUvLoop"
  388. },
  389. "type": "library",
  390. "autoload": {
  391. "psr-4": {
  392. "React\\EventLoop\\": "src"
  393. }
  394. },
  395. "notification-url": "https://packagist.org/downloads/",
  396. "license": [
  397. "MIT"
  398. ],
  399. "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
  400. "keywords": [
  401. "asynchronous",
  402. "event-loop"
  403. ],
  404. "support": {
  405. "issues": "https://github.com/reactphp/event-loop/issues",
  406. "source": "https://github.com/reactphp/event-loop/tree/v1.1.1"
  407. },
  408. "time": "2020-01-01T18:39:52+00:00"
  409. },
  410. {
  411. "name": "react/promise",
  412. "version": "v2.8.0",
  413. "source": {
  414. "type": "git",
  415. "url": "https://github.com/reactphp/promise.git",
  416. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
  417. },
  418. "dist": {
  419. "type": "zip",
  420. "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  421. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  422. "shasum": "",
  423. "mirrors": [
  424. {
  425. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  426. "preferred": true
  427. }
  428. ]
  429. },
  430. "require": {
  431. "php": ">=5.4.0"
  432. },
  433. "require-dev": {
  434. "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
  435. },
  436. "type": "library",
  437. "autoload": {
  438. "psr-4": {
  439. "React\\Promise\\": "src/"
  440. },
  441. "files": [
  442. "src/functions_include.php"
  443. ]
  444. },
  445. "notification-url": "https://packagist.org/downloads/",
  446. "license": [
  447. "MIT"
  448. ],
  449. "authors": [
  450. {
  451. "name": "Jan Sorgalla",
  452. "email": "jsorgalla@gmail.com"
  453. }
  454. ],
  455. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  456. "keywords": [
  457. "promise",
  458. "promises"
  459. ],
  460. "support": {
  461. "issues": "https://github.com/reactphp/promise/issues",
  462. "source": "https://github.com/reactphp/promise/tree/v2.8.0"
  463. },
  464. "time": "2020-05-12T15:16:56+00:00"
  465. },
  466. {
  467. "name": "react/promise-timer",
  468. "version": "v1.6.0",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/reactphp/promise-timer.git",
  472. "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
  477. "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
  478. "shasum": "",
  479. "mirrors": [
  480. {
  481. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  482. "preferred": true
  483. }
  484. ]
  485. },
  486. "require": {
  487. "php": ">=5.3",
  488. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
  489. "react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
  490. },
  491. "require-dev": {
  492. "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35"
  493. },
  494. "type": "library",
  495. "autoload": {
  496. "psr-4": {
  497. "React\\Promise\\Timer\\": "src/"
  498. },
  499. "files": [
  500. "src/functions_include.php"
  501. ]
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "license": [
  505. "MIT"
  506. ],
  507. "authors": [
  508. {
  509. "name": "Christian Lück",
  510. "email": "christian@lueck.tv"
  511. }
  512. ],
  513. "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
  514. "homepage": "https://github.com/reactphp/promise-timer",
  515. "keywords": [
  516. "async",
  517. "event-loop",
  518. "promise",
  519. "reactphp",
  520. "timeout",
  521. "timer"
  522. ],
  523. "support": {
  524. "issues": "https://github.com/reactphp/promise-timer/issues",
  525. "source": "https://github.com/reactphp/promise-timer/tree/v1.6.0"
  526. },
  527. "time": "2020-07-10T12:18:06+00:00"
  528. },
  529. {
  530. "name": "react/socket",
  531. "version": "v1.6.0",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/reactphp/socket.git",
  535. "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/reactphp/socket/zipball/e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
  540. "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
  541. "shasum": "",
  542. "mirrors": [
  543. {
  544. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  545. "preferred": true
  546. }
  547. ]
  548. },
  549. "require": {
  550. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  551. "php": ">=5.3.0",
  552. "react/dns": "^1.1",
  553. "react/event-loop": "^1.0 || ^0.5",
  554. "react/promise": "^2.6.0 || ^1.2.1",
  555. "react/promise-timer": "^1.4.0",
  556. "react/stream": "^1.1"
  557. },
  558. "require-dev": {
  559. "clue/block-react": "^1.2",
  560. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
  561. "react/promise-stream": "^1.2"
  562. },
  563. "type": "library",
  564. "autoload": {
  565. "psr-4": {
  566. "React\\Socket\\": "src"
  567. }
  568. },
  569. "notification-url": "https://packagist.org/downloads/",
  570. "license": [
  571. "MIT"
  572. ],
  573. "authors": [
  574. {
  575. "name": "Christian Lück",
  576. "email": "christian@clue.engineering",
  577. "homepage": "https://clue.engineering/"
  578. },
  579. {
  580. "name": "Cees-Jan Kiewiet",
  581. "email": "reactphp@ceesjankiewiet.nl",
  582. "homepage": "https://wyrihaximus.net/"
  583. },
  584. {
  585. "name": "Jan Sorgalla",
  586. "email": "jsorgalla@gmail.com",
  587. "homepage": "https://sorgalla.com/"
  588. },
  589. {
  590. "name": "Chris Boden",
  591. "email": "cboden@gmail.com",
  592. "homepage": "https://cboden.dev/"
  593. }
  594. ],
  595. "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
  596. "keywords": [
  597. "Connection",
  598. "Socket",
  599. "async",
  600. "reactphp",
  601. "stream"
  602. ],
  603. "support": {
  604. "issues": "https://github.com/reactphp/socket/issues",
  605. "source": "https://github.com/reactphp/socket/tree/v1.6.0"
  606. },
  607. "funding": [
  608. {
  609. "url": "https://github.com/WyriHaximus",
  610. "type": "github"
  611. },
  612. {
  613. "url": "https://github.com/clue",
  614. "type": "github"
  615. }
  616. ],
  617. "time": "2020-08-28T12:49:05+00:00"
  618. },
  619. {
  620. "name": "react/stream",
  621. "version": "v1.1.1",
  622. "source": {
  623. "type": "git",
  624. "url": "https://github.com/reactphp/stream.git",
  625. "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
  626. },
  627. "dist": {
  628. "type": "zip",
  629. "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
  630. "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
  631. "shasum": "",
  632. "mirrors": [
  633. {
  634. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  635. "preferred": true
  636. }
  637. ]
  638. },
  639. "require": {
  640. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  641. "php": ">=5.3.8",
  642. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
  643. },
  644. "require-dev": {
  645. "clue/stream-filter": "~1.2",
  646. "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
  647. },
  648. "type": "library",
  649. "autoload": {
  650. "psr-4": {
  651. "React\\Stream\\": "src"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
  659. "keywords": [
  660. "event-driven",
  661. "io",
  662. "non-blocking",
  663. "pipe",
  664. "reactphp",
  665. "readable",
  666. "stream",
  667. "writable"
  668. ],
  669. "support": {
  670. "issues": "https://github.com/reactphp/stream/issues",
  671. "source": "https://github.com/reactphp/stream/tree/v1.1.1"
  672. },
  673. "time": "2020-05-04T10:17:57+00:00"
  674. },
  675. {
  676. "name": "workerman/gateway-worker",
  677. "version": "v3.0.19",
  678. "source": {
  679. "type": "git",
  680. "url": "https://github.com/walkor/GatewayWorker.git",
  681. "reference": "720cb0f23c3ae5f0143b3457901e177dd3d54387"
  682. },
  683. "dist": {
  684. "type": "zip",
  685. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/720cb0f23c3ae5f0143b3457901e177dd3d54387",
  686. "reference": "720cb0f23c3ae5f0143b3457901e177dd3d54387",
  687. "shasum": "",
  688. "mirrors": [
  689. {
  690. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  691. "preferred": true
  692. }
  693. ]
  694. },
  695. "require": {
  696. "workerman/workerman": ">=3.5.0"
  697. },
  698. "type": "library",
  699. "autoload": {
  700. "psr-4": {
  701. "GatewayWorker\\": "./src"
  702. }
  703. },
  704. "notification-url": "https://packagist.org/downloads/",
  705. "license": [
  706. "MIT"
  707. ],
  708. "homepage": "http://www.workerman.net",
  709. "keywords": [
  710. "communication",
  711. "distributed"
  712. ],
  713. "support": {
  714. "issues": "https://github.com/walkor/GatewayWorker/issues",
  715. "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.19"
  716. },
  717. "time": "2021-01-25T03:01:01+00:00"
  718. },
  719. {
  720. "name": "workerman/mysql",
  721. "version": "v1.0.6",
  722. "source": {
  723. "type": "git",
  724. "url": "https://github.com/walkor/mysql.git",
  725. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
  726. },
  727. "dist": {
  728. "type": "zip",
  729. "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
  730. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
  731. "shasum": "",
  732. "mirrors": [
  733. {
  734. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  735. "preferred": true
  736. }
  737. ]
  738. },
  739. "require": {
  740. "ext-pdo": "*",
  741. "ext-pdo_mysql": "*",
  742. "php": ">=5.3"
  743. },
  744. "type": "library",
  745. "autoload": {
  746. "psr-4": {
  747. "Workerman\\MySQL\\": "./src"
  748. }
  749. },
  750. "notification-url": "https://packagist.org/downloads/",
  751. "license": [
  752. "MIT"
  753. ],
  754. "description": "Long-living MySQL connection for daemon.",
  755. "homepage": "http://www.workerman.net",
  756. "keywords": [
  757. "mysql",
  758. "pdo",
  759. "pdo_mysql"
  760. ],
  761. "support": {
  762. "issues": "https://github.com/walkor/mysql/issues",
  763. "source": "https://github.com/walkor/mysql/tree/v1.0.6"
  764. },
  765. "time": "2019-08-02T10:43:09+00:00"
  766. },
  767. {
  768. "name": "workerman/workerman",
  769. "version": "v4.0.19",
  770. "source": {
  771. "type": "git",
  772. "url": "https://github.com/walkor/Workerman.git",
  773. "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3"
  774. },
  775. "dist": {
  776. "type": "zip",
  777. "url": "https://api.github.com/repos/walkor/Workerman/zipball/af6025976fba817eeb4d5fbf8d0c1059a5819da3",
  778. "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3",
  779. "shasum": "",
  780. "mirrors": [
  781. {
  782. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  783. "preferred": true
  784. }
  785. ]
  786. },
  787. "require": {
  788. "php": ">=5.3"
  789. },
  790. "suggest": {
  791. "ext-event": "For better performance. "
  792. },
  793. "type": "library",
  794. "autoload": {
  795. "psr-4": {
  796. "Workerman\\": "./"
  797. }
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "MIT"
  802. ],
  803. "authors": [
  804. {
  805. "name": "walkor",
  806. "email": "walkor@workerman.net",
  807. "homepage": "http://www.workerman.net",
  808. "role": "Developer"
  809. }
  810. ],
  811. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  812. "homepage": "http://www.workerman.net",
  813. "keywords": [
  814. "asynchronous",
  815. "event-loop"
  816. ],
  817. "time": "2021-03-05T06:44:28+00:00"
  818. }
  819. ],
  820. "packages-dev": [],
  821. "aliases": [],
  822. "minimum-stability": "stable",
  823. "stability-flags": [],
  824. "prefer-stable": false,
  825. "prefer-lowest": false,
  826. "platform": [],
  827. "platform-dev": [],
  828. "plugin-api-version": "2.0.0"
  829. }