您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

32 行
878 B

  1. {
  2. "name": "cloudinary/cloudinary_php",
  3. "version": "1.4.1",
  4. "description": "Cloudinary PHP SDK",
  5. "keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
  6. "type": "library",
  7. "homepage": "https://github.com/cloudinary/cloudinary_php",
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "Cloudinary",
  12. "homepage": "https://github.com/cloudinary/cloudinary_php/graphs/contributors"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.3.0",
  17. "ext-curl": "*",
  18. "ext-json": "*"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "4.7.*"
  22. },
  23. "support": {
  24. "email": "info@cloudinary.com",
  25. "issues": "https://github.com/cloudinary/cloudinary_php/issues"
  26. },
  27. "autoload": {
  28. "classmap": ["src"],
  29. "files": ["src/Helpers.php"]
  30. }
  31. }