{
    "name": "monbillet/api-client",
    "description": "allows you to quickly and easily use the monbillet api",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "monbillet.ch",
            "email": "contact@monbillet.ch"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": "^8.1",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "autoload": {
        "files": [
            "lib/ApiClient.php",
            "lib/HttpException.php",
            "lib/ForbiddenException.php",
            "lib/NotFoundException.php",
            "lib/InternalServerException.php"
        ]
    },
    "scripts": {
        "example": "source example/.env && php -S localhost:8000 -t example/public"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.91"
    }
}
