ging-dev/chatfuel-class

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "ging-dev/chatfuel-class",
    "description": "Chatfuel class for PHP",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "ging-dev",
            "email": "gingdz11012001@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Gingdev\\": "src/"
        }
    },
    "require": {
        "php": ">=7.2",
        "curl/curl": "^2.3",
        "scotteh/php-dom-wrapper": "^1.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "codeclimate/php-test-reporter": "^0.4.4"
    }
}