{
    "name": "sixdays/opcache-bundle",
    "type":        "symfony-bundle",
    "description": "Provides a command line task to clear opcache cache from the console",
    "keywords":    ["opcache", "task", "symfony"],
    "homepage":    "https://github.com/sixdayz/OpcacheBundle",
    "license":     "MIT",
    "authors": [
        {
            "name": "Andrey Goryachev",
            "homepage": "https://github.com/sixdayz"
        }
    ],
    "require": {
        "symfony/framework-bundle": ">=2.1,<3.0",
        "php": ">=5.4.0"
    },
    "autoload": {
        "psr-0": {
            "Sixdays\\OpcacheBundle": ""
        }
    },
    "target-dir": "Sixdays/OpcacheBundle"
}
