1{
2    "name": "symfony/cache",
3    "type": "library",
4    "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
5    "keywords": ["caching", "psr6"],
6    "homepage": "https://symfony.com",
7    "license": "MIT",
8    "authors": [
9        {
10            "name": "Nicolas Grekas",
11            "email": "p@tchwork.com"
12        },
13        {
14            "name": "Symfony Community",
15            "homepage": "https://symfony.com/contributors"
16        }
17    ],
18    "provide": {
19        "psr/cache-implementation": "1.0|2.0",
20        "psr/simple-cache-implementation": "1.0",
21        "symfony/cache-implementation": "1.0|2.0"
22    },
23    "require": {
24        "php": ">=7.1.3",
25        "psr/cache": "^1.0|^2.0",
26        "psr/log": "^1|^2|^3",
27        "symfony/cache-contracts": "^1.1.7|^2",
28        "symfony/polyfill-php73": "^1.9",
29        "symfony/polyfill-php80": "^1.16",
30        "symfony/service-contracts": "^1.1|^2",
31        "symfony/var-exporter": "^4.2|^5.0"
32    },
33    "require-dev": {
34        "cache/integration-tests": "dev-master",
35        "doctrine/cache": "^1.6|^2.0",
36        "doctrine/dbal": "^2.7|^3.0",
37        "predis/predis": "^1.1",
38        "psr/simple-cache": "^1.0",
39        "symfony/config": "^4.2|^5.0",
40        "symfony/dependency-injection": "^3.4|^4.1|^5.0",
41        "symfony/filesystem": "^4.4|^5.0",
42        "symfony/http-kernel": "^4.4",
43        "symfony/var-dumper": "^4.4|^5.0"
44    },
45    "conflict": {
46        "doctrine/dbal": "<2.7",
47        "symfony/dependency-injection": "<3.4",
48        "symfony/http-kernel": "<4.4|>=5.0",
49        "symfony/var-dumper": "<4.4"
50    },
51    "autoload": {
52        "psr-4": { "Symfony\\Component\\Cache\\": "" },
53        "exclude-from-classmap": [
54            "/Tests/"
55        ]
56    },
57    "minimum-stability": "dev"
58}
59