composer.lock 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641
  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": "0f64a1e50ebf63bc2130de45888ab0b7",
  8. "packages": [
  9. {
  10. "name": "adbario/php-dot-notation",
  11. "version": "2.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adbario/php-dot-notation.git",
  15. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  20. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  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"
  32. },
  33. "require-dev": {
  34. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  35. "squizlabs/php_codesniffer": "^3.0"
  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.x"
  65. },
  66. "time": "2019-01-01T23:59:15+00:00"
  67. },
  68. {
  69. "name": "alibabacloud/cms-20190101",
  70. "version": "2.0.1",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/alibabacloud-sdk-php/Cms-20190101.git",
  74. "reference": "897815d5e4785b767a9c0457b9a609254c7f513b"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/alibabacloud-sdk-php/Cms-20190101/zipball/897815d5e4785b767a9c0457b9a609254c7f513b",
  79. "reference": "897815d5e4785b767a9c0457b9a609254c7f513b",
  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. "alibabacloud/darabonba-openapi": "^0.1.0",
  90. "alibabacloud/endpoint-util": "^0.1.0",
  91. "alibabacloud/openapi-util": "^0.1.1",
  92. "alibabacloud/tea-utils": "^0.2.0",
  93. "php": ">5.5"
  94. },
  95. "type": "library",
  96. "autoload": {
  97. "psr-4": {
  98. "AlibabaCloud\\SDK\\Cms\\V20190101\\": "src"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "Apache-2.0"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Alibaba Cloud SDK",
  108. "email": "sdk-team@alibabacloud.com"
  109. }
  110. ],
  111. "description": "Alibaba Cloud Cloud Monitor (20190101) SDK Library for PHP",
  112. "support": {
  113. "source": "https://github.com/alibabacloud-sdk-php/Cms-20190101/tree/2.0.1"
  114. },
  115. "time": "2021-01-30T16:45:31+00:00"
  116. },
  117. {
  118. "name": "alibabacloud/credentials",
  119. "version": "1.1.4",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/aliyun/credentials-php.git",
  123. "reference": "e79d4151ad8924c0cf79d4fe0ec151b8d7663a25"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/aliyun/credentials-php/zipball/e79d4151ad8924c0cf79d4fe0ec151b8d7663a25",
  128. "reference": "e79d4151ad8924c0cf79d4fe0ec151b8d7663a25",
  129. "shasum": "",
  130. "mirrors": [
  131. {
  132. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  133. "preferred": true
  134. }
  135. ]
  136. },
  137. "require": {
  138. "adbario/php-dot-notation": "^2.2",
  139. "alibabacloud/tea": "^3.0",
  140. "ext-curl": "*",
  141. "ext-json": "*",
  142. "ext-libxml": "*",
  143. "ext-mbstring": "*",
  144. "ext-openssl": "*",
  145. "ext-simplexml": "*",
  146. "ext-xmlwriter": "*",
  147. "guzzlehttp/guzzle": "^6.3|^7.0",
  148. "php": ">=5.6"
  149. },
  150. "require-dev": {
  151. "composer/composer": "^1.8",
  152. "drupal/coder": "^8.3",
  153. "ext-dom": "*",
  154. "ext-pcre": "*",
  155. "ext-sockets": "*",
  156. "ext-spl": "*",
  157. "mikey179/vfsstream": "^1.6",
  158. "monolog/monolog": "^1.24",
  159. "phpunit/phpunit": "^4.8.35|^5.4.3",
  160. "psr/cache": "^1.0",
  161. "symfony/dotenv": "^3.4",
  162. "symfony/var-dumper": "^3.4"
  163. },
  164. "suggest": {
  165. "ext-sockets": "To use client-side monitoring"
  166. },
  167. "type": "library",
  168. "autoload": {
  169. "psr-4": {
  170. "AlibabaCloud\\Credentials\\": "src"
  171. }
  172. },
  173. "notification-url": "https://packagist.org/downloads/",
  174. "license": [
  175. "Apache-2.0"
  176. ],
  177. "authors": [
  178. {
  179. "name": "Alibaba Cloud SDK",
  180. "email": "sdk-team@alibabacloud.com",
  181. "homepage": "http://www.alibabacloud.com"
  182. }
  183. ],
  184. "description": "Alibaba Cloud Credentials for PHP",
  185. "homepage": "https://www.alibabacloud.com/",
  186. "keywords": [
  187. "alibaba",
  188. "alibabacloud",
  189. "aliyun",
  190. "client",
  191. "cloud",
  192. "credentials",
  193. "library",
  194. "sdk",
  195. "tool"
  196. ],
  197. "support": {
  198. "issues": "https://github.com/aliyun/credentials-php/issues",
  199. "source": "https://github.com/aliyun/credentials-php"
  200. },
  201. "time": "2021-06-08T10:49:34+00:00"
  202. },
  203. {
  204. "name": "alibabacloud/darabonba-openapi",
  205. "version": "0.1.9",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/alibabacloud-sdk-php/darabonba-openapi.git",
  209. "reference": "6f03803394ab48ef54a498e079a3575881e7fc34"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/6f03803394ab48ef54a498e079a3575881e7fc34",
  214. "reference": "6f03803394ab48ef54a498e079a3575881e7fc34",
  215. "shasum": "",
  216. "mirrors": [
  217. {
  218. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  219. "preferred": true
  220. }
  221. ]
  222. },
  223. "require": {
  224. "alibabacloud/credentials": "^1.1",
  225. "alibabacloud/openapi-util": "^0.1.7",
  226. "alibabacloud/tea-utils": "^0.2.0",
  227. "php": ">5.5"
  228. },
  229. "type": "library",
  230. "autoload": {
  231. "psr-4": {
  232. "Darabonba\\OpenApi\\": "src"
  233. }
  234. },
  235. "notification-url": "https://packagist.org/downloads/",
  236. "license": [
  237. "Apache-2.0"
  238. ],
  239. "authors": [
  240. {
  241. "name": "Alibaba Cloud SDK",
  242. "email": "sdk-team@alibabacloud.com"
  243. }
  244. ],
  245. "description": "Alibaba Cloud OpenApi Client",
  246. "support": {
  247. "issues": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/issues",
  248. "source": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/tree/0.1.9"
  249. },
  250. "time": "2021-09-07T09:37:46+00:00"
  251. },
  252. {
  253. "name": "alibabacloud/endpoint-util",
  254. "version": "0.1.1",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/alibabacloud-sdk-php/endpoint-util.git",
  258. "reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/alibabacloud-sdk-php/endpoint-util/zipball/f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
  263. "reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
  264. "shasum": "",
  265. "mirrors": [
  266. {
  267. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  268. "preferred": true
  269. }
  270. ]
  271. },
  272. "require": {
  273. "php": ">5.5"
  274. },
  275. "require-dev": {
  276. "phpunit/phpunit": "^4.8.35|^5.4.3"
  277. },
  278. "type": "library",
  279. "autoload": {
  280. "psr-4": {
  281. "AlibabaCloud\\Endpoint\\": "src"
  282. }
  283. },
  284. "notification-url": "https://packagist.org/downloads/",
  285. "license": [
  286. "Apache-2.0"
  287. ],
  288. "authors": [
  289. {
  290. "name": "Alibaba Cloud SDK",
  291. "email": "sdk-team@alibabacloud.com"
  292. }
  293. ],
  294. "description": "Alibaba Cloud Endpoint Library for PHP",
  295. "support": {
  296. "source": "https://github.com/alibabacloud-sdk-php/endpoint-util/tree/0.1.1"
  297. },
  298. "time": "2020-06-04T10:57:15+00:00"
  299. },
  300. {
  301. "name": "alibabacloud/openapi-util",
  302. "version": "0.1.11",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/alibabacloud-sdk-php/openapi-util.git",
  306. "reference": "61ee137955a25c9f5f33170babb6071d4bccf12c"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/alibabacloud-sdk-php/openapi-util/zipball/61ee137955a25c9f5f33170babb6071d4bccf12c",
  311. "reference": "61ee137955a25c9f5f33170babb6071d4bccf12c",
  312. "shasum": "",
  313. "mirrors": [
  314. {
  315. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  316. "preferred": true
  317. }
  318. ]
  319. },
  320. "require": {
  321. "alibabacloud/tea": "^3.1",
  322. "alibabacloud/tea-utils": "^0.2",
  323. "lizhichao/one-sm": "^1.5",
  324. "php": ">5.5"
  325. },
  326. "require-dev": {
  327. "phpunit/phpunit": "^4.8.35|^5.4.3"
  328. },
  329. "type": "library",
  330. "autoload": {
  331. "psr-4": {
  332. "AlibabaCloud\\OpenApiUtil\\": "src"
  333. }
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "Apache-2.0"
  338. ],
  339. "authors": [
  340. {
  341. "name": "Alibaba Cloud SDK",
  342. "email": "sdk-team@alibabacloud.com"
  343. }
  344. ],
  345. "description": "Alibaba Cloud OpenApi Util",
  346. "support": {
  347. "issues": "https://github.com/alibabacloud-sdk-php/openapi-util/issues",
  348. "source": "https://github.com/alibabacloud-sdk-php/openapi-util/tree/0.1.11"
  349. },
  350. "time": "2021-12-28T07:57:21+00:00"
  351. },
  352. {
  353. "name": "alibabacloud/tea",
  354. "version": "3.1.23",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/aliyun/tea-php.git",
  358. "reference": "61fce993274edf6e7131af07256ed7723d97a85f"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/aliyun/tea-php/zipball/61fce993274edf6e7131af07256ed7723d97a85f",
  363. "reference": "61fce993274edf6e7131af07256ed7723d97a85f",
  364. "shasum": "",
  365. "mirrors": [
  366. {
  367. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  368. "preferred": true
  369. }
  370. ]
  371. },
  372. "require": {
  373. "adbario/php-dot-notation": "^2.2",
  374. "ext-curl": "*",
  375. "ext-json": "*",
  376. "ext-libxml": "*",
  377. "ext-mbstring": "*",
  378. "ext-openssl": "*",
  379. "ext-simplexml": "*",
  380. "ext-xmlwriter": "*",
  381. "guzzlehttp/guzzle": "^6.3|^7.0",
  382. "php": ">=5.5"
  383. },
  384. "require-dev": {
  385. "phpunit/phpunit": "*",
  386. "symfony/dotenv": "^3.4",
  387. "symfony/var-dumper": "^3.4"
  388. },
  389. "suggest": {
  390. "ext-sockets": "To use client-side monitoring"
  391. },
  392. "type": "library",
  393. "autoload": {
  394. "psr-4": {
  395. "AlibabaCloud\\Tea\\": "src"
  396. }
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "Apache-2.0"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Alibaba Cloud SDK",
  405. "email": "sdk-team@alibabacloud.com",
  406. "homepage": "http://www.alibabacloud.com"
  407. }
  408. ],
  409. "description": "Client of Tea for PHP",
  410. "homepage": "https://www.alibabacloud.com/",
  411. "keywords": [
  412. "alibabacloud",
  413. "client",
  414. "cloud",
  415. "tea"
  416. ],
  417. "support": {
  418. "issues": "https://github.com/aliyun/tea-php/issues",
  419. "source": "https://github.com/aliyun/tea-php"
  420. },
  421. "time": "2021-12-20T02:32:43+00:00"
  422. },
  423. {
  424. "name": "alibabacloud/tea-utils",
  425. "version": "0.2.14",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/alibabacloud-sdk-php/tea-utils.git",
  429. "reference": "381df15cb4bdb58dbf596f94869ffd2ef680eddd"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-utils/zipball/381df15cb4bdb58dbf596f94869ffd2ef680eddd",
  434. "reference": "381df15cb4bdb58dbf596f94869ffd2ef680eddd",
  435. "shasum": "",
  436. "mirrors": [
  437. {
  438. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  439. "preferred": true
  440. }
  441. ]
  442. },
  443. "require": {
  444. "alibabacloud/tea": "^3.1",
  445. "php": ">5.5"
  446. },
  447. "type": "library",
  448. "autoload": {
  449. "psr-4": {
  450. "AlibabaCloud\\Tea\\Utils\\": "src"
  451. }
  452. },
  453. "notification-url": "https://packagist.org/downloads/",
  454. "license": [
  455. "Apache-2.0"
  456. ],
  457. "authors": [
  458. {
  459. "name": "Alibaba Cloud SDK",
  460. "email": "sdk-team@alibabacloud.com"
  461. }
  462. ],
  463. "description": "Alibaba Cloud Tea Utils for PHP",
  464. "support": {
  465. "issues": "https://github.com/aliyun/tea-util/issues",
  466. "source": "https://github.com/aliyun/tea-util"
  467. },
  468. "time": "2021-02-02T10:10:58+00:00"
  469. },
  470. {
  471. "name": "facebook/graph-sdk",
  472. "version": "5.7.0",
  473. "source": {
  474. "type": "git",
  475. "url": "https://github.com/facebook/php-graph-sdk.git",
  476. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
  477. },
  478. "dist": {
  479. "type": "zip",
  480. "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  481. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  482. "shasum": "",
  483. "mirrors": [
  484. {
  485. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  486. "preferred": true
  487. }
  488. ]
  489. },
  490. "require": {
  491. "php": "^5.4|^7.0"
  492. },
  493. "require-dev": {
  494. "guzzlehttp/guzzle": "~5.0",
  495. "mockery/mockery": "~0.8",
  496. "phpunit/phpunit": "~4.0"
  497. },
  498. "suggest": {
  499. "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
  500. "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
  501. },
  502. "type": "library",
  503. "extra": {
  504. "branch-alias": {
  505. "dev-master": "5.x-dev"
  506. }
  507. },
  508. "autoload": {
  509. "psr-4": {
  510. "Facebook\\": "src/Facebook/"
  511. },
  512. "files": [
  513. "src/Facebook/polyfills.php"
  514. ]
  515. },
  516. "notification-url": "https://packagist.org/downloads/",
  517. "license": [
  518. "Facebook Platform"
  519. ],
  520. "authors": [
  521. {
  522. "name": "Facebook",
  523. "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
  524. }
  525. ],
  526. "description": "Facebook SDK for PHP",
  527. "homepage": "https://github.com/facebook/php-graph-sdk",
  528. "keywords": [
  529. "facebook",
  530. "sdk"
  531. ],
  532. "support": {
  533. "issues": "https://github.com/facebook/php-graph-sdk/issues",
  534. "source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0"
  535. },
  536. "abandoned": true,
  537. "time": "2018-12-11T22:56:31+00:00"
  538. },
  539. {
  540. "name": "firebase/php-jwt",
  541. "version": "v5.5.1",
  542. "source": {
  543. "type": "git",
  544. "url": "https://github.com/firebase/php-jwt.git",
  545. "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
  546. },
  547. "dist": {
  548. "type": "zip",
  549. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
  550. "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
  551. "shasum": "",
  552. "mirrors": [
  553. {
  554. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  555. "preferred": true
  556. }
  557. ]
  558. },
  559. "require": {
  560. "php": ">=5.3.0"
  561. },
  562. "require-dev": {
  563. "phpunit/phpunit": ">=4.8 <=9"
  564. },
  565. "suggest": {
  566. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  567. },
  568. "type": "library",
  569. "autoload": {
  570. "psr-4": {
  571. "Firebase\\JWT\\": "src"
  572. }
  573. },
  574. "notification-url": "https://packagist.org/downloads/",
  575. "license": [
  576. "BSD-3-Clause"
  577. ],
  578. "authors": [
  579. {
  580. "name": "Neuman Vong",
  581. "email": "neuman+pear@twilio.com",
  582. "role": "Developer"
  583. },
  584. {
  585. "name": "Anant Narayanan",
  586. "email": "anant@php.net",
  587. "role": "Developer"
  588. }
  589. ],
  590. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  591. "homepage": "https://github.com/firebase/php-jwt",
  592. "keywords": [
  593. "jwt",
  594. "php"
  595. ],
  596. "support": {
  597. "issues": "https://github.com/firebase/php-jwt/issues",
  598. "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
  599. },
  600. "time": "2021-11-08T20:18:51+00:00"
  601. },
  602. {
  603. "name": "google/protobuf",
  604. "version": "v3.20.1",
  605. "source": {
  606. "type": "git",
  607. "url": "https://github.com/protocolbuffers/protobuf-php.git",
  608. "reference": "5537a424882b2cbce891330d3e4bdfe363694975"
  609. },
  610. "dist": {
  611. "type": "zip",
  612. "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/5537a424882b2cbce891330d3e4bdfe363694975",
  613. "reference": "5537a424882b2cbce891330d3e4bdfe363694975",
  614. "shasum": "",
  615. "mirrors": [
  616. {
  617. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  618. "preferred": true
  619. }
  620. ]
  621. },
  622. "require": {
  623. "php": ">=7.0.0"
  624. },
  625. "require-dev": {
  626. "phpunit/phpunit": ">=5.0.0"
  627. },
  628. "suggest": {
  629. "ext-bcmath": "Need to support JSON deserialization"
  630. },
  631. "type": "library",
  632. "autoload": {
  633. "psr-4": {
  634. "Google\\Protobuf\\": "src/Google/Protobuf",
  635. "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
  636. }
  637. },
  638. "notification-url": "https://packagist.org/downloads/",
  639. "license": [
  640. "BSD-3-Clause"
  641. ],
  642. "description": "proto library for PHP",
  643. "homepage": "https://developers.google.com/protocol-buffers/",
  644. "keywords": [
  645. "proto"
  646. ],
  647. "support": {
  648. "issues": "https://github.com/protocolbuffers/protobuf-php/issues",
  649. "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.20.1"
  650. },
  651. "time": "2022-04-22T01:22:58+00:00"
  652. },
  653. {
  654. "name": "guzzlehttp/guzzle",
  655. "version": "7.4.1",
  656. "source": {
  657. "type": "git",
  658. "url": "https://github.com/guzzle/guzzle.git",
  659. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
  660. },
  661. "dist": {
  662. "type": "zip",
  663. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  664. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  665. "shasum": "",
  666. "mirrors": [
  667. {
  668. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  669. "preferred": true
  670. }
  671. ]
  672. },
  673. "require": {
  674. "ext-json": "*",
  675. "guzzlehttp/promises": "^1.5",
  676. "guzzlehttp/psr7": "^1.8.3 || ^2.1",
  677. "php": "^7.2.5 || ^8.0",
  678. "psr/http-client": "^1.0",
  679. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  680. },
  681. "provide": {
  682. "psr/http-client-implementation": "1.0"
  683. },
  684. "require-dev": {
  685. "bamarni/composer-bin-plugin": "^1.4.1",
  686. "ext-curl": "*",
  687. "php-http/client-integration-tests": "^3.0",
  688. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  689. "psr/log": "^1.1 || ^2.0 || ^3.0"
  690. },
  691. "suggest": {
  692. "ext-curl": "Required for CURL handler support",
  693. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  694. "psr/log": "Required for using the Log middleware"
  695. },
  696. "type": "library",
  697. "extra": {
  698. "branch-alias": {
  699. "dev-master": "7.4-dev"
  700. }
  701. },
  702. "autoload": {
  703. "files": [
  704. "src/functions_include.php"
  705. ],
  706. "psr-4": {
  707. "GuzzleHttp\\": "src/"
  708. }
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "Graham Campbell",
  717. "email": "hello@gjcampbell.co.uk",
  718. "homepage": "https://github.com/GrahamCampbell"
  719. },
  720. {
  721. "name": "Michael Dowling",
  722. "email": "mtdowling@gmail.com",
  723. "homepage": "https://github.com/mtdowling"
  724. },
  725. {
  726. "name": "Jeremy Lindblom",
  727. "email": "jeremeamia@gmail.com",
  728. "homepage": "https://github.com/jeremeamia"
  729. },
  730. {
  731. "name": "George Mponos",
  732. "email": "gmponos@gmail.com",
  733. "homepage": "https://github.com/gmponos"
  734. },
  735. {
  736. "name": "Tobias Nyholm",
  737. "email": "tobias.nyholm@gmail.com",
  738. "homepage": "https://github.com/Nyholm"
  739. },
  740. {
  741. "name": "Márk Sági-Kazár",
  742. "email": "mark.sagikazar@gmail.com",
  743. "homepage": "https://github.com/sagikazarmark"
  744. },
  745. {
  746. "name": "Tobias Schultze",
  747. "email": "webmaster@tubo-world.de",
  748. "homepage": "https://github.com/Tobion"
  749. }
  750. ],
  751. "description": "Guzzle is a PHP HTTP client library",
  752. "keywords": [
  753. "client",
  754. "curl",
  755. "framework",
  756. "http",
  757. "http client",
  758. "psr-18",
  759. "psr-7",
  760. "rest",
  761. "web service"
  762. ],
  763. "support": {
  764. "issues": "https://github.com/guzzle/guzzle/issues",
  765. "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
  766. },
  767. "funding": [
  768. {
  769. "url": "https://github.com/GrahamCampbell",
  770. "type": "github"
  771. },
  772. {
  773. "url": "https://github.com/Nyholm",
  774. "type": "github"
  775. },
  776. {
  777. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  778. "type": "tidelift"
  779. }
  780. ],
  781. "time": "2021-12-06T18:43:05+00:00"
  782. },
  783. {
  784. "name": "guzzlehttp/promises",
  785. "version": "1.5.1",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/guzzle/promises.git",
  789. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  794. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  795. "shasum": "",
  796. "mirrors": [
  797. {
  798. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  799. "preferred": true
  800. }
  801. ]
  802. },
  803. "require": {
  804. "php": ">=5.5"
  805. },
  806. "require-dev": {
  807. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  808. },
  809. "type": "library",
  810. "extra": {
  811. "branch-alias": {
  812. "dev-master": "1.5-dev"
  813. }
  814. },
  815. "autoload": {
  816. "files": [
  817. "src/functions_include.php"
  818. ],
  819. "psr-4": {
  820. "GuzzleHttp\\Promise\\": "src/"
  821. }
  822. },
  823. "notification-url": "https://packagist.org/downloads/",
  824. "license": [
  825. "MIT"
  826. ],
  827. "authors": [
  828. {
  829. "name": "Graham Campbell",
  830. "email": "hello@gjcampbell.co.uk",
  831. "homepage": "https://github.com/GrahamCampbell"
  832. },
  833. {
  834. "name": "Michael Dowling",
  835. "email": "mtdowling@gmail.com",
  836. "homepage": "https://github.com/mtdowling"
  837. },
  838. {
  839. "name": "Tobias Nyholm",
  840. "email": "tobias.nyholm@gmail.com",
  841. "homepage": "https://github.com/Nyholm"
  842. },
  843. {
  844. "name": "Tobias Schultze",
  845. "email": "webmaster@tubo-world.de",
  846. "homepage": "https://github.com/Tobion"
  847. }
  848. ],
  849. "description": "Guzzle promises library",
  850. "keywords": [
  851. "promise"
  852. ],
  853. "support": {
  854. "issues": "https://github.com/guzzle/promises/issues",
  855. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  856. },
  857. "funding": [
  858. {
  859. "url": "https://github.com/GrahamCampbell",
  860. "type": "github"
  861. },
  862. {
  863. "url": "https://github.com/Nyholm",
  864. "type": "github"
  865. },
  866. {
  867. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  868. "type": "tidelift"
  869. }
  870. ],
  871. "time": "2021-10-22T20:56:57+00:00"
  872. },
  873. {
  874. "name": "guzzlehttp/psr7",
  875. "version": "2.1.0",
  876. "source": {
  877. "type": "git",
  878. "url": "https://github.com/guzzle/psr7.git",
  879. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  880. },
  881. "dist": {
  882. "type": "zip",
  883. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  884. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  885. "shasum": "",
  886. "mirrors": [
  887. {
  888. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  889. "preferred": true
  890. }
  891. ]
  892. },
  893. "require": {
  894. "php": "^7.2.5 || ^8.0",
  895. "psr/http-factory": "^1.0",
  896. "psr/http-message": "^1.0",
  897. "ralouphie/getallheaders": "^3.0"
  898. },
  899. "provide": {
  900. "psr/http-factory-implementation": "1.0",
  901. "psr/http-message-implementation": "1.0"
  902. },
  903. "require-dev": {
  904. "bamarni/composer-bin-plugin": "^1.4.1",
  905. "http-interop/http-factory-tests": "^0.9",
  906. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  907. },
  908. "suggest": {
  909. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  910. },
  911. "type": "library",
  912. "extra": {
  913. "branch-alias": {
  914. "dev-master": "2.1-dev"
  915. }
  916. },
  917. "autoload": {
  918. "psr-4": {
  919. "GuzzleHttp\\Psr7\\": "src/"
  920. }
  921. },
  922. "notification-url": "https://packagist.org/downloads/",
  923. "license": [
  924. "MIT"
  925. ],
  926. "authors": [
  927. {
  928. "name": "Graham Campbell",
  929. "email": "hello@gjcampbell.co.uk",
  930. "homepage": "https://github.com/GrahamCampbell"
  931. },
  932. {
  933. "name": "Michael Dowling",
  934. "email": "mtdowling@gmail.com",
  935. "homepage": "https://github.com/mtdowling"
  936. },
  937. {
  938. "name": "George Mponos",
  939. "email": "gmponos@gmail.com",
  940. "homepage": "https://github.com/gmponos"
  941. },
  942. {
  943. "name": "Tobias Nyholm",
  944. "email": "tobias.nyholm@gmail.com",
  945. "homepage": "https://github.com/Nyholm"
  946. },
  947. {
  948. "name": "Márk Sági-Kazár",
  949. "email": "mark.sagikazar@gmail.com",
  950. "homepage": "https://github.com/sagikazarmark"
  951. },
  952. {
  953. "name": "Tobias Schultze",
  954. "email": "webmaster@tubo-world.de",
  955. "homepage": "https://github.com/Tobion"
  956. },
  957. {
  958. "name": "Márk Sági-Kazár",
  959. "email": "mark.sagikazar@gmail.com",
  960. "homepage": "https://sagikazarmark.hu"
  961. }
  962. ],
  963. "description": "PSR-7 message implementation that also provides common utility methods",
  964. "keywords": [
  965. "http",
  966. "message",
  967. "psr-7",
  968. "request",
  969. "response",
  970. "stream",
  971. "uri",
  972. "url"
  973. ],
  974. "support": {
  975. "issues": "https://github.com/guzzle/psr7/issues",
  976. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  977. },
  978. "funding": [
  979. {
  980. "url": "https://github.com/GrahamCampbell",
  981. "type": "github"
  982. },
  983. {
  984. "url": "https://github.com/Nyholm",
  985. "type": "github"
  986. },
  987. {
  988. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  989. "type": "tidelift"
  990. }
  991. ],
  992. "time": "2021-10-06T17:43:30+00:00"
  993. },
  994. {
  995. "name": "lizhichao/one-sm",
  996. "version": "1.10",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/lizhichao/sm.git",
  1000. "reference": "687a012a44a5bfd4d9143a0234e1060543be455a"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/lizhichao/sm/zipball/687a012a44a5bfd4d9143a0234e1060543be455a",
  1005. "reference": "687a012a44a5bfd4d9143a0234e1060543be455a",
  1006. "shasum": "",
  1007. "mirrors": [
  1008. {
  1009. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1010. "preferred": true
  1011. }
  1012. ]
  1013. },
  1014. "require": {
  1015. "php": ">=5.6"
  1016. },
  1017. "type": "library",
  1018. "autoload": {
  1019. "psr-4": {
  1020. "OneSm\\": "src/"
  1021. }
  1022. },
  1023. "notification-url": "https://packagist.org/downloads/",
  1024. "license": [
  1025. "Apache-2.0"
  1026. ],
  1027. "authors": [
  1028. {
  1029. "name": "tanszhe",
  1030. "email": "1018595261@qq.com"
  1031. }
  1032. ],
  1033. "description": "国密sm3",
  1034. "keywords": [
  1035. "php",
  1036. "sm3"
  1037. ],
  1038. "support": {
  1039. "issues": "https://github.com/lizhichao/sm/issues",
  1040. "source": "https://github.com/lizhichao/sm/tree/1.10"
  1041. },
  1042. "funding": [
  1043. {
  1044. "url": "https://www.vicsdf.com/img/w.jpg",
  1045. "type": "custom"
  1046. },
  1047. {
  1048. "url": "https://www.vicsdf.com/img/z.jpg",
  1049. "type": "custom"
  1050. }
  1051. ],
  1052. "time": "2021-05-26T06:19:22+00:00"
  1053. },
  1054. {
  1055. "name": "psr/http-client",
  1056. "version": "1.0.1",
  1057. "source": {
  1058. "type": "git",
  1059. "url": "https://github.com/php-fig/http-client.git",
  1060. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1061. },
  1062. "dist": {
  1063. "type": "zip",
  1064. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1065. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1066. "shasum": "",
  1067. "mirrors": [
  1068. {
  1069. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1070. "preferred": true
  1071. }
  1072. ]
  1073. },
  1074. "require": {
  1075. "php": "^7.0 || ^8.0",
  1076. "psr/http-message": "^1.0"
  1077. },
  1078. "type": "library",
  1079. "extra": {
  1080. "branch-alias": {
  1081. "dev-master": "1.0.x-dev"
  1082. }
  1083. },
  1084. "autoload": {
  1085. "psr-4": {
  1086. "Psr\\Http\\Client\\": "src/"
  1087. }
  1088. },
  1089. "notification-url": "https://packagist.org/downloads/",
  1090. "license": [
  1091. "MIT"
  1092. ],
  1093. "authors": [
  1094. {
  1095. "name": "PHP-FIG",
  1096. "homepage": "http://www.php-fig.org/"
  1097. }
  1098. ],
  1099. "description": "Common interface for HTTP clients",
  1100. "homepage": "https://github.com/php-fig/http-client",
  1101. "keywords": [
  1102. "http",
  1103. "http-client",
  1104. "psr",
  1105. "psr-18"
  1106. ],
  1107. "support": {
  1108. "source": "https://github.com/php-fig/http-client/tree/master"
  1109. },
  1110. "time": "2020-06-29T06:28:15+00:00"
  1111. },
  1112. {
  1113. "name": "psr/http-factory",
  1114. "version": "1.0.1",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/php-fig/http-factory.git",
  1118. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1123. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1124. "shasum": "",
  1125. "mirrors": [
  1126. {
  1127. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1128. "preferred": true
  1129. }
  1130. ]
  1131. },
  1132. "require": {
  1133. "php": ">=7.0.0",
  1134. "psr/http-message": "^1.0"
  1135. },
  1136. "type": "library",
  1137. "extra": {
  1138. "branch-alias": {
  1139. "dev-master": "1.0.x-dev"
  1140. }
  1141. },
  1142. "autoload": {
  1143. "psr-4": {
  1144. "Psr\\Http\\Message\\": "src/"
  1145. }
  1146. },
  1147. "notification-url": "https://packagist.org/downloads/",
  1148. "license": [
  1149. "MIT"
  1150. ],
  1151. "authors": [
  1152. {
  1153. "name": "PHP-FIG",
  1154. "homepage": "http://www.php-fig.org/"
  1155. }
  1156. ],
  1157. "description": "Common interfaces for PSR-7 HTTP message factories",
  1158. "keywords": [
  1159. "factory",
  1160. "http",
  1161. "message",
  1162. "psr",
  1163. "psr-17",
  1164. "psr-7",
  1165. "request",
  1166. "response"
  1167. ],
  1168. "support": {
  1169. "source": "https://github.com/php-fig/http-factory/tree/master"
  1170. },
  1171. "time": "2019-04-30T12:38:16+00:00"
  1172. },
  1173. {
  1174. "name": "psr/http-message",
  1175. "version": "1.0.1",
  1176. "source": {
  1177. "type": "git",
  1178. "url": "https://github.com/php-fig/http-message.git",
  1179. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1180. },
  1181. "dist": {
  1182. "type": "zip",
  1183. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1184. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1185. "shasum": "",
  1186. "mirrors": [
  1187. {
  1188. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1189. "preferred": true
  1190. }
  1191. ]
  1192. },
  1193. "require": {
  1194. "php": ">=5.3.0"
  1195. },
  1196. "type": "library",
  1197. "extra": {
  1198. "branch-alias": {
  1199. "dev-master": "1.0.x-dev"
  1200. }
  1201. },
  1202. "autoload": {
  1203. "psr-4": {
  1204. "Psr\\Http\\Message\\": "src/"
  1205. }
  1206. },
  1207. "notification-url": "https://packagist.org/downloads/",
  1208. "license": [
  1209. "MIT"
  1210. ],
  1211. "authors": [
  1212. {
  1213. "name": "PHP-FIG",
  1214. "homepage": "http://www.php-fig.org/"
  1215. }
  1216. ],
  1217. "description": "Common interface for HTTP messages",
  1218. "homepage": "https://github.com/php-fig/http-message",
  1219. "keywords": [
  1220. "http",
  1221. "http-message",
  1222. "psr",
  1223. "psr-7",
  1224. "request",
  1225. "response"
  1226. ],
  1227. "support": {
  1228. "source": "https://github.com/php-fig/http-message/tree/master"
  1229. },
  1230. "time": "2016-08-06T14:39:51+00:00"
  1231. },
  1232. {
  1233. "name": "ralouphie/getallheaders",
  1234. "version": "3.0.3",
  1235. "source": {
  1236. "type": "git",
  1237. "url": "https://github.com/ralouphie/getallheaders.git",
  1238. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1239. },
  1240. "dist": {
  1241. "type": "zip",
  1242. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1243. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1244. "shasum": "",
  1245. "mirrors": [
  1246. {
  1247. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1248. "preferred": true
  1249. }
  1250. ]
  1251. },
  1252. "require": {
  1253. "php": ">=5.6"
  1254. },
  1255. "require-dev": {
  1256. "php-coveralls/php-coveralls": "^2.1",
  1257. "phpunit/phpunit": "^5 || ^6.5"
  1258. },
  1259. "type": "library",
  1260. "autoload": {
  1261. "files": [
  1262. "src/getallheaders.php"
  1263. ]
  1264. },
  1265. "notification-url": "https://packagist.org/downloads/",
  1266. "license": [
  1267. "MIT"
  1268. ],
  1269. "authors": [
  1270. {
  1271. "name": "Ralph Khattar",
  1272. "email": "ralph.khattar@gmail.com"
  1273. }
  1274. ],
  1275. "description": "A polyfill for getallheaders.",
  1276. "support": {
  1277. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1278. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1279. },
  1280. "time": "2019-03-08T08:55:37+00:00"
  1281. },
  1282. {
  1283. "name": "sngrl/php-firebase-cloud-messaging",
  1284. "version": "dev-master",
  1285. "source": {
  1286. "type": "git",
  1287. "url": "https://github.com/sngrl/php-firebase-cloud-messaging.git",
  1288. "reference": "e1a344c20c6d7dc4f89dcc5a56b17129d007d2b2"
  1289. },
  1290. "dist": {
  1291. "type": "zip",
  1292. "url": "https://api.github.com/repos/sngrl/php-firebase-cloud-messaging/zipball/e1a344c20c6d7dc4f89dcc5a56b17129d007d2b2",
  1293. "reference": "e1a344c20c6d7dc4f89dcc5a56b17129d007d2b2",
  1294. "shasum": "",
  1295. "mirrors": [
  1296. {
  1297. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1298. "preferred": true
  1299. }
  1300. ]
  1301. },
  1302. "require": {
  1303. "guzzlehttp/guzzle": "*",
  1304. "php": ">=5.5"
  1305. },
  1306. "require-dev": {
  1307. "mockery/mockery": "*",
  1308. "phpunit/phpunit": "*"
  1309. },
  1310. "default-branch": true,
  1311. "type": "library",
  1312. "autoload": {
  1313. "psr-4": {
  1314. "sngrl\\PhpFirebaseCloudMessaging\\": "src/"
  1315. }
  1316. },
  1317. "notification-url": "https://packagist.org/downloads/",
  1318. "license": [
  1319. "MIT"
  1320. ],
  1321. "authors": [
  1322. {
  1323. "name": "Sngrl",
  1324. "email": "i@sngrl.ru"
  1325. }
  1326. ],
  1327. "description": "PHP API for Firebase Cloud Messaging from Google",
  1328. "homepage": "https://github.com/sngrl/php-firebase-cloud-messaging",
  1329. "keywords": [
  1330. "FCM",
  1331. "android",
  1332. "chrome",
  1333. "cloud",
  1334. "firebase",
  1335. "google",
  1336. "ios",
  1337. "notifications",
  1338. "php"
  1339. ],
  1340. "support": {
  1341. "issues": "https://github.com/sngrl/php-firebase-cloud-messaging/issues",
  1342. "source": "https://github.com/sngrl/php-firebase-cloud-messaging/tree/master"
  1343. },
  1344. "time": "2017-06-26T15:58:02+00:00"
  1345. },
  1346. {
  1347. "name": "symfony/deprecation-contracts",
  1348. "version": "v2.5.1",
  1349. "source": {
  1350. "type": "git",
  1351. "url": "https://github.com/symfony/deprecation-contracts.git",
  1352. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  1353. },
  1354. "dist": {
  1355. "type": "zip",
  1356. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1357. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1358. "shasum": "",
  1359. "mirrors": [
  1360. {
  1361. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1362. "preferred": true
  1363. }
  1364. ]
  1365. },
  1366. "require": {
  1367. "php": ">=7.1"
  1368. },
  1369. "type": "library",
  1370. "extra": {
  1371. "branch-alias": {
  1372. "dev-main": "2.5-dev"
  1373. },
  1374. "thanks": {
  1375. "name": "symfony/contracts",
  1376. "url": "https://github.com/symfony/contracts"
  1377. }
  1378. },
  1379. "autoload": {
  1380. "files": [
  1381. "function.php"
  1382. ]
  1383. },
  1384. "notification-url": "https://packagist.org/downloads/",
  1385. "license": [
  1386. "MIT"
  1387. ],
  1388. "authors": [
  1389. {
  1390. "name": "Nicolas Grekas",
  1391. "email": "p@tchwork.com"
  1392. },
  1393. {
  1394. "name": "Symfony Community",
  1395. "homepage": "https://symfony.com/contributors"
  1396. }
  1397. ],
  1398. "description": "A generic function and convention to trigger deprecation notices",
  1399. "homepage": "https://symfony.com",
  1400. "support": {
  1401. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
  1402. },
  1403. "funding": [
  1404. {
  1405. "url": "https://symfony.com/sponsor",
  1406. "type": "custom"
  1407. },
  1408. {
  1409. "url": "https://github.com/fabpot",
  1410. "type": "github"
  1411. },
  1412. {
  1413. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1414. "type": "tidelift"
  1415. }
  1416. ],
  1417. "time": "2022-01-02T09:53:40+00:00"
  1418. },
  1419. {
  1420. "name": "workerman/gateway-worker",
  1421. "version": "v3.0.22",
  1422. "source": {
  1423. "type": "git",
  1424. "url": "https://github.com/walkor/GatewayWorker.git",
  1425. "reference": "a615036c482d11f68b693998575e804752ef9068"
  1426. },
  1427. "dist": {
  1428. "type": "zip",
  1429. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/a615036c482d11f68b693998575e804752ef9068",
  1430. "reference": "a615036c482d11f68b693998575e804752ef9068",
  1431. "shasum": "",
  1432. "mirrors": [
  1433. {
  1434. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1435. "preferred": true
  1436. }
  1437. ]
  1438. },
  1439. "require": {
  1440. "workerman/workerman": ">=3.5.0"
  1441. },
  1442. "type": "library",
  1443. "autoload": {
  1444. "psr-4": {
  1445. "GatewayWorker\\": "./src"
  1446. }
  1447. },
  1448. "notification-url": "https://packagist.org/downloads/",
  1449. "license": [
  1450. "MIT"
  1451. ],
  1452. "homepage": "http://www.workerman.net",
  1453. "keywords": [
  1454. "communication",
  1455. "distributed"
  1456. ],
  1457. "support": {
  1458. "issues": "https://github.com/walkor/GatewayWorker/issues",
  1459. "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.22"
  1460. },
  1461. "funding": [
  1462. {
  1463. "url": "https://opencollective.com/walkor",
  1464. "type": "open_collective"
  1465. },
  1466. {
  1467. "url": "https://www.patreon.com/walkor",
  1468. "type": "patreon"
  1469. }
  1470. ],
  1471. "time": "2021-12-23T13:13:09+00:00"
  1472. },
  1473. {
  1474. "name": "workerman/gatewayclient",
  1475. "version": "v3.0.14",
  1476. "source": {
  1477. "type": "git",
  1478. "url": "https://github.com/walkor/GatewayClient.git",
  1479. "reference": "4362468d68251015b2b385c310252afb4d6648ed"
  1480. },
  1481. "dist": {
  1482. "type": "zip",
  1483. "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/4362468d68251015b2b385c310252afb4d6648ed",
  1484. "reference": "4362468d68251015b2b385c310252afb4d6648ed",
  1485. "shasum": "",
  1486. "mirrors": [
  1487. {
  1488. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1489. "preferred": true
  1490. }
  1491. ]
  1492. },
  1493. "type": "library",
  1494. "autoload": {
  1495. "psr-4": {
  1496. "GatewayClient\\": "./"
  1497. }
  1498. },
  1499. "notification-url": "https://packagist.org/downloads/",
  1500. "license": [
  1501. "MIT"
  1502. ],
  1503. "homepage": "http://www.workerman.net",
  1504. "support": {
  1505. "issues": "https://github.com/walkor/GatewayClient/issues",
  1506. "source": "https://github.com/walkor/GatewayClient/tree/v3.0.14"
  1507. },
  1508. "time": "2021-11-29T07:03:50+00:00"
  1509. },
  1510. {
  1511. "name": "workerman/mysql",
  1512. "version": "v1.0.6",
  1513. "source": {
  1514. "type": "git",
  1515. "url": "https://github.com/walkor/mysql.git",
  1516. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
  1517. },
  1518. "dist": {
  1519. "type": "zip",
  1520. "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
  1521. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
  1522. "shasum": "",
  1523. "mirrors": [
  1524. {
  1525. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1526. "preferred": true
  1527. }
  1528. ]
  1529. },
  1530. "require": {
  1531. "ext-pdo": "*",
  1532. "ext-pdo_mysql": "*",
  1533. "php": ">=5.3"
  1534. },
  1535. "type": "library",
  1536. "autoload": {
  1537. "psr-4": {
  1538. "Workerman\\MySQL\\": "./src"
  1539. }
  1540. },
  1541. "notification-url": "https://packagist.org/downloads/",
  1542. "license": [
  1543. "MIT"
  1544. ],
  1545. "description": "Long-living MySQL connection for daemon.",
  1546. "homepage": "http://www.workerman.net",
  1547. "keywords": [
  1548. "mysql",
  1549. "pdo",
  1550. "pdo_mysql"
  1551. ],
  1552. "support": {
  1553. "issues": "https://github.com/walkor/mysql/issues",
  1554. "source": "https://github.com/walkor/mysql/tree/v1.0.6"
  1555. },
  1556. "time": "2019-08-02T10:43:09+00:00"
  1557. },
  1558. {
  1559. "name": "workerman/workerman",
  1560. "version": "v4.0.37",
  1561. "source": {
  1562. "type": "git",
  1563. "url": "https://github.com/walkor/workerman.git",
  1564. "reference": "17937eb74526adc583a0217ba842e91d6d792576"
  1565. },
  1566. "dist": {
  1567. "type": "zip",
  1568. "url": "https://api.github.com/repos/walkor/workerman/zipball/17937eb74526adc583a0217ba842e91d6d792576",
  1569. "reference": "17937eb74526adc583a0217ba842e91d6d792576",
  1570. "shasum": "",
  1571. "mirrors": [
  1572. {
  1573. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1574. "preferred": true
  1575. }
  1576. ]
  1577. },
  1578. "require": {
  1579. "php": ">=5.4"
  1580. },
  1581. "suggest": {
  1582. "ext-event": "For better performance. "
  1583. },
  1584. "type": "library",
  1585. "autoload": {
  1586. "psr-4": {
  1587. "Workerman\\": "./"
  1588. }
  1589. },
  1590. "notification-url": "https://packagist.org/downloads/",
  1591. "license": [
  1592. "MIT"
  1593. ],
  1594. "authors": [
  1595. {
  1596. "name": "walkor",
  1597. "email": "walkor@workerman.net",
  1598. "homepage": "http://www.workerman.net",
  1599. "role": "Developer"
  1600. }
  1601. ],
  1602. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  1603. "homepage": "http://www.workerman.net",
  1604. "keywords": [
  1605. "asynchronous",
  1606. "event-loop"
  1607. ],
  1608. "support": {
  1609. "email": "walkor@workerman.net",
  1610. "forum": "http://wenda.workerman.net/",
  1611. "issues": "https://github.com/walkor/workerman/issues",
  1612. "source": "https://github.com/walkor/workerman",
  1613. "wiki": "http://doc.workerman.net/"
  1614. },
  1615. "funding": [
  1616. {
  1617. "url": "https://opencollective.com/workerman",
  1618. "type": "open_collective"
  1619. },
  1620. {
  1621. "url": "https://www.patreon.com/walkor",
  1622. "type": "patreon"
  1623. }
  1624. ],
  1625. "time": "2022-05-15T14:22:57+00:00"
  1626. }
  1627. ],
  1628. "packages-dev": [],
  1629. "aliases": [],
  1630. "minimum-stability": "stable",
  1631. "stability-flags": {
  1632. "sngrl/php-firebase-cloud-messaging": 20
  1633. },
  1634. "prefer-stable": false,
  1635. "prefer-lowest": false,
  1636. "platform": {
  1637. "ext-json": "*"
  1638. },
  1639. "platform-dev": [],
  1640. "plugin-api-version": "2.3.0"
  1641. }