{
    "name": "beganovich/snappdf",
    "description": "Convert webpages or HTML into the PDF file using Chromium or Google Chrome.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Benjamin Beganović",
            "email": "k1pstabug@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Beganovich\\Snappdf\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Test\\Snappdf\\": "tests/"
        }
    },
    "require": {
        "php": ">=8.2",
        "ext-zip": "*",
        "symfony/process": "^7.1",
        "symfony/console": "^7.1",
        "symfony/filesystem": "^7.1"
    },
    "require-dev": {
        "ext-fileinfo": "*",
        "friendsofphp/php-cs-fixer": "^3.6",
        "phpunit/phpunit": "^11.4"
    },
    "bin": ["snappdf"],
    "scripts": {
        "tests": [
            "@php vendor/bin/phpunit --testdox"
        ]
    }
}
