Projekt

Obecné

Profil

Stáhnout (921 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/view",
3
    "description": "The Illuminate View 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/container": "5.2.*",
19
        "illuminate/contracts": "5.2.*",
20
        "illuminate/events": "5.2.*",
21
        "illuminate/filesystem": "5.2.*",
22
        "illuminate/support": "5.2.*",
23
        "symfony/debug": "2.8.*|3.0.*"
24
    },
25
    "autoload": {
26
        "psr-4": {
27
            "Illuminate\\View\\": ""
28
        }
29
    },
30
    "extra": {
31
        "branch-alias": {
32
            "dev-master": "5.2-dev"
33
        }
34
    },
35
    "minimum-stability": "dev"
36
}
(7-7/7)