HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/whatsapp.dmstech.online/vendor/netflie/whatsapp-cloud-api/composer.json
{
    "name": "netflie/whatsapp-cloud-api",
    "description": "The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform",
    "type": "libray",
    "authors": [
        {
            "name": "Álex Albarca",
            "email": "alex@albarca.es"
        },
        {
            "name": "Álex Albarca",
            "email": "alex@netflie.es"
        }
    ],
    "license": "MIT",
    "require": {
        "php": "^7.4 || ^8.0 || ^8.1",
        "guzzlehttp/guzzle": "^7.0",
        "vlucas/phpdotenv": "^5.4",
        "myclabs/php-enum": "^1.8"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "symfony/var-dumper": "^5.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "fakerphp/faker": "^1.19",
        "friendsofphp/php-cs-fixer": "^3.13",
        "phpstan/phpstan": "^1.9"
    },
    "autoload": {
        "psr-4": {
            "Netflie\\WhatsAppCloudApi\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Netflie\\WhatsAppCloudApi\\Tests\\": "tests"
        }
    },
    "scripts": {
        "unit-test": "vendor/bin/phpunit --group unit",
        "integration-test": "vendor/bin/phpunit --group integration"
    }
}