installed.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. {
  2. "packages": [
  3. {
  4. "name": "liliuwei/thinkphp-social",
  5. "version": "v1.3",
  6. "version_normalized": "1.3.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/liliuwei/thinkphp-social.git",
  10. "reference": "2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/liliuwei/thinkphp-social/zipball/2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970",
  15. "reference": "2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.6.0",
  20. "topthink/framework": "^5.1 || ^6.0",
  21. "topthink/think-installer": "^2.0"
  22. },
  23. "time": "2021-01-13T05:11:12+00:00",
  24. "type": "think-extend",
  25. "extra": {
  26. "think-config": {
  27. "social": "src/config/config.php"
  28. },
  29. "think": {
  30. "config": {
  31. "social": "src/config/config.php"
  32. }
  33. }
  34. },
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "liliuwei\\social\\": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "Apache-2.0"
  44. ],
  45. "authors": [
  46. {
  47. "name": "liliuwei",
  48. "email": "974829947@qq.com"
  49. }
  50. ],
  51. "description": "适用于thinkphp5.1和6.0的社会化登录扩展",
  52. "keywords": [
  53. "Facebook登录",
  54. "Gitee登录",
  55. "Github登录",
  56. "Google登录",
  57. "Oschina登录",
  58. "QQ登录",
  59. "oauth",
  60. "think-social",
  61. "thinkphp",
  62. "thinkphp-social",
  63. "thinkphp5.1",
  64. "thinkphp6.0",
  65. "小米登录",
  66. "微信登录",
  67. "抖音登录",
  68. "新浪登录",
  69. "淘宝登录",
  70. "百度登录",
  71. "第三方授权登录",
  72. "谷歌登录",
  73. "钉钉登录"
  74. ],
  75. "install-path": "../liliuwei/thinkphp-social"
  76. },
  77. {
  78. "name": "psr/http-message",
  79. "version": "1.0.1",
  80. "version_normalized": "1.0.1.0",
  81. "source": {
  82. "type": "git",
  83. "url": "https://github.com/php-fig/http-message.git",
  84. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  85. },
  86. "dist": {
  87. "type": "zip",
  88. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  89. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  90. "shasum": ""
  91. },
  92. "require": {
  93. "php": ">=5.3.0"
  94. },
  95. "time": "2016-08-06T14:39:51+00:00",
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "1.0.x-dev"
  100. }
  101. },
  102. "installation-source": "dist",
  103. "autoload": {
  104. "psr-4": {
  105. "Psr\\Http\\Message\\": "src/"
  106. }
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "PHP-FIG",
  115. "homepage": "http://www.php-fig.org/"
  116. }
  117. ],
  118. "description": "Common interface for HTTP messages",
  119. "homepage": "https://github.com/php-fig/http-message",
  120. "keywords": [
  121. "http",
  122. "http-message",
  123. "psr",
  124. "psr-7",
  125. "request",
  126. "response"
  127. ],
  128. "install-path": "../psr/http-message"
  129. },
  130. {
  131. "name": "topthink/framework",
  132. "version": "v5.1.41",
  133. "version_normalized": "5.1.41.0",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/top-think/framework.git",
  137. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  142. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  143. "shasum": "",
  144. "mirrors": [
  145. {
  146. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  147. "preferred": true
  148. }
  149. ]
  150. },
  151. "require": {
  152. "php": ">=5.6.0",
  153. "topthink/think-installer": "2.*"
  154. },
  155. "require-dev": {
  156. "johnkary/phpunit-speedtrap": "^1.0",
  157. "mikey179/vfsstream": "~1.6",
  158. "phpdocumentor/reflection-docblock": "^2.0",
  159. "phploc/phploc": "2.*",
  160. "phpunit/phpunit": "^5.0|^6.0",
  161. "sebastian/phpcpd": "2.*",
  162. "squizlabs/php_codesniffer": "2.*"
  163. },
  164. "time": "2021-01-11T02:51:29+00:00",
  165. "type": "think-framework",
  166. "installation-source": "dist",
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "Apache-2.0"
  170. ],
  171. "authors": [
  172. {
  173. "name": "liu21st",
  174. "email": "liu21st@gmail.com"
  175. },
  176. {
  177. "name": "yunwuxin",
  178. "email": "448901948@qq.com"
  179. }
  180. ],
  181. "description": "the new thinkphp framework",
  182. "homepage": "http://thinkphp.cn/",
  183. "keywords": [
  184. "framework",
  185. "orm",
  186. "thinkphp"
  187. ],
  188. "support": {
  189. "issues": "https://github.com/top-think/framework/issues",
  190. "source": "https://github.com/top-think/framework/tree/v5.1.41"
  191. },
  192. "install-path": "../../thinkphp"
  193. },
  194. {
  195. "name": "topthink/think-captcha",
  196. "version": "v2.0.2",
  197. "version_normalized": "2.0.2.0",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/top-think/think-captcha.git",
  201. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  202. },
  203. "dist": {
  204. "type": "zip",
  205. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  206. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  207. "shasum": ""
  208. },
  209. "require": {
  210. "topthink/framework": "5.1.*"
  211. },
  212. "time": "2017-12-31T16:37:49+00:00",
  213. "type": "library",
  214. "installation-source": "dist",
  215. "autoload": {
  216. "psr-4": {
  217. "think\\captcha\\": "src/"
  218. },
  219. "files": [
  220. "src/helper.php"
  221. ]
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "Apache-2.0"
  226. ],
  227. "authors": [
  228. {
  229. "name": "yunwuxin",
  230. "email": "448901948@qq.com"
  231. }
  232. ],
  233. "description": "captcha package for thinkphp5",
  234. "install-path": "../topthink/think-captcha"
  235. },
  236. {
  237. "name": "topthink/think-installer",
  238. "version": "v2.0.5",
  239. "version_normalized": "2.0.5.0",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/top-think/think-installer.git",
  243. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  248. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  249. "shasum": "",
  250. "mirrors": [
  251. {
  252. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  253. "preferred": true
  254. }
  255. ]
  256. },
  257. "require": {
  258. "composer-plugin-api": "^1.0||^2.0"
  259. },
  260. "require-dev": {
  261. "composer/composer": "^1.0||^2.0"
  262. },
  263. "time": "2021-01-14T12:12:14+00:00",
  264. "type": "composer-plugin",
  265. "extra": {
  266. "class": "think\\composer\\Plugin"
  267. },
  268. "installation-source": "dist",
  269. "autoload": {
  270. "psr-4": {
  271. "think\\composer\\": "src"
  272. }
  273. },
  274. "notification-url": "https://packagist.org/downloads/",
  275. "license": [
  276. "Apache-2.0"
  277. ],
  278. "authors": [
  279. {
  280. "name": "yunwuxin",
  281. "email": "448901948@qq.com"
  282. }
  283. ],
  284. "support": {
  285. "issues": "https://github.com/top-think/think-installer/issues",
  286. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  287. },
  288. "install-path": "../topthink/think-installer"
  289. },
  290. {
  291. "name": "yixuan997/think-addons",
  292. "version": "1.0",
  293. "version_normalized": "1.0.0.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/Yixuan997/think-addons.git",
  297. "reference": "026b4db228f0ba7b6963613cc4e48d0e887d7ae2"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/Yixuan997/think-addons/zipball/026b4db228f0ba7b6963613cc4e48d0e887d7ae2",
  302. "reference": "026b4db228f0ba7b6963613cc4e48d0e887d7ae2",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "topthink/framework": "5.1.*"
  307. },
  308. "time": "2021-03-14T05:01:56+00:00",
  309. "type": "library",
  310. "installation-source": "dist",
  311. "autoload": {
  312. "psr-4": {
  313. "think\\": "src/"
  314. },
  315. "files": [
  316. "src/helper.php"
  317. ]
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "license": [
  321. "Apache-2.0"
  322. ],
  323. "authors": [
  324. {
  325. "name": "yixuan997",
  326. "email": "yjcaomin@qq.com"
  327. }
  328. ],
  329. "description": "The ThinkPHP5.1 Addons Package",
  330. "install-path": "../yixuan997/think-addons"
  331. },
  332. {
  333. "name": "yurunsoft/pay-sdk",
  334. "version": "v3.0.5",
  335. "version_normalized": "3.0.5.0",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/Yurunsoft/PaySDK.git",
  339. "reference": "a7b33022f0078a08aec7028ef56de5b52fc3f0f3"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/Yurunsoft/PaySDK/zipball/a7b33022f0078a08aec7028ef56de5b52fc3f0f3",
  344. "reference": "a7b33022f0078a08aec7028ef56de5b52fc3f0f3",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": ">=5.5",
  349. "yurunsoft/yurun-http": "~4.0"
  350. },
  351. "time": "2021-03-16T11:38:11+00:00",
  352. "type": "library",
  353. "installation-source": "dist",
  354. "autoload": {
  355. "psr-4": {
  356. "Yurun\\PaySDK\\": "src/"
  357. }
  358. },
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "MIT"
  362. ],
  363. "description": "PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。",
  364. "install-path": "../yurunsoft/pay-sdk"
  365. },
  366. {
  367. "name": "yurunsoft/yurun-http",
  368. "version": "v4.3.6",
  369. "version_normalized": "4.3.6.0",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/Yurunsoft/YurunHttp.git",
  373. "reference": "5b4b3d58cc6492be8e769f4d307b6ef331bc6ac1"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/Yurunsoft/YurunHttp/zipball/5b4b3d58cc6492be8e769f4d307b6ef331bc6ac1",
  378. "reference": "5b4b3d58cc6492be8e769f4d307b6ef331bc6ac1",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "php": ">=5.5.0",
  383. "psr/http-message": "~1.0"
  384. },
  385. "require-dev": {
  386. "phpunit/phpunit": ">=4",
  387. "swoole/ide-helper": "^4.5",
  388. "workerman/workerman": "^4.0"
  389. },
  390. "time": "2021-03-10T02:59:57+00:00",
  391. "type": "library",
  392. "installation-source": "dist",
  393. "autoload": {
  394. "psr-4": {
  395. "Yurun\\Util\\": "./src/"
  396. }
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
  403. "install-path": "../yurunsoft/yurun-http"
  404. }
  405. ],
  406. "dev": true,
  407. "dev-package-names": []
  408. }