{
    "name": "duncan3dc/blade",
    "type": "library",
    "description": "Use Laravel Blade templates without the full Laravel framework",
    "keywords": ["laravel", "templating", "template", "views"],
    "homepage": "https://github.com/duncan3dc/blade",
    "license": "Apache-2.0",
    "authors": [{
        "name": "Craig Duncan",
        "email": "git@duncanc.co.uk",
        "homepage": "https://github.com/duncan3dc",
        "role": "Developer"
    }],
    "require": {
        "illuminate/contracts": ">=5.5,<5.6",
        "illuminate/events": ">=5.5,<5.6",
        "illuminate/filesystem": ">=5.5,<5.6",
        "illuminate/view": ">=5.5,<5.6",
        "php": "^7.0"
    },
    "require-dev": {
        "duncan3dc/object-intruder": "^0.3.0",
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^6.4",
        "satooshi/php-coveralls": "^1.0"
    },
    "autoload": {
        "psr-4": {"duncan3dc\\Laravel\\": "src/"}
    },
    "autoload-dev": {
        "psr-4": {"duncan3dc\\LaravelTests\\": "tests/"}
    }
}
