composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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": "6dc6ac51f2736b5302038d2aff7cd5c8",
  8. "packages": [
  9. {
  10. "name": "monolog/monolog",
  11. "version": "2.4.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Seldaek/monolog.git",
  15. "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef",
  20. "reference": "d7fd7450628561ba697b7097d86db72662f54aef",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.2",
  25. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  26. },
  27. "provide": {
  28. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  29. },
  30. "require-dev": {
  31. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  32. "doctrine/couchdb": "~1.0@dev",
  33. "elasticsearch/elasticsearch": "^7",
  34. "graylog2/gelf-php": "^1.4.2",
  35. "mongodb/mongodb": "^1.8",
  36. "php-amqplib/php-amqplib": "~2.4 || ^3",
  37. "php-console/php-console": "^3.1.3",
  38. "phpspec/prophecy": "^1.6.1",
  39. "phpstan/phpstan": "^0.12.91",
  40. "phpunit/phpunit": "^8.5",
  41. "predis/predis": "^1.1",
  42. "rollbar/rollbar": "^1.3 || ^2 || ^3",
  43. "ruflin/elastica": ">=0.90@dev",
  44. "swiftmailer/swiftmailer": "^5.3|^6.0"
  45. },
  46. "suggest": {
  47. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  48. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  49. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  50. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  51. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  52. "ext-mbstring": "Allow to work properly with unicode symbols",
  53. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  54. "ext-openssl": "Required to send log messages using SSL",
  55. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  56. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  57. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  58. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  59. "php-console/php-console": "Allow sending log messages to Google Chrome",
  60. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  61. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  62. },
  63. "type": "library",
  64. "extra": {
  65. "branch-alias": {
  66. "dev-main": "2.x-dev"
  67. }
  68. },
  69. "autoload": {
  70. "psr-4": {
  71. "Monolog\\": "src/Monolog"
  72. }
  73. },
  74. "notification-url": "https://packagist.org/downloads/",
  75. "license": [
  76. "MIT"
  77. ],
  78. "authors": [
  79. {
  80. "name": "Jordi Boggiano",
  81. "email": "j.boggiano@seld.be",
  82. "homepage": "https://seld.be"
  83. }
  84. ],
  85. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  86. "homepage": "https://github.com/Seldaek/monolog",
  87. "keywords": [
  88. "log",
  89. "logging",
  90. "psr-3"
  91. ],
  92. "support": {
  93. "issues": "https://github.com/Seldaek/monolog/issues",
  94. "source": "https://github.com/Seldaek/monolog/tree/2.4.0"
  95. },
  96. "funding": [
  97. {
  98. "url": "https://github.com/Seldaek",
  99. "type": "github"
  100. },
  101. {
  102. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  103. "type": "tidelift"
  104. }
  105. ],
  106. "time": "2022-03-14T12:44:37+00:00"
  107. },
  108. {
  109. "name": "nikic/fast-route",
  110. "version": "v1.3.0",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/nikic/FastRoute.git",
  114. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  119. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.4.0"
  124. },
  125. "require-dev": {
  126. "phpunit/phpunit": "^4.8.35|~5.7"
  127. },
  128. "type": "library",
  129. "autoload": {
  130. "files": [
  131. "src/functions.php"
  132. ],
  133. "psr-4": {
  134. "FastRoute\\": "src/"
  135. }
  136. },
  137. "notification-url": "https://packagist.org/downloads/",
  138. "license": [
  139. "BSD-3-Clause"
  140. ],
  141. "authors": [
  142. {
  143. "name": "Nikita Popov",
  144. "email": "nikic@php.net"
  145. }
  146. ],
  147. "description": "Fast request router for PHP",
  148. "keywords": [
  149. "router",
  150. "routing"
  151. ],
  152. "support": {
  153. "issues": "https://github.com/nikic/FastRoute/issues",
  154. "source": "https://github.com/nikic/FastRoute/tree/master"
  155. },
  156. "time": "2018-02-13T20:26:39+00:00"
  157. },
  158. {
  159. "name": "psr/container",
  160. "version": "2.0.2",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/php-fig/container.git",
  164. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  169. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "php": ">=7.4.0"
  174. },
  175. "type": "library",
  176. "extra": {
  177. "branch-alias": {
  178. "dev-master": "2.0.x-dev"
  179. }
  180. },
  181. "autoload": {
  182. "psr-4": {
  183. "Psr\\Container\\": "src/"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "PHP-FIG",
  193. "homepage": "https://www.php-fig.org/"
  194. }
  195. ],
  196. "description": "Common Container Interface (PHP FIG PSR-11)",
  197. "homepage": "https://github.com/php-fig/container",
  198. "keywords": [
  199. "PSR-11",
  200. "container",
  201. "container-interface",
  202. "container-interop",
  203. "psr"
  204. ],
  205. "support": {
  206. "issues": "https://github.com/php-fig/container/issues",
  207. "source": "https://github.com/php-fig/container/tree/2.0.2"
  208. },
  209. "time": "2021-11-05T16:47:00+00:00"
  210. },
  211. {
  212. "name": "psr/log",
  213. "version": "1.1.4",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/php-fig/log.git",
  217. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  222. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  223. "shasum": ""
  224. },
  225. "require": {
  226. "php": ">=5.3.0"
  227. },
  228. "type": "library",
  229. "extra": {
  230. "branch-alias": {
  231. "dev-master": "1.1.x-dev"
  232. }
  233. },
  234. "autoload": {
  235. "psr-4": {
  236. "Psr\\Log\\": "Psr/Log/"
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "authors": [
  244. {
  245. "name": "PHP-FIG",
  246. "homepage": "https://www.php-fig.org/"
  247. }
  248. ],
  249. "description": "Common interface for logging libraries",
  250. "homepage": "https://github.com/php-fig/log",
  251. "keywords": [
  252. "log",
  253. "psr",
  254. "psr-3"
  255. ],
  256. "support": {
  257. "source": "https://github.com/php-fig/log/tree/1.1.4"
  258. },
  259. "time": "2021-05-03T11:20:27+00:00"
  260. },
  261. {
  262. "name": "workerman/webman-framework",
  263. "version": "v1.3.6",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/walkor/webman-framework.git",
  267. "reference": "cbc82cd13477492787122be9ccbd20124eff88d5"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/walkor/webman-framework/zipball/cbc82cd13477492787122be9ccbd20124eff88d5",
  272. "reference": "cbc82cd13477492787122be9ccbd20124eff88d5",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "nikic/fast-route": "^1.3",
  277. "php": ">=7.2",
  278. "psr/container": ">=1.0",
  279. "workerman/workerman": "^4.0.4"
  280. },
  281. "suggest": {
  282. "ext-event": "For better performance. "
  283. },
  284. "type": "library",
  285. "autoload": {
  286. "psr-4": {
  287. "Webman\\": "./src",
  288. "Support\\": "./src/support",
  289. "support\\": "./src/support",
  290. "Support\\View\\": "./src/support/view",
  291. "Support\\Bootstrap\\": "./src/support/bootstrap",
  292. "Support\\Exception\\": "./src/support/exception"
  293. }
  294. },
  295. "notification-url": "https://packagist.org/downloads/",
  296. "license": [
  297. "MIT"
  298. ],
  299. "authors": [
  300. {
  301. "name": "walkor",
  302. "email": "walkor@workerman.net",
  303. "homepage": "http://www.workerman.net",
  304. "role": "Developer"
  305. }
  306. ],
  307. "description": "High performance HTTP Service Framework.",
  308. "homepage": "http://www.workerman.net",
  309. "keywords": [
  310. "High Performance",
  311. "http service"
  312. ],
  313. "support": {
  314. "email": "walkor@workerman.net",
  315. "forum": "http://wenda.workerman.net/",
  316. "issues": "https://github.com/walkor/webman/issues",
  317. "source": "https://github.com/walkor/webman-framework",
  318. "wiki": "http://doc.workerman.net/"
  319. },
  320. "funding": [
  321. {
  322. "url": "https://opencollective.com/walkor",
  323. "type": "open_collective"
  324. },
  325. {
  326. "url": "https://www.patreon.com/walkor",
  327. "type": "patreon"
  328. }
  329. ],
  330. "time": "2022-03-25T08:15:45+00:00"
  331. },
  332. {
  333. "name": "workerman/workerman",
  334. "version": "v4.0.31",
  335. "source": {
  336. "type": "git",
  337. "url": "https://github.com/walkor/workerman.git",
  338. "reference": "39df5a1627345678e8b83ac86efabafdf31ca9d5"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://api.github.com/repos/walkor/workerman/zipball/39df5a1627345678e8b83ac86efabafdf31ca9d5",
  343. "reference": "39df5a1627345678e8b83ac86efabafdf31ca9d5",
  344. "shasum": ""
  345. },
  346. "require": {
  347. "php": ">=5.3"
  348. },
  349. "suggest": {
  350. "ext-event": "For better performance. "
  351. },
  352. "type": "library",
  353. "autoload": {
  354. "psr-4": {
  355. "Workerman\\": "./"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "walkor",
  365. "email": "walkor@workerman.net",
  366. "homepage": "http://www.workerman.net",
  367. "role": "Developer"
  368. }
  369. ],
  370. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  371. "homepage": "http://www.workerman.net",
  372. "keywords": [
  373. "asynchronous",
  374. "event-loop"
  375. ],
  376. "support": {
  377. "email": "walkor@workerman.net",
  378. "forum": "http://wenda.workerman.net/",
  379. "issues": "https://github.com/walkor/workerman/issues",
  380. "source": "https://github.com/walkor/workerman",
  381. "wiki": "http://doc.workerman.net/"
  382. },
  383. "funding": [
  384. {
  385. "url": "https://opencollective.com/workerman",
  386. "type": "open_collective"
  387. },
  388. {
  389. "url": "https://www.patreon.com/walkor",
  390. "type": "patreon"
  391. }
  392. ],
  393. "time": "2022-03-23T02:14:58+00:00"
  394. }
  395. ],
  396. "packages-dev": [],
  397. "aliases": [],
  398. "minimum-stability": "stable",
  399. "stability-flags": [],
  400. "prefer-stable": false,
  401. "prefer-lowest": false,
  402. "platform": {
  403. "php": ">=7.2"
  404. },
  405. "platform-dev": [],
  406. "plugin-api-version": "2.2.0"
  407. }