installed.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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://packagist.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip",
  14. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  15. "shasum": ""
  16. },
  17. "time": "2016-07-06 01:47:11",
  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-installer",
  42. "version": "v1.0.12",
  43. "version_normalized": "1.0.12.0",
  44. "source": {
  45. "type": "git",
  46. "url": "https://github.com/top-think/think-installer.git",
  47. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  48. },
  49. "dist": {
  50. "type": "zip",
  51. "url": "https://files.phpcomposer.com/files/top-think/think-installer/1be326e68f63de4e95977ed50f46ae75f017556d.zip",
  52. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  53. "shasum": ""
  54. },
  55. "require": {
  56. "composer-plugin-api": "^1.0"
  57. },
  58. "require-dev": {
  59. "composer/composer": "1.0.*@dev"
  60. },
  61. "time": "2017-05-27 06:58:09",
  62. "type": "composer-plugin",
  63. "extra": {
  64. "class": "think\\composer\\Plugin"
  65. },
  66. "installation-source": "dist",
  67. "autoload": {
  68. "psr-4": {
  69. "think\\composer\\": "src"
  70. }
  71. },
  72. "notification-url": "https://packagist.org/downloads/",
  73. "license": [
  74. "Apache-2.0"
  75. ],
  76. "authors": [
  77. {
  78. "name": "yunwuxin",
  79. "email": "448901948@qq.com"
  80. }
  81. ]
  82. },
  83. {
  84. "name": "topthink/framework",
  85. "version": "dev-master",
  86. "version_normalized": "9999999-dev",
  87. "source": {
  88. "type": "git",
  89. "url": "https://github.com/top-think/framework.git",
  90. "reference": "35e763c8ff70f8b5bfb2978db064edd19c9de03a"
  91. },
  92. "dist": {
  93. "type": "zip",
  94. "url": "https://files.phpcomposer.com/files/top-think/framework/35e763c8ff70f8b5bfb2978db064edd19c9de03a.zip",
  95. "reference": "35e763c8ff70f8b5bfb2978db064edd19c9de03a",
  96. "shasum": ""
  97. },
  98. "require": {
  99. "php": ">=5.4.0",
  100. "topthink/think-installer": "~1.0"
  101. },
  102. "require-dev": {
  103. "johnkary/phpunit-speedtrap": "^1.0",
  104. "mikey179/vfsstream": "~1.6",
  105. "phpdocumentor/reflection-docblock": "^2.0",
  106. "phploc/phploc": "2.*",
  107. "phpunit/phpunit": "4.8.*",
  108. "sebastian/phpcpd": "2.*"
  109. },
  110. "time": "2017-11-06 04:40:40",
  111. "type": "think-framework",
  112. "installation-source": "dist",
  113. "autoload": {
  114. "psr-4": {
  115. "think\\": "library/think"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "Apache-2.0"
  121. ],
  122. "authors": [
  123. {
  124. "name": "liu21st",
  125. "email": "liu21st@gmail.com"
  126. }
  127. ],
  128. "description": "the new thinkphp framework",
  129. "homepage": "http://thinkphp.cn/",
  130. "keywords": [
  131. "framework",
  132. "orm",
  133. "thinkphp"
  134. ]
  135. }
  136. ]