{
    "name": "liip/theme-bundle",
    "type": "symfony-bundle",
    "description": "Provides theming support for #Symfony2 Bundles",
    "keywords": ["themes", "theming"],
    "license": "MIT",
    "minimum-stability": "dev",
    "authors": [
        {
            "name": "Liip AG",
            "homepage": "http://www.liip.ch/"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "symfony/framework-bundle": "~2.0",
        "psr/log": "~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.5",
        "symfony/console": "~2.0",
        "symfony/expression-language": "~2.6",
        "kriswallsmith/assetic": "~1.1",
        "twig/twig": "~1.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.2-dev"
        }
    },
    "autoload": {
        "psr-0": { "Liip\\ThemeBundle": "" }
    },
    "target-dir": "Liip/ThemeBundle"
}
