{
    "name": "dataplans/dataplans-php",
    "description": "A PHP library designed specifically to connect with DataPlans API.",
    "type": "library",
    "keywords": [
        "dataplans",
        "esim"
    ],
    "homepage": "https://www.dataplans.io",
    "readme": "https://github.com/dataplans/dataplans-php/blob/master/README.md",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "DataPlans and contributors",
            "homepage": "https://github.com/dataplans/dataplans-php/graphs/contributors"
        }
    ],
    "support": {
        "email": "support@dataplans.io",
        "issues": "https://github.com/dataplans/dataplans-php/issues"
    },
    "require": {
        "php": ">=5.6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5",
        "squizlabs/php_codesniffer": "^3.5"
    },
    "autoload": {
        "classmap": [
            "lib/"
        ]
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}
