{
    "name": "tflori/syna",
    "description": "Library for rendering native php templates",
    "require": {
        "php": "^7.1"
    },
    "autoload": {
        "psr-4": {
            "Syna\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^7.4"
    }
}