composer.lock 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  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": "e042aa44f0428c2c539731651ec0e8bd",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.0.62",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0",
  20. "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-fileinfo": "*",
  31. "php": ">=5.5.9"
  32. },
  33. "conflict": {
  34. "league/flysystem-sftp": "<1.0.6"
  35. },
  36. "require-dev": {
  37. "phpspec/phpspec": "^3.4",
  38. "phpunit/phpunit": "^5.7.10"
  39. },
  40. "suggest": {
  41. "ext-fileinfo": "Required for MimeType",
  42. "ext-ftp": "Allows you to use FTP server storage",
  43. "ext-openssl": "Allows you to use FTPS server storage",
  44. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  45. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  46. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  47. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  48. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  49. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  50. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  51. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  52. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  53. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  54. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.1-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "League\\Flysystem\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Frank de Jonge",
  74. "email": "[email protected]"
  75. }
  76. ],
  77. "description": "Filesystem abstraction: Many filesystems, one API.",
  78. "keywords": [
  79. "Cloud Files",
  80. "WebDAV",
  81. "abstraction",
  82. "aws",
  83. "cloud",
  84. "copy.com",
  85. "dropbox",
  86. "file systems",
  87. "files",
  88. "filesystem",
  89. "filesystems",
  90. "ftp",
  91. "rackspace",
  92. "remote",
  93. "s3",
  94. "sftp",
  95. "storage"
  96. ],
  97. "time": "2019-12-29T14:46:55+00:00"
  98. },
  99. {
  100. "name": "league/flysystem-cached-adapter",
  101. "version": "1.0.9",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  105. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
  110. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
  111. "shasum": "",
  112. "mirrors": [
  113. {
  114. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  115. "preferred": true
  116. }
  117. ]
  118. },
  119. "require": {
  120. "league/flysystem": "~1.0",
  121. "psr/cache": "^1.0.0"
  122. },
  123. "require-dev": {
  124. "mockery/mockery": "~0.9",
  125. "phpspec/phpspec": "^3.4",
  126. "phpunit/phpunit": "^5.7",
  127. "predis/predis": "~1.0",
  128. "tedivm/stash": "~0.12"
  129. },
  130. "suggest": {
  131. "ext-phpredis": "Pure C implemented extension for PHP"
  132. },
  133. "type": "library",
  134. "autoload": {
  135. "psr-4": {
  136. "League\\Flysystem\\Cached\\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "frankdejonge",
  146. "email": "[email protected]"
  147. }
  148. ],
  149. "description": "An adapter decorator to enable meta-data caching.",
  150. "time": "2018-07-09T20:51:04+00:00"
  151. },
  152. {
  153. "name": "opis/closure",
  154. "version": "3.5.1",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/opis/closure.git",
  158. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
  163. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
  164. "shasum": "",
  165. "mirrors": [
  166. {
  167. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  168. "preferred": true
  169. }
  170. ]
  171. },
  172. "require": {
  173. "php": "^5.4 || ^7.0"
  174. },
  175. "require-dev": {
  176. "jeremeamia/superclosure": "^2.0",
  177. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  178. },
  179. "type": "library",
  180. "extra": {
  181. "branch-alias": {
  182. "dev-master": "3.5.x-dev"
  183. }
  184. },
  185. "autoload": {
  186. "psr-4": {
  187. "Opis\\Closure\\": "src/"
  188. },
  189. "files": [
  190. "functions.php"
  191. ]
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Marius Sarca",
  200. "email": "[email protected]"
  201. },
  202. {
  203. "name": "Sorin Sarca",
  204. "email": "[email protected]"
  205. }
  206. ],
  207. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  208. "homepage": "https://opis.io/closure",
  209. "keywords": [
  210. "anonymous functions",
  211. "closure",
  212. "function",
  213. "serializable",
  214. "serialization",
  215. "serialize"
  216. ],
  217. "time": "2019-11-29T22:36:02+00:00"
  218. },
  219. {
  220. "name": "psr/cache",
  221. "version": "1.0.1",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/php-fig/cache.git",
  225. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  230. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  231. "shasum": "",
  232. "mirrors": [
  233. {
  234. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  235. "preferred": true
  236. }
  237. ]
  238. },
  239. "require": {
  240. "php": ">=5.3.0"
  241. },
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "1.0.x-dev"
  246. }
  247. },
  248. "autoload": {
  249. "psr-4": {
  250. "Psr\\Cache\\": "src/"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "PHP-FIG",
  260. "homepage": "http://www.php-fig.org/"
  261. }
  262. ],
  263. "description": "Common interface for caching libraries",
  264. "keywords": [
  265. "cache",
  266. "psr",
  267. "psr-6"
  268. ],
  269. "time": "2016-08-06T20:24:11+00:00"
  270. },
  271. {
  272. "name": "psr/container",
  273. "version": "1.0.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/php-fig/container.git",
  277. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  282. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  283. "shasum": "",
  284. "mirrors": [
  285. {
  286. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  287. "preferred": true
  288. }
  289. ]
  290. },
  291. "require": {
  292. "php": ">=5.3.0"
  293. },
  294. "type": "library",
  295. "extra": {
  296. "branch-alias": {
  297. "dev-master": "1.0.x-dev"
  298. }
  299. },
  300. "autoload": {
  301. "psr-4": {
  302. "Psr\\Container\\": "src/"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "MIT"
  308. ],
  309. "authors": [
  310. {
  311. "name": "PHP-FIG",
  312. "homepage": "http://www.php-fig.org/"
  313. }
  314. ],
  315. "description": "Common Container Interface (PHP FIG PSR-11)",
  316. "homepage": "https://github.com/php-fig/container",
  317. "keywords": [
  318. "PSR-11",
  319. "container",
  320. "container-interface",
  321. "container-interop",
  322. "psr"
  323. ],
  324. "time": "2017-02-14T16:28:37+00:00"
  325. },
  326. {
  327. "name": "psr/log",
  328. "version": "1.1.2",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/php-fig/log.git",
  332. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  337. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  338. "shasum": "",
  339. "mirrors": [
  340. {
  341. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  342. "preferred": true
  343. }
  344. ]
  345. },
  346. "require": {
  347. "php": ">=5.3.0"
  348. },
  349. "type": "library",
  350. "extra": {
  351. "branch-alias": {
  352. "dev-master": "1.1.x-dev"
  353. }
  354. },
  355. "autoload": {
  356. "psr-4": {
  357. "Psr\\Log\\": "Psr/Log/"
  358. }
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "MIT"
  363. ],
  364. "authors": [
  365. {
  366. "name": "PHP-FIG",
  367. "homepage": "http://www.php-fig.org/"
  368. }
  369. ],
  370. "description": "Common interface for logging libraries",
  371. "homepage": "https://github.com/php-fig/log",
  372. "keywords": [
  373. "log",
  374. "psr",
  375. "psr-3"
  376. ],
  377. "time": "2019-11-01T11:05:21+00:00"
  378. },
  379. {
  380. "name": "psr/simple-cache",
  381. "version": "1.0.1",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/php-fig/simple-cache.git",
  385. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  390. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  391. "shasum": "",
  392. "mirrors": [
  393. {
  394. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  395. "preferred": true
  396. }
  397. ]
  398. },
  399. "require": {
  400. "php": ">=5.3.0"
  401. },
  402. "type": "library",
  403. "extra": {
  404. "branch-alias": {
  405. "dev-master": "1.0.x-dev"
  406. }
  407. },
  408. "autoload": {
  409. "psr-4": {
  410. "Psr\\SimpleCache\\": "src/"
  411. }
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "MIT"
  416. ],
  417. "authors": [
  418. {
  419. "name": "PHP-FIG",
  420. "homepage": "http://www.php-fig.org/"
  421. }
  422. ],
  423. "description": "Common interfaces for simple caching",
  424. "keywords": [
  425. "cache",
  426. "caching",
  427. "psr",
  428. "psr-16",
  429. "simple-cache"
  430. ],
  431. "time": "2017-10-23T01:57:42+00:00"
  432. },
  433. {
  434. "name": "topthink/framework",
  435. "version": "v6.0.1",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/top-think/framework.git",
  439. "reference": "501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/top-think/framework/zipball/501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f",
  444. "reference": "501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f",
  445. "shasum": "",
  446. "mirrors": [
  447. {
  448. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  449. "preferred": true
  450. }
  451. ]
  452. },
  453. "require": {
  454. "ext-json": "*",
  455. "ext-mbstring": "*",
  456. "league/flysystem": "^1.0",
  457. "league/flysystem-cached-adapter": "^1.0",
  458. "opis/closure": "^3.1",
  459. "php": ">=7.1.0",
  460. "psr/container": "~1.0",
  461. "psr/log": "~1.0",
  462. "psr/simple-cache": "^1.0",
  463. "topthink/think-helper": "^3.1.1",
  464. "topthink/think-orm": "^2.0"
  465. },
  466. "require-dev": {
  467. "mikey179/vfsstream": "^1.6",
  468. "mockery/mockery": "^1.2",
  469. "phpunit/phpunit": "^7.0"
  470. },
  471. "type": "library",
  472. "autoload": {
  473. "files": [],
  474. "psr-4": {
  475. "think\\": "src/think/"
  476. }
  477. },
  478. "notification-url": "https://packagist.org/downloads/",
  479. "license": [
  480. "Apache-2.0"
  481. ],
  482. "authors": [
  483. {
  484. "name": "liu21st",
  485. "email": "[email protected]"
  486. },
  487. {
  488. "name": "yunwuxin",
  489. "email": "[email protected]"
  490. }
  491. ],
  492. "description": "The ThinkPHP Framework.",
  493. "homepage": "http://thinkphp.cn/",
  494. "keywords": [
  495. "framework",
  496. "orm",
  497. "thinkphp"
  498. ],
  499. "time": "2019-12-24T07:57:03+00:00"
  500. },
  501. {
  502. "name": "topthink/think-captcha",
  503. "version": "v3.0.2",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/top-think/think-captcha.git",
  507. "reference": "0b4305da19e118cefd934007875a8112f9352f01"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0b4305da19e118cefd934007875a8112f9352f01",
  512. "reference": "0b4305da19e118cefd934007875a8112f9352f01",
  513. "shasum": "",
  514. "mirrors": [
  515. {
  516. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  517. "preferred": true
  518. }
  519. ]
  520. },
  521. "require": {
  522. "topthink/framework": "^6.0.0"
  523. },
  524. "type": "library",
  525. "extra": {
  526. "think": {
  527. "services": [
  528. "think\\captcha\\CaptchaService"
  529. ],
  530. "config": {
  531. "captcha": "src/config.php"
  532. }
  533. }
  534. },
  535. "autoload": {
  536. "psr-4": {
  537. "think\\captcha\\": "src/"
  538. },
  539. "files": [
  540. "src/helper.php"
  541. ]
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "Apache-2.0"
  546. ],
  547. "authors": [
  548. {
  549. "name": "yunwuxin",
  550. "email": "[email protected]"
  551. }
  552. ],
  553. "description": "captcha package for thinkphp",
  554. "time": "2019-10-03T07:45:11+00:00"
  555. },
  556. {
  557. "name": "topthink/think-helper",
  558. "version": "v3.1.3",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/top-think/think-helper.git",
  562. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/top-think/think-helper/zipball/4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  567. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  568. "shasum": "",
  569. "mirrors": [
  570. {
  571. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  572. "preferred": true
  573. }
  574. ]
  575. },
  576. "require": {
  577. "php": ">=7.1.0"
  578. },
  579. "type": "library",
  580. "autoload": {
  581. "psr-4": {
  582. "think\\": "src"
  583. },
  584. "files": [
  585. "src/helper.php"
  586. ]
  587. },
  588. "notification-url": "https://packagist.org/downloads/",
  589. "license": [
  590. "Apache-2.0"
  591. ],
  592. "authors": [
  593. {
  594. "name": "yunwuxin",
  595. "email": "[email protected]"
  596. }
  597. ],
  598. "description": "The ThinkPHP6 Helper Package",
  599. "time": "2019-09-30T02:36:48+00:00"
  600. },
  601. {
  602. "name": "topthink/think-multi-app",
  603. "version": "v1.0.11",
  604. "source": {
  605. "type": "git",
  606. "url": "https://github.com/top-think/think-multi-app.git",
  607. "reference": "215f4a6bb88e53ad41b448c61957336eb55ce6f9"
  608. },
  609. "dist": {
  610. "type": "zip",
  611. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/215f4a6bb88e53ad41b448c61957336eb55ce6f9",
  612. "reference": "215f4a6bb88e53ad41b448c61957336eb55ce6f9",
  613. "shasum": "",
  614. "mirrors": [
  615. {
  616. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  617. "preferred": true
  618. }
  619. ]
  620. },
  621. "require": {
  622. "php": ">=7.1.0",
  623. "topthink/framework": "^6.0.0"
  624. },
  625. "type": "library",
  626. "extra": {
  627. "think": {
  628. "services": [
  629. "think\\app\\Service"
  630. ]
  631. }
  632. },
  633. "autoload": {
  634. "psr-4": {
  635. "think\\app\\": "src"
  636. }
  637. },
  638. "notification-url": "https://packagist.org/downloads/",
  639. "license": [
  640. "Apache-2.0"
  641. ],
  642. "authors": [
  643. {
  644. "name": "liu21st",
  645. "email": "[email protected]"
  646. }
  647. ],
  648. "description": "thinkphp6 multi app support",
  649. "time": "2019-10-29T06:34:59+00:00"
  650. },
  651. {
  652. "name": "topthink/think-orm",
  653. "version": "v2.0.29",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/top-think/think-orm.git",
  657. "reference": "37cde31af3725cf5460ad8dc18032326b88e6310"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/top-think/think-orm/zipball/37cde31af3725cf5460ad8dc18032326b88e6310",
  662. "reference": "37cde31af3725cf5460ad8dc18032326b88e6310",
  663. "shasum": "",
  664. "mirrors": [
  665. {
  666. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  667. "preferred": true
  668. }
  669. ]
  670. },
  671. "require": {
  672. "ext-json": "*",
  673. "php": ">=7.1.0",
  674. "psr/log": "~1.0",
  675. "psr/simple-cache": "^1.0",
  676. "topthink/think-helper": "^3.1"
  677. },
  678. "type": "library",
  679. "autoload": {
  680. "psr-4": {
  681. "think\\": "src"
  682. },
  683. "files": []
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "Apache-2.0"
  688. ],
  689. "authors": [
  690. {
  691. "name": "liu21st",
  692. "email": "[email protected]"
  693. }
  694. ],
  695. "description": "think orm",
  696. "keywords": [
  697. "database",
  698. "orm"
  699. ],
  700. "time": "2019-12-23T13:50:01+00:00"
  701. },
  702. {
  703. "name": "topthink/think-template",
  704. "version": "v2.0.7",
  705. "source": {
  706. "type": "git",
  707. "url": "https://github.com/top-think/think-template.git",
  708. "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19"
  709. },
  710. "dist": {
  711. "type": "zip",
  712. "url": "https://api.github.com/repos/top-think/think-template/zipball/e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
  713. "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
  714. "shasum": "",
  715. "mirrors": [
  716. {
  717. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  718. "preferred": true
  719. }
  720. ]
  721. },
  722. "require": {
  723. "php": ">=7.1.0",
  724. "psr/simple-cache": "^1.0"
  725. },
  726. "type": "library",
  727. "autoload": {
  728. "psr-4": {
  729. "think\\": "src"
  730. }
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "Apache-2.0"
  735. ],
  736. "authors": [
  737. {
  738. "name": "liu21st",
  739. "email": "[email protected]"
  740. }
  741. ],
  742. "description": "the php template engine",
  743. "time": "2019-09-20T15:31:04+00:00"
  744. },
  745. {
  746. "name": "topthink/think-view",
  747. "version": "v1.0.13",
  748. "source": {
  749. "type": "git",
  750. "url": "https://github.com/top-think/think-view.git",
  751. "reference": "90803b73f781db5d42619082c4597afc58b2d4c5"
  752. },
  753. "dist": {
  754. "type": "zip",
  755. "url": "https://api.github.com/repos/top-think/think-view/zipball/90803b73f781db5d42619082c4597afc58b2d4c5",
  756. "reference": "90803b73f781db5d42619082c4597afc58b2d4c5",
  757. "shasum": "",
  758. "mirrors": [
  759. {
  760. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  761. "preferred": true
  762. }
  763. ]
  764. },
  765. "require": {
  766. "php": ">=7.1.0",
  767. "topthink/think-template": "^2.0"
  768. },
  769. "type": "library",
  770. "autoload": {
  771. "psr-4": {
  772. "think\\view\\driver\\": "src"
  773. }
  774. },
  775. "notification-url": "https://packagist.org/downloads/",
  776. "license": [
  777. "Apache-2.0"
  778. ],
  779. "authors": [
  780. {
  781. "name": "liu21st",
  782. "email": "[email protected]"
  783. }
  784. ],
  785. "description": "thinkphp template driver",
  786. "time": "2019-10-07T12:23:10+00:00"
  787. }
  788. ],
  789. "packages-dev": [
  790. {
  791. "name": "symfony/polyfill-mbstring",
  792. "version": "v1.13.1",
  793. "source": {
  794. "type": "git",
  795. "url": "https://github.com/symfony/polyfill-mbstring.git",
  796. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  797. },
  798. "dist": {
  799. "type": "zip",
  800. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  801. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  802. "shasum": "",
  803. "mirrors": [
  804. {
  805. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  806. "preferred": true
  807. }
  808. ]
  809. },
  810. "require": {
  811. "php": ">=5.3.3"
  812. },
  813. "suggest": {
  814. "ext-mbstring": "For best performance"
  815. },
  816. "type": "library",
  817. "extra": {
  818. "branch-alias": {
  819. "dev-master": "1.13-dev"
  820. }
  821. },
  822. "autoload": {
  823. "psr-4": {
  824. "Symfony\\Polyfill\\Mbstring\\": ""
  825. },
  826. "files": [
  827. "bootstrap.php"
  828. ]
  829. },
  830. "notification-url": "https://packagist.org/downloads/",
  831. "license": [
  832. "MIT"
  833. ],
  834. "authors": [
  835. {
  836. "name": "Nicolas Grekas",
  837. "email": "[email protected]"
  838. },
  839. {
  840. "name": "Symfony Community",
  841. "homepage": "https://symfony.com/contributors"
  842. }
  843. ],
  844. "description": "Symfony polyfill for the Mbstring extension",
  845. "homepage": "https://symfony.com",
  846. "keywords": [
  847. "compatibility",
  848. "mbstring",
  849. "polyfill",
  850. "portable",
  851. "shim"
  852. ],
  853. "time": "2019-11-27T14:18:11+00:00"
  854. },
  855. {
  856. "name": "symfony/polyfill-php72",
  857. "version": "v1.13.1",
  858. "source": {
  859. "type": "git",
  860. "url": "https://github.com/symfony/polyfill-php72.git",
  861. "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
  862. },
  863. "dist": {
  864. "type": "zip",
  865. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
  866. "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
  867. "shasum": "",
  868. "mirrors": [
  869. {
  870. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  871. "preferred": true
  872. }
  873. ]
  874. },
  875. "require": {
  876. "php": ">=5.3.3"
  877. },
  878. "type": "library",
  879. "extra": {
  880. "branch-alias": {
  881. "dev-master": "1.13-dev"
  882. }
  883. },
  884. "autoload": {
  885. "psr-4": {
  886. "Symfony\\Polyfill\\Php72\\": ""
  887. },
  888. "files": [
  889. "bootstrap.php"
  890. ]
  891. },
  892. "notification-url": "https://packagist.org/downloads/",
  893. "license": [
  894. "MIT"
  895. ],
  896. "authors": [
  897. {
  898. "name": "Nicolas Grekas",
  899. "email": "[email protected]"
  900. },
  901. {
  902. "name": "Symfony Community",
  903. "homepage": "https://symfony.com/contributors"
  904. }
  905. ],
  906. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  907. "homepage": "https://symfony.com",
  908. "keywords": [
  909. "compatibility",
  910. "polyfill",
  911. "portable",
  912. "shim"
  913. ],
  914. "time": "2019-11-27T13:56:44+00:00"
  915. },
  916. {
  917. "name": "symfony/var-dumper",
  918. "version": "v4.4.2",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/symfony/var-dumper.git",
  922. "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
  927. "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
  928. "shasum": "",
  929. "mirrors": [
  930. {
  931. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  932. "preferred": true
  933. }
  934. ]
  935. },
  936. "require": {
  937. "php": "^7.1.3",
  938. "symfony/polyfill-mbstring": "~1.0",
  939. "symfony/polyfill-php72": "~1.5"
  940. },
  941. "conflict": {
  942. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  943. "symfony/console": "<3.4"
  944. },
  945. "require-dev": {
  946. "ext-iconv": "*",
  947. "symfony/console": "^3.4|^4.0|^5.0",
  948. "symfony/process": "^4.4|^5.0",
  949. "twig/twig": "^1.34|^2.4|^3.0"
  950. },
  951. "suggest": {
  952. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  953. "ext-intl": "To show region name in time zone dump",
  954. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  955. },
  956. "bin": [
  957. "Resources/bin/var-dump-server"
  958. ],
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. "dev-master": "4.4-dev"
  963. }
  964. },
  965. "autoload": {
  966. "files": [
  967. "Resources/functions/dump.php"
  968. ],
  969. "psr-4": {
  970. "Symfony\\Component\\VarDumper\\": ""
  971. },
  972. "exclude-from-classmap": [
  973. "/Tests/"
  974. ]
  975. },
  976. "notification-url": "https://packagist.org/downloads/",
  977. "license": [
  978. "MIT"
  979. ],
  980. "authors": [
  981. {
  982. "name": "Nicolas Grekas",
  983. "email": "[email protected]"
  984. },
  985. {
  986. "name": "Symfony Community",
  987. "homepage": "https://symfony.com/contributors"
  988. }
  989. ],
  990. "description": "Symfony mechanism for exploring and dumping PHP variables",
  991. "homepage": "https://symfony.com",
  992. "keywords": [
  993. "debug",
  994. "dump"
  995. ],
  996. "time": "2019-12-18T13:41:29+00:00"
  997. },
  998. {
  999. "name": "topthink/think-trace",
  1000. "version": "v1.2",
  1001. "source": {
  1002. "type": "git",
  1003. "url": "https://github.com/top-think/think-trace.git",
  1004. "reference": "4589d06a07945d57478cc2236f4b23d51ff919cc"
  1005. },
  1006. "dist": {
  1007. "type": "zip",
  1008. "url": "https://api.github.com/repos/top-think/think-trace/zipball/4589d06a07945d57478cc2236f4b23d51ff919cc",
  1009. "reference": "4589d06a07945d57478cc2236f4b23d51ff919cc",
  1010. "shasum": "",
  1011. "mirrors": [
  1012. {
  1013. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1014. "preferred": true
  1015. }
  1016. ]
  1017. },
  1018. "require": {
  1019. "php": ">=7.1.0",
  1020. "topthink/framework": "^6.0.0"
  1021. },
  1022. "type": "library",
  1023. "extra": {
  1024. "think": {
  1025. "services": [
  1026. "think\\trace\\Service"
  1027. ],
  1028. "config": {
  1029. "trace": "src/config.php"
  1030. }
  1031. }
  1032. },
  1033. "autoload": {
  1034. "psr-4": {
  1035. "think\\trace\\": "src"
  1036. }
  1037. },
  1038. "notification-url": "https://packagist.org/downloads/",
  1039. "license": [
  1040. "Apache-2.0"
  1041. ],
  1042. "authors": [
  1043. {
  1044. "name": "liu21st",
  1045. "email": "[email protected]"
  1046. }
  1047. ],
  1048. "description": "thinkphp debug trace",
  1049. "time": "2019-10-17T02:14:09+00:00"
  1050. }
  1051. ],
  1052. "aliases": [],
  1053. "minimum-stability": "stable",
  1054. "stability-flags": [],
  1055. "prefer-stable": false,
  1056. "prefer-lowest": false,
  1057. "platform": {
  1058. "php": ">=7.1.0"
  1059. },
  1060. "platform-dev": []
  1061. }