composer.lock 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360
  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": "6b481aa1ae315973fd57e459f04f8228",
  8. "packages": [
  9. {
  10. "name": "adbario/php-dot-notation",
  11. "version": "2.4.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adbario/php-dot-notation.git",
  15. "reference": "3bfe67895d26697d20485343499532234eeb7c08"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/3bfe67895d26697d20485343499532234eeb7c08",
  20. "reference": "3bfe67895d26697d20485343499532234eeb7c08",
  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. "ext-json": "*",
  31. "php": "^5.5 || ^7.0 || ^8.0"
  32. },
  33. "require-dev": {
  34. "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
  35. "squizlabs/php_codesniffer": "^3.6"
  36. },
  37. "type": "library",
  38. "autoload": {
  39. "files": [
  40. "src/helpers.php"
  41. ],
  42. "psr-4": {
  43. "Adbar\\": "src"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Riku Särkinen",
  53. "email": "riku@adbar.io"
  54. }
  55. ],
  56. "description": "PHP dot notation access to arrays",
  57. "homepage": "https://github.com/adbario/php-dot-notation",
  58. "keywords": [
  59. "ArrayAccess",
  60. "dotnotation"
  61. ],
  62. "support": {
  63. "issues": "https://github.com/adbario/php-dot-notation/issues",
  64. "source": "https://github.com/adbario/php-dot-notation/tree/2.4.1"
  65. },
  66. "time": "2022-08-25T19:47:20+00:00"
  67. },
  68. {
  69. "name": "alibabacloud/credentials",
  70. "version": "1.1.4",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/aliyun/credentials-php.git",
  74. "reference": "e79d4151ad8924c0cf79d4fe0ec151b8d7663a25"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/aliyun/credentials-php/zipball/e79d4151ad8924c0cf79d4fe0ec151b8d7663a25",
  79. "reference": "e79d4151ad8924c0cf79d4fe0ec151b8d7663a25",
  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. "adbario/php-dot-notation": "^2.2",
  90. "alibabacloud/tea": "^3.0",
  91. "ext-curl": "*",
  92. "ext-json": "*",
  93. "ext-libxml": "*",
  94. "ext-mbstring": "*",
  95. "ext-openssl": "*",
  96. "ext-simplexml": "*",
  97. "ext-xmlwriter": "*",
  98. "guzzlehttp/guzzle": "^6.3|^7.0",
  99. "php": ">=5.6"
  100. },
  101. "require-dev": {
  102. "composer/composer": "^1.8",
  103. "drupal/coder": "^8.3",
  104. "ext-dom": "*",
  105. "ext-pcre": "*",
  106. "ext-sockets": "*",
  107. "ext-spl": "*",
  108. "mikey179/vfsstream": "^1.6",
  109. "monolog/monolog": "^1.24",
  110. "phpunit/phpunit": "^4.8.35|^5.4.3",
  111. "psr/cache": "^1.0",
  112. "symfony/dotenv": "^3.4",
  113. "symfony/var-dumper": "^3.4"
  114. },
  115. "suggest": {
  116. "ext-sockets": "To use client-side monitoring"
  117. },
  118. "type": "library",
  119. "autoload": {
  120. "psr-4": {
  121. "AlibabaCloud\\Credentials\\": "src"
  122. }
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "Apache-2.0"
  127. ],
  128. "authors": [
  129. {
  130. "name": "Alibaba Cloud SDK",
  131. "email": "sdk-team@alibabacloud.com",
  132. "homepage": "http://www.alibabacloud.com"
  133. }
  134. ],
  135. "description": "Alibaba Cloud Credentials for PHP",
  136. "homepage": "https://www.alibabacloud.com/",
  137. "keywords": [
  138. "alibaba",
  139. "alibabacloud",
  140. "aliyun",
  141. "client",
  142. "cloud",
  143. "credentials",
  144. "library",
  145. "sdk",
  146. "tool"
  147. ],
  148. "support": {
  149. "issues": "https://github.com/aliyun/credentials-php/issues",
  150. "source": "https://github.com/aliyun/credentials-php"
  151. },
  152. "time": "2021-06-08T10:49:34+00:00"
  153. },
  154. {
  155. "name": "alibabacloud/darabonba-openapi",
  156. "version": "0.2.8",
  157. "source": {
  158. "type": "git",
  159. "url": "https://github.com/alibabacloud-sdk-php/darabonba-openapi.git",
  160. "reference": "aabc61b3049caed6442ca332cf45d3b51af633ef"
  161. },
  162. "dist": {
  163. "type": "zip",
  164. "url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/aabc61b3049caed6442ca332cf45d3b51af633ef",
  165. "reference": "aabc61b3049caed6442ca332cf45d3b51af633ef",
  166. "shasum": "",
  167. "mirrors": [
  168. {
  169. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  170. "preferred": true
  171. }
  172. ]
  173. },
  174. "require": {
  175. "alibabacloud/credentials": "^1.1",
  176. "alibabacloud/gateway-spi": "^1",
  177. "alibabacloud/openapi-util": "^0.1.10",
  178. "alibabacloud/tea-utils": "^0.2.16",
  179. "alibabacloud/tea-xml": "^0.2",
  180. "php": ">5.5"
  181. },
  182. "type": "library",
  183. "autoload": {
  184. "psr-4": {
  185. "Darabonba\\OpenApi\\": "src"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "Apache-2.0"
  191. ],
  192. "authors": [
  193. {
  194. "name": "Alibaba Cloud SDK",
  195. "email": "sdk-team@alibabacloud.com"
  196. }
  197. ],
  198. "description": "Alibaba Cloud OpenApi Client",
  199. "support": {
  200. "issues": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/issues",
  201. "source": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/tree/0.2.8"
  202. },
  203. "time": "2022-11-14T03:38:23+00:00"
  204. },
  205. {
  206. "name": "alibabacloud/dingtalk",
  207. "version": "1.4.69",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/alibabacloud-sdk-php/dingtalk.git",
  211. "reference": "d1aa74a190eac3092ae85f03de8b8b16ec50d811"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/alibabacloud-sdk-php/dingtalk/zipball/d1aa74a190eac3092ae85f03de8b8b16ec50d811",
  216. "reference": "d1aa74a190eac3092ae85f03de8b8b16ec50d811",
  217. "shasum": "",
  218. "mirrors": [
  219. {
  220. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  221. "preferred": true
  222. }
  223. ]
  224. },
  225. "require": {
  226. "alibabacloud/darabonba-openapi": "^0.2.7",
  227. "alibabacloud/endpoint-util": "^0.1.0",
  228. "alibabacloud/openapi-util": "^0.1.10",
  229. "alibabacloud/tea-utils": "^0.2.16",
  230. "php": ">5.5"
  231. },
  232. "type": "library",
  233. "autoload": {
  234. "psr-4": {
  235. "AlibabaCloud\\SDK\\Dingtalk\\Vim_1_0\\": "src/im_1_0/",
  236. "AlibabaCloud\\SDK\\Dingtalk\\Vim_2_0\\": "src/im_2_0/",
  237. "AlibabaCloud\\SDK\\Dingtalk\\Vats_1_0\\": "src/ats_1_0/",
  238. "AlibabaCloud\\SDK\\Dingtalk\\Vcrm_1_0\\": "src/crm_1_0/",
  239. "AlibabaCloud\\SDK\\Dingtalk\\Vdoc_1_0\\": "src/doc_1_0/",
  240. "AlibabaCloud\\SDK\\Dingtalk\\Vdoc_2_0\\": "src/doc_2_0/",
  241. "AlibabaCloud\\SDK\\Dingtalk\\Vedu_1_0\\": "src/edu_1_0/",
  242. "AlibabaCloud\\SDK\\Dingtalk\\Vhrm_1_0\\": "src/hrm_1_0/",
  243. "AlibabaCloud\\SDK\\Dingtalk\\Vokr_1_0\\": "src/okr_1_0/",
  244. "AlibabaCloud\\SDK\\Dingtalk\\Vwms_1_0\\": "src/wms_1_0/",
  245. "AlibabaCloud\\SDK\\Dingtalk\\Valgo_1_0\\": "src/algo_1_0/",
  246. "AlibabaCloud\\SDK\\Dingtalk\\Vcard_1_0\\": "src/card_1_0/",
  247. "AlibabaCloud\\SDK\\Dingtalk\\Vdiot_1_0\\": "src/diot_1_0/",
  248. "AlibabaCloud\\SDK\\Dingtalk\\Vlink_1_0\\": "src/link_1_0/",
  249. "AlibabaCloud\\SDK\\Dingtalk\\Vlive_1_0\\": "src/live_1_0/",
  250. "AlibabaCloud\\SDK\\Dingtalk\\Vtodo_1_0\\": "src/todo_1_0/",
  251. "AlibabaCloud\\SDK\\Dingtalk\\Vtrip_1_0\\": "src/trip_1_0/",
  252. "AlibabaCloud\\SDK\\Dingtalk\\Vwatt_1_0\\": "src/watt_1_0/",
  253. "AlibabaCloud\\SDK\\Dingtalk\\Vwiki_1_0\\": "src/wiki_1_0/",
  254. "AlibabaCloud\\SDK\\Dingtalk\\Vyida_1_0\\": "src/yida_1_0/",
  255. "AlibabaCloud\\SDK\\Dingtalk\\Vapaas_1_0\\": "src/apaas_1_0/",
  256. "AlibabaCloud\\SDK\\Dingtalk\\Vbadge_1_0\\": "src/badge_1_0/",
  257. "AlibabaCloud\\SDK\\Dingtalk\\Vdrive_1_0\\": "src/drive_1_0/",
  258. "AlibabaCloud\\SDK\\Dingtalk\\Vesign_1_0\\": "src/esign_1_0/",
  259. "AlibabaCloud\\SDK\\Dingtalk\\Vesign_2_0\\": "src/esign_2_0/",
  260. "AlibabaCloud\\SDK\\Dingtalk\\Vh3yun_1_0\\": "src/h3yun_1_0/",
  261. "AlibabaCloud\\SDK\\Dingtalk\\Vjzcrm_1_0\\": "src/jzcrm_1_0/",
  262. "AlibabaCloud\\SDK\\Dingtalk\\Vrobot_1_0\\": "src/robot_1_0/",
  263. "AlibabaCloud\\SDK\\Dingtalk\\Vrooms_1_0\\": "src/rooms_1_0/",
  264. "AlibabaCloud\\SDK\\Dingtalk\\Vtrade_1_0\\": "src/trade_1_0/",
  265. "AlibabaCloud\\SDK\\Dingtalk\\Vcarbon_1_0\\": "src/carbon_1_0/",
  266. "AlibabaCloud\\SDK\\Dingtalk\\Vdingmi_1_0\\": "src/dingmi_1_0/",
  267. "AlibabaCloud\\SDK\\Dingtalk\\Vimpaas_1_0\\": "src/impaas_1_0/",
  268. "AlibabaCloud\\SDK\\Dingtalk\\Voauth2_1_0\\": "src/oauth2_1_0/",
  269. "AlibabaCloud\\SDK\\Dingtalk\\Vsearch_1_0\\": "src/search_1_0/",
  270. "AlibabaCloud\\SDK\\Dingtalk\\Vswform_1_0\\": "src/swform_1_0/",
  271. "AlibabaCloud\\SDK\\Dingtalk\\Valitrip_1_0\\": "src/alitrip_1_0/",
  272. "AlibabaCloud\\SDK\\Dingtalk\\Vcontact_1_0\\": "src/contact_1_0/",
  273. "AlibabaCloud\\SDK\\Dingtalk\\Vcontent_1_0\\": "src/content_1_0/",
  274. "AlibabaCloud\\SDK\\Dingtalk\\Vfinance_1_0\\": "src/finance_1_0/",
  275. "AlibabaCloud\\SDK\\Dingtalk\\Vhrbrain_1_0\\": "src/hrbrain_1_0/",
  276. "AlibabaCloud\\SDK\\Dingtalk\\Vminiapp_1_0\\": "src/miniapp_1_0/",
  277. "AlibabaCloud\\SDK\\Dingtalk\\Vproject_1_0\\": "src/project_1_0/",
  278. "AlibabaCloud\\SDK\\Dingtalk\\Vstorage_1_0\\": "src/storage_1_0/",
  279. "AlibabaCloud\\SDK\\Dingtalk\\Vvillage_1_0\\": "src/village_1_0/",
  280. "AlibabaCloud\\SDK\\Dingtalk\\Vcalendar_1_0\\": "src/calendar_1_0/",
  281. "AlibabaCloud\\SDK\\Dingtalk\\Vindustry_1_0\\": "src/industry_1_0/",
  282. "AlibabaCloud\\SDK\\Dingtalk\\Vrcs_call_1_0\\": "src/rcs_call_1_0/",
  283. "AlibabaCloud\\SDK\\Dingtalk\\Vresident_1_0\\": "src/resident_1_0/",
  284. "AlibabaCloud\\SDK\\Dingtalk\\Vworkflow_1_0\\": "src/workflow_1_0/",
  285. "AlibabaCloud\\SDK\\Dingtalk\\Vconnector_1_0\\": "src/connector_1_0/",
  286. "AlibabaCloud\\SDK\\Dingtalk\\Vconv_file_1_0\\": "src/conv_file_1_0/",
  287. "AlibabaCloud\\SDK\\Dingtalk\\Vdevicemng_1_0\\": "src/devicemng_1_0/",
  288. "AlibabaCloud\\SDK\\Dingtalk\\Vexclusive_1_0\\": "src/exclusive_1_0/",
  289. "AlibabaCloud\\SDK\\Dingtalk\\Vh5package_1_0\\": "src/h5package_1_0/",
  290. "AlibabaCloud\\SDK\\Dingtalk\\Vmicro_app_1_0\\": "src/micro_app_1_0/",
  291. "AlibabaCloud\\SDK\\Dingtalk\\Vworkbench_1_0\\": "src/workbench_1_0/",
  292. "AlibabaCloud\\SDK\\Dingtalk\\Vapp_market_1_0\\": "src/app_market_1_0/",
  293. "AlibabaCloud\\SDK\\Dingtalk\\Vattendance_1_0\\": "src/attendance_1_0/",
  294. "AlibabaCloud\\SDK\\Dingtalk\\Vbizfinance_1_0\\": "src/bizfinance_1_0/",
  295. "AlibabaCloud\\SDK\\Dingtalk\\Vconference_1_0\\": "src/conference_1_0/",
  296. "AlibabaCloud\\SDK\\Dingtalk\\Vdatacenter_1_0\\": "src/datacenter_1_0/",
  297. "AlibabaCloud\\SDK\\Dingtalk\\Vtrajectory_1_0\\": "src/trajectory_1_0/",
  298. "AlibabaCloud\\SDK\\Dingtalk\\Vtranscribe_1_0\\": "src/transcribe_1_0/",
  299. "AlibabaCloud\\SDK\\Dingtalk\\Vworkrecord_1_0\\": "src/workrecord_1_0/",
  300. "AlibabaCloud\\SDK\\Dingtalk\\Vorg_culture_1_0\\": "src/org_culture_1_0/",
  301. "AlibabaCloud\\SDK\\Dingtalk\\Vflashmeeting_1_0\\": "src/flashmeeting_1_0/",
  302. "AlibabaCloud\\SDK\\Dingtalk\\Vsmart_device_1_0\\": "src/smart_device_1_0/",
  303. "AlibabaCloud\\SDK\\Dingtalk\\Vmanufacturing_1_0\\": "src/manufacturing_1_0/",
  304. "AlibabaCloud\\SDK\\Dingtalk\\Vservice_group_1_0\\": "src/service_group_1_0/",
  305. "AlibabaCloud\\SDK\\Dingtalk\\Voccupationauth_1_0\\": "src/occupationauth_1_0/",
  306. "AlibabaCloud\\SDK\\Dingtalk\\Vcustomer_service_1_0\\": "src/customer_service_1_0/",
  307. "AlibabaCloud\\SDK\\Dingtalk\\Vgroup_blackboard_1_0\\": "src/group_blackboard_1_0/",
  308. "AlibabaCloud\\SDK\\Dingtalk\\Vproject_integration_1_0\\": "src/project_integration_1_0/"
  309. }
  310. },
  311. "notification-url": "https://packagist.org/downloads/",
  312. "license": [
  313. "Apache-2.0"
  314. ],
  315. "authors": [
  316. {
  317. "name": "Alibaba Cloud SDK",
  318. "email": "sdk-team@alibabacloud.com"
  319. }
  320. ],
  321. "description": "Alibaba Cloud Dingtalk SDK Library for PHP",
  322. "support": {
  323. "source": "https://github.com/alibabacloud-sdk-php/dingtalk/tree/1.4.69"
  324. },
  325. "time": "2022-11-08T02:31:57+00:00"
  326. },
  327. {
  328. "name": "alibabacloud/endpoint-util",
  329. "version": "0.1.1",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/alibabacloud-sdk-php/endpoint-util.git",
  333. "reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/alibabacloud-sdk-php/endpoint-util/zipball/f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
  338. "reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
  339. "shasum": "",
  340. "mirrors": [
  341. {
  342. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  343. "preferred": true
  344. }
  345. ]
  346. },
  347. "require": {
  348. "php": ">5.5"
  349. },
  350. "require-dev": {
  351. "phpunit/phpunit": "^4.8.35|^5.4.3"
  352. },
  353. "type": "library",
  354. "autoload": {
  355. "psr-4": {
  356. "AlibabaCloud\\Endpoint\\": "src"
  357. }
  358. },
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "Apache-2.0"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Alibaba Cloud SDK",
  366. "email": "sdk-team@alibabacloud.com"
  367. }
  368. ],
  369. "description": "Alibaba Cloud Endpoint Library for PHP",
  370. "support": {
  371. "source": "https://github.com/alibabacloud-sdk-php/endpoint-util/tree/0.1.1"
  372. },
  373. "time": "2020-06-04T10:57:15+00:00"
  374. },
  375. {
  376. "name": "alibabacloud/gateway-spi",
  377. "version": "1.0.0",
  378. "source": {
  379. "type": "git",
  380. "url": "https://github.com/alibabacloud-sdk-php/alibabacloud-gateway-spi.git",
  381. "reference": "7440f77750c329d8ab252db1d1d967314ccd1fcb"
  382. },
  383. "dist": {
  384. "type": "zip",
  385. "url": "https://api.github.com/repos/alibabacloud-sdk-php/alibabacloud-gateway-spi/zipball/7440f77750c329d8ab252db1d1d967314ccd1fcb",
  386. "reference": "7440f77750c329d8ab252db1d1d967314ccd1fcb",
  387. "shasum": "",
  388. "mirrors": [
  389. {
  390. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  391. "preferred": true
  392. }
  393. ]
  394. },
  395. "require": {
  396. "alibabacloud/credentials": "^1.1",
  397. "php": ">5.5"
  398. },
  399. "type": "library",
  400. "autoload": {
  401. "psr-4": {
  402. "Darabonba\\GatewaySpi\\": "src"
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "Apache-2.0"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Alibaba Cloud SDK",
  412. "email": "sdk-team@alibabacloud.com"
  413. }
  414. ],
  415. "description": "Alibaba Cloud Gateway SPI Client",
  416. "support": {
  417. "source": "https://github.com/alibabacloud-sdk-php/alibabacloud-gateway-spi/tree/1.0.0"
  418. },
  419. "time": "2022-07-14T05:31:35+00:00"
  420. },
  421. {
  422. "name": "alibabacloud/openapi-util",
  423. "version": "0.1.12",
  424. "source": {
  425. "type": "git",
  426. "url": "https://github.com/alibabacloud-sdk-php/openapi-util.git",
  427. "reference": "143ac0a1f3fd571b90257ad8b18ca5a67d983d9b"
  428. },
  429. "dist": {
  430. "type": "zip",
  431. "url": "https://api.github.com/repos/alibabacloud-sdk-php/openapi-util/zipball/143ac0a1f3fd571b90257ad8b18ca5a67d983d9b",
  432. "reference": "143ac0a1f3fd571b90257ad8b18ca5a67d983d9b",
  433. "shasum": "",
  434. "mirrors": [
  435. {
  436. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  437. "preferred": true
  438. }
  439. ]
  440. },
  441. "require": {
  442. "alibabacloud/tea": "^3.1",
  443. "alibabacloud/tea-utils": "^0.2",
  444. "lizhichao/one-sm": "^1.5",
  445. "php": ">5.5"
  446. },
  447. "require-dev": {
  448. "phpunit/phpunit": "*"
  449. },
  450. "type": "library",
  451. "autoload": {
  452. "psr-4": {
  453. "AlibabaCloud\\OpenApiUtil\\": "src"
  454. }
  455. },
  456. "notification-url": "https://packagist.org/downloads/",
  457. "license": [
  458. "Apache-2.0"
  459. ],
  460. "authors": [
  461. {
  462. "name": "Alibaba Cloud SDK",
  463. "email": "sdk-team@alibabacloud.com"
  464. }
  465. ],
  466. "description": "Alibaba Cloud OpenApi Util",
  467. "support": {
  468. "issues": "https://github.com/alibabacloud-sdk-php/openapi-util/issues",
  469. "source": "https://github.com/alibabacloud-sdk-php/openapi-util/tree/0.1.12"
  470. },
  471. "time": "2022-10-20T08:08:21+00:00"
  472. },
  473. {
  474. "name": "alibabacloud/tea",
  475. "version": "3.1.24",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/aliyun/tea-php.git",
  479. "reference": "bb33395f47db3847d1940d6eb8ba1e56cd0623cb"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/aliyun/tea-php/zipball/bb33395f47db3847d1940d6eb8ba1e56cd0623cb",
  484. "reference": "bb33395f47db3847d1940d6eb8ba1e56cd0623cb",
  485. "shasum": "",
  486. "mirrors": [
  487. {
  488. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  489. "preferred": true
  490. }
  491. ]
  492. },
  493. "require": {
  494. "adbario/php-dot-notation": "^2.3",
  495. "ext-curl": "*",
  496. "ext-json": "*",
  497. "ext-libxml": "*",
  498. "ext-mbstring": "*",
  499. "ext-openssl": "*",
  500. "ext-simplexml": "*",
  501. "ext-xmlwriter": "*",
  502. "guzzlehttp/guzzle": "^6.3|^7.0",
  503. "php": ">=5.5"
  504. },
  505. "require-dev": {
  506. "phpunit/phpunit": "*",
  507. "symfony/dotenv": "^3.4",
  508. "symfony/var-dumper": "^3.4"
  509. },
  510. "suggest": {
  511. "ext-sockets": "To use client-side monitoring"
  512. },
  513. "type": "library",
  514. "autoload": {
  515. "psr-4": {
  516. "AlibabaCloud\\Tea\\": "src"
  517. }
  518. },
  519. "notification-url": "https://packagist.org/downloads/",
  520. "license": [
  521. "Apache-2.0"
  522. ],
  523. "authors": [
  524. {
  525. "name": "Alibaba Cloud SDK",
  526. "email": "sdk-team@alibabacloud.com",
  527. "homepage": "http://www.alibabacloud.com"
  528. }
  529. ],
  530. "description": "Client of Tea for PHP",
  531. "homepage": "https://www.alibabacloud.com/",
  532. "keywords": [
  533. "alibabacloud",
  534. "client",
  535. "cloud",
  536. "tea"
  537. ],
  538. "support": {
  539. "issues": "https://github.com/aliyun/tea-php/issues",
  540. "source": "https://github.com/aliyun/tea-php"
  541. },
  542. "time": "2022-07-18T11:27:29+00:00"
  543. },
  544. {
  545. "name": "alibabacloud/tea-utils",
  546. "version": "0.2.16",
  547. "source": {
  548. "type": "git",
  549. "url": "https://github.com/alibabacloud-sdk-php/tea-utils.git",
  550. "reference": "ae10b306509a196e4af71803db710a0a05c54e60"
  551. },
  552. "dist": {
  553. "type": "zip",
  554. "url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-utils/zipball/ae10b306509a196e4af71803db710a0a05c54e60",
  555. "reference": "ae10b306509a196e4af71803db710a0a05c54e60",
  556. "shasum": "",
  557. "mirrors": [
  558. {
  559. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  560. "preferred": true
  561. }
  562. ]
  563. },
  564. "require": {
  565. "alibabacloud/tea": "^3.1",
  566. "php": ">5.5"
  567. },
  568. "type": "library",
  569. "autoload": {
  570. "psr-4": {
  571. "AlibabaCloud\\Tea\\Utils\\": "src"
  572. }
  573. },
  574. "notification-url": "https://packagist.org/downloads/",
  575. "license": [
  576. "Apache-2.0"
  577. ],
  578. "authors": [
  579. {
  580. "name": "Alibaba Cloud SDK",
  581. "email": "sdk-team@alibabacloud.com"
  582. }
  583. ],
  584. "description": "Alibaba Cloud Tea Utils for PHP",
  585. "support": {
  586. "issues": "https://github.com/aliyun/tea-util/issues",
  587. "source": "https://github.com/aliyun/tea-util"
  588. },
  589. "time": "2022-07-05T09:58:20+00:00"
  590. },
  591. {
  592. "name": "alibabacloud/tea-xml",
  593. "version": "0.2.3",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/alibabacloud-sdk-php/tea-xml.git",
  597. "reference": "4bd2303d71c968cb7ae4e487c5fa3023aed3ff3b"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-xml/zipball/4bd2303d71c968cb7ae4e487c5fa3023aed3ff3b",
  602. "reference": "4bd2303d71c968cb7ae4e487c5fa3023aed3ff3b",
  603. "shasum": "",
  604. "mirrors": [
  605. {
  606. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  607. "preferred": true
  608. }
  609. ]
  610. },
  611. "require": {
  612. "php": ">5.5"
  613. },
  614. "require-dev": {
  615. "phpunit/phpunit": "^4.8.35|^5.4.3",
  616. "symfony/var-dumper": "*"
  617. },
  618. "type": "library",
  619. "autoload": {
  620. "psr-4": {
  621. "AlibabaCloud\\Tea\\XML\\": "src"
  622. }
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "license": [
  626. "Apache-2.0"
  627. ],
  628. "authors": [
  629. {
  630. "name": "Alibaba Cloud SDK",
  631. "email": "sdk-team@alibabacloud.com"
  632. }
  633. ],
  634. "description": "Alibaba Cloud Tea XML Library for PHP",
  635. "support": {
  636. "source": "https://github.com/alibabacloud-sdk-php/tea-xml/tree/0.2.3"
  637. },
  638. "time": "2021-12-08T06:43:00+00:00"
  639. },
  640. {
  641. "name": "guzzlehttp/guzzle",
  642. "version": "7.5.0",
  643. "source": {
  644. "type": "git",
  645. "url": "https://github.com/guzzle/guzzle.git",
  646. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
  647. },
  648. "dist": {
  649. "type": "zip",
  650. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  651. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  652. "shasum": "",
  653. "mirrors": [
  654. {
  655. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  656. "preferred": true
  657. }
  658. ]
  659. },
  660. "require": {
  661. "ext-json": "*",
  662. "guzzlehttp/promises": "^1.5",
  663. "guzzlehttp/psr7": "^1.9 || ^2.4",
  664. "php": "^7.2.5 || ^8.0",
  665. "psr/http-client": "^1.0",
  666. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  667. },
  668. "provide": {
  669. "psr/http-client-implementation": "1.0"
  670. },
  671. "require-dev": {
  672. "bamarni/composer-bin-plugin": "^1.8.1",
  673. "ext-curl": "*",
  674. "php-http/client-integration-tests": "^3.0",
  675. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  676. "psr/log": "^1.1 || ^2.0 || ^3.0"
  677. },
  678. "suggest": {
  679. "ext-curl": "Required for CURL handler support",
  680. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  681. "psr/log": "Required for using the Log middleware"
  682. },
  683. "type": "library",
  684. "extra": {
  685. "bamarni-bin": {
  686. "bin-links": true,
  687. "forward-command": false
  688. },
  689. "branch-alias": {
  690. "dev-master": "7.5-dev"
  691. }
  692. },
  693. "autoload": {
  694. "files": [
  695. "src/functions_include.php"
  696. ],
  697. "psr-4": {
  698. "GuzzleHttp\\": "src/"
  699. }
  700. },
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "MIT"
  704. ],
  705. "authors": [
  706. {
  707. "name": "Graham Campbell",
  708. "email": "hello@gjcampbell.co.uk",
  709. "homepage": "https://github.com/GrahamCampbell"
  710. },
  711. {
  712. "name": "Michael Dowling",
  713. "email": "mtdowling@gmail.com",
  714. "homepage": "https://github.com/mtdowling"
  715. },
  716. {
  717. "name": "Jeremy Lindblom",
  718. "email": "jeremeamia@gmail.com",
  719. "homepage": "https://github.com/jeremeamia"
  720. },
  721. {
  722. "name": "George Mponos",
  723. "email": "gmponos@gmail.com",
  724. "homepage": "https://github.com/gmponos"
  725. },
  726. {
  727. "name": "Tobias Nyholm",
  728. "email": "tobias.nyholm@gmail.com",
  729. "homepage": "https://github.com/Nyholm"
  730. },
  731. {
  732. "name": "Márk Sági-Kazár",
  733. "email": "mark.sagikazar@gmail.com",
  734. "homepage": "https://github.com/sagikazarmark"
  735. },
  736. {
  737. "name": "Tobias Schultze",
  738. "email": "webmaster@tubo-world.de",
  739. "homepage": "https://github.com/Tobion"
  740. }
  741. ],
  742. "description": "Guzzle is a PHP HTTP client library",
  743. "keywords": [
  744. "client",
  745. "curl",
  746. "framework",
  747. "http",
  748. "http client",
  749. "psr-18",
  750. "psr-7",
  751. "rest",
  752. "web service"
  753. ],
  754. "support": {
  755. "issues": "https://github.com/guzzle/guzzle/issues",
  756. "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
  757. },
  758. "funding": [
  759. {
  760. "url": "https://github.com/GrahamCampbell",
  761. "type": "github"
  762. },
  763. {
  764. "url": "https://github.com/Nyholm",
  765. "type": "github"
  766. },
  767. {
  768. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  769. "type": "tidelift"
  770. }
  771. ],
  772. "time": "2022-08-28T15:39:27+00:00"
  773. },
  774. {
  775. "name": "guzzlehttp/promises",
  776. "version": "1.5.2",
  777. "source": {
  778. "type": "git",
  779. "url": "https://github.com/guzzle/promises.git",
  780. "reference": "b94b2807d85443f9719887892882d0329d1e2598"
  781. },
  782. "dist": {
  783. "type": "zip",
  784. "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
  785. "reference": "b94b2807d85443f9719887892882d0329d1e2598",
  786. "shasum": "",
  787. "mirrors": [
  788. {
  789. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  790. "preferred": true
  791. }
  792. ]
  793. },
  794. "require": {
  795. "php": ">=5.5"
  796. },
  797. "require-dev": {
  798. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  799. },
  800. "type": "library",
  801. "extra": {
  802. "branch-alias": {
  803. "dev-master": "1.5-dev"
  804. }
  805. },
  806. "autoload": {
  807. "files": [
  808. "src/functions_include.php"
  809. ],
  810. "psr-4": {
  811. "GuzzleHttp\\Promise\\": "src/"
  812. }
  813. },
  814. "notification-url": "https://packagist.org/downloads/",
  815. "license": [
  816. "MIT"
  817. ],
  818. "authors": [
  819. {
  820. "name": "Graham Campbell",
  821. "email": "hello@gjcampbell.co.uk",
  822. "homepage": "https://github.com/GrahamCampbell"
  823. },
  824. {
  825. "name": "Michael Dowling",
  826. "email": "mtdowling@gmail.com",
  827. "homepage": "https://github.com/mtdowling"
  828. },
  829. {
  830. "name": "Tobias Nyholm",
  831. "email": "tobias.nyholm@gmail.com",
  832. "homepage": "https://github.com/Nyholm"
  833. },
  834. {
  835. "name": "Tobias Schultze",
  836. "email": "webmaster@tubo-world.de",
  837. "homepage": "https://github.com/Tobion"
  838. }
  839. ],
  840. "description": "Guzzle promises library",
  841. "keywords": [
  842. "promise"
  843. ],
  844. "support": {
  845. "issues": "https://github.com/guzzle/promises/issues",
  846. "source": "https://github.com/guzzle/promises/tree/1.5.2"
  847. },
  848. "funding": [
  849. {
  850. "url": "https://github.com/GrahamCampbell",
  851. "type": "github"
  852. },
  853. {
  854. "url": "https://github.com/Nyholm",
  855. "type": "github"
  856. },
  857. {
  858. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  859. "type": "tidelift"
  860. }
  861. ],
  862. "time": "2022-08-28T14:55:35+00:00"
  863. },
  864. {
  865. "name": "guzzlehttp/psr7",
  866. "version": "2.4.3",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/guzzle/psr7.git",
  870. "reference": "67c26b443f348a51926030c83481b85718457d3d"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
  875. "reference": "67c26b443f348a51926030c83481b85718457d3d",
  876. "shasum": "",
  877. "mirrors": [
  878. {
  879. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  880. "preferred": true
  881. }
  882. ]
  883. },
  884. "require": {
  885. "php": "^7.2.5 || ^8.0",
  886. "psr/http-factory": "^1.0",
  887. "psr/http-message": "^1.0",
  888. "ralouphie/getallheaders": "^3.0"
  889. },
  890. "provide": {
  891. "psr/http-factory-implementation": "1.0",
  892. "psr/http-message-implementation": "1.0"
  893. },
  894. "require-dev": {
  895. "bamarni/composer-bin-plugin": "^1.8.1",
  896. "http-interop/http-factory-tests": "^0.9",
  897. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  898. },
  899. "suggest": {
  900. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  901. },
  902. "type": "library",
  903. "extra": {
  904. "bamarni-bin": {
  905. "bin-links": true,
  906. "forward-command": false
  907. },
  908. "branch-alias": {
  909. "dev-master": "2.4-dev"
  910. }
  911. },
  912. "autoload": {
  913. "psr-4": {
  914. "GuzzleHttp\\Psr7\\": "src/"
  915. }
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "MIT"
  920. ],
  921. "authors": [
  922. {
  923. "name": "Graham Campbell",
  924. "email": "hello@gjcampbell.co.uk",
  925. "homepage": "https://github.com/GrahamCampbell"
  926. },
  927. {
  928. "name": "Michael Dowling",
  929. "email": "mtdowling@gmail.com",
  930. "homepage": "https://github.com/mtdowling"
  931. },
  932. {
  933. "name": "George Mponos",
  934. "email": "gmponos@gmail.com",
  935. "homepage": "https://github.com/gmponos"
  936. },
  937. {
  938. "name": "Tobias Nyholm",
  939. "email": "tobias.nyholm@gmail.com",
  940. "homepage": "https://github.com/Nyholm"
  941. },
  942. {
  943. "name": "Márk Sági-Kazár",
  944. "email": "mark.sagikazar@gmail.com",
  945. "homepage": "https://github.com/sagikazarmark"
  946. },
  947. {
  948. "name": "Tobias Schultze",
  949. "email": "webmaster@tubo-world.de",
  950. "homepage": "https://github.com/Tobion"
  951. },
  952. {
  953. "name": "Márk Sági-Kazár",
  954. "email": "mark.sagikazar@gmail.com",
  955. "homepage": "https://sagikazarmark.hu"
  956. }
  957. ],
  958. "description": "PSR-7 message implementation that also provides common utility methods",
  959. "keywords": [
  960. "http",
  961. "message",
  962. "psr-7",
  963. "request",
  964. "response",
  965. "stream",
  966. "uri",
  967. "url"
  968. ],
  969. "support": {
  970. "issues": "https://github.com/guzzle/psr7/issues",
  971. "source": "https://github.com/guzzle/psr7/tree/2.4.3"
  972. },
  973. "funding": [
  974. {
  975. "url": "https://github.com/GrahamCampbell",
  976. "type": "github"
  977. },
  978. {
  979. "url": "https://github.com/Nyholm",
  980. "type": "github"
  981. },
  982. {
  983. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  984. "type": "tidelift"
  985. }
  986. ],
  987. "time": "2022-10-26T14:07:24+00:00"
  988. },
  989. {
  990. "name": "lizhichao/one-sm",
  991. "version": "1.10",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/lizhichao/sm.git",
  995. "reference": "687a012a44a5bfd4d9143a0234e1060543be455a"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/lizhichao/sm/zipball/687a012a44a5bfd4d9143a0234e1060543be455a",
  1000. "reference": "687a012a44a5bfd4d9143a0234e1060543be455a",
  1001. "shasum": "",
  1002. "mirrors": [
  1003. {
  1004. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1005. "preferred": true
  1006. }
  1007. ]
  1008. },
  1009. "require": {
  1010. "php": ">=5.6"
  1011. },
  1012. "type": "library",
  1013. "autoload": {
  1014. "psr-4": {
  1015. "OneSm\\": "src/"
  1016. }
  1017. },
  1018. "notification-url": "https://packagist.org/downloads/",
  1019. "license": [
  1020. "Apache-2.0"
  1021. ],
  1022. "authors": [
  1023. {
  1024. "name": "tanszhe",
  1025. "email": "1018595261@qq.com"
  1026. }
  1027. ],
  1028. "description": "国密sm3",
  1029. "keywords": [
  1030. "php",
  1031. "sm3"
  1032. ],
  1033. "support": {
  1034. "issues": "https://github.com/lizhichao/sm/issues",
  1035. "source": "https://github.com/lizhichao/sm/tree/1.10"
  1036. },
  1037. "funding": [
  1038. {
  1039. "url": "https://www.vicsdf.com/img/w.jpg",
  1040. "type": "custom"
  1041. },
  1042. {
  1043. "url": "https://www.vicsdf.com/img/z.jpg",
  1044. "type": "custom"
  1045. }
  1046. ],
  1047. "time": "2021-05-26T06:19:22+00:00"
  1048. },
  1049. {
  1050. "name": "psr/http-client",
  1051. "version": "1.0.1",
  1052. "source": {
  1053. "type": "git",
  1054. "url": "https://github.com/php-fig/http-client.git",
  1055. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1056. },
  1057. "dist": {
  1058. "type": "zip",
  1059. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1060. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1061. "shasum": "",
  1062. "mirrors": [
  1063. {
  1064. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1065. "preferred": true
  1066. }
  1067. ]
  1068. },
  1069. "require": {
  1070. "php": "^7.0 || ^8.0",
  1071. "psr/http-message": "^1.0"
  1072. },
  1073. "type": "library",
  1074. "extra": {
  1075. "branch-alias": {
  1076. "dev-master": "1.0.x-dev"
  1077. }
  1078. },
  1079. "autoload": {
  1080. "psr-4": {
  1081. "Psr\\Http\\Client\\": "src/"
  1082. }
  1083. },
  1084. "notification-url": "https://packagist.org/downloads/",
  1085. "license": [
  1086. "MIT"
  1087. ],
  1088. "authors": [
  1089. {
  1090. "name": "PHP-FIG",
  1091. "homepage": "http://www.php-fig.org/"
  1092. }
  1093. ],
  1094. "description": "Common interface for HTTP clients",
  1095. "homepage": "https://github.com/php-fig/http-client",
  1096. "keywords": [
  1097. "http",
  1098. "http-client",
  1099. "psr",
  1100. "psr-18"
  1101. ],
  1102. "support": {
  1103. "source": "https://github.com/php-fig/http-client/tree/master"
  1104. },
  1105. "time": "2020-06-29T06:28:15+00:00"
  1106. },
  1107. {
  1108. "name": "psr/http-factory",
  1109. "version": "1.0.1",
  1110. "source": {
  1111. "type": "git",
  1112. "url": "https://github.com/php-fig/http-factory.git",
  1113. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  1114. },
  1115. "dist": {
  1116. "type": "zip",
  1117. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1118. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1119. "shasum": "",
  1120. "mirrors": [
  1121. {
  1122. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1123. "preferred": true
  1124. }
  1125. ]
  1126. },
  1127. "require": {
  1128. "php": ">=7.0.0",
  1129. "psr/http-message": "^1.0"
  1130. },
  1131. "type": "library",
  1132. "extra": {
  1133. "branch-alias": {
  1134. "dev-master": "1.0.x-dev"
  1135. }
  1136. },
  1137. "autoload": {
  1138. "psr-4": {
  1139. "Psr\\Http\\Message\\": "src/"
  1140. }
  1141. },
  1142. "notification-url": "https://packagist.org/downloads/",
  1143. "license": [
  1144. "MIT"
  1145. ],
  1146. "authors": [
  1147. {
  1148. "name": "PHP-FIG",
  1149. "homepage": "http://www.php-fig.org/"
  1150. }
  1151. ],
  1152. "description": "Common interfaces for PSR-7 HTTP message factories",
  1153. "keywords": [
  1154. "factory",
  1155. "http",
  1156. "message",
  1157. "psr",
  1158. "psr-17",
  1159. "psr-7",
  1160. "request",
  1161. "response"
  1162. ],
  1163. "support": {
  1164. "source": "https://github.com/php-fig/http-factory/tree/master"
  1165. },
  1166. "time": "2019-04-30T12:38:16+00:00"
  1167. },
  1168. {
  1169. "name": "psr/http-message",
  1170. "version": "1.0.1",
  1171. "source": {
  1172. "type": "git",
  1173. "url": "https://github.com/php-fig/http-message.git",
  1174. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1175. },
  1176. "dist": {
  1177. "type": "zip",
  1178. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1179. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1180. "shasum": "",
  1181. "mirrors": [
  1182. {
  1183. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1184. "preferred": true
  1185. }
  1186. ]
  1187. },
  1188. "require": {
  1189. "php": ">=5.3.0"
  1190. },
  1191. "type": "library",
  1192. "extra": {
  1193. "branch-alias": {
  1194. "dev-master": "1.0.x-dev"
  1195. }
  1196. },
  1197. "autoload": {
  1198. "psr-4": {
  1199. "Psr\\Http\\Message\\": "src/"
  1200. }
  1201. },
  1202. "notification-url": "https://packagist.org/downloads/",
  1203. "license": [
  1204. "MIT"
  1205. ],
  1206. "authors": [
  1207. {
  1208. "name": "PHP-FIG",
  1209. "homepage": "http://www.php-fig.org/"
  1210. }
  1211. ],
  1212. "description": "Common interface for HTTP messages",
  1213. "homepage": "https://github.com/php-fig/http-message",
  1214. "keywords": [
  1215. "http",
  1216. "http-message",
  1217. "psr",
  1218. "psr-7",
  1219. "request",
  1220. "response"
  1221. ],
  1222. "support": {
  1223. "source": "https://github.com/php-fig/http-message/tree/master"
  1224. },
  1225. "time": "2016-08-06T14:39:51+00:00"
  1226. },
  1227. {
  1228. "name": "ralouphie/getallheaders",
  1229. "version": "3.0.3",
  1230. "source": {
  1231. "type": "git",
  1232. "url": "https://github.com/ralouphie/getallheaders.git",
  1233. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1234. },
  1235. "dist": {
  1236. "type": "zip",
  1237. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1238. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1239. "shasum": "",
  1240. "mirrors": [
  1241. {
  1242. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1243. "preferred": true
  1244. }
  1245. ]
  1246. },
  1247. "require": {
  1248. "php": ">=5.6"
  1249. },
  1250. "require-dev": {
  1251. "php-coveralls/php-coveralls": "^2.1",
  1252. "phpunit/phpunit": "^5 || ^6.5"
  1253. },
  1254. "type": "library",
  1255. "autoload": {
  1256. "files": [
  1257. "src/getallheaders.php"
  1258. ]
  1259. },
  1260. "notification-url": "https://packagist.org/downloads/",
  1261. "license": [
  1262. "MIT"
  1263. ],
  1264. "authors": [
  1265. {
  1266. "name": "Ralph Khattar",
  1267. "email": "ralph.khattar@gmail.com"
  1268. }
  1269. ],
  1270. "description": "A polyfill for getallheaders.",
  1271. "support": {
  1272. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1273. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1274. },
  1275. "time": "2019-03-08T08:55:37+00:00"
  1276. },
  1277. {
  1278. "name": "symfony/deprecation-contracts",
  1279. "version": "v2.5.2",
  1280. "source": {
  1281. "type": "git",
  1282. "url": "https://github.com/symfony/deprecation-contracts.git",
  1283. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  1284. },
  1285. "dist": {
  1286. "type": "zip",
  1287. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1288. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1289. "shasum": "",
  1290. "mirrors": [
  1291. {
  1292. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1293. "preferred": true
  1294. }
  1295. ]
  1296. },
  1297. "require": {
  1298. "php": ">=7.1"
  1299. },
  1300. "type": "library",
  1301. "extra": {
  1302. "branch-alias": {
  1303. "dev-main": "2.5-dev"
  1304. },
  1305. "thanks": {
  1306. "name": "symfony/contracts",
  1307. "url": "https://github.com/symfony/contracts"
  1308. }
  1309. },
  1310. "autoload": {
  1311. "files": [
  1312. "function.php"
  1313. ]
  1314. },
  1315. "notification-url": "https://packagist.org/downloads/",
  1316. "license": [
  1317. "MIT"
  1318. ],
  1319. "authors": [
  1320. {
  1321. "name": "Nicolas Grekas",
  1322. "email": "p@tchwork.com"
  1323. },
  1324. {
  1325. "name": "Symfony Community",
  1326. "homepage": "https://symfony.com/contributors"
  1327. }
  1328. ],
  1329. "description": "A generic function and convention to trigger deprecation notices",
  1330. "homepage": "https://symfony.com",
  1331. "support": {
  1332. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  1333. },
  1334. "funding": [
  1335. {
  1336. "url": "https://symfony.com/sponsor",
  1337. "type": "custom"
  1338. },
  1339. {
  1340. "url": "https://github.com/fabpot",
  1341. "type": "github"
  1342. },
  1343. {
  1344. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1345. "type": "tidelift"
  1346. }
  1347. ],
  1348. "time": "2022-01-02T09:53:40+00:00"
  1349. }
  1350. ],
  1351. "packages-dev": [],
  1352. "aliases": [],
  1353. "minimum-stability": "stable",
  1354. "stability-flags": [],
  1355. "prefer-stable": false,
  1356. "prefer-lowest": false,
  1357. "platform": [],
  1358. "platform-dev": [],
  1359. "plugin-api-version": "2.3.0"
  1360. }