composer.lock 2.2 KB

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