installed.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. [
  2. {
  3. "name": "topthink/think-installer",
  4. "version": "v1.0.12",
  5. "version_normalized": "1.0.12.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/top-think/think-installer.git",
  9. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  14. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "composer-plugin-api": "^1.0"
  19. },
  20. "require-dev": {
  21. "composer/composer": "1.0.*@dev"
  22. },
  23. "time": "2017-05-27T06:58:09+00:00",
  24. "type": "composer-plugin",
  25. "extra": {
  26. "class": "think\\composer\\Plugin"
  27. },
  28. "installation-source": "dist",
  29. "autoload": {
  30. "psr-4": {
  31. "think\\composer\\": "src"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "Apache-2.0"
  37. ],
  38. "authors": [
  39. {
  40. "name": "yunwuxin",
  41. "email": "448901948@qq.com"
  42. }
  43. ]
  44. },
  45. {
  46. "name": "topthink/framework",
  47. "version": "v5.0.20",
  48. "version_normalized": "5.0.20.0",
  49. "source": {
  50. "type": "git",
  51. "url": "https://github.com/top-think/framework.git",
  52. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b"
  53. },
  54. "dist": {
  55. "type": "zip",
  56. "url": "https://api.github.com/repos/top-think/framework/zipball/e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  57. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  58. "shasum": ""
  59. },
  60. "require": {
  61. "php": ">=5.4.0",
  62. "topthink/think-installer": "~1.0"
  63. },
  64. "require-dev": {
  65. "johnkary/phpunit-speedtrap": "^1.0",
  66. "mikey179/vfsstream": "~1.6",
  67. "phpdocumentor/reflection-docblock": "^2.0",
  68. "phploc/phploc": "2.*",
  69. "phpunit/phpunit": "4.8.*",
  70. "sebastian/phpcpd": "2.*"
  71. },
  72. "time": "2018-05-11T08:02:47+00:00",
  73. "type": "think-framework",
  74. "installation-source": "dist",
  75. "autoload": {
  76. "psr-4": {
  77. "think\\": "library/think"
  78. }
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "Apache-2.0"
  83. ],
  84. "authors": [
  85. {
  86. "name": "liu21st",
  87. "email": "liu21st@gmail.com"
  88. }
  89. ],
  90. "description": "the new thinkphp framework",
  91. "homepage": "http://thinkphp.cn/",
  92. "keywords": [
  93. "framework",
  94. "orm",
  95. "thinkphp"
  96. ]
  97. },
  98. {
  99. "name": "topthink/think-captcha",
  100. "version": "v1.0.7",
  101. "version_normalized": "1.0.7.0",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/top-think/think-captcha.git",
  105. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  110. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  111. "shasum": ""
  112. },
  113. "time": "2016-07-06T01:47:11+00:00",
  114. "type": "library",
  115. "installation-source": "dist",
  116. "autoload": {
  117. "psr-4": {
  118. "think\\captcha\\": "src/"
  119. },
  120. "files": [
  121. "src/helper.php"
  122. ]
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "Apache-2.0"
  127. ],
  128. "authors": [
  129. {
  130. "name": "yunwuxin",
  131. "email": "448901948@qq.com"
  132. }
  133. ],
  134. "description": "captcha package for thinkphp5"
  135. }
  136. ]