1234567891011121314151617181920212223242526272829 |
- {
- "name": "cmdotcom/text-sdk-php",
- "description": "PHP SDK to send messages with CM.com",
- "type": "library",
- "version": "2.2.1",
- "keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter","instagram"],
- "homepage": "https://www.cm.com/products/text/",
- "license": "MIT",
- "authors": [
- {
- "name": "Niels Verbaken",
- "email": "nv@cm.nl",
- "role": "Developer"
- }
- ],
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "php": "^7.0||^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~6.0||~9.0"
- },
- "autoload": {
- "psr-0": {
- "CMText": "src/"
- }
- }
- }
|