{
    "name": "tttran/viet_qr_generator",
    "description": "VietQR generator by following vietqr specification",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "TRAN Trung Thanh",
            "email": "trungthanh.tran@live.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {"tttran\\viet_qr_generator\\": "src/"}
    },

    "autoload-dev": {
        "psr-4": {
            "tttran\\viet_qr_generator\\tests\\": "tests/"
        }
    },
    "require": {
        "ext-json": "*",
        "php": ">=7.0",
        "vgplay/qr-code": "^1.0.0"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    }
}
