composer.json 509 B

12345678910111213141516171819202122
  1. {
  2. "name": "yunchuang/appstore-connect-api",
  3. "description": "sdk for appstore connect api",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "zengbin",
  9. "email": "[email protected]"
  10. }
  11. ],
  12. "minimum-stability": "stable",
  13. "require": {
  14. "rmccue/requests": "^1.7",
  15. "php-curl-class/php-curl-class": "^8.6"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "MingYuanYun\\AppStore\\": "src/"
  20. }
  21. }
  22. }