installed.json 7.3 KB

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