{
    "name": "wplibs/view",
    "description": "Simple template engine with twig support for WordPress",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "awethemes",
            "email": "support@awethemes.com"
        },
        {
            "name": "Nguyen Van Anh",
            "email": "anhskohbo@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.5.0"
    },
    "require-dev": {
        "mockery/mockery": "^0.9|^1.0",
        "phpunit/phpunit": "4.8.*|5.7.*",
        "twig/twig": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "WPLibs\\View\\": "src/"
        }
    }
}
