installed.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. [
  2. {
  3. "name": "guzzlehttp/promises",
  4. "version": "v1.3.1",
  5. "version_normalized": "1.3.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/guzzle/promises.git",
  9. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://files.phpcomposer.com/files/guzzle/promises/a59da6cf61d80060647ff4d3eb2c03a2bc694646.zip",
  14. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.5.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^4.0"
  22. },
  23. "time": "2016-12-20 10:07:11",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.4-dev"
  28. }
  29. },
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "GuzzleHttp\\Promise\\": "src/"
  34. },
  35. "files": [
  36. "src/functions_include.php"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Michael Dowling",
  46. "email": "mtdowling@gmail.com",
  47. "homepage": "https://github.com/mtdowling"
  48. }
  49. ],
  50. "description": "Guzzle promises library",
  51. "keywords": [
  52. "promise"
  53. ]
  54. },
  55. {
  56. "name": "psr/http-message",
  57. "version": "1.0.1",
  58. "version_normalized": "1.0.1.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/php-fig/http-message.git",
  62. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://files.phpcomposer.com/files/php-fig/http-message/f6561bf28d520154e4b0ec72be95418abe6d9363.zip",
  67. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=5.3.0"
  72. },
  73. "time": "2016-08-06 14:39:51",
  74. "type": "library",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "1.0.x-dev"
  78. }
  79. },
  80. "installation-source": "dist",
  81. "autoload": {
  82. "psr-4": {
  83. "Psr\\Http\\Message\\": "src/"
  84. }
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "MIT"
  89. ],
  90. "authors": [
  91. {
  92. "name": "PHP-FIG",
  93. "homepage": "http://www.php-fig.org/"
  94. }
  95. ],
  96. "description": "Common interface for HTTP messages",
  97. "homepage": "https://github.com/php-fig/http-message",
  98. "keywords": [
  99. "http",
  100. "http-message",
  101. "psr",
  102. "psr-7",
  103. "request",
  104. "response"
  105. ]
  106. },
  107. {
  108. "name": "guzzlehttp/psr7",
  109. "version": "1.4.2",
  110. "version_normalized": "1.4.2.0",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/guzzle/psr7.git",
  114. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://files.phpcomposer.com/files/guzzle/psr7/f5b8a8512e2b58b0071a7280e39f14f72e05d87c.zip",
  119. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.4.0",
  124. "psr/http-message": "~1.0"
  125. },
  126. "provide": {
  127. "psr/http-message-implementation": "1.0"
  128. },
  129. "require-dev": {
  130. "phpunit/phpunit": "~4.0"
  131. },
  132. "time": "2017-03-20 17:10:46",
  133. "type": "library",
  134. "extra": {
  135. "branch-alias": {
  136. "dev-master": "1.4-dev"
  137. }
  138. },
  139. "installation-source": "dist",
  140. "autoload": {
  141. "psr-4": {
  142. "GuzzleHttp\\Psr7\\": "src/"
  143. },
  144. "files": [
  145. "src/functions_include.php"
  146. ]
  147. },
  148. "notification-url": "https://packagist.org/downloads/",
  149. "license": [
  150. "MIT"
  151. ],
  152. "authors": [
  153. {
  154. "name": "Michael Dowling",
  155. "email": "mtdowling@gmail.com",
  156. "homepage": "https://github.com/mtdowling"
  157. },
  158. {
  159. "name": "Tobias Schultze",
  160. "homepage": "https://github.com/Tobion"
  161. }
  162. ],
  163. "description": "PSR-7 message implementation that also provides common utility methods",
  164. "keywords": [
  165. "http",
  166. "message",
  167. "request",
  168. "response",
  169. "stream",
  170. "uri",
  171. "url"
  172. ]
  173. },
  174. {
  175. "name": "guzzlehttp/guzzle",
  176. "version": "6.3.0",
  177. "version_normalized": "6.3.0.0",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/guzzle/guzzle.git",
  181. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://files.phpcomposer.com/files/guzzle/guzzle/f4db5a78a5ea468d4831de7f0bf9d9415e348699.zip",
  186. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "guzzlehttp/promises": "^1.0",
  191. "guzzlehttp/psr7": "^1.4",
  192. "php": ">=5.5"
  193. },
  194. "require-dev": {
  195. "ext-curl": "*",
  196. "phpunit/phpunit": "^4.0 || ^5.0",
  197. "psr/log": "^1.0"
  198. },
  199. "suggest": {
  200. "psr/log": "Required for using the Log middleware"
  201. },
  202. "time": "2017-06-22 18:50:49",
  203. "type": "library",
  204. "extra": {
  205. "branch-alias": {
  206. "dev-master": "6.2-dev"
  207. }
  208. },
  209. "installation-source": "dist",
  210. "autoload": {
  211. "files": [
  212. "src/functions_include.php"
  213. ],
  214. "psr-4": {
  215. "GuzzleHttp\\": "src/"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Michael Dowling",
  225. "email": "mtdowling@gmail.com",
  226. "homepage": "https://github.com/mtdowling"
  227. }
  228. ],
  229. "description": "Guzzle is a PHP HTTP client library",
  230. "homepage": "http://guzzlephp.org/",
  231. "keywords": [
  232. "client",
  233. "curl",
  234. "framework",
  235. "http",
  236. "http client",
  237. "rest",
  238. "web service"
  239. ]
  240. },
  241. {
  242. "name": "upyun/sdk",
  243. "version": "3.2.0",
  244. "version_normalized": "3.2.0.0",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/upyun/php-sdk.git",
  248. "reference": "f8e4e44d1dd063c4727f800b2ad38db78d8f04d5"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://files.phpcomposer.com/files/upyun/php-sdk/f8e4e44d1dd063c4727f800b2ad38db78d8f04d5.zip",
  253. "reference": "f8e4e44d1dd063c4727f800b2ad38db78d8f04d5",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "ext-curl": "*",
  258. "guzzlehttp/guzzle": "~6.0",
  259. "php": ">=5.5.0"
  260. },
  261. "require-dev": {
  262. "consolidation/robo": "^1.0",
  263. "phpdocumentor/phpdocumentor": "^2.9",
  264. "phpunit/phpunit": "~4.0"
  265. },
  266. "time": "2017-10-27 08:29:48",
  267. "type": "library",
  268. "installation-source": "dist",
  269. "autoload": {
  270. "psr-4": {
  271. "Upyun\\": "src/Upyun/"
  272. }
  273. },
  274. "notification-url": "https://packagist.org/downloads/",
  275. "license": [
  276. "MIT"
  277. ],
  278. "authors": [
  279. {
  280. "name": "totoleo",
  281. "email": "totoleo@163.com"
  282. },
  283. {
  284. "name": "lfeng",
  285. "email": "bonevv@gmail.com"
  286. },
  287. {
  288. "name": "lvtongda",
  289. "email": "riyao.lyu@gmail.com"
  290. },
  291. {
  292. "name": "sabakugaara",
  293. "email": "senellise@gmail.com"
  294. }
  295. ],
  296. "description": "UPYUN sdk for php",
  297. "homepage": "https://github.com/upyun/php-sdk/",
  298. "keywords": [
  299. "sdk",
  300. "upyun"
  301. ]
  302. }
  303. ]