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

18 行
462B

  1. {
  2. "name": "patrick/xero",
  3. "description": "A wordpress plugin for Xero integration specifically for Hair-on-the-Move",
  4. "type": "wordpress-plugin",
  5. "require": {
  6. "xeroapi/xero-php-oauth2": "^2.6",
  7. "htmlburger/carbon-fields": "^3.3",
  8. "guzzlehttp/psr7": "1.8"
  9. },
  10. "license": "Private-for-hotm-team",
  11. "authors": [
  12. {
  13. "name": "vmbox",
  14. "email": "hotm-dev@biukop.com.au"
  15. }
  16. ]
  17. }