composer.lock 45 KB

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