Projekt

Obecné

Profil

Stáhnout (1.04 KB) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/cache",
3
    "description": "The Illuminate Cache package.",
4
    "license": "MIT",
5
    "homepage": "http://laravel.com",
6
    "support": {
7
        "issues": "https://github.com/laravel/framework/issues",
8
        "source": "https://github.com/laravel/framework"
9
    },
10
    "authors": [
11
        {
12
            "name": "Taylor Otwell",
13
            "email": "taylor@laravel.com"
14
        }
15
    ],
16
    "require": {
17
        "php": ">=5.5.9",
18
        "illuminate/contracts": "5.2.*",
19
        "illuminate/support": "5.2.*",
20
        "nesbot/carbon": "~1.20"
21
    },
22
    "autoload": {
23
        "psr-4": {
24
            "Illuminate\\Cache\\": ""
25
        }
26
    },
27
    "extra": {
28
        "branch-alias": {
29
            "dev-master": "5.2-dev"
30
        }
31
    },
32
    "suggest": {
33
        "illuminate/database": "Required to use the database cache driver (5.2.*).",
34
        "illuminate/filesystem": "Required to use the file cache driver (5.2.*).",
35
        "illuminate/redis": "Required to use the redis cache driver (5.2.*)."
36
    },
37
    "minimum-stability": "dev"
38
}
(19-19/19)