composer.lock 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  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": "453df763b206ceea673eaf0fd562977e",
  8. "packages": [
  9. {
  10. "name": "matthiasmullie/minify",
  11. "version": "1.3.73",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/matthiasmullie/minify.git",
  15. "reference": "cb7a9297b4ab070909cefade30ee95054d4ae87a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/cb7a9297b4ab070909cefade30ee95054d4ae87a",
  20. "reference": "cb7a9297b4ab070909cefade30ee95054d4ae87a",
  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-pcre": "*",
  31. "matthiasmullie/path-converter": "~1.1",
  32. "php": ">=5.3.0"
  33. },
  34. "require-dev": {
  35. "friendsofphp/php-cs-fixer": ">=2.0",
  36. "matthiasmullie/scrapbook": ">=1.3",
  37. "phpunit/phpunit": ">=4.8",
  38. "squizlabs/php_codesniffer": ">=3.0"
  39. },
  40. "suggest": {
  41. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  42. },
  43. "bin": [
  44. "bin/minifycss",
  45. "bin/minifyjs"
  46. ],
  47. "type": "library",
  48. "autoload": {
  49. "psr-4": {
  50. "MatthiasMullie\\Minify\\": "src/"
  51. }
  52. },
  53. "notification-url": "https://packagist.org/downloads/",
  54. "license": [
  55. "MIT"
  56. ],
  57. "authors": [
  58. {
  59. "name": "Matthias Mullie",
  60. "email": "minify@mullie.eu",
  61. "homepage": "https://www.mullie.eu",
  62. "role": "Developer"
  63. }
  64. ],
  65. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  66. "homepage": "https://github.com/matthiasmullie/minify",
  67. "keywords": [
  68. "JS",
  69. "css",
  70. "javascript",
  71. "minifier",
  72. "minify"
  73. ],
  74. "support": {
  75. "issues": "https://github.com/matthiasmullie/minify/issues",
  76. "source": "https://github.com/matthiasmullie/minify/tree/1.3.73"
  77. },
  78. "funding": [
  79. {
  80. "url": "https://github.com/matthiasmullie",
  81. "type": "github"
  82. }
  83. ],
  84. "time": "2024-03-15T10:27:10+00:00"
  85. },
  86. {
  87. "name": "matthiasmullie/path-converter",
  88. "version": "1.1.3",
  89. "source": {
  90. "type": "git",
  91. "url": "https://github.com/matthiasmullie/path-converter.git",
  92. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  93. },
  94. "dist": {
  95. "type": "zip",
  96. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  97. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  98. "shasum": "",
  99. "mirrors": [
  100. {
  101. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  102. "preferred": true
  103. }
  104. ]
  105. },
  106. "require": {
  107. "ext-pcre": "*",
  108. "php": ">=5.3.0"
  109. },
  110. "require-dev": {
  111. "phpunit/phpunit": "~4.8"
  112. },
  113. "type": "library",
  114. "autoload": {
  115. "psr-4": {
  116. "MatthiasMullie\\PathConverter\\": "src/"
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "MIT"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Matthias Mullie",
  126. "email": "pathconverter@mullie.eu",
  127. "homepage": "http://www.mullie.eu",
  128. "role": "Developer"
  129. }
  130. ],
  131. "description": "Relative path converter",
  132. "homepage": "http://github.com/matthiasmullie/path-converter",
  133. "keywords": [
  134. "converter",
  135. "path",
  136. "paths",
  137. "relative"
  138. ],
  139. "support": {
  140. "issues": "https://github.com/matthiasmullie/path-converter/issues",
  141. "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  142. },
  143. "time": "2019-02-05T23:41:09+00:00"
  144. },
  145. {
  146. "name": "phpmailer/phpmailer",
  147. "version": "v5.2.28",
  148. "source": {
  149. "type": "git",
  150. "url": "https://github.com/PHPMailer/PHPMailer.git",
  151. "reference": "acba50393dd03da69a50226c139722af8b153b11"
  152. },
  153. "dist": {
  154. "type": "zip",
  155. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/acba50393dd03da69a50226c139722af8b153b11",
  156. "reference": "acba50393dd03da69a50226c139722af8b153b11",
  157. "shasum": "",
  158. "mirrors": [
  159. {
  160. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  161. "preferred": true
  162. }
  163. ]
  164. },
  165. "require": {
  166. "ext-ctype": "*",
  167. "php": ">=5.0.0"
  168. },
  169. "require-dev": {
  170. "doctrine/annotations": "1.2.*",
  171. "jms/serializer": "0.16.*",
  172. "phpdocumentor/phpdocumentor": "2.*",
  173. "phpunit/phpunit": "4.8.*",
  174. "symfony/debug": "2.8.*",
  175. "symfony/filesystem": "2.8.*",
  176. "symfony/translation": "2.8.*",
  177. "symfony/yaml": "2.8.*",
  178. "zendframework/zend-cache": "2.5.1",
  179. "zendframework/zend-config": "2.5.1",
  180. "zendframework/zend-eventmanager": "2.5.1",
  181. "zendframework/zend-filter": "2.5.1",
  182. "zendframework/zend-i18n": "2.5.1",
  183. "zendframework/zend-json": "2.5.1",
  184. "zendframework/zend-math": "2.5.1",
  185. "zendframework/zend-serializer": "2.5.*",
  186. "zendframework/zend-servicemanager": "2.5.*",
  187. "zendframework/zend-stdlib": "2.5.1"
  188. },
  189. "suggest": {
  190. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  191. },
  192. "type": "library",
  193. "autoload": {
  194. "classmap": [
  195. "class.phpmailer.php",
  196. "class.phpmaileroauth.php",
  197. "class.phpmaileroauthgoogle.php",
  198. "class.smtp.php",
  199. "class.pop3.php",
  200. "extras/EasyPeasyICS.php",
  201. "extras/ntlm_sasl_client.php"
  202. ]
  203. },
  204. "notification-url": "https://packagist.org/downloads/",
  205. "license": [
  206. "LGPL-2.1"
  207. ],
  208. "authors": [
  209. {
  210. "name": "Marcus Bointon",
  211. "email": "phpmailer@synchromedia.co.uk"
  212. },
  213. {
  214. "name": "Jim Jagielski",
  215. "email": "jimjag@gmail.com"
  216. },
  217. {
  218. "name": "Andy Prevost",
  219. "email": "codeworxtech@users.sourceforge.net"
  220. },
  221. {
  222. "name": "Brent R. Matzelle"
  223. }
  224. ],
  225. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  226. "support": {
  227. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  228. "source": "https://github.com/PHPMailer/PHPMailer/tree/v5.2.28"
  229. },
  230. "funding": [
  231. {
  232. "url": "https://marcus.bointon.com/donations/",
  233. "type": "custom"
  234. },
  235. {
  236. "url": "https://github.com/Synchro",
  237. "type": "github"
  238. },
  239. {
  240. "url": "https://www.patreon.com/marcusbointon",
  241. "type": "patreon"
  242. }
  243. ],
  244. "time": "2020-03-19T14:29:37+00:00"
  245. },
  246. {
  247. "name": "phpoffice/phpexcel",
  248. "version": "1.8.2",
  249. "source": {
  250. "type": "git",
  251. "url": "https://github.com/PHPOffice/PHPExcel.git",
  252. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  257. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  258. "shasum": "",
  259. "mirrors": [
  260. {
  261. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  262. "preferred": true
  263. }
  264. ]
  265. },
  266. "require": {
  267. "ext-mbstring": "*",
  268. "ext-xml": "*",
  269. "ext-xmlwriter": "*",
  270. "php": "^5.2|^7.0"
  271. },
  272. "require-dev": {
  273. "squizlabs/php_codesniffer": "2.*"
  274. },
  275. "type": "library",
  276. "autoload": {
  277. "psr-0": {
  278. "PHPExcel": "Classes/"
  279. }
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "LGPL-2.1"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Maarten Balliauw",
  288. "homepage": "http://blog.maartenballiauw.be"
  289. },
  290. {
  291. "name": "Erik Tilt"
  292. },
  293. {
  294. "name": "Franck Lefevre",
  295. "homepage": "http://rootslabs.net"
  296. },
  297. {
  298. "name": "Mark Baker",
  299. "homepage": "http://markbakeruk.net"
  300. }
  301. ],
  302. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  303. "homepage": "https://github.com/PHPOffice/PHPExcel",
  304. "keywords": [
  305. "OpenXML",
  306. "excel",
  307. "php",
  308. "spreadsheet",
  309. "xls",
  310. "xlsx"
  311. ],
  312. "support": {
  313. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  314. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  315. },
  316. "abandoned": "phpoffice/phpspreadsheet",
  317. "time": "2018-11-22T23:07:24+00:00"
  318. },
  319. {
  320. "name": "topthink/framework",
  321. "version": "v5.0.25",
  322. "source": {
  323. "type": "git",
  324. "url": "https://github.com/top-think/framework.git",
  325. "reference": "643c58ed1bd22a2823ce5e95b3b68a5075f9087c"
  326. },
  327. "dist": {
  328. "type": "zip",
  329. "url": "https://api.github.com/repos/top-think/framework/zipball/643c58ed1bd22a2823ce5e95b3b68a5075f9087c",
  330. "reference": "643c58ed1bd22a2823ce5e95b3b68a5075f9087c",
  331. "shasum": "",
  332. "mirrors": [
  333. {
  334. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  335. "preferred": true
  336. }
  337. ]
  338. },
  339. "require": {
  340. "php": ">=5.4.0",
  341. "topthink/think-installer": "~1.0"
  342. },
  343. "require-dev": {
  344. "johnkary/phpunit-speedtrap": "^1.0",
  345. "mikey179/vfsstream": "~1.6",
  346. "phpdocumentor/reflection-docblock": "^2.0",
  347. "phploc/phploc": "2.*",
  348. "phpunit/phpunit": "4.8.*",
  349. "sebastian/phpcpd": "2.*"
  350. },
  351. "type": "think-framework",
  352. "autoload": {
  353. "psr-4": {
  354. "think\\": "library/think"
  355. }
  356. },
  357. "notification-url": "https://packagist.org/downloads/",
  358. "license": [
  359. "Apache-2.0"
  360. ],
  361. "authors": [
  362. {
  363. "name": "liu21st",
  364. "email": "liu21st@gmail.com"
  365. }
  366. ],
  367. "description": "the new thinkphp framework",
  368. "homepage": "http://thinkphp.cn/",
  369. "keywords": [
  370. "framework",
  371. "orm",
  372. "thinkphp"
  373. ],
  374. "support": {
  375. "issues": "https://github.com/top-think/framework/issues",
  376. "source": "https://github.com/top-think/framework/tree/v5.0.25"
  377. },
  378. "time": "2022-10-25T14:59:38+00:00"
  379. },
  380. {
  381. "name": "topthink/think-captcha",
  382. "version": "v1.0.8",
  383. "source": {
  384. "type": "git",
  385. "url": "https://github.com/top-think/think-captcha.git",
  386. "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
  387. },
  388. "dist": {
  389. "type": "zip",
  390. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
  391. "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
  392. "shasum": "",
  393. "mirrors": [
  394. {
  395. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  396. "preferred": true
  397. }
  398. ]
  399. },
  400. "require": {
  401. "topthink/framework": "~5.0.0",
  402. "topthink/think-installer": ">=1.0.10"
  403. },
  404. "type": "library",
  405. "autoload": {
  406. "files": [
  407. "src/helper.php"
  408. ],
  409. "psr-4": {
  410. "think\\captcha\\": "src/"
  411. }
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "Apache-2.0"
  416. ],
  417. "authors": [
  418. {
  419. "name": "yunwuxin",
  420. "email": "448901948@qq.com"
  421. }
  422. ],
  423. "description": "captcha package for thinkphp5",
  424. "support": {
  425. "issues": "https://github.com/top-think/think-captcha/issues",
  426. "source": "https://github.com/top-think/think-captcha/tree/master"
  427. },
  428. "time": "2019-01-28T04:48:36+00:00"
  429. },
  430. {
  431. "name": "topthink/think-helper",
  432. "version": "v1.0.7",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/top-think/think-helper.git",
  436. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  441. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  442. "shasum": "",
  443. "mirrors": [
  444. {
  445. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  446. "preferred": true
  447. }
  448. ]
  449. },
  450. "type": "library",
  451. "autoload": {
  452. "files": [
  453. "src/helper.php"
  454. ],
  455. "psr-4": {
  456. "think\\helper\\": "src"
  457. }
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "Apache-2.0"
  462. ],
  463. "authors": [
  464. {
  465. "name": "yunwuxin",
  466. "email": "448901948@qq.com"
  467. }
  468. ],
  469. "description": "The ThinkPHP5 Helper Package",
  470. "support": {
  471. "issues": "https://github.com/top-think/think-helper/issues",
  472. "source": "https://github.com/top-think/think-helper/tree/master"
  473. },
  474. "time": "2018-10-05T00:43:21+00:00"
  475. },
  476. {
  477. "name": "topthink/think-image",
  478. "version": "v1.0.7",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/top-think/think-image.git",
  482. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  487. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  488. "shasum": "",
  489. "mirrors": [
  490. {
  491. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  492. "preferred": true
  493. }
  494. ]
  495. },
  496. "require": {
  497. "ext-gd": "*"
  498. },
  499. "require-dev": {
  500. "phpunit/phpunit": "4.8.*",
  501. "topthink/framework": "^5.0"
  502. },
  503. "type": "library",
  504. "autoload": {
  505. "psr-4": {
  506. "think\\": "src"
  507. }
  508. },
  509. "notification-url": "https://packagist.org/downloads/",
  510. "license": [
  511. "Apache-2.0"
  512. ],
  513. "authors": [
  514. {
  515. "name": "yunwuxin",
  516. "email": "448901948@qq.com"
  517. }
  518. ],
  519. "description": "The ThinkPHP5 Image Package",
  520. "support": {
  521. "issues": "https://github.com/top-think/think-image/issues",
  522. "source": "https://github.com/top-think/think-image/tree/master"
  523. },
  524. "time": "2016-09-29T06:05:43+00:00"
  525. },
  526. {
  527. "name": "topthink/think-installer",
  528. "version": "v1.0.14",
  529. "source": {
  530. "type": "git",
  531. "url": "https://github.com/top-think/think-installer.git",
  532. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
  533. },
  534. "dist": {
  535. "type": "zip",
  536. "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
  537. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
  538. "shasum": "",
  539. "mirrors": [
  540. {
  541. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  542. "preferred": true
  543. }
  544. ]
  545. },
  546. "require": {
  547. "composer-plugin-api": "^1.0||^2.0"
  548. },
  549. "require-dev": {
  550. "composer/composer": "^1.0||^2.0"
  551. },
  552. "type": "composer-plugin",
  553. "extra": {
  554. "class": "think\\composer\\Plugin"
  555. },
  556. "autoload": {
  557. "psr-4": {
  558. "think\\composer\\": "src"
  559. }
  560. },
  561. "notification-url": "https://packagist.org/downloads/",
  562. "license": [
  563. "Apache-2.0"
  564. ],
  565. "authors": [
  566. {
  567. "name": "yunwuxin",
  568. "email": "448901948@qq.com"
  569. }
  570. ],
  571. "support": {
  572. "issues": "https://github.com/top-think/think-installer/issues",
  573. "source": "https://github.com/top-think/think-installer/tree/v1.0.14"
  574. },
  575. "time": "2021-03-25T08:34:02+00:00"
  576. },
  577. {
  578. "name": "topthink/think-migration",
  579. "version": "v1.1.1",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/top-think/think-migration.git",
  583. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/top-think/think-migration/zipball/8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  588. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  589. "shasum": "",
  590. "mirrors": [
  591. {
  592. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  593. "preferred": true
  594. }
  595. ]
  596. },
  597. "require-dev": {
  598. "topthink/framework": "^5.0"
  599. },
  600. "type": "library",
  601. "autoload": {
  602. "files": [
  603. "src/config.php"
  604. ],
  605. "psr-4": {
  606. "Phinx\\": "phinx/src/Phinx",
  607. "think\\migration\\": "src"
  608. }
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "license": [
  612. "Apache-2.0"
  613. ],
  614. "authors": [
  615. {
  616. "name": "yunwuxin",
  617. "email": "448901948@qq.com"
  618. }
  619. ],
  620. "support": {
  621. "issues": "https://github.com/top-think/think-migration/issues",
  622. "source": "https://github.com/top-think/think-migration/tree/master"
  623. },
  624. "time": "2017-03-31T06:33:23+00:00"
  625. },
  626. {
  627. "name": "topthink/think-mongo",
  628. "version": "v1.8.5",
  629. "source": {
  630. "type": "git",
  631. "url": "https://github.com/top-think/think-mongo.git",
  632. "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1"
  633. },
  634. "dist": {
  635. "type": "zip",
  636. "url": "https://api.github.com/repos/top-think/think-mongo/zipball/657cc79bd5f090a58b0cc83776073dd69c83a3d1",
  637. "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1",
  638. "shasum": "",
  639. "mirrors": [
  640. {
  641. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  642. "preferred": true
  643. }
  644. ]
  645. },
  646. "type": "library",
  647. "autoload": {
  648. "files": [],
  649. "psr-4": {
  650. "think\\mongo\\": "src"
  651. }
  652. },
  653. "notification-url": "https://packagist.org/downloads/",
  654. "license": [
  655. "Apache-2.0"
  656. ],
  657. "authors": [
  658. {
  659. "name": "liu21st",
  660. "email": "liu21st@gmail.com"
  661. }
  662. ],
  663. "description": "mongodb driver for thinkphp5",
  664. "support": {
  665. "issues": "https://github.com/top-think/think-mongo/issues",
  666. "source": "https://github.com/top-think/think-mongo/tree/master"
  667. },
  668. "time": "2018-06-03T01:51:27+00:00"
  669. },
  670. {
  671. "name": "topthink/think-oracle",
  672. "version": "v1.3",
  673. "source": {
  674. "type": "git",
  675. "url": "https://github.com/top-think/think-oracle.git",
  676. "reference": "89a049e876167030b489322f691aed00799fd68f"
  677. },
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://api.github.com/repos/top-think/think-oracle/zipball/89a049e876167030b489322f691aed00799fd68f",
  681. "reference": "89a049e876167030b489322f691aed00799fd68f",
  682. "shasum": "",
  683. "mirrors": [
  684. {
  685. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  686. "preferred": true
  687. }
  688. ]
  689. },
  690. "require": {
  691. "topthink/framework": "~5.0.17"
  692. },
  693. "type": "library",
  694. "autoload": {
  695. "files": [],
  696. "psr-4": {
  697. "think\\oracle\\": "src"
  698. }
  699. },
  700. "notification-url": "https://packagist.org/downloads/",
  701. "license": [
  702. "Apache-2.0"
  703. ],
  704. "authors": [
  705. {
  706. "name": "liu21st",
  707. "email": "liu21st@gmail.com"
  708. }
  709. ],
  710. "description": "Oracle driver for thinkphp5",
  711. "support": {
  712. "issues": "https://github.com/top-think/think-oracle/issues",
  713. "source": "https://github.com/top-think/think-oracle/tree/master"
  714. },
  715. "abandoned": true,
  716. "time": "2018-04-14T00:52:34+00:00"
  717. },
  718. {
  719. "name": "topthink/think-queue",
  720. "version": "v1.1.6",
  721. "source": {
  722. "type": "git",
  723. "url": "https://github.com/top-think/think-queue.git",
  724. "reference": "250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245"
  725. },
  726. "dist": {
  727. "type": "zip",
  728. "url": "https://api.github.com/repos/top-think/think-queue/zipball/250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245",
  729. "reference": "250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245",
  730. "shasum": "",
  731. "mirrors": [
  732. {
  733. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  734. "preferred": true
  735. }
  736. ]
  737. },
  738. "require": {
  739. "topthink/think-helper": ">=1.0.4",
  740. "topthink/think-installer": ">=1.0.10"
  741. },
  742. "require-dev": {
  743. "topthink/framework": "~5.0.0"
  744. },
  745. "type": "think-extend",
  746. "extra": {
  747. "think-config": {
  748. "queue": "src/config.php"
  749. }
  750. },
  751. "autoload": {
  752. "files": [
  753. "src/common.php"
  754. ],
  755. "psr-4": {
  756. "think\\": "src"
  757. }
  758. },
  759. "notification-url": "https://packagist.org/downloads/",
  760. "license": [
  761. "Apache-2.0"
  762. ],
  763. "authors": [
  764. {
  765. "name": "yunwuxin",
  766. "email": "448901948@qq.com"
  767. }
  768. ],
  769. "description": "The ThinkPHP5 Queue Package",
  770. "support": {
  771. "issues": "https://github.com/top-think/think-queue/issues",
  772. "source": "https://github.com/top-think/think-queue/tree/master"
  773. },
  774. "time": "2018-10-15T10:16:55+00:00"
  775. }
  776. ],
  777. "packages-dev": [],
  778. "aliases": [],
  779. "minimum-stability": "stable",
  780. "stability-flags": [],
  781. "prefer-stable": false,
  782. "prefer-lowest": false,
  783. "platform": {
  784. "php": ">=5.4.0"
  785. },
  786. "platform-dev": [],
  787. "plugin-api-version": "2.2.0"
  788. }