installed.json 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346
  1. [
  2. {
  3. "name": "adbario/php-dot-notation",
  4. "version": "2.2.0",
  5. "version_normalized": "2.2.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/adbario/php-dot-notation.git",
  9. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  14. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-json": "*",
  19. "php": ">=5.5"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  23. "squizlabs/php_codesniffer": "^3.0"
  24. },
  25. "time": "2019-01-01T23:59:15+00:00",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "files": [
  30. "src/helpers.php"
  31. ],
  32. "psr-4": {
  33. "Adbar\\": "src"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Riku Särkinen",
  43. "email": "riku@adbar.io"
  44. }
  45. ],
  46. "description": "PHP dot notation access to arrays",
  47. "homepage": "https://github.com/adbario/php-dot-notation",
  48. "keywords": [
  49. "ArrayAccess",
  50. "dotnotation"
  51. ]
  52. },
  53. {
  54. "name": "alibabacloud/client",
  55. "version": "1.5.21",
  56. "version_normalized": "1.5.21.0",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
  60. "reference": "a11d68d90d50d2bde46c3a656eef5e0563c08b69"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/a11d68d90d50d2bde46c3a656eef5e0563c08b69",
  65. "reference": "a11d68d90d50d2bde46c3a656eef5e0563c08b69",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "adbario/php-dot-notation": "^2.2",
  70. "clagiordano/weblibs-configmanager": "^1.0",
  71. "danielstjules/stringy": "^3.1",
  72. "ext-curl": "*",
  73. "ext-json": "*",
  74. "ext-libxml": "*",
  75. "ext-mbstring": "*",
  76. "ext-openssl": "*",
  77. "ext-simplexml": "*",
  78. "ext-xmlwriter": "*",
  79. "guzzlehttp/guzzle": "^6.3",
  80. "mtdowling/jmespath.php": "^2.4",
  81. "php": ">=5.5"
  82. },
  83. "require-dev": {
  84. "composer/composer": "^1.8",
  85. "drupal/coder": "^8.3",
  86. "ext-dom": "*",
  87. "ext-pcre": "*",
  88. "ext-sockets": "*",
  89. "ext-spl": "*",
  90. "league/climate": "^3.2.4",
  91. "mikey179/vfsstream": "^1.6",
  92. "monolog/monolog": "^1.24",
  93. "phpunit/phpunit": "^4.8.35|^5.4.3",
  94. "psr/cache": "^1.0",
  95. "symfony/dotenv": "^3.4",
  96. "symfony/var-dumper": "^3.4"
  97. },
  98. "suggest": {
  99. "ext-sockets": "To use client-side monitoring"
  100. },
  101. "time": "2020-02-26T04:39:45+00:00",
  102. "type": "library",
  103. "installation-source": "dist",
  104. "autoload": {
  105. "psr-4": {
  106. "AlibabaCloud\\Client\\": "src"
  107. },
  108. "files": [
  109. "src/Functions.php"
  110. ]
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "Apache-2.0"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Alibaba Cloud SDK",
  119. "email": "sdk-team@alibabacloud.com",
  120. "homepage": "http://www.alibabacloud.com"
  121. }
  122. ],
  123. "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
  124. "homepage": "https://www.alibabacloud.com/",
  125. "keywords": [
  126. "alibaba",
  127. "alibabacloud",
  128. "aliyun",
  129. "client",
  130. "cloud",
  131. "library",
  132. "sdk",
  133. "tool"
  134. ]
  135. },
  136. {
  137. "name": "clagiordano/weblibs-configmanager",
  138. "version": "v1.0.7",
  139. "version_normalized": "1.0.7.0",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/clagiordano/weblibs-configmanager.git",
  143. "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/6ef4c27354368deb2f54b39bbe06601da8c873a0",
  148. "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "php": ">=5.4"
  153. },
  154. "require-dev": {
  155. "clagiordano/phpunit-result-printer": "^1",
  156. "phpunit/phpunit": "^4.8"
  157. },
  158. "time": "2019-09-25T22:10:10+00:00",
  159. "type": "library",
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "clagiordano\\weblibs\\configmanager\\": "src/"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "LGPL-3.0-or-later"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Claudio Giordano",
  173. "email": "claudio.giordano@autistici.org",
  174. "role": "Developer"
  175. }
  176. ],
  177. "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
  178. "keywords": [
  179. "clagiordano",
  180. "configuration",
  181. "manager",
  182. "tool",
  183. "weblibs"
  184. ]
  185. },
  186. {
  187. "name": "danielstjules/stringy",
  188. "version": "3.1.0",
  189. "version_normalized": "3.1.0.0",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/danielstjules/Stringy.git",
  193. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  198. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "php": ">=5.4.0",
  203. "symfony/polyfill-mbstring": "~1.1"
  204. },
  205. "require-dev": {
  206. "phpunit/phpunit": "~4.0"
  207. },
  208. "time": "2017-06-12T01:10:27+00:00",
  209. "type": "library",
  210. "installation-source": "dist",
  211. "autoload": {
  212. "psr-4": {
  213. "Stringy\\": "src/"
  214. },
  215. "files": [
  216. "src/Create.php"
  217. ]
  218. },
  219. "notification-url": "https://packagist.org/downloads/",
  220. "license": [
  221. "MIT"
  222. ],
  223. "authors": [
  224. {
  225. "name": "Daniel St. Jules",
  226. "email": "danielst.jules@gmail.com",
  227. "homepage": "http://www.danielstjules.com"
  228. }
  229. ],
  230. "description": "A string manipulation library with multibyte support",
  231. "homepage": "https://github.com/danielstjules/Stringy",
  232. "keywords": [
  233. "UTF",
  234. "helpers",
  235. "manipulation",
  236. "methods",
  237. "multibyte",
  238. "string",
  239. "utf-8",
  240. "utility",
  241. "utils"
  242. ]
  243. },
  244. {
  245. "name": "electrolinux/phpquery",
  246. "version": "0.9.6",
  247. "version_normalized": "0.9.6.0",
  248. "source": {
  249. "type": "git",
  250. "url": "https://github.com/electrolinux/phpquery.git",
  251. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
  252. },
  253. "dist": {
  254. "type": "zip",
  255. "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  256. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  257. "shasum": ""
  258. },
  259. "time": "2013-03-21T12:39:33+00:00",
  260. "type": "library",
  261. "installation-source": "dist",
  262. "autoload": {
  263. "classmap": [
  264. "phpQuery/"
  265. ]
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Tobiasz Cudnik",
  274. "email": "tobiasz.cudnik@gmail.com",
  275. "homepage": "https://github.com/TobiaszCudnik",
  276. "role": "Developer"
  277. },
  278. {
  279. "name": "didier Belot",
  280. "role": "Packager"
  281. }
  282. ],
  283. "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
  284. "homepage": "http://code.google.com/p/phpquery/"
  285. },
  286. {
  287. "name": "ezyang/htmlpurifier",
  288. "version": "v4.12.0",
  289. "version_normalized": "4.12.0.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/ezyang/htmlpurifier.git",
  293. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
  298. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": ">=5.2"
  303. },
  304. "require-dev": {
  305. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  306. },
  307. "time": "2019-10-28T03:44:26+00:00",
  308. "type": "library",
  309. "installation-source": "dist",
  310. "autoload": {
  311. "psr-0": {
  312. "HTMLPurifier": "library/"
  313. },
  314. "files": [
  315. "library/HTMLPurifier.composer.php"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "LGPL-2.1-or-later"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Edward Z. Yang",
  325. "email": "admin@htmlpurifier.org",
  326. "homepage": "http://ezyang.com"
  327. }
  328. ],
  329. "description": "Standards compliant HTML filter written in PHP",
  330. "homepage": "http://htmlpurifier.org/",
  331. "keywords": [
  332. "html"
  333. ]
  334. },
  335. {
  336. "name": "guzzlehttp/guzzle",
  337. "version": "6.5.2",
  338. "version_normalized": "6.5.2.0",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/guzzle/guzzle.git",
  342. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
  347. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "ext-json": "*",
  352. "guzzlehttp/promises": "^1.0",
  353. "guzzlehttp/psr7": "^1.6.1",
  354. "php": ">=5.5"
  355. },
  356. "require-dev": {
  357. "ext-curl": "*",
  358. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  359. "psr/log": "^1.1"
  360. },
  361. "suggest": {
  362. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  363. "psr/log": "Required for using the Log middleware"
  364. },
  365. "time": "2019-12-23T11:57:10+00:00",
  366. "type": "library",
  367. "extra": {
  368. "branch-alias": {
  369. "dev-master": "6.5-dev"
  370. }
  371. },
  372. "installation-source": "dist",
  373. "autoload": {
  374. "psr-4": {
  375. "GuzzleHttp\\": "src/"
  376. },
  377. "files": [
  378. "src/functions_include.php"
  379. ]
  380. },
  381. "notification-url": "https://packagist.org/downloads/",
  382. "license": [
  383. "MIT"
  384. ],
  385. "authors": [
  386. {
  387. "name": "Michael Dowling",
  388. "email": "mtdowling@gmail.com",
  389. "homepage": "https://github.com/mtdowling"
  390. }
  391. ],
  392. "description": "Guzzle is a PHP HTTP client library",
  393. "homepage": "http://guzzlephp.org/",
  394. "keywords": [
  395. "client",
  396. "curl",
  397. "framework",
  398. "http",
  399. "http client",
  400. "rest",
  401. "web service"
  402. ]
  403. },
  404. {
  405. "name": "guzzlehttp/promises",
  406. "version": "v1.3.1",
  407. "version_normalized": "1.3.1.0",
  408. "source": {
  409. "type": "git",
  410. "url": "https://github.com/guzzle/promises.git",
  411. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  412. },
  413. "dist": {
  414. "type": "zip",
  415. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  416. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  417. "shasum": ""
  418. },
  419. "require": {
  420. "php": ">=5.5.0"
  421. },
  422. "require-dev": {
  423. "phpunit/phpunit": "^4.0"
  424. },
  425. "time": "2016-12-20T10:07:11+00:00",
  426. "type": "library",
  427. "extra": {
  428. "branch-alias": {
  429. "dev-master": "1.4-dev"
  430. }
  431. },
  432. "installation-source": "dist",
  433. "autoload": {
  434. "psr-4": {
  435. "GuzzleHttp\\Promise\\": "src/"
  436. },
  437. "files": [
  438. "src/functions_include.php"
  439. ]
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "MIT"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Michael Dowling",
  448. "email": "mtdowling@gmail.com",
  449. "homepage": "https://github.com/mtdowling"
  450. }
  451. ],
  452. "description": "Guzzle promises library",
  453. "keywords": [
  454. "promise"
  455. ]
  456. },
  457. {
  458. "name": "guzzlehttp/psr7",
  459. "version": "1.6.1",
  460. "version_normalized": "1.6.1.0",
  461. "source": {
  462. "type": "git",
  463. "url": "https://github.com/guzzle/psr7.git",
  464. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  465. },
  466. "dist": {
  467. "type": "zip",
  468. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  469. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  470. "shasum": ""
  471. },
  472. "require": {
  473. "php": ">=5.4.0",
  474. "psr/http-message": "~1.0",
  475. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  476. },
  477. "provide": {
  478. "psr/http-message-implementation": "1.0"
  479. },
  480. "require-dev": {
  481. "ext-zlib": "*",
  482. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  483. },
  484. "suggest": {
  485. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  486. },
  487. "time": "2019-07-01T23:21:34+00:00",
  488. "type": "library",
  489. "extra": {
  490. "branch-alias": {
  491. "dev-master": "1.6-dev"
  492. }
  493. },
  494. "installation-source": "dist",
  495. "autoload": {
  496. "psr-4": {
  497. "GuzzleHttp\\Psr7\\": "src/"
  498. },
  499. "files": [
  500. "src/functions_include.php"
  501. ]
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "license": [
  505. "MIT"
  506. ],
  507. "authors": [
  508. {
  509. "name": "Michael Dowling",
  510. "email": "mtdowling@gmail.com",
  511. "homepage": "https://github.com/mtdowling"
  512. },
  513. {
  514. "name": "Tobias Schultze",
  515. "homepage": "https://github.com/Tobion"
  516. }
  517. ],
  518. "description": "PSR-7 message implementation that also provides common utility methods",
  519. "keywords": [
  520. "http",
  521. "message",
  522. "psr-7",
  523. "request",
  524. "response",
  525. "stream",
  526. "uri",
  527. "url"
  528. ]
  529. },
  530. {
  531. "name": "mindplay/annotations",
  532. "version": "1.3.1",
  533. "version_normalized": "1.3.1.0",
  534. "source": {
  535. "type": "git",
  536. "url": "https://github.com/php-annotations/php-annotations.git",
  537. "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867"
  538. },
  539. "dist": {
  540. "type": "zip",
  541. "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/77ef66f79fb65a7b7e7e005be0bd6b643de43867",
  542. "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867",
  543. "shasum": ""
  544. },
  545. "require": {
  546. "php": ">=5.3.3"
  547. },
  548. "require-dev": {
  549. "phpunit/php-code-coverage": "~1.2.1",
  550. "phpunit/php-file-iterator": ">=1.3.0@stable"
  551. },
  552. "time": "2019-01-15T17:03:08+00:00",
  553. "type": "library",
  554. "extra": {
  555. "branch-alias": {
  556. "dev-master": "1.3.x-dev"
  557. }
  558. },
  559. "installation-source": "dist",
  560. "autoload": {
  561. "psr-4": {
  562. "mindplay\\annotations\\": "src\\annotations"
  563. }
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "LGPL-3.0+"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Rasmus Schultz",
  572. "email": "rasmus@mindplay.dk"
  573. }
  574. ],
  575. "description": "Industrial-strength annotations for PHP",
  576. "homepage": "http://blog.mindplay.dk/",
  577. "keywords": [
  578. "annotations",
  579. "framework"
  580. ]
  581. },
  582. {
  583. "name": "mtdowling/jmespath.php",
  584. "version": "2.5.0",
  585. "version_normalized": "2.5.0.0",
  586. "source": {
  587. "type": "git",
  588. "url": "https://github.com/jmespath/jmespath.php.git",
  589. "reference": "52168cb9472de06979613d365c7f1ab8798be895"
  590. },
  591. "dist": {
  592. "type": "zip",
  593. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/52168cb9472de06979613d365c7f1ab8798be895",
  594. "reference": "52168cb9472de06979613d365c7f1ab8798be895",
  595. "shasum": ""
  596. },
  597. "require": {
  598. "php": ">=5.4.0",
  599. "symfony/polyfill-mbstring": "^1.4"
  600. },
  601. "require-dev": {
  602. "composer/xdebug-handler": "^1.2",
  603. "phpunit/phpunit": "^4.8.36|^7.5.15"
  604. },
  605. "time": "2019-12-30T18:03:34+00:00",
  606. "bin": [
  607. "bin/jp.php"
  608. ],
  609. "type": "library",
  610. "extra": {
  611. "branch-alias": {
  612. "dev-master": "2.5-dev"
  613. }
  614. },
  615. "installation-source": "source",
  616. "autoload": {
  617. "psr-4": {
  618. "JmesPath\\": "src/"
  619. },
  620. "files": [
  621. "src/JmesPath.php"
  622. ]
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "license": [
  626. "MIT"
  627. ],
  628. "authors": [
  629. {
  630. "name": "Michael Dowling",
  631. "email": "mtdowling@gmail.com",
  632. "homepage": "https://github.com/mtdowling"
  633. }
  634. ],
  635. "description": "Declaratively specify how to extract elements from a JSON document",
  636. "keywords": [
  637. "json",
  638. "jsonpath"
  639. ]
  640. },
  641. {
  642. "name": "phpmailer/phpmailer",
  643. "version": "v6.1.5",
  644. "version_normalized": "6.1.5.0",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/PHPMailer/PHPMailer.git",
  648. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
  653. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "ext-ctype": "*",
  658. "ext-filter": "*",
  659. "php": ">=5.5.0"
  660. },
  661. "require-dev": {
  662. "doctrine/annotations": "^1.2",
  663. "friendsofphp/php-cs-fixer": "^2.2",
  664. "phpunit/phpunit": "^4.8 || ^5.7"
  665. },
  666. "suggest": {
  667. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  668. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  669. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  670. "psr/log": "For optional PSR-3 debug logging",
  671. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  672. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  673. },
  674. "time": "2020-03-14T14:23:48+00:00",
  675. "type": "library",
  676. "installation-source": "dist",
  677. "autoload": {
  678. "psr-4": {
  679. "PHPMailer\\PHPMailer\\": "src/"
  680. }
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "LGPL-2.1-only"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Marcus Bointon",
  689. "email": "phpmailer@synchromedia.co.uk"
  690. },
  691. {
  692. "name": "Jim Jagielski",
  693. "email": "jimjag@gmail.com"
  694. },
  695. {
  696. "name": "Andy Prevost",
  697. "email": "codeworxtech@users.sourceforge.net"
  698. },
  699. {
  700. "name": "Brent R. Matzelle"
  701. }
  702. ],
  703. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  704. },
  705. {
  706. "name": "phpoffice/phpexcel",
  707. "version": "1.8.2",
  708. "version_normalized": "1.8.2.0",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/PHPOffice/PHPExcel.git",
  712. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  717. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "ext-mbstring": "*",
  722. "ext-xml": "*",
  723. "ext-xmlwriter": "*",
  724. "php": "^5.2|^7.0"
  725. },
  726. "require-dev": {
  727. "squizlabs/php_codesniffer": "2.*"
  728. },
  729. "time": "2018-11-22T23:07:24+00:00",
  730. "type": "library",
  731. "installation-source": "dist",
  732. "autoload": {
  733. "psr-0": {
  734. "PHPExcel": "Classes/"
  735. }
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "LGPL-2.1"
  740. ],
  741. "authors": [
  742. {
  743. "name": "Maarten Balliauw",
  744. "homepage": "http://blog.maartenballiauw.be"
  745. },
  746. {
  747. "name": "Erik Tilt"
  748. },
  749. {
  750. "name": "Franck Lefevre",
  751. "homepage": "http://rootslabs.net"
  752. },
  753. {
  754. "name": "Mark Baker",
  755. "homepage": "http://markbakeruk.net"
  756. }
  757. ],
  758. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  759. "homepage": "https://github.com/PHPOffice/PHPExcel",
  760. "keywords": [
  761. "OpenXML",
  762. "excel",
  763. "php",
  764. "spreadsheet",
  765. "xls",
  766. "xlsx"
  767. ],
  768. "abandoned": "phpoffice/phpspreadsheet"
  769. },
  770. {
  771. "name": "psr/http-message",
  772. "version": "1.0.1",
  773. "version_normalized": "1.0.1.0",
  774. "source": {
  775. "type": "git",
  776. "url": "https://github.com/php-fig/http-message.git",
  777. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  778. },
  779. "dist": {
  780. "type": "zip",
  781. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  782. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  783. "shasum": ""
  784. },
  785. "require": {
  786. "php": ">=5.3.0"
  787. },
  788. "time": "2016-08-06T14:39:51+00:00",
  789. "type": "library",
  790. "extra": {
  791. "branch-alias": {
  792. "dev-master": "1.0.x-dev"
  793. }
  794. },
  795. "installation-source": "dist",
  796. "autoload": {
  797. "psr-4": {
  798. "Psr\\Http\\Message\\": "src/"
  799. }
  800. },
  801. "notification-url": "https://packagist.org/downloads/",
  802. "license": [
  803. "MIT"
  804. ],
  805. "authors": [
  806. {
  807. "name": "PHP-FIG",
  808. "homepage": "http://www.php-fig.org/"
  809. }
  810. ],
  811. "description": "Common interface for HTTP messages",
  812. "homepage": "https://github.com/php-fig/http-message",
  813. "keywords": [
  814. "http",
  815. "http-message",
  816. "psr",
  817. "psr-7",
  818. "request",
  819. "response"
  820. ]
  821. },
  822. {
  823. "name": "ralouphie/getallheaders",
  824. "version": "3.0.3",
  825. "version_normalized": "3.0.3.0",
  826. "source": {
  827. "type": "git",
  828. "url": "https://github.com/ralouphie/getallheaders.git",
  829. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  830. },
  831. "dist": {
  832. "type": "zip",
  833. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  834. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  835. "shasum": ""
  836. },
  837. "require": {
  838. "php": ">=5.6"
  839. },
  840. "require-dev": {
  841. "php-coveralls/php-coveralls": "^2.1",
  842. "phpunit/phpunit": "^5 || ^6.5"
  843. },
  844. "time": "2019-03-08T08:55:37+00:00",
  845. "type": "library",
  846. "installation-source": "dist",
  847. "autoload": {
  848. "files": [
  849. "src/getallheaders.php"
  850. ]
  851. },
  852. "notification-url": "https://packagist.org/downloads/",
  853. "license": [
  854. "MIT"
  855. ],
  856. "authors": [
  857. {
  858. "name": "Ralph Khattar",
  859. "email": "ralph.khattar@gmail.com"
  860. }
  861. ],
  862. "description": "A polyfill for getallheaders."
  863. },
  864. {
  865. "name": "symfony/polyfill-mbstring",
  866. "version": "v1.15.0",
  867. "version_normalized": "1.15.0.0",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/symfony/polyfill-mbstring.git",
  871. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  876. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  877. "shasum": ""
  878. },
  879. "require": {
  880. "php": ">=5.3.3"
  881. },
  882. "suggest": {
  883. "ext-mbstring": "For best performance"
  884. },
  885. "time": "2020-03-09T19:04:49+00:00",
  886. "type": "library",
  887. "extra": {
  888. "branch-alias": {
  889. "dev-master": "1.15-dev"
  890. }
  891. },
  892. "installation-source": "source",
  893. "autoload": {
  894. "psr-4": {
  895. "Symfony\\Polyfill\\Mbstring\\": ""
  896. },
  897. "files": [
  898. "bootstrap.php"
  899. ]
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "MIT"
  904. ],
  905. "authors": [
  906. {
  907. "name": "Nicolas Grekas",
  908. "email": "p@tchwork.com"
  909. },
  910. {
  911. "name": "Symfony Community",
  912. "homepage": "https://symfony.com/contributors"
  913. }
  914. ],
  915. "description": "Symfony polyfill for the Mbstring extension",
  916. "homepage": "https://symfony.com",
  917. "keywords": [
  918. "compatibility",
  919. "mbstring",
  920. "polyfill",
  921. "portable",
  922. "shim"
  923. ]
  924. },
  925. {
  926. "name": "thinkcmf/cmf",
  927. "version": "v5.1.11",
  928. "version_normalized": "5.1.11.0",
  929. "source": {
  930. "type": "git",
  931. "url": "https://github.com/thinkcmf/cmf-core.git",
  932. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380"
  933. },
  934. "dist": {
  935. "type": "zip",
  936. "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  937. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  938. "shasum": ""
  939. },
  940. "require": {
  941. "electrolinux/phpquery": "^0.9.6",
  942. "ezyang/htmlpurifier": "^4.9",
  943. "mindplay/annotations": "^1.3",
  944. "phpmailer/phpmailer": "~6.0",
  945. "thinkcmf/cmf-extend": "~5.1.0",
  946. "topthink/framework": "~5.1.0",
  947. "topthink/think-captcha": "^2.0"
  948. },
  949. "time": "2019-12-16T09:51:55+00:00",
  950. "type": "library",
  951. "installation-source": "dist",
  952. "autoload": {
  953. "psr-4": {
  954. "cmf\\": "src"
  955. },
  956. "files": [
  957. "src/common.php"
  958. ],
  959. "classmap": [
  960. "src/App.php",
  961. "src/Log.php",
  962. "src/route/dispatch/Module.php"
  963. ]
  964. },
  965. "notification-url": "https://packagist.org/downloads/",
  966. "license": [
  967. "Apache-2.0"
  968. ],
  969. "authors": [
  970. {
  971. "name": "catman",
  972. "email": "catman@thinkcmf.com"
  973. }
  974. ],
  975. "description": "The ThinkCMF Core Package"
  976. },
  977. {
  978. "name": "thinkcmf/cmf-api",
  979. "version": "v5.1.6",
  980. "version_normalized": "5.1.6.0",
  981. "source": {
  982. "type": "git",
  983. "url": "https://github.com/thinkcmf/cmf-api.git",
  984. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d"
  985. },
  986. "dist": {
  987. "type": "zip",
  988. "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/a7d9edecc8c44aec6395dac8678a2577127f776d",
  989. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d",
  990. "shasum": ""
  991. },
  992. "require": {
  993. "thinkcmf/cmf": "~5.1.0"
  994. },
  995. "time": "2019-07-23T23:29:11+00:00",
  996. "type": "library",
  997. "installation-source": "dist",
  998. "autoload": {
  999. "psr-4": {
  1000. "api\\": "src"
  1001. },
  1002. "files": []
  1003. },
  1004. "notification-url": "https://packagist.org/downloads/",
  1005. "license": [
  1006. "Apache-2.0"
  1007. ],
  1008. "authors": [
  1009. {
  1010. "name": "catman",
  1011. "email": "catman@thinkcmf.com"
  1012. }
  1013. ],
  1014. "description": "The ThinkCMF 5.1 Core Api Package"
  1015. },
  1016. {
  1017. "name": "thinkcmf/cmf-app",
  1018. "version": "v5.1.6",
  1019. "version_normalized": "5.1.6.0",
  1020. "source": {
  1021. "type": "git",
  1022. "url": "https://github.com/thinkcmf/cmf-app.git",
  1023. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d"
  1024. },
  1025. "dist": {
  1026. "type": "zip",
  1027. "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  1028. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  1029. "shasum": ""
  1030. },
  1031. "require": {
  1032. "thinkcmf/cmf": "~5.1.0"
  1033. },
  1034. "time": "2019-09-06T03:58:33+00:00",
  1035. "type": "library",
  1036. "installation-source": "dist",
  1037. "autoload": {
  1038. "psr-4": {
  1039. "app\\": "src"
  1040. },
  1041. "files": []
  1042. },
  1043. "notification-url": "https://packagist.org/downloads/",
  1044. "license": [
  1045. "Apache-2.0"
  1046. ],
  1047. "authors": [
  1048. {
  1049. "name": "catman",
  1050. "email": "catman@thinkcmf.com"
  1051. }
  1052. ],
  1053. "description": "The ThinkCMF App Package"
  1054. },
  1055. {
  1056. "name": "thinkcmf/cmf-extend",
  1057. "version": "v5.1.0",
  1058. "version_normalized": "5.1.0.0",
  1059. "source": {
  1060. "type": "git",
  1061. "url": "https://github.com/thinkcmf/cmf-extend.git",
  1062. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f"
  1063. },
  1064. "dist": {
  1065. "type": "zip",
  1066. "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  1067. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  1068. "shasum": ""
  1069. },
  1070. "time": "2019-03-04T05:15:23+00:00",
  1071. "type": "library",
  1072. "installation-source": "dist",
  1073. "autoload": {
  1074. "psr-4": {
  1075. "dir\\": "src/dir",
  1076. "tree\\": "src/tree",
  1077. "wxapp\\": "src/wxapp"
  1078. },
  1079. "files": []
  1080. },
  1081. "notification-url": "https://packagist.org/downloads/",
  1082. "license": [
  1083. "Apache-2.0"
  1084. ],
  1085. "authors": [
  1086. {
  1087. "name": "catman",
  1088. "email": "catman@thinkcmf.com"
  1089. }
  1090. ],
  1091. "description": "The ThinkCMF extend Package"
  1092. },
  1093. {
  1094. "name": "thinkcmf/cmf-install",
  1095. "version": "v5.1.4",
  1096. "version_normalized": "5.1.4.0",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/thinkcmf/cmf-install.git",
  1100. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/651f7ff4d4413e2bcf98823853144bb2b67f671a",
  1105. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a",
  1106. "shasum": ""
  1107. },
  1108. "time": "2019-07-23T23:26:40+00:00",
  1109. "type": "library",
  1110. "installation-source": "source",
  1111. "autoload": {
  1112. "psr-4": {
  1113. "app\\install\\": "src"
  1114. },
  1115. "files": []
  1116. },
  1117. "notification-url": "https://packagist.org/downloads/",
  1118. "license": [
  1119. "Apache-2.0"
  1120. ],
  1121. "authors": [
  1122. {
  1123. "name": "catman",
  1124. "email": "catman@thinkcmf.com"
  1125. }
  1126. ],
  1127. "description": "The ThinkCMF Install Package"
  1128. },
  1129. {
  1130. "name": "topthink/framework",
  1131. "version": "v5.1.39",
  1132. "version_normalized": "5.1.39.0",
  1133. "source": {
  1134. "type": "git",
  1135. "url": "https://github.com/top-think/framework.git",
  1136. "reference": "5762858f3d58faafb3a39427f8788884b2927007"
  1137. },
  1138. "dist": {
  1139. "type": "zip",
  1140. "url": "https://api.github.com/repos/top-think/framework/zipball/5762858f3d58faafb3a39427f8788884b2927007",
  1141. "reference": "5762858f3d58faafb3a39427f8788884b2927007",
  1142. "shasum": ""
  1143. },
  1144. "require": {
  1145. "php": ">=5.6.0",
  1146. "topthink/think-installer": "2.*"
  1147. },
  1148. "require-dev": {
  1149. "johnkary/phpunit-speedtrap": "^1.0",
  1150. "mikey179/vfsstream": "~1.6",
  1151. "phpdocumentor/reflection-docblock": "^2.0",
  1152. "phploc/phploc": "2.*",
  1153. "phpunit/phpunit": "^5.0|^6.0",
  1154. "sebastian/phpcpd": "2.*",
  1155. "squizlabs/php_codesniffer": "2.*"
  1156. },
  1157. "time": "2019-11-17T23:22:02+00:00",
  1158. "type": "think-framework",
  1159. "installation-source": "dist",
  1160. "notification-url": "https://packagist.org/downloads/",
  1161. "license": [
  1162. "Apache-2.0"
  1163. ],
  1164. "authors": [
  1165. {
  1166. "name": "liu21st",
  1167. "email": "liu21st@gmail.com"
  1168. },
  1169. {
  1170. "name": "yunwuxin",
  1171. "email": "448901948@qq.com"
  1172. }
  1173. ],
  1174. "description": "the new thinkphp framework",
  1175. "homepage": "http://thinkphp.cn/",
  1176. "keywords": [
  1177. "framework",
  1178. "orm",
  1179. "thinkphp"
  1180. ]
  1181. },
  1182. {
  1183. "name": "topthink/think-captcha",
  1184. "version": "v2.0.2",
  1185. "version_normalized": "2.0.2.0",
  1186. "source": {
  1187. "type": "git",
  1188. "url": "https://github.com/top-think/think-captcha.git",
  1189. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  1190. },
  1191. "dist": {
  1192. "type": "zip",
  1193. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  1194. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  1195. "shasum": ""
  1196. },
  1197. "require": {
  1198. "topthink/framework": "5.1.*"
  1199. },
  1200. "time": "2017-12-31T16:37:49+00:00",
  1201. "type": "library",
  1202. "installation-source": "dist",
  1203. "autoload": {
  1204. "psr-4": {
  1205. "think\\captcha\\": "src/"
  1206. },
  1207. "files": [
  1208. "src/helper.php"
  1209. ]
  1210. },
  1211. "notification-url": "https://packagist.org/downloads/",
  1212. "license": [
  1213. "Apache-2.0"
  1214. ],
  1215. "authors": [
  1216. {
  1217. "name": "yunwuxin",
  1218. "email": "448901948@qq.com"
  1219. }
  1220. ],
  1221. "description": "captcha package for thinkphp5"
  1222. },
  1223. {
  1224. "name": "topthink/think-helper",
  1225. "version": "v1.0.7",
  1226. "version_normalized": "1.0.7.0",
  1227. "source": {
  1228. "type": "git",
  1229. "url": "https://github.com/top-think/think-helper.git",
  1230. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  1231. },
  1232. "dist": {
  1233. "type": "zip",
  1234. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  1235. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  1236. "shasum": ""
  1237. },
  1238. "time": "2018-10-05T00:43:21+00:00",
  1239. "type": "library",
  1240. "installation-source": "dist",
  1241. "autoload": {
  1242. "psr-4": {
  1243. "think\\helper\\": "src"
  1244. },
  1245. "files": [
  1246. "src/helper.php"
  1247. ]
  1248. },
  1249. "notification-url": "https://packagist.org/downloads/",
  1250. "license": [
  1251. "Apache-2.0"
  1252. ],
  1253. "authors": [
  1254. {
  1255. "name": "yunwuxin",
  1256. "email": "448901948@qq.com"
  1257. }
  1258. ],
  1259. "description": "The ThinkPHP5 Helper Package"
  1260. },
  1261. {
  1262. "name": "topthink/think-image",
  1263. "version": "v1.0.7",
  1264. "version_normalized": "1.0.7.0",
  1265. "source": {
  1266. "type": "git",
  1267. "url": "https://github.com/top-think/think-image.git",
  1268. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  1269. },
  1270. "dist": {
  1271. "type": "zip",
  1272. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  1273. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  1274. "shasum": ""
  1275. },
  1276. "require": {
  1277. "ext-gd": "*"
  1278. },
  1279. "require-dev": {
  1280. "phpunit/phpunit": "4.8.*",
  1281. "topthink/framework": "^5.0"
  1282. },
  1283. "time": "2016-09-29T06:05:43+00:00",
  1284. "type": "library",
  1285. "installation-source": "dist",
  1286. "autoload": {
  1287. "psr-4": {
  1288. "think\\": "src"
  1289. }
  1290. },
  1291. "notification-url": "https://packagist.org/downloads/",
  1292. "license": [
  1293. "Apache-2.0"
  1294. ],
  1295. "authors": [
  1296. {
  1297. "name": "yunwuxin",
  1298. "email": "448901948@qq.com"
  1299. }
  1300. ],
  1301. "description": "The ThinkPHP5 Image Package"
  1302. },
  1303. {
  1304. "name": "topthink/think-installer",
  1305. "version": "v2.0.0",
  1306. "version_normalized": "2.0.0.0",
  1307. "source": {
  1308. "type": "git",
  1309. "url": "https://github.com/top-think/think-installer.git",
  1310. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  1311. },
  1312. "dist": {
  1313. "type": "zip",
  1314. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  1315. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  1316. "shasum": ""
  1317. },
  1318. "require": {
  1319. "composer-plugin-api": "^1.0"
  1320. },
  1321. "require-dev": {
  1322. "composer/composer": "1.0.*@dev"
  1323. },
  1324. "time": "2018-05-11T06:45:42+00:00",
  1325. "type": "composer-plugin",
  1326. "extra": {
  1327. "class": "think\\composer\\Plugin"
  1328. },
  1329. "installation-source": "dist",
  1330. "autoload": {
  1331. "psr-4": {
  1332. "think\\composer\\": "src"
  1333. }
  1334. },
  1335. "notification-url": "https://packagist.org/downloads/",
  1336. "license": [
  1337. "Apache-2.0"
  1338. ],
  1339. "authors": [
  1340. {
  1341. "name": "yunwuxin",
  1342. "email": "448901948@qq.com"
  1343. }
  1344. ]
  1345. }
  1346. ]