composer.lock 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  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": "484e502598b4a8872b6268f44b441a18",
  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": "myclabs/php-enum",
  357. "version": "1.7.7",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/myclabs/php-enum.git",
  361. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
  366. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
  367. "shasum": "",
  368. "mirrors": [
  369. {
  370. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  371. "preferred": true
  372. }
  373. ]
  374. },
  375. "require": {
  376. "ext-json": "*",
  377. "php": ">=7.1"
  378. },
  379. "require-dev": {
  380. "phpunit/phpunit": "^7",
  381. "squizlabs/php_codesniffer": "1.*",
  382. "vimeo/psalm": "^3.8"
  383. },
  384. "type": "library",
  385. "autoload": {
  386. "psr-4": {
  387. "MyCLabs\\Enum\\": "src/"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "PHP Enum contributors",
  397. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  398. }
  399. ],
  400. "description": "PHP Enum implementation",
  401. "homepage": "http://github.com/myclabs/php-enum",
  402. "keywords": [
  403. "enum"
  404. ],
  405. "time": "2020-11-14T18:14:52+00:00"
  406. },
  407. {
  408. "name": "phpoffice/phpspreadsheet",
  409. "version": "1.15.0",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  413. "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
  418. "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
  419. "shasum": "",
  420. "mirrors": [
  421. {
  422. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  423. "preferred": true
  424. }
  425. ]
  426. },
  427. "require": {
  428. "ext-ctype": "*",
  429. "ext-dom": "*",
  430. "ext-fileinfo": "*",
  431. "ext-gd": "*",
  432. "ext-iconv": "*",
  433. "ext-libxml": "*",
  434. "ext-mbstring": "*",
  435. "ext-simplexml": "*",
  436. "ext-xml": "*",
  437. "ext-xmlreader": "*",
  438. "ext-xmlwriter": "*",
  439. "ext-zip": "*",
  440. "ext-zlib": "*",
  441. "maennchen/zipstream-php": "^2.1",
  442. "markbaker/complex": "^1.5|^2.0",
  443. "markbaker/matrix": "^1.2|^2.0",
  444. "php": "^7.2|^8.0",
  445. "psr/http-client": "^1.0",
  446. "psr/http-factory": "^1.0",
  447. "psr/simple-cache": "^1.0"
  448. },
  449. "require-dev": {
  450. "dompdf/dompdf": "^0.8.5",
  451. "friendsofphp/php-cs-fixer": "^2.16",
  452. "jpgraph/jpgraph": "^4.0",
  453. "mpdf/mpdf": "^8.0",
  454. "phpcompatibility/php-compatibility": "^9.3",
  455. "phpunit/phpunit": "^8.5|^9.3",
  456. "squizlabs/php_codesniffer": "^3.5",
  457. "tecnickcom/tcpdf": "^6.3"
  458. },
  459. "suggest": {
  460. "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
  461. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  462. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  463. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
  464. },
  465. "type": "library",
  466. "autoload": {
  467. "psr-4": {
  468. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "MIT"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Maarten Balliauw",
  478. "homepage": "https://blog.maartenballiauw.be"
  479. },
  480. {
  481. "name": "Mark Baker",
  482. "homepage": "https://markbakeruk.net"
  483. },
  484. {
  485. "name": "Franck Lefevre",
  486. "homepage": "https://rootslabs.net"
  487. },
  488. {
  489. "name": "Erik Tilt"
  490. },
  491. {
  492. "name": "Adrien Crivelli"
  493. }
  494. ],
  495. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  496. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  497. "keywords": [
  498. "OpenXML",
  499. "excel",
  500. "gnumeric",
  501. "ods",
  502. "php",
  503. "spreadsheet",
  504. "xls",
  505. "xlsx"
  506. ],
  507. "time": "2020-10-11T13:20:59+00:00"
  508. },
  509. {
  510. "name": "psr/http-client",
  511. "version": "1.0.1",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/php-fig/http-client.git",
  515. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  520. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "php": "^7.0 || ^8.0",
  531. "psr/http-message": "^1.0"
  532. },
  533. "type": "library",
  534. "extra": {
  535. "branch-alias": {
  536. "dev-master": "1.0.x-dev"
  537. }
  538. },
  539. "autoload": {
  540. "psr-4": {
  541. "Psr\\Http\\Client\\": "src/"
  542. }
  543. },
  544. "notification-url": "https://packagist.org/downloads/",
  545. "license": [
  546. "MIT"
  547. ],
  548. "authors": [
  549. {
  550. "name": "PHP-FIG",
  551. "homepage": "http://www.php-fig.org/"
  552. }
  553. ],
  554. "description": "Common interface for HTTP clients",
  555. "homepage": "https://github.com/php-fig/http-client",
  556. "keywords": [
  557. "http",
  558. "http-client",
  559. "psr",
  560. "psr-18"
  561. ],
  562. "time": "2020-06-29T06:28:15+00:00"
  563. },
  564. {
  565. "name": "psr/http-factory",
  566. "version": "1.0.1",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/php-fig/http-factory.git",
  570. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  575. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  576. "shasum": "",
  577. "mirrors": [
  578. {
  579. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  580. "preferred": true
  581. }
  582. ]
  583. },
  584. "require": {
  585. "php": ">=7.0.0",
  586. "psr/http-message": "^1.0"
  587. },
  588. "type": "library",
  589. "extra": {
  590. "branch-alias": {
  591. "dev-master": "1.0.x-dev"
  592. }
  593. },
  594. "autoload": {
  595. "psr-4": {
  596. "Psr\\Http\\Message\\": "src/"
  597. }
  598. },
  599. "notification-url": "https://packagist.org/downloads/",
  600. "license": [
  601. "MIT"
  602. ],
  603. "authors": [
  604. {
  605. "name": "PHP-FIG",
  606. "homepage": "http://www.php-fig.org/"
  607. }
  608. ],
  609. "description": "Common interfaces for PSR-7 HTTP message factories",
  610. "keywords": [
  611. "factory",
  612. "http",
  613. "message",
  614. "psr",
  615. "psr-17",
  616. "psr-7",
  617. "request",
  618. "response"
  619. ],
  620. "time": "2019-04-30T12:38:16+00:00"
  621. },
  622. {
  623. "name": "psr/http-message",
  624. "version": "1.0.1",
  625. "source": {
  626. "type": "git",
  627. "url": "https://github.com/php-fig/http-message.git",
  628. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  629. },
  630. "dist": {
  631. "type": "zip",
  632. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  633. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  634. "shasum": "",
  635. "mirrors": [
  636. {
  637. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  638. "preferred": true
  639. }
  640. ]
  641. },
  642. "require": {
  643. "php": ">=5.3.0"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "1.0.x-dev"
  649. }
  650. },
  651. "autoload": {
  652. "psr-4": {
  653. "Psr\\Http\\Message\\": "src/"
  654. }
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "MIT"
  659. ],
  660. "authors": [
  661. {
  662. "name": "PHP-FIG",
  663. "homepage": "http://www.php-fig.org/"
  664. }
  665. ],
  666. "description": "Common interface for HTTP messages",
  667. "homepage": "https://github.com/php-fig/http-message",
  668. "keywords": [
  669. "http",
  670. "http-message",
  671. "psr",
  672. "psr-7",
  673. "request",
  674. "response"
  675. ],
  676. "time": "2016-08-06T14:39:51+00:00"
  677. },
  678. {
  679. "name": "psr/simple-cache",
  680. "version": "1.0.1",
  681. "source": {
  682. "type": "git",
  683. "url": "https://github.com/php-fig/simple-cache.git",
  684. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  685. },
  686. "dist": {
  687. "type": "zip",
  688. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  689. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  690. "shasum": "",
  691. "mirrors": [
  692. {
  693. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  694. "preferred": true
  695. }
  696. ]
  697. },
  698. "require": {
  699. "php": ">=5.3.0"
  700. },
  701. "type": "library",
  702. "extra": {
  703. "branch-alias": {
  704. "dev-master": "1.0.x-dev"
  705. }
  706. },
  707. "autoload": {
  708. "psr-4": {
  709. "Psr\\SimpleCache\\": "src/"
  710. }
  711. },
  712. "notification-url": "https://packagist.org/downloads/",
  713. "license": [
  714. "MIT"
  715. ],
  716. "authors": [
  717. {
  718. "name": "PHP-FIG",
  719. "homepage": "http://www.php-fig.org/"
  720. }
  721. ],
  722. "description": "Common interfaces for simple caching",
  723. "keywords": [
  724. "cache",
  725. "caching",
  726. "psr",
  727. "psr-16",
  728. "simple-cache"
  729. ],
  730. "time": "2017-10-23T01:57:42+00:00"
  731. },
  732. {
  733. "name": "symfony/polyfill-mbstring",
  734. "version": "v1.20.0",
  735. "source": {
  736. "type": "git",
  737. "url": "https://github.com/symfony/polyfill-mbstring.git",
  738. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  739. },
  740. "dist": {
  741. "type": "zip",
  742. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  743. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  744. "shasum": "",
  745. "mirrors": [
  746. {
  747. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  748. "preferred": true
  749. }
  750. ]
  751. },
  752. "require": {
  753. "php": ">=7.1"
  754. },
  755. "suggest": {
  756. "ext-mbstring": "For best performance"
  757. },
  758. "type": "library",
  759. "extra": {
  760. "branch-alias": {
  761. "dev-main": "1.20-dev"
  762. },
  763. "thanks": {
  764. "name": "symfony/polyfill",
  765. "url": "https://github.com/symfony/polyfill"
  766. }
  767. },
  768. "autoload": {
  769. "psr-4": {
  770. "Symfony\\Polyfill\\Mbstring\\": ""
  771. },
  772. "files": [
  773. "bootstrap.php"
  774. ]
  775. },
  776. "notification-url": "https://packagist.org/downloads/",
  777. "license": [
  778. "MIT"
  779. ],
  780. "authors": [
  781. {
  782. "name": "Nicolas Grekas",
  783. "email": "p@tchwork.com"
  784. },
  785. {
  786. "name": "Symfony Community",
  787. "homepage": "https://symfony.com/contributors"
  788. }
  789. ],
  790. "description": "Symfony polyfill for the Mbstring extension",
  791. "homepage": "https://symfony.com",
  792. "keywords": [
  793. "compatibility",
  794. "mbstring",
  795. "polyfill",
  796. "portable",
  797. "shim"
  798. ],
  799. "time": "2020-10-23T14:02:19+00:00"
  800. },
  801. {
  802. "name": "topthink/framework",
  803. "version": "v5.1.40",
  804. "source": {
  805. "type": "git",
  806. "url": "https://github.com/top-think/framework.git",
  807. "reference": "df0f92d58c70207c9ce9526fa7743eeff0831328"
  808. },
  809. "dist": {
  810. "type": "zip",
  811. "url": "https://api.github.com/repos/top-think/framework/zipball/df0f92d58c70207c9ce9526fa7743eeff0831328",
  812. "reference": "df0f92d58c70207c9ce9526fa7743eeff0831328",
  813. "shasum": "",
  814. "mirrors": [
  815. {
  816. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  817. "preferred": true
  818. }
  819. ]
  820. },
  821. "require": {
  822. "php": ">=5.6.0",
  823. "topthink/think-installer": "2.*"
  824. },
  825. "require-dev": {
  826. "johnkary/phpunit-speedtrap": "^1.0",
  827. "mikey179/vfsstream": "~1.6",
  828. "phpdocumentor/reflection-docblock": "^2.0",
  829. "phploc/phploc": "2.*",
  830. "phpunit/phpunit": "^5.0|^6.0",
  831. "sebastian/phpcpd": "2.*",
  832. "squizlabs/php_codesniffer": "2.*"
  833. },
  834. "type": "think-framework",
  835. "notification-url": "https://packagist.org/downloads/",
  836. "license": [
  837. "Apache-2.0"
  838. ],
  839. "authors": [
  840. {
  841. "name": "liu21st",
  842. "email": "liu21st@gmail.com"
  843. },
  844. {
  845. "name": "yunwuxin",
  846. "email": "448901948@qq.com"
  847. }
  848. ],
  849. "description": "the new thinkphp framework",
  850. "homepage": "http://thinkphp.cn/",
  851. "keywords": [
  852. "framework",
  853. "orm",
  854. "thinkphp"
  855. ],
  856. "time": "2020-10-09T07:36:44+00:00"
  857. },
  858. {
  859. "name": "topthink/think-installer",
  860. "version": "v2.0.1",
  861. "source": {
  862. "type": "git",
  863. "url": "https://github.com/top-think/think-installer.git",
  864. "reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9"
  865. },
  866. "dist": {
  867. "type": "zip",
  868. "url": "https://api.github.com/repos/top-think/think-installer/zipball/52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
  869. "reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
  870. "shasum": "",
  871. "mirrors": [
  872. {
  873. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  874. "preferred": true
  875. }
  876. ]
  877. },
  878. "require": {
  879. "composer-plugin-api": "^1.0||^2.0"
  880. },
  881. "require-dev": {
  882. "composer/composer": "^1.0||^2.0"
  883. },
  884. "type": "composer-plugin",
  885. "extra": {
  886. "class": "think\\composer\\Plugin"
  887. },
  888. "autoload": {
  889. "psr-4": {
  890. "think\\composer\\": "src"
  891. }
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "Apache-2.0"
  896. ],
  897. "authors": [
  898. {
  899. "name": "yunwuxin",
  900. "email": "448901948@qq.com"
  901. }
  902. ],
  903. "time": "2020-10-27T05:43:17+00:00"
  904. }
  905. ],
  906. "packages-dev": [],
  907. "aliases": [],
  908. "minimum-stability": "stable",
  909. "stability-flags": {
  910. "getuilaboratory/getui-pushapi-php-client": 20
  911. },
  912. "prefer-stable": false,
  913. "prefer-lowest": false,
  914. "platform": {
  915. "php": ">=5.6.0"
  916. },
  917. "platform-dev": []
  918. }