installed.json 54 KB

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