composer.lock 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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": "638eddbd80e05c03658dbc79fd48239b",
  8. "packages": [
  9. {
  10. "name": "phpoffice/phpexcel",
  11. "version": "1.8.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/PHPOffice/PHPExcel.git",
  15. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  20. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-mbstring": "*",
  31. "ext-xml": "*",
  32. "ext-xmlwriter": "*",
  33. "php": "^5.2|^7.0"
  34. },
  35. "require-dev": {
  36. "squizlabs/php_codesniffer": "2.*"
  37. },
  38. "type": "library",
  39. "autoload": {
  40. "psr-0": {
  41. "PHPExcel": "Classes/"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "LGPL-2.1"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Maarten Balliauw",
  51. "homepage": "http://blog.maartenballiauw.be"
  52. },
  53. {
  54. "name": "Erik Tilt"
  55. },
  56. {
  57. "name": "Franck Lefevre",
  58. "homepage": "http://rootslabs.net"
  59. },
  60. {
  61. "name": "Mark Baker",
  62. "homepage": "http://markbakeruk.net"
  63. }
  64. ],
  65. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  66. "homepage": "https://github.com/PHPOffice/PHPExcel",
  67. "keywords": [
  68. "OpenXML",
  69. "excel",
  70. "php",
  71. "spreadsheet",
  72. "xls",
  73. "xlsx"
  74. ],
  75. "support": {
  76. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  77. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  78. },
  79. "abandoned": "phpoffice/phpspreadsheet",
  80. "time": "2018-11-22T23:07:24+00:00"
  81. },
  82. {
  83. "name": "topthink/framework",
  84. "version": "v5.0.24",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/top-think/framework.git",
  88. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
  93. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
  94. "shasum": "",
  95. "mirrors": [
  96. {
  97. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  98. "preferred": true
  99. }
  100. ]
  101. },
  102. "require": {
  103. "php": ">=5.4.0",
  104. "topthink/think-installer": "~1.0"
  105. },
  106. "require-dev": {
  107. "johnkary/phpunit-speedtrap": "^1.0",
  108. "mikey179/vfsstream": "~1.6",
  109. "phpdocumentor/reflection-docblock": "^2.0",
  110. "phploc/phploc": "2.*",
  111. "phpunit/phpunit": "4.8.*",
  112. "sebastian/phpcpd": "2.*"
  113. },
  114. "type": "think-framework",
  115. "autoload": {
  116. "psr-4": {
  117. "think\\": "library/think"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "Apache-2.0"
  123. ],
  124. "authors": [
  125. {
  126. "name": "liu21st",
  127. "email": "liu21st@gmail.com"
  128. }
  129. ],
  130. "description": "the new thinkphp framework",
  131. "homepage": "http://thinkphp.cn/",
  132. "keywords": [
  133. "framework",
  134. "orm",
  135. "thinkphp"
  136. ],
  137. "support": {
  138. "issues": "https://github.com/top-think/framework/issues",
  139. "source": "https://github.com/top-think/framework/tree/master"
  140. },
  141. "time": "2019-01-11T08:04:58+00:00"
  142. },
  143. {
  144. "name": "topthink/think-installer",
  145. "version": "v1.0.14",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/top-think/think-installer.git",
  149. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
  154. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
  155. "shasum": "",
  156. "mirrors": [
  157. {
  158. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  159. "preferred": true
  160. }
  161. ]
  162. },
  163. "require": {
  164. "composer-plugin-api": "^1.0||^2.0"
  165. },
  166. "require-dev": {
  167. "composer/composer": "^1.0||^2.0"
  168. },
  169. "type": "composer-plugin",
  170. "extra": {
  171. "class": "think\\composer\\Plugin"
  172. },
  173. "autoload": {
  174. "psr-4": {
  175. "think\\composer\\": "src"
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "Apache-2.0"
  181. ],
  182. "authors": [
  183. {
  184. "name": "yunwuxin",
  185. "email": "448901948@qq.com"
  186. }
  187. ],
  188. "support": {
  189. "issues": "https://github.com/top-think/think-installer/issues",
  190. "source": "https://github.com/top-think/think-installer/tree/v1.0.14"
  191. },
  192. "time": "2021-03-25T08:34:02+00:00"
  193. }
  194. ],
  195. "packages-dev": [],
  196. "aliases": [],
  197. "minimum-stability": "stable",
  198. "stability-flags": [],
  199. "prefer-stable": false,
  200. "prefer-lowest": false,
  201. "platform": {
  202. "php": ">=5.4.0"
  203. },
  204. "platform-dev": [],
  205. "plugin-api-version": "2.2.0"
  206. }