composer.lock 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965
  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": "bd1809792a8a30f54fe917abec3b5e06",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v5.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
  20. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.3.0"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": ">=4.8 <=9"
  34. },
  35. "type": "library",
  36. "autoload": {
  37. "psr-4": {
  38. "Firebase\\JWT\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "BSD-3-Clause"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Neuman Vong",
  48. "email": "neuman+pear@twilio.com",
  49. "role": "Developer"
  50. },
  51. {
  52. "name": "Anant Narayanan",
  53. "email": "anant@php.net",
  54. "role": "Developer"
  55. }
  56. ],
  57. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  58. "homepage": "https://github.com/firebase/php-jwt",
  59. "keywords": [
  60. "jwt",
  61. "php"
  62. ],
  63. "time": "2020-03-25T18:49:23+00:00"
  64. },
  65. {
  66. "name": "getuilaboratory/getui-pushapi-php-client",
  67. "version": "dev-master",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/GetuiLaboratory/getui-pushapi-php-client.git",
  71. "reference": "ba1b5255b5312346d689777f2d5fd675199c4519"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/GetuiLaboratory/getui-pushapi-php-client/zipball/ba1b5255b5312346d689777f2d5fd675199c4519",
  76. "reference": "ba1b5255b5312346d689777f2d5fd675199c4519",
  77. "shasum": "",
  78. "mirrors": [
  79. {
  80. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  81. "preferred": true
  82. }
  83. ]
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "classmap": [
  88. ""
  89. ]
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "authors": [
  96. {
  97. "name": "getui",
  98. "homepage": "https://www.getui.com/cn"
  99. }
  100. ],
  101. "description": "getui php client",
  102. "homepage": "https://www.getui.com/cn/",
  103. "keywords": [
  104. "GeTui",
  105. "GetuiLaboratory",
  106. "getui-pushapi-php-client",
  107. "pushapi"
  108. ],
  109. "time": "2020-11-16T14:33:24+00:00"
  110. },
  111. {
  112. "name": "maennchen/zipstream-php",
  113. "version": "2.1.0",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  117. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  122. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  123. "shasum": "",
  124. "mirrors": [
  125. {
  126. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  127. "preferred": true
  128. }
  129. ]
  130. },
  131. "require": {
  132. "myclabs/php-enum": "^1.5",
  133. "php": ">= 7.1",
  134. "psr/http-message": "^1.0",
  135. "symfony/polyfill-mbstring": "^1.0"
  136. },
  137. "require-dev": {
  138. "ext-zip": "*",
  139. "guzzlehttp/guzzle": ">= 6.3",
  140. "mikey179/vfsstream": "^1.6",
  141. "phpunit/phpunit": ">= 7.5"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "ZipStream\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Paul Duncan",
  156. "email": "pabs@pablotron.org"
  157. },
  158. {
  159. "name": "Jonatan Männchen",
  160. "email": "jonatan@maennchen.ch"
  161. },
  162. {
  163. "name": "Jesse Donat",
  164. "email": "donatj@gmail.com"
  165. },
  166. {
  167. "name": "András Kolesár",
  168. "email": "kolesar@kolesar.hu"
  169. }
  170. ],
  171. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  172. "keywords": [
  173. "stream",
  174. "zip"
  175. ],
  176. "time": "2020-05-30T13:11:16+00:00"
  177. },
  178. {
  179. "name": "markbaker/complex",
  180. "version": "2.0.0",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/MarkBaker/PHPComplex.git",
  184. "reference": "9999f1432fae467bc93c53f357105b4c31bb994c"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c",
  189. "reference": "9999f1432fae467bc93c53f357105b4c31bb994c",
  190. "shasum": "",
  191. "mirrors": [
  192. {
  193. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  194. "preferred": true
  195. }
  196. ]
  197. },
  198. "require": {
  199. "php": "^7.2 || ^8.0"
  200. },
  201. "require-dev": {
  202. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  203. "phpcompatibility/php-compatibility": "^9.0",
  204. "phpdocumentor/phpdocumentor": "2.*",
  205. "phploc/phploc": "^4.0",
  206. "phpmd/phpmd": "2.*",
  207. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  208. "sebastian/phpcpd": "^4.0",
  209. "squizlabs/php_codesniffer": "^3.4"
  210. },
  211. "type": "library",
  212. "autoload": {
  213. "psr-4": {
  214. "Complex\\": "classes/src/"
  215. },
  216. "files": [
  217. "classes/src/functions/abs.php",
  218. "classes/src/functions/acos.php",
  219. "classes/src/functions/acosh.php",
  220. "classes/src/functions/acot.php",
  221. "classes/src/functions/acoth.php",
  222. "classes/src/functions/acsc.php",
  223. "classes/src/functions/acsch.php",
  224. "classes/src/functions/argument.php",
  225. "classes/src/functions/asec.php",
  226. "classes/src/functions/asech.php",
  227. "classes/src/functions/asin.php",
  228. "classes/src/functions/asinh.php",
  229. "classes/src/functions/atan.php",
  230. "classes/src/functions/atanh.php",
  231. "classes/src/functions/conjugate.php",
  232. "classes/src/functions/cos.php",
  233. "classes/src/functions/cosh.php",
  234. "classes/src/functions/cot.php",
  235. "classes/src/functions/coth.php",
  236. "classes/src/functions/csc.php",
  237. "classes/src/functions/csch.php",
  238. "classes/src/functions/exp.php",
  239. "classes/src/functions/inverse.php",
  240. "classes/src/functions/ln.php",
  241. "classes/src/functions/log2.php",
  242. "classes/src/functions/log10.php",
  243. "classes/src/functions/negative.php",
  244. "classes/src/functions/pow.php",
  245. "classes/src/functions/rho.php",
  246. "classes/src/functions/sec.php",
  247. "classes/src/functions/sech.php",
  248. "classes/src/functions/sin.php",
  249. "classes/src/functions/sinh.php",
  250. "classes/src/functions/sqrt.php",
  251. "classes/src/functions/tan.php",
  252. "classes/src/functions/tanh.php",
  253. "classes/src/functions/theta.php",
  254. "classes/src/operations/add.php",
  255. "classes/src/operations/subtract.php",
  256. "classes/src/operations/multiply.php",
  257. "classes/src/operations/divideby.php",
  258. "classes/src/operations/divideinto.php"
  259. ]
  260. },
  261. "notification-url": "https://packagist.org/downloads/",
  262. "license": [
  263. "MIT"
  264. ],
  265. "authors": [
  266. {
  267. "name": "Mark Baker",
  268. "email": "mark@lange.demon.co.uk"
  269. }
  270. ],
  271. "description": "PHP Class for working with complex numbers",
  272. "homepage": "https://github.com/MarkBaker/PHPComplex",
  273. "keywords": [
  274. "complex",
  275. "mathematics"
  276. ],
  277. "time": "2020-08-26T10:42:07+00:00"
  278. },
  279. {
  280. "name": "markbaker/matrix",
  281. "version": "2.0.0",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  285. "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/9567d9c4c519fbe40de01dbd1e4469dbbb66f46a",
  290. "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a",
  291. "shasum": "",
  292. "mirrors": [
  293. {
  294. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  295. "preferred": true
  296. }
  297. ]
  298. },
  299. "require": {
  300. "php": "^7.2 || ^8.0"
  301. },
  302. "require-dev": {
  303. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  304. "phpcompatibility/php-compatibility": "^9.0",
  305. "phpdocumentor/phpdocumentor": "2.*",
  306. "phploc/phploc": "^4.0",
  307. "phpmd/phpmd": "2.*",
  308. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  309. "sebastian/phpcpd": "^4.0",
  310. "squizlabs/php_codesniffer": "^3.4"
  311. },
  312. "type": "library",
  313. "autoload": {
  314. "psr-4": {
  315. "Matrix\\": "classes/src/"
  316. },
  317. "files": [
  318. "classes/src/functions/adjoint.php",
  319. "classes/src/functions/antidiagonal.php",
  320. "classes/src/functions/cofactors.php",
  321. "classes/src/functions/determinant.php",
  322. "classes/src/functions/diagonal.php",
  323. "classes/src/functions/identity.php",
  324. "classes/src/functions/inverse.php",
  325. "classes/src/functions/minors.php",
  326. "classes/src/functions/trace.php",
  327. "classes/src/functions/transpose.php",
  328. "classes/src/operations/add.php",
  329. "classes/src/operations/directsum.php",
  330. "classes/src/operations/subtract.php",
  331. "classes/src/operations/multiply.php",
  332. "classes/src/operations/divideby.php",
  333. "classes/src/operations/divideinto.php"
  334. ]
  335. },
  336. "notification-url": "https://packagist.org/downloads/",
  337. "license": [
  338. "MIT"
  339. ],
  340. "authors": [
  341. {
  342. "name": "Mark Baker",
  343. "email": "mark@demon-angel.eu"
  344. }
  345. ],
  346. "description": "PHP Class for working with matrices",
  347. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  348. "keywords": [
  349. "mathematics",
  350. "matrix",
  351. "vector"
  352. ],
  353. "time": "2020-08-28T17:11:00+00:00"
  354. },
  355. {
  356. "name": "mob/mobpush",
  357. "version": "v2.0.0",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/MobClub/mobpush-websdkv3-php.git",
  361. "reference": "2b9b450839addbfd9c8367b920d2b5abc3b1aa8b"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/MobClub/mobpush-websdkv3-php/zipball/2b9b450839addbfd9c8367b920d2b5abc3b1aa8b",
  366. "reference": "2b9b450839addbfd9c8367b920d2b5abc3b1aa8b",
  367. "shasum": "",
  368. "mirrors": [
  369. {
  370. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  371. "preferred": true
  372. }
  373. ]
  374. },
  375. "require-dev": {
  376. "phpunit/phpunit": "^9.2"
  377. },
  378. "type": "library",
  379. "autoload": {
  380. "psr-4": {
  381. "MobTech\\MobPush\\": "src"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "mob",
  391. "email": "mob@yoozoo.com"
  392. }
  393. ],
  394. "description": "MobPush WebSDK",
  395. "keywords": [
  396. "mob",
  397. "mobpush",
  398. "mobtech"
  399. ],
  400. "time": "2020-09-23T10:57:46+00:00"
  401. },
  402. {
  403. "name": "myclabs/php-enum",
  404. "version": "1.7.7",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/myclabs/php-enum.git",
  408. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
  413. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
  414. "shasum": "",
  415. "mirrors": [
  416. {
  417. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  418. "preferred": true
  419. }
  420. ]
  421. },
  422. "require": {
  423. "ext-json": "*",
  424. "php": ">=7.1"
  425. },
  426. "require-dev": {
  427. "phpunit/phpunit": "^7",
  428. "squizlabs/php_codesniffer": "1.*",
  429. "vimeo/psalm": "^3.8"
  430. },
  431. "type": "library",
  432. "autoload": {
  433. "psr-4": {
  434. "MyCLabs\\Enum\\": "src/"
  435. }
  436. },
  437. "notification-url": "https://packagist.org/downloads/",
  438. "license": [
  439. "MIT"
  440. ],
  441. "authors": [
  442. {
  443. "name": "PHP Enum contributors",
  444. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  445. }
  446. ],
  447. "description": "PHP Enum implementation",
  448. "homepage": "http://github.com/myclabs/php-enum",
  449. "keywords": [
  450. "enum"
  451. ],
  452. "time": "2020-11-14T18:14:52+00:00"
  453. },
  454. {
  455. "name": "phpoffice/phpspreadsheet",
  456. "version": "1.15.0",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  460. "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
  465. "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
  466. "shasum": "",
  467. "mirrors": [
  468. {
  469. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  470. "preferred": true
  471. }
  472. ]
  473. },
  474. "require": {
  475. "ext-ctype": "*",
  476. "ext-dom": "*",
  477. "ext-fileinfo": "*",
  478. "ext-gd": "*",
  479. "ext-iconv": "*",
  480. "ext-libxml": "*",
  481. "ext-mbstring": "*",
  482. "ext-simplexml": "*",
  483. "ext-xml": "*",
  484. "ext-xmlreader": "*",
  485. "ext-xmlwriter": "*",
  486. "ext-zip": "*",
  487. "ext-zlib": "*",
  488. "maennchen/zipstream-php": "^2.1",
  489. "markbaker/complex": "^1.5|^2.0",
  490. "markbaker/matrix": "^1.2|^2.0",
  491. "php": "^7.2|^8.0",
  492. "psr/http-client": "^1.0",
  493. "psr/http-factory": "^1.0",
  494. "psr/simple-cache": "^1.0"
  495. },
  496. "require-dev": {
  497. "dompdf/dompdf": "^0.8.5",
  498. "friendsofphp/php-cs-fixer": "^2.16",
  499. "jpgraph/jpgraph": "^4.0",
  500. "mpdf/mpdf": "^8.0",
  501. "phpcompatibility/php-compatibility": "^9.3",
  502. "phpunit/phpunit": "^8.5|^9.3",
  503. "squizlabs/php_codesniffer": "^3.5",
  504. "tecnickcom/tcpdf": "^6.3"
  505. },
  506. "suggest": {
  507. "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
  508. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  509. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  510. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
  511. },
  512. "type": "library",
  513. "autoload": {
  514. "psr-4": {
  515. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  516. }
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Maarten Balliauw",
  525. "homepage": "https://blog.maartenballiauw.be"
  526. },
  527. {
  528. "name": "Mark Baker",
  529. "homepage": "https://markbakeruk.net"
  530. },
  531. {
  532. "name": "Franck Lefevre",
  533. "homepage": "https://rootslabs.net"
  534. },
  535. {
  536. "name": "Erik Tilt"
  537. },
  538. {
  539. "name": "Adrien Crivelli"
  540. }
  541. ],
  542. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  543. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  544. "keywords": [
  545. "OpenXML",
  546. "excel",
  547. "gnumeric",
  548. "ods",
  549. "php",
  550. "spreadsheet",
  551. "xls",
  552. "xlsx"
  553. ],
  554. "time": "2020-10-11T13:20:59+00:00"
  555. },
  556. {
  557. "name": "psr/http-client",
  558. "version": "1.0.1",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/php-fig/http-client.git",
  562. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  567. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  568. "shasum": "",
  569. "mirrors": [
  570. {
  571. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  572. "preferred": true
  573. }
  574. ]
  575. },
  576. "require": {
  577. "php": "^7.0 || ^8.0",
  578. "psr/http-message": "^1.0"
  579. },
  580. "type": "library",
  581. "extra": {
  582. "branch-alias": {
  583. "dev-master": "1.0.x-dev"
  584. }
  585. },
  586. "autoload": {
  587. "psr-4": {
  588. "Psr\\Http\\Client\\": "src/"
  589. }
  590. },
  591. "notification-url": "https://packagist.org/downloads/",
  592. "license": [
  593. "MIT"
  594. ],
  595. "authors": [
  596. {
  597. "name": "PHP-FIG",
  598. "homepage": "http://www.php-fig.org/"
  599. }
  600. ],
  601. "description": "Common interface for HTTP clients",
  602. "homepage": "https://github.com/php-fig/http-client",
  603. "keywords": [
  604. "http",
  605. "http-client",
  606. "psr",
  607. "psr-18"
  608. ],
  609. "time": "2020-06-29T06:28:15+00:00"
  610. },
  611. {
  612. "name": "psr/http-factory",
  613. "version": "1.0.1",
  614. "source": {
  615. "type": "git",
  616. "url": "https://github.com/php-fig/http-factory.git",
  617. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  618. },
  619. "dist": {
  620. "type": "zip",
  621. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  622. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  623. "shasum": "",
  624. "mirrors": [
  625. {
  626. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  627. "preferred": true
  628. }
  629. ]
  630. },
  631. "require": {
  632. "php": ">=7.0.0",
  633. "psr/http-message": "^1.0"
  634. },
  635. "type": "library",
  636. "extra": {
  637. "branch-alias": {
  638. "dev-master": "1.0.x-dev"
  639. }
  640. },
  641. "autoload": {
  642. "psr-4": {
  643. "Psr\\Http\\Message\\": "src/"
  644. }
  645. },
  646. "notification-url": "https://packagist.org/downloads/",
  647. "license": [
  648. "MIT"
  649. ],
  650. "authors": [
  651. {
  652. "name": "PHP-FIG",
  653. "homepage": "http://www.php-fig.org/"
  654. }
  655. ],
  656. "description": "Common interfaces for PSR-7 HTTP message factories",
  657. "keywords": [
  658. "factory",
  659. "http",
  660. "message",
  661. "psr",
  662. "psr-17",
  663. "psr-7",
  664. "request",
  665. "response"
  666. ],
  667. "time": "2019-04-30T12:38:16+00:00"
  668. },
  669. {
  670. "name": "psr/http-message",
  671. "version": "1.0.1",
  672. "source": {
  673. "type": "git",
  674. "url": "https://github.com/php-fig/http-message.git",
  675. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  676. },
  677. "dist": {
  678. "type": "zip",
  679. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  680. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  681. "shasum": "",
  682. "mirrors": [
  683. {
  684. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  685. "preferred": true
  686. }
  687. ]
  688. },
  689. "require": {
  690. "php": ">=5.3.0"
  691. },
  692. "type": "library",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "1.0.x-dev"
  696. }
  697. },
  698. "autoload": {
  699. "psr-4": {
  700. "Psr\\Http\\Message\\": "src/"
  701. }
  702. },
  703. "notification-url": "https://packagist.org/downloads/",
  704. "license": [
  705. "MIT"
  706. ],
  707. "authors": [
  708. {
  709. "name": "PHP-FIG",
  710. "homepage": "http://www.php-fig.org/"
  711. }
  712. ],
  713. "description": "Common interface for HTTP messages",
  714. "homepage": "https://github.com/php-fig/http-message",
  715. "keywords": [
  716. "http",
  717. "http-message",
  718. "psr",
  719. "psr-7",
  720. "request",
  721. "response"
  722. ],
  723. "time": "2016-08-06T14:39:51+00:00"
  724. },
  725. {
  726. "name": "psr/simple-cache",
  727. "version": "1.0.1",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/php-fig/simple-cache.git",
  731. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  736. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  737. "shasum": "",
  738. "mirrors": [
  739. {
  740. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  741. "preferred": true
  742. }
  743. ]
  744. },
  745. "require": {
  746. "php": ">=5.3.0"
  747. },
  748. "type": "library",
  749. "extra": {
  750. "branch-alias": {
  751. "dev-master": "1.0.x-dev"
  752. }
  753. },
  754. "autoload": {
  755. "psr-4": {
  756. "Psr\\SimpleCache\\": "src/"
  757. }
  758. },
  759. "notification-url": "https://packagist.org/downloads/",
  760. "license": [
  761. "MIT"
  762. ],
  763. "authors": [
  764. {
  765. "name": "PHP-FIG",
  766. "homepage": "http://www.php-fig.org/"
  767. }
  768. ],
  769. "description": "Common interfaces for simple caching",
  770. "keywords": [
  771. "cache",
  772. "caching",
  773. "psr",
  774. "psr-16",
  775. "simple-cache"
  776. ],
  777. "time": "2017-10-23T01:57:42+00:00"
  778. },
  779. {
  780. "name": "symfony/polyfill-mbstring",
  781. "version": "v1.20.0",
  782. "source": {
  783. "type": "git",
  784. "url": "https://github.com/symfony/polyfill-mbstring.git",
  785. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  786. },
  787. "dist": {
  788. "type": "zip",
  789. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  790. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  791. "shasum": "",
  792. "mirrors": [
  793. {
  794. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  795. "preferred": true
  796. }
  797. ]
  798. },
  799. "require": {
  800. "php": ">=7.1"
  801. },
  802. "suggest": {
  803. "ext-mbstring": "For best performance"
  804. },
  805. "type": "library",
  806. "extra": {
  807. "branch-alias": {
  808. "dev-main": "1.20-dev"
  809. },
  810. "thanks": {
  811. "name": "symfony/polyfill",
  812. "url": "https://github.com/symfony/polyfill"
  813. }
  814. },
  815. "autoload": {
  816. "psr-4": {
  817. "Symfony\\Polyfill\\Mbstring\\": ""
  818. },
  819. "files": [
  820. "bootstrap.php"
  821. ]
  822. },
  823. "notification-url": "https://packagist.org/downloads/",
  824. "license": [
  825. "MIT"
  826. ],
  827. "authors": [
  828. {
  829. "name": "Nicolas Grekas",
  830. "email": "p@tchwork.com"
  831. },
  832. {
  833. "name": "Symfony Community",
  834. "homepage": "https://symfony.com/contributors"
  835. }
  836. ],
  837. "description": "Symfony polyfill for the Mbstring extension",
  838. "homepage": "https://symfony.com",
  839. "keywords": [
  840. "compatibility",
  841. "mbstring",
  842. "polyfill",
  843. "portable",
  844. "shim"
  845. ],
  846. "time": "2020-10-23T14:02:19+00:00"
  847. },
  848. {
  849. "name": "topthink/framework",
  850. "version": "v5.1.40",
  851. "source": {
  852. "type": "git",
  853. "url": "https://github.com/top-think/framework.git",
  854. "reference": "df0f92d58c70207c9ce9526fa7743eeff0831328"
  855. },
  856. "dist": {
  857. "type": "zip",
  858. "url": "https://api.github.com/repos/top-think/framework/zipball/df0f92d58c70207c9ce9526fa7743eeff0831328",
  859. "reference": "df0f92d58c70207c9ce9526fa7743eeff0831328",
  860. "shasum": "",
  861. "mirrors": [
  862. {
  863. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  864. "preferred": true
  865. }
  866. ]
  867. },
  868. "require": {
  869. "php": ">=5.6.0",
  870. "topthink/think-installer": "2.*"
  871. },
  872. "require-dev": {
  873. "johnkary/phpunit-speedtrap": "^1.0",
  874. "mikey179/vfsstream": "~1.6",
  875. "phpdocumentor/reflection-docblock": "^2.0",
  876. "phploc/phploc": "2.*",
  877. "phpunit/phpunit": "^5.0|^6.0",
  878. "sebastian/phpcpd": "2.*",
  879. "squizlabs/php_codesniffer": "2.*"
  880. },
  881. "type": "think-framework",
  882. "notification-url": "https://packagist.org/downloads/",
  883. "license": [
  884. "Apache-2.0"
  885. ],
  886. "authors": [
  887. {
  888. "name": "liu21st",
  889. "email": "liu21st@gmail.com"
  890. },
  891. {
  892. "name": "yunwuxin",
  893. "email": "448901948@qq.com"
  894. }
  895. ],
  896. "description": "the new thinkphp framework",
  897. "homepage": "http://thinkphp.cn/",
  898. "keywords": [
  899. "framework",
  900. "orm",
  901. "thinkphp"
  902. ],
  903. "time": "2020-10-09T07:36:44+00:00"
  904. },
  905. {
  906. "name": "topthink/think-installer",
  907. "version": "v2.0.1",
  908. "source": {
  909. "type": "git",
  910. "url": "https://github.com/top-think/think-installer.git",
  911. "reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9"
  912. },
  913. "dist": {
  914. "type": "zip",
  915. "url": "https://api.github.com/repos/top-think/think-installer/zipball/52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
  916. "reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
  917. "shasum": "",
  918. "mirrors": [
  919. {
  920. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  921. "preferred": true
  922. }
  923. ]
  924. },
  925. "require": {
  926. "composer-plugin-api": "^1.0||^2.0"
  927. },
  928. "require-dev": {
  929. "composer/composer": "^1.0||^2.0"
  930. },
  931. "type": "composer-plugin",
  932. "extra": {
  933. "class": "think\\composer\\Plugin"
  934. },
  935. "autoload": {
  936. "psr-4": {
  937. "think\\composer\\": "src"
  938. }
  939. },
  940. "notification-url": "https://packagist.org/downloads/",
  941. "license": [
  942. "Apache-2.0"
  943. ],
  944. "authors": [
  945. {
  946. "name": "yunwuxin",
  947. "email": "448901948@qq.com"
  948. }
  949. ],
  950. "time": "2020-10-27T05:43:17+00:00"
  951. }
  952. ],
  953. "packages-dev": [],
  954. "aliases": [],
  955. "minimum-stability": "stable",
  956. "stability-flags": {
  957. "getuilaboratory/getui-pushapi-php-client": 20
  958. },
  959. "prefer-stable": false,
  960. "prefer-lowest": false,
  961. "platform": {
  962. "php": ">=5.6.0"
  963. },
  964. "platform-dev": []
  965. }