composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  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": "0bcd19a911a10f9062b4c20d09178de0",
  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.10.0",
  52. "source": {
  53. "type": "git",
  54. "url": "https://github.com/ezyang/htmlpurifier.git",
  55. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  56. },
  57. "dist": {
  58. "type": "zip",
  59. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  60. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  61. "shasum": ""
  62. },
  63. "require": {
  64. "php": ">=5.2"
  65. },
  66. "require-dev": {
  67. "simpletest/simpletest": "^1.1"
  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"
  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": "2018-02-23T01:58:20+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.0.7",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/PHPMailer/PHPMailer.git",
  152. "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
  157. "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
  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. "phpdocumentor/phpdocumentor": "2.*",
  169. "phpunit/phpunit": "^4.8 || ^5.7",
  170. "zendframework/zend-eventmanager": "3.0.*",
  171. "zendframework/zend-i18n": "2.7.3",
  172. "zendframework/zend-serializer": "2.7.*"
  173. },
  174. "suggest": {
  175. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  176. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  177. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  178. "psr/log": "For optional PSR-3 debug logging",
  179. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  180. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  181. },
  182. "type": "library",
  183. "autoload": {
  184. "psr-4": {
  185. "PHPMailer\\PHPMailer\\": "src/"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "LGPL-2.1"
  191. ],
  192. "authors": [
  193. {
  194. "name": "Jim Jagielski",
  195. "email": "jimjag@gmail.com"
  196. },
  197. {
  198. "name": "Marcus Bointon",
  199. "email": "phpmailer@synchromedia.co.uk"
  200. },
  201. {
  202. "name": "Andy Prevost",
  203. "email": "codeworxtech@users.sourceforge.net"
  204. },
  205. {
  206. "name": "Brent R. Matzelle"
  207. }
  208. ],
  209. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  210. "time": "2019-02-01T15:04:28+00:00"
  211. },
  212. {
  213. "name": "phpoffice/phpexcel",
  214. "version": "1.8.2",
  215. "source": {
  216. "type": "git",
  217. "url": "https://github.com/PHPOffice/PHPExcel.git",
  218. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  219. },
  220. "dist": {
  221. "type": "zip",
  222. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  223. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  224. "shasum": ""
  225. },
  226. "require": {
  227. "ext-mbstring": "*",
  228. "ext-xml": "*",
  229. "ext-xmlwriter": "*",
  230. "php": "^5.2|^7.0"
  231. },
  232. "require-dev": {
  233. "squizlabs/php_codesniffer": "2.*"
  234. },
  235. "type": "library",
  236. "autoload": {
  237. "psr-0": {
  238. "PHPExcel": "Classes/"
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "LGPL-2.1"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Maarten Balliauw",
  248. "homepage": "http://blog.maartenballiauw.be"
  249. },
  250. {
  251. "name": "Erik Tilt"
  252. },
  253. {
  254. "name": "Franck Lefevre",
  255. "homepage": "http://rootslabs.net"
  256. },
  257. {
  258. "name": "Mark Baker",
  259. "homepage": "http://markbakeruk.net"
  260. }
  261. ],
  262. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  263. "homepage": "https://github.com/PHPOffice/PHPExcel",
  264. "keywords": [
  265. "OpenXML",
  266. "excel",
  267. "php",
  268. "spreadsheet",
  269. "xls",
  270. "xlsx"
  271. ],
  272. "abandoned": "phpoffice/phpspreadsheet",
  273. "time": "2018-11-22T23:07:24+00:00"
  274. },
  275. {
  276. "name": "thinkcmf/cmf",
  277. "version": "v5.1.4",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/thinkcmf/cmf-core.git",
  281. "reference": "b88da6a20e84c1ed950d81fa53da244839e3cb5b"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/b88da6a20e84c1ed950d81fa53da244839e3cb5b",
  286. "reference": "b88da6a20e84c1ed950d81fa53da244839e3cb5b",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "electrolinux/phpquery": "^0.9.6",
  291. "ezyang/htmlpurifier": "^4.9",
  292. "mindplay/annotations": "^1.3",
  293. "phpmailer/phpmailer": "~6.0",
  294. "thinkcmf/cmf-extend": "~5.1.0",
  295. "topthink/framework": "~5.1.0",
  296. "topthink/think-captcha": "^2.0"
  297. },
  298. "type": "library",
  299. "autoload": {
  300. "psr-4": {
  301. "cmf\\": "src"
  302. },
  303. "files": [
  304. "src/common.php"
  305. ],
  306. "classmap": [
  307. "src/App.php",
  308. "src/Log.php",
  309. "src/route/dispatch/Module.php"
  310. ]
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "Apache-2.0"
  315. ],
  316. "authors": [
  317. {
  318. "name": "catman",
  319. "email": "catman@thinkcmf.com"
  320. }
  321. ],
  322. "description": "The ThinkCMF Core Package",
  323. "time": "2019-03-25T23:42:23+00:00"
  324. },
  325. {
  326. "name": "thinkcmf/cmf-api",
  327. "version": "v5.1.4",
  328. "source": {
  329. "type": "git",
  330. "url": "https://github.com/thinkcmf/cmf-api.git",
  331. "reference": "b48b380a9e152ed528360e0db22cde19aad2f00d"
  332. },
  333. "dist": {
  334. "type": "zip",
  335. "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/b48b380a9e152ed528360e0db22cde19aad2f00d",
  336. "reference": "b48b380a9e152ed528360e0db22cde19aad2f00d",
  337. "shasum": ""
  338. },
  339. "require": {
  340. "thinkcmf/cmf": "~5.1.0"
  341. },
  342. "type": "library",
  343. "autoload": {
  344. "psr-4": {
  345. "api\\": "src"
  346. },
  347. "files": []
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "license": [
  351. "Apache-2.0"
  352. ],
  353. "authors": [
  354. {
  355. "name": "catman",
  356. "email": "catman@thinkcmf.com"
  357. }
  358. ],
  359. "description": "The ThinkCMF 5.1 Core Api Package",
  360. "time": "2019-03-25T15:19:06+00:00"
  361. },
  362. {
  363. "name": "thinkcmf/cmf-app",
  364. "version": "v5.1.3",
  365. "source": {
  366. "type": "git",
  367. "url": "https://github.com/thinkcmf/cmf-app.git",
  368. "reference": "280135a25301d0bd280a5fe1055c5782a17990ff"
  369. },
  370. "dist": {
  371. "type": "zip",
  372. "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/280135a25301d0bd280a5fe1055c5782a17990ff",
  373. "reference": "280135a25301d0bd280a5fe1055c5782a17990ff",
  374. "shasum": ""
  375. },
  376. "require": {
  377. "thinkcmf/cmf": "~5.1.0"
  378. },
  379. "type": "library",
  380. "autoload": {
  381. "psr-4": {
  382. "app\\": "src"
  383. },
  384. "files": []
  385. },
  386. "notification-url": "https://packagist.org/downloads/",
  387. "license": [
  388. "Apache-2.0"
  389. ],
  390. "authors": [
  391. {
  392. "name": "catman",
  393. "email": "catman@thinkcmf.com"
  394. }
  395. ],
  396. "description": "The ThinkCMF App Package",
  397. "time": "2019-03-25T14:54:55+00:00"
  398. },
  399. {
  400. "name": "thinkcmf/cmf-extend",
  401. "version": "v5.1.0",
  402. "source": {
  403. "type": "git",
  404. "url": "https://github.com/thinkcmf/cmf-extend.git",
  405. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f"
  406. },
  407. "dist": {
  408. "type": "zip",
  409. "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  410. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  411. "shasum": ""
  412. },
  413. "type": "library",
  414. "autoload": {
  415. "psr-4": {
  416. "dir\\": "src/dir",
  417. "tree\\": "src/tree",
  418. "wxapp\\": "src/wxapp"
  419. },
  420. "files": []
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "Apache-2.0"
  425. ],
  426. "authors": [
  427. {
  428. "name": "catman",
  429. "email": "catman@thinkcmf.com"
  430. }
  431. ],
  432. "description": "The ThinkCMF extend Package",
  433. "time": "2019-03-04T05:15:23+00:00"
  434. },
  435. {
  436. "name": "thinkcmf/cmf-install",
  437. "version": "v5.1.2",
  438. "source": {
  439. "type": "git",
  440. "url": "https://github.com/thinkcmf/cmf-install.git",
  441. "reference": "d5cb888c2a9a8db94f8d78ab1e6843a121fd2627"
  442. },
  443. "dist": {
  444. "type": "zip",
  445. "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/d5cb888c2a9a8db94f8d78ab1e6843a121fd2627",
  446. "reference": "d5cb888c2a9a8db94f8d78ab1e6843a121fd2627",
  447. "shasum": ""
  448. },
  449. "type": "library",
  450. "autoload": {
  451. "psr-4": {
  452. "app\\install\\": "src"
  453. },
  454. "files": []
  455. },
  456. "notification-url": "https://packagist.org/downloads/",
  457. "license": [
  458. "Apache-2.0"
  459. ],
  460. "authors": [
  461. {
  462. "name": "catman",
  463. "email": "catman@thinkcmf.com"
  464. }
  465. ],
  466. "description": "The ThinkCMF Install Package",
  467. "time": "2019-03-25T15:15:13+00:00"
  468. },
  469. {
  470. "name": "topthink/framework",
  471. "version": "v5.1.35",
  472. "source": {
  473. "type": "git",
  474. "url": "https://github.com/top-think/framework.git",
  475. "reference": "c53c0c6132022a87e8ee9c4109939eaf9a8a7adb"
  476. },
  477. "dist": {
  478. "type": "zip",
  479. "url": "https://api.github.com/repos/top-think/framework/zipball/c53c0c6132022a87e8ee9c4109939eaf9a8a7adb",
  480. "reference": "c53c0c6132022a87e8ee9c4109939eaf9a8a7adb",
  481. "shasum": ""
  482. },
  483. "require": {
  484. "php": ">=5.6.0",
  485. "topthink/think-installer": "2.*"
  486. },
  487. "require-dev": {
  488. "johnkary/phpunit-speedtrap": "^1.0",
  489. "mikey179/vfsstream": "~1.6",
  490. "phpdocumentor/reflection-docblock": "^2.0",
  491. "phploc/phploc": "2.*",
  492. "phpunit/phpunit": "^5.0|^6.0",
  493. "sebastian/phpcpd": "2.*",
  494. "squizlabs/php_codesniffer": "2.*"
  495. },
  496. "type": "think-framework",
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "Apache-2.0"
  500. ],
  501. "authors": [
  502. {
  503. "name": "liu21st",
  504. "email": "liu21st@gmail.com"
  505. },
  506. {
  507. "name": "yunwuxin",
  508. "email": "448901948@qq.com"
  509. }
  510. ],
  511. "description": "the new thinkphp framework",
  512. "homepage": "http://thinkphp.cn/",
  513. "keywords": [
  514. "framework",
  515. "orm",
  516. "thinkphp"
  517. ],
  518. "time": "2019-03-03T00:44:44+00:00"
  519. },
  520. {
  521. "name": "topthink/think-captcha",
  522. "version": "v2.0.2",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/top-think/think-captcha.git",
  526. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  531. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "topthink/framework": "5.1.*"
  536. },
  537. "type": "library",
  538. "autoload": {
  539. "psr-4": {
  540. "think\\captcha\\": "src/"
  541. },
  542. "files": [
  543. "src/helper.php"
  544. ]
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "Apache-2.0"
  549. ],
  550. "authors": [
  551. {
  552. "name": "yunwuxin",
  553. "email": "448901948@qq.com"
  554. }
  555. ],
  556. "description": "captcha package for thinkphp5",
  557. "time": "2017-12-31T16:37:49+00:00"
  558. },
  559. {
  560. "name": "topthink/think-helper",
  561. "version": "v1.0.7",
  562. "source": {
  563. "type": "git",
  564. "url": "https://github.com/top-think/think-helper.git",
  565. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  566. },
  567. "dist": {
  568. "type": "zip",
  569. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  570. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  571. "shasum": ""
  572. },
  573. "type": "library",
  574. "autoload": {
  575. "psr-4": {
  576. "think\\helper\\": "src"
  577. },
  578. "files": [
  579. "src/helper.php"
  580. ]
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "Apache-2.0"
  585. ],
  586. "authors": [
  587. {
  588. "name": "yunwuxin",
  589. "email": "448901948@qq.com"
  590. }
  591. ],
  592. "description": "The ThinkPHP5 Helper Package",
  593. "time": "2018-10-05T00:43:21+00:00"
  594. },
  595. {
  596. "name": "topthink/think-image",
  597. "version": "v1.0.7",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/top-think/think-image.git",
  601. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  606. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "ext-gd": "*"
  611. },
  612. "require-dev": {
  613. "phpunit/phpunit": "4.8.*",
  614. "topthink/framework": "^5.0"
  615. },
  616. "type": "library",
  617. "autoload": {
  618. "psr-4": {
  619. "think\\": "src"
  620. }
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "Apache-2.0"
  625. ],
  626. "authors": [
  627. {
  628. "name": "yunwuxin",
  629. "email": "448901948@qq.com"
  630. }
  631. ],
  632. "description": "The ThinkPHP5 Image Package",
  633. "time": "2016-09-29T06:05:43+00:00"
  634. },
  635. {
  636. "name": "topthink/think-installer",
  637. "version": "v2.0.0",
  638. "source": {
  639. "type": "git",
  640. "url": "https://github.com/top-think/think-installer.git",
  641. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  642. },
  643. "dist": {
  644. "type": "zip",
  645. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  646. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  647. "shasum": ""
  648. },
  649. "require": {
  650. "composer-plugin-api": "^1.0"
  651. },
  652. "require-dev": {
  653. "composer/composer": "1.0.*@dev"
  654. },
  655. "type": "composer-plugin",
  656. "extra": {
  657. "class": "think\\composer\\Plugin"
  658. },
  659. "autoload": {
  660. "psr-4": {
  661. "think\\composer\\": "src"
  662. }
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "Apache-2.0"
  667. ],
  668. "authors": [
  669. {
  670. "name": "yunwuxin",
  671. "email": "448901948@qq.com"
  672. }
  673. ],
  674. "time": "2018-05-11T06:45:42+00:00"
  675. }
  676. ],
  677. "packages-dev": [],
  678. "aliases": [],
  679. "minimum-stability": "stable",
  680. "stability-flags": [],
  681. "prefer-stable": false,
  682. "prefer-lowest": false,
  683. "platform": {
  684. "php": ">=5.6.0",
  685. "ext-json": "*",
  686. "ext-curl": "*",
  687. "ext-pdo": "*"
  688. },
  689. "platform-dev": []
  690. }