composer.lock 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "48b992d3a67bff6a7b825dfa6633b6ec",
  8. "packages": [
  9. {
  10. "name": "aliyuncs/oss-sdk-php",
  11. "version": "v2.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  15. "reference": "e69f57916678458642ac9d2fd341ae78a56996c8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://files.phpcomposer.com/files/aliyun/aliyun-oss-php-sdk/e69f57916678458642ac9d2fd341ae78a56996c8.zip",
  20. "reference": "e69f57916678458642ac9d2fd341ae78a56996c8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "~4.0",
  28. "satooshi/php-coveralls": "~1.0"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "OSS\\": "src/OSS"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Aliyuncs",
  43. "homepage": "http://www.aliyun.com"
  44. }
  45. ],
  46. "description": "Aliyun OSS SDK for PHP",
  47. "homepage": "http://www.aliyun.com/product/oss/",
  48. "time": "2018-01-08T06:59:35+00:00"
  49. },
  50. {
  51. "name": "guzzle/guzzle",
  52. "version": "v3.9.3",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/guzzle/guzzle3.git",
  56. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://files.phpcomposer.com/files/guzzle/guzzle3/0645b70d953bc1c067bbc8d5bc53194706b628d9.zip",
  61. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "ext-curl": "*",
  66. "php": ">=5.3.3",
  67. "symfony/event-dispatcher": "~2.1"
  68. },
  69. "replace": {
  70. "guzzle/batch": "self.version",
  71. "guzzle/cache": "self.version",
  72. "guzzle/common": "self.version",
  73. "guzzle/http": "self.version",
  74. "guzzle/inflection": "self.version",
  75. "guzzle/iterator": "self.version",
  76. "guzzle/log": "self.version",
  77. "guzzle/parser": "self.version",
  78. "guzzle/plugin": "self.version",
  79. "guzzle/plugin-async": "self.version",
  80. "guzzle/plugin-backoff": "self.version",
  81. "guzzle/plugin-cache": "self.version",
  82. "guzzle/plugin-cookie": "self.version",
  83. "guzzle/plugin-curlauth": "self.version",
  84. "guzzle/plugin-error-response": "self.version",
  85. "guzzle/plugin-history": "self.version",
  86. "guzzle/plugin-log": "self.version",
  87. "guzzle/plugin-md5": "self.version",
  88. "guzzle/plugin-mock": "self.version",
  89. "guzzle/plugin-oauth": "self.version",
  90. "guzzle/service": "self.version",
  91. "guzzle/stream": "self.version"
  92. },
  93. "require-dev": {
  94. "doctrine/cache": "~1.3",
  95. "monolog/monolog": "~1.0",
  96. "phpunit/phpunit": "3.7.*",
  97. "psr/log": "~1.0",
  98. "symfony/class-loader": "~2.1",
  99. "zendframework/zend-cache": "2.*,<2.3",
  100. "zendframework/zend-log": "2.*,<2.3"
  101. },
  102. "suggest": {
  103. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  104. },
  105. "type": "library",
  106. "extra": {
  107. "branch-alias": {
  108. "dev-master": "3.9-dev"
  109. }
  110. },
  111. "autoload": {
  112. "psr-0": {
  113. "Guzzle": "src/",
  114. "Guzzle\\Tests": "tests/"
  115. }
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "MIT"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Michael Dowling",
  124. "email": "mtdowling@gmail.com",
  125. "homepage": "https://github.com/mtdowling"
  126. },
  127. {
  128. "name": "Guzzle Community",
  129. "homepage": "https://github.com/guzzle/guzzle/contributors"
  130. }
  131. ],
  132. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  133. "homepage": "http://guzzlephp.org/",
  134. "keywords": [
  135. "client",
  136. "curl",
  137. "framework",
  138. "http",
  139. "http client",
  140. "rest",
  141. "web service"
  142. ],
  143. "abandoned": "guzzlehttp/guzzle",
  144. "time": "2015-03-18T18:23:50+00:00"
  145. },
  146. {
  147. "name": "netease/nos-php-sdk",
  148. "version": "1.0.0",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/NetEase-Object-Storage/nos-php-sdk.git",
  152. "reference": "cfff001bb09fd9345f38bafd267437bb4cf12018"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://files.phpcomposer.com/files/NetEase-Object-Storage/nos-php-sdk/cfff001bb09fd9345f38bafd267437bb4cf12018.zip",
  157. "reference": "cfff001bb09fd9345f38bafd267437bb4cf12018",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "php": ">=5.3"
  162. },
  163. "require-dev": {
  164. "phpunit/phpunit": "~4.0",
  165. "satooshi/php-coveralls": "~1.0"
  166. },
  167. "type": "library",
  168. "autoload": {
  169. "psr-4": {
  170. "NOS\\": "src/NOS"
  171. }
  172. },
  173. "notification-url": "https://packagist.org/downloads/",
  174. "license": [
  175. "MIT"
  176. ],
  177. "authors": [
  178. {
  179. "name": "netease",
  180. "homepage": "https://c.163.com/product/nos"
  181. }
  182. ],
  183. "description": "netease NOS SDK for PHP",
  184. "homepage": "https://c.163.com/product/nos",
  185. "time": "2016-08-11T12:24:47+00:00"
  186. },
  187. {
  188. "name": "qcloud/cos-sdk-v5",
  189. "version": "v1.1.3",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
  193. "reference": "139023b48116a1762bbac8fb00896f1e469febe3"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://files.phpcomposer.com/files/tencentyun/cos-php-sdk-v5/139023b48116a1762bbac8fb00896f1e469febe3.zip",
  198. "reference": "139023b48116a1762bbac8fb00896f1e469febe3",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "guzzle/guzzle": "~3.7",
  203. "php": ">=5.3.3"
  204. },
  205. "type": "library",
  206. "autoload": {
  207. "psr-0": {
  208. "Qcloud\\Cos\\": "src/"
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "authors": [
  213. {
  214. "name": "lewzylu"
  215. }
  216. ],
  217. "description": "COS SDK for PHP",
  218. "time": "2018-01-05T07:18:02+00:00"
  219. },
  220. {
  221. "name": "qiniu/php-sdk",
  222. "version": "v7.2.2",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/qiniu/php-sdk.git",
  226. "reference": "79290fd9cb5d72cc2feef779008b3aaeeac49eb9"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://files.phpcomposer.com/files/qiniu/php-sdk/79290fd9cb5d72cc2feef779008b3aaeeac49eb9.zip",
  231. "reference": "79290fd9cb5d72cc2feef779008b3aaeeac49eb9",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.3.3"
  236. },
  237. "require-dev": {
  238. "phpunit/phpunit": "~4.0",
  239. "squizlabs/php_codesniffer": "~2.3"
  240. },
  241. "type": "library",
  242. "autoload": {
  243. "psr-4": {
  244. "Qiniu\\": "src/Qiniu"
  245. },
  246. "files": [
  247. "src/Qiniu/functions.php"
  248. ]
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "MIT"
  253. ],
  254. "authors": [
  255. {
  256. "name": "Qiniu",
  257. "email": "sdk@qiniu.com",
  258. "homepage": "http://www.qiniu.com"
  259. }
  260. ],
  261. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  262. "homepage": "http://developer.qiniu.com/",
  263. "keywords": [
  264. "cloud",
  265. "qiniu",
  266. "sdk",
  267. "storage"
  268. ],
  269. "time": "2017-11-07T06:12:11+00:00"
  270. },
  271. {
  272. "name": "symfony/event-dispatcher",
  273. "version": "v2.8.33",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/symfony/event-dispatcher.git",
  277. "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://files.phpcomposer.com/files/symfony/event-dispatcher/d64be24fc1eba62f9daace8a8918f797fc8e87cc.zip",
  282. "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc",
  283. "shasum": ""
  284. },
  285. "require": {
  286. "php": ">=5.3.9"
  287. },
  288. "require-dev": {
  289. "psr/log": "~1.0",
  290. "symfony/config": "^2.0.5|~3.0.0",
  291. "symfony/dependency-injection": "~2.6|~3.0.0",
  292. "symfony/expression-language": "~2.6|~3.0.0",
  293. "symfony/stopwatch": "~2.3|~3.0.0"
  294. },
  295. "suggest": {
  296. "symfony/dependency-injection": "",
  297. "symfony/http-kernel": ""
  298. },
  299. "type": "library",
  300. "extra": {
  301. "branch-alias": {
  302. "dev-master": "2.8-dev"
  303. }
  304. },
  305. "autoload": {
  306. "psr-4": {
  307. "Symfony\\Component\\EventDispatcher\\": ""
  308. },
  309. "exclude-from-classmap": [
  310. "/Tests/"
  311. ]
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Fabien Potencier",
  320. "email": "fabien@symfony.com"
  321. },
  322. {
  323. "name": "Symfony Community",
  324. "homepage": "https://symfony.com/contributors"
  325. }
  326. ],
  327. "description": "Symfony EventDispatcher Component",
  328. "homepage": "https://symfony.com",
  329. "time": "2018-01-03T07:36:31+00:00"
  330. }
  331. ],
  332. "packages-dev": [],
  333. "aliases": [],
  334. "minimum-stability": "stable",
  335. "stability-flags": [],
  336. "prefer-stable": false,
  337. "prefer-lowest": false,
  338. "platform": [],
  339. "platform-dev": []
  340. }