installed.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. [
  2. {
  3. "name": "topthink/think-captcha",
  4. "version": "v1.0.7",
  5. "version_normalized": "1.0.7.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/top-think/think-captcha.git",
  9. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  14. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  15. "shasum": ""
  16. },
  17. "time": "2016-07-06T01:47:11+00:00",
  18. "type": "library",
  19. "installation-source": "dist",
  20. "autoload": {
  21. "psr-4": {
  22. "think\\captcha\\": "src/"
  23. },
  24. "files": [
  25. "src/helper.php"
  26. ]
  27. },
  28. "notification-url": "https://packagist.org/downloads/",
  29. "license": [
  30. "Apache-2.0"
  31. ],
  32. "authors": [
  33. {
  34. "name": "yunwuxin",
  35. "email": "448901948@qq.com"
  36. }
  37. ],
  38. "description": "captcha package for thinkphp5"
  39. },
  40. {
  41. "name": "topthink/think-image",
  42. "version": "v1.0.7",
  43. "version_normalized": "1.0.7.0",
  44. "source": {
  45. "type": "git",
  46. "url": "https://github.com/top-think/think-image.git",
  47. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  48. },
  49. "dist": {
  50. "type": "zip",
  51. "url": "https://dl.composer-proxy.org/topthink/think-image/8586cf47f117481c6d415b20f7dedf62e79d5512.zip",
  52. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  53. "shasum": ""
  54. },
  55. "require": {
  56. "ext-gd": "*"
  57. },
  58. "require-dev": {
  59. "phpunit/phpunit": "4.8.*",
  60. "topthink/framework": "^5.0"
  61. },
  62. "time": "2016-09-29T06:05:43+00:00",
  63. "type": "library",
  64. "installation-source": "dist",
  65. "autoload": {
  66. "psr-4": {
  67. "think\\": "src"
  68. }
  69. },
  70. "notification-url": "https://packagist.org/downloads/",
  71. "license": [
  72. "Apache-2.0"
  73. ],
  74. "authors": [
  75. {
  76. "name": "yunwuxin",
  77. "email": "448901948@qq.com"
  78. }
  79. ],
  80. "description": "The ThinkPHP5 Image Package"
  81. },
  82. {
  83. "name": "topthink/think-helper",
  84. "version": "v1.0.6",
  85. "version_normalized": "1.0.6.0",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/top-think/think-helper.git",
  89. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://dl.composer-proxy.org/topthink/think-helper/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f.zip",
  94. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  95. "shasum": ""
  96. },
  97. "time": "2017-04-05T07:15:37+00:00",
  98. "type": "library",
  99. "installation-source": "dist",
  100. "autoload": {
  101. "psr-4": {
  102. "think\\helper\\": "src"
  103. },
  104. "files": [
  105. "src/helper.php"
  106. ]
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "Apache-2.0"
  111. ],
  112. "authors": [
  113. {
  114. "name": "yunwuxin",
  115. "email": "448901948@qq.com"
  116. }
  117. ],
  118. "description": "The ThinkPHP5 Helper Package"
  119. },
  120. {
  121. "name": "ezyang/htmlpurifier",
  122. "version": "v4.9.3",
  123. "version_normalized": "4.9.3.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/ezyang/htmlpurifier.git",
  127. "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://dl.composer-proxy.org/ezyang/htmlpurifier/95e1bae3182efc0f3422896a3236e991049dac69.zip",
  132. "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "php": ">=5.2"
  137. },
  138. "require-dev": {
  139. "simpletest/simpletest": "^1.1"
  140. },
  141. "time": "2017-06-03T02:28:16+00:00",
  142. "type": "library",
  143. "installation-source": "dist",
  144. "autoload": {
  145. "psr-0": {
  146. "HTMLPurifier": "library/"
  147. },
  148. "files": [
  149. "library/HTMLPurifier.composer.php"
  150. ]
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "LGPL"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Edward Z. Yang",
  159. "email": "admin@htmlpurifier.org",
  160. "homepage": "http://ezyang.com"
  161. }
  162. ],
  163. "description": "Standards compliant HTML filter written in PHP",
  164. "homepage": "http://htmlpurifier.org/",
  165. "keywords": [
  166. "html"
  167. ]
  168. },
  169. {
  170. "name": "topthink/think-installer",
  171. "version": "v1.0.12",
  172. "version_normalized": "1.0.12.0",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/top-think/think-installer.git",
  176. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://files.phpcomposer.com/files/top-think/think-installer/1be326e68f63de4e95977ed50f46ae75f017556d.zip",
  181. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "composer-plugin-api": "^1.0"
  186. },
  187. "require-dev": {
  188. "composer/composer": "1.0.*@dev"
  189. },
  190. "time": "2017-05-27T06:58:09+00:00",
  191. "type": "composer-plugin",
  192. "extra": {
  193. "class": "think\\composer\\Plugin"
  194. },
  195. "installation-source": "dist",
  196. "autoload": {
  197. "psr-4": {
  198. "think\\composer\\": "src"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "Apache-2.0"
  204. ],
  205. "authors": [
  206. {
  207. "name": "yunwuxin",
  208. "email": "448901948@qq.com"
  209. }
  210. ]
  211. },
  212. {
  213. "name": "topthink/framework",
  214. "version": "v5.0.13",
  215. "version_normalized": "5.0.13.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/top-think/framework.git",
  219. "reference": "29803c09c9e8d7385ab720d2c199c036ceedc4d3"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://files.phpcomposer.com/files/top-think/framework/29803c09c9e8d7385ab720d2c199c036ceedc4d3.zip",
  224. "reference": "29803c09c9e8d7385ab720d2c199c036ceedc4d3",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.4.0",
  229. "topthink/think-installer": "~1.0"
  230. },
  231. "require-dev": {
  232. "johnkary/phpunit-speedtrap": "^1.0",
  233. "mikey179/vfsstream": "~1.6",
  234. "phpdocumentor/reflection-docblock": "^2.0",
  235. "phploc/phploc": "2.*",
  236. "phpunit/phpunit": "4.8.*",
  237. "sebastian/phpcpd": "2.*"
  238. },
  239. "time": "2017-12-13T04:44:30+00:00",
  240. "type": "think-framework",
  241. "installation-source": "dist",
  242. "autoload": {
  243. "psr-4": {
  244. "think\\": "library/think"
  245. }
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "Apache-2.0"
  250. ],
  251. "authors": [
  252. {
  253. "name": "liu21st",
  254. "email": "liu21st@gmail.com"
  255. }
  256. ],
  257. "description": "the new thinkphp framework",
  258. "homepage": "http://thinkphp.cn/",
  259. "keywords": [
  260. "framework",
  261. "orm",
  262. "thinkphp"
  263. ]
  264. }
  265. ]