installed.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. [
  2. {
  3. "name": "topthink/framework",
  4. "version": "v5.0.16",
  5. "version_normalized": "5.0.16.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/top-think/framework.git",
  9. "reference": "e6b7e87586ca86777317ec54c32eaf4e8d2bf211"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/top-think/framework/zipball/e6b7e87586ca86777317ec54c32eaf4e8d2bf211",
  14. "reference": "e6b7e87586ca86777317ec54c32eaf4e8d2bf211",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.0",
  19. "topthink/think-installer": "~1.0"
  20. },
  21. "require-dev": {
  22. "johnkary/phpunit-speedtrap": "^1.0",
  23. "mikey179/vfsstream": "~1.6",
  24. "phpdocumentor/reflection-docblock": "^2.0",
  25. "phploc/phploc": "2.*",
  26. "phpunit/phpunit": "4.8.*",
  27. "sebastian/phpcpd": "2.*"
  28. },
  29. "time": "2018-03-26T07:06:09+00:00",
  30. "type": "think-framework",
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-4": {
  34. "think\\": "library/think"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "Apache-2.0"
  40. ],
  41. "authors": [
  42. {
  43. "name": "liu21st",
  44. "email": "liu21st@gmail.com"
  45. }
  46. ],
  47. "description": "the new thinkphp framework",
  48. "homepage": "http://thinkphp.cn/",
  49. "keywords": [
  50. "framework",
  51. "orm",
  52. "thinkphp"
  53. ]
  54. },
  55. {
  56. "name": "topthink/think-captcha",
  57. "version": "v1.0.7",
  58. "version_normalized": "1.0.7.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/top-think/think-captcha.git",
  62. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  67. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  68. "shasum": ""
  69. },
  70. "time": "2016-07-06T01:47:11+00:00",
  71. "type": "library",
  72. "installation-source": "dist",
  73. "autoload": {
  74. "psr-4": {
  75. "think\\captcha\\": "src/"
  76. },
  77. "files": [
  78. "src/helper.php"
  79. ]
  80. },
  81. "notification-url": "https://packagist.org/downloads/",
  82. "license": [
  83. "Apache-2.0"
  84. ],
  85. "authors": [
  86. {
  87. "name": "yunwuxin",
  88. "email": "448901948@qq.com"
  89. }
  90. ],
  91. "description": "captcha package for thinkphp5"
  92. },
  93. {
  94. "name": "topthink/think-helper",
  95. "version": "v1.0.6",
  96. "version_normalized": "1.0.6.0",
  97. "source": {
  98. "type": "git",
  99. "url": "https://github.com/top-think/think-helper.git",
  100. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  101. },
  102. "dist": {
  103. "type": "zip",
  104. "url": "https://api.github.com/repos/top-think/think-helper/zipball/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  105. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  106. "shasum": ""
  107. },
  108. "time": "2017-04-05T07:15:37+00:00",
  109. "type": "library",
  110. "installation-source": "dist",
  111. "autoload": {
  112. "psr-4": {
  113. "think\\helper\\": "src"
  114. },
  115. "files": [
  116. "src/helper.php"
  117. ]
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "Apache-2.0"
  122. ],
  123. "authors": [
  124. {
  125. "name": "yunwuxin",
  126. "email": "448901948@qq.com"
  127. }
  128. ],
  129. "description": "The ThinkPHP5 Helper Package"
  130. },
  131. {
  132. "name": "topthink/think-image",
  133. "version": "v1.0.7",
  134. "version_normalized": "1.0.7.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/top-think/think-image.git",
  138. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  143. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "ext-gd": "*"
  148. },
  149. "require-dev": {
  150. "phpunit/phpunit": "4.8.*",
  151. "topthink/framework": "^5.0"
  152. },
  153. "time": "2016-09-29T06:05:43+00:00",
  154. "type": "library",
  155. "installation-source": "dist",
  156. "autoload": {
  157. "psr-4": {
  158. "think\\": "src"
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "Apache-2.0"
  164. ],
  165. "authors": [
  166. {
  167. "name": "yunwuxin",
  168. "email": "448901948@qq.com"
  169. }
  170. ],
  171. "description": "The ThinkPHP5 Image Package"
  172. },
  173. {
  174. "name": "topthink/think-installer",
  175. "version": "v1.0.12",
  176. "version_normalized": "1.0.12.0",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/top-think/think-installer.git",
  180. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  185. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "composer-plugin-api": "^1.0"
  190. },
  191. "require-dev": {
  192. "composer/composer": "1.0.*@dev"
  193. },
  194. "time": "2017-05-27T06:58:09+00:00",
  195. "type": "composer-plugin",
  196. "extra": {
  197. "class": "think\\composer\\Plugin"
  198. },
  199. "installation-source": "dist",
  200. "autoload": {
  201. "psr-4": {
  202. "think\\composer\\": "src"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "Apache-2.0"
  208. ],
  209. "authors": [
  210. {
  211. "name": "yunwuxin",
  212. "email": "448901948@qq.com"
  213. }
  214. ]
  215. },
  216. {
  217. "name": "topthink/think-migration",
  218. "version": "v1.1.1",
  219. "version_normalized": "1.1.1.0",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/top-think/think-migration.git",
  223. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/top-think/think-migration/zipball/8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  228. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  229. "shasum": ""
  230. },
  231. "require-dev": {
  232. "topthink/framework": "^5.0"
  233. },
  234. "time": "2017-03-31T06:33:23+00:00",
  235. "type": "library",
  236. "installation-source": "dist",
  237. "autoload": {
  238. "psr-4": {
  239. "Phinx\\": "phinx/src/Phinx",
  240. "think\\migration\\": "src"
  241. },
  242. "files": [
  243. "src/config.php"
  244. ]
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "Apache-2.0"
  249. ],
  250. "authors": [
  251. {
  252. "name": "yunwuxin",
  253. "email": "448901948@qq.com"
  254. }
  255. ]
  256. },
  257. {
  258. "name": "topthink/think-mongo",
  259. "version": "v1.8.2",
  260. "version_normalized": "1.8.2.0",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/top-think/think-mongo.git",
  264. "reference": "5433e971b4892b09cbec49090c690f5d4350a981"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/top-think/think-mongo/zipball/5433e971b4892b09cbec49090c690f5d4350a981",
  269. "reference": "5433e971b4892b09cbec49090c690f5d4350a981",
  270. "shasum": ""
  271. },
  272. "time": "2018-01-30T07:12:02+00:00",
  273. "type": "library",
  274. "installation-source": "dist",
  275. "autoload": {
  276. "psr-4": {
  277. "think\\mongo\\": "src"
  278. },
  279. "files": []
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "Apache-2.0"
  284. ],
  285. "authors": [
  286. {
  287. "name": "liu21st",
  288. "email": "liu21st@gmail.com"
  289. }
  290. ],
  291. "description": "mongodb driver for thinkphp5"
  292. },
  293. {
  294. "name": "topthink/think-queue",
  295. "version": "v1.1.4",
  296. "version_normalized": "1.1.4.0",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/top-think/think-queue.git",
  300. "reference": "ad709611d516e13d6760234bc98e91faa901cae8"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/top-think/think-queue/zipball/ad709611d516e13d6760234bc98e91faa901cae8",
  305. "reference": "ad709611d516e13d6760234bc98e91faa901cae8",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "topthink/think-helper": ">=1.0.4",
  310. "topthink/think-installer": ">=1.0.10"
  311. },
  312. "time": "2017-06-25T00:49:56+00:00",
  313. "type": "think-extend",
  314. "extra": {
  315. "think-config": {
  316. "queue": "src/config.php"
  317. }
  318. },
  319. "installation-source": "dist",
  320. "autoload": {
  321. "psr-4": {
  322. "think\\": "src"
  323. },
  324. "files": [
  325. "src/common.php"
  326. ]
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "Apache-2.0"
  331. ],
  332. "authors": [
  333. {
  334. "name": "yunwuxin",
  335. "email": "448901948@qq.com"
  336. }
  337. ],
  338. "description": "The ThinkPHP5 Queue Package"
  339. },
  340. {
  341. "name": "workerman/gatewayclient",
  342. "version": "v3.0.13",
  343. "version_normalized": "3.0.13.0",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/walkor/GatewayClient.git",
  347. "reference": "6f4e76f38947be5cabca2c6fee367151f248d949"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/6f4e76f38947be5cabca2c6fee367151f248d949",
  352. "reference": "6f4e76f38947be5cabca2c6fee367151f248d949",
  353. "shasum": ""
  354. },
  355. "time": "2018-09-15T03:03:50+00:00",
  356. "type": "library",
  357. "installation-source": "dist",
  358. "autoload": {
  359. "psr-4": {
  360. "GatewayClient\\": "./"
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "homepage": "http://www.workerman.net"
  368. }
  369. ]