No Description

composer.lock 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. "hash": "7a72a0a7e018c493db7c6249d344193d",
  8. "content-hash": "517366a67da916d8dd1683b267b5638d",
  9. "packages": [
  10. {
  11. "name": "league/flysystem",
  12. "version": "dev-master",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/thephpleague/flysystem.git",
  16. "reference": "988626314a28f34e682f374162b67deb855af2d1"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://files.phpcomposer.com/files/thephpleague/flysystem/988626314a28f34e682f374162b67deb855af2d1.zip",
  21. "reference": "988626314a28f34e682f374162b67deb855af2d1",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.5.9"
  26. },
  27. "conflict": {
  28. "league/flysystem-sftp": "<1.0.6"
  29. },
  30. "require-dev": {
  31. "ext-fileinfo": "*",
  32. "mockery/mockery": "~0.9",
  33. "phpspec/phpspec": "^2.2",
  34. "phpunit/phpunit": "~4.8"
  35. },
  36. "suggest": {
  37. "ext-fileinfo": "Required for MimeType",
  38. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  39. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  40. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  41. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  42. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  43. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  44. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  45. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  46. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  47. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  48. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  49. },
  50. "type": "library",
  51. "extra": {
  52. "branch-alias": {
  53. "dev-master": "1.1-dev"
  54. }
  55. },
  56. "autoload": {
  57. "psr-4": {
  58. "League\\Flysystem\\": "src/"
  59. }
  60. },
  61. "notification-url": "https://packagist.org/downloads/",
  62. "license": [
  63. "MIT"
  64. ],
  65. "authors": [
  66. {
  67. "name": "Frank de Jonge",
  68. "email": "info@frenky.net"
  69. }
  70. ],
  71. "description": "Filesystem abstraction: Many filesystems, one API.",
  72. "keywords": [
  73. "Cloud Files",
  74. "WebDAV",
  75. "abstraction",
  76. "aws",
  77. "cloud",
  78. "copy.com",
  79. "dropbox",
  80. "file systems",
  81. "files",
  82. "filesystem",
  83. "filesystems",
  84. "ftp",
  85. "rackspace",
  86. "remote",
  87. "s3",
  88. "sftp",
  89. "storage"
  90. ],
  91. "time": "2017-07-29 19:03:34"
  92. },
  93. {
  94. "name": "qiniu/php-sdk",
  95. "version": "v7.1.3",
  96. "source": {
  97. "type": "git",
  98. "url": "https://github.com/qiniu/php-sdk.git",
  99. "reference": "b91653485e36b4797d7a302cc86c49695e47a642"
  100. },
  101. "dist": {
  102. "type": "zip",
  103. "url": "https://files.phpcomposer.com/files/qiniu/php-sdk/b91653485e36b4797d7a302cc86c49695e47a642.zip",
  104. "reference": "b91653485e36b4797d7a302cc86c49695e47a642",
  105. "shasum": ""
  106. },
  107. "require": {
  108. "php": ">=5.3.3"
  109. },
  110. "require-dev": {
  111. "phpunit/phpunit": "~4.0",
  112. "squizlabs/php_codesniffer": "~2.3"
  113. },
  114. "type": "library",
  115. "autoload": {
  116. "psr-4": {
  117. "Qiniu\\": "src/Qiniu"
  118. },
  119. "files": [
  120. "src/Qiniu/functions.php"
  121. ]
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Qiniu",
  130. "email": "sdk@qiniu.com",
  131. "homepage": "http://www.qiniu.com"
  132. }
  133. ],
  134. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  135. "homepage": "http://developer.qiniu.com/",
  136. "keywords": [
  137. "cloud",
  138. "qiniu",
  139. "sdk",
  140. "storage"
  141. ],
  142. "time": "2016-11-18 02:57:31"
  143. },
  144. {
  145. "name": "zgldh/qiniu-laravel-storage",
  146. "version": "v0.7.0",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/zgldh/qiniu-laravel-storage.git",
  150. "reference": "1651af398c46e994df4179cfa41bf80cb025e7e0"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://files.phpcomposer.com/files/zgldh/qiniu-laravel-storage/1651af398c46e994df4179cfa41bf80cb025e7e0.zip",
  155. "reference": "1651af398c46e994df4179cfa41bf80cb025e7e0",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "league/flysystem": "^1.0",
  160. "php": ">=5.3.3",
  161. "qiniu/php-sdk": "^7.0"
  162. },
  163. "type": "library",
  164. "autoload": {
  165. "psr-4": {
  166. "zgldh\\QiniuStorage\\": "src/"
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "zgldh",
  176. "email": "zgldh@hotmail.com",
  177. "role": "Original Developer"
  178. },
  179. {
  180. "name": "abcsun",
  181. "email": "chenglongsun_nj@163.com",
  182. "homepage": "http://github.com/abcsun",
  183. "role": "Developer"
  184. }
  185. ],
  186. "description": "Qiniu Resource (Cloud) Storage SDK for Laravel 5",
  187. "keywords": [
  188. "cloud",
  189. "laravel",
  190. "qiniu",
  191. "sdk",
  192. "storage"
  193. ],
  194. "time": "2017-07-12 14:34:41"
  195. }
  196. ],
  197. "packages-dev": [],
  198. "aliases": [],
  199. "minimum-stability": "dev",
  200. "stability-flags": [],
  201. "prefer-stable": false,
  202. "prefer-lowest": false,
  203. "platform": {
  204. "php": ">=5.3.3"
  205. },
  206. "platform-dev": []
  207. }