Projekt

Obecné

Profil

Stáhnout (736 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/container",
3
    "description": "The Illuminate Container 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
    },
20
    "autoload": {
21
        "psr-4": {
22
            "Illuminate\\Container\\": ""
23
        }
24
    },
25
    "extra": {
26
        "branch-alias": {
27
            "dev-master": "5.2-dev"
28
        }
29
    },
30
    "minimum-stability": "dev"
31
}
(3-3/3)