{
    "name": "placidapp/placid-php",
    "description": "PHP Wrapper around the Placid.app REST API",
    "keywords": [
        "placid-php"
    ],
    "homepage": "https://github.com/placidapp/placid-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Armin Ulrich",
            "email": "armin@nifty.at",
            "homepage": "https://placid.app",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.4|^8.0",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "autoload": {
        "psr-4": {
            "Placid\\": "src"
        }
    },
    "config": {
        "sort-packages": true
    }
}
