菜谱项目

composer.json 531B

12345678910111213141516171819202122
  1. {
  2. "name": "johnlui/aliyun-oss",
  3. "type": "library",
  4. "description": "阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。",
  5. "keywords": ["AliyunOSS", "aliyun", "OSS"],
  6. "homepage": "https://github.com/johnlui/AliyunOSS",
  7. "license": "MIT",
  8. "require": {
  9. "php": ">=5.4.0"
  10. },
  11. "authors": [
  12. {
  13. "name": "John Lui",
  14. "email": "wenhanlv@gmail.com"
  15. }
  16. ],
  17. "autoload": {
  18. "files": [
  19. "src/AliyunOSS.php"
  20. ]
  21. }
  22. }