composer.lock 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  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": "ca8f414803112b39761003d8a64f421e",
  8. "packages": [
  9. {
  10. "name": "dodgepudding/wechat-php-sdk",
  11. "version": "1.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dodgepudding/wechat-php-sdk.git",
  15. "reference": "3a9b9601a07797497e8c428cfd20a29d37a66a35"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dodgepudding/wechat-php-sdk/zipball/3a9b9601a07797497e8c428cfd20a29d37a66a35",
  20. "reference": "3a9b9601a07797497e8c428cfd20a29d37a66a35",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.1.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "dodgepudding\\wechat\\sdk\\": ""
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "LGPL"
  35. ],
  36. "authors": [
  37. {
  38. "name": "dodgepudding",
  39. "email": "dodgepudding@gmail.com"
  40. },
  41. {
  42. "name": "binsee",
  43. "email": "binsee@163.com"
  44. }
  45. ],
  46. "description": "the wechat api library without framework dependency",
  47. "keywords": [
  48. "sample",
  49. "thinkphp",
  50. "wechat",
  51. "weixin"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/dodgepudding/wechat-php-sdk/issues",
  55. "source": "https://github.com/dodgepudding/wechat-php-sdk",
  56. "wiki": "https://github.com/dodgepudding/wechat-php-sdk/wiki"
  57. },
  58. "time": "2015-03-15T17:07:41+00:00"
  59. },
  60. {
  61. "name": "phpoffice/phpexcel",
  62. "version": "1.8.2",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/PHPOffice/PHPExcel.git",
  66. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  71. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "ext-mbstring": "*",
  76. "ext-xml": "*",
  77. "ext-xmlwriter": "*",
  78. "php": "^5.2|^7.0"
  79. },
  80. "require-dev": {
  81. "squizlabs/php_codesniffer": "2.*"
  82. },
  83. "type": "library",
  84. "autoload": {
  85. "psr-0": {
  86. "PHPExcel": "Classes/"
  87. }
  88. },
  89. "notification-url": "https://packagist.org/downloads/",
  90. "license": [
  91. "LGPL-2.1"
  92. ],
  93. "authors": [
  94. {
  95. "name": "Maarten Balliauw",
  96. "homepage": "http://blog.maartenballiauw.be"
  97. },
  98. {
  99. "name": "Erik Tilt"
  100. },
  101. {
  102. "name": "Franck Lefevre",
  103. "homepage": "http://rootslabs.net"
  104. },
  105. {
  106. "name": "Mark Baker",
  107. "homepage": "http://markbakeruk.net"
  108. }
  109. ],
  110. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  111. "homepage": "https://github.com/PHPOffice/PHPExcel",
  112. "keywords": [
  113. "OpenXML",
  114. "excel",
  115. "php",
  116. "spreadsheet",
  117. "xls",
  118. "xlsx"
  119. ],
  120. "support": {
  121. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  122. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  123. },
  124. "abandoned": "phpoffice/phpspreadsheet",
  125. "time": "2018-11-22T23:07:24+00:00"
  126. },
  127. {
  128. "name": "psr/container",
  129. "version": "1.1.1",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/php-fig/container.git",
  133. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  138. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "php": ">=7.2.0"
  143. },
  144. "type": "library",
  145. "autoload": {
  146. "psr-4": {
  147. "Psr\\Container\\": "src/"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "PHP-FIG",
  157. "homepage": "https://www.php-fig.org/"
  158. }
  159. ],
  160. "description": "Common Container Interface (PHP FIG PSR-11)",
  161. "homepage": "https://github.com/php-fig/container",
  162. "keywords": [
  163. "PSR-11",
  164. "container",
  165. "container-interface",
  166. "container-interop",
  167. "psr"
  168. ],
  169. "support": {
  170. "issues": "https://github.com/php-fig/container/issues",
  171. "source": "https://github.com/php-fig/container/tree/1.1.1"
  172. },
  173. "time": "2021-03-05T17:36:06+00:00"
  174. },
  175. {
  176. "name": "psr/http-message",
  177. "version": "1.1",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/php-fig/http-message.git",
  181. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  186. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": "^7.2 || ^8.0"
  191. },
  192. "type": "library",
  193. "extra": {
  194. "branch-alias": {
  195. "dev-master": "1.1.x-dev"
  196. }
  197. },
  198. "autoload": {
  199. "psr-4": {
  200. "Psr\\Http\\Message\\": "src/"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "PHP-FIG",
  210. "homepage": "http://www.php-fig.org/"
  211. }
  212. ],
  213. "description": "Common interface for HTTP messages",
  214. "homepage": "https://github.com/php-fig/http-message",
  215. "keywords": [
  216. "http",
  217. "http-message",
  218. "psr",
  219. "psr-7",
  220. "request",
  221. "response"
  222. ],
  223. "support": {
  224. "source": "https://github.com/php-fig/http-message/tree/1.1"
  225. },
  226. "time": "2023-04-04T09:50:52+00:00"
  227. },
  228. {
  229. "name": "psr/log",
  230. "version": "1.1.4",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/php-fig/log.git",
  234. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  239. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": ">=5.3.0"
  244. },
  245. "type": "library",
  246. "extra": {
  247. "branch-alias": {
  248. "dev-master": "1.1.x-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "Psr\\Log\\": "Psr/Log/"
  254. }
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "license": [
  258. "MIT"
  259. ],
  260. "authors": [
  261. {
  262. "name": "PHP-FIG",
  263. "homepage": "https://www.php-fig.org/"
  264. }
  265. ],
  266. "description": "Common interface for logging libraries",
  267. "homepage": "https://github.com/php-fig/log",
  268. "keywords": [
  269. "log",
  270. "psr",
  271. "psr-3"
  272. ],
  273. "support": {
  274. "source": "https://github.com/php-fig/log/tree/1.1.4"
  275. },
  276. "time": "2021-05-03T11:20:27+00:00"
  277. },
  278. {
  279. "name": "psr/simple-cache",
  280. "version": "1.0.1",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/php-fig/simple-cache.git",
  284. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  289. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  290. "shasum": ""
  291. },
  292. "require": {
  293. "php": ">=5.3.0"
  294. },
  295. "type": "library",
  296. "extra": {
  297. "branch-alias": {
  298. "dev-master": "1.0.x-dev"
  299. }
  300. },
  301. "autoload": {
  302. "psr-4": {
  303. "Psr\\SimpleCache\\": "src/"
  304. }
  305. },
  306. "notification-url": "https://packagist.org/downloads/",
  307. "license": [
  308. "MIT"
  309. ],
  310. "authors": [
  311. {
  312. "name": "PHP-FIG",
  313. "homepage": "http://www.php-fig.org/"
  314. }
  315. ],
  316. "description": "Common interfaces for simple caching",
  317. "keywords": [
  318. "cache",
  319. "caching",
  320. "psr",
  321. "psr-16",
  322. "simple-cache"
  323. ],
  324. "support": {
  325. "source": "https://github.com/php-fig/simple-cache/tree/master"
  326. },
  327. "time": "2017-10-23T01:57:42+00:00"
  328. },
  329. {
  330. "name": "topthink/framework",
  331. "version": "v6.1.5",
  332. "source": {
  333. "type": "git",
  334. "url": "https://github.com/top-think/framework.git",
  335. "reference": "57d1950a1844ef8d3098ea290032aeb92e2e32c3"
  336. },
  337. "dist": {
  338. "type": "zip",
  339. "url": "https://api.github.com/repos/top-think/framework/zipball/57d1950a1844ef8d3098ea290032aeb92e2e32c3",
  340. "reference": "57d1950a1844ef8d3098ea290032aeb92e2e32c3",
  341. "shasum": ""
  342. },
  343. "require": {
  344. "ext-json": "*",
  345. "ext-mbstring": "*",
  346. "php": ">=7.2.5",
  347. "psr/container": "~1.0",
  348. "psr/http-message": "^1.0",
  349. "psr/log": "~1.0",
  350. "psr/simple-cache": "^1.0",
  351. "topthink/think-helper": "^3.1.1",
  352. "topthink/think-orm": "^2.0|^3.0"
  353. },
  354. "require-dev": {
  355. "guzzlehttp/psr7": "^2.1.0",
  356. "mikey179/vfsstream": "^1.6",
  357. "mockery/mockery": "^1.2",
  358. "phpunit/phpunit": "^7.0"
  359. },
  360. "type": "library",
  361. "autoload": {
  362. "files": [],
  363. "psr-4": {
  364. "think\\": "src/think/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "Apache-2.0"
  370. ],
  371. "authors": [
  372. {
  373. "name": "liu21st",
  374. "email": "liu21st@gmail.com"
  375. },
  376. {
  377. "name": "yunwuxin",
  378. "email": "448901948@qq.com"
  379. }
  380. ],
  381. "description": "The ThinkPHP Framework.",
  382. "homepage": "http://thinkphp.cn/",
  383. "keywords": [
  384. "framework",
  385. "orm",
  386. "thinkphp"
  387. ],
  388. "support": {
  389. "issues": "https://github.com/top-think/framework/issues",
  390. "source": "https://github.com/top-think/framework/tree/v6.1.5"
  391. },
  392. "time": "2024-04-16T02:01:19+00:00"
  393. },
  394. {
  395. "name": "topthink/think-helper",
  396. "version": "v3.1.10",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/top-think/think-helper.git",
  400. "reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/top-think/think-helper/zipball/ac66cc0859a12cd5d73258f50f338aadc95e9b46",
  405. "reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46",
  406. "shasum": ""
  407. },
  408. "require": {
  409. "php": ">=7.1.0"
  410. },
  411. "require-dev": {
  412. "phpunit/phpunit": "^9.5"
  413. },
  414. "type": "library",
  415. "autoload": {
  416. "files": [
  417. "src/helper.php"
  418. ],
  419. "psr-4": {
  420. "think\\": "src"
  421. }
  422. },
  423. "notification-url": "https://packagist.org/downloads/",
  424. "license": [
  425. "Apache-2.0"
  426. ],
  427. "authors": [
  428. {
  429. "name": "yunwuxin",
  430. "email": "448901948@qq.com"
  431. }
  432. ],
  433. "description": "The ThinkPHP6 Helper Package",
  434. "support": {
  435. "issues": "https://github.com/top-think/think-helper/issues",
  436. "source": "https://github.com/top-think/think-helper/tree/v3.1.10"
  437. },
  438. "time": "2024-11-21T01:47:51+00:00"
  439. },
  440. {
  441. "name": "topthink/think-multi-app",
  442. "version": "v1.1.0",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/top-think/think-multi-app.git",
  446. "reference": "46df2e8be05ea02ae40f32140d656133aedfe4a5"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/46df2e8be05ea02ae40f32140d656133aedfe4a5",
  451. "reference": "46df2e8be05ea02ae40f32140d656133aedfe4a5",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "php": ">=7.1.0",
  456. "topthink/framework": "^6.0|^8.0"
  457. },
  458. "type": "library",
  459. "extra": {
  460. "think": {
  461. "services": [
  462. "think\\app\\Service"
  463. ]
  464. }
  465. },
  466. "autoload": {
  467. "psr-4": {
  468. "think\\app\\": "src"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "Apache-2.0"
  474. ],
  475. "authors": [
  476. {
  477. "name": "liu21st",
  478. "email": "liu21st@gmail.com"
  479. }
  480. ],
  481. "description": "thinkphp multi app support",
  482. "support": {
  483. "issues": "https://github.com/top-think/think-multi-app/issues",
  484. "source": "https://github.com/top-think/think-multi-app/tree/v1.1.0"
  485. },
  486. "time": "2024-11-22T04:11:23+00:00"
  487. },
  488. {
  489. "name": "topthink/think-orm",
  490. "version": "v2.0.62",
  491. "source": {
  492. "type": "git",
  493. "url": "https://github.com/top-think/think-orm.git",
  494. "reference": "e53bfea572a133039ad687077120de5521af617f"
  495. },
  496. "dist": {
  497. "type": "zip",
  498. "url": "https://api.github.com/repos/top-think/think-orm/zipball/e53bfea572a133039ad687077120de5521af617f",
  499. "reference": "e53bfea572a133039ad687077120de5521af617f",
  500. "shasum": ""
  501. },
  502. "require": {
  503. "ext-json": "*",
  504. "ext-pdo": "*",
  505. "php": ">=7.1.0",
  506. "psr/log": "^1.0|^2.0",
  507. "psr/simple-cache": "^1.0|^2.0",
  508. "topthink/think-helper": "^3.1"
  509. },
  510. "require-dev": {
  511. "phpunit/phpunit": "^7|^8|^9.5"
  512. },
  513. "type": "library",
  514. "autoload": {
  515. "files": [
  516. "stubs/load_stubs.php"
  517. ],
  518. "psr-4": {
  519. "think\\": "src"
  520. }
  521. },
  522. "notification-url": "https://packagist.org/downloads/",
  523. "license": [
  524. "Apache-2.0"
  525. ],
  526. "authors": [
  527. {
  528. "name": "liu21st",
  529. "email": "liu21st@gmail.com"
  530. }
  531. ],
  532. "description": "think orm",
  533. "keywords": [
  534. "database",
  535. "orm"
  536. ],
  537. "support": {
  538. "issues": "https://github.com/top-think/think-orm/issues",
  539. "source": "https://github.com/top-think/think-orm/tree/v2.0.62"
  540. },
  541. "time": "2024-09-22T06:17:47+00:00"
  542. }
  543. ],
  544. "packages-dev": [
  545. {
  546. "name": "symfony/polyfill-mbstring",
  547. "version": "v1.31.0",
  548. "source": {
  549. "type": "git",
  550. "url": "https://github.com/symfony/polyfill-mbstring.git",
  551. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  552. },
  553. "dist": {
  554. "type": "zip",
  555. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  556. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  557. "shasum": ""
  558. },
  559. "require": {
  560. "php": ">=7.2"
  561. },
  562. "provide": {
  563. "ext-mbstring": "*"
  564. },
  565. "suggest": {
  566. "ext-mbstring": "For best performance"
  567. },
  568. "type": "library",
  569. "extra": {
  570. "thanks": {
  571. "name": "symfony/polyfill",
  572. "url": "https://github.com/symfony/polyfill"
  573. }
  574. },
  575. "autoload": {
  576. "files": [
  577. "bootstrap.php"
  578. ],
  579. "psr-4": {
  580. "Symfony\\Polyfill\\Mbstring\\": ""
  581. }
  582. },
  583. "notification-url": "https://packagist.org/downloads/",
  584. "license": [
  585. "MIT"
  586. ],
  587. "authors": [
  588. {
  589. "name": "Nicolas Grekas",
  590. "email": "p@tchwork.com"
  591. },
  592. {
  593. "name": "Symfony Community",
  594. "homepage": "https://symfony.com/contributors"
  595. }
  596. ],
  597. "description": "Symfony polyfill for the Mbstring extension",
  598. "homepage": "https://symfony.com",
  599. "keywords": [
  600. "compatibility",
  601. "mbstring",
  602. "polyfill",
  603. "portable",
  604. "shim"
  605. ],
  606. "support": {
  607. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  608. },
  609. "funding": [
  610. {
  611. "url": "https://symfony.com/sponsor",
  612. "type": "custom"
  613. },
  614. {
  615. "url": "https://github.com/fabpot",
  616. "type": "github"
  617. },
  618. {
  619. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  620. "type": "tidelift"
  621. }
  622. ],
  623. "time": "2024-09-09T11:45:10+00:00"
  624. },
  625. {
  626. "name": "symfony/polyfill-php72",
  627. "version": "v1.31.0",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/symfony/polyfill-php72.git",
  631. "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
  636. "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": ">=7.2"
  641. },
  642. "type": "metapackage",
  643. "extra": {
  644. "thanks": {
  645. "name": "symfony/polyfill",
  646. "url": "https://github.com/symfony/polyfill"
  647. }
  648. },
  649. "notification-url": "https://packagist.org/downloads/",
  650. "license": [
  651. "MIT"
  652. ],
  653. "authors": [
  654. {
  655. "name": "Nicolas Grekas",
  656. "email": "p@tchwork.com"
  657. },
  658. {
  659. "name": "Symfony Community",
  660. "homepage": "https://symfony.com/contributors"
  661. }
  662. ],
  663. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  664. "homepage": "https://symfony.com",
  665. "keywords": [
  666. "compatibility",
  667. "polyfill",
  668. "portable",
  669. "shim"
  670. ],
  671. "support": {
  672. "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
  673. },
  674. "funding": [
  675. {
  676. "url": "https://symfony.com/sponsor",
  677. "type": "custom"
  678. },
  679. {
  680. "url": "https://github.com/fabpot",
  681. "type": "github"
  682. },
  683. {
  684. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  685. "type": "tidelift"
  686. }
  687. ],
  688. "time": "2024-09-09T11:45:10+00:00"
  689. },
  690. {
  691. "name": "symfony/polyfill-php80",
  692. "version": "v1.31.0",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/symfony/polyfill-php80.git",
  696. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
  697. },
  698. "dist": {
  699. "type": "zip",
  700. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  701. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  702. "shasum": ""
  703. },
  704. "require": {
  705. "php": ">=7.2"
  706. },
  707. "type": "library",
  708. "extra": {
  709. "thanks": {
  710. "name": "symfony/polyfill",
  711. "url": "https://github.com/symfony/polyfill"
  712. }
  713. },
  714. "autoload": {
  715. "files": [
  716. "bootstrap.php"
  717. ],
  718. "psr-4": {
  719. "Symfony\\Polyfill\\Php80\\": ""
  720. },
  721. "classmap": [
  722. "Resources/stubs"
  723. ]
  724. },
  725. "notification-url": "https://packagist.org/downloads/",
  726. "license": [
  727. "MIT"
  728. ],
  729. "authors": [
  730. {
  731. "name": "Ion Bazan",
  732. "email": "ion.bazan@gmail.com"
  733. },
  734. {
  735. "name": "Nicolas Grekas",
  736. "email": "p@tchwork.com"
  737. },
  738. {
  739. "name": "Symfony Community",
  740. "homepage": "https://symfony.com/contributors"
  741. }
  742. ],
  743. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  744. "homepage": "https://symfony.com",
  745. "keywords": [
  746. "compatibility",
  747. "polyfill",
  748. "portable",
  749. "shim"
  750. ],
  751. "support": {
  752. "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
  753. },
  754. "funding": [
  755. {
  756. "url": "https://symfony.com/sponsor",
  757. "type": "custom"
  758. },
  759. {
  760. "url": "https://github.com/fabpot",
  761. "type": "github"
  762. },
  763. {
  764. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  765. "type": "tidelift"
  766. }
  767. ],
  768. "time": "2024-09-09T11:45:10+00:00"
  769. },
  770. {
  771. "name": "symfony/var-dumper",
  772. "version": "v4.4.47",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/symfony/var-dumper.git",
  776. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  781. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "php": ">=7.1.3",
  786. "symfony/polyfill-mbstring": "~1.0",
  787. "symfony/polyfill-php72": "~1.5",
  788. "symfony/polyfill-php80": "^1.16"
  789. },
  790. "conflict": {
  791. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  792. "symfony/console": "<3.4"
  793. },
  794. "require-dev": {
  795. "ext-iconv": "*",
  796. "symfony/console": "^3.4|^4.0|^5.0",
  797. "symfony/process": "^4.4|^5.0",
  798. "twig/twig": "^1.43|^2.13|^3.0.4"
  799. },
  800. "suggest": {
  801. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  802. "ext-intl": "To show region name in time zone dump",
  803. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  804. },
  805. "bin": [
  806. "Resources/bin/var-dump-server"
  807. ],
  808. "type": "library",
  809. "autoload": {
  810. "files": [
  811. "Resources/functions/dump.php"
  812. ],
  813. "psr-4": {
  814. "Symfony\\Component\\VarDumper\\": ""
  815. },
  816. "exclude-from-classmap": [
  817. "/Tests/"
  818. ]
  819. },
  820. "notification-url": "https://packagist.org/downloads/",
  821. "license": [
  822. "MIT"
  823. ],
  824. "authors": [
  825. {
  826. "name": "Nicolas Grekas",
  827. "email": "p@tchwork.com"
  828. },
  829. {
  830. "name": "Symfony Community",
  831. "homepage": "https://symfony.com/contributors"
  832. }
  833. ],
  834. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  835. "homepage": "https://symfony.com",
  836. "keywords": [
  837. "debug",
  838. "dump"
  839. ],
  840. "support": {
  841. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  842. },
  843. "funding": [
  844. {
  845. "url": "https://symfony.com/sponsor",
  846. "type": "custom"
  847. },
  848. {
  849. "url": "https://github.com/fabpot",
  850. "type": "github"
  851. },
  852. {
  853. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  854. "type": "tidelift"
  855. }
  856. ],
  857. "time": "2022-10-03T15:15:11+00:00"
  858. },
  859. {
  860. "name": "topthink/think-trace",
  861. "version": "v1.6",
  862. "source": {
  863. "type": "git",
  864. "url": "https://github.com/top-think/think-trace.git",
  865. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
  866. },
  867. "dist": {
  868. "type": "zip",
  869. "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  870. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  871. "shasum": ""
  872. },
  873. "require": {
  874. "php": ">=7.1.0",
  875. "topthink/framework": "^6.0|^8.0"
  876. },
  877. "type": "library",
  878. "extra": {
  879. "think": {
  880. "services": [
  881. "think\\trace\\Service"
  882. ],
  883. "config": {
  884. "trace": "src/config.php"
  885. }
  886. }
  887. },
  888. "autoload": {
  889. "psr-4": {
  890. "think\\trace\\": "src"
  891. }
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "Apache-2.0"
  896. ],
  897. "authors": [
  898. {
  899. "name": "liu21st",
  900. "email": "liu21st@gmail.com"
  901. }
  902. ],
  903. "description": "thinkphp debug trace",
  904. "support": {
  905. "issues": "https://github.com/top-think/think-trace/issues",
  906. "source": "https://github.com/top-think/think-trace/tree/v1.6"
  907. },
  908. "time": "2023-02-07T08:36:32+00:00"
  909. }
  910. ],
  911. "aliases": [],
  912. "minimum-stability": "stable",
  913. "stability-flags": [],
  914. "prefer-stable": false,
  915. "prefer-lowest": false,
  916. "platform": {
  917. "php": ">=7.2.5"
  918. },
  919. "platform-dev": [],
  920. "plugin-api-version": "2.3.0"
  921. }