installed.json 5.9 KB

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