composer.json 417 B

12345678910111213141516
  1. {
  2. "name": "getuilaboratory/getui-pushapi-php-client-v2",
  3. "description": "getui php client V2",
  4. "keywords": ["getui", "getuilaboratory", "getui-pushapi-php-client","getui-pushapi-php-client-v2", "pushapi"],
  5. "homepage": "https://www.getui.com/cn/",
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "getui",
  10. "homepage": "https://www.getui.com/cn"
  11. }
  12. ],
  13. "autoload": {
  14. "classmap": [""]
  15. }
  16. }