composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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": "440b015a6949fabd8644faa5c97f7781",
  8. "packages": [
  9. {
  10. "name": "electrolinux/phpquery",
  11. "version": "0.9.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/electrolinux/phpquery.git",
  15. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  20. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  21. "shasum": ""
  22. },
  23. "type": "library",
  24. "autoload": {
  25. "classmap": [
  26. "phpQuery/"
  27. ]
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Tobiasz Cudnik",
  36. "email": "tobiasz.cudnik@gmail.com",
  37. "homepage": "https://github.com/TobiaszCudnik",
  38. "role": "Developer"
  39. },
  40. {
  41. "name": "didier Belot",
  42. "role": "Packager"
  43. }
  44. ],
  45. "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
  46. "homepage": "http://code.google.com/p/phpquery/",
  47. "time": "2013-03-21T12:39:33+00:00"
  48. },
  49. {
  50. "name": "ezyang/htmlpurifier",
  51. "version": "v4.12.0",
  52. "source": {
  53. "type": "git",
  54. "url": "https://github.com/ezyang/htmlpurifier.git",
  55. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
  56. },
  57. "dist": {
  58. "type": "zip",
  59. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
  60. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
  61. "shasum": ""
  62. },
  63. "require": {
  64. "php": ">=5.2"
  65. },
  66. "require-dev": {
  67. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  68. },
  69. "type": "library",
  70. "autoload": {
  71. "psr-0": {
  72. "HTMLPurifier": "library/"
  73. },
  74. "files": [
  75. "library/HTMLPurifier.composer.php"
  76. ]
  77. },
  78. "notification-url": "https://packagist.org/downloads/",
  79. "license": [
  80. "LGPL-2.1-or-later"
  81. ],
  82. "authors": [
  83. {
  84. "name": "Edward Z. Yang",
  85. "email": "admin@htmlpurifier.org",
  86. "homepage": "http://ezyang.com"
  87. }
  88. ],
  89. "description": "Standards compliant HTML filter written in PHP",
  90. "homepage": "http://htmlpurifier.org/",
  91. "keywords": [
  92. "html"
  93. ],
  94. "time": "2019-10-28T03:44:26+00:00"
  95. },
  96. {
  97. "name": "mindplay/annotations",
  98. "version": "1.3.1",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/php-annotations/php-annotations.git",
  102. "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/77ef66f79fb65a7b7e7e005be0bd6b643de43867",
  107. "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867",
  108. "shasum": ""
  109. },
  110. "require": {
  111. "php": ">=5.3.3"
  112. },
  113. "require-dev": {
  114. "phpunit/php-code-coverage": "~1.2.1",
  115. "phpunit/php-file-iterator": ">=1.3.0@stable"
  116. },
  117. "type": "library",
  118. "extra": {
  119. "branch-alias": {
  120. "dev-master": "1.3.x-dev"
  121. }
  122. },
  123. "autoload": {
  124. "psr-4": {
  125. "mindplay\\annotations\\": "src\\annotations"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "LGPL-3.0+"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Rasmus Schultz",
  135. "email": "rasmus@mindplay.dk"
  136. }
  137. ],
  138. "description": "Industrial-strength annotations for PHP",
  139. "homepage": "http://blog.mindplay.dk/",
  140. "keywords": [
  141. "annotations",
  142. "framework"
  143. ],
  144. "time": "2019-01-15T17:03:08+00:00"
  145. },
  146. {
  147. "name": "phpmailer/phpmailer",
  148. "version": "v6.1.5",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/PHPMailer/PHPMailer.git",
  152. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
  157. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "ext-ctype": "*",
  162. "ext-filter": "*",
  163. "php": ">=5.5.0"
  164. },
  165. "require-dev": {
  166. "doctrine/annotations": "^1.2",
  167. "friendsofphp/php-cs-fixer": "^2.2",
  168. "phpunit/phpunit": "^4.8 || ^5.7"
  169. },
  170. "suggest": {
  171. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  172. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  173. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  174. "psr/log": "For optional PSR-3 debug logging",
  175. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  176. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  177. },
  178. "type": "library",
  179. "autoload": {
  180. "psr-4": {
  181. "PHPMailer\\PHPMailer\\": "src/"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "LGPL-2.1-only"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Marcus Bointon",
  191. "email": "phpmailer@synchromedia.co.uk"
  192. },
  193. {
  194. "name": "Jim Jagielski",
  195. "email": "jimjag@gmail.com"
  196. },
  197. {
  198. "name": "Andy Prevost",
  199. "email": "codeworxtech@users.sourceforge.net"
  200. },
  201. {
  202. "name": "Brent R. Matzelle"
  203. }
  204. ],
  205. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  206. "time": "2020-03-14T14:23:48+00:00"
  207. },
  208. {
  209. "name": "phpoffice/phpexcel",
  210. "version": "1.8.2",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/PHPOffice/PHPExcel.git",
  214. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  219. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "ext-mbstring": "*",
  224. "ext-xml": "*",
  225. "ext-xmlwriter": "*",
  226. "php": "^5.2|^7.0"
  227. },
  228. "require-dev": {
  229. "squizlabs/php_codesniffer": "2.*"
  230. },
  231. "type": "library",
  232. "autoload": {
  233. "psr-0": {
  234. "PHPExcel": "Classes/"
  235. }
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "LGPL-2.1"
  240. ],
  241. "authors": [
  242. {
  243. "name": "Maarten Balliauw",
  244. "homepage": "http://blog.maartenballiauw.be"
  245. },
  246. {
  247. "name": "Erik Tilt"
  248. },
  249. {
  250. "name": "Franck Lefevre",
  251. "homepage": "http://rootslabs.net"
  252. },
  253. {
  254. "name": "Mark Baker",
  255. "homepage": "http://markbakeruk.net"
  256. }
  257. ],
  258. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  259. "homepage": "https://github.com/PHPOffice/PHPExcel",
  260. "keywords": [
  261. "OpenXML",
  262. "excel",
  263. "php",
  264. "spreadsheet",
  265. "xls",
  266. "xlsx"
  267. ],
  268. "abandoned": "phpoffice/phpspreadsheet",
  269. "time": "2018-11-22T23:07:24+00:00"
  270. },
  271. {
  272. "name": "thinkcmf/cmf",
  273. "version": "v5.1.11",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/thinkcmf/cmf-core.git",
  277. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  282. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  283. "shasum": ""
  284. },
  285. "require": {
  286. "electrolinux/phpquery": "^0.9.6",
  287. "ezyang/htmlpurifier": "^4.9",
  288. "mindplay/annotations": "^1.3",
  289. "phpmailer/phpmailer": "~6.0",
  290. "thinkcmf/cmf-extend": "~5.1.0",
  291. "topthink/framework": "~5.1.0",
  292. "topthink/think-captcha": "^2.0"
  293. },
  294. "type": "library",
  295. "autoload": {
  296. "psr-4": {
  297. "cmf\\": "src"
  298. },
  299. "files": [
  300. "src/common.php"
  301. ],
  302. "classmap": [
  303. "src/App.php",
  304. "src/Log.php",
  305. "src/route/dispatch/Module.php"
  306. ]
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "Apache-2.0"
  311. ],
  312. "authors": [
  313. {
  314. "name": "catman",
  315. "email": "catman@thinkcmf.com"
  316. }
  317. ],
  318. "description": "The ThinkCMF Core Package",
  319. "time": "2019-12-16T09:51:55+00:00"
  320. },
  321. {
  322. "name": "thinkcmf/cmf-api",
  323. "version": "v5.1.6",
  324. "source": {
  325. "type": "git",
  326. "url": "https://github.com/thinkcmf/cmf-api.git",
  327. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d"
  328. },
  329. "dist": {
  330. "type": "zip",
  331. "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/a7d9edecc8c44aec6395dac8678a2577127f776d",
  332. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d",
  333. "shasum": ""
  334. },
  335. "require": {
  336. "thinkcmf/cmf": "~5.1.0"
  337. },
  338. "type": "library",
  339. "autoload": {
  340. "psr-4": {
  341. "api\\": "src"
  342. },
  343. "files": []
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "Apache-2.0"
  348. ],
  349. "authors": [
  350. {
  351. "name": "catman",
  352. "email": "catman@thinkcmf.com"
  353. }
  354. ],
  355. "description": "The ThinkCMF 5.1 Core Api Package",
  356. "time": "2019-07-23T23:29:11+00:00"
  357. },
  358. {
  359. "name": "thinkcmf/cmf-app",
  360. "version": "v5.1.6",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/thinkcmf/cmf-app.git",
  364. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  369. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "thinkcmf/cmf": "~5.1.0"
  374. },
  375. "type": "library",
  376. "autoload": {
  377. "psr-4": {
  378. "app\\": "src"
  379. },
  380. "files": []
  381. },
  382. "notification-url": "https://packagist.org/downloads/",
  383. "license": [
  384. "Apache-2.0"
  385. ],
  386. "authors": [
  387. {
  388. "name": "catman",
  389. "email": "catman@thinkcmf.com"
  390. }
  391. ],
  392. "description": "The ThinkCMF App Package",
  393. "time": "2019-09-06T03:58:33+00:00"
  394. },
  395. {
  396. "name": "thinkcmf/cmf-extend",
  397. "version": "v5.1.0",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/thinkcmf/cmf-extend.git",
  401. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  406. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  407. "shasum": ""
  408. },
  409. "type": "library",
  410. "autoload": {
  411. "psr-4": {
  412. "dir\\": "src/dir",
  413. "tree\\": "src/tree",
  414. "wxapp\\": "src/wxapp"
  415. },
  416. "files": []
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "Apache-2.0"
  421. ],
  422. "authors": [
  423. {
  424. "name": "catman",
  425. "email": "catman@thinkcmf.com"
  426. }
  427. ],
  428. "description": "The ThinkCMF extend Package",
  429. "time": "2019-03-04T05:15:23+00:00"
  430. },
  431. {
  432. "name": "thinkcmf/cmf-install",
  433. "version": "v5.1.4",
  434. "source": {
  435. "type": "git",
  436. "url": "https://github.com/thinkcmf/cmf-install.git",
  437. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a"
  438. },
  439. "dist": {
  440. "type": "zip",
  441. "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/651f7ff4d4413e2bcf98823853144bb2b67f671a",
  442. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a",
  443. "shasum": ""
  444. },
  445. "type": "library",
  446. "autoload": {
  447. "psr-4": {
  448. "app\\install\\": "src"
  449. },
  450. "files": []
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "Apache-2.0"
  455. ],
  456. "authors": [
  457. {
  458. "name": "catman",
  459. "email": "catman@thinkcmf.com"
  460. }
  461. ],
  462. "description": "The ThinkCMF Install Package",
  463. "time": "2019-07-23T23:26:40+00:00"
  464. },
  465. {
  466. "name": "topthink/framework",
  467. "version": "v5.1.39",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/top-think/framework.git",
  471. "reference": "5762858f3d58faafb3a39427f8788884b2927007"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/top-think/framework/zipball/5762858f3d58faafb3a39427f8788884b2927007",
  476. "reference": "5762858f3d58faafb3a39427f8788884b2927007",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": ">=5.6.0",
  481. "topthink/think-installer": "2.*"
  482. },
  483. "require-dev": {
  484. "johnkary/phpunit-speedtrap": "^1.0",
  485. "mikey179/vfsstream": "~1.6",
  486. "phpdocumentor/reflection-docblock": "^2.0",
  487. "phploc/phploc": "2.*",
  488. "phpunit/phpunit": "^5.0|^6.0",
  489. "sebastian/phpcpd": "2.*",
  490. "squizlabs/php_codesniffer": "2.*"
  491. },
  492. "type": "think-framework",
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "Apache-2.0"
  496. ],
  497. "authors": [
  498. {
  499. "name": "liu21st",
  500. "email": "liu21st@gmail.com"
  501. },
  502. {
  503. "name": "yunwuxin",
  504. "email": "448901948@qq.com"
  505. }
  506. ],
  507. "description": "the new thinkphp framework",
  508. "homepage": "http://thinkphp.cn/",
  509. "keywords": [
  510. "framework",
  511. "orm",
  512. "thinkphp"
  513. ],
  514. "time": "2019-11-17T23:22:02+00:00"
  515. },
  516. {
  517. "name": "topthink/think-captcha",
  518. "version": "v2.0.2",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/top-think/think-captcha.git",
  522. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  527. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "topthink/framework": "5.1.*"
  532. },
  533. "type": "library",
  534. "autoload": {
  535. "psr-4": {
  536. "think\\captcha\\": "src/"
  537. },
  538. "files": [
  539. "src/helper.php"
  540. ]
  541. },
  542. "notification-url": "https://packagist.org/downloads/",
  543. "license": [
  544. "Apache-2.0"
  545. ],
  546. "authors": [
  547. {
  548. "name": "yunwuxin",
  549. "email": "448901948@qq.com"
  550. }
  551. ],
  552. "description": "captcha package for thinkphp5",
  553. "time": "2017-12-31T16:37:49+00:00"
  554. },
  555. {
  556. "name": "topthink/think-helper",
  557. "version": "v1.0.7",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/top-think/think-helper.git",
  561. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  566. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  567. "shasum": ""
  568. },
  569. "type": "library",
  570. "autoload": {
  571. "psr-4": {
  572. "think\\helper\\": "src"
  573. },
  574. "files": [
  575. "src/helper.php"
  576. ]
  577. },
  578. "notification-url": "https://packagist.org/downloads/",
  579. "license": [
  580. "Apache-2.0"
  581. ],
  582. "authors": [
  583. {
  584. "name": "yunwuxin",
  585. "email": "448901948@qq.com"
  586. }
  587. ],
  588. "description": "The ThinkPHP5 Helper Package",
  589. "time": "2018-10-05T00:43:21+00:00"
  590. },
  591. {
  592. "name": "topthink/think-image",
  593. "version": "v1.0.7",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/top-think/think-image.git",
  597. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  602. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "ext-gd": "*"
  607. },
  608. "require-dev": {
  609. "phpunit/phpunit": "4.8.*",
  610. "topthink/framework": "^5.0"
  611. },
  612. "type": "library",
  613. "autoload": {
  614. "psr-4": {
  615. "think\\": "src"
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "Apache-2.0"
  621. ],
  622. "authors": [
  623. {
  624. "name": "yunwuxin",
  625. "email": "448901948@qq.com"
  626. }
  627. ],
  628. "description": "The ThinkPHP5 Image Package",
  629. "time": "2016-09-29T06:05:43+00:00"
  630. },
  631. {
  632. "name": "topthink/think-installer",
  633. "version": "v2.0.0",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/top-think/think-installer.git",
  637. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  642. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  643. "shasum": ""
  644. },
  645. "require": {
  646. "composer-plugin-api": "^1.0"
  647. },
  648. "require-dev": {
  649. "composer/composer": "1.0.*@dev"
  650. },
  651. "type": "composer-plugin",
  652. "extra": {
  653. "class": "think\\composer\\Plugin"
  654. },
  655. "autoload": {
  656. "psr-4": {
  657. "think\\composer\\": "src"
  658. }
  659. },
  660. "notification-url": "https://packagist.org/downloads/",
  661. "license": [
  662. "Apache-2.0"
  663. ],
  664. "authors": [
  665. {
  666. "name": "yunwuxin",
  667. "email": "448901948@qq.com"
  668. }
  669. ],
  670. "time": "2018-05-11T06:45:42+00:00"
  671. }
  672. ],
  673. "packages-dev": [],
  674. "aliases": [],
  675. "minimum-stability": "stable",
  676. "stability-flags": [],
  677. "prefer-stable": false,
  678. "prefer-lowest": false,
  679. "platform": {
  680. "php": ">=5.6.0",
  681. "ext-json": "*",
  682. "ext-curl": "*",
  683. "ext-pdo": "*"
  684. },
  685. "platform-dev": []
  686. }