{
    "name": "restugbk/get-contact",
    "description": "PHP Class for fetching GetContact phone number tags (Unofficial)",
    "type": "library",
    "license": "MIT",
    "require": {
        "php": ">=7.4"
    },
    "autoload": {
        "psr-4": {
            "Restugbk\\": "src/"
        }
    },
    "require-dev": { 
        "phpunit/phpunit": "^9.0 || ^10.0" 
    },
    "authors": [
        {
            "name": "restugbk",
            "homepage": "https://github.com/restugbk"
        }
    ]
}
