Projekt

Obecné

Profil

Stáhnout (1 KB) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/validation",
3
    "description": "The Illuminate Validation 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/support": "5.2.*",
21
        "symfony/http-foundation": "2.8.*|3.0.*",
22
        "symfony/translation": "2.8.*|3.0.*"
23
    },
24
    "autoload": {
25
        "psr-4": {
26
            "Illuminate\\Validation\\": ""
27
        }
28
    },
29
    "extra": {
30
        "branch-alias": {
31
            "dev-master": "5.2-dev"
32
        }
33
    },
34
    "suggest": {
35
        "illuminate/database": "Required to use the database presence verifier (5.2.*)."
36
    },
37
    "minimum-stability": "dev"
38
}
(8-8/8)