installed.json 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  1. {
  2. "packages": [
  3. {
  4. "name": "chamilo/pclzip",
  5. "version": "v2.8.4",
  6. "version_normalized": "2.8.4.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/chamilo/pclzip.git",
  10. "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/chamilo/pclzip/zipball/b94b7a190e186a31bd37f21be3a83a48c7d6b49a",
  15. "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a",
  16. "shasum": ""
  17. },
  18. "replace": {
  19. "pclzip/pclzip": "^2.8"
  20. },
  21. "time": "2017-11-28T22:14:11+00:00",
  22. "type": "library",
  23. "installation-source": "dist",
  24. "autoload": {
  25. "classmap": [
  26. "pclzip.lib.php"
  27. ]
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "LGPL-2.1"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Vincent Blavet"
  36. }
  37. ],
  38. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  39. "homepage": "https://github.com/chamilo/pclzip",
  40. "keywords": [
  41. "php",
  42. "zip"
  43. ],
  44. "support": {
  45. "issues": "https://github.com/chamilo/pclzip/issues",
  46. "source": "https://github.com/chamilo/pclzip/tree/v2.8.4"
  47. },
  48. "install-path": "../chamilo/pclzip"
  49. },
  50. {
  51. "name": "electrolinux/phpquery",
  52. "version": "0.9.6",
  53. "version_normalized": "0.9.6.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/electrolinux/phpquery.git",
  57. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  62. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  63. "shasum": ""
  64. },
  65. "time": "2013-03-21T12:39:33+00:00",
  66. "type": "library",
  67. "installation-source": "dist",
  68. "autoload": {
  69. "classmap": [
  70. "phpQuery/"
  71. ]
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Tobiasz Cudnik",
  80. "email": "tobiasz.cudnik@gmail.com",
  81. "homepage": "https://github.com/TobiaszCudnik",
  82. "role": "Developer"
  83. },
  84. {
  85. "name": "didier Belot",
  86. "role": "Packager"
  87. }
  88. ],
  89. "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
  90. "homepage": "http://code.google.com/p/phpquery/",
  91. "support": {
  92. "source": "https://github.com/electrolinux/phpquery/tree/0.9.6"
  93. },
  94. "install-path": "../electrolinux/phpquery"
  95. },
  96. {
  97. "name": "ezyang/htmlpurifier",
  98. "version": "v4.14.0",
  99. "version_normalized": "4.14.0.0",
  100. "source": {
  101. "type": "git",
  102. "url": "https://github.com/ezyang/htmlpurifier.git",
  103. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
  104. },
  105. "dist": {
  106. "type": "zip",
  107. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  108. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  109. "shasum": ""
  110. },
  111. "require": {
  112. "php": ">=5.2"
  113. },
  114. "time": "2021-12-25T01:21:49+00:00",
  115. "type": "library",
  116. "installation-source": "dist",
  117. "autoload": {
  118. "psr-0": {
  119. "HTMLPurifier": "library/"
  120. },
  121. "files": [
  122. "library/HTMLPurifier.composer.php"
  123. ],
  124. "exclude-from-classmap": [
  125. "/library/HTMLPurifier/Language/"
  126. ]
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "LGPL-2.1-or-later"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Edward Z. Yang",
  135. "email": "admin@htmlpurifier.org",
  136. "homepage": "http://ezyang.com"
  137. }
  138. ],
  139. "description": "Standards compliant HTML filter written in PHP",
  140. "homepage": "http://htmlpurifier.org/",
  141. "keywords": [
  142. "html"
  143. ],
  144. "support": {
  145. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  146. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
  147. },
  148. "install-path": "../ezyang/htmlpurifier"
  149. },
  150. {
  151. "name": "league/flysystem",
  152. "version": "1.1.9",
  153. "version_normalized": "1.1.9.0",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/thephpleague/flysystem.git",
  157. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  162. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "ext-fileinfo": "*",
  167. "league/mime-type-detection": "^1.3",
  168. "php": "^7.2.5 || ^8.0"
  169. },
  170. "conflict": {
  171. "league/flysystem-sftp": "<1.0.6"
  172. },
  173. "require-dev": {
  174. "phpspec/prophecy": "^1.11.1",
  175. "phpunit/phpunit": "^8.5.8"
  176. },
  177. "suggest": {
  178. "ext-ftp": "Allows you to use FTP server storage",
  179. "ext-openssl": "Allows you to use FTPS server storage",
  180. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  181. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  182. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  183. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  184. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  185. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  186. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  187. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  188. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  189. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  190. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  191. },
  192. "time": "2021-12-09T09:40:50+00:00",
  193. "type": "library",
  194. "extra": {
  195. "branch-alias": {
  196. "dev-master": "1.1-dev"
  197. }
  198. },
  199. "installation-source": "dist",
  200. "autoload": {
  201. "psr-4": {
  202. "League\\Flysystem\\": "src/"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Frank de Jonge",
  212. "email": "info@frenky.net"
  213. }
  214. ],
  215. "description": "Filesystem abstraction: Many filesystems, one API.",
  216. "keywords": [
  217. "Cloud Files",
  218. "WebDAV",
  219. "abstraction",
  220. "aws",
  221. "cloud",
  222. "copy.com",
  223. "dropbox",
  224. "file systems",
  225. "files",
  226. "filesystem",
  227. "filesystems",
  228. "ftp",
  229. "rackspace",
  230. "remote",
  231. "s3",
  232. "sftp",
  233. "storage"
  234. ],
  235. "support": {
  236. "issues": "https://github.com/thephpleague/flysystem/issues",
  237. "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
  238. },
  239. "funding": [
  240. {
  241. "url": "https://offset.earth/frankdejonge",
  242. "type": "other"
  243. }
  244. ],
  245. "install-path": "../league/flysystem"
  246. },
  247. {
  248. "name": "league/flysystem-cached-adapter",
  249. "version": "1.1.0",
  250. "version_normalized": "1.1.0.0",
  251. "source": {
  252. "type": "git",
  253. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  254. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  255. },
  256. "dist": {
  257. "type": "zip",
  258. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  259. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  260. "shasum": ""
  261. },
  262. "require": {
  263. "league/flysystem": "~1.0",
  264. "psr/cache": "^1.0.0"
  265. },
  266. "require-dev": {
  267. "mockery/mockery": "~0.9",
  268. "phpspec/phpspec": "^3.4",
  269. "phpunit/phpunit": "^5.7",
  270. "predis/predis": "~1.0",
  271. "tedivm/stash": "~0.12"
  272. },
  273. "suggest": {
  274. "ext-phpredis": "Pure C implemented extension for PHP"
  275. },
  276. "time": "2020-07-25T15:56:04+00:00",
  277. "type": "library",
  278. "installation-source": "dist",
  279. "autoload": {
  280. "psr-4": {
  281. "League\\Flysystem\\Cached\\": "src/"
  282. }
  283. },
  284. "notification-url": "https://packagist.org/downloads/",
  285. "license": [
  286. "MIT"
  287. ],
  288. "authors": [
  289. {
  290. "name": "frankdejonge",
  291. "email": "info@frenky.net"
  292. }
  293. ],
  294. "description": "An adapter decorator to enable meta-data caching.",
  295. "support": {
  296. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  297. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  298. },
  299. "install-path": "../league/flysystem-cached-adapter"
  300. },
  301. {
  302. "name": "league/mime-type-detection",
  303. "version": "1.11.0",
  304. "version_normalized": "1.11.0.0",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/thephpleague/mime-type-detection.git",
  308. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  313. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "ext-fileinfo": "*",
  318. "php": "^7.2 || ^8.0"
  319. },
  320. "require-dev": {
  321. "friendsofphp/php-cs-fixer": "^3.2",
  322. "phpstan/phpstan": "^0.12.68",
  323. "phpunit/phpunit": "^8.5.8 || ^9.3"
  324. },
  325. "time": "2022-04-17T13:12:02+00:00",
  326. "type": "library",
  327. "installation-source": "dist",
  328. "autoload": {
  329. "psr-4": {
  330. "League\\MimeTypeDetection\\": "src"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Frank de Jonge",
  340. "email": "info@frankdejonge.nl"
  341. }
  342. ],
  343. "description": "Mime-type detection for Flysystem",
  344. "support": {
  345. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  346. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  347. },
  348. "funding": [
  349. {
  350. "url": "https://github.com/frankdejonge",
  351. "type": "github"
  352. },
  353. {
  354. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  355. "type": "tidelift"
  356. }
  357. ],
  358. "install-path": "../league/mime-type-detection"
  359. },
  360. {
  361. "name": "mindplay/annotations",
  362. "version": "1.3.3",
  363. "version_normalized": "1.3.3.0",
  364. "source": {
  365. "type": "git",
  366. "url": "https://github.com/php-annotations/php-annotations.git",
  367. "reference": "d314832b338b88299c4108361c858b0590798d2c"
  368. },
  369. "dist": {
  370. "type": "zip",
  371. "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/d314832b338b88299c4108361c858b0590798d2c",
  372. "reference": "d314832b338b88299c4108361c858b0590798d2c",
  373. "shasum": ""
  374. },
  375. "require": {
  376. "php": ">=5.3.3"
  377. },
  378. "require-dev": {
  379. "phpunit/php-code-coverage": "~1.2.1",
  380. "phpunit/php-file-iterator": ">=1.3.0@stable <2.0"
  381. },
  382. "time": "2022-07-16T15:11:03+00:00",
  383. "type": "library",
  384. "extra": {
  385. "branch-alias": {
  386. "dev-master": "1.3.x-dev"
  387. }
  388. },
  389. "installation-source": "dist",
  390. "autoload": {
  391. "psr-4": {
  392. "mindplay\\annotations\\": "src\\annotations"
  393. }
  394. },
  395. "notification-url": "https://packagist.org/downloads/",
  396. "license": [
  397. "LGPL-3.0+"
  398. ],
  399. "authors": [
  400. {
  401. "name": "Rasmus Schultz",
  402. "email": "rasmus@mindplay.dk"
  403. }
  404. ],
  405. "description": "Industrial-strength annotations for PHP",
  406. "homepage": "http://blog.mindplay.dk/",
  407. "keywords": [
  408. "annotations",
  409. "framework"
  410. ],
  411. "support": {
  412. "issues": "https://github.com/php-annotations/php-annotations/issues",
  413. "source": "https://github.com/php-annotations/php-annotations/tree/1.3.3"
  414. },
  415. "install-path": "../mindplay/annotations"
  416. },
  417. {
  418. "name": "phpmailer/phpmailer",
  419. "version": "v6.6.3",
  420. "version_normalized": "6.6.3.0",
  421. "source": {
  422. "type": "git",
  423. "url": "https://github.com/PHPMailer/PHPMailer.git",
  424. "reference": "9400f305a898f194caff5521f64e5dfa926626f3"
  425. },
  426. "dist": {
  427. "type": "zip",
  428. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
  429. "reference": "9400f305a898f194caff5521f64e5dfa926626f3",
  430. "shasum": ""
  431. },
  432. "require": {
  433. "ext-ctype": "*",
  434. "ext-filter": "*",
  435. "ext-hash": "*",
  436. "php": ">=5.5.0"
  437. },
  438. "require-dev": {
  439. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  440. "doctrine/annotations": "^1.2",
  441. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  442. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  443. "phpcompatibility/php-compatibility": "^9.3.5",
  444. "roave/security-advisories": "dev-latest",
  445. "squizlabs/php_codesniffer": "^3.6.2",
  446. "yoast/phpunit-polyfills": "^1.0.0"
  447. },
  448. "suggest": {
  449. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  450. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  451. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  452. "psr/log": "For optional PSR-3 debug logging",
  453. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  454. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  455. },
  456. "time": "2022-06-20T09:21:02+00:00",
  457. "type": "library",
  458. "installation-source": "dist",
  459. "autoload": {
  460. "psr-4": {
  461. "PHPMailer\\PHPMailer\\": "src/"
  462. }
  463. },
  464. "notification-url": "https://packagist.org/downloads/",
  465. "license": [
  466. "LGPL-2.1-only"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Marcus Bointon",
  471. "email": "phpmailer@synchromedia.co.uk"
  472. },
  473. {
  474. "name": "Jim Jagielski",
  475. "email": "jimjag@gmail.com"
  476. },
  477. {
  478. "name": "Andy Prevost",
  479. "email": "codeworxtech@users.sourceforge.net"
  480. },
  481. {
  482. "name": "Brent R. Matzelle"
  483. }
  484. ],
  485. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  486. "support": {
  487. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  488. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
  489. },
  490. "funding": [
  491. {
  492. "url": "https://github.com/Synchro",
  493. "type": "github"
  494. }
  495. ],
  496. "install-path": "../phpmailer/phpmailer"
  497. },
  498. {
  499. "name": "psr/cache",
  500. "version": "1.0.1",
  501. "version_normalized": "1.0.1.0",
  502. "source": {
  503. "type": "git",
  504. "url": "https://github.com/php-fig/cache.git",
  505. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  506. },
  507. "dist": {
  508. "type": "zip",
  509. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  510. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  511. "shasum": ""
  512. },
  513. "require": {
  514. "php": ">=5.3.0"
  515. },
  516. "time": "2016-08-06T20:24:11+00:00",
  517. "type": "library",
  518. "extra": {
  519. "branch-alias": {
  520. "dev-master": "1.0.x-dev"
  521. }
  522. },
  523. "installation-source": "dist",
  524. "autoload": {
  525. "psr-4": {
  526. "Psr\\Cache\\": "src/"
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "MIT"
  532. ],
  533. "authors": [
  534. {
  535. "name": "PHP-FIG",
  536. "homepage": "http://www.php-fig.org/"
  537. }
  538. ],
  539. "description": "Common interface for caching libraries",
  540. "keywords": [
  541. "cache",
  542. "psr",
  543. "psr-6"
  544. ],
  545. "support": {
  546. "source": "https://github.com/php-fig/cache/tree/master"
  547. },
  548. "install-path": "../psr/cache"
  549. },
  550. {
  551. "name": "psr/container",
  552. "version": "1.1.2",
  553. "version_normalized": "1.1.2.0",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/php-fig/container.git",
  557. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  562. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "php": ">=7.4.0"
  567. },
  568. "time": "2021-11-05T16:50:12+00:00",
  569. "type": "library",
  570. "installation-source": "dist",
  571. "autoload": {
  572. "psr-4": {
  573. "Psr\\Container\\": "src/"
  574. }
  575. },
  576. "notification-url": "https://packagist.org/downloads/",
  577. "license": [
  578. "MIT"
  579. ],
  580. "authors": [
  581. {
  582. "name": "PHP-FIG",
  583. "homepage": "https://www.php-fig.org/"
  584. }
  585. ],
  586. "description": "Common Container Interface (PHP FIG PSR-11)",
  587. "homepage": "https://github.com/php-fig/container",
  588. "keywords": [
  589. "PSR-11",
  590. "container",
  591. "container-interface",
  592. "container-interop",
  593. "psr"
  594. ],
  595. "support": {
  596. "issues": "https://github.com/php-fig/container/issues",
  597. "source": "https://github.com/php-fig/container/tree/1.1.2"
  598. },
  599. "install-path": "../psr/container"
  600. },
  601. {
  602. "name": "psr/http-message",
  603. "version": "1.0.1",
  604. "version_normalized": "1.0.1.0",
  605. "source": {
  606. "type": "git",
  607. "url": "https://github.com/php-fig/http-message.git",
  608. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  609. },
  610. "dist": {
  611. "type": "zip",
  612. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  613. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  614. "shasum": ""
  615. },
  616. "require": {
  617. "php": ">=5.3.0"
  618. },
  619. "time": "2016-08-06T14:39:51+00:00",
  620. "type": "library",
  621. "extra": {
  622. "branch-alias": {
  623. "dev-master": "1.0.x-dev"
  624. }
  625. },
  626. "installation-source": "dist",
  627. "autoload": {
  628. "psr-4": {
  629. "Psr\\Http\\Message\\": "src/"
  630. }
  631. },
  632. "notification-url": "https://packagist.org/downloads/",
  633. "license": [
  634. "MIT"
  635. ],
  636. "authors": [
  637. {
  638. "name": "PHP-FIG",
  639. "homepage": "http://www.php-fig.org/"
  640. }
  641. ],
  642. "description": "Common interface for HTTP messages",
  643. "homepage": "https://github.com/php-fig/http-message",
  644. "keywords": [
  645. "http",
  646. "http-message",
  647. "psr",
  648. "psr-7",
  649. "request",
  650. "response"
  651. ],
  652. "support": {
  653. "source": "https://github.com/php-fig/http-message/tree/master"
  654. },
  655. "install-path": "../psr/http-message"
  656. },
  657. {
  658. "name": "psr/log",
  659. "version": "1.1.4",
  660. "version_normalized": "1.1.4.0",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/php-fig/log.git",
  664. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  669. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  670. "shasum": ""
  671. },
  672. "require": {
  673. "php": ">=5.3.0"
  674. },
  675. "time": "2021-05-03T11:20:27+00:00",
  676. "type": "library",
  677. "extra": {
  678. "branch-alias": {
  679. "dev-master": "1.1.x-dev"
  680. }
  681. },
  682. "installation-source": "dist",
  683. "autoload": {
  684. "psr-4": {
  685. "Psr\\Log\\": "Psr/Log/"
  686. }
  687. },
  688. "notification-url": "https://packagist.org/downloads/",
  689. "license": [
  690. "MIT"
  691. ],
  692. "authors": [
  693. {
  694. "name": "PHP-FIG",
  695. "homepage": "https://www.php-fig.org/"
  696. }
  697. ],
  698. "description": "Common interface for logging libraries",
  699. "homepage": "https://github.com/php-fig/log",
  700. "keywords": [
  701. "log",
  702. "psr",
  703. "psr-3"
  704. ],
  705. "support": {
  706. "source": "https://github.com/php-fig/log/tree/1.1.4"
  707. },
  708. "install-path": "../psr/log"
  709. },
  710. {
  711. "name": "psr/simple-cache",
  712. "version": "1.0.1",
  713. "version_normalized": "1.0.1.0",
  714. "source": {
  715. "type": "git",
  716. "url": "https://github.com/php-fig/simple-cache.git",
  717. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  718. },
  719. "dist": {
  720. "type": "zip",
  721. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  722. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  723. "shasum": ""
  724. },
  725. "require": {
  726. "php": ">=5.3.0"
  727. },
  728. "time": "2017-10-23T01:57:42+00:00",
  729. "type": "library",
  730. "extra": {
  731. "branch-alias": {
  732. "dev-master": "1.0.x-dev"
  733. }
  734. },
  735. "installation-source": "dist",
  736. "autoload": {
  737. "psr-4": {
  738. "Psr\\SimpleCache\\": "src/"
  739. }
  740. },
  741. "notification-url": "https://packagist.org/downloads/",
  742. "license": [
  743. "MIT"
  744. ],
  745. "authors": [
  746. {
  747. "name": "PHP-FIG",
  748. "homepage": "http://www.php-fig.org/"
  749. }
  750. ],
  751. "description": "Common interfaces for simple caching",
  752. "keywords": [
  753. "cache",
  754. "caching",
  755. "psr",
  756. "psr-16",
  757. "simple-cache"
  758. ],
  759. "support": {
  760. "source": "https://github.com/php-fig/simple-cache/tree/master"
  761. },
  762. "install-path": "../psr/simple-cache"
  763. },
  764. {
  765. "name": "thinkcmf/cmf",
  766. "version": "v6.0.16",
  767. "version_normalized": "6.0.16.0",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/thinkcmf/cmf-core.git",
  771. "reference": "bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8",
  776. "reference": "bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8",
  777. "shasum": ""
  778. },
  779. "require": {
  780. "electrolinux/phpquery": "^0.9.6",
  781. "ezyang/htmlpurifier": "^4.9",
  782. "mindplay/annotations": "^1.3",
  783. "phpmailer/phpmailer": "~6.0",
  784. "thinkcmf/cmf-captcha": "^3.0",
  785. "thinkcmf/cmf-extend": "~5.1.0",
  786. "topthink/framework": "~6.0.0",
  787. "topthink/think-orm": "^2.0",
  788. "xia/migration": "^6.0"
  789. },
  790. "time": "2022-07-22T02:27:15+00:00",
  791. "type": "library",
  792. "installation-source": "dist",
  793. "autoload": {
  794. "files": [
  795. "src/common.php"
  796. ],
  797. "psr-4": {
  798. "cmf\\": "src",
  799. "think\\": "think"
  800. },
  801. "classmap": [
  802. "think/App.php",
  803. "think/Console.php",
  804. "think/View.php",
  805. "think/Route.php",
  806. "think/Http.php",
  807. "think/route/Rule.php",
  808. "think/route/Url.php",
  809. "think/route/dispatch/Controller.php",
  810. "think/route/dispatch/Url.php"
  811. ]
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "Apache-2.0"
  816. ],
  817. "authors": [
  818. {
  819. "name": "catman",
  820. "email": "catman@thinkcmf.com"
  821. }
  822. ],
  823. "description": "The ThinkCMF Core Package",
  824. "support": {
  825. "issues": "https://github.com/thinkcmf/cmf-core/issues",
  826. "source": "https://github.com/thinkcmf/cmf-core/tree/v6.0.16"
  827. },
  828. "install-path": "../thinkcmf/cmf"
  829. },
  830. {
  831. "name": "thinkcmf/cmf-api",
  832. "version": "v6.0.6",
  833. "version_normalized": "6.0.6.0",
  834. "source": {
  835. "type": "git",
  836. "url": "https://github.com/thinkcmf/cmf-api.git",
  837. "reference": "ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1"
  838. },
  839. "dist": {
  840. "type": "zip",
  841. "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1",
  842. "reference": "ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1",
  843. "shasum": ""
  844. },
  845. "require": {
  846. "thinkcmf/cmf": "^6.0.0"
  847. },
  848. "time": "2022-06-16T04:22:41+00:00",
  849. "type": "library",
  850. "installation-source": "dist",
  851. "autoload": {
  852. "files": [],
  853. "psr-4": {
  854. "api\\": "src"
  855. }
  856. },
  857. "notification-url": "https://packagist.org/downloads/",
  858. "license": [
  859. "Apache-2.0"
  860. ],
  861. "authors": [
  862. {
  863. "name": "catman",
  864. "email": "catman@thinkcmf.com"
  865. },
  866. {
  867. "name": "55",
  868. "email": "wuwu@wuwuseo.com"
  869. }
  870. ],
  871. "description": "The ThinkCMF 5.1 Core Api Package",
  872. "support": {
  873. "issues": "https://github.com/thinkcmf/cmf-api/issues",
  874. "source": "https://github.com/thinkcmf/cmf-api/tree/v6.0.6"
  875. },
  876. "install-path": "../thinkcmf/cmf-api"
  877. },
  878. {
  879. "name": "thinkcmf/cmf-app",
  880. "version": "v6.0.14",
  881. "version_normalized": "6.0.14.0",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/thinkcmf/cmf-app.git",
  885. "reference": "86d2536e4f5d0634ddec432161c94dfeaa0a65bf"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/86d2536e4f5d0634ddec432161c94dfeaa0a65bf",
  890. "reference": "86d2536e4f5d0634ddec432161c94dfeaa0a65bf",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "thinkcmf/cmf": "^6.0.0"
  895. },
  896. "time": "2022-07-22T02:29:32+00:00",
  897. "type": "library",
  898. "installation-source": "dist",
  899. "autoload": {
  900. "files": [],
  901. "psr-4": {
  902. "app\\": "src"
  903. }
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "Apache-2.0"
  908. ],
  909. "authors": [
  910. {
  911. "name": "catman",
  912. "email": "catman@thinkcmf.com"
  913. }
  914. ],
  915. "description": "The ThinkCMF App Package",
  916. "support": {
  917. "issues": "https://github.com/thinkcmf/cmf-app/issues",
  918. "source": "https://github.com/thinkcmf/cmf-app/tree/v6.0.14"
  919. },
  920. "install-path": "../thinkcmf/cmf-app"
  921. },
  922. {
  923. "name": "thinkcmf/cmf-appstore",
  924. "version": "v1.0.13",
  925. "version_normalized": "1.0.13.0",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/thinkcmf/cmf-appstore.git",
  929. "reference": "e911e790e63e1aa742569c4b022836d4743c5cc6"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/thinkcmf/cmf-appstore/zipball/e911e790e63e1aa742569c4b022836d4743c5cc6",
  934. "reference": "e911e790e63e1aa742569c4b022836d4743c5cc6",
  935. "shasum": ""
  936. },
  937. "require": {
  938. "chamilo/pclzip": "^2.8"
  939. },
  940. "time": "2022-07-22T02:31:35+00:00",
  941. "type": "library",
  942. "extra": {
  943. "think": {
  944. "services": [
  945. "app\\admin\\AppStoreService"
  946. ]
  947. }
  948. },
  949. "installation-source": "dist",
  950. "autoload": {
  951. "files": [],
  952. "psr-4": {
  953. "app\\admin\\": "src"
  954. }
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "Apache-2.0"
  959. ],
  960. "authors": [
  961. {
  962. "name": "catman",
  963. "email": "catman@thinkcmf.com"
  964. }
  965. ],
  966. "description": "The ThinkCMF App Store Package",
  967. "support": {
  968. "issues": "https://github.com/thinkcmf/cmf-appstore/issues",
  969. "source": "https://github.com/thinkcmf/cmf-appstore/tree/v1.0.13"
  970. },
  971. "install-path": "../thinkcmf/cmf-appstore"
  972. },
  973. {
  974. "name": "thinkcmf/cmf-captcha",
  975. "version": "v3.0.8",
  976. "version_normalized": "3.0.8.0",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/thinkcmf/cmf-captcha.git",
  980. "reference": "cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://api.github.com/repos/thinkcmf/cmf-captcha/zipball/cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c",
  985. "reference": "cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c",
  986. "shasum": ""
  987. },
  988. "require": {
  989. "topthink/framework": "^6.0.0"
  990. },
  991. "time": "2022-05-21T15:38:15+00:00",
  992. "type": "library",
  993. "installation-source": "dist",
  994. "autoload": {
  995. "psr-4": {
  996. "think\\captcha\\": "src/"
  997. }
  998. },
  999. "notification-url": "https://packagist.org/downloads/",
  1000. "license": [
  1001. "Apache-2.0"
  1002. ],
  1003. "authors": [
  1004. {
  1005. "name": "yunwuxin",
  1006. "email": "448901948@qq.com"
  1007. }
  1008. ],
  1009. "description": "captcha package for ThinkCMF",
  1010. "support": {
  1011. "source": "https://github.com/thinkcmf/cmf-captcha/tree/v3.0.8"
  1012. },
  1013. "install-path": "../thinkcmf/cmf-captcha"
  1014. },
  1015. {
  1016. "name": "thinkcmf/cmf-extend",
  1017. "version": "v5.1.4",
  1018. "version_normalized": "5.1.4.0",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/thinkcmf/cmf-extend.git",
  1022. "reference": "439590e44404902116065f35ede16928a534ae29"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/439590e44404902116065f35ede16928a534ae29",
  1027. "reference": "439590e44404902116065f35ede16928a534ae29",
  1028. "shasum": ""
  1029. },
  1030. "time": "2022-07-08T15:30:42+00:00",
  1031. "type": "library",
  1032. "installation-source": "dist",
  1033. "autoload": {
  1034. "files": [],
  1035. "psr-4": {
  1036. "dir\\": "src/dir",
  1037. "tree\\": "src/tree",
  1038. "wxapp\\": "src/wxapp"
  1039. }
  1040. },
  1041. "notification-url": "https://packagist.org/downloads/",
  1042. "license": [
  1043. "Apache-2.0"
  1044. ],
  1045. "authors": [
  1046. {
  1047. "name": "catman",
  1048. "email": "catman@thinkcmf.com"
  1049. }
  1050. ],
  1051. "description": "The ThinkCMF extend Package",
  1052. "support": {
  1053. "issues": "https://github.com/thinkcmf/cmf-extend/issues",
  1054. "source": "https://github.com/thinkcmf/cmf-extend/tree/v5.1.4"
  1055. },
  1056. "install-path": "../thinkcmf/cmf-extend"
  1057. },
  1058. {
  1059. "name": "thinkcmf/cmf-install",
  1060. "version": "v6.0.7",
  1061. "version_normalized": "6.0.7.0",
  1062. "source": {
  1063. "type": "git",
  1064. "url": "https://github.com/thinkcmf/cmf-install.git",
  1065. "reference": "965b37ddf6b9eafb1390e37cea7a4e93d795c25a"
  1066. },
  1067. "dist": {
  1068. "type": "zip",
  1069. "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/965b37ddf6b9eafb1390e37cea7a4e93d795c25a",
  1070. "reference": "965b37ddf6b9eafb1390e37cea7a4e93d795c25a",
  1071. "shasum": ""
  1072. },
  1073. "time": "2022-07-19T16:56:25+00:00",
  1074. "type": "library",
  1075. "installation-source": "dist",
  1076. "autoload": {
  1077. "files": [],
  1078. "psr-4": {
  1079. "app\\": "src"
  1080. }
  1081. },
  1082. "notification-url": "https://packagist.org/downloads/",
  1083. "license": [
  1084. "Apache-2.0"
  1085. ],
  1086. "authors": [
  1087. {
  1088. "name": "catman",
  1089. "email": "catman@thinkcmf.com"
  1090. }
  1091. ],
  1092. "description": "The ThinkCMF Install Package",
  1093. "support": {
  1094. "issues": "https://github.com/thinkcmf/cmf-install/issues",
  1095. "source": "https://github.com/thinkcmf/cmf-install/tree/v6.0.7"
  1096. },
  1097. "install-path": "../thinkcmf/cmf-install"
  1098. },
  1099. {
  1100. "name": "thinkcmf/cmf-root",
  1101. "version": "v1.0.10",
  1102. "version_normalized": "1.0.10.0",
  1103. "source": {
  1104. "type": "git",
  1105. "url": "https://github.com/thinkcmf/cmf-root.git",
  1106. "reference": "49b56d41d5a70de7feeff68742e61fcaa433fcac"
  1107. },
  1108. "dist": {
  1109. "type": "zip",
  1110. "url": "https://api.github.com/repos/thinkcmf/cmf-root/zipball/49b56d41d5a70de7feeff68742e61fcaa433fcac",
  1111. "reference": "49b56d41d5a70de7feeff68742e61fcaa433fcac",
  1112. "shasum": ""
  1113. },
  1114. "require": {
  1115. "composer-plugin-api": "^1.0||^2.0"
  1116. },
  1117. "require-dev": {
  1118. "composer/composer": "^1.0||^2.0"
  1119. },
  1120. "time": "2022-07-19T17:00:41+00:00",
  1121. "type": "composer-plugin",
  1122. "extra": {
  1123. "class": "cmf\\composer\\RootDirPlugin"
  1124. },
  1125. "installation-source": "dist",
  1126. "autoload": {
  1127. "psr-4": {
  1128. "cmf\\composer\\": "src"
  1129. }
  1130. },
  1131. "notification-url": "https://packagist.org/downloads/",
  1132. "license": [
  1133. "Apache-2.0"
  1134. ],
  1135. "authors": [
  1136. {
  1137. "name": "catman",
  1138. "email": "catman@thinkcmf.com"
  1139. }
  1140. ],
  1141. "description": "The files in ThinkCMF root dir",
  1142. "support": {
  1143. "issues": "https://github.com/thinkcmf/cmf-root/issues",
  1144. "source": "https://github.com/thinkcmf/cmf-root/tree/v1.0.10"
  1145. },
  1146. "install-path": "../thinkcmf/cmf-root"
  1147. },
  1148. {
  1149. "name": "topthink/framework",
  1150. "version": "v6.0.13",
  1151. "version_normalized": "6.0.13.0",
  1152. "source": {
  1153. "type": "git",
  1154. "url": "https://github.com/top-think/framework.git",
  1155. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6"
  1156. },
  1157. "dist": {
  1158. "type": "zip",
  1159. "url": "https://api.github.com/repos/top-think/framework/zipball/126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  1160. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  1161. "shasum": ""
  1162. },
  1163. "require": {
  1164. "ext-json": "*",
  1165. "ext-mbstring": "*",
  1166. "league/flysystem": "^1.1.4",
  1167. "league/flysystem-cached-adapter": "^1.0",
  1168. "php": ">=7.2.5",
  1169. "psr/container": "~1.0",
  1170. "psr/http-message": "^1.0",
  1171. "psr/log": "~1.0",
  1172. "psr/simple-cache": "^1.0",
  1173. "topthink/think-helper": "^3.1.1",
  1174. "topthink/think-orm": "^2.0"
  1175. },
  1176. "require-dev": {
  1177. "guzzlehttp/psr7": "^2.1.0",
  1178. "mikey179/vfsstream": "^1.6",
  1179. "mockery/mockery": "^1.2",
  1180. "phpunit/phpunit": "^7.0"
  1181. },
  1182. "time": "2022-07-15T02:52:08+00:00",
  1183. "type": "library",
  1184. "installation-source": "dist",
  1185. "autoload": {
  1186. "files": [],
  1187. "psr-4": {
  1188. "think\\": "src/think/"
  1189. }
  1190. },
  1191. "notification-url": "https://packagist.org/downloads/",
  1192. "license": [
  1193. "Apache-2.0"
  1194. ],
  1195. "authors": [
  1196. {
  1197. "name": "liu21st",
  1198. "email": "liu21st@gmail.com"
  1199. },
  1200. {
  1201. "name": "yunwuxin",
  1202. "email": "448901948@qq.com"
  1203. }
  1204. ],
  1205. "description": "The ThinkPHP Framework.",
  1206. "homepage": "http://thinkphp.cn/",
  1207. "keywords": [
  1208. "framework",
  1209. "orm",
  1210. "thinkphp"
  1211. ],
  1212. "support": {
  1213. "issues": "https://github.com/top-think/framework/issues",
  1214. "source": "https://github.com/top-think/framework/tree/v6.0.13"
  1215. },
  1216. "install-path": "../topthink/framework"
  1217. },
  1218. {
  1219. "name": "topthink/think-helper",
  1220. "version": "v3.1.6",
  1221. "version_normalized": "3.1.6.0",
  1222. "source": {
  1223. "type": "git",
  1224. "url": "https://github.com/top-think/think-helper.git",
  1225. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  1226. },
  1227. "dist": {
  1228. "type": "zip",
  1229. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1230. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1231. "shasum": ""
  1232. },
  1233. "require": {
  1234. "php": ">=7.1.0"
  1235. },
  1236. "require-dev": {
  1237. "phpunit/phpunit": "^9.5"
  1238. },
  1239. "time": "2021-12-15T04:27:55+00:00",
  1240. "type": "library",
  1241. "installation-source": "dist",
  1242. "autoload": {
  1243. "psr-4": {
  1244. "think\\": "src"
  1245. },
  1246. "files": [
  1247. "src/helper.php"
  1248. ]
  1249. },
  1250. "notification-url": "https://packagist.org/downloads/",
  1251. "license": [
  1252. "Apache-2.0"
  1253. ],
  1254. "authors": [
  1255. {
  1256. "name": "yunwuxin",
  1257. "email": "448901948@qq.com"
  1258. }
  1259. ],
  1260. "description": "The ThinkPHP6 Helper Package",
  1261. "support": {
  1262. "issues": "https://github.com/top-think/think-helper/issues",
  1263. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  1264. },
  1265. "install-path": "../topthink/think-helper"
  1266. },
  1267. {
  1268. "name": "topthink/think-orm",
  1269. "version": "v2.0.54",
  1270. "version_normalized": "2.0.54.0",
  1271. "source": {
  1272. "type": "git",
  1273. "url": "https://github.com/top-think/think-orm.git",
  1274. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
  1275. },
  1276. "dist": {
  1277. "type": "zip",
  1278. "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
  1279. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
  1280. "shasum": ""
  1281. },
  1282. "require": {
  1283. "ext-json": "*",
  1284. "ext-pdo": "*",
  1285. "php": ">=7.1.0",
  1286. "psr/log": "^1.0|^2.0",
  1287. "psr/simple-cache": "^1.0|^2.0",
  1288. "topthink/think-helper": "^3.1"
  1289. },
  1290. "require-dev": {
  1291. "phpunit/phpunit": "^7|^8|^9.5"
  1292. },
  1293. "time": "2022-07-05T05:25:51+00:00",
  1294. "type": "library",
  1295. "installation-source": "dist",
  1296. "autoload": {
  1297. "files": [
  1298. "stubs/load_stubs.php"
  1299. ],
  1300. "psr-4": {
  1301. "think\\": "src"
  1302. }
  1303. },
  1304. "notification-url": "https://packagist.org/downloads/",
  1305. "license": [
  1306. "Apache-2.0"
  1307. ],
  1308. "authors": [
  1309. {
  1310. "name": "liu21st",
  1311. "email": "liu21st@gmail.com"
  1312. }
  1313. ],
  1314. "description": "think orm",
  1315. "keywords": [
  1316. "database",
  1317. "orm"
  1318. ],
  1319. "support": {
  1320. "issues": "https://github.com/top-think/think-orm/issues",
  1321. "source": "https://github.com/top-think/think-orm/tree/v2.0.54"
  1322. },
  1323. "install-path": "../topthink/think-orm"
  1324. },
  1325. {
  1326. "name": "topthink/think-trace",
  1327. "version": "v1.4",
  1328. "version_normalized": "1.4.0.0",
  1329. "source": {
  1330. "type": "git",
  1331. "url": "https://github.com/top-think/think-trace.git",
  1332. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1333. },
  1334. "dist": {
  1335. "type": "zip",
  1336. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1337. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1338. "shasum": ""
  1339. },
  1340. "require": {
  1341. "php": ">=7.1.0",
  1342. "topthink/framework": "^6.0.0"
  1343. },
  1344. "time": "2020-06-29T05:27:28+00:00",
  1345. "type": "library",
  1346. "extra": {
  1347. "think": {
  1348. "services": [
  1349. "think\\trace\\Service"
  1350. ],
  1351. "config": {
  1352. "trace": "src/config.php"
  1353. }
  1354. }
  1355. },
  1356. "installation-source": "dist",
  1357. "autoload": {
  1358. "psr-4": {
  1359. "think\\trace\\": "src"
  1360. }
  1361. },
  1362. "notification-url": "https://packagist.org/downloads/",
  1363. "license": [
  1364. "Apache-2.0"
  1365. ],
  1366. "authors": [
  1367. {
  1368. "name": "liu21st",
  1369. "email": "liu21st@gmail.com"
  1370. }
  1371. ],
  1372. "description": "thinkphp debug trace",
  1373. "support": {
  1374. "issues": "https://github.com/top-think/think-trace/issues",
  1375. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1376. },
  1377. "install-path": "../topthink/think-trace"
  1378. },
  1379. {
  1380. "name": "xia/migration",
  1381. "version": "v6.0.1",
  1382. "version_normalized": "6.0.1.0",
  1383. "source": {
  1384. "type": "git",
  1385. "url": "https://github.com/449134904/artisan.git",
  1386. "reference": "368961c71db0612105104fba11765d788a04e5c6"
  1387. },
  1388. "dist": {
  1389. "type": "zip",
  1390. "url": "https://api.github.com/repos/449134904/artisan/zipball/368961c71db0612105104fba11765d788a04e5c6",
  1391. "reference": "368961c71db0612105104fba11765d788a04e5c6",
  1392. "shasum": ""
  1393. },
  1394. "require": {
  1395. "topthink/framework": "^6.0.0",
  1396. "topthink/think-helper": "^3.0.3"
  1397. },
  1398. "time": "2022-05-21T10:52:59+00:00",
  1399. "type": "library",
  1400. "extra": {
  1401. "think": {
  1402. "services": [
  1403. "think\\migration\\Service"
  1404. ]
  1405. }
  1406. },
  1407. "installation-source": "dist",
  1408. "autoload": {
  1409. "psr-4": {
  1410. "Phinx\\": "phinx/src/Phinx",
  1411. "think\\migration\\": "src"
  1412. }
  1413. },
  1414. "notification-url": "https://packagist.org/downloads/",
  1415. "license": [
  1416. "Apache-2.0"
  1417. ],
  1418. "authors": [
  1419. {
  1420. "name": "小夏",
  1421. "email": "yyw168@vip.qq.com"
  1422. }
  1423. ],
  1424. "support": {
  1425. "issues": "https://github.com/449134904/artisan/issues",
  1426. "source": "https://github.com/449134904/artisan/tree/v6.0.1"
  1427. },
  1428. "install-path": "../xia/migration"
  1429. }
  1430. ],
  1431. "dev": true,
  1432. "dev-package-names": [
  1433. "topthink/think-trace"
  1434. ]
  1435. }