Projekt

Obecné

Profil

Stáhnout (1.08 KB) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/auth",
3
    "description": "The Illuminate Auth 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/http": "5.2.*",
20
        "illuminate/support": "5.2.*",
21
        "nesbot/carbon": "~1.20"
22
    },
23
    "autoload": {
24
        "psr-4": {
25
            "Illuminate\\Auth\\": ""
26
        }
27
    },
28
    "extra": {
29
        "branch-alias": {
30
            "dev-master": "5.2-dev"
31
        }
32
    },
33
    "suggest": {
34
        "illuminate/console": "Required to use the auth:clear-resets command (5.2.*).",
35
        "illuminate/queue": "Required to fire login / logout events (5.2.*).",
36
        "illuminate/session": "Required to use the session based guard (5.2.*)."
37
    },
38
    "minimum-stability": "dev"
39
}
(13-13/13)