{
    "name": "kanalumaddela/steam-login",
    "description": "Steam Auth PHP library",
    "keywords": ["steam", "auth"],
    "license": "MIT",
    "authors": [
        {
            "name": "Samuel Maddela",
            "email": "github@maddela.org",
            "homepage": "https://www.maddela.org",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "kanalumaddela\\SteamLogin\\": "src/"
        }
    },
    "require": {
        "php": "^7.4|^8.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-simplexml": "*"
    }
}