composer.lock 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "a327a87b5efb95afb8ab2eb7b0d7349b",
  8. "packages": [
  9. {
  10. "name": "qiniu/php-sdk",
  11. "version": "v7.2.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/qiniu/php-sdk.git",
  15. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  20. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "~4.0",
  28. "squizlabs/php_codesniffer": "~2.3"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "Qiniu\\": "src/Qiniu"
  34. },
  35. "files": [
  36. "src/Qiniu/functions.php"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Qiniu",
  46. "email": "sdk@qiniu.com",
  47. "homepage": "http://www.qiniu.com"
  48. }
  49. ],
  50. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  51. "homepage": "http://developer.qiniu.com/",
  52. "keywords": [
  53. "cloud",
  54. "qiniu",
  55. "sdk",
  56. "storage"
  57. ],
  58. "time": "2018-11-06T13:34:32+00:00"
  59. }
  60. ],
  61. "packages-dev": [],
  62. "aliases": [],
  63. "minimum-stability": "stable",
  64. "stability-flags": [],
  65. "prefer-stable": false,
  66. "prefer-lowest": false,
  67. "platform": [],
  68. "platform-dev": []
  69. }