composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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": "e0e5824b81123a386c677a2f30ab8734",
  8. "packages": [
  9. {
  10. "name": "phrity/net-uri",
  11. "version": "1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/sirn-se/phrity-net-uri.git",
  15. "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
  20. "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
  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.4 | ^8.0",
  31. "psr/http-factory": "^1.0",
  32. "psr/http-message": "^1.0 | ^2.0"
  33. },
  34. "require-dev": {
  35. "php-coveralls/php-coveralls": "^2.0",
  36. "phpunit/phpunit": "^9.0 | ^10.0",
  37. "squizlabs/php_codesniffer": "^3.0"
  38. },
  39. "type": "library",
  40. "autoload": {
  41. "psr-4": {
  42. "Phrity\\Net\\": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Sören Jensen",
  52. "email": "sirn@sirn.se",
  53. "homepage": "https://phrity.sirn.se"
  54. }
  55. ],
  56. "description": "PSR-7 Uri and PSR-17 UriFactory implementation",
  57. "homepage": "https://phrity.sirn.se/net-uri",
  58. "keywords": [
  59. "psr-17",
  60. "psr-7",
  61. "uri",
  62. "uri factory"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/sirn-se/phrity-net-uri/issues",
  66. "source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0"
  67. },
  68. "time": "2023-08-21T10:33:06+00:00"
  69. },
  70. {
  71. "name": "phrity/util-errorhandler",
  72. "version": "1.1.1",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
  76. "reference": "483228156e06673963902b1cc1e6bd9541ab4d5e"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/483228156e06673963902b1cc1e6bd9541ab4d5e",
  81. "reference": "483228156e06673963902b1cc1e6bd9541ab4d5e",
  82. "shasum": "",
  83. "mirrors": [
  84. {
  85. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  86. "preferred": true
  87. }
  88. ]
  89. },
  90. "require": {
  91. "php": "^7.4 | ^8.0"
  92. },
  93. "require-dev": {
  94. "php-coveralls/php-coveralls": "^2.0",
  95. "phpunit/phpunit": "^9.0 | ^10.0 | ^11.0",
  96. "squizlabs/php_codesniffer": "^3.5"
  97. },
  98. "type": "library",
  99. "autoload": {
  100. "psr-4": {
  101. "Phrity\\Util\\": "src/"
  102. }
  103. },
  104. "notification-url": "https://packagist.org/downloads/",
  105. "license": [
  106. "MIT"
  107. ],
  108. "authors": [
  109. {
  110. "name": "Sören Jensen",
  111. "email": "sirn@sirn.se",
  112. "homepage": "https://phrity.sirn.se"
  113. }
  114. ],
  115. "description": "Inline error handler; catch and resolve errors for code block.",
  116. "homepage": "https://phrity.sirn.se/util-errorhandler",
  117. "keywords": [
  118. "error",
  119. "warning"
  120. ],
  121. "support": {
  122. "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues",
  123. "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.1.1"
  124. },
  125. "time": "2024-09-12T06:49:16+00:00"
  126. },
  127. {
  128. "name": "psr/http-factory",
  129. "version": "1.0.2",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/php-fig/http-factory.git",
  133. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  138. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  139. "shasum": "",
  140. "mirrors": [
  141. {
  142. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  143. "preferred": true
  144. }
  145. ]
  146. },
  147. "require": {
  148. "php": ">=7.0.0",
  149. "psr/http-message": "^1.0 || ^2.0"
  150. },
  151. "type": "library",
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "1.0.x-dev"
  155. }
  156. },
  157. "autoload": {
  158. "psr-4": {
  159. "Psr\\Http\\Message\\": "src/"
  160. }
  161. },
  162. "notification-url": "https://packagist.org/downloads/",
  163. "license": [
  164. "MIT"
  165. ],
  166. "authors": [
  167. {
  168. "name": "PHP-FIG",
  169. "homepage": "https://www.php-fig.org/"
  170. }
  171. ],
  172. "description": "Common interfaces for PSR-7 HTTP message factories",
  173. "keywords": [
  174. "factory",
  175. "http",
  176. "message",
  177. "psr",
  178. "psr-17",
  179. "psr-7",
  180. "request",
  181. "response"
  182. ],
  183. "support": {
  184. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  185. },
  186. "time": "2023-04-10T20:10:41+00:00"
  187. },
  188. {
  189. "name": "psr/http-message",
  190. "version": "1.1",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/php-fig/http-message.git",
  194. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  199. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  200. "shasum": "",
  201. "mirrors": [
  202. {
  203. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  204. "preferred": true
  205. }
  206. ]
  207. },
  208. "require": {
  209. "php": "^7.2 || ^8.0"
  210. },
  211. "type": "library",
  212. "extra": {
  213. "branch-alias": {
  214. "dev-master": "1.1.x-dev"
  215. }
  216. },
  217. "autoload": {
  218. "psr-4": {
  219. "Psr\\Http\\Message\\": "src/"
  220. }
  221. },
  222. "notification-url": "https://packagist.org/downloads/",
  223. "license": [
  224. "MIT"
  225. ],
  226. "authors": [
  227. {
  228. "name": "PHP-FIG",
  229. "homepage": "http://www.php-fig.org/"
  230. }
  231. ],
  232. "description": "Common interface for HTTP messages",
  233. "homepage": "https://github.com/php-fig/http-message",
  234. "keywords": [
  235. "http",
  236. "http-message",
  237. "psr",
  238. "psr-7",
  239. "request",
  240. "response"
  241. ],
  242. "support": {
  243. "source": "https://github.com/php-fig/http-message/tree/1.1"
  244. },
  245. "time": "2023-04-04T09:50:52+00:00"
  246. },
  247. {
  248. "name": "psr/log",
  249. "version": "3.0.1",
  250. "source": {
  251. "type": "git",
  252. "url": "https://github.com/php-fig/log.git",
  253. "reference": "79dff0b268932c640297f5208d6298f71855c03e"
  254. },
  255. "dist": {
  256. "type": "zip",
  257. "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
  258. "reference": "79dff0b268932c640297f5208d6298f71855c03e",
  259. "shasum": "",
  260. "mirrors": [
  261. {
  262. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  263. "preferred": true
  264. }
  265. ]
  266. },
  267. "require": {
  268. "php": ">=8.0.0"
  269. },
  270. "type": "library",
  271. "extra": {
  272. "branch-alias": {
  273. "dev-master": "3.x-dev"
  274. }
  275. },
  276. "autoload": {
  277. "psr-4": {
  278. "Psr\\Log\\": "src"
  279. }
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "MIT"
  284. ],
  285. "authors": [
  286. {
  287. "name": "PHP-FIG",
  288. "homepage": "https://www.php-fig.org/"
  289. }
  290. ],
  291. "description": "Common interface for logging libraries",
  292. "homepage": "https://github.com/php-fig/log",
  293. "keywords": [
  294. "log",
  295. "psr",
  296. "psr-3"
  297. ],
  298. "support": {
  299. "source": "https://github.com/php-fig/log/tree/3.0.1"
  300. },
  301. "time": "2024-08-21T13:31:24+00:00"
  302. },
  303. {
  304. "name": "textalk/websocket",
  305. "version": "1.6.3",
  306. "source": {
  307. "type": "git",
  308. "url": "https://github.com/Textalk/websocket-php.git",
  309. "reference": "67de79745b1a357caf812bfc44e0abf481cee012"
  310. },
  311. "dist": {
  312. "type": "zip",
  313. "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
  314. "reference": "67de79745b1a357caf812bfc44e0abf481cee012",
  315. "shasum": "",
  316. "mirrors": [
  317. {
  318. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  319. "preferred": true
  320. }
  321. ]
  322. },
  323. "require": {
  324. "php": "^7.4 | ^8.0",
  325. "phrity/net-uri": "^1.0",
  326. "phrity/util-errorhandler": "^1.0",
  327. "psr/http-message": "^1.0",
  328. "psr/log": "^1.0 | ^2.0 | ^3.0"
  329. },
  330. "require-dev": {
  331. "php-coveralls/php-coveralls": "^2.0",
  332. "phpunit/phpunit": "^9.0",
  333. "squizlabs/php_codesniffer": "^3.5"
  334. },
  335. "type": "library",
  336. "autoload": {
  337. "psr-4": {
  338. "WebSocket\\": "lib"
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "ISC"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Fredrik Liljegren"
  348. },
  349. {
  350. "name": "Sören Jensen"
  351. }
  352. ],
  353. "description": "WebSocket client and server",
  354. "support": {
  355. "issues": "https://github.com/Textalk/websocket-php/issues",
  356. "source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
  357. },
  358. "time": "2022-11-07T18:59:33+00:00"
  359. }
  360. ],
  361. "packages-dev": [],
  362. "aliases": [],
  363. "minimum-stability": "stable",
  364. "stability-flags": [],
  365. "prefer-stable": false,
  366. "prefer-lowest": false,
  367. "platform": [],
  368. "platform-dev": [],
  369. "plugin-api-version": "2.6.0"
  370. }