installed.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. [
  2. {
  3. "name": "league/flysystem",
  4. "version": "1.0.70",
  5. "version_normalized": "1.0.70.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/thephpleague/flysystem.git",
  9. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  14. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-fileinfo": "*",
  19. "php": ">=5.5.9"
  20. },
  21. "conflict": {
  22. "league/flysystem-sftp": "<1.0.6"
  23. },
  24. "require-dev": {
  25. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  26. "phpunit/phpunit": "^5.7.26"
  27. },
  28. "suggest": {
  29. "ext-fileinfo": "Required for MimeType",
  30. "ext-ftp": "Allows you to use FTP server storage",
  31. "ext-openssl": "Allows you to use FTPS server storage",
  32. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  33. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  34. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  35. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  36. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  37. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  38. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  39. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  40. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  41. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  42. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  43. },
  44. "time": "2020-07-26T07:20:36+00:00",
  45. "type": "library",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "1.1-dev"
  49. }
  50. },
  51. "installation-source": "dist",
  52. "autoload": {
  53. "psr-4": {
  54. "League\\Flysystem\\": "src/"
  55. }
  56. },
  57. "notification-url": "https://packagist.org/downloads/",
  58. "license": [
  59. "MIT"
  60. ],
  61. "authors": [
  62. {
  63. "name": "Frank de Jonge",
  64. "email": "info@frenky.net"
  65. }
  66. ],
  67. "description": "Filesystem abstraction: Many filesystems, one API.",
  68. "keywords": [
  69. "Cloud Files",
  70. "WebDAV",
  71. "abstraction",
  72. "aws",
  73. "cloud",
  74. "copy.com",
  75. "dropbox",
  76. "file systems",
  77. "files",
  78. "filesystem",
  79. "filesystems",
  80. "ftp",
  81. "rackspace",
  82. "remote",
  83. "s3",
  84. "sftp",
  85. "storage"
  86. ]
  87. },
  88. {
  89. "name": "league/flysystem-cached-adapter",
  90. "version": "1.1.0",
  91. "version_normalized": "1.1.0.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  95. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  100. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "league/flysystem": "~1.0",
  105. "psr/cache": "^1.0.0"
  106. },
  107. "require-dev": {
  108. "mockery/mockery": "~0.9",
  109. "phpspec/phpspec": "^3.4",
  110. "phpunit/phpunit": "^5.7",
  111. "predis/predis": "~1.0",
  112. "tedivm/stash": "~0.12"
  113. },
  114. "suggest": {
  115. "ext-phpredis": "Pure C implemented extension for PHP"
  116. },
  117. "time": "2020-07-25T15:56:04+00:00",
  118. "type": "library",
  119. "installation-source": "dist",
  120. "autoload": {
  121. "psr-4": {
  122. "League\\Flysystem\\Cached\\": "src/"
  123. }
  124. },
  125. "notification-url": "https://packagist.org/downloads/",
  126. "license": [
  127. "MIT"
  128. ],
  129. "authors": [
  130. {
  131. "name": "frankdejonge",
  132. "email": "info@frenky.net"
  133. }
  134. ],
  135. "description": "An adapter decorator to enable meta-data caching."
  136. },
  137. {
  138. "name": "psr/cache",
  139. "version": "1.0.1",
  140. "version_normalized": "1.0.1.0",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/php-fig/cache.git",
  144. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  149. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "php": ">=5.3.0"
  154. },
  155. "time": "2016-08-06T20:24:11+00:00",
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "1.0.x-dev"
  160. }
  161. },
  162. "installation-source": "dist",
  163. "autoload": {
  164. "psr-4": {
  165. "Psr\\Cache\\": "src/"
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "PHP-FIG",
  175. "homepage": "http://www.php-fig.org/"
  176. }
  177. ],
  178. "description": "Common interface for caching libraries",
  179. "keywords": [
  180. "cache",
  181. "psr",
  182. "psr-6"
  183. ]
  184. },
  185. {
  186. "name": "psr/container",
  187. "version": "1.0.0",
  188. "version_normalized": "1.0.0.0",
  189. "source": {
  190. "type": "git",
  191. "url": "https://github.com/php-fig/container.git",
  192. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  193. },
  194. "dist": {
  195. "type": "zip",
  196. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  197. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  198. "shasum": ""
  199. },
  200. "require": {
  201. "php": ">=5.3.0"
  202. },
  203. "time": "2017-02-14T16:28:37+00:00",
  204. "type": "library",
  205. "extra": {
  206. "branch-alias": {
  207. "dev-master": "1.0.x-dev"
  208. }
  209. },
  210. "installation-source": "dist",
  211. "autoload": {
  212. "psr-4": {
  213. "Psr\\Container\\": "src/"
  214. }
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "PHP-FIG",
  223. "homepage": "http://www.php-fig.org/"
  224. }
  225. ],
  226. "description": "Common Container Interface (PHP FIG PSR-11)",
  227. "homepage": "https://github.com/php-fig/container",
  228. "keywords": [
  229. "PSR-11",
  230. "container",
  231. "container-interface",
  232. "container-interop",
  233. "psr"
  234. ]
  235. },
  236. {
  237. "name": "psr/log",
  238. "version": "1.1.4",
  239. "version_normalized": "1.1.4.0",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/php-fig/log.git",
  243. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  248. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  249. "shasum": ""
  250. },
  251. "require": {
  252. "php": ">=5.3.0"
  253. },
  254. "time": "2021-05-03T11:20:27+00:00",
  255. "type": "library",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.1.x-dev"
  259. }
  260. },
  261. "installation-source": "dist",
  262. "autoload": {
  263. "psr-4": {
  264. "Psr\\Log\\": "Psr/Log/"
  265. }
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "PHP-FIG",
  274. "homepage": "https://www.php-fig.org/"
  275. }
  276. ],
  277. "description": "Common interface for logging libraries",
  278. "homepage": "https://github.com/php-fig/log",
  279. "keywords": [
  280. "log",
  281. "psr",
  282. "psr-3"
  283. ]
  284. },
  285. {
  286. "name": "psr/simple-cache",
  287. "version": "1.0.1",
  288. "version_normalized": "1.0.1.0",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/php-fig/simple-cache.git",
  292. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  297. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "php": ">=5.3.0"
  302. },
  303. "time": "2017-10-23T01:57:42+00:00",
  304. "type": "library",
  305. "extra": {
  306. "branch-alias": {
  307. "dev-master": "1.0.x-dev"
  308. }
  309. },
  310. "installation-source": "dist",
  311. "autoload": {
  312. "psr-4": {
  313. "Psr\\SimpleCache\\": "src/"
  314. }
  315. },
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "MIT"
  319. ],
  320. "authors": [
  321. {
  322. "name": "PHP-FIG",
  323. "homepage": "http://www.php-fig.org/"
  324. }
  325. ],
  326. "description": "Common interfaces for simple caching",
  327. "keywords": [
  328. "cache",
  329. "caching",
  330. "psr",
  331. "psr-16",
  332. "simple-cache"
  333. ]
  334. },
  335. {
  336. "name": "symfony/polyfill-mbstring",
  337. "version": "v1.25.0",
  338. "version_normalized": "1.25.0.0",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/symfony/polyfill-mbstring.git",
  342. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  347. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "php": ">=7.1"
  352. },
  353. "provide": {
  354. "ext-mbstring": "*"
  355. },
  356. "suggest": {
  357. "ext-mbstring": "For best performance"
  358. },
  359. "time": "2021-11-30T18:21:41+00:00",
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-main": "1.23-dev"
  364. },
  365. "thanks": {
  366. "name": "symfony/polyfill",
  367. "url": "https://github.com/symfony/polyfill"
  368. }
  369. },
  370. "installation-source": "dist",
  371. "autoload": {
  372. "files": [
  373. "bootstrap.php"
  374. ],
  375. "psr-4": {
  376. "Symfony\\Polyfill\\Mbstring\\": ""
  377. }
  378. },
  379. "notification-url": "https://packagist.org/downloads/",
  380. "license": [
  381. "MIT"
  382. ],
  383. "authors": [
  384. {
  385. "name": "Nicolas Grekas",
  386. "email": "p@tchwork.com"
  387. },
  388. {
  389. "name": "Symfony Community",
  390. "homepage": "https://symfony.com/contributors"
  391. }
  392. ],
  393. "description": "Symfony polyfill for the Mbstring extension",
  394. "homepage": "https://symfony.com",
  395. "keywords": [
  396. "compatibility",
  397. "mbstring",
  398. "polyfill",
  399. "portable",
  400. "shim"
  401. ]
  402. },
  403. {
  404. "name": "symfony/polyfill-php72",
  405. "version": "v1.25.0",
  406. "version_normalized": "1.25.0.0",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/symfony/polyfill-php72.git",
  410. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  415. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": ">=7.1"
  420. },
  421. "time": "2021-05-27T09:17:38+00:00",
  422. "type": "library",
  423. "extra": {
  424. "branch-alias": {
  425. "dev-main": "1.23-dev"
  426. },
  427. "thanks": {
  428. "name": "symfony/polyfill",
  429. "url": "https://github.com/symfony/polyfill"
  430. }
  431. },
  432. "installation-source": "dist",
  433. "autoload": {
  434. "files": [
  435. "bootstrap.php"
  436. ],
  437. "psr-4": {
  438. "Symfony\\Polyfill\\Php72\\": ""
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "MIT"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Nicolas Grekas",
  448. "email": "p@tchwork.com"
  449. },
  450. {
  451. "name": "Symfony Community",
  452. "homepage": "https://symfony.com/contributors"
  453. }
  454. ],
  455. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  456. "homepage": "https://symfony.com",
  457. "keywords": [
  458. "compatibility",
  459. "polyfill",
  460. "portable",
  461. "shim"
  462. ]
  463. },
  464. {
  465. "name": "symfony/polyfill-php80",
  466. "version": "v1.25.0",
  467. "version_normalized": "1.25.0.0",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/symfony/polyfill-php80.git",
  471. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  476. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": ">=7.1"
  481. },
  482. "time": "2022-03-04T08:16:47+00:00",
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. "dev-main": "1.23-dev"
  487. },
  488. "thanks": {
  489. "name": "symfony/polyfill",
  490. "url": "https://github.com/symfony/polyfill"
  491. }
  492. },
  493. "installation-source": "dist",
  494. "autoload": {
  495. "files": [
  496. "bootstrap.php"
  497. ],
  498. "psr-4": {
  499. "Symfony\\Polyfill\\Php80\\": ""
  500. },
  501. "classmap": [
  502. "Resources/stubs"
  503. ]
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "Ion Bazan",
  512. "email": "ion.bazan@gmail.com"
  513. },
  514. {
  515. "name": "Nicolas Grekas",
  516. "email": "p@tchwork.com"
  517. },
  518. {
  519. "name": "Symfony Community",
  520. "homepage": "https://symfony.com/contributors"
  521. }
  522. ],
  523. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  524. "homepage": "https://symfony.com",
  525. "keywords": [
  526. "compatibility",
  527. "polyfill",
  528. "portable",
  529. "shim"
  530. ]
  531. },
  532. {
  533. "name": "symfony/var-dumper",
  534. "version": "v4.4.39",
  535. "version_normalized": "4.4.39.0",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/symfony/var-dumper.git",
  539. "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
  544. "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "php": ">=7.1.3",
  549. "symfony/polyfill-mbstring": "~1.0",
  550. "symfony/polyfill-php72": "~1.5",
  551. "symfony/polyfill-php80": "^1.16"
  552. },
  553. "conflict": {
  554. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  555. "symfony/console": "<3.4"
  556. },
  557. "require-dev": {
  558. "ext-iconv": "*",
  559. "symfony/console": "^3.4|^4.0|^5.0",
  560. "symfony/process": "^4.4|^5.0",
  561. "twig/twig": "^1.43|^2.13|^3.0.4"
  562. },
  563. "suggest": {
  564. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  565. "ext-intl": "To show region name in time zone dump",
  566. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  567. },
  568. "time": "2022-02-25T10:38:15+00:00",
  569. "bin": [
  570. "Resources/bin/var-dump-server"
  571. ],
  572. "type": "library",
  573. "installation-source": "dist",
  574. "autoload": {
  575. "files": [
  576. "Resources/functions/dump.php"
  577. ],
  578. "psr-4": {
  579. "Symfony\\Component\\VarDumper\\": ""
  580. },
  581. "exclude-from-classmap": [
  582. "/Tests/"
  583. ]
  584. },
  585. "notification-url": "https://packagist.org/downloads/",
  586. "license": [
  587. "MIT"
  588. ],
  589. "authors": [
  590. {
  591. "name": "Nicolas Grekas",
  592. "email": "p@tchwork.com"
  593. },
  594. {
  595. "name": "Symfony Community",
  596. "homepage": "https://symfony.com/contributors"
  597. }
  598. ],
  599. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  600. "homepage": "https://symfony.com",
  601. "keywords": [
  602. "debug",
  603. "dump"
  604. ]
  605. },
  606. {
  607. "name": "topthink/framework",
  608. "version": "v6.0.8",
  609. "version_normalized": "6.0.8.0",
  610. "source": {
  611. "type": "git",
  612. "url": "https://github.com/top-think/framework.git",
  613. "reference": "4789343672aef06d571d556da369c0e156609bce"
  614. },
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://api.github.com/repos/top-think/framework/zipball/4789343672aef06d571d556da369c0e156609bce",
  618. "reference": "4789343672aef06d571d556da369c0e156609bce",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "ext-json": "*",
  623. "ext-mbstring": "*",
  624. "league/flysystem": "^1.0",
  625. "league/flysystem-cached-adapter": "^1.0",
  626. "php": ">=7.1.0",
  627. "psr/container": "~1.0",
  628. "psr/log": "~1.0",
  629. "psr/simple-cache": "^1.0",
  630. "topthink/think-helper": "^3.1.1",
  631. "topthink/think-orm": "^2.0"
  632. },
  633. "require-dev": {
  634. "mikey179/vfsstream": "^1.6",
  635. "mockery/mockery": "^1.2",
  636. "phpunit/phpunit": "^7.0"
  637. },
  638. "time": "2021-04-27T00:41:08+00:00",
  639. "type": "library",
  640. "installation-source": "dist",
  641. "autoload": {
  642. "files": [],
  643. "psr-4": {
  644. "think\\": "src/think/"
  645. }
  646. },
  647. "notification-url": "https://packagist.org/downloads/",
  648. "license": [
  649. "Apache-2.0"
  650. ],
  651. "authors": [
  652. {
  653. "name": "liu21st",
  654. "email": "liu21st@gmail.com"
  655. },
  656. {
  657. "name": "yunwuxin",
  658. "email": "448901948@qq.com"
  659. }
  660. ],
  661. "description": "The ThinkPHP Framework.",
  662. "homepage": "http://thinkphp.cn/",
  663. "keywords": [
  664. "framework",
  665. "orm",
  666. "thinkphp"
  667. ]
  668. },
  669. {
  670. "name": "topthink/think-helper",
  671. "version": "v3.1.6",
  672. "version_normalized": "3.1.6.0",
  673. "source": {
  674. "type": "git",
  675. "url": "https://github.com/top-think/think-helper.git",
  676. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  677. },
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  681. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  682. "shasum": ""
  683. },
  684. "require": {
  685. "php": ">=7.1.0"
  686. },
  687. "require-dev": {
  688. "phpunit/phpunit": "^9.5"
  689. },
  690. "time": "2021-12-15T04:27:55+00:00",
  691. "type": "library",
  692. "installation-source": "dist",
  693. "autoload": {
  694. "files": [
  695. "src/helper.php"
  696. ],
  697. "psr-4": {
  698. "think\\": "src"
  699. }
  700. },
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "Apache-2.0"
  704. ],
  705. "authors": [
  706. {
  707. "name": "yunwuxin",
  708. "email": "448901948@qq.com"
  709. }
  710. ],
  711. "description": "The ThinkPHP6 Helper Package"
  712. },
  713. {
  714. "name": "topthink/think-orm",
  715. "version": "v2.0.53",
  716. "version_normalized": "2.0.53.0",
  717. "source": {
  718. "type": "git",
  719. "url": "https://github.com/top-think/think-orm.git",
  720. "reference": "06783eda65547a70ea686360a897759e1f873fff"
  721. },
  722. "dist": {
  723. "type": "zip",
  724. "url": "https://api.github.com/repos/top-think/think-orm/zipball/06783eda65547a70ea686360a897759e1f873fff",
  725. "reference": "06783eda65547a70ea686360a897759e1f873fff",
  726. "shasum": ""
  727. },
  728. "require": {
  729. "ext-json": "*",
  730. "ext-pdo": "*",
  731. "php": ">=7.1.0",
  732. "psr/log": "~1.0",
  733. "psr/simple-cache": "^1.0",
  734. "topthink/think-helper": "^3.1"
  735. },
  736. "require-dev": {
  737. "phpunit/phpunit": "^7|^8|^9.5"
  738. },
  739. "time": "2022-02-28T14:54:22+00:00",
  740. "type": "library",
  741. "installation-source": "dist",
  742. "autoload": {
  743. "files": [
  744. "stubs/load_stubs.php"
  745. ],
  746. "psr-4": {
  747. "think\\": "src"
  748. }
  749. },
  750. "notification-url": "https://packagist.org/downloads/",
  751. "license": [
  752. "Apache-2.0"
  753. ],
  754. "authors": [
  755. {
  756. "name": "liu21st",
  757. "email": "liu21st@gmail.com"
  758. }
  759. ],
  760. "description": "think orm",
  761. "keywords": [
  762. "database",
  763. "orm"
  764. ]
  765. },
  766. {
  767. "name": "topthink/think-trace",
  768. "version": "v1.4",
  769. "version_normalized": "1.4.0.0",
  770. "source": {
  771. "type": "git",
  772. "url": "https://github.com/top-think/think-trace.git",
  773. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  774. },
  775. "dist": {
  776. "type": "zip",
  777. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  778. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  779. "shasum": ""
  780. },
  781. "require": {
  782. "php": ">=7.1.0",
  783. "topthink/framework": "^6.0.0"
  784. },
  785. "time": "2020-06-29T05:27:28+00:00",
  786. "type": "library",
  787. "extra": {
  788. "think": {
  789. "services": [
  790. "think\\trace\\Service"
  791. ],
  792. "config": {
  793. "trace": "src/config.php"
  794. }
  795. }
  796. },
  797. "installation-source": "dist",
  798. "autoload": {
  799. "psr-4": {
  800. "think\\trace\\": "src"
  801. }
  802. },
  803. "notification-url": "https://packagist.org/downloads/",
  804. "license": [
  805. "Apache-2.0"
  806. ],
  807. "authors": [
  808. {
  809. "name": "liu21st",
  810. "email": "liu21st@gmail.com"
  811. }
  812. ],
  813. "description": "thinkphp debug trace"
  814. }
  815. ]