composer.json 729 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "cmdotcom/text-sdk-php",
  3. "description": "PHP SDK to send messages with CM.com",
  4. "type": "library",
  5. "version": "2.2.1",
  6. "keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter","instagram"],
  7. "homepage": "https://www.cm.com/products/text/",
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "Niels Verbaken",
  12. "email": "nv@cm.nl",
  13. "role": "Developer"
  14. }
  15. ],
  16. "require": {
  17. "ext-curl": "*",
  18. "ext-json": "*",
  19. "php": "^7.0||^8.0"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "~6.0||~9.0"
  23. },
  24. "autoload": {
  25. "psr-0": {
  26. "CMText": "src/"
  27. }
  28. }
  29. }