composer.lock 16 KB

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