You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 499B

1234567891011121314151617181920212223
  1. {
  2. "name": "tencent/qcloud-sts-sdk",
  3. "description": "PHP SDK for QCloud STS",
  4. "keywords": [
  5. "qcloud", "sts", "cos", "php"
  6. ],
  7. "homepage": "https://github.com/tencentyun/qcloud-cos-sts-sdk",
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "qcloudterminal",
  12. "email": "qcloudterminal@gmail.com"
  13. }
  14. ],
  15. "autoload": {
  16. "psr-4": {
  17. "QCloud\\COSSTS\\": "src"
  18. }
  19. },
  20. "require": {
  21. "php": ">=5.3.0"
  22. }
  23. }