installed.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [
  2. {
  3. "name": "qiniu/php-sdk",
  4. "version": "v7.2.7",
  5. "version_normalized": "7.2.7.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/qiniu/php-sdk.git",
  9. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  14. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.3"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "~4.0",
  22. "squizlabs/php_codesniffer": "~2.3"
  23. },
  24. "time": "2018-11-06T13:34:32+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "Qiniu\\": "src/Qiniu"
  30. },
  31. "files": [
  32. "src/Qiniu/functions.php"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Qiniu",
  42. "email": "sdk@qiniu.com",
  43. "homepage": "http://www.qiniu.com"
  44. }
  45. ],
  46. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  47. "homepage": "http://developer.qiniu.com/",
  48. "keywords": [
  49. "cloud",
  50. "qiniu",
  51. "sdk",
  52. "storage"
  53. ]
  54. }
  55. ]