Projekt

Obecné

Profil

Stáhnout (1.09 KB) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/filesystem",
3
    "description": "The Illuminate Filesystem 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
        "symfony/finder": "2.8.*|3.0.*"
21
    },
22
    "autoload": {
23
        "psr-4": {
24
            "Illuminate\\Filesystem\\": ""
25
        }
26
    },
27
    "extra": {
28
        "branch-alias": {
29
            "dev-master": "5.2-dev"
30
        }
31
    },
32
    "suggest": {
33
        "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
34
        "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
35
        "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
36
    },
37
    "minimum-stability": "dev"
38
}
(6-6/6)