{
    "name":         "knplabs/knp-gaufrette-bundle",
    "type":         "symfony-bundle",
    "description":  "Allows to easily use the Gaufrette library in a Symfony project",
    "keywords":     ["file", "filesystem", "media", "abstraction"],
    "homepage":     "http://knplabs.com",
    "license":      "MIT",
    "authors":      [
        {
            "name":     "Antoine Hérault",
            "email":    "antoine.herault@gmail.com"
        },
        {
            "name":     "The contributors",
            "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
        }
    ],
    "require":      {
        "php": "^7.4 || ^8.0",
        "knplabs/gaufrette": "^0.11",
        "symfony/config": "^5.0|^6.0|^7.0",
        "symfony/dependency-injection": "^5.0|^6.0|^7.0",
        "symfony/http-kernel": "^5.0|^6.0|^7.0"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^7.0",
        "symfony/console": "^5.0|^6.0|^7.0",
        "symfony/filesystem": "^5.0|^6.0|^7.0",
        "symfony/yaml": "^5.0|^6.0|^7.0"
    },
    "autoload":     {
        "psr-4": {
            "Knp\\Bundle\\GaufretteBundle\\": ""
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.8.x-dev"
        }
    }
}
