composer.lock 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  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.21",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
  64. "reference": "a11d68d90d50d2bde46c3a656eef5e0563c08b69"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/a11d68d90d50d2bde46c3a656eef5e0563c08b69",
  69. "reference": "a11d68d90d50d2bde46c3a656eef5e0563c08b69",
  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": "2020-02-26T04:39:45+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.5",
  629. "source": {
  630. "type": "git",
  631. "url": "https://github.com/PHPMailer/PHPMailer.git",
  632. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
  633. },
  634. "dist": {
  635. "type": "zip",
  636. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
  637. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
  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. "phpunit/phpunit": "^4.8 || ^5.7"
  649. },
  650. "suggest": {
  651. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  652. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  653. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  654. "psr/log": "For optional PSR-3 debug logging",
  655. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  656. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  657. },
  658. "type": "library",
  659. "autoload": {
  660. "psr-4": {
  661. "PHPMailer\\PHPMailer\\": "src/"
  662. }
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "LGPL-2.1-only"
  667. ],
  668. "authors": [
  669. {
  670. "name": "Marcus Bointon",
  671. "email": "phpmailer@synchromedia.co.uk"
  672. },
  673. {
  674. "name": "Jim Jagielski",
  675. "email": "jimjag@gmail.com"
  676. },
  677. {
  678. "name": "Andy Prevost",
  679. "email": "codeworxtech@users.sourceforge.net"
  680. },
  681. {
  682. "name": "Brent R. Matzelle"
  683. }
  684. ],
  685. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  686. "time": "2020-03-14T14:23:48+00:00"
  687. },
  688. {
  689. "name": "phpoffice/phpexcel",
  690. "version": "1.8.2",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/PHPOffice/PHPExcel.git",
  694. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  699. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  700. "shasum": ""
  701. },
  702. "require": {
  703. "ext-mbstring": "*",
  704. "ext-xml": "*",
  705. "ext-xmlwriter": "*",
  706. "php": "^5.2|^7.0"
  707. },
  708. "require-dev": {
  709. "squizlabs/php_codesniffer": "2.*"
  710. },
  711. "type": "library",
  712. "autoload": {
  713. "psr-0": {
  714. "PHPExcel": "Classes/"
  715. }
  716. },
  717. "notification-url": "https://packagist.org/downloads/",
  718. "license": [
  719. "LGPL-2.1"
  720. ],
  721. "authors": [
  722. {
  723. "name": "Maarten Balliauw",
  724. "homepage": "http://blog.maartenballiauw.be"
  725. },
  726. {
  727. "name": "Erik Tilt"
  728. },
  729. {
  730. "name": "Franck Lefevre",
  731. "homepage": "http://rootslabs.net"
  732. },
  733. {
  734. "name": "Mark Baker",
  735. "homepage": "http://markbakeruk.net"
  736. }
  737. ],
  738. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  739. "homepage": "https://github.com/PHPOffice/PHPExcel",
  740. "keywords": [
  741. "OpenXML",
  742. "excel",
  743. "php",
  744. "spreadsheet",
  745. "xls",
  746. "xlsx"
  747. ],
  748. "abandoned": "phpoffice/phpspreadsheet",
  749. "time": "2018-11-22T23:07:24+00:00"
  750. },
  751. {
  752. "name": "psr/http-message",
  753. "version": "1.0.1",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/php-fig/http-message.git",
  757. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  762. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "php": ">=5.3.0"
  767. },
  768. "type": "library",
  769. "extra": {
  770. "branch-alias": {
  771. "dev-master": "1.0.x-dev"
  772. }
  773. },
  774. "autoload": {
  775. "psr-4": {
  776. "Psr\\Http\\Message\\": "src/"
  777. }
  778. },
  779. "notification-url": "https://packagist.org/downloads/",
  780. "license": [
  781. "MIT"
  782. ],
  783. "authors": [
  784. {
  785. "name": "PHP-FIG",
  786. "homepage": "http://www.php-fig.org/"
  787. }
  788. ],
  789. "description": "Common interface for HTTP messages",
  790. "homepage": "https://github.com/php-fig/http-message",
  791. "keywords": [
  792. "http",
  793. "http-message",
  794. "psr",
  795. "psr-7",
  796. "request",
  797. "response"
  798. ],
  799. "time": "2016-08-06T14:39:51+00:00"
  800. },
  801. {
  802. "name": "ralouphie/getallheaders",
  803. "version": "3.0.3",
  804. "source": {
  805. "type": "git",
  806. "url": "https://github.com/ralouphie/getallheaders.git",
  807. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  808. },
  809. "dist": {
  810. "type": "zip",
  811. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  812. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  813. "shasum": ""
  814. },
  815. "require": {
  816. "php": ">=5.6"
  817. },
  818. "require-dev": {
  819. "php-coveralls/php-coveralls": "^2.1",
  820. "phpunit/phpunit": "^5 || ^6.5"
  821. },
  822. "type": "library",
  823. "autoload": {
  824. "files": [
  825. "src/getallheaders.php"
  826. ]
  827. },
  828. "notification-url": "https://packagist.org/downloads/",
  829. "license": [
  830. "MIT"
  831. ],
  832. "authors": [
  833. {
  834. "name": "Ralph Khattar",
  835. "email": "ralph.khattar@gmail.com"
  836. }
  837. ],
  838. "description": "A polyfill for getallheaders.",
  839. "time": "2019-03-08T08:55:37+00:00"
  840. },
  841. {
  842. "name": "symfony/polyfill-mbstring",
  843. "version": "v1.15.0",
  844. "source": {
  845. "type": "git",
  846. "url": "https://github.com/symfony/polyfill-mbstring.git",
  847. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  848. },
  849. "dist": {
  850. "type": "zip",
  851. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  852. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  853. "shasum": ""
  854. },
  855. "require": {
  856. "php": ">=5.3.3"
  857. },
  858. "suggest": {
  859. "ext-mbstring": "For best performance"
  860. },
  861. "type": "library",
  862. "extra": {
  863. "branch-alias": {
  864. "dev-master": "1.15-dev"
  865. }
  866. },
  867. "autoload": {
  868. "psr-4": {
  869. "Symfony\\Polyfill\\Mbstring\\": ""
  870. },
  871. "files": [
  872. "bootstrap.php"
  873. ]
  874. },
  875. "notification-url": "https://packagist.org/downloads/",
  876. "license": [
  877. "MIT"
  878. ],
  879. "authors": [
  880. {
  881. "name": "Nicolas Grekas",
  882. "email": "p@tchwork.com"
  883. },
  884. {
  885. "name": "Symfony Community",
  886. "homepage": "https://symfony.com/contributors"
  887. }
  888. ],
  889. "description": "Symfony polyfill for the Mbstring extension",
  890. "homepage": "https://symfony.com",
  891. "keywords": [
  892. "compatibility",
  893. "mbstring",
  894. "polyfill",
  895. "portable",
  896. "shim"
  897. ],
  898. "time": "2020-03-09T19:04:49+00:00"
  899. },
  900. {
  901. "name": "thinkcmf/cmf",
  902. "version": "v5.1.11",
  903. "source": {
  904. "type": "git",
  905. "url": "https://github.com/thinkcmf/cmf-core.git",
  906. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380"
  907. },
  908. "dist": {
  909. "type": "zip",
  910. "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  911. "reference": "f9e726abc3b6412bdce8b5d1e426e40bb2932380",
  912. "shasum": ""
  913. },
  914. "require": {
  915. "electrolinux/phpquery": "^0.9.6",
  916. "ezyang/htmlpurifier": "^4.9",
  917. "mindplay/annotations": "^1.3",
  918. "phpmailer/phpmailer": "~6.0",
  919. "thinkcmf/cmf-extend": "~5.1.0",
  920. "topthink/framework": "~5.1.0",
  921. "topthink/think-captcha": "^2.0"
  922. },
  923. "type": "library",
  924. "autoload": {
  925. "psr-4": {
  926. "cmf\\": "src"
  927. },
  928. "files": [
  929. "src/common.php"
  930. ],
  931. "classmap": [
  932. "src/App.php",
  933. "src/Log.php",
  934. "src/route/dispatch/Module.php"
  935. ]
  936. },
  937. "notification-url": "https://packagist.org/downloads/",
  938. "license": [
  939. "Apache-2.0"
  940. ],
  941. "authors": [
  942. {
  943. "name": "catman",
  944. "email": "catman@thinkcmf.com"
  945. }
  946. ],
  947. "description": "The ThinkCMF Core Package",
  948. "time": "2019-12-16T09:51:55+00:00"
  949. },
  950. {
  951. "name": "thinkcmf/cmf-api",
  952. "version": "v5.1.6",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/thinkcmf/cmf-api.git",
  956. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/a7d9edecc8c44aec6395dac8678a2577127f776d",
  961. "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "thinkcmf/cmf": "~5.1.0"
  966. },
  967. "type": "library",
  968. "autoload": {
  969. "psr-4": {
  970. "api\\": "src"
  971. },
  972. "files": []
  973. },
  974. "notification-url": "https://packagist.org/downloads/",
  975. "license": [
  976. "Apache-2.0"
  977. ],
  978. "authors": [
  979. {
  980. "name": "catman",
  981. "email": "catman@thinkcmf.com"
  982. }
  983. ],
  984. "description": "The ThinkCMF 5.1 Core Api Package",
  985. "time": "2019-07-23T23:29:11+00:00"
  986. },
  987. {
  988. "name": "thinkcmf/cmf-app",
  989. "version": "v5.1.6",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/thinkcmf/cmf-app.git",
  993. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  998. "reference": "dd02fc871dcfccc59ac21750ce6ddec359e79e7d",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "thinkcmf/cmf": "~5.1.0"
  1003. },
  1004. "type": "library",
  1005. "autoload": {
  1006. "psr-4": {
  1007. "app\\": "src"
  1008. },
  1009. "files": []
  1010. },
  1011. "notification-url": "https://packagist.org/downloads/",
  1012. "license": [
  1013. "Apache-2.0"
  1014. ],
  1015. "authors": [
  1016. {
  1017. "name": "catman",
  1018. "email": "catman@thinkcmf.com"
  1019. }
  1020. ],
  1021. "description": "The ThinkCMF App Package",
  1022. "time": "2019-09-06T03:58:33+00:00"
  1023. },
  1024. {
  1025. "name": "thinkcmf/cmf-extend",
  1026. "version": "v5.1.0",
  1027. "source": {
  1028. "type": "git",
  1029. "url": "https://github.com/thinkcmf/cmf-extend.git",
  1030. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f"
  1031. },
  1032. "dist": {
  1033. "type": "zip",
  1034. "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  1035. "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
  1036. "shasum": ""
  1037. },
  1038. "type": "library",
  1039. "autoload": {
  1040. "psr-4": {
  1041. "dir\\": "src/dir",
  1042. "tree\\": "src/tree",
  1043. "wxapp\\": "src/wxapp"
  1044. },
  1045. "files": []
  1046. },
  1047. "notification-url": "https://packagist.org/downloads/",
  1048. "license": [
  1049. "Apache-2.0"
  1050. ],
  1051. "authors": [
  1052. {
  1053. "name": "catman",
  1054. "email": "catman@thinkcmf.com"
  1055. }
  1056. ],
  1057. "description": "The ThinkCMF extend Package",
  1058. "time": "2019-03-04T05:15:23+00:00"
  1059. },
  1060. {
  1061. "name": "thinkcmf/cmf-install",
  1062. "version": "v5.1.4",
  1063. "source": {
  1064. "type": "git",
  1065. "url": "https://github.com/thinkcmf/cmf-install.git",
  1066. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a"
  1067. },
  1068. "dist": {
  1069. "type": "zip",
  1070. "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/651f7ff4d4413e2bcf98823853144bb2b67f671a",
  1071. "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a",
  1072. "shasum": ""
  1073. },
  1074. "type": "library",
  1075. "autoload": {
  1076. "psr-4": {
  1077. "app\\install\\": "src"
  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 Install Package",
  1092. "time": "2019-07-23T23:26:40+00:00"
  1093. },
  1094. {
  1095. "name": "topthink/framework",
  1096. "version": "v5.1.39",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/top-think/framework.git",
  1100. "reference": "5762858f3d58faafb3a39427f8788884b2927007"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/top-think/framework/zipball/5762858f3d58faafb3a39427f8788884b2927007",
  1105. "reference": "5762858f3d58faafb3a39427f8788884b2927007",
  1106. "shasum": ""
  1107. },
  1108. "require": {
  1109. "php": ">=5.6.0",
  1110. "topthink/think-installer": "2.*"
  1111. },
  1112. "require-dev": {
  1113. "johnkary/phpunit-speedtrap": "^1.0",
  1114. "mikey179/vfsstream": "~1.6",
  1115. "phpdocumentor/reflection-docblock": "^2.0",
  1116. "phploc/phploc": "2.*",
  1117. "phpunit/phpunit": "^5.0|^6.0",
  1118. "sebastian/phpcpd": "2.*",
  1119. "squizlabs/php_codesniffer": "2.*"
  1120. },
  1121. "type": "think-framework",
  1122. "notification-url": "https://packagist.org/downloads/",
  1123. "license": [
  1124. "Apache-2.0"
  1125. ],
  1126. "authors": [
  1127. {
  1128. "name": "liu21st",
  1129. "email": "liu21st@gmail.com"
  1130. },
  1131. {
  1132. "name": "yunwuxin",
  1133. "email": "448901948@qq.com"
  1134. }
  1135. ],
  1136. "description": "the new thinkphp framework",
  1137. "homepage": "http://thinkphp.cn/",
  1138. "keywords": [
  1139. "framework",
  1140. "orm",
  1141. "thinkphp"
  1142. ],
  1143. "time": "2019-11-17T23:22:02+00:00"
  1144. },
  1145. {
  1146. "name": "topthink/think-captcha",
  1147. "version": "v2.0.2",
  1148. "source": {
  1149. "type": "git",
  1150. "url": "https://github.com/top-think/think-captcha.git",
  1151. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  1152. },
  1153. "dist": {
  1154. "type": "zip",
  1155. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  1156. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  1157. "shasum": ""
  1158. },
  1159. "require": {
  1160. "topthink/framework": "5.1.*"
  1161. },
  1162. "type": "library",
  1163. "autoload": {
  1164. "psr-4": {
  1165. "think\\captcha\\": "src/"
  1166. },
  1167. "files": [
  1168. "src/helper.php"
  1169. ]
  1170. },
  1171. "notification-url": "https://packagist.org/downloads/",
  1172. "license": [
  1173. "Apache-2.0"
  1174. ],
  1175. "authors": [
  1176. {
  1177. "name": "yunwuxin",
  1178. "email": "448901948@qq.com"
  1179. }
  1180. ],
  1181. "description": "captcha package for thinkphp5",
  1182. "time": "2017-12-31T16:37:49+00:00"
  1183. },
  1184. {
  1185. "name": "topthink/think-helper",
  1186. "version": "v1.0.7",
  1187. "source": {
  1188. "type": "git",
  1189. "url": "https://github.com/top-think/think-helper.git",
  1190. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  1191. },
  1192. "dist": {
  1193. "type": "zip",
  1194. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  1195. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  1196. "shasum": ""
  1197. },
  1198. "type": "library",
  1199. "autoload": {
  1200. "psr-4": {
  1201. "think\\helper\\": "src"
  1202. },
  1203. "files": [
  1204. "src/helper.php"
  1205. ]
  1206. },
  1207. "notification-url": "https://packagist.org/downloads/",
  1208. "license": [
  1209. "Apache-2.0"
  1210. ],
  1211. "authors": [
  1212. {
  1213. "name": "yunwuxin",
  1214. "email": "448901948@qq.com"
  1215. }
  1216. ],
  1217. "description": "The ThinkPHP5 Helper Package",
  1218. "time": "2018-10-05T00:43:21+00:00"
  1219. },
  1220. {
  1221. "name": "topthink/think-image",
  1222. "version": "v1.0.7",
  1223. "source": {
  1224. "type": "git",
  1225. "url": "https://github.com/top-think/think-image.git",
  1226. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  1227. },
  1228. "dist": {
  1229. "type": "zip",
  1230. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  1231. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  1232. "shasum": ""
  1233. },
  1234. "require": {
  1235. "ext-gd": "*"
  1236. },
  1237. "require-dev": {
  1238. "phpunit/phpunit": "4.8.*",
  1239. "topthink/framework": "^5.0"
  1240. },
  1241. "type": "library",
  1242. "autoload": {
  1243. "psr-4": {
  1244. "think\\": "src"
  1245. }
  1246. },
  1247. "notification-url": "https://packagist.org/downloads/",
  1248. "license": [
  1249. "Apache-2.0"
  1250. ],
  1251. "authors": [
  1252. {
  1253. "name": "yunwuxin",
  1254. "email": "448901948@qq.com"
  1255. }
  1256. ],
  1257. "description": "The ThinkPHP5 Image Package",
  1258. "time": "2016-09-29T06:05:43+00:00"
  1259. },
  1260. {
  1261. "name": "topthink/think-installer",
  1262. "version": "v2.0.0",
  1263. "source": {
  1264. "type": "git",
  1265. "url": "https://github.com/top-think/think-installer.git",
  1266. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  1267. },
  1268. "dist": {
  1269. "type": "zip",
  1270. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  1271. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  1272. "shasum": ""
  1273. },
  1274. "require": {
  1275. "composer-plugin-api": "^1.0"
  1276. },
  1277. "require-dev": {
  1278. "composer/composer": "1.0.*@dev"
  1279. },
  1280. "type": "composer-plugin",
  1281. "extra": {
  1282. "class": "think\\composer\\Plugin"
  1283. },
  1284. "autoload": {
  1285. "psr-4": {
  1286. "think\\composer\\": "src"
  1287. }
  1288. },
  1289. "notification-url": "https://packagist.org/downloads/",
  1290. "license": [
  1291. "Apache-2.0"
  1292. ],
  1293. "authors": [
  1294. {
  1295. "name": "yunwuxin",
  1296. "email": "448901948@qq.com"
  1297. }
  1298. ],
  1299. "time": "2018-05-11T06:45:42+00:00"
  1300. }
  1301. ],
  1302. "packages-dev": [],
  1303. "aliases": [],
  1304. "minimum-stability": "stable",
  1305. "stability-flags": [],
  1306. "prefer-stable": false,
  1307. "prefer-lowest": false,
  1308. "platform": {
  1309. "php": ">=5.6.0",
  1310. "ext-json": "*",
  1311. "ext-curl": "*",
  1312. "ext-pdo": "*"
  1313. },
  1314. "platform-dev": []
  1315. }