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