{
    "name": "kayon-ariel/pix-php",
    "description": "Library to generate Static PIX codes in PHP",
    "type": "library",
    "autoload": {
        "psr-4": {
            "PixPhp\\": "src/"
        }
    },
    "require": {
        "php": ">=8.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Kayon Ariel",
            "email": "kayonariel@gmail.com"
        }
    ]
}
