{
    "name": "friendsofsymfony/http-cache",
    "type": "library",
    "description": "Tools to manage cache invalidation",
    "keywords": [ "http", "caching", "purge", "invalidation", "varnish", "nginx" ],
    "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
    "license": "MIT",
    "authors": [
        {
            "name": "Liip AG",
            "homepage": "http://www.liip.ch/"
        },
        {
            "name": "Driebit",
            "homepage": "http://www.driebit.nl",
            "email": "tech@driebit.nl"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "guzzle/guzzle": "~3.8",
        "symfony/event-dispatcher": "^2.3||^3.0",
        "symfony/options-resolver": "^2.3||^3.0"
    },
    "require-dev": {
        "mockery/mockery": "~0.9.1",
        "monolog/monolog": "~1.0",
        "symfony/process": "^2.3||^3.0",
        "symfony/http-kernel": "^2.3||^3.0"
    },
    "suggest": {
        "monolog/monolog": "For logging issues while invalidating"
    },
    "autoload": {
        "psr-4": {
            "FOS\\HttpCache\\": "src/",
            "FOS\\HttpCache\\Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.4.x-dev"
        }
    }
}
