installed.json 13 KB

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